/*********************************

Rental Form

*********************************/

/*Hide all except first fieldset*/
#rm-rental-form fieldset:not(:first-of-type) {
	display: none;
}

.rm-form-container {
	margin: 50px 2%;
	/*height: 1000px;*/
	/*float:left;*/
}
#rm-rental-form {
	width: 100%;
	max-width: 1000px;
	/*margin: 50px 2%;*/
	text-align: left;
	position: relative;
	height: 100%;
	font-family: antennaRegular;
	margin: 50px auto 500px;
}
#rm-rental-form fieldset {
	background: #294372;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 10px;
	box-sizing: border-box;
	width: 95%;
	margin: 0px 5px;

	/*stacking fieldsets above each other*/
	position: relative;
}

#rm-rental-form label,
#rm-rental-form input,
#rm-rental-form select,
#rm-rental-form h1,
#rm-rental-form .rm-fs-title,
#rm-rental-form .rm-fs-subtitle,
#rm-rental-form .form-group-header,
#rm-rental-form p {
	color: #fff;
}

#rm-rental-form label a {
	color: #0645ad;
}
.rm-underage-fg,
.rm-totalDrivers-fg,
.rm-under25toggle-fg {
	/*, .rm-mileage*/
	margin: 5px 18%;
}
.rm-contact-field {
	margin: 5px 1px;
}
.rm-vehicle-fs .form-group {
	margin: 0 0 1rem;
}
.rm-vehicle-fs .form-group:first-child {
	/* 	background: #FFFBA2; */

	border: solid 2px white;
	border-radius: 3px;
}
.rm-input-col h4,
.form-group-header {
	display: block;
	margin: -32px 0px 35px 15px;
	/* 	margin-top: -28px; */
	width: fit-content;
	background-color: #2a4272;
	padding: 0 20px 0 10px;
	font-size: 22px;
}
.rm-addtl-vehicle p {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: antennaRegular;
	margin: 0 auto;
	line-height: 22px;
}
.rm-contact-col hr,
.rm-contact-col h3,
.rm-contact-col label,
.rm-input-row {
	margin: 5px 25% !important;
}

.fa-info-circle {
	margin-left: 4px;
	color: #ffffff;
}
#rm-rental-form .fa-check-circle {
	margin-top: 2px;
	font-size: 20px;
}

/* Rental Form Inputs*/

#rm-rental-form input,
#rm-rental-form textarea,
#rm-rental-form select {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 16px;
	background-color: #2879a7;
}

#rm-rental-form select {
	text-align: center;
	text-align-last: center;
	display: inline-block;
}

.rm-under25toggle-fg label {
	padding-top: 15px;
}

.rm-under25toggle-fg .btn-toggle {
	margin-bottom: 10px;
	margin-top: 10px;
}

.rm-under25toggle-fg .btn:focus {
	outline: none;
}
.rm-radio input,
.rm-addons .rm-checkbox input {
	width: 20px;
	outline: none !important;
	margin-left: 10px;
}
#rm-rental-form textarea,
.rm-contact-field input,
.rm-quantity input,
.rm-underage-fg input,
.rm-date input,
.rm-time select,
.rm-totalDrivers-fg input,
.rm-city-field input,
.rm-state-field input,
.rm-zip-field input,
.rm-mileage input,
.rm-date label,
.rm-time label,
.rm-quantity label {
	/*#rm-rental-form textarea, */
	width: 100% !important;
	min-width: 100px !important;
}
.rm-contact-field input,
.rm-quantity input,
.rm-underage-fg input,
.rm-date input,
.rm-time select,
.rm-totalDrivers-fg input,
.rm-city-field input,
.rm-state-field input,
.rm-zip-field input,
.rm-mileage input {
	height: 40px !important;
}
.rm-date input,
.rm-time select,
.rm-mileage input,
.rm-quantity input,
.rm-date label,
.rm-time label,
.rm-mileage label,
.rm-quantity label,
.rm-totalDrivers-fg input,
.rm-underage-fg input,
.rm-contact-field input,
.rm-contact-field label {
	display: inline-block;
}
.rm-contact-field label,
.rm-city-field label,
.rm-state-field label,
.rm-zip-field label,
.rm-time label,
.rm-date label,
.rm-mileage label,
rm-totalDrivers-fg label {
	margin: 0 0 5px 0 !important;
}
.rm-date input,
.rm-time input,
.rm-mileage input,
.rm-totalDrivers-input,
.rm-underage-input,
.total-vehicles-input {
	text-align: center;
}
.rm-input-row h3 {
	padding-top: 20px;
}

.rm-tax-exempt-checkbox label {
	position: initial !important;
	cursor: pointer;
}
#taxExempt {
	margin: 4px 5px 0 0;
	width: 12px !important;
	opacity: 1 !important;
}

.ui-datepicker {
	width: fit-content !important;
	width: -moz-fit-content !important;
}

.rm-date input,
rm-time select {
	cursor: pointer;
}

a[href='#'] {
	outline: 0;
}

.fa-info-circle {
	cursor: help;
}

/* Rental Form Buttons */
#rm-rental-form .action-button {
	width: 100px;
	background: rgba(39, 174, 96, 1);
	font-weight: bold;
	color: white !important;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
	float: none;
	outline: none !important;
}
#rm-rental-form .action-button:hover,
#rm-rental-form .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60;
}
.rm-buttons {
	text-align: center;
}
.rm-under25toggle-fg button {
	min-width: 100px !important;
}
.rm-prev-row {
	padding-bottom: 0px;
}
.rm-prev-col {
	padding-left: 70px;
	padding-top: 40px;
}

/*validation*/
#rm-rental-form input[class~='error'] {
	border: 1px solid #af0000;
	color: #df0000;
}
#rm-rental-form label[class~='error'] {
	color: #df0000;
	background-color: #cac7c7;
	padding: 8px;
	border-radius: 3px;
}

/* #rm-rental-form input[class~="valid"] {
	border: 1px solid #087500;
	color: #0A9A00;
}
 */

/*headings*/
#rm-rental-form .rm-fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	display: block;
}
#rm-rental-form .rm-fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	font-family: antennaRegularExtraLight;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	display: block;
}

#rm-rental-form .rm-addons {
	background-color: #274472;
	border: solid 2px #ffffff;
	border-radius: 3px;
	margin-top: 60px;
	padding: 15px 0;
}

#rm-rental-form .rm-addons label,
#rm-rental-form label[for='taxExempt'] {
	background-color: #2879a7;
	font-size: 16px;
	padding-top: 11px;
}

#rm-rental-form label[for='taxExempt'] .fa-check-circle {
	margin-top: 0;
}

/***** Rental Form Vehicle Graphic *****/

.rm-inactive-graphic {
	display: none;
}
.rm-active-graphic {
	display: block;
}

div[class|='rm-graphic-container'] {
	background-color: #f3f3f3;
	padding: 10px;
	border: 1px solid #b8b7b7;
	border-radius: 15px;
	text-align: center;
	/*height: 700px;*/
	width: 360px;
	margin-right: 10px;
	margin-left: 10px;
}
div[class|='rm-graphic-container'] .tab-pane {
	background-color: #ffffff;
	border-bottom: 1px solid rgb(221, 221, 221);
	border-right: 1px solid rgb(221, 221, 221);
	border-left: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
}
.rm-graphic-tabs {
	margin-bottom: 0px;
}
.rm-graphic-tabs a {
	outline: 0;
	font-size: 16px;
	font-weight: 600;
	font-family: antennaRegular, 'Helvetica Neue', Helvetica;
}
.rm-pricing-table {
	margin: 0 5% 40px 5%;
	width: 90%;
	font-family: antennaRegular;
}

.rm-pricing-table th,
.rm-pricing-table td {
	padding: 1rem;
}
.rm-pricing-table .tab-pane {
	background-color: #ffffff;
}
.rm-pricing-table tbody tr:hover {
	background-color: #d3d3d3;
}
.rm-pricing-table thead tr:nth-of-type(2) {
	height: 10px;
}
.rm-pricing-table thead th {
	text-align: left;
	padding-left: 3%;
	font-size: 16px;
	background-color: #b4b4b4;
}
.rm-daily-row,
.rm-weekly-row {
	font-size: 16px;
	vertical-align: bottom;
	margin: 3px 0px 3px 0px;
}
.rm-daily-row th,
.rm-weekly-row th {
	text-align: right !important;
	padding-right: 15px !important;
}
.rm-daily-row td,
.rm-weekly-row td {
	text-align: left;
	padding-left: 20px;
}
.rm-graphic-header-container {
	background-color: #145da0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: rgba(255, 255, 255, 1);
}
.rm-graphic-header {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}
.rm-graphic-sub-header {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px;
}
.rm-graphic-image {
	padding-bottom: 10px;
	margin-top: 10px;
}
.rm-graphic-info-header {
	background-color: rgba(1, 0, 90, 1);
	color: rgba(255, 255, 255, 1);
	margin-bottom: 5px;
}
.rm-graphic-info-header h4 {
	font-weight: 400;
}
.rm-graphic-info {
	text-align: left;
	padding-left: 15px;
}
.rm-graphic-info-col1 {
	font-family: antennaRegular, 'Helvetica Neue', Helvetica;
	font-weight: 500;
	text-align: right;
	padding: 0;
}
.rm-graphic-highlights {
	padding: 0;
}
.rm-graphic-highlights li {
	margin: 0 0 5px 15px;
}

/*.rm-graphic-highlights {*/
/*text-align: left;*/
/*padding-left: 15px;*/
/*padding-right: 15px;*/
/*}*/
.rm-graphic-highlights-col1 {
	font-weight: 700;
	text-align: right;
}
.rm-graphic-price-header {
	background-color: rgba(1, 0, 90, 1);
	color: rgba(255, 255, 255, 1);
	margin-bottom: 5px;
}
.rm-graphic-price-col {
}
.rm-graphic-price {
	text-align: left;
	padding-left: 15px;
}
.rm-graphic-price-col-header {
	padding: 0px;
	/*padding-top: 10px;*/
	font-size: 16px;
	font-weight: 600;
}
.rm-graphic-daily-weekly {
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 170%;
}
.rm-graphic-daily-prices {
	font-size: 16px;
	font-weight: 700;
	line-height: 170%;
}
.rm-graphic-weekly-prices {
	font-size: 16px;
	font-weight: 700;
	line-height: 170%;
}
.rm-graphic-mileage-month {
	font-size: 14px;
	font-weight: 700;
	padding-left: 15px;
	text-align: right;
	font-family: antennaRegular, 'Helvetica Neue', Helvetica;
}
.rm-graphic-mileage-cost {
	font-size: 14px;
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
	text-align: left;
}
/*
@media only screen and (min-width: 992px) {
	.rm-graphic-container {
		height: 880px;
	}
}
*/
@media only screen and (max-width: 768px) {
	.rm-graphic-container {
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
	.rm-graphic-price-col-header {
		font-size: 14px;
	}
}

/***** Rental Form Sidebar *****/
.rm-sidebar-container {
	margin-top: 50px;
}

/***** Landing (FAQ) Pages *****/

.rm-faq-question {
	font-weight: 600;
}
.rm-faq-answer {
	font-size: 13px;
	margin-left: 4px;
}
.rm-faq-subheader {
	font-size: 16px;
	font-weight: 600;
}
.rm-faq-disclaimer {
	font-size: 10px;
}
p[class^='rm-faq-'] a {
	color: #337ab7;
}
.rm-faq-img {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	max-width: 400px;
}
.rm-img-faq:nth-of-type(2) {
	float: left;
}
.rm-video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.rm-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-container {
	position: relative;
	text-align: center;
}

.text-overlay {
	position: absolute;
	top: 50%;
	/* left: 10%; */
	transform: translate(-50%, -50%);
	color: red;
	font-size: 34px;
	font-family: antennaRegularBold;
	/* 	width: fit-content; */
	transform: rotate(-25deg);
	border: 3px solid red;
	border-radius: 4px;
	background-color: rgb(255 255 255 / 50%);
	padding: 0 10px;
}

img.out-of-stock {
	filter: grayscale(100%);
}

/***** Employee Confirmation Form Goofs *****/

.rm-thumbs-up {
	margin-top: 1200px;
}

.rm-mystery-button {
	outline: 0;
}

/**** Fancy buttons for rental form ****/

/*::selection {*/
/*background: none;*/
/*}*/

.rm-vehicle-fg {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/*width: 500px;*/
	/*height: 270px;*/
	padding: 16px 0;
	box-sizing: border-box;
}

.rm-vehicle-fg ul {
	list-style-type: none;
	/* width: 400px; */
	/* 	width: 100%; */
	/*margin: auto;*/
	margin-left: 0px;
	padding: 0;
}

.rm-vehicle-fg li {
	position: relative;
	padding: 5px 4px 4px 40px;
	height: 30px;
	vertical-align: middle;
	background-color: #2879a7;
	max-width: 100%;
}

#rm-rental-form .rm-vehicle-fg label {
	font-size: 16px;
	font-family: antennaRegular, 'Helvetica Neue', Helvetica;
	/* 	margin: 0px 0px 5px 0px; */
	margin: 7px 0;
}

.rm-vehicle-fg label:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #ffffff;
	position: absolute;
	left: 12px;
	top: 17px;
	box-sizing: border-box;
	border-radius: 50%;
}

.rm-vehicle-fg input[type='radio'] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
	margin: 0 !important;
	padding: 0;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: calc(50% - 15px);
	cursor: pointer;
}

.rm-vehicle-fg .bullet {
	position: relative;
	width: 25px;
	height: 25px;
	left: 4px;
	top: 9px;
	border: 5px solid #ffffff;
	opacity: 0;
	border-radius: 50%;
}

.rm-vehicle-fg input[type='radio']:checked ~ .bullet {
	position: absolute;
	opacity: 1;
	animation-name: explode;
	animation-duration: 0.35s;
}

.rm-vehicle-fg .line {
	position: absolute;
	width: 10px;
	height: 2px;
	/*background-color: #01005a;*/
	background-color: #ffffff;
	opacity: 0;
}

.rm-vehicle-fg .line.zero {
	left: 11px;
	top: -21px;
	transform: translateY(20px);
	width: 2px;
	height: 10px;
}

.rm-vehicle-fg .line.one {
	right: -7px;
	top: -11px;
	transform: rotate(-55deg) translate(-9px);
}

.rm-vehicle-fg .line.two {
	right: -20px;
	top: 11px;
	transform: translate(-9px);
}

.rm-vehicle-fg .line.three {
	right: -8px;
	top: 35px;
	transform: rotate(55deg) translate(-9px);
}

.rm-vehicle-fg .line.four {
	left: -8px;
	top: -11px;
	transform: rotate(55deg) translate(9px);
}

.line.five {
	left: -20px;
	top: 11px;
	transform: translate(9px);
}

.rm-vehicle-fg .line.six {
	left: -8px;
	top: 35px;
	transform: rotate(-55deg) translate(9px);
}

.rm-vehicle-fg .line.seven {
	left: 11px;
	bottom: -21px;
	transform: translateY(-20px);
	width: 2px;
	height: 10px;
}

.rm-vehicle-fg input[type='radio']:checked ~ .bullet .line.zero {
	animation-name: drop-zero;
	animation-delay: 0.1s;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

.rm-vehicle-fg input[type='radio']:checked ~ .bullet .line.one {
	animation-name: drop-one;
	animation-delay: 0.1s;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

.rm-vehicle-fg input[type='radio']:checked ~ .bullet .line.two {
	animation-name: drop-two;
	animation-delay: 0.1s;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

.rm-vehicle-fg input[type='radio']:checked ~ .bullet .line.three {
	animation-name: drop-three;
	animation-delay: 0.1s;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

.rm-vehicle-fg input[type='radio']:checked ~ .bullet .line.four {
	animation-name: drop-four;
	animation-delay: 0.1s;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

.rm-vehicle-fg input[type='radio']:checked ~ .bullet .line.five {
	animation-name: drop-five;
	animation-delay: 0.1s;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

.rm-vehicle-fg input[type='radio']:checked ~ .bullet .line.six {
	animation-name: drop-six;
	animation-delay: 0.1s;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

.rm-vehicle-fg input[type='radio']:checked ~ .bullet .line.seven {
	animation-name: drop-seven;
	animation-delay: 0.1s;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

@keyframes explode {
	0% {
		opacity: 0;
		transform: scale(10);
	}
	60% {
		opacity: 1;
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes drop-zero {
	0% {
		opacity: 0;
		transform: translateY(20px);
		height: 10px;
	}
	20% {
		opacity: 1;
	}
	100% {
		transform: translateY(-2px);
		height: 0px;
		opacity: 0;
	}
}

@keyframes drop-one {
	0% {
		opacity: 0;
		transform: rotate(-55deg) translate(-20px);
		width: 10px;
	}
	20% {
		opacity: 1;
	}
	100% {
		transform: rotate(-55deg) translate(9px);
		width: 0px;
		opacity: 0;
	}
}

@keyframes drop-two {
	0% {
		opacity: 0;
		transform: translate(-20px);
		width: 10px;
	}
	20% {
		opacity: 1;
	}
	100% {
		transform: translate(9px);
		width: 0px;
		opacity: 0;
	}
}

@keyframes drop-three {
	0% {
		opacity: 0;
		transform: rotate(55deg) translate(-20px);
		width: 10px;
	}
	20% {
		opacity: 1;
	}
	100% {
		transform: rotate(55deg) translate(9px);
		width: 0px;
		opacity: 0;
	}
}

@keyframes drop-four {
	0% {
		opacity: 0;
		transform: rotate(55deg) translate(20px);
		width: 10px;
	}
	20% {
		opacity: 1;
	}
	100% {
		transform: rotate(55deg) translate(-9px);
		width: 0px;
		opacity: 0;
	}
}

@keyframes drop-five {
	0% {
		opacity: 0;
		transform: translate(20px);
		width: 10px;
	}
	20% {
		opacity: 1;
	}
	100% {
		transform: translate(-9px);
		width: 0px;
		opacity: 0;
	}
}

@keyframes drop-six {
	0% {
		opacity: 0;
		transform: rotate(-55deg) translate(20px);
		width: 10px;
	}
	20% {
		opacity: 1;
	}
	100% {
		transform: rotate(-55deg) translate(-9px);
		width: 0px;
		opacity: 0;
	}
}

@keyframes drop-seven {
	0% {
		opacity: 0;
		transform: translateY(-20px);
		height: 10px;
	}
	20% {
		opacity: 1;
	}
	100% {
		transform: translateY(2px);
		height: 0px;
		opacity: 0;
	}
}

/**** Fancy Checkboxes ****/

#rm-rental-form input[type='checkbox'] {
	display: none;
}
#rm-rental-form input[type='checkbox'] + .btn-group > label span {
	width: 20px;
}
#rm-rental-form input[type='checkbox'] + .btn-group > label span:first-child {
	display: none;
}
#rm-rental-form input[type='checkbox'] + .btn-group > label span:last-child {
	display: inline-block;
}
#rm-rental-form
	input[type='checkbox']:checked
	+ .btn-group
	> label
	span:first-child {
	display: inline-block;
}
#rm-rental-form
	input[type='checkbox']:checked
	+ .btn-group
	> label
	span:last-child {
	display: none;
}
#rm-rental-form .rm-addons label,
#rm-rental-form label[for='taxExempt'] {
	margin: 2px 0;
}
#rm-rental-form label[for='taxExempt'] {
	margin-top: 15px;
}

#rm-rental-form .rm-addons label:first-child {
	margin-left: 15px !important;
}
.rm-addons label:last-of-type,
label[for='taxExempt']:last-of-type {
	width: 220px;
}
.rm-addon-name {
	font-weight: 600;
	float: left;
}
.rm-addon-price {
	float: right;
}

/* 3.0 Updates */

.rm-vehicle-fg li {
	max-width: 380px;
	border-radius: 3px;
	border: rgb(204, 204, 204) 1px solid;
	height: 50px;
	margin: auto;
	margin-bottom: 1rem;
	max-width: 90%;
}

.rm-addons .btn-group {
	width: 100%;
}

.rm-addons label {
	height: 48px;
}

.rm-addons label:last-of-type {
	width: 100%;
	max-width: 350px;
}

.contact-header {
	color: #fff;
	font-size: 28px;
}

.rm-graphic-mileage-cost,
.rm-graphic-info-col2 {
	margin-bottom: 20px;
	font-family: antennaRegularExtraLight;
}

#contact .action-button {
	width: 110px;
}

/* fix for flatpickr default css */

.flatpickr-input {
	-webkit-appearance: none;
}

/* hide ford disclaimer */
.fordGlobalDisclosure,
.fordGlobalDisclosure + .container {
	display: none;
}

@media only screen and (max-width: 991px) {
	.rm-mileage {
		margin: 0 0 15px 0;
	}

	.contentWrapper .container {
		padding: 0;
	}
}

@media only screen and (max-width: 965px) {
	.rm-addons .btn-group label:last-child {
		width: 80%;
	}
}

@media only screen and (min-width: 768px) {
	.rm-mileage,
	.rm-quantity,
	.rm-totalDrivers-fg,
	.rm-underage-fg {
		/* 		margin: 5px 25% !important; */
	}

	label[id*='collision'] .rm-addon-name:after {
		content: ' Waiver';
	}
}

@media only screen and (max-width: 767px) {
	#rm-rental-form .rm-input-row {
		margin: 5px 0px !important;
	}
	.rm-fs-subtitle {
		margin-bottom: 30px;
	}

	.rm-addon-name,
	.rm-addon-price {
		font-size: 16px;
	}
	.rm-addons .btn-group label:first-child {
		/* 		height: 36px; */
	}
	.rm-addons .btn-group label:last-child {
		/* 		width: 190px; */
	}
	.rm-vehicle-fg {
		padding: 16px 0px !important;
	}
	.rm-vehicle-fg li {
		margin: 25px auto;
		max-width: 96%;
	}

	#rm-rental-form fieldset {
		margin: 0;
		width: 100%;
	}

	/*fixes for mobile */

	.rm-graphic-mileage-month,
	.rm-graphic-mileage-cost,
	.rm-addon-name,
	.rm-addon-price,
	.action-button,
	.rm-fs-subtitle {
		font-size: 16px;
	}
	.rm-input-row label,
	.rm-input-row input,
	#rm-rental-form label,
	#rm-rental-form label {
		font-size: 16px;
	}
	.rm-fs-title {
		font-size: 18px;
	}

	.rm-addons .btn-group label:last-child {
		width: 80%;
	}
}

@media only screen and (max-width: 450px) {
	.rm-input-row .form-group {
		margin: 5px 3%;
	}
}

@media only screen and (max-width: 420px) {
	/*    stop horizontal scrolling  */
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	#rm-rental-form {
		margin: 50px 0 500px;
	}
	#rental-form-container {
		margin: 0;
	}
	#rm-rental-form fieldset {
		width: 100%;
		margin: 0;
	}
	.row-form-container {
		margin-left: 0;
		margin-right: 0;
	}
	.col-form-container {
		padding: 0;
	}
	.rm-addons .btn-group {
		width: 98%;
	}
	.rm-addons .btn-group label:last-child {
		width: 80%;
	}

	.rm-vehicle-fg ul {
		width: 96%;
		margin: auto;
	}
	.rm-vehicle-fg li {
		width: 100%;
		border-radius: 3px;
		border: rgb(204, 204, 204) 1px solid;
		height: 50px;
	}
}

@media only screen and (max-width: 350px) {
	.rm-addons .btn-group label:last-child {
		width: 220px;
	}
}

/* iphone 5 */
@media only screen and (max-width: 320px) {
	/* possible that this breaks the formcuz less than 16px - need to check on iphone 5*/
	#rm-rental-form .rm-vehicle-fg label,
	.rm-addon-name,
	.rm-addon-price {
		font-size: 14px;
	}
}

/* add before and after stuff to prices */
.rm-daily-price::before {
	content: '$';
}
.rm-daily-price::after {
	content: '/day';
}
.rm-weekly-price::before {
	content: '$';
}
.rm-weekly-price::after {
	content: '/week';
}
.optional::after {
	content: '*';
}
.optional::before {
	content: '$';
}
.rentalVehiclePrice::before {
	content: '$';
}

/* breadcrumbs */

.breadcrumb a {
	font-size: 13px;
}

.breadcrumb li:last-child > a {
	color: #666667;
	pointer-events: none; /* Disable link interaction */
	text-decoration: none; /* Remove underline */
	cursor: default; /* Change cursor to default arrow */
}

.breadcrumb-container {
	margin: 36px 0 10px;
}
