﻿



.dealerResult {cursor:pointer;border-bottom:3px dotted gainsboro;margin-bottom:10px;padding-left:5px;}

.state-div {font-size:12pt;font-weight:bold;border:1px solid gainsboro;background-color:gainsboro;}

#dealer_list {
    height: 75vh;
    overflow-y: auto;
}

.bg-white {
    background-color: white;
}

.designer-nav span{color:#333;}

.stLI, .stLISub {
    color: #333;
}

#ifm {height:75vh;width:100%;border:0;}

.pbg-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rounded {
    border-radius: 1%;
}

.pbg-link, .pbg {color:#333;font-size:10pt;}

.pbg {font-size:13pt;}

.pbg-main-link {
    color: #666;
    font-weight: bold;
}
.pbg-copy-div {
    font-size: 12pt;
    /*padding: 20px;
    padding-top:5px;*/
    line-height: 2.2;
    color: #666
}
.pbg-img-div {
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

.selectedDealer {
    color: #4B96F4;
}

.image-container .after {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    display: none;
    color: #FFF;
    text-align:center;
}

.image-container:hover .after {
    display: block;
    background: rgba(0, 0, 0, .6);
}

.map-instructions {padding-top:20%;font-size:13pt;font-weight:bold;}


#block-link-wrapper {
    width: 95%;
    margin: 0 auto 2.5%;
}

.block-link {   
    width: 100%;    
    padding-top: 75%;
    position: relative;
}

.block-overlay, .block-overlay-text-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.block-overlay {
    background: rgba(20, 20, 20, 0.25);
}

.block-overlay-text a {
    color: white;
}

.block-overlay-text {
    color: white;
    font-family: avenir;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(transparent, rgba(20, 20, 20, 0.9));
    padding-top: 50px;
}

.block-link-topic {
    font-size: 12pt;
    font-weight: bold;
}

.block-link-tagline {
    font-size: 3.25vw;
    margin-top: 20px;
    text-transform: uppercase;
}

.block-link-click {
    margin: 80px 0 50px;
    font-size: 13pt;
    font-weight: bold;
}

    .block-link-click a {
        padding: 15px 40px;
        border: 1px solid;
        margin:0 7px;
    }


#PBGBanner {
    display: flex;
    flex-direction: row;
    margin-bottom:25px;
    border-bottom:1px solid gainsboro;
}

#PBG_img_wrapper {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
}

#PBG_text_wrapper {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#PBG_content_container {
    width: 75%;
    text-align: center;
}

    #PBG_content_container a {
        margin: 10px 0;
        font-weight: bold;
        font-family: avenir;
    }

#PBG_logo {
    display: block;
    margin: 0 auto;
}

#PBG_text {
    margin: 25px 0;
    font-family: Avenir;
    font-size: 13pt;
    line-height: 2;
}

.PBG_link {
    margin: 15px 0;
}