body, h1, h2, h3, p{
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

.background_CarLine {
    background-image: url(/img/img-web/CarLine.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 410px;
	z-index:1;
}
.background_CarBackDrop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80%;
    height: 100%;
    width: 100%;
}

.background_CarBackDropPt2 {
    background-image: url("/img/backgroundSwirl.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
	height: 100%;
    width: 100%;
    position: absolute;
}
.happy-car{
	width: 5%;
}
.bottom {
    position: absolute;
    bottom: 0;
}
.margin_bottom {
    margin-bottom: 1rem
}
.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
header {
    display: flex;
}
.instantOffer{
	font-size: 1.5em;
}
.clcui-box {
	border-radius: 30px;
}
.LineSpacer{
    margin-bottom: 3em;
    margin-top: 3em;
}
.BackGround_BringWhat {
    /* background: #2B51B8; */
	background: #91B5F8;
    color: #FFFFFF;
}
div.reviews{
	position: relative;
	width: 100%;
	margin: 1rem;
	padding: 1rem;
	background-color: transparent;
	background-image: linear-gradient(
			-45deg,
			transparent,
			transparent 2%,
			white 2%,
			white 85%,
			transparent,
			85%,
			transparent
		),
		linear-gradient(to bottom right, #91B5F8, #91B5F8 90%, transparent 90%);
	background-position: top left, 0.2em 0.2em;
	background-repeat: no-repeat;
	filter: drop-shadow(0 0 15px #0005);
	border-radius:1rem;
}
div.reviews::before,
div.reviews::after {
	position: absolute;
	z-index: -1;
	display: block;
	width: 3rem;
	height: 4rem;
	content: "";
	z-index: 0;
	font-size: 8rem;
	font-family: Georgia, Times, Garamond, serif;
}
div.reviews::before {
	top: -3rem;
	left: 1rem;
	content: open-quote;
}

div.reviews::after {
	bottom: 0rem;
	right: 1rem;
	content: close-quote;
}
div.reviews::before,
div.reviews:after,
div.reviews h3{
	text-shadow: -2px 2px #fff, -1.5px 1.5px #fff, -1px 1px #fff, -0.5px 0.5px #fff;
}
div.reviews h3{
	margin-block-end: 1rem;
	margin-top: 1rem;
}
div.reviews blockquote{
	margin-block-start: 1rem;
	text-indent: 2ch;
}
@media print, screen and (min-width: 64em) {
	.road-trip {
        max-width: 50%;
    }
	.mainHeader{
		font-size: 5.45em;
		font-weight:bold;
	}
	.subHeader {
		font-size: 2.25rem;
		font-weight:bold;
		font-style: italic;
	}
	.form-holder{
		min-height: 115vh;
	}
	div.reviews{
		margin-left:0;
	}
	.background_CarBackDrop {
        background-image: url("/img/road-large.png");
    } 	
	#how-it-works{
		padding-top:.5em;
	}
}
@media print, screen and (max-width: 63.9375em) {
	.road-trip {
        max-width: 50%;
    }
	.form-holder{
		min-height: 85vh;
	}
	.mainHeader{
		font-size: 2.438em;
		font-weight:bold;
	}
	.subHeader {
		font-size: 1.25rem;
		font-weight:bold;
		font-style: italic;
	}
	.form-holder{
		min-height: 115vh;
	}
	.form-holder-margin{
		margin-top: 10%;
	}
	div.reviews{
		margin-left:0;

	}
}
@media print, screen and (min-width: 40em) {
    .form-holder {
        min-height: 90vh;
    }
	.road-trip{
		max-width:50%
	}
   .mainHeader{
        font-size: 3rem;
    }
	#clcdpe-modal-container{
		width:50%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media print, screen and (max-width: 39.9375em) {
	.form-holder{
		min-height: 115vh;
	}
	.form-holder-margin{
		margin-top: 10%;
	}
	div.reviews{
		margin-left:0;
	}
	.small-text-left {
		text-align: left;
	}
	.small-text-right {
		text-align: right;
	}
	.small-text-center {
		text-align: center;
	}
	.small-text-justify {
		text-align: justify; 
	}
    .background_CarBackDrop {
        background-image: url("/img/main_graphic_basic640.svg");
    }
	#how-it-works{
		padding-top:.5em;
	}

}
.faq-header{
	font-size: 2.5rem;
	border-bottom: .1rem dotted #ccc;
	padding: 1rem;
}
.faq-content {
	margin: 0 auto;
}
.faq-question {
	  padding: 1rem 0;
	  border-bottom: .1rem dotted #ccc;
}
.panel-title {
	  font-size: 1.5rem;
	  width: 100%;
	  position: relative;
	  margin: 0;
	  padding: 1rem 1rem 0 2rem;
	  display: block;
	  cursor: pointer;
}
.panel-content {
	  font-size: 1.3rem;
	  padding: 0px 14px;
	  margin: 0 2rem;
	  height: 0;
	  overflow: hidden;
	  z-index: -1;
	  position: relative;
	  opacity: 0;
	  -webkit-transition: .4s ease;
	  -moz-transition: .4s ease;
	  -o-transition: .4s ease;
	  transition: .4s ease;
}
.panel:checked ~ .panel-content{
	  height: auto;
	  opacity: 1;
	  padding: 14px;
}
.plus {
	  position: absolute;
	  margin-left: 1rem;
	  margin-top: 4px;
	  z-index: 5;
	  font-size: 2.5rem;
	  line-height: 100%;
	  -webkit-user-select: none;    
	  -moz-user-select: none;
	  -ms-user-select: none;
	  -o-user-select: none;
	  user-select: none;
	  -webkit-transition: .2s ease;
	  -moz-transition: .2s ease;
	  -o-transition: .2s ease;
	  transition: .2s ease;
}
.panel:checked ~ .plus {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
}
.panel {
	display: none;
}
blockquote{
	border: none;
}
.top-bar, .top-bar ul {
    background: none;
}