﻿@charset 'utf-8';

/*#region CSS Reset */

/*Resets are handled in the Reset.css file created and delivered by Sitefinity.*/

/*#endregion*/

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'FranklinGothic';
    src: url('../fonts/FranklinGothic/ITCFranklinGothicStd-Demi.eot'), url('../fonts/FranklinGothic/ITCFranklinGothicStd-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/FranklinGothic/ITCFranklinGothicStd-Demi.woff') format('woff'), url('../fonts/FranklinGothic/ITCFranklinGothicStd-Demi.ttf') format('truetype'), url('../fonts/FranklinGothic/ITCFranklinGothicStd-Demi.svg#FranklinGothic') format('svg');
}

/*****************************
    Global Styles
*****************************/

hr {
    height: 1px;
    border: 0;
    background-color: #cccccc;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input[type="text"], textarea, select {
    padding: 3px 5px;
    border: 1px solid #cccccc;
    font-size: 12px !important;
    font-family: Helvetica, Arial, sans-serif;
}

    input[type="text"]:focus, textarea:focus, select:focus {
        outline: none;
        border: 1px solid #fafafa;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: 0 0 5px #007eff;
        -webkit-box-shadow: 0 0 6px #007eff;
        box-shadow: 0 0 5px #007eff;
    }

input[type="button"], input[type="submit"], input[type="reset"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea {
    resize: none;
}

.clear {
    clear: both;
}

.red {
    color: red;
}

/*****************************
    Body / Wrapper 
*****************************/

body {
    border-top: solid 4px #C43838; 
    background: #ECECEC;
    color: #333;
    font: 12px Helvetica, Arial, sans-serif;
    line-height: 18px;
}

#wrapper {
    position: relative;
    margin: 0 auto 40px;
    max-width: 994px;
    background: #FFF;
    -moz-box-shadow: 0 0 8px #B5B5B5;
    -o-box-shadow: 0 0 8px #B5B5B5;
    -webkit-box-shadow: 0 0 8px #B5B5B5;
    box-shadow: 0 0 8px #B5B5B5;
}

#content {
    width: 994px;
}

.content {
    width: 944px;
}

.search-box .sf_1col_1in_100 {
    width: 944px;
}

.footer-container .sf_1col_1in_100 {
    width: 100% !important;
}

.get-connected .sf_1col_1in_100 {
    width: 100%;
}

.search-box .sf_1col_1_100 {
    width: 210px;
}


/*****************************
    Header 
*****************************/

#header {
    position: relative;
}

    #header .top-logo {
        display: block;
        float: left;
        margin-top: 25px;
    }

    #header .utility-navigation {
        display: block;
        float: right;
        margin-top: 5px;
        z-index: 9;
    }

    #header .utility-navigation ul {
        margin-bottom: 0;
    }

    #header .utility-navigation li {
        list-style-type: none;
        display: inline;
        border-right: solid 1px #eee;
    }

    #header .utility-navigation a {
        padding: 0 7px 0 8px;
        color: #666;
        font-weight: bold;
        font-size: 11px;
    }

    #header .top-sibling-logo {
        display: block;
        float: right;
        width: 143px;
        height: 82px;
        text-indent: -9999px;
        background: url(../images/tomahawk-logo-banner.png) no-repeat;
        z-index: 10;
    }

    #header #take-the-field-red {
        position: absolute;
        top: 105px;
        left: 215px;
        width: 81px;
        height: 12px;
        background: url(../images/take-the-field-red.png) no-repeat;
    }


.sfsearchBox {
    float: right;
    text-align: right;
    width: 264px;
    margin: -40px 0 0;
    height: 54px;
}
table.gsc-search-box {
    table-layout:fixed;
    width:70% !important;
}

    .sfsearchBox .sfsearchTxt, .sfsearchBox .sfsearchSubmit {
        float: left;
    }

/*****************************
    Navigation
*****************************/
.navigation {
    width: 944px;
}

.utility-nav-menu ul {
    float: right;
    margin-right: 15px;
}

.utility-nav-menu li {
    float: left;
    margin-top: 7px;
    border-right: 1px solid #EEE;
    font-weight: bold;
    font-size: 11px;
}

    .utility-nav-menu li:last-child {
        border-right: 0 !important;
    }

.utility-nav-menu a,
.utility-nav-menu a:visited,
.utility-nav-menu a:active,
.utility-nav-menu a:hover,
.quick-link a,
.quick-link a:visited,
.quick-link a:active,
.quick-link a:hover {
    padding: 0 7px 0 8px;
    color: #666;
    list-style: none;
}

div.main-nav .rmHorizontal .rmItem {
    position: relative;
    float: left;
    width: 157px;
    border: 0;
    background: #C01E2E url(../images/bg_nav.png) 0 100% repeat-x;
}

    div.main-nav .rmHorizontal .rmItem a.rmLink {
        padding: 10px 0 0 45px;
        width: 113px;
        height: 25px;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.0em;
        line-height: 15px;
    }

div.main-nav .rmHorizontal .rmLast a.rmLink {
    width: 100px;
    background: none;
}

div.main-nav li.rmItem a.rmLink {
    background: url(../images/nav_sep.png) 0 center no-repeat;
}

div.main-nav .rmHorizontal li.rmLast {
    width: 159px;
    background: #000 url(../images/nav-store.png) 0 100% repeat-x;
}

div.main-nav .rmHorizontal li.rmItem.rmLast a.rmRootLink {
    padding-left: 55px;
}

div.main-nav .rmHorizontal li.rmItem.rmLast:hover {
    width: 159px;
    background: #7B7879 url(../images/nav_hover.png) 0 100% repeat-x;
}


div.main-nav .rmHorizontal .rmItem a.rmLink:hover {
    background: #7B7879 url(../images/nav_hover.png) 0 100% repeat-x;
}

div.main-nav ul.rmVertical li.rmItem {
    margin: 0 4px;
    padding-top: 15px;
    width: 241px;
    background: #5F5F5F;
    text-align: left;
}

    div.main-nav ul.rmVertical li.rmItem.rmFirst,
    div.main-nav ul.rmVertical li.rmItem.rmFirst:hover {
        margin: 4px 4px 0 4px;
        padding-top: 15px;
        width: 241px;
        background: #5F5F5F;
    }

    div.main-nav ul.rmVertical li.rmItem.rmLast,
    div.main-nav ul.rmVertical li.rmItem.rmLast:hover {
        margin: 0px 4px 4px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 241px;
        background: #5F5F5F;
    }

    div.main-nav ul.rmVertical li.rmItem a.rmLink,
    div.main-nav ul.rmVertical li.rmItem a.rmLink.rmFirst,
    div.main-nav ul.rmVertical li.rmItem a.rmLink.rmFirst:hover,
    div.main-nav ul.rmVertical li.rmItem a.rmLink.rmLast,
    div.main-nav ul.rmVertical li.rmItem a.rmLink:hover,
    div.main-nav ul.rmVertical li.rmItem a.rmLink.rmLast:hover {
        width: 176px;
        background: #5F5F5F url(../images/bullet_drop.png) 30px 14px no-repeat;
        text-align: left;
    }

        div.main-nav ul.rmVertical li.rmItem a.rmLink:hover {
            width: 195px !important;
            background: #333 url(../images/bullet_drop.png) 30px 14px no-repeat;
        }

        div.main-nav ul.rmVertical li.rmItem a.rmLink span.rmText,
        div.main-nav ul.rmVertical li.rmItem a.rmLink span.rmText:hover {
            color: #fff;
        }


/*****************************
    Breadcrumb
*****************************/

.scBreadcrumb {
    clear: both;
    padding: 5px 0 0 20px;
    height: 25px;
    background: #fff url(../images/breadcrumb_chevron.png) 0 50% no-repeat;
}

.scBreadcrumbSearchOn {
    clear: both;
    padding: 55px 0 0 20px;
    height: 25px;
    background: #fff url(../images/breadcrumb_chevron.png) 0 90% no-repeat;
}

.sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink {
    margin-top: 2px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

    .sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink:hover {
        color: #000;
        text-decoration: underline;
    }

.sfBreadcrumbNodeSeparator {
    color: #000;
    font-weight: bold;
    font-size: 1.0em;
}

.RadSiteMap .rsmFlow .rsmItem {
    display: -moz-inline-block;
    display: inline-block;
    *display: inline;
    float: none;
    -ms-zoom: 1;
    zoom: 1;
}

.RadSiteMap .rsmThreeLevels .rsmLevel1 .rsmLink, .RadSiteMap .rsmThreeLevels .rsmLevel1 .rsmTemplate, .RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmLink, .RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmTemplate, .RadSiteMap .rsmOneLevel .rsmItem .rsmLink, .RadSiteMap .rsmOneLevel .rsmItem .rsmTemplate {
    display: inline-block;
    padding-left: 0px;
    font-size: 12px;
}


/*****************************
    Middle Content
*****************************/

.content header {
  /*  height: 24px;*/
  /* background: url(../images/bg-h3-v2.png) no-repeat 0 0;*/

}

.mb-2 {
    margin-bottom:2em;
    width:100%;
}

    .content header h3,
    .heading h2 {
        margin: 0;
        padding: 3px;
        color: #48484a;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.2;
        border: solid 1px #959595;
        background: #efeff0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#efeff0), color-stop(100%,#d0d0d0));
        background: -moz-linear-gradient(top, #efeff0 0, #d0d0d0 100%);
        background: -webkit-linear-gradient(top, #efeff0 0,#d0d0d0 100%);
        background: linear-gradient(to bottom, #efeff0 0,#d0d0d0 100%);
        margin-bottom: 1.5em;
        display: block;
    }

    .content header a, .content header a:hover, .content header a:active, .content header a:visited {
        color: #48484a;
    }

.content-center {
    float: left;
    width: 696px;
}



.box {
    float: left;
    margin: 25px 0 0 24px;
    width: 216px;
}

    .box:first-child {
        margin-left: 0;
    }

    .box section.highlight {
        padding: 0 0 9px 0;
        border-bottom: solid 1px #ccc;
    }

        .box section.highlight img {
            display: block;
            margin-bottom: 17px;
            width: 214px;
            border: solid 1px #959595;
            border-right-color: #b4b4b4;
            border-bottom-color: #b4b4b4;
        }

        .box section.highlight h4 {
            margin: 0 0 4px 0;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
        }

        .box section.highlight span {
            display: block;
            color: #333;
            font-weight: bold;
            font-size: 12px;
            line-height: 14px;
        }

    .box p {
        margin: 0;
        padding: 7px 0 5px 0;
        border-top: solid 1px #ebebeb;
    }

    .box a.learn-more-link,
    .box a.learn-more-link:visited,
    .view-link,
    .view-link:visited {
        padding-left: 18px;
        background: url(../images/bullet-a.png) no-repeat 0 50%;
        color: #cc0000;
    }


.main-content h4, .row h4 {
    margin: 0;
    border-bottom: 1px solid #ccc;
    color: #cc0000;
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
}

.main-content h3 {
    margin: 0;
    border-bottom: 1px solid #ccc;
    color: #cc0000;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
}

/* THESE STYLES ARE MESSING WITH SITEFINITY BACKEND
    .row {
    float: left;
    margin-top: 25px;
}

    .row:first-child {
        margin-top: 0;
    }

*/
    


    .row p {
        margin: 10px 0;
    }

    

    .row div a.no-icon {
        padding: 0;
        background-image: none;
    }


/*****************************
    About Us and Sub Pages
*****************************/

.main-content div.fourbox-highlight img,
.main-content section.highlight-body-history img {
    border: 1px solid #999999;
}

.main-content div.fourbox-highlight img {
    display: block;
    margin-bottom: 20px;
}

.main-content div.fourbox-highlight p {
    margin: 10px 0;
}

.main-content section.highlight-body p {
    margin: 10px 0;
}

.main-content section.highlight-body h4 {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #cc0000;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

.main-content section.highlight-body span.mini-title {
    display: block;
    margin: 20px 0;
    color: #666;
    font-weight: bold;
    font-size: 14px;
}

/* History */
.main-content div.highlight-body-history-container {
    /*margin-top: 25px;*/
}

    .main-content div.highlight-body-history-container h4 {
        margin: 0;
        margin-bottom: 5px;
        border: 0;
        color: #cc0000;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
    }

    .main-content div.highlight-body-history-container span {
        color: #666;
        font-weight: bold;
        font-size: 14px;
    }

    .main-content div.highlight-body-history-container a {
        display: block;
        float: left;
        margin-right: 25px;
        width: 216px;
    }

    .main-content div.highlight-body-history-container div {
        float: left;
        width: 450px;
    }

    .main-content div.highlight-body-history-container p {
        margin: 10px 0 25px;
    }


/*****************************
    Technical Sub Pages (Warranty/Terms&Conditions/Glossary)
*****************************/

/*Warranty*/
.main-content section.highlight-body ul {
    margin: 10px 0;
    list-style: square;
}

.main-content section.highlight-body div.warranty-section {
    margin: 25px 0;
}

    .main-content section.highlight-body div.warranty-section:first-child {
        margin: 0;
    }


    .main-content section.highlight-body div.warranty-section dt, article.warranty-highlight dt {
        margin: 10px 0;
    }

    .main-content section.highlight-body div.warranty-section dd, article.warranty-highlight dd {
        padding-left: 20px;
    }

article.warranty-highlight {
    border-top: 1px solid #ccc;
}

    article.warranty-highlight section {
        margin-top: 25px;
    }

    article.warranty-highlight a {
        color: #cc0000;
        font-weight: bold;
        font-size: 12px;
    }

    article.warranty-highlight ol {
        margin-left: 25px;
        padding-left: 10px;
        list-style-type: lower-alpha;
    }

    article.warranty-highlight p {
        margin: 0;
    }


/*Terms & Conditions*/

ul.termsconditions {
    list-style: none;
}

    ul.termsconditions a:link, ul.termsconditions a:visited, ul.termsconditions a:hover {
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
    }

    ul.termsconditions span {
        color: #333;
        font-weight: bold;
        font-size: 12px;
    }

/*Glossary*/

#glossary header h4 {
    margin: 0;
    color: #cc0000;
    font-weight: bold;
    font-size: 16px;
}

#glossary header p {
    margin: 15px 0 10px;
    color: #666;
    font-weight: bold;
    font-size: 14px;
}

#glossary section {
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

    #glossary section span {
        font-weight: bold;
    }

    #glossary section p {
        margin-top: 25px;
    }

        #glossary section p:first-child {
            margin: 0;
        }


div.tabWidgetGlossary {
    padding-bottom: 4px;
    width: 100%;
    border-bottom: 4px solid #cc0000;
}

    div.tabWidgetGlossary ul {
        margin: 0;
        padding: 0;
    }

        div.tabWidgetGlossary ul:after {
            clear: both;
        }

        div.tabWidgetGlossary ul li {
            float: left;
            margin: 0 3px 0 0;
            padding: 0;
            list-style-type: none;
            width: 33px;
            height: 26px;
        }

            div.tabWidgetGlossary ul li a,
            div.tabWidgetGlossary ul li a:hover,
            div.tabWidgetGlossary ul li a:visited,
            div.tabWidgetGlossary ul li.disabled {
                display: block;
                padding: 6px 6px 0px 6px;
                width: 21px;
                height: 20px;
                background-color: #666;
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: bold;
            }

                div.tabWidgetGlossary ul li a.current {
                    background-color: #cc0000;
                }


/*****************************
    Customer Sub Pages (Contractor/Engineer/Distributor/Builder)
*****************************/

article.customer-subs, section.customer-subs-description {
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

div.customer-subs-highlight {
    float: left;
    padding-left: 25px;
    width: 215px;
}

    div.customer-subs-highlight:first-child {
        padding: 0;
    }

    div.customer-subs-highlight p {
        margin: 5px 0 0;
    }

    div.customer-subs-highlight a:link, div.customer-subs-highlight a:visited {
        color: #cc0000;
    }

    div.customer-subs-highlight span {
        font-weight: bold;
        font-size: 14px;
    }

section.customer-subs-description {
    margin-top: 15px;
}

    section.customer-subs-description div {
        margin: 15px 0;
    }

        section.customer-subs-description div span {
            color: #666;
            font-weight: bold;
            font-size: 14px;
        }

    section.customer-subs-description h3, section.customer-subs-description h4 {
        margin: 0;
        border: 0;
        color: #cc0000;
        font-weight: bold;
        line-height: 35px;
    }

    section.customer-subs-description h3 {
        font-size: 16px;
    }

    section.customer-subs-description h4 {
        font-size: 14px;
    }

    section.customer-subs-description ul {
        margin: 10px 0 0 50px;
        height: 50px;
        list-style: square;
    }

    section.customer-subs-description li {
        float: left;
        margin-right: 20px;
        width: 200px;
    }


/*****************************
    Customer Service Sub Pages (ContactUs/FAQ)
*****************************/

#special-wrapper {
    height: 213px;
}

.special {
    float: left;
    margin-left: 25px;
    width: 215px;
    height: 213px;
    background: url(../images/bg-customer-box.png) no-repeat;
}

    .special:first-child {
        margin: 0;
    }

    .special div {
        padding: 45px 20px 0;
    }

        .special div.find {
            padding: 20px 20px 0;
        }

    .special h3 {
        margin: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        color: #333;
        text-transform: uppercase;
        font: bold 24px/24px FranklinGothic;
    }

    .special h4 {
        margin: 0;
        padding-bottom: 5px;
        color: #333;
        text-transform: uppercase;
        font: bold 14px/14px FranklinGothic;
    }


    .special p {
        margin: 10px 0;
    }

    .special a:link, .special a:hover, .special a:visited {
        color: #cc0000;
    }


.contact-us label.sfTxtLbl {
    margin: 7px 0px 0;
    width: 90px;
    font-weight: bold;
    line-height: 1;
}

.contact-us select {
    padding: 3px 5px !important;
    width: 312px !important;
}

.contact-us textarea {
    width: 305px !important;
}

.contact-us h4.header {
    margin: 0;
    color: #cc0000;
    font-weight: bold;
    font-size: 16px;
}

.contact-us span.header {
    color: #666;
    font-weight: bold;
    font-size: 14px;
}

.contact-us input[type="text"] {
    padding: 3px 5px !important;
}

.contact-us .sfLeftLbls .sfFormSubmit {
    margin-left: 90px;
}

.contact-us input[type="submit"] {
    width: 317px;
    height: 27px;
    background: url(../images/contact-us-submit.jpg) no-repeat;
    font-size: 0px;
}

article#faq header h4 {
    margin: 0;
    color: #cc0000;
    font-weight: bold;
    font-size: 16px;
}

article#faq header p {
    margin: 10px 0;
    color: #666;
    font-weight: bold;
    font-size: 14px;
}

article#faq div {
    margin-top: 25px;
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
}

    article#faq div div.question {
        margin: 0;
        padding: 0;
        background: url(../images/faq-qa-sprite.png) no-repeat -4px -2px;
        font-weight: bold;
        display: inline-block;
        height: 17px;
        width: 17px;
        position: absolute;
    }

    article#faq div p:first-of-type {
        display: inline-block;
        margin-left: 30px;
    }

    article#faq div p.answer {
        margin: 0;
        padding: 2px 0 0 30px;
        background: url(../images/faq-qa-sprite.png) no-repeat -4px -25px;
    }


/*****************************
    No Lead, Fitting Freedom
*****************************/

#nolead header, #fitting-freedom header {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #cc0000;
    font-weight: bold;
    font-size: 16px;
}

#nolead section, #fitting-freedom section {
    margin-top: 15px;
}

#nolead p, #fitting-freedom p {
    margin: 10px 0;
}

    #nolead p span, #fitting-freedom p span {
        font-weight: bold;
    }

#nolead h4, #fitting-freedom h4 {
    color: #cc0000;
    font-weight: bold;
    font-size: 14px;
}

#nolead section img {
    margin-bottom: 20px;
}

/*****************************
    Stock Check
*****************************/
#stock-check-intro, #stock-check-results {
    float: left;
    width: 520px;
}

    #stock-check-intro h4, #stock-check-results h4 {
        margin: 0 0 20px;
        padding: 0 0 0 30px;
        background: url(../images/bullet-1.png) no-repeat 0 0;
        color: #C00;
        font-weight: bold;
        font-size: 16px;
    }

    #stock-check-results h4 {
        padding-left: 0;
        background: none;
    }

    #stock-check-intro p, #stock-check-results p {
        margin: 0 0 20px;
    }

    #stock-check-intro strong {
        color: #666;
    }

    #stock-check-intro hr {
        margin: 0 10px 20px 0;
    }

#stock-check-form {
    float: right;
    width: 380px;
    border: solid 2px #bbb;
}

    #stock-check-form h4 {
        padding: 10px 0 0 25px;
        width: 355px;
        height: 28px;
        background: url(../images/form-title-bg-gradient.jpg) repeat 0 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
    }

#stock-check-form-fields {
    position: relative;
    padding: 15px 0 25px 25px;
}

    #stock-check-form-fields input[type=text] {
        margin-right: 15px;
        width: 140px;
        border: solid 2px #c8c8c8;
    }

        #stock-check-form-fields input[type=text].error {
            border-color: #C00;
        }

    #stock-check-form-fields label {
        display: block;
        float: left;
        margin: 5px 17px 20px 0;
        width: 155px;
        text-transform: uppercase;
    }

    #stock-check-form-fields .required {
        display: none;
        color: #C00;
        font-weight: bold;
    }

    #stock-check-form-fields #required-text {
        position: absolute;
        top: 85px;
        left: 25px;
        display: none;
        color: #666;
    }

        #stock-check-form-fields #required-text .required {
            display: inline;
        }

    #stock-check-form-fields a.button, #stock-check-form-fields a.button:hover, #stock-check-form-fields a.button:active, #stock-check-form-fields a.button:visited {
        float: right;
        margin: 0 25px 25px 0;
        padding-top: 2px;
        width: 45px;
        height: 19px;
        border: none;
        background: url(../images/bg-button-go.png) no-repeat 0 0;
        color: #48484a;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
    }

#stock-check-results .on-hand {
    padding-left: 25px;
    background: url(../images/breadcrumb_chevron.png) no-repeat 0 2px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
}

/*****************************
    Product Search
*****************************/

#product-search-intro, #product-search-results {
    width: auto;
    /*max-width: 480px;*/
}

    #product-search-results .image-container {
        width: 232px;
        display: inline-table;
        border: solid 1px #bbb;
        margin: 1px 1px 1px 1px;
        text-align: center;
    }

    #product-search-results .image-container img {
        cursor:zoom-in;
    }

    #product-search-results img {
        max-width: 232px;
        height:100px;
        object-fit:contain;
        -o-object-fit: contain;
    }

    #product-search-results .compat-object-fit {
        width: 232px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
        #product-search-results .compat-object-fit img {
            opacity: 0;     
        }

    #product-search-intro h4{
        margin: 0 0 20px;
        color: #C00;
        font-weight: bold;
        font-size: 16px;
    }

#product-search-form {
    float: left;
    width: auto;
    /*max-width: 380px;*/
    margin-right: 544px;
    margin-bottom: 40px;
    border: solid 2px #bbb;
}

    #product-search-form h4 {
        padding: 10px 0 0 25px;
        height: 28px;
        background: url(../images/form-title-bg-gradient.jpg) repeat 0 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
    }

#product-search-form-fields {
    position: relative;
    padding: 20px 14px 25px 25px;
}

    #product-search-form-fields input[type=text] {
        margin-right: 15px;
        width: 140px;
        border: solid 2px #c8c8c8;
    }

        #product-search-form-fields input[type=text].error {
            border-color: #C00;
        }

    #product-search-form-fields label {
        display: block;
        float: left;
        margin: 5px 17px 20px 0;
        width: 155px;
        text-transform: uppercase;
    }

    #product-search-form-fields .required {
        display: none;
        color: #C00;
        font-weight: bold;
    }

    #product-search-form-fields #required-text {
        position: absolute;
        top: 85px;
        left: 25px;
        display: none;
        color: #666;
    }

        #product-search-form-fields #required-text .required {
            display: inline;
        }

    #product-search-form-fields a.button, #product-search-form-fields a.button:hover, #product-search-form-fields a.button:active, #product-search-form-fields a.button:visited {
        float: right;
        margin: 10px 29px;
        padding-top: 2px;
        width: 45px;
        height: 19px;
        border: none;
        background: url(../images/bg-button-go.png) no-repeat 0 0;
        color: #48484a;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
    }

#product-search-results .on-hand {
    padding-left: 25px;
    background: url(../images/breadcrumb_chevron.png) no-repeat 0 2px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
}

/*****************************
    Footer
*****************************/

#footer {
    clear: both;
}

    #footer .subnav {
        position: relative;
        padding: 16px 28px 0 26px;
        border-top: 1px solid #A8A8A8;
        background: #252525;
    }

        #footer .subnav .ir {
            position: absolute;
            right: 25px;
            bottom: 20px;
            width: 202px;
            height: 44px;
            background: url(../images/logo_corporate.png) no-repeat;
            background-color: transparent;
            text-indent: -999em;
        }

        #footer .subnav h3 {
            color: #FFF;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
        }

        #footer .subnav ul {
            padding-right: 8px;
            list-style: none;
        }

        #footer .subnav li {
            border-top: 1px solid #353535;
        }

            #footer .subnav li a:visited, .subnav li a:active, .subnav li a:hover, .subnav li a {
                display: block;
                padding: 2px 5px;
                color: #959595;
                font-size: 11px;
            }

    #footer .container {
        min-height: 251px;
        border-top: 1px solid #A8A8A8;
        background: #fff;
    }

    #footer .subnav section {
        float: left;
        margin-right: 17px;
    }

    #footer .one-col {
        width: 180px;
    }

    #footer .bottom {
        clear: both;
        padding: 0px 25px;
        border-bottom: 1px solid #D4D4D4;
        background-color: #CC0000;
        color: #fff;
    }

.bottomie {
    position: relative;
    left: -.5px;
}

#footer .bottom span {
    display: block;
    float: right;
    padding-top: 4px;
    text-align: right;
    font-size: 12px;
}

#footer .bottom img {
    display: block;
    float: left;
    padding: 7px 0 0 5px;
    width: 61px;
    height: 9px;
}


/*****************************
    Products
*****************************/

/* landing page */

.product-landing {
}

    .product-landing img {
        display: block;
        float: left;
        margin: 25px 0;
        /*Remove width for product images Brandon Vukas 20220325*/
        /*width: 271px;*/
    }

    .product-landing .utility-nav {
        float: right;
        margin: 25px 10px 0 0;
        width: 200px;
    }

    .product-landing ul {
        padding: 0;
        list-style: none;
    }

        .product-landing ul a {
            color: #333;
            text-decoration: none;
            font-weight: bold;
        }

            .product-landing ul a:hover {
                text-decoration: underline;
            }


    .product-landing strong {
        color: #c41230;
    }


.productspotlight-wrp {
    visibility: hidden;
    height: 25px;
}

.product-page-title {
    margin-left: 5px; 
    width: 940px;
}

.dept-p3 {
}

    .dept-p3 .dept-header {
    }

        .dept-p3 .dept-header img {
            float: left;
            max-width: 200px;
        }

        .dept-p3 .dept-header .detail {
            float: right;
            margin-right: 50px;
        }

            .dept-p3 .dept-header .detail h2 {
                font-weight: bold;
                font-size: 16px;
            }

            .dept-p3 .dept-header .detail h3 {
                border-bottom: 1px solid #ccc;
                font-weight: bold;
            }

            .dept-p3 .dept-header .detail p {
            }

    .dept-p3 .dept-images {
        height: 100px;
    }

        .dept-p3 .dept-images img {
            float: left;
            margin: 10px;
            width: 75px;
            height: 75px;
        }

    /*.dept-p3 .dept-products {
        margin-left: 4%;
    }*/

    .dept-p3 .dept-products table {
    }

    .dept-p3 .dept-products tr.odd {
        background: #e5e5e5;
    }

    .dept-p3 .undo-dept-products tr.even {
        background: #e5e5e5;
    }

    .dept-p3 .dept-products th {
        padding: 15px 2px;
        /*padding: 12px 12px 15px 26px;*/
        border-bottom: 2px solid #000;
        color: #cc0000;
        text-align: center;
        font-size: 12px;
    }
.dept-products.broucher td:nth-child(1) {
    white-space: unset;
}
.dept-products.scrollable td:nth-child(1) {
    white-space: nowrap;
}
.dept-products.scrollable td:nth-child(2) {
    white-space: nowrap;
}
.dept-p3 .dept-products td:first-child[colspan] {
    display: table-cell;
}

    .dept-p3 .dept-products td {
        padding: 5px;
        border: 1px solid #000;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
    }

    .dept-p3 .undo-dept-products td {
        padding: 5px;
        border: 0;
        text-align: center;
        font-weight: bold;
        font-size: 10px;
    }

    .dept-p3 .dept-products td img {
        float: left;
        padding:0 5px 5px;
    }


/*title area*/
.scProductTitle {
    position: absolute;
    bottom: 25px;
    left: 40px;
    padding-left: 20px;
    background: transparent url(../images/breadcrumb_chevron.png) 0 no-repeat;
    color: #939597;
    font-weight: bold;
    font-size: 16px;
}

.scProductSubTitle {
    position: absolute;
    bottom: 25px;
    left: 40px;
    max-width: 515px;
    letter-spacing: -2px;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
}


/*****************************
    Get Connected
*****************************/

.get-connected h3 {
    padding: 3px 0 0 9px;
    height: 21px;
    border: 0;
    background: url(../images/bg-h3-form.png) no-repeat 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
}

.get-connected-aside fieldset legend {
    display: block;
    padding: 0 0 22px 0;
    width: 100%;
    height: 173px;
    background: url(../images/bg-form-legend.jpg) no-repeat 0 0;
    text-indent: -8000px;
}

.get-connected-aside fieldset a {
    position: relative;
    display: block;
    padding: 9px 0 0 135px;
    height: 25px;
    border-top: solid 1px #474747;
    border-bottom: solid 1px #ccc;
    background: #393939 url(../images/bullet-a.png) no-repeat 117px 10px;
    color: #cc0000;
    font-weight: bold;
}

.get-connected .social {
    clear: both;
    margin-top: 8px;
}

    .get-connected .social dt {
        float: left;
        padding: 4px 5px 0 0;
        width: 135px;
        /*width: 60%;*/
        color: #666;
        text-align: right;
        text-transform: uppercase;
        font-weight: bold;
    }

    .get-connected .social dd {
        float: left;
        padding-left: 4px;
    }

        .get-connected .social dd a {
            display: block;
            width: 20px;
            height: 20px;
            background: url(../images/icons-social.png) no-repeat 0 0;
            text-indent: -8000px;
        }

        .get-connected .social dd.youtube a {
            background-position: -24px 0;
        }

        .get-connected .social dd.twitter a {
            background-position: -47px 0;
        }

/*****************************
    Custom Slider
*****************************/

/* ImageRotatorControl.ascx */
#slider-nolink {
    position: relative;
    width: 944px;
    height: 433px;
}

    #slider-nolink #slider-container a {
        position: absolute;
        display: block;
        width: 944px;
        height: 433px;
    }

    #slider-nolink img {
        position: absolute;
        width: 944px;
        height: 433px;
    }


/* ImageRotatorLinkControl.ascx */

#slider-link {
    position: relative;
    overflow: hidden;
    width: 944px;
    height: 433px;
    font-size: 0;
}

    #slider-link #slider-container {
        position: relative;
    }

        #slider-link #slider-container a {
            display: inline-block;
            width: 944px;
            height: 433px;
        }

    #slider-link img {
        width: 944px;
        height: 433px;
    }

    #slider-link #slider-arrow-left, #slider-nolink #slider-arrow-left {
        left: 15px;
        background: url(../Images/slider-arrows-sprite.png) no-repeat -7px -5px;
    }

    #slider-link #slider-arrow-right, #slider-nolink #slider-arrow-right {
        right: 15px;
        background: url(../Images/slider-arrows-sprite.png) no-repeat -5px -83px;
    }

    #slider-link #slider-arrow-left, #slider-link #slider-arrow-right,
    #slider-nolink #slider-arrow-left, #slider-nolink #slider-arrow-right {
        position: absolute;
        top: 200px;
        z-index: 2;
        width: 48px;
        height: 62px;
        cursor: pointer;
    }

/*****************************
    Galleria - Slider
*****************************/

#galleria {
    margin-top: 10px;
    width: 944px;
    height: auto;
    background: #000;
}

/*****************************
    Quick Links
*****************************/

.quick-link {
    padding-top: 25px;
}
.sfContentBlock .quick-link ul {
    margin: 0;
}

    .quick-link h4 {
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
        color: #cc0000;
        font-weight: bold;
        font-size: 14px;
    }

    .quick-link ul li {
        padding-top: 10px;
        list-style: none;
    }

.sfSubmitBtnLarge {
    width: 300px;
    border: 0;
    background-color: #cc0000;
    color: white;
}

.site-name a {
    display: block;
    margin-top: 25px;
}

.dashboard {
    margin-top: 33px;
    vertical-align: baseline;
}

.pagesubheader {
    margin-bottom: 29px;
    padding-left: 18px;
    height: 82px;
    background: url(../images/title-bg-gradient.jpg) repeat-x;
    color: #ccc;
    vertical-align: baseline;
    letter-spacing: -2px;
    font: 72px FranklinGothic;
}

/*****************************
    Side Bar
*****************************/
.above-sidebar {
    margin: 0 0 25px 0;
    width: 220px;
    font-size: 11px;
    line-height: 16px;
}

    .above-sidebar h1, .above-sidebar h2, .above-sidebar h3, .above-sidebar h4,
    .above-sidebar h5, .above-sidebar h6 {
        font-weight: bold;
        font-size: 14px;
    }

    .above-sidebar hr {
        display: block !important;
        margin: 4px 0;
        width: 100%;
        height: 2px;
        border: none;
        background-color: #EEE;
        color: #EEE;
    }

/*****************************
    Table Tabs / Dropdowns
*****************************/

div.tabWidget {
    padding-bottom: 4px;
    border-bottom: 6px solid #cc0000;
}

    div.tabWidget ul, div.tabWidget ul li li {
        margin: 0;
        padding: 0;
    }

        div.tabWidget ul li {
            position: relative;
            float: left;
            margin-right: 4px;
            list-style-type: none;
        }

            div.tabWidget ul li a, div.tabWidget ul li a:hover, div.tabWidget ul li a:visited {
                display: inline-block;
                padding: 5px 22px 3px;
                height: 20px;
                background-color: #666;
                color: #fff;
                text-align: center;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 11px;
            }

                div.tabWidget ul li a.current {
                    background-color: #cc0000 !important;
                }


            div.tabWidget ul li ul {
                position: absolute;
                top: auto;
                left: 0;
                z-index: 1;
                display: none;
                padding: 5px;
                border: 1px solid #666;
                border-top: 0;
                background: #fff;
            }

            div.tabWidget ul li:hover ul {
                display: block;
            }


            div.tabWidget ul li li a, div.tabWidget ul li li a:hover, div.tabWidget ul li li a:visited {
                padding: 10px 25px;
                width: 125px;
                background: #5F5F5F;
                text-decoration: none;
            }

                div.tabWidget ul li li a:hover {
                    background-color: #333 !important;
                }

/*****************************
    Maps
*****************************/
#map_container, #main_container {
    position: relative;
    margin-top: 10px;
    width: 944px;
}

    #map_container area {
        cursor: pointer;
    }
    .store-result{
        float:left;
        padding-top:24px;
    }
    .store-result-distributor{
        float:left;
        padding-top:18px;
    }
.find-map-result {
    margin-left:105px;
    padding: 30px 0;
    border-bottom: solid 1px #ccc;
}
.find-map-result-sales-rep {
    
    padding: 30px 0;
    border-bottom: solid 1px #ccc;
}
.find-map-result-sales-rep-div {
    margin-left: 16px;
}

    .find-map-result .number {
        color: #cc0000;
    }
.find-map-result-sales-rep .number {
    color: #cc0000;
}

#result,
#zip-result {
    float: left;
    margin-right: 25px;
    width: 673px;
    
}

    #result h2,
    #RepList h2,
    #zip-result h2 {
        margin-top: 25px;
        color: #cc0000;
        font-weight: bold;
        font-size: 16px;
    }

#international-badge-container {
    display: none;
    float: right;
    
    width: 246px;
}

#national-badge-container {
    display: none;
    float: right;
    margin-top: 12px;
    width: 246px;
}

    #international-badge-container h3, #national-badge-container h3{
        padding: 3px 0 0 9px;
        height: 21px;
        border: 0;
        background: url(../images/international-badge-bg.png) no-repeat 0 0;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.2;
    }

    #international-badge-container section, #national-badge-container section {
        border: 1px solid #aeaeae;
    }

    #international-badge-container h4, #national-badge-container h4 {
        padding: 20px;
        border-bottom: 1px solid #ccc;
        color: #cc0000;
        font-weight: bold;
        font-size: 14px;
    }

    #international-badge-container p, #national-badge-container p {
        padding: 20px;
    }

    #international-badge-container span, #national-badge-container span {
        display: block;
    }

#CompleteRepList {
    display: none;
}

/*****************************
    P1A Styles
*****************************/
.p1a-wrapper {
    position: relative;
    margin: -20px 0 20px;
    width: 943px;
    height: 450px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.p1a-left-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.p1a-left-nav-header {
    margin-left: 1px;
    padding-top: 60px;
    width: 251px;
    height: 72px;
    background: url(../Images/p1a_left_header_bg.jpg) no-repeat 0 0;
    padding-bottom: 5px;
}

    .p1a-left-nav-header a {
        display: block;
        float: left;
        clear: left;
        margin: 0 0 0px 43px;
        color: #333;
        font-weight: bold;
        font-size: 16px;
    }

        .p1a-left-nav-header a:hover, .p1a-left-nav-header a.active {
            color: #cc0000;
            text-decoration: none;
        }

.p1a-left-nav-wrapper {
    margin: 0 0 0 30px;
}

    .p1a-left-nav-wrapper ul {
        width: 210px;
        border: 1px solid #e0e0e0;
        border-top: none;
    }

    .p1a-left-nav-wrapper li {
        position: relative;
    }

    .p1a-left-nav-wrapper a {
        display: block;
        padding: 2px 15px;
        width: 180px;
        border-top: 1px solid #e0e0e0;
        background: url(../Images/p1a_left_nav_bg.gif) repeat-x 0 0;
        color: #333;
        font-size: 11px;
    }

        .p1a-left-nav-wrapper a.hover {
            background: url(../Images/p1a_left_nav_hover_bg.gif) repeat-x 0 0 !important;
            color: #fff !important;
            text-decoration: none !important;
        }

        .p1a-left-nav-wrapper a.shaded {
            background: url(../Images/p1a_left_nav_shaded_bg.gif) repeat-x 0 0;
            color: #333;
            text-decoration: none;
        }

    .p1a-left-nav-wrapper li ul {
        position: absolute;
        top: 0;
        left: 210px;
        display: none;
    }

    .p1a-left-nav-wrapper li.hover ul {
        display: block;
    }

.p1a-wrapper #rotator-nav {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

    .p1a-wrapper #rotator-nav li {
        display: inline;
    }

    .p1a-wrapper #rotator-nav a {
        display: block;
        float: left;
        margin-left: 5px;
        width: 12px;
        height: 12px;
        background: url(../Images/slider_button.png) no-repeat 0 0;
        text-indent: -9999px;
    }

        .p1a-wrapper #rotator-nav a.on {
            background: url(../Images/slider_button_on.png) no-repeat 0 0;
        }

.p1a-highlight {
    float: left;
    margin: 25px 0 0 20px;
    width: 217px;
}

    .p1a-highlight.first {
        margin-left: 0;
    }

    .p1a-highlight h4 {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .p1a-highlight strong {
        font-size: 11px;
    }

    .p1a-highlight header {
        margin-bottom: 5px;
        padding-bottom: 5px;
        height: 70px;
        border-bottom: 1px solid #CCC;
    }

    .p1a-highlight img {
        border: 1px solid #ccc;
    }

    .p1a-highlight p {
        margin-bottom: 15px;
    }

#imageSlider {
    overflow: hidden;
    margin: 20px auto 0;
    width: 600px;
    height: 130px;
}

    #imageSlider .viewport {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 0 auto;
        width: 500px;
        height: 130px;
    }

    #imageSlider .buttons {
        display: block;
        float: left;
        margin: 0 15px 0 0;
        width: 30px;
        height: 109px;
        background: url(../Images/sprite_arrow_caru.png) no-repeat 0 0;
    }

        #imageSlider .buttons:hover {
            background-color: #e1e1e1;
            background-position-y: -109px;
        }

    #imageSlider .next {
        margin: 0 0 0 15px;
        background-position: -30px 0;
    }

    #imageSlider .disable {
        visibility: hidden;
    }

    #imageSlider .overview {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #imageSlider .overview li {
            float: left;
            margin: 0 10px 0 0;
            padding: 10px;
            width: 100px;
            height: 100px;
        }

a.featured-pex {
    font-size: 1em;
    font-weight: bold;
}

a.featured-pex span {
    font-size: 1.3em;
}


/*****************************
    BIM Resources Styles
*****************************/

.bim-download-list {
}

    /*.bim-download-list td.sfdownloadTitle {
        position: relative;
    }*/

    .bim-download-list td.sfdownloadTitle > div {
        position: relative;
    }

    .bim-download-list td.sfdownloadTitle a {
        color: #333;
    }

        .bim-download-list td.sfdownloadTitle a:hover {
            color: #cc0000;
        }

    .bim-download-list .bim-close {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 2;
        width: 72px;
        height: 20px;
        background: url(/Sitefinity/WebsiteTemplates/SiouxChief/App_Themes/SiouxChief/images/bim-close2.png) no-repeat;
    }

.bim-image-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 20px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 15px #b1b1b1;
    -webkit-box-shadow: 0px 0px 15px #b1b1b1;
    box-shadow: 0px 0px 15px #b1b1b1;
    text-align: center;
}

    .bim-image-container img {
        width: 80%;
        height: 80%;
    }


/*****************************
    Document Video Table
*****************************/

#documentVideo {
    margin-top: 15px;
}
#documentVideo div {
    border: none;
}

#documentVideo table th {
    border-bottom: 1px solid black;
} 

    #documentVideo th, #documentVideo th a {
        color: #333;
        font-weight: bold;
        font-size: 12px;
        padding-left: 2px;
        border-bottom:2px;
    }

        #documentVideo th.rgSorted {
            background-color: #E4E4E6;
        }

    #documentVideo tbody td {
        /*white-space: nowrap;
        -ms-word-break: normal;
        word-break: normal;*/
         padding: 10px 6px 10px 2px;
        color: #666;
    }

    #documentVideo tbody tr:hover {
        background-color: #f1f1f1;
        font-weight: bold;
        width: 30px;
    }

    #documentVideo tbody tr:hover td {
        padding: 10px 0 10px 2px;
    }

    #documentVideo tbody a {
        color: #cc0000;
    }


#DocumentVideoSpecSheet {
    margin-top: 15px;
}

    #DocumentVideoSpecSheet div {
        border: none;
    }

    #DocumentVideoSpecSheet table th {
        border-bottom: 1px solid black;
    }

    #DocumentVideoSpecSheet th, #DocumentVideoSpecSheet th a {
        color: #333;
        font-weight: bold;
        font-size: 12px;
        padding-left: 2px;
        border-bottom: 2px;
    }

        #DocumentVideoSpecSheet th.rgSorted {
            background-color: #E4E4E6;
        }

    #DocumentVideoSpecSheet tbody td {
        /*white-space: nowrap;
        -ms-word-break: normal;
        word-break: normal;*/
        padding: 10px 6px 10px 2px;
        color: #666;
    }

    #DocumentVideoSpecSheet tbody tr:hover {
        background-color: #f1f1f1;
        font-weight: bold;
        width: 30px;
    }

        #DocumentVideoSpecSheet tbody tr:hover td {
            padding: 10px 0 10px 2px;
        }

    #DocumentVideoSpecSheet tbody a {
        color: #cc0000;
    }

    .rgHeader.rgSorted 
    {
        padding-right: 5px;
    }

    

 /*phase II get connected*/
        a {
    text-decoration:none;
    }
    img {
    line-height: 0;
    }
    img.connectedsocimg {
    padding-top: 9px;
    padding-left: 8.5px;
    width: 24px;
    height: 24px;
    }
    .connectedcontainer {
    padding: 0;
    margin: 0;
    line-height: 0;
    }
    .connectedsocial {
    height: 42px;
       /*width: 220px;*/ 
    /* width: 100%; */
    background-color: #e2e2e2;
    }
    .connectedaccdiv {
    height: 29px;
    /*width: 220px;*/ 
    /* width: 100%;  */
    padding: 0;
    margin: 0;
    background-color: #cc0000;
    }
    .connectedaccount {
    color:white;
    font-family:"Open Sans", Arial, sans-serif;
    font-size: 9pt;
    vertical-align: middle;
    line-height: 29px;
    display:block;
    text-align: center;
    }

    .js-video {
  height: 0;
  /*padding-top: 25px;*/
   padding-top: 5px;
  /*padding-bottom: 67.5%;
  margin-bottom: 10px;*/
   padding-bottom: 55.5%;
  margin-bottom: 1px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  /*padding-bottom: 56.34%;*/
   padding-bottom: 5.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*Search Results*/
#search-results p.found_results {
    font-size: 1.8em;
}

table.gsc-search-box td {
    vertical-align: top !important;
}
table td.gsib_b { padding: 4px 10px}

table td.gsc_input { padding-right: 4px !important;}

input.gsc-search-button-v2 {
    margin-top: 0px !important;
}

.gsc-input {
    padding-right: 1px !important;
}

#map_imagemap area {
    outline: none;
}

div.flagCanada {
    background-image: url('../../../../../../../img/Flag_Canada.png');
    background-size: 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
div.flagUSA {
    background-image: url('../../../../../../../img/Flag_USA.png');
    background-size: 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.grid,
.main-content-left .row {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 2em;
    grid-row-gap: 3em;
    margin-bottom: 5em;
}
h1 {
    font-family: FranklinGothic, arial narrow, arial;
    font-weight: bold;
    font-size:3em;
    margin:1em 0 .4em;
    line-height:1;
    color:#000;
}

    h2 {
        font-size: 2em;
        margin-bottom:1em;
        line-height:1;
    }

p {
    font-size: 1em;
    margin-bottom: 2em;
    line-height: 1.2;
}

.sfContentBlock ul, .main-content ul {
    list-style: disc;
    padding: 0;
}

.grid h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #cc0000;
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.8em;
    margin-bottom: .8em;
    line-height:1.2;
}
.grid p {
    margin-bottom:.8em;
}

a.feathers {
    display: grid;
    background: url(/images/default-source/products/product-header-block-missing-image.jpg);    
    background-size: cover;
    border: none;
    border-top: solid 4px;
    min-height: 2em;
    margin-bottom: .4em;
    padding: 1.4em .5em 1em;
    font-size: 3em;
    font-family: FranklinGothic, arial narrow, arial;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: black;
    transition: .2s all ease-in-out;    
}
    a.feathers:hover {
        color: #CC0000;
        text-decoration: none;      
    }

a.feathers strong {
    align-self: center;
}

@media(min-width:40em) {
    .grid,
    .main-content-left .row {
        grid-template-columns: 1fr minmax(250px, 1fr);
    }
    .main-content-left .row {
        margin-bottom:0;
    }
        .main-content-left .row div {
            margin: 2em 0 1em;
        }
    a.feathers {
        padding: 1.4em .2em 1em;
        font-size:3em;
    }    

}
@media(min-width:63em) {
    a.feathers {
        font-size: 3.4em;
    }
    .sf_2cols_1_75 {
        margin: 0 1em 1em 0;
        width: 75% !important;
    }
}