/************************************** Dealer Join *****************************************/
.dealer_why_box {
	background-image: url('/websites/1381/images/road-bg.jpg');
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.dealer_why_join {
	padding: 120px 0;
	font-size:24px;
}
.dealer_why_join  h1{ font-size:40px;margin-top: 3rem; color: #000; }
.dealer_reasons {
	padding: 40px 0;
}
.topspacer {padding-top: 40px;}
.spacer {padding-bottom: 0;}
.section-content {
	background-color: #fff;
}
.dealer_reasons a { color:#fff; font-weight:bold; }
.dealer_we_power {
	background-color: #444;
}

.section-blue {background-color: #00aced; color: #fff; padding: 0;}
.table>tbody>tr>td {border-top: none; padding: 0 8px 0 0;}
.listingtable {margin: 20px 0;}
.listingtable tr {position:relative; margin-bottom: 15px;}
.listingtable tr:before {
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    color: #fff;
    width: 1.3em;
    position: absolute;
}


.lrgtext {font-size: 2em;}

.midtext {font-size: 34px;}
.middletext {font-size: 33px;color:#000;font-weight: bolder;}
.seachead {font-size: 20px; font-weight: bold;}
.midbot{margin-top: -15px;}


.submit-wrapper {float: none !important;}

.above_footer {
    margin-top: 0;
}

.flexrow {
    display: flex;
    align-items: center;
}

.dealer_get_started {
	background-color: #8dc53f;
	color:#282828;
	padding: 0 0 50px;
}
.dealer_get_started .leftcol .lrgtext {padding: 20px 11% 15px 0;}
.dealer_get_started .form-control {background-color: transparent; border: 1px solid #333; box-shadow: none;}

.dealer_get_started .form-control::placeholder {color: #333;font-size: 14px; border-radius: 0;}
.dealer_get_started #btnSubmit {background-color: #333;color: #fff;letter-spacing: 1px;}

.dealer_partner {color: #fff; padding: 40px 0; background: #555 url('/WebSites/1381/Images/dwimg.jpg') repeat fixed center center/cover;
position: relative;
z-index: 0;}
.dealer_partner h3 {text-align:center; margin-bottom: 55px; font-size: 26px;}
.dealer_partner h3::before {
    content: '';
    position: relative;
    display: inline-block;
    border-top: 1px solid #AAA;
    margin-top: 10px;
    height: 10px;
    width: 20%;
    margin-right: 10px;
}
.dealer_partner h3::after {
    content: '';
    position: relative;
    display: inline-block;
    border-top: 1px solid #AAA;
    margin-top: 10px;
    height: 10px;
    width: 20%;
    margin-left: 10px;
}

/*Carousel*/
.logocrslctc {padding-bottom: 30px;}
.logoCarousel .icon {width: 100%; height: 120px;}
.logoCarousel .slick-slide {text-align: center;}
#wlogoCarousel .icontp {fill: #fff; width: 100%;}
#grylogoCarousel {margin: auto; max-width: 80%;}
#grylogoCarousel .iconbtm {fill: #999; width: 100%;}
.secclientsoverlay {
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media (max-width: 991px) {
    .section-blue > .container {padding: 10px 30px;}
    .dealer_partner {background-position: scroll ;}
}

@media (max-width: 767px) {
    .flexrow {display: block;}
    .lrgtext {font-size: 1.5em;}
    .table > tbody > tr > td {padding: 0; width: 100%;display: block;}
    .listingtable {margin-left: 22px;}
    .listingtable tr {margin-bottom: 15px;}
    .listingtable tr:before {top: 0; transform: none; }
   .listingtable .tdrightcol {padding-bottom: 10px;}
   .spacer {padding: 20px 0;}
   .dealer_partner h3 {margin-bottom: 25px;}
   .dealer_partner h3::before {width:0;}
   .dealer_partner h3::after {
        content: "";
        display: block;
        margin: 0 auto 15px;
        width: 25%;
        padding-top: 12px;
        border-top: none;
        border-bottom: 2px solid #ccc;
        transition: all .3s;
    }
    .logoCarousel .icon {height: 80px;}
}