
header.header {
    margin-bottom: 0 !important;
}
footer.footer {
    margin-top: 0;
}

.jmpads {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-size:15px;
  font-family: 'effralight';
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  border: solid 1px #eee;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  position: relative;
  /*width: 188px!important; !* Width of the dropdown button *!*/
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 40px; /* Height of the drop down */
  line-height: 40px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 0px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  margin: 0;
  list-style-type: none;
  border-bottom:1px dashed #ccc;
  margin: 0 10px;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 23px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/


.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
}

/*.selectboxit-btn.selectboxit-open {*/
  /*background: #fff url(../images/select-arrow-orange.png) no-repeat 205px 0;*/
/*}*/

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  text-decoration: none;
}

.selectboxit-default-arrow {

}

.selectboxit-list {
  background-color: #ffffff;
  border-top: 1px solid #ccc;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #000;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

@font-face {
    font-family: 'effralight';
    src: url('../fonts/effra_std_lt-webfont.eot');
    src: url('../fonts/effra_std_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/effra_std_lt-webfont.woff') format('woff'),
         url('../fonts/effra_std_lt-webfont.ttf') format('truetype'),
         url('../fonts/effra_std_lt-webfont.svg#effralight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effraregular';
    src: url('../fonts/effra_std_rg-webfont.eot');
    src: url('../fonts/effra_std_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/effra_std_rg-webfont.woff') format('woff'),
         url('../fonts/effra_std_rg-webfont.ttf') format('truetype'),
         url('../fonts/effra_std_rg-webfont.svg#effraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effraheavy';
    src: url('../fonts/effra_std_he-webfont.eot');
    src: url('../fonts/effra_std_he-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/effra_std_he-webfont.woff') format('woff'),
         url('../fonts/effra_std_he-webfont.ttf') format('truetype'),
         url('../fonts/effra_std_he-webfont.svg#effraheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'efframedium';
    src: url('../fonts/effra_std_md-webfont.eot');
    src: url('../fonts/effra_std_md-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/effra_std_md-webfont.woff') format('woff'),
         url('../fonts/effra_std_md-webfont.ttf') format('truetype'),
         url('../fonts/effra_std_md-webfont.svg#efframedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calvert_mt_stdbold';
    src: url('../fonts/calvertmtstd-bold-webfont.eot');
    src: url('../fonts/calvertmtstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calvertmtstd-bold-webfont.woff') format('woff'),
         url('../fonts/calvertmtstd-bold-webfont.ttf') format('truetype'),
         url('../fonts/calvertmtstd-bold-webfont.svg#calvert_mt_stdbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'effralight';
        src: url('../fonts/effra_std_lt-webfont.svg#effralight') format('svg');
    }
    @font-face {
        font-family: 'effraregular';
        src: url('../fonts/effra_std_rg-webfont.svg#effraregular') format('svg');
    }
    @font-face {
        font-family: 'effraheavy';
        src: url('../fonts/effra_std_he-webfont.svg#effraheavy') format('svg');
    }
    @font-face {
        font-family: 'efframedium';
        src: url('../fonts/effra_std_md-webfont.svg#efframedium') format('svg');
    }
    @font-face {
        font-family: 'calvert_mt_stdbold';
        src: url('../fonts/calvertmtstd-bold-webfont.svg#calvert_mt_stdbold') format('svg');
    }
}
a { text-decoration: none; cursor: pointer; }
a:hover { text-decoration: none; color:#555;  }
a img { border: 0; }

a,
a img  { transition: color 1000ms, background-color 1000ms, opacity 1000ms; -webkit-transition: color 1000ms, background-color 1000ms, opacity 1000ms; }

a:hover,
.slider-pages a:hover,
.slider-nav a:hover,
.search-form .submit:hover,
a:hover img { transition: color 300ms, background-color 300ms, opacity 300ms; -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;}

.slider-pages a:hover,
.slider-nav a:hover,
a:hover img { opacity: 0.7; -moz-opacity: 0.7; filter:alpha(opacity=70); }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

/*  search-form */
.search-form {
    display: flex;
	padding: 10px 4vw;
    margin: 0 auto 1px;
    width: fit-content;
}

#home-section .site-title {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    @media (max-width: 1023px) {
        width: fit-content;
        text-wrap: wrap;
        text-align: center;
    }
}

#home-section .site-title h1 {
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    /*width: fit-content;*/
    /*font-size: 18px;*/
    font-size: 2.4rem;
    font-weight: 600;
    color: #333333;
    @media (min-width: 1024px) {
        font-size: 28px;
    }
}
.expand_see_more,
.expand_body {
    padding-left: .7rem;
}
.field_wrapper {
    row-gap: 1rem;
    display: flex;
    flex-wrap: wrap;

    height: 100%;
    justify-content: center;
    align-items: center;

    width: fit-content;
    margin: auto;
    @media (max-width: 1023px) {
        flex-direction: column;
    }
}

.field_holder .field {
    padding: 0.9rem 1.6rem 0.9rem 1.4rem;
    height: 4rem;
}
.field_holder input.field,
.field_holder input,
.field_holder select {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
    border: none!important;
    border-radius: 5px;
    height: 4rem;
    min-width: 25rem;
    background-color: white;
    @media (min-width: 1024px) {
        width: 100%;
        min-width: 15rem;
    }
}

.field_holder input,
.field_holder select {
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

input#attr_Location {
    @media (max-width: 1023px) {
        margin: 0;
    }
}

.field_holder select.has-selection{
    font-weight: 500;
    color: #333333
}

.form__error-message {
    @media (max-width: 1023px) {
        max-width: 20rem;
        background: white;
        /*margin-left: 12rem;*/
        margin-left: auto;
        margin-right: auto;
    }

    @media (min-width: 1024px) {
        margin-left: 5rem;
        position: absolute!important;
    }
}
/*.field_holder {*/
/*    flex: 1 1 100%;*/
/*}*/

.field_holder.advanced {
    flex: 1 1 100%;
}
@media (min-width: 1024px) {
    .field_holder {
        flex: 1 1 20%;
        margin-right: 1rem;
    }
    .field_holder:has(#spanAdv) {
        margin-right: 6rem;
    }
}
/* change the order on mobile */
@media (max-width: 1023px) {
    .field_holder#__zip {
        order: 0;
    }
    .field_holder#__make {
        order: 1;
    }
    .field_holder#__model {
        order: 2;
    }
    .field_holder#__price {
        order: 3;
    }
    .field_holder#__submit {
        order: 4;
    }
}

/*.search-form .field {*/
/*    border-radius: 0;*/
/*    border: solid 1px #ccc;*/
/*    font-family: 'effralight';*/
/*    line-height: 40px;*/
/*    margin-bottom: 0 !important;*/

/*	padding: 1px 10px 0;*/
/*    height: 37px;*/
/*	color: #444;*/
/*	font-size: 15px;*/
/*	background: #fff;*/
/*}*/
#mobile_media {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#pf_form {
    width: fit-content;
    line-height: 40px;
    margin: 0 auto 0;
}
#home-background-image-container {
    padding: 5rem;
    @media (min-width: 1024px) {
        padding: 6vw 0 12vw;
    }
    background: url('../../v3/images/homepage-image@2x.png') no-repeat center;
    background-size: cover;
    width: 100%;
    display: inline-block;

}


.recent_left {
    background: #FcFcFc;
    margin-bottom:16px;
    margin-left: -1px;
}

.recent_right {
    background: #FcFcFc;
    margin-bottom:16px;
    margin-left: 20px;
}

.recentTitle1{
    height: 30px;
    padding-left: 5px;
    background-color:#f5f5f5;
    font-weight: 600;
    color: #00486a;
    line-height: 30px;
}
.savedrecent{
    padding-top: 5px;
    margin-left: -10px;
    padding-left: 20px;
    height: 225px;
    /* width: 44%; */
}
.savedrecent span {
    color:#00486a;
}

.homeNotificationText{
    font-size: 11px;
}

.homeSearchTitle {
    font-size: 13px;
    padding-top: 9px;
/*    line-height: 13px;*/
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
}
.homeSearchLocation {
    font-size: 12px;
    padding-bottom: 5px;
    display: block;
}
.notifCircle{
    border-radius: 50%;
    border-style: solid;
    border-width: thin;
    width: 20px;
    height: 20px;
    background: #f26826;
    text-align: center;
    color: white;
    font-size: 9px;
    font-weight: 400;
    position: relative;
    top: -2px;
    margin-left: 2px;
}

.criteriaLinkHomeRecent {
    color: #00486a ;
    font-weight: 600 ;
}

.criteriaLinkSeeAll {
    color: #00486a ;
    text-decoration: underline;
}

.field_holder.advanced {
    text-align: right;
    @media (max-width: 1023px) {
        display: none;
    }
}
#spanAdv {
    display: inline-block;
	margin-right: -1.5rem;
    text-align: center;
    /*width: 188px;*/
    text-decoration: none;
    color: #006FB9;
    font-weight: 700;
}
#spanAdv:hover {
    color: #006FB9;
}
#anchorAdvSearch {
    line-height: 2.3;
    text-align: right;
    color: #006FB9;
}
#anchorAdvSearch:hover {
    color: #006FB9;
}

.media-coverage {
    margin-top:30px;
    margin-bottom:30px;
    text-align: center;
}

/* slider */
#frontpage-carousel.carousel-b4-init {
    display: block;
    text-align: start;
    position: relative;
    inset: auto;
    z-index: auto;
    width: 1000px;
    height: 505px;
    overflow: hidden;
}
#frontpage-carousel {
    padding-top: 0;
    margin: 0 auto 0;
    overflow: hidden;
	position: relative;
	height: 505px;
    width: fit-content;
}

#frontpage-carousel .caroufredsel_wrapper {
    /*width:1000px;*/
    margin: 0!important;
}
#frontpage-carousel ul
{ 
	list-style-type: none;
	margin: 0px;
}
#frontpage-carousel ul li {
    float: left;
    display: inline;
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 505px; }

.slide-text {
    position: absolute;
    top: 30px;
    left: 85px;
    padding: 0;
}
.slide-text p {
    font-size:60px;
    line-height: 60px;
    color: #dcdcdc;
    font-family: 'effralight';
    margin: 0;
}
.slide-text p span {
    font-family: 'calvert_mt_stdbold';
    color:#d6f3ff;
}

.slider-pages a {
    position: absolute;
    top: 50%;
    margin-top:-27px;
    z-index: 10;
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
.slider-pages a.slider-left-img { left: 0; }
.slider-pages a.slider-right-img { right: 0;}

.slider-nav {  position: absolute; bottom: 19px; left: 50%; }
.slider-nav a {
    float:left;
    display:inline;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    margin-left:9px;
}

.slide-content { position:absolute; bottom: 50px; left: 50%; margin-left:-425px;  }
.slide-cars { width:850px; height:400px;  }
.slide-cars .car { float:left; position:relative; width:195px; height:400px; margin-left:20px; overflow: hidden;  }
.slide-cars .car:first-child { margin-left:0; }
.slide-cars .car-img { height:155px; padding-bottom:9px; }
.slide-cars .car-img img {  }
.slide-cars .car.animated .car-img img {  }
.slide-cars .car-rate {
    background: #eba105;
    font-family: 'effraheavy';
    color:#333333;
    font-size:16px;
    line-height:20px;
    height:0px;
    margin: 0 5px;
    overflow: hidden;
}
.slide-cars .car-rate p {  margin-bottom:0; }
.slide-cars .car-content { position:absolute; bottom:0; left: 0; }

.slide-cars .car.car-4-3 { float:right; }

.slide-cars .car.animated .car-rate { padding: 10px 20px 0 20px; }

.slide-cars .car.car-1.animated .car-rate {
	transition: height, 0.9s;
    -moz-transition: height, 0.9s;
    -webkit-transition: height, 0.9s;
    -o-transition: height, 0.9s;
    height:35px;
}
.slide-cars .car.car-2.animated .car-rate {
	transition: height, 0.9s;
    -moz-transition: height, 0.9s;
    -webkit-transition: height, 0.9s;
    -o-transition: height, 0.9s;
    height:60px;
}
.slide-cars .car.car-3.animated .car-rate {
	transition: height, 0.9s;
    -moz-transition: height, 0.9s;
    -webkit-transition: height, 0.9s;
    -o-transition: height, 0.9s;
    height:140px;
}
.slide-cars .car.car-4.animated .car-rate {
	transition: height, 0.9s;
    -moz-transition: height, 0.9s;
    -webkit-transition: height, 0.9s;
    -o-transition: height, 0.9s;
    height:230px;
}

.stars {
    float:left;
    height:20px;
}
.stars .star {
    float:left;
    display:inline;
    background: url(../images/star-ico-black.png) no-repeat center 3px;
    width: 11px;
    height: 20px; margin-right:2px;
}

.savings-counter-container{
  margin: 0 auto 1.5rem auto;
  text-align:center;
  display:table;
}
.savings-counter-message{
  font-weight:bold;
  margin:1.5em 0 .5em 0;
  font-size:13px;
}
.page-divider{
  border-top:1px solid #D8D8D8;
    margin: auto;
}

/* testimonials */

.testimonials 
{
    font-family: 'effraregular', serif;
	margin: auto;
	padding-bottom: 32px;
	max-width: 870px;
    overflow: auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.testimonials .quote 
{ 
	color:#555;
	float: left; 
	font-size:16px;
	margin: 0px 20px 0px 20px;
	line-height:25px; 
	text-align: center;
    padding-top: 32px;
    max-width: 250px;
}
.testimonials .quote .author 
{ 
	font-size:16px; 
	line-height:30px;
    font-family: 'efframedium', serif; 
	margin-bottom:0;
}
.testimonials .quote .author a { color:#f06726; }
.testimonials .quote .author a:hover { text-decoration: none; color:#555; }


#attr_Location.error {
	border: 1px solid red;
}
label.error {
    color: darkred;
    display: table;
	margin-top: 3px;
    padding: 3px;
}

.footer-top {
    padding-top: 1em;
}
.span12-padding-top {
    padding-top: 32px;
}
::placeholder {
    color: #333;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #333;
}

header.header {
    margin-bottom: 0;
}