.dealer .container-fluid {
	max-width: 100% !important;
}
.dealer #map {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	width: 100%;
	background: #00529e;
	color: #fff;
	-webkit-box-shadow: 0 0 0.5em rgb(0 0 0 / 30%);
	box-shadow: 0 0 0.5em rgb(0 0 0 / 30%);
	position: relative;
	min-height: 100vh;
	max-height: 100vh;
	z-index: 101;
	z-index: 2;
}

.dealer iframe {
	outline: none;
}

.dealer > .container-fluid {
	padding-left: 0px;
}

.dealer .dealerHeader {
	position: relative;
	height: 100px;
	line-height: 100px;
}

.dealer .dealerHeader .logo {
	vertical-align: middle;
}

.dealer .finder {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: center;
	height: calc(100vh - 233px);
	justify-content: center;
}

.dealer .dealerFooter {
	margin-top: 100px;
	height: 32px;
	line-height: 32px;
	border-top: 1px solid #eee;
	font-size: 12px;
}

.dealer .dealerFooter ul {
	margin-bottom: 0px;
}

.dealer .dealerFooter ul li a {
	font-size: 12px;
}

.dealer .dealer-overlay {
	display: none;
	position: fixed;
	z-index: 4;
	width: 30%;
	margin-left: 10%;
	margin-top: 15%;
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 1px 4px 8px -1px rgb(0 0 0 / 20%);
}

.dealer .dealer-title {
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.6;
}

.dealer .dealer-address {
	font-size: 14px;
	margin-top: 15px;
}

.dealer button {
	font-size: 48px;
    background: none;
    padding: 0;
    border: none;
    position: absolute;
    top: 14px;
    right: 15px;
    color: #000;
    padding: 0px 7px;
    line-height: 40px;
    border-radius: 50%;
}
.dealer .btn-primary {
	background-color: #1b2ba1;
	border: none;
	border-radius: 0px;
	box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 768px) {
	.dealer .dealerHeader {
		text-align: center;
	}
	.dealer .finder {
		height: auto;
		text-align: center;
		padding: 0px 30px;
		padding-bottom: 30px;
	}
	.dealer .finder h3 {
		text-align: center;
		width: 100%;
	}
	.dealerFooter {
		display: none;
	}
	.container-fluid {
		padding: 0px;
	}
	.container-fluid > .row {
		display: flex;
		margin: 0px;
		flex-direction: column-reverse;
	}
	.container-fluid > .row > div {
		padding: 0px;
	}
	.dealer .dealer-overlay {
    width: 80%;
    top: 0;
    position: absolute;
	}
}

.dealer-overlay{
	margin: 0;
    position: absolute;
    width: 80%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}