﻿/* Find the Right Car */
.widget-dropdown-height {
    max-height: 275px;
    overflow: auto;
}

.buttonText {
    width: 100px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.main-search-button, .main-search-button:hover {
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    margin-top: 10px;
    padding-top: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.find-a-car-selector-group button {
    width: 100%;
    text-align: left;
    display: block;
    margin: 10px 0;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px #CCCCCC solid;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .find-a-car-selector-group button {
        width: 250px;
    }
}

/* Find the Right Car */

/* Find A Dealer */
#find-dealer-group button {
    width: 100%;
    text-align: left;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px #CCCCCC solid;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
    border-radius: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #find-dealer-group button {
        width: 250px;
    }
}

.find-a-dealer-dropdown {
    max-height: 275px;
    overflow: auto;
}

.find-a-dealer-btn {
    color: #FFFFFF;
    margin-top: 10px;
    border-radius: 0;
}

.find-a-dealer-input {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    border-radius: 3px;
    float: right;
    border: 1px #ccc solid;
    padding-left: 10px;
    margin-left: 3px;
    width: 85px;
    height: 40px;
    border-radius: 0px;
}

/* Find A Dealer */

/* Both Find a Dealer and Research Widget*/
.side-section {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin: 0 0 10px 0;
}

.side-section:last-child {
    border-bottom: none;
}

@media (min-width: 1440px) {
    .side-section {
        margin-right: 15px;
    }    
}

@media (max-width:768px) {
    .side-section {
        margin: 0;
        padding: 40px 0;
    }
}
/* Both Find a Dealer and Research Widget*/

/* Research Widget */

.dropdown-menu {
    border-radius: 0px;
}

.research-widget .build-image {
    position: absolute;
    right: 0;
    top: -10px;
}

    .research-widget .build-image img {
        height: 112px;
    }

.research-widget .image-selections, .research-widget .image-selections img {
    width: 125px;
}
/* Research Widget */


h2.heading {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

h2.heading p.subheading, h2.heading p.small {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    padding-top: 5px;
}

h2.heading-with-underline {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    height: 35px;
    border-bottom: 1px solid #E5E5E5;
}

.menu-chevron {
    float: right;
    padding-top: 3px;
}