﻿html.site-gc .where-to-buy .badge {
    position: relative;
    font-size: 11px;
    float: left;
    margin: 2px;
    width: 25px;
    height: 25px;
}

html.site-gc .where-to-buy .badge div.brandinfo {
    display: none;
    position: relative;
    width: 200px;
    background: #FFF;
    border: 1px solid #C1C1C1;
    padding: 5px;
    text-align: center;
}

html.site-gc .where-to-buy .badge:hover div.brandinfo {
    display: block;
    position: absolute;
    bottom: 35px;
    z-index: 1000;
}

html.site-gc .where-to-buy .badge a {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.2s ease-in-out, background 0s 2012s;
    -moz-transition: opacity 0.2s ease-in-out, background 0s 2012s;
    -o-transition: opacity 0.2s ease-in-out, background 0s 2012s;
    transition: opacity 0.2s ease-in-out, background 0s 2012s;
}

    html.site-gc .where-to-buy .badge a:hover,
    html.site-gc .where-to-buy .badge a:focus {
        background-position: 0 25px;
        opacity: 0;
    }

.page-where-to-buy #main .node,
.page-where-to-buy #main .block,
.page-where-to-buy #main .where-to-buy {
    margin-left: 5px;
    margin-right: 5px;
    width: 95%;
}

.mfp-content #searchhelp .search-box {
    width: 100%;
    max-width: 735px;
    height: auto;
}

.mfp-content #searchhelp .controls {
    display: block;
    float: left !important;
    margin-right: 20px;
}

.where-to-buy {
    margin-top: 10px;
}

.where-to-buy .storelocator-panel {
    border: 1px solid #ccc;
    background-color: #000000;
    background-color: rgb(76, 171, 76);
    color: #FFFFFF;
    overflow: auto;
}

    .where-to-buy .storelocator-panel .store-list,
    .where-to-buy .storelocator-panel .feature-filter {
        display: none;
    }

        .where-to-buy .storelocator-panel .store-list li,
        .where-to-buy .storelocator-panel .directions-panel {
            padding: 5px;
        }

    .where-to-buy .storelocator-panel .directions-panel {
        font-size: 0.8em;
    }

    .where-to-buy .storelocator-panel .store-list li.store:hover {
        cursor: pointer;
        background: #eee;
        color: #000;
    }

    .where-to-buy .storelocator-panel .store-list li.highlighted,
    .where-to-buy .storelocator-panel .store-list li.highlighted:hover {
        background: #ccf;
        color: #000;
    }

    .where-to-buy .storelocator-panel .directions {
        display: none;
    }

    .where-to-buy .storelocator-panel .location-search {
        padding: 5px;
    }

        .where-to-buy .storelocator-panel .location-search input {
            width: 99%;
            color:initial;
        }

        .where-to-buy .storelocator-panel .location-search h4 {
        /*      font-size: 12px;*/
            font-weight: bold;
            color: #FFFFFF;
            margin: 0;
            padding: 2px;
        }

    .where-to-buy .storelocator-panel .store-list .no-stores {
        color: #999;
    }

    .where-to-buy .storelocator-panel .store .features {
        display: none;
    }

    .where-to-buy .storelocator-panel .feature-filter {
        overflow: hidden;
    }

        .where-to-buy .storelocator-panel .feature-filter label {
            display: block;
            font-size: 0.8em;
            margin: 0 0.4em;
            float: left;
        }

.where-to-buy .store .title {
    font-weight: bold;
}

.where-to-buy .store .address,
.where-to-buy .store .phone,
.where-to-buy .store .web,
.where-to-buy .store .misc {
    font-size: 80%;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    display: block;
}

.address {
    clear: both;
    padding-top: 0.5em;
}

.where-to-buy .store .features {
    overflow: hidden;
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 70%;
    max-width: 250px;
}

.where-to-buy .store .features li {
    display: inline;
    float: left;
    padding-right: 0.8em;
}

.where-to-buy .store .web a {
    color: green;
}

.where-to-buy .store .action {
    font-size: 0.8em;
    color: green;
    margin-right: 0.5em;
}

.where-to-buy .pac-container .pac-item {
    color: #000;
}

.where-to-buy #storeLocatorMap {
    height: 450px;
}

.where-to-buy #storeLocatorPanel {
    width: 100%;
}

    .where-to-buy #storeLocatorPanel .feature-filter label {
        width: 150px;
    }

.where-to-buy #storeLocatorMap .store {
    color: #000;
}
/*
    .where-to-buy #storeLocatorMap .store img {
        width: 50px;
        height: 50px;
    }
*/
    .where-to-buy #storeLocatorMap .store.storeBubble {
        padding: 4px 45px 4px 15px;
        font-size:1.5em;
    }

.where-to-buy #find-retailer {
    background-color: #DEED8A;
    border: 1px solid #CFDB89;
    padding: 10px;
    color: #5E582C;
}

.where-to-buy .data-table {
    margin-top: 20px;
}

    .where-to-buy .data-table th {
        background-color: rgb(76, 171, 76);
        border: 1px solid #FFF;
    }

        .where-to-buy .data-table th a {
            color: #FFFFFF;
        }

tr:nth-child(even) {
    background: #FFF;
}

tr:nth-child(odd) {
    background: rgb(245, 245, 245)!important;
}

.where-to-buy .data-table tr {
    border-bottom: 1px solid #F4F4F4;
}

.where-to-buy .legend {
    float: right;
    position: relative;
    top: 30px;
    color: #42361C;
    font-size: 11px;
    line-height: 20px;
}

    .where-to-buy .legend .preferred {
        float: left;
        margin-right: 10px;
    }

.where-to-buy .data-table tr.footer {
    background-color: rgb(76, 171, 76);
    border: 1px solid #8B9E6F;
    color: #3A4911;
    font-weight: bold;
}

    .where-to-buy .data-table tr.footer td {
        border-left: 1px solid #8B9E6F;
        border-top: 1px solid #8B9E6F;
    }

.where-to-buy .distributor {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 145px;
}

    .where-to-buy .distributor img {
        box-shadow: 1px 1px 2px 2px #CCCCCC;
        margin-bottom: 10px;
    }

.where-to-buy .button a {
    text-decoration: none;
    text-align: center;
    background-color: #4C8241;
    color: #FFFFFF;
    border: none;
    padding: 5px 20px;
    font-size: 14px;
    margin-top: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .where-to-buy .button a:hover {
        background-color: #305926;
    }

.where-to-buy .brnbtn a {
    background-color: #5E5854;
}

    .where-to-buy .brnbtn a:hover {
        background-color: #423b37;
    }

.where-to-buy .search {
    float: left;
    width: 230px;
    margin-right: 10px;
}

.where-to-buy .retailer-details {
    float: left;
    width: 230px;
    margin-right: 10px;
}

.where-to-buy .disclaimer, .where-to-buy-detail .disclaimer {
font-size: 17px;
margin-bottom: 10px;
color: #FFFFFF;
padding: 5px;
border: 1px solid #FFFFFF;
background-color: #f18b06;
}

.where-to-buy .helpblock {
    padding-bottom: 10px;
}

    .where-to-buy .helpblock p {
        display: inline-block;
    }

.where-to-buy .help {
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    background: url("/i/sprites.png") no-repeat scroll -150px -767px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    width: 20px;
}

.where-to-buy .disclaimer a {
    color: #553108;
    text-decoration: underline;
}

.where-to-buy .map {
    float: left;
    width: 450px;
    height: 270px;
    padding: 10px;
}

    .where-to-buy .map #map {
        width: 450px;
        height: 270px;
        background-color: #ebebeb;
    }

.where-to-buy .hr {
    border-color: #ED9740;
}

.where-to-buy .badge {
    position: relative;
    font-size: 11px;
    float: left;
    margin: 2px;
    width: 25px;
    height: 25px;
}

    .where-to-buy .badge a {
        width: 25px;
        height: 25px;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transition: opacity 0.2s ease-in-out, background 0s 2012s;
        -moz-transition: opacity 0.2s ease-in-out, background 0s 2012s;
        -o-transition: opacity 0.2s ease-in-out, background 0s 2012s;
        transition: opacity 0.2s ease-in-out, background 0s 2012s;
    }

        .where-to-buy .badge a:hover,
        .where-to-buy .badge a:focus {
            background-position: 0 25px;
            opacity: 0;
        }

    .where-to-buy .badge div.brandinfo {
        display: none;
        position: relative;
        width: 200px;
        background: #FFFFFF;
        border: 1px solid #C1C1C1;
        padding: 5px;
        text-align: center;
    }

        .where-to-buy .badge div.brandinfo::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 5px;
            border-top: 10px solid #ffffff;
            border-top-color: #ffffff;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
        }

        .where-to-buy .badge div.brandinfo p {
            margin: 0;
            padding: 0;
        }

    .where-to-buy .badge:hover div.brandinfo {
        display: block;
        position: absolute;
        bottom: 35px;
        z-index: 1000;
    }

.where-to-buy .footer {
    padding: 5px;
    background-color: rgb(76, 171, 76);
    border: 1px solid #8B9E6F;
    color: #FFF;
    font-weight: bold;
}

    .where-to-buy .footer a,
    .where-to-buy .footer a:link,
    .where-to-buy .footer a:visited {
        color: #FFF;
    }

.page-where-to-buy-retailer .button.brnbtn {
    margin: 30px 0;
}

.page-where-to-buy #main .node,
.page-where-to-buy #main .block,
.page-where-to-buy #main .where-to-buy {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
/*
.where-to-buy #storeLocatorPanel {
    height: 60px;
}
*/
.badge {
    color: #555 !important;
    white-space: normal !important;
    padding: 0px !important;
}
th {
    color: #fff !important;
    font-weight: bold;
    font-size: large;
    padding: 8px!important;
}
td {
    padding: 8px !important;
}
.data-table {
    width: 100%
}
.btn{
    font-size:18px;
}
.retaileradmin{
float:right;
padding-bottom:8px;
}

.lightbox-popup {
    height: 700px;
    padding: 20px;
    background-color: #f2f1f0;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}
.ui-dialog-titlebar-close {
top:7px!important;
}
.controls{
float:left;
}
.ui-button-icon-only .ui-icon {
    margin-top: 0;
    margin-left: 0;
}

.disclaimer {
    padding: 8px !important;
}
p {
    font-size: 18px !important;
}
a {
    font-weight:bold;
}

.column {
    flex: 50%;
    padding: 10px;
}

.row {
    display: flex;
    width:100%;
}
.p-small {
    background: inherit !important;
    border: solid 2px #4cab4c !important;
}
.retailer-info {
    padding: 30px;
}
#getDirections {
    margin-top: 1em !important;
}

#divpopup {
    height: inherit !important;
}
.lightbox-tooltip {
    position: relative;
}

.lightbox-tooltip .lightbox-tooltiptext {
    visibility: hidden;
    width: 600px;
    background-color: #f2f1f0;
    color: #000;
    text-align: center;
    border-radius: 12px;
    padding-left: 20px;
    position: absolute;
    z-index: 1;
    top: 36px;
    left: -55%;
    white-space: initial;
    border: groove;
    padding-top: 10px;
    border-color: #f18b06;
}

.lightbox-tooltip:hover .lightbox-tooltiptext {
    visibility: visible;
}  
h4 {
    font-size: 1rem!important;
    font-weight: bold!important;
}

