/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 14, 2017, 10:59:48 AM
    Author     : gary.mize
*/

.ml-10 {
	margin-left: 10px;
}

.strike-through {
    text-decoration: line-through  !important;
}

.full-width {
	width: 100%;
}

.btn-primary {
    background: #00669e;
	border-color: #00669e;
    border-radius: 3px;
    padding: 9px 20px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0097eb;
  border-color: #0097eb;
}
.btn-primary:hover {
  color: #fff;
  background-color: #014F79;
  border-color: #014F79;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0097eb;
  border-color: #0097eb;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0097eb;
  border-color: #0097eb;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-white-outline {
	background-color: #fff;
	border: 1px solid #212B36;
	color: #212B36;
	font-size: 13px;
}

.btn-white-outline:hover {
	color: #212B36;
	border: 1px solid rgba(25,34,36,0.3);
}

.btn-transparent-white-outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
}

.btn-transparent-white-outline:hover {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.7);
}

.btn-sam {
	color: #e6e6e6;
	background-color: #000;
	border-color: #000;
	width: 150px;
	white-space: normal;
	font-size: 12px;
	line-height: 14px;
}

.btn-sam:focus, .btn-sam:hover {
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.btn-muted {
	color: #000;
	background-color: #f2f5f7;
	border-color: #f2f5f7;
	padding:0;
}

.btn-muted:focus, .btn-muted:hover {
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.btn-grey {
	color: #000;
	background-color: #c0c0c0;
	border-color: #c0c0c0;
	padding:0;
}

.btn-grey:focus, .btn-grey:hover {
	background-color: #848484;
	border-color: #848484;
	color:#fff;
}

.btn-compacted {
	height: 30px;
    line-height: 25px;
}

.btn-sam img {
    float: left;
    margin-right: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.btn-sam {
		float: right;
		margin-right: 10px;
	}
}

.btn-diesel {
	color: #fff;
	background-color: red;
	border-color: red;
	width: 150px;
	white-space: normal;
	font-size: 12px;
	line-height: 14px;
}

.btn-diesel:hover {
	background-color: #a51119;
	border-color: #a51119;
	color: #fff;
}

.btn-diesel img {
    float: left;
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.btn-diesel {
		float: right;
		margin-right: 10px;
	}
}

#towguidetable {
	background: #fff;
}

.pricetip {
	display: inline-block;
	vertical-align: middle;
	/*margin-left: 5px;*/
	font-size: 11.75px!important;
	color: #5c5b5b;
}

.tooltip-inner {
	font-family: 'Lato', sans-serif!important;
	font-size: 13px!important;
	font-weight: bold!important;
	color: #000!important;
	background-color: #fff!important;
	border: 1px solid #ccc!important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
	box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
}

.tooltip.top .tooltip-arrow {
	border-top-color: #ccc!important;
}

.travel .tooltip-inner{
	width:500px;
	min-width:500px;
	max-width:500px;
}

@media only screen and (max-width: 780px) {
	.travel .tooltip-inner{
		width:300px;
		min-width:300px;
		max-width:300px;
	}
}

@media only screen and (max-width: 767px) {
	.mobile-center{
		text-align: center;
		margin: auto;
	}
}

textarea, .inp {
	margin-bottom: 10px;
}


#mbmAutocompleteContainer {
	padding:0 !important;
}

@media only screen and (max-width: 767px) {
	#mbmAutocompleteContainer,
	#rvmbmsearch_combobox,
	.section-2 .construct-sel__menu .form-inline {
		width:100% !important;
	}
}


/***********************************/
/***** New modal visuals for CW*****/
/***********************************/

/*.modal-open #locationsWrapper {
	overflow-y:scroll !important;
}*/

.modal-backdrop.in {
	/*z-index: 10000000;*/
}


@media only screen and (max-width: 450px) {
	.modalZoom {
		padding-right: 0px !important;
	}

	.page {
		padding-right: 0px !important;
	}
}

.modal, 
.modal.bs-appointment-modal-lg {
	overflow: auto !important;
    overflow-y: scroll !important;
    position: fixed !important;
    z-index: 10500;
}

.modal .modal-dialog,
.modal.bs-appointment-modal-lg .modal-dialog {
	max-width: 400px;
	width: 90%;
	border-radius: 20px;
	margin: 50px auto;
	z-index: 100000000 !important;
}

.modal[id^=imgModal] .modal-dialog {
	max-width: 1000px;
}

/*.modal.in,
#value2.modal.in,
#valueSuccess.modal.in {
	overflow-y: scroll;
	position: absolute;
	left: 50% !important;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: table !important;
    margin: 30px auto 0 -200px;
}*/

.rvtypesModal.show .modal-dialog {
	width:1200px;
	max-width:1200px;
	/*margin-left: -460px !important;*/
}

@media only screen and (max-width: 1200px) {
	.rvtypesModal.show .modal-dialog {
	    width: 1000px;
	    max-width:1000px;
	    /*margin-left: -400px !important;*/
	}
}

@media only screen and (max-width: 1000px) {
	.rvtypesModal.show .modal-dialog {
	    width: 860px;
	    max-width:860px;
	    /*margin-left: -420px !important;*/
	}
}

@media only screen and (max-width: 900px) {
	.rvtypesModal.show .modal-dialog {
	    width: 700px;
	    max-width:700px;
	    /*margin-left: -360px !important;*/
	}
}

@media only screen and (max-width: 767px) {
	.rvtypesModal.show .modal-dialog {
	    width: 500px;
	    max-width:500px;
	    /*margin-left: -250px !important;*/
	}
}

@media only screen and (max-width: 580px) {
	.rvtypesModal.show .modal-dialog {
	    width: 400px;
	    max-width:400px;
	    /*margin-left: -200px !important;*/
	}
}

@media only screen and (max-width: 450px) {
	.rvtypesModal.show .modal-dialog {
	    width: 90%;
	    max-width:100%;
	    margin-left: 20px !important;
	    left: 0 !important;
	}

	.rvtypesModal .wrap-center .col-xs-4,
	.rvtypesModal .container-fluid-popular-brands .col-xs-4 {
	    min-height: 100px;
	}
}

.modal.bs-choosedealer-modal-lg .modal-dialog{
	max-width: unset;
	width: 50%;
}

.modal.bs-choosedealer-modal-lg .modal-lg,
.modal.bs-appointment-modal-lg .modal-lg {
	width: 90%;
	left: 0;
}

.modal-content {
	border-radius: 20px;
	background: none;
	box-shadow: 15px 15px 20px 0 rgba(0,0,0,0.5);
	border: none;
}

.modal-header {
    min-height: 45px;
    height: auto;
	border-radius: 20px 20px 0 0;
	background-color: #00669E;
	box-shadow: 0 -3px 3px 0 rgba(0,0,0,0.15);
	color:#fff;
	padding:12px 30px 6px;
}

.modal-footer {
	background-color: #fff;
}

.modal-header .title,
.modal-header .header5 span {
	color: #FFFFFF;
	font-family: Lato;
	font-size: 18px;
	line-height: 22px;
}

.modal-header .header5 {
	margin-top: 0;
	margin-bottom: 0;
}

.modal-header .close {
	color:#fff;
	font-size: 22px;
	box-shadow: none;
	font-weight: 100;
    opacity: 1;
}

.modal-body {
	padding: 15px 30px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}

.modal-body h4 {
	color: #454F5B;
	font-family: Lato;
	font-size: 14px;
	line-height: 18px;
}

.modal-body #unlockVideoContain #unlockVideoBtn {
	color: #00669E;
	font-family: Lato;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	margin-bottom:10px;
	display: block;
}

.modal-body #unlockSpecialInternetPrices {
	margin-top:10px;
	margin-bottom:30px;
}

.modal-body .submitOptInVerbiage {
	margin: 15px auto;
	width: 80%;
	color: #454F5B;
	font-family: Lato;
	font-size: 12px !important;
	font-style: italic;
	line-height: 15px !important;
	text-align: center;
}

.modal-body p.small-text {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

.modal-body #calcDisclaimer {
	margin-top: 20px;
}

.modal-body .form-control {
	margin-bottom: 0;
	height:30px;
	line-height: 1;
}

.modal-body textarea.form-control {
	height: 90px;
}

.modal-body .form-group {
	margin-bottom: 20px;
}

.modal-body form,
.modal-body .pseudo-form {
	margin-top: 20px;
}

.modal-body label {
	color: #212B36;
	font-family: Lato;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom:6px;
	padding-left: 0 !important;
}

.modal-body .form-group:not(.text-option) .checkbox {
	background: url("https://images.rvs.com/images/content/check1.png") no-repeat;
}

.modal-body .form-control:focus,
.modal-body .form-control:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #66afe9;
}

.modal-body .form-control[readonly]{
	background-color: #fff;
}

.modal-body .form-group.multiContain div.col-sm-6:first-of-type {
	padding-left: 0;
	padding-right:10px;
}

.modal-body .form-group.multiContain div.col-sm-6:last-of-type {
	padding-right: 0;
	padding-left:10px;
}

.modal-body .form-control.err {
	background-color: unset !important;
}

.modal-body .requiredMsg {
	color: #454F5B;
	font-family: Lato;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	margin-left: 6px;
}

.modal-body .modal-btns,
.modal-body .invisibleRecaptcha {
	margin: 0 auto;
	display: table;
	width: fit-content;
}

.modal-body .modal-btns {
	margin-top: 20px;
	display:flex;
	justify-content: space-between;
}

.modal-body .modal-btns .btn:first-of-type {
	margin-right: 5px;
}

.modal-body .modal-btns .btn:last-of-type {
	margin-left: 5px;
}
#getintouch #serviceContactSubmitBtn{
	margin-top: 25px;
}

.modal-body .modal-btns .submit {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 148px;
	border-radius: 25px;
	background-color: #00669E;
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
}

.modal-body .modal-btns .next {
	height: 40px;
	width: 148px;
	border-radius: 25px;
	background-color: #6F7680;
	border:none;
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
}

.modal-body .modal-btns .next.advance {
	background-color: #00669E;
}

.modal-body .modal-btns .cansel {
	width:130px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body .infoNavContainer {
	width: fit-content;
	margin: 0 auto 20px;
}

.modal.bs-choosedealer-modal-lg .modal-body {
	border-radius: unset;
}

.modal.bs-choosedealer-modal-lg .modal-footer {
	border-radius: 0 0 20px 20px;
}

#value2 .modal-body .infoNavContainer .rvInfoBtn{
	cursor: pointer;
}

.modal-body .infoNavContainer .rvInfoBtn,
.modal-body .infoNavContainer .ownerInfoBtn {
	padding-bottom:10px;
	color: #919191;
	font-family: Lato;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	width: 70px;
    display: inline-block;
    margin-left: -3px;
}

.modal-body .infoNavContainer .rvInfoBtn.active,
.modal-body .infoNavContainer .ownerInfoBtn.active {
	border-bottom: solid 6px #00669E;
}

.modal-body .infoNavContainer .rvInfoBtn.finished,
.modal-body .infoNavContainer .ownerInfoBtn.finished {
	border-bottom: solid 6px #56A2FD;
}

.modal-body .infoNavContainer .rvInfoBtn.finished {
	cursor: pointer;
}

.modal-body .infoNavContainer .rvInfoBtn.unfinished,
.modal-body .infoNavContainer .ownerInfoBtn.unfinished {
	border-bottom: solid 6px #C2C4C6;
}

.modal-body .form-group.disabled {
	background-color: #fff !important;
}

.modal-body .form-group.disabled label {
	color: #212B36;
	opacity: .5;
}

.modal-body .form-group {
	position: relative;
}

.modal-body .form-group:not(.text-option) .checkbox {
	height:15px !important;
	width: 15px !important;
	background-size: cover;
	top: 0;
}

.modal-body .form-group:not(.text-option) .checkbox.checked {
	background-position: 0px -45px;
}

.modal-body .text-option .checkbox:focus {
	border: none;
}

.modal-body .text-option .checkbox::before,
.modal-body .text-option .checkbox::after {
	display: none;
}

.modal-body .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}

.modal-body .form-group select:focus,
.modal-body .form-group textarea:focus{
	box-shadow: 0 0px 8px 0px rgba(102,175,233,.6);
}

.modal-body .form-group select.err:focus {
	box-shadow: 0 0px 8px 0px rgba(207,2,0,.6);
}

.modal-body .form-group select .placeholderVal {
	border-radius: 10px 10px 0 0;
	background-color: #00669E;
	color:#fff;
	font-family: Lato;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.modal-body .form-group input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.modal-body .form-group .cw-icon.icon-down-arrow {
	position: absolute;
    right: 0px;
    top: 24px;
    color: #FFF;
    height: 29px;
    width: 30px;
    overflow: visible;
    pointer-events: none;
    background: #00669E;
    padding: 7px;
    border-radius: 0 5px 5px 0;
	margin-top: 0;
}


#appointmentRvInfo .modal-body .form-group .cw-icon.icon-down-arrow {
    top: 0;
	height: 100%;
	padding: 18px 7px;
}
.modal-body #scheduleAppointmentForm .form-group .cw-icon.icon-down-arrow{
	padding: 10px 7px;
	top: 0;
	height: 100%;
}

.modal-body .form-group.disabled .cw-icon.icon-down-arrow {
	background-color: #C4CDD5;
}

.modal-body .form-group .cw-icon.icon-calendar,
.modal-body .form-group .cw-icon.icon-time {
	position: absolute;
    right: 10px;
    top: 0px;
    color: #FFF;
    height: 30px;
    width: 30px;
    overflow: visible;
    pointer-events: none;
    background-color: #454F5B;
    padding: 5px 5px 5px 6px;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    cursor: pointer;
}

.modal-body .form-group .cw-icon.icon-time {
	font-size: 21px;
	z-index: 1000;
	right: 0;
}

#appt2_timeundefined {
	border-radius: 5px;
}

/*.modal-body .form-group .cw-icon.icon-arrow-left-circle {
	position: absolute;
    right: 0px;
    top: 0px;
    color: #FFF;
    height: 34px;
    width: 34px;
    overflow: visible;
    pointer-events: none;
    background-color: #454F5B;
    padding: 10px;
    border-radius: 0 5px 5px 0;
}*/

.modal-body .form-group .input-group-addon {
	background-color: #454F5B;
    color: #fff;
    padding: 6px;
    line-height: 0;
}

.modal-body .errmessage {
	color: #B3182B;
	font-family: Lato;
	font-size: 12px !important;
	font-style: italic;
	line-height: 15px !important;
	text-align: left;
}

#refine_search .modal-dialog, 
#refine_search .modal-content {
	background: none !important;
}

#refine_search .modal-content .modal-header {
	background: #00669E;
	color: #fff;
}

#refine_search .modal-content .modal-title {
	color: #fff;
}

#refine_search .modal-footer {
	background: none !important;
	border: none;
    margin-top: 30px;
    box-shadow: unset !important;
    margin-bottom: -60px;
}

@media only screen and (max-width: 767px) {
	#refineSearchModal .modal-body {
		border-radius: 0 0 0 0;
	}

	#refineSearchModal .modal-footer {
		background-color: unset;
	}

	#refineSearchModal .modal-footer .btn {
		border-radius: 0 0 20px 20px;
	}
	
	#refine_search .modal-footer {
		margin-bottom: 0px;
	}

}

.modal.videoModal .modal-dialog {
	max-width: unset;
	width: 60vw;
	margin-left: -30vw !important;
	left: 50%;
}

@media only screen and (max-width: 1000px) {
	.modal.videoModal .modal-dialog {
	    width: 90vw;
	    margin-left: -45vw !important;
	    left: 50%;
	}
}

@media only screen and (max-width: 450px) {
	.modal.videoModal .modal-dialog {
	    left:50%;
	}
}

.modal.videoModal .modal-body {
	border-radius: unset;
}

.modal.videoModal .modal-footer {
	border-radius: 0 0 20px 20px;
}

#value2, #valueSuccess, #appt2 {
	overflow: auto;
}

#value_condition,
.conditionChoice {
	border-radius: 5px;
	background-color: #F4F6F8;
	display: flex;
  	flex-direction: row;
}

#value_condition.error,
.conditionChoice.error {
	background-color: #f5e8e8;
}

#value_condition li,
.conditionChoice li {
	display: inline-block;
	color: #00669E;
	font-family: Lato;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	flex: 1 1;
	text-align: center;
	cursor: pointer;
	align-self: center;
}

#value_condition li:hover,
.conditionChoice li:hover,
#value_condition li:focus,
.conditionChoice li:focus {
	background-color: #C2C4C6;
	color:#000;
	border-radius: 5px;
}

#value_condition li.selected,
.conditionChoice li.selected {
	background-color: #00669E;
	color:#fff;
	border-radius: 5px;
}


#value .form-control, #value2 .form-control {
	margin-bottom: 0;
}

#valueSuccess .bg-quote {
	margin:0;
	box-shadow: none;
}

#valueSuccess .quote-top {
	background: none;
}

#valueSuccess .quote-top img {
	width: 68px;
	margin-top:0;
	margin-bottom:0;
}

#valueSuccess #rangeText {
	color:#5C5B5B;
	text-transform: uppercase;
	font-family: Lato;
	font-size: 15px;
	line-height: 18px;
}

#valueSuccess #rangeNumbers {
	color:#5C5B5B;
	font-style: italic;
	font-family: Lato;
	font-size: 15px;
	line-height: 18px;
}

#valueSuccess #quoteIntoText {
	color: #00669E;
	font-family: Lato;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.58px;
	line-height: 18px;
	text-transform: uppercase;
}

#valueSuccess .quote-total {
	background: none;
	color: #00669E;
	font-family: Lato;
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
	line-height: 72px;
	width:100%;
	margin-left: -3%;
	margin-top:-10px;
}

#valueSuccess #rangeInfo {
	border-bottom: 5px solid #F1BE48;
}

#valueSuccess .details {
	margin-top:15px;
	background-color: #EAF3FC;
	text-align: center;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	#valueSuccess .details {
		padding: 10px 0;
	}
}

#valueSuccess .details span {
	display: block;
	margin-top: 5px;
}

#valueSuccess .details p {
	margin-bottom: 20px;
    margin-top: 20px;
}

#valueSuccess #shareQuoteLink {
	width: 240px;
    height: 40px;
    line-height: 28px;
    margin-top: 20px;
}

#valueSuccess #shareQuoteLink .cw-icon {
	margin-right: 10px;
	font-size: 20px;
    vertical-align: top;
}


#valueSuccess #tradeTermsToggle {
	color: #00669E;
	font-family: Lato;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
}

#finalMonthlyPayment {
	padding-bottom: 10px;
	width: 100%;
	display: none;
	text-align: center;
}

#finalMonthlyPayment h5 {
	color: #00669E;
	font-family: Lato;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.58px;
	line-height: 18px;
	text-transform: uppercase;
}

#finalMonthlyPayment #calc-pmt {
	color: #00669E;
	font-family: Lato;
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
	line-height: 72px;
	/*text-align: center;*/
}

#finalMonthlyPayment #finalMonthlyPaymentLine {
	background-color: #F1BE48;
	height:6px;
	width: 100%;
	border-radius: 6px;
	margin-top: 10px;
}

#apptTimeContain .dropdown-toggle::after {
	display: none;
}

#apptTimeContain .row {
	margin-left: 0;
	margin-right: 0;
}

#apptTimeContain .dropdown-menu {
	min-width: 159px !important;
    height: 287px;
    overflow: auto;
    top:-305px !important;
    text-align: center;
    border-radius: 10px;
    padding-left: 0;
	background-color: #DEE2E6;
}

/*#apptTimeContain .input-group::after {*/
/*	content: '';*/
/*    position: absolute;*/
/*    left: 76%;*/
/*    top: -40%;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 15px solid transparent;*/
/*    border-right: 15px solid transparent;*/
/*    border-top: 15px solid #fff;*/
/*    clear: both;*/
/*	z-index: 10000;*/
/*}*/

#apptTimeContain .dropdown-menu li {
	padding-top: 7px;
	padding-bottom: 7px;
}

#apptTimeContain .dropdown-menu li:hover,
#apptTimeContain .dropdown-menu li.selected {
	background-color: #D1E1F0;
	cursor: pointer;
}

#apptTimeContain .dropdown-menu li:first-of-type {
	border-radius: 10px 10px 0 0 !important;
	background-color: #00669E;
	font-family: Lato;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
}

#apptTimeContain .dropdown-menu li:first-of-type a {
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
}

#apptTimePickerContain {
	box-shadow: none;
    border: none;
    min-width: unset;
    padding-top: 0;
    background-color: unset;
}

#apptTimePickerContain .input-group-btn .btn {
	width: 30px;
	height: 30px;
	margin-top: -1px;
}

#apptTimePickerContain .input-group-btn .btn .cw-icon {
	margin-top: 0;
	padding:1px 0 0 2px;
}

@media only screen and (max-width: 767px) {
	/*.modal-open {
		overflow-y: scroll;
	}

	.modal-open .modal {
		overflow-y: initial;
	}

	.modal {
		margin-top:20px;
		position: absolute;
    	bottom: initial;
	}*/

	.modal.bs-choosedealer-modal-lg {
		width:100%;
	}

	.modal-body .submitOptInVerbiage {
		width: 100%
	}

	.modal-body .modal-btns .cansel {
		width:100px;
	}
}


#ui-datepicker-div {
	padding: 0;
	font-family: Lato;
	top: 400px !important;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: none;
} 

#ui-datepicker-div::after {
	content: '';
    position: absolute;
    left: 41%;
    top: 100%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #fff;
    clear: both;
	z-index: 10000;
	display: block;
	filter: drop-shadow(0 20px 12px rgba(0,0,0,.75));
}

#ui-datepicker-div .ui-datepicker-header {
	background: #00669E;
	text-transform: uppercase;
	color: #fff;
	font-family: Lato;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
	color:#fff;
}

#ui-datepicker-div .ui-state-default, 
#ui-datepicker-div .ui-widget-content .ui-state-default, 
#ui-datepicker-div .ui-widget-header .ui-state-default {
	background: none;
	border: none !important;
	text-align: center;
	font-size: 14px;
    line-height: 20px;
    padding: 3px 5px;
    border:1px solid #fff;
}

#ui-datepicker-div .ui-state-default.ui-state-hover{
	border-radius: 20px;
	background: transparent;
	color:#454F5B;
	box-shadow: none;
	border:1px solid #454F5B;
}

#ui-datepicker-div .ui-state-default.ui-state-active {
	border-radius: 20px;
	background: #1B7809;
	color:#fff;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border:1px solid #1B7809;
}

#ui-datepicker-div .ui-datepicker-calendar thead tr th {
	color:#00669E;
	font-size:12px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}

#ui-datepicker-div .ui-datepicker-calendar td {
	padding: 5px;
    border-right: 1px solid #DFE3E8;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month {
	border-right: none;
}

.ui-widget-header .ui-icon {
	background:none;
}

.ui-widget-header .ui-datepicker-prev.ui-datepicker-prev-hover,
.ui-widget-header .ui-datepicker-next.ui-datepicker-next-hover {
	background:none;
	border: none;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
	background-image:url("https://images.rvs.com/images/content/icons/arrow_right_sliderA_white.png");
	background-position: 0 0;
	background-size: cover;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
	background-image:url("https://images.rvs.com/images/content/icons/arrow_left_sliderA_white.png");
	background-position: 0 0;
	background-size: cover;
}

#ui-datepicker-div {
	bottom: 260px !important;
	left: 53px !important;
	width: auto;
	top: auto !important;
}

.rvdetails #ui-datepicker-div {
	top: 200px !important;
}

.page.locations #ui-datepicker-div,
.dealerPage #ui-datepicker-div {
	top: 360px !important;
    left: 50px !important;
}

.ap-overlay {
	z-index: 100000000000 !important;
}

.ap-cont {
	border-radius:20px 20px 0 0 !important;
	font-family: 'Lato', sans-serif !important;
}

.ap-component-data {
	font-size: 22px !important;
}

.ap-component-selector {
	width: 100% !important;
	left: 0 !important;
	border-top: .5px solid #979797 !important;
	border-bottom: .5px solid #979797 !important;
}

.ap-footer {
	background-color: #00669E !important;
	color: #fff !important;
	border-radius:20px 20px 0 0 !important;
}

.ap-theme-default .ap-button-cont {
	width: 100% !important;
	float: none !important;
}

.ap-cont #ap-button-set {
	background: none !important;
	color: #fff !important;
	float: right !important;
	padding: 0 !important;
    height: 38px !important;
    line-height: 41px !important;
    cursor: pointer !important;
}

.ap-cont .ap-header__title {
	color: #fff !important;
	text-align: left !important;	
	float: left !important;
	margin-left:10px !important;
	font-size: 22px;
}


#leadSuccess .modal-body {
	text-align: center;
	padding-top: 20px;
}

#leadSuccess .modal-body img {
	margin-bottom: 20px;
}

.modal-body form .text-option,
form .text-option {
	margin-bottom: 0;
}

form .text-option label {
	font-size: 13px;
	line-height: 15px;
	text-align: left;
}

form .text-option label .checkbox {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
}

form .text-option-disclaimer {
	margin-top: 0px;
	margin-bottom: 30px;
	display: block;
    text-align: left;
}

.nada-input {
	margin-bottom: 30px;
}

.bootstrap-select .dropdown-menu .inner {
	padding: 0;
}

.sPicker.inputContain {
	padding: 0;
}

.sPicker .form-control button {
	height: 48px;
}

.sPicker .bootstrap-select>.dropdown-toggle {
	border: none;
}

.sPicker.disabled .bootstrap-select>.dropdown-toggle {
	border: none;
}

.sPicker .bootstrap-select>.dropdown-toggle .filter-option .filter-option-inner {
	padding-top: 6px;
	font-size: 16px;
}

.sPicker .bootstrap-select.hasData>.dropdown-toggle .filter-option .filter-option-inner {
	padding-top: 12px;
	font-size: 16px;
}

.sPicker.filled .bootstrap-select>.dropdown-toggle .filter-option .filter-option-inner {
	padding-top: 12px;
}

.sPicker .bootstrap-select .dropdown-toggle .caret {
	border: solid #000;
	border-width: 0 .2em .2em 0;
	display: inline-block;
	padding: .20em;
	transform:rotate(45deg);
	margin-right: 5px;
	position: relative;
	vertical-align: inherit;
	margin-top: 0;
	right: auto;
	top: -1px;
}

.sPicker.disabled .bootstrap-select .caret {
	border-color: #999;
}


.sPicker .bootstrap-select .dropdown-menu .inner {
	padding: 0;
}

.sPicker .bootstrap-select .dropdown-menu .inner li a {
	padding: 12px 20px;
	font-size: 16px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
}

.sPicker .bootstrap-select .dropdown-menu .inner li a.disableOption {
	padding: 0;
	height: 0;
	opacity: 0;
}

.sPicker .bootstrap-select>.dropdown-toggle:hover,
.sPicker .bootstrap-select>.dropdown-toggle:focus {
	background: #fff;
	border: 1px solid #00669E;
	outline: none !important;
	box-shadow: 0 0 6px 1px #0d8eca;
}

.sPicker .bootstrap-select>.dropdown-toggle.bs-placeholder,
.sPicker .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.sPicker .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.sPicker .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	background-color: #fff !important;
	color: #555;
}

.sPicker.disabled .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.sPicker.disabled .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	border: 1px solid #ccc;
}

.sPicker .errmessage {
	color: #C30B24;
	font-size: 11px;
	line-height: 12px;
	text-transform: none;
	padding-left: 15px;
	margin-bottom: 20px;
}

.sPicker.err .dropdown-toggle {
	border: 1px solid #C30B24 !important;
}

.sPicker.err {
	border: none !important;
	background: none !important;
}

.sPicker label {
	color: #212B36;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	top: 7px;
	left: 13px;
	z-index: 1;
}


:root {
	--duet-color-primary: #005fcc;
	--duet-color-text: #333;
	--duet-color-text-active: #fff;
	--duet-color-button: #f5f5f5;
	--duet-color-surface: #fff;
	--duet-color-overlay: rgba(0, 0, 0, 0.8);

	--duet-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--duet-font-normal: 400;
	--duet-font-bold: 600;

	--duet-radius: 4px;
	--duet-z-index: 600;
}

.duet-date__table th,
.duet-date__table td {
	padding: 9px 2px;
	text-align: center;
}

.timedate .duet-date__input {
	margin-bottom: 0;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	height: 30px;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid rgba(33,43,54,.3) !important;
	color: #212b36;
	height:52px;
}

.timedate .duet-date__toggle {
	width: 30px;
	background-color: #454F5B;
}

.timedate .duet-date__toggle .duet-date__toggle-icon svg {
	height: 20px;
	color: #fff;
}

.timedate .duet-date__dialog-content {
	padding: 0;
}

.timedate .duet-date__header {
	background: #00669E;
	padding: 16px;
}

.timedate .duet-date__select-label {
	color: #fff;
}

.timedate .duet-date__table {
	padding: 16px 20px;
}

.timedate .duet-date__prev:focus,
.timedate .duet-date__next:focus {
	box-shadow: 0 0 6px 2px #fff;
}

.timedate .duet-date__select select:focus+.duet-date__select-label {
	box-shadow: none;
	border-bottom: 2px solid #fff;
}

[aria-selected=true] .duet-date__day {
	background: #1B7809;
	color:#fff;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border:1px solid #1B7809;
}

.timedate .duet-date__day.is-today {
	box-shadow: none;
}

#zipsearch_store_button:focus {
	border: 2px solid #66afe9;
}

.ytPlayIcon {
	font-size: 28px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	position: absolute;
	z-index: 1000;
	top: 40%;
	left: 40%;
	width: 80px;
	height: 50px;
	border-radius: 20px;
	line-height: 48px;
	text-align: center;
}

.ytGradient {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	opacity: .36;
}

.youtubeModalLink:hover .ytPlayIcon,
.youtubeModalLink:focus .ytPlayIcon {
	background-color:#FF0000;
}

.modal-header button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.hide {
	display: none!important;
}

.ajax-processing .ajax-center {
	width: 100%;
	text-align: center;
	margin: initial;
	min-height: 120px;
}

#requestAppointmentModal .ajax-processing .ajax-center {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 100px;
	padding-top: 100px;
}

.ajax-processing .ajax-center h4 {
	font-size: 15px;
	margin-bottom: 30px;
}

#valueTradeForm .bootstrap-select .dropdown-menu {
	background-color: #fff;
	max-width: 340px;
	max-height: 200px;
}

.modal .bootstrap-select .dropdown-menu.open,
.modal .bootstrap-select .dropdown-menu.show {
	max-width: 340px;
}

.bootstrap-select .dropdown-menu {
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.sPicker .bootstrap-select>.dropdown-toggle.bs-placeholder,
.sPicker .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.sPicker .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.sPicker .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #555;
	border-radius: 3px;
	border: 1px solid rgba(33,43,54,.3);
	color: #212b36;
}

#valueTradeForm .form-group .bootstrap-select + .cw-icon.icon-down-arrow {
	height: 34px!important;
}

#valueTradeForm.bs-select-form [class^="icon-"]::before,
#valueTradeForm.bs-select-form [class*=" icon-"]::before {
	position: absolute;
	top: 10px;
}

#valueTradeForm .bootstrap-select>.dropdown-toggle.bs-placeholder,
#valueTradeForm .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
#valueTradeForm .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
#valueTradeForm .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #555;
}

#valueTradeForm .inner.open:focus {
	border: 0;
}

#valueTradeForm.bs-select-form .err {
	background-color: #fff !important;
	border: 0 !important;
}

#valueTradeForm.bs-select-form .err .bootstrap-select>.dropdown-toggle {
	background-color: #f5e8e8 !important;
	border: 1px solid #cf0200 !important;
}

#value2 .text-option > label {
	margin-top: 0;
}

.banner-wrapper {
	position: relative;
	min-height: 180px;
}

.banner-wrapper img {
	left: 0;
}


/*.banner-wrapper img,*/
.banner-wrapper a {
	position: absolute;
}

.banner-wrapper a {
	border-radius: 4px;
	border: 4px solid #fff;
	/*padding: 10px 14px;*/
	text-transform: uppercase;
	font-weight: bold;
	background-color: white;
	text-align: center;
	color: #02183E;
	box-shadow: 7px 6px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 7px 6px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 7px 6px 5px 0px rgba(0,0,0,0.1);
	width: auto;
}

.banner-wrapper.urvs-2022 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-wrapper.urvs-2022 a {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 29%;
	font-size: 0.8rem;
	line-height:1.25rem;
	background-color: #ffce35;
	border: 2px solid #ffce35;
}

.banner-wrapper.urvs-2022 a.btn-one {
	top: 38%;
}

.banner-wrapper.urvs-2022 a.btn-two {
	top: 55%;
	background-color: #04183b;
	color: #ffce35;
}

.gander .banner-wrapper a {
	font-size: 11px;
}


@media screen and (min-width: 420px) {

	.banner-wrapper.urvs-2022 a {
		line-height: 1.27rem;
	}

	.banner-wrapper.urvs-2022 a.btn-one {
		top: 40%;
	}

	.banner-wrapper.urvs-2022 a.btn-two {
		top: 55%;
	}
}


@media screen and (min-width: 500px) {
	.banner-wrapper.urvs-2022 a {
		line-height: 1.5rem;
	}
}

@media screen and (min-width: 600px) {
	.banner-wrapper.urvs-2022 a {
		line-height: 1.8rem;
	}
}
@media screen and (min-width: 700px) {
	.banner-wrapper.urvs-2022 a {
		line-height: 2rem;
	}
}

@media screen and (min-width: 768px) {
	.banner-wrapper {
		min-height: 133px;
	}

	/*.banner-wrapper.urvs-2022 a.btn-one {*/

	/*}*/

	.banner-wrapper.urvs-2022 a.btn-one,
	.banner-wrapper.urvs-2022 a.btn-two {
		top: 72%;
		line-height: 2rem;
		width: 14%;
		line-height: 1.4rem;
		font-size: .8rem;
	}

	.banner-wrapper.urvs-2022 a.btn-one {
		left: 43%;
	}

	.banner-wrapper.urvs-2022 a.btn-two {
		left: 58%;
	}
}

@media screen and (min-width: 992px) {
	.banner-wrapper.urvs-2022 a.btn-one,
	.banner-wrapper.urvs-2022 a.btn-two {
		top: 73%;
	}
}

@media screen and (min-width: 1200px) {
	.banner-wrapper.urvs-2022 a.btn-one,
	.banner-wrapper.urvs-2022 a.btn-two {
		top: 73%;
		line-height: 1.7rem;
		font-size: .9rem;
		width: 13%;
	}

	.banner-wrapper.urvs-2022 a.btn-one {
		left: 43%;
	}

	.banner-wrapper.urvs-2022 a.btn-two {
		left: 57%;
	}
}

@media screen and (min-width: 1400px) {
	.banner-wrapper.urvs-2022 a.btn-one,
	.banner-wrapper.urvs-2022 a.btn-two {
		top: 74%;
		line-height: 1.9rem;
		font-size: 1rem;
	}
}

.strip-banner {
    width: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
}

.strip-banner:hover a {
    color:#fff !important;
}

.strip-banner p,
.strip-banner a {
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0;
    font-weight: bold;
}

.banner-full .lazy-background.lazy_banner_31 .white {
	background-color: transparent;
	margin-left: -26px;
}
.banner-img-full .disclaimer-container disclaimer {
	color: #FFFFFF;
}

.page.gander .container {
	width: 98%;
}