@charset "UTF-8";

.anytime-logo-container, .WACContainer{
	display: none;
}

.main-content {
  top: -80px;
}

@media only screen and (min-width : 992px) {
	.drive-on-page {
		margin-top: 3%;
	}
	.details-overlay {
		margin-top: 5%;
		height: 90%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.drive-on-page {
		margin-top: 4%;
	}
	.details-overlay {
		margin-top: 17%;
		height: 90%;
	}
}

@media only screen and (max-width : 767px) {
	.drive-on-page {
		margin-top: 12%;
	}
	.details-overlay {
		margin-top: 17%;
		height: 90%;
	}
}

@media ( max-width : 767px) {
	.footer {
		font-size: 13px !important;
		height: 15% !important;
		padding: 0px !important;
	}
}

.anytime-loader-img {
	background-position: center;
	top: 37%;
}

.logo {
	height: 75px;
}

ol {
	list-style: revert;
	padding: revert;
}

ul {
	padding: revert;
}

.navigation-desktop__top-bar {
	display: none !important;
}

a.return-to-home {
	padding-top: 6px;
	color: white;
}

.damage-options-radio-choices {
	margin-right: 20% !important;
}

/* Hide chatbot */
.WatsonAssistantChatHost {
	display: none !important;
}

/* Hide fields from driveon-gr*/
input[value="OIL"]+label, input[value="GASOLINE"]+label {
	display: none !important;
}