.dv-hero {
	padding-bottom: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-flow: column nowrap;
	position: relative;
	z-index: 0;
	margin: 25px 25px 0 25px;
}

@media screen and (max-width: 768px) {
	.dv-hero:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 2;
	}
}

.dv-hero .dv-hero-overlay {
	padding: 0;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-flow: column nowrap;
	justify-content: flex-end;
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper {
	flex: 0 1 63%;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-flow: column;
	justify-content: space-between;
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}

@media screen and (max-width: 768px) {
	.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header {
		padding-bottom: 25px;
	}
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h1 {
	font-weight: 300;
	font-size: 36px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 6.25px;
}

@media screen and (max-width: 768px) {
	.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h1 {
		font-size: 24px;
	}

	.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h1 span {
		display: block;
	}
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h1 span {
	font-weight: bold;
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-header h2 {
	font-weight: 100;
	font-size: 24px;
	color: #fff;
	margin: 0;
	font-style: italic;
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	max-width: 70vw;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body {
		max-width: 100%;
	}
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

@media screen and (max-width: 991px) {
	.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper {
		flex-flow: row wrap;
	}
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper a.dv-hero-overlay-body-wrapper-link {
	background: var(--primary-color);
	color: #fff;
	text-align: center;
	padding: 25px 50px;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper a.dv-hero-overlay-body-wrapper-link span {
	font-weight: bold;
	margin-right: 5px;
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper a.dv-hero-overlay-body-wrapper-link:last-of-type {
	background: var(--secondary-color);
}

.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper a.dv-hero-overlay-body-wrapper-link:hover {
	background: #fff;
	color: var(--primary-color);
}

@media screen and (max-width: 991px) {
	.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper a.dv-hero-overlay-body-wrapper-link {
		flex: 1 1 50%;
		font-size: 12px;
		padding: 12.5px;
	}
}

@media screen and (max-width: 991px) {
	.dv-hero .dv-hero-overlay .dv-hero-overlay-wrapper .dv-hero-overlay-body .dv-hero-overlay-body-wrapper .dv-autocomplete {
		flex: 1 1 100%;
	}
}

.dv-hero .dv-hero-background-image {
	display: none;
	background: url("https://bucket.dealeralchemist.com/2022/10/dv-dealer-hero-background.jpg?auto=compress&ixlib=php-1.2.1&fm=webp");
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	position: relative;
}

.dv-hero .dv-hero-background-image:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.dv-hero .dv-hero-background-image {
		display: block;
	}
}

.dv-hero .dv-hero-background {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin: 0;
	overflow: visible;
	background: none;
	-o-object-fit: cover;
	object-fit: cover;
	text-align: center;
	width: auto;
	height: 100%;
	position: relative;
	z-index: 0;
}

.dv-hero .dv-hero-background .dv-hero-background-video {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

.dv-hero .dv-hero-background .dv-hero-background-video:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.dv-hero .dv-hero-background .dv-hero-background-video video {
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align: baseline;
	height: 56.25vh;
	width: 177.77777778vh;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.dv-hero .dv-hero-background .dv-hero-background-video {
		display: none;
	}
}

.dv-hero .dv-hero-overlay-brands-wrapper {
	width: 100%;
	box-sizing: border-box;
}

.dv-hero .dv-hero-overlay-brands-wrapper * {
	box-sizing: border-box;
}

.dv-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .aa-InputWrapper:before {
	top: 28px;
}

@media screen and (max-width: 991px) {
	.dv-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .aa-InputWrapper:before {
		top: 17px;
	}
}

.dv-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .dv-autocomplete-input {
	border: 0 !important;
	font-size: 18px;
	height: 75px;
}

@media screen and (max-width: 991px) {
	.dv-hero .dv-autocomplete .dv-autocomplete-searchbar .dv-autocomplete-form .dv-autocomplete-input {
		height: 50px;
		font-size: 14px;
	}
}

.dv-call-to-actions {
	font-size: 0;
	margin: 25px 25px 0 25px;
}

.dv-call-to-actions .dv-call-to-actions-inner {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1542px) {
	.dv-call-to-actions .dv-call-to-actions-inner {
		display: block;
	}
}

.dv-call-to-actions .dv-call-to-actions-inner a {
	width: 16.6666666667%;
	flex: 1 1 16.6666666667%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	padding: 25px 12.5px;
	color: #fff;
	background: var(--secondary-color);
	-webkit-transition: 100ms ease-in-out;
	-moz-transition: 100ms ease-in-out;
	-o-transition: 100ms ease-in-out;
	transition: 100ms ease-in-out;
	vertical-align: middle;
	border-right: 1px solid #303030;
	text-align: center;
	max-height: 68px;
	overflow: hidden;
	font-weight: 500;
}

.dv-call-to-actions .dv-call-to-actions-inner a img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
	margin: 0 6px 0 0;
	position: relative;
	top: 2px;
}

.dv-call-to-actions .dv-call-to-actions-inner a i {
	font-size: 18px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding-right: 8px;
}

@media screen and (max-width: 1542px) {
	.dv-call-to-actions .dv-call-to-actions-inner a {
		display: inline-block;
		width: 33.3333%;
	}

	.dv-call-to-actions .dv-call-to-actions-inner a:nth-child(-n+3) {
		border-bottom: 1px solid #303030;
	}
}

@media screen and (max-width: 1024px) {
	.dv-call-to-actions .dv-call-to-actions-inner a {
		font-size: 14px;
		width: 50%;
		border: none;
		border-bottom: 1px solid #303030;
	}

	.dv-call-to-actions .dv-call-to-actions-inner a:nth-last-child(-n+2) {
		border-bottom: none;
	}

	.dv-call-to-actions .dv-call-to-actions-inner a:nth-child(odd) {
		border-right: 1px solid #303030;
	}
}

@media screen and (max-width: 480px) {
	.dv-call-to-actions .dv-call-to-actions-inner a {
		border: none;
		width: 100%;
		padding: 15px;
		margin: 12.5px 0 0 0;
		border: 0;
	}

	.dv-call-to-actions .dv-call-to-actions-inner a:last-child {
		border: 0;
		border-bottom: none;
		margin-bottom: 12.5px;
	}
}

.dv-call-to-actions .dv-call-to-actions-inner a:last-child {
	border-right: none;
}

.dv-call-to-actions .dv-call-to-actions-inner a:hover {
	background: var(--primary-color);
}

.dv-model-carousel-outer {
	margin: 25px 25px 0 25px;
}

.dv-model-carousel-outer .dv-model-carousel-item-info-model,
.dv-model-carousel-outer .dv-model-carousel-item-info-stock span {
	font-family: 'ToyotaType', sans-serif !important;
}

.dv-hp-specials-carousel-container-wrapper {
	margin-left: 25px;
	margin-right: 25px;
}

.dv-reviews-carousel {
	margin: 25px 0;
}

.dv-reviews-carousel .dv-reviews-carousel-title a {
	text-transform: none !important;
	font-size: 14px !important;
	letter-spacing: normal !important;
	padding-bottom: 14px !important;
}

.dv-service-wrapper {
	background-image: url("https://bucket.dealeralchemist.com/toyota-digital/toyota-service-center-garage-background.png?auto=compress%2Cformat&ixlib=php-1.2.1");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding: 8rem 2rem;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-flow: column nowrap;
	justify-content: center;
	position: relative;
	margin: 25px 25px 0 25px;
}

@media screen and (max-width: 768px) {
	.dv-service-wrapper {
		background-attachment: scroll;
	}
}

.dv-service-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 21, 24, 0.75);
	z-index: 0;
}

.dv-service-wrapper p {
	color: #fff;
	text-transform: uppercase;
	z-index: 1;
}

.dv-service-wrapper p.dv-service-wrapper-header {
	font-size: 120px;
	font-family: 'ToyotaType', sans-serif !important;
	font-weight: bold;
}

@media screen and (max-width: 1280px) {
	.dv-service-wrapper p.dv-service-wrapper-header {
		font-size: 48px;
	}
}

@media screen and (max-width: 1024px) {
	.dv-service-wrapper p.dv-service-wrapper-header {
		font-size: 24px;
	}
}

.dv-service-wrapper p.dv-service-wrapper-sub-header {
	text-transform: none;
	font-size: 24px;
	margin: 50px 0;
}

@media screen and (max-width: 1280px) {
	.dv-service-wrapper p.dv-service-wrapper-sub-header {
		font-size: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.dv-service-wrapper p.dv-service-wrapper-sub-header {
		font-size: 16px;
	}
}

.dv-service-wrapper .dv-service-cta-wrapper {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	text-transform: uppercase;
	text-align: center;
	justify-content: center;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	.dv-service-wrapper .dv-service-cta-wrapper {
		flex-flow: column wrap;
	}
}

.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item:first-child {
	margin-right: 12.5px;
}

.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item:first-child a {
	background-color: #fff;
	color: var(--primary-color);
	border: 2px solid #fff;
}

.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item:first-child a:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item:last-child {
	margin-left: 12.5px;
}

.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item:last-child a {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item:last-child a:hover {
	background-color: #fff;
	color: var(--primary-color);
}

@media screen and (max-width: 1024px) {
	.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item:first-child {
		margin: 0;
		margin-bottom: 0.5rem;
	}

	.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item:last-child {
		margin: 0;
		margin-top: 0.5rem;
	}

	.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item a {
		width: 100%;
	}
}

.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item a {
	padding: 12.5px 25px;
	font-weight: 500;
	display: block;
	-webkit-transition: 100ms ease-in-out;
	-moz-transition: 100ms ease-in-out;
	-o-transition: 100ms ease-in-out;
	-webkit-transition: 100ms ease-in-out;
	-moz-transition: 100ms ease-in-out;
	-o-transition: 100ms ease-in-out;
	transition: 100ms ease-in-out;
	font-size: 14px;
	text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
	.dv-service-wrapper .dv-service-cta-wrapper .dv-service-cta-item a {
		font-size: 14px;
	}
}

.dv-seo {
	padding: 100px 0;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.dv-seo {
		padding-top: 25px;
	}
}

.dv-seo h4 {
	font-size: 24px;
	color: #bcc4cc;
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.dv-seo h4 {
		font-size: 18px;
	}
}

.dv-seo h1 {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 12.5px;
	color: #141518;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.dv-seo h1 {
		font-size: 28px;
	}
}

.dv-seo h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	margin: 0;
	font-weight: normal;
	letter-spacing: 2px;
}

.dv-seo p {
	font-size: 14px;
	color: #000;
	line-height: 150%;
	text-transform: inherit;
}

.dv-seo .dv-seo-inner {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
}

.dv-seo .dv-seo-inner .dv-seo-column .dv-seo-column-inner {
	text-align: center;
	max-width: 65vw;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.dv-seo .dv-seo-inner .dv-seo-column .dv-seo-column-inner {
		max-width: 100%;
	}
}

.dv-seo .dv-seo-inner .dv-seo-column .seo-more {
	display: none;
	padding-top: 25px;
}

.dv-seo .dv-seo-inner .dv-seo-column .seo-more-btn {
	margin-top: 25px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: transparent;
	color: #000;
	padding: 12.5px;
	padding-left: 10px;
}

.dv-seo .dv-seo-inner .dv-seo-column .seo-more-btn i {
	color: var(--primary-color);
	font-size: 28px;
	vertical-align: text-top;
}

.dv-seo .dv-seo-inner .dv-seo-column .seo-more-btn:hover {
	cursor: pointer;
}

.dv-seo .dv-seo-inner .dv-seo-column:first-child {
	padding: 0 100px;
	flex-basis: 100%;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.dv-seo .dv-seo-inner .dv-seo-column {
		flex-basis: 100%;
		width: 100%;
	}

	.dv-seo .dv-seo-inner .dv-seo-column:first-child {
		padding: 0 25px;
	}
}

.index-main * {
	box-sizing: border-box;
}
