﻿body {
    background: #E6E7E8
}

.navbar {
    padding-bottom: 0;
    background: white;
}

.navbar-brand {
    padding: 0 12rem 0 0.2rem;
}

    .navbar-brand img {
        width: 120px;
        padding: 0 0 10px 0;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #007A47;
    text-transform: uppercase
}

.nav-item a {
    text-transform: uppercase;
    text-decoration: none;
    color: #808285;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding: 0 25px 5px !important;
    margin: 0
}

.nav-item {
    display: flex
}

    .nav-item a:hover {
        border-bottom: 5px #efefef solid !important;
        color: #00693F
    }


    .nav-item.active a, a.nav-item.active a:hover {
        border-bottom: 5px #00693F solid
    }

#siteHead {
    background: #FFF200;
}

    #siteHead .container {
        height: 168px;
        
    }



@media only screen and (min-width: 769px) {
    #siteHead .container {
        height: 110px;
        padding: 0 16px
    }
}


    #logo-bar-container {
        background: white
    }

    #logo-bar {
        overflow: hidden;
    }

        #logo-bar img {
            transition: .1s all ease-in-out
        }

        #logo-bar a:hover img {
            transform: scale(1.05)
        }

    #sidebar {
        border: solid 1px #BFC0C1;
        background: white;
        margin-bottom: 1rem
    }

        #sidebar h3 {
            background: #414141;
            color: white;
        }

        #sidebar a {
            font-size: 1.12rem;
            text-transform: uppercase;
            color: #808285;
            text-decoration: none;
            display: block;
            padding: 7px 16px;
            border-bottom: solid 1px #939598;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 600;
        }

            #sidebar a:hover {
                background: #808285;
                color: white;
            }

        #sidebar h4 {
            text-transform: uppercase;
            color: black;
            margin: 0;
            display: block;
            font-size: 1.1rem;
            padding: 5px 16px;
            border-bottom: solid 1px #C0C0C2;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 600;
        }


    #sideContact {
        border-top: 0;
    }

    .btn {
        color: black;
    }

    #sideContact .btn {
        background: #FFF200;
        color: black;
        text-align: left;
        border: 0;
        margin-bottom: 2px
    }

    #sideContact h4 {
        margin: 0;
        padding: 10px 0 10px 14px
    }

    #sideContact > div {
        padding: 6px 0 8px 14px
    }

    #focus {
        min-height: 185px;
        background: #C1C2C2;
    }

        #focus h4 {
            border: 0;
            color: #00693F;
            border-left: solid 4px #00693F
        }

    .focus-item {
        padding: 0.65rem 0.5rem .1rem 0.65rem;
        font-size: 0.9rem
    }

        .focus-item h5 {
            color: #ED1D24;
            text-transform: none;
            margin-bottom: 0
        }

        .focus-item p {
            margin: 4px 5px
        }

    footer {
        background: #808285;
        padding: 0
    }

    #footer-nav {
        padding: 1rem;
    }

        #footer-nav a {
            color: white;
            text-transform: uppercase;
            text-decoration: none;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 600;
            font-size: .9rem;
            padding: .25rem 0.5rem
        }

            #footer-nav a:hover {
                background: white;
                color: #808285
            }

    #copyright {
        padding: .5rem;
        background: #FFF200;
        font-size: .8rem
    }

        #copyright a {
            color: black;
            text-decoration: none;
            font-weight: 500;
            padding: .7rem;
            font-family: 'Source Sans Pro', sans-serif;
        }

            #copyright a:hover {
                background: black;
                color: #FFF200
            }

    .brandList {
        color: #FFF200;
        margin-top: .8rem;
        text-transform: none !important;
    }

        .brandList li {
        }

            .brandList li::after {
            }

            .brandList li a {
                color: white;
                text-decoration: none;
                padding-left: 20px;
                line-height: 40px;
                text-align: center;
            }



            .brandList li.last::after {
                content: "";
                border-right: 0;
                padding-right: 0
            }

    .footer-links a {
        padding-right: 10px
    }


    .home-link {
        border: solid 1px #808285;
        display: block;
    }

    .carousel-item {
        border: solid 1px #808285;
    }

    #breadcrumbs {
        background: #efefef;
        padding: 0.5rem 0;
        margin-bottom: 1rem;
    }

        #breadcrumbs ul {
            list-style: none;
            padding: 0;
            margin: 0;
            height: 25px;
        }

            #breadcrumbs ul li a {
                color: black;
                text-decoration: none;
                font-size: .75rem;
                opacity: .75;
                border: solid 1px #C3C3C3
            }

                #breadcrumbs ul li a:hover {
                    background: #C3C3C3
                }

            #breadcrumbs ul li.current a {
                background: #C3C3C3
            }

            #breadcrumbs ul li {
                display: inline;
            }

        #breadcrumbs > * {
            position: relative;
        }

        #breadcrumbs li a {
            line-height: 25px;
            padding: 0 8px 0 10px;
            text-wrap: none
        }


    .brand {
        position: relative;
        display: block;
        transition: all .55s ease-in-out;
        min-height: 128px
    }



    @media only screen and (max-width: 768px) {
        .brand {
            min-height: 28px
        }
    }


    .brand .img-fluid {
        transition: all .55s ease-in-out
    }

    .brand:hover .img-fluid {
        transform: scale(1.2,1.2);
    }

    .brand:hover .logo {
        left: 0;
        padding-left: 1.8rem;
        bottom: 0;
        text-align: center;
        opacity: 1
    }

    .brand .logo {
        position: absolute;
        left: 0;
        padding: .4rem 1rem;
        background: black;
        bottom: 0;
        opacity: 0.9;
        transition: all .25s ease-in-out
    }


    #footer-brands {
        margin: 1rem 0 1rem 0
    }

        #footer-brands a {
            color: white;
            display: inline-block;
            text-decoration: none;
            width: 100%;
            border-right: solid 2px #FFF200;
            text-align: center;
            padding: .25rem
        }


        #footer-brands .list-inline-item:not(:last-child) {
            margin-right: 0
        }

        #footer-brands a:hover {
            background: #FFF200;
            color: #808285;
        }



        #footer-brands a:last-child {
            border: 0
        }



    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 14px;
        height: 14px;
        padding: 0;
        margin-right: 5px;
        margin-left: 5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #EFEFEF;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .75;
        transition: opacity .6s ease;
        border-radius: 50%
    }

    .carousel-indicators button.active {
        background-color: #FFF200;
    }

    .pFindStart {
        background: url(partfinder-bg.jpg) right top no-repeat #000;
        padding: 1.875em 2.5em;
        max-height: 205px;
        margin-bottom: 1.25em;
    }

        .pFindStart .content h3 {
            font-size: 1.375em;
            color: #FFFFFF;
            line-height: 1.2;
            margin-top: 0;
            margin-bottom: 1.25em;
            text-shadow: 1px 1px 1px #000000;
        }

    .btn {
        background-color: #fd0;
        border-color: #ccb100;
        color: black;
        border-radius: 0;
        font-size: 1em;
    }

    #sidebar h3 {
        font-size: 1.125em;
        padding: 5px 12px;
        margin: 0;
    }

    #sidebar {
        background: white;
    }

        #sidebar .sideNav {
            margin: 0;
            padding: 0;
            list-style: none
        }

    .sideNav ul, .sideNav li {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .sideNav > li > a {
        border-left: 5px solid #404040;
        border-top: 1px solid #737373;
        border-bottom: 1px solid #404040;
        padding: 0 10px;
        font-size: 0.55rem;
        font-family: 'Source Sans Pro', sans-serif;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        line-height: 1.4;
        padding: 5px 10px 4px;
    }

    .sideNav .hasDD.active > .navDD.lvl2 {
        display: block;
        border-bottom: 0 !important
    }

    .sideNav ul, .sideNav li {
        list-style: none;
        margin: 0;
    }

    .sideNav a {
        display: block;
    }

    .panel.form {
        padding: 1.25em;
    }


    @media only screen and (min-width: 768px) AND (max-width: 1382px) {
        .nav-item a {
            padding: 0 15px 5px !important;
            margin: 0
        }

        .navbar-brand {
            padding: 0 6rem 0 0.2rem;
        }
    }

    @media only screen and (max-width: 768px) {
        #breadcrumbs {
            text-align: right
        }

            #breadcrumbs ul li a {
                padding: 1rem, .5rem
            }

        .navbar {
            padding: 0.75rem 0
        }

        #logo-bar-container {
            display: none
        }

        .nav-link {
            text-align: center
        }

        .nav-item a {
            display: block;
            font-size: 1.5rem;
            border-bottom: solid 2px #efefef
        }

        .nav-item.active a {
            border-bottom: solid 2px #005E2C;
        }

            .nav-item.active a, .nav-item.active a:hover {
                border-bottom: solid 2px #005E2C;
                background: #efefef
            }

        .nav-item {
            width: 100%;
            display: block
        }

            .nav-item a:hover {
                border-bottom: 2px #005E2C solid !important;
                color: #00693F;
                background: #efefef
            }
    }

    @media only screen and (min-width: 975px) and (max-width:1024px) {
        .navbar-nav a {
            font-size: .75rem;
            padding: 1rem .25rem;
            text-align: center;
            width: 100%
        }
    }

    .navbar-toggler {
        background: #00693F;
        color: white;
    }

    .pageTitle {
        color: #00693F;
        font-size: 2rem
    }

    .tagline {
        text-align: center;
        color: black
    }

    .card h3 {
        color: black;
    }

    /*
    input[type=text], input[type=email], input[type=password], input[type=number], textarea {
        box-shadow: none;
        font-size: 0.8em;
        padding: 0.575em;
        width: 100%;
        margin-bottom: .4rem;
        border: solid 1px #efefef
    }
*/
    .videoGrid div.col {
        display: block;
        min-height: 200px;
        min-width: 200px;
        position: relative;
    }

        .videoGrid div.col a:hover .play {
            opacity: 1
        }

    .play {
        opacity: 0.5;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(/includes/images/play.png) no-repeat 50% 50%;
    }


    .gridItem > a .name {
        padding: 0.3125em 0.525em;
        color: #222222;
        background: #EEEEEE;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .panel.form {
        padding: 1.25em;
    }

    .panel.drk {
        background: #222222;
        color: white
    }

        .panel.drk h4 {
            color: white
        }


    /*about */
    #abNavBar {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background: #fd0;
    }

        #abNavBar li a {
            display: block;
            padding: 0.4375em 0.75em;
            color: #222222;
            font-size: 1.0625em;
            font-family: 'Source Sans Pro', sans-serif;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 600
        }

        #abNavBar li.active {
            background: #ccb100;
            cursor: default;
        }

        #abNavBar li:hover {
            background: #ccb100;
        }

        #abNavBar li {
            display: block;
            float: left;
            list-style: none;
            background: #fd0;
        }

    .about .aboutImg {
        margin-bottom: 0;
        width: 100%;
    }


    .prodTbl thead th {
        background: #fd0;
        font-size: 0.75em;
        color: #333333
    }

    .prodTbl tbody tr:hover {
        cursor: pointer;
        background: #fff5b3
    }

        .prodTbl tbody tr:hover a {
            color: #d9ab00
        }

    .prodTbl tbody td, .prodTbl tbody th {
        border-top: 1px solid #ddd
    }

    .prodTbl.attrTbl tbody th, .prodTbl.attrTbl tbody td {
        text-align: left
    }

    .prodTbl.attrTbl tbody th {
        width: 175px
    }

    .pFindSection .inline-list.checkList > li {
        max-width: 200px;
        width: 100%;
        line-height: 1.4;
    }

    .pFindSection .inline-list > li {
        font-size: 0.875em;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 30px;
    }

    .inline-list > li {
        list-style: none;
        float: left;
        margin-left: 1.375em;
        display: block;
    }

    .product-grid {
    }

        .product-grid .card {
            position: relative;
            overflow: hidden
        }

        .product-grid a {
            text-decoration: none !important
        }

    .product-list, .product-grid {
        transition: all .2s ease-in-out
    }

        .product-grid.product-list, .product-grid.product-list a {
            color: black
        }

            .product-grid.product-list .card-title {
                padding-top: 1rem;
                font-weight: bold
            }

        .product-grid .card img, .catalogue-grid .card img {
            width: 100%;
            transition: all .2s ease-in-out
        }

        .product-grid .card span {
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,0.7);
            color: white;
            padding: .4rem;
            font-size: .8rem;
            transition: all .2s ease-in-out
        }

        .product-grid .card a:hover img {
            transform: scale(1.1);
        }

        .product-grid .card a:hover span {
            padding-bottom: .8rem;
            background: rgba(0,0,0,0.85);
        }


    .catalogue-grid .card-title {
        padding: 0.3125em 0.525em;
        color: #222222;
        background: #EEEEEE;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }



    .catalogue-grid .card a {
        text-decoration: none;
        color: #414141
    }


    .descr {
        display: none
    }


    .yt-wrapper {
        position: relative;
        overflow: hidden;
    }

    .yt-thumb {
        width: 100% !important;
        height: 100% !important;
        margin: -2.5% 0 -10%;
        overflow: hidden
    }


    ul.pagination {
        display: block;
        height: 1.75em;
        margin: 1rem 0
    }

        ul.pagination li {
            float: left;
            display: block;
        }

            ul.pagination li.current a {
                background: #fd0;
                color: #333;
                font-weight: bold;
                cursor: default;
            }

            ul.pagination li a {
                display: block;
                padding: 0.125em 0.625em 0.125em;
                color: #333;
            }

    .pagination li a {
        border: 1px solid #fd0;
        font-weight: bold;
        text-decoration: none
    }


    table tbody td a {
        color: #222222;
        font-weight: bold;
    }

    #refineResults {
        margin-top: 1em
    }

    #appList li {
        width: 100%;
        max-width: 200px;
        text-overflow: ellipsis
    }



    .pImg {
        text-align: right
    }


    .btn.iconBtn {
        background: #afafaf;
    }

        .btn.iconBtn.active {
            background: #FFF200
        }



    ul.sideNav li.active a {
        background: #383838;
        color: white !important;
        border-bottom: 0 !important;
    }

    li.hasDD.active a {
        border-left-color: #FFF200;
        background: #383838
    }

    #sidebar .lvl2 li a {
        padding-left: 28px !important;
        display: block;
        font-size: 1rem
    }

    ul.lvl2 li.active a {
        background: #949494;
        border-left-color: #FFF200;
    }

    #prodImgCol .imgCont {
        border: 1px solid #D6D6D6;
        margin-bottom: 0.5em;
        text-align: center
    }

    #sidebar ul.lvl2 li.active a {
        background: #6F6F6F !important
    }


    #resList .prodResult .details p a {
        color: #333333;
        font-weight: bold;
        text-decoration: none
    }



    .imgLink {
        display: block;
        border: 1px solid #F0F0F0;
        max-width: 210px;
    }



@media print {
 #logo-bar-container, #breadcrumbs, #ucHeader_headSearch, .navbar, #sideNav, #sidebar, #prodTools, #footer-nav, #copyright, #footer, #productSidebar, #imgThumbs,
#cph_ucPart_panYouTube
 {
    display: none !important;
  }
#prodImgCol .imgCont, #pageMain .card {
border:0;

}

#ucHeader_imgBrand {
max-width:L100px

}

body, #pageMain {
background: white
}

.col-lg-9 {
width:100%

}

.card-body {
	padding:0
}


#siteHead .container
{
	height:116px
}


.container, .container-md, .container-sm {
    max-width: 920px;
}

#pageMain h2, #pageMain h4 {

margin-top: 20px;
}

}

.matson-form label {
    text-transform: uppercase;
    color: #EE1A25;
    font-weight: bold
}

#tblItems tr.selected {
    background-color: #80A9D0
}

.err {
    background-color: #770D12;
    color: white;
    padding: 4px 12px;
    font-size:13px
}