.p-relative {
	position: relative;
}

.find-a-physician-map__container {
	display: flex;
	flex-wrap: wrap;
}

.find-a-physician-map__filters-toggle {
	display: none;
}

.find-a-physician-map__filters-container {
	width: 100%;
}

.find-a-physician-map__filters {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #e2e2e2;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
}

.find-a-physician-map__filter-overlay {
	padding: 0 8px;
	flex: 1;
}

.find-a-physician-map__filter-overlay--address {
	flex: 1.5;
}

.find-a-physician-map__filter-overlay--span {
	font-weight: 600;
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
	flex: 0;
}

.find-a-physician-map__filters .find-a-physician-map__filter-label {
	display: block;
	color: black;
	font-weight: 600;
	margin-bottom: 0.25rem;
	display: none !important;
}

.find-a-physician-map__filters .find-a-physician-map__filter {
	border: 1px solid #707070 !important;
	width: 100%;
	background: white !important;
	padding: 10px!important;
	border-radius: 0 !important;
	color: #000000;
	font-weight: 500px;;
}

.find-a-physician-map__filters .find-a-physician-map__filter--address {
	padding-right: 60px!important;
}

.find-a-physician-map__filter--address-overlay {
	position: relative;
}

.find-a-physician-map__filters .find-a-physician-map__filter--address-overlay  .find-a-physician-map__get-address-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: transparent;
	border: none;
	color: black;
	border-left: 1px solid #b9b9b9;
	border-radius: 0;
	padding: 0;
}

.find-a-physician-map__filter-button {
	margin-left: 15px;
	border-color: #024638;
}

.find-a-physician-map__filter-button:hover {
	color: white;
	background-color: #024638;
	text-decoration: none;
	border-radius: 25px;
}

.find-a-physician-map__list {
	flex: 0 0 42%;
	height: 600px;
	overflow-y: auto;
	padding: 20px;
}

.find-a-physician-map-list__no-locations {
	display: none;
}

.find-a-physician-map-list__single {
	border: 1px solid #707070;
	border-radius: 0px;
	margin-bottom: 10px;
	transition: .3s;
	display: flex;
}

.find-a-physician-map-list__single:hover {
	cursor: pointer;
	transform: translateY(-2px);
	box-shadow: 1px 8px 10px #0000001f;
}

.find-a-physician-map-list__single-image-column {
	padding: 20px;
	width: 42%;
}

.find-a-physician-map-list__single-thumbnail {
	height: 150px;
	background-size: cover;
	background-position: center;
	margin-top: 0px;
}

.find-a-physician-map-list__single-distance {
	font-size: 14px;
	text-align: center;
	margin: 5px 0;	
}

.find-a-physician-map-list__single-info-column {
	text-align: center;
	padding: 20px;
	width: 58%;
}

.find-a-physician-map-list__single-title {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	font-weight: 400;
	color: #000;
	text-align: center;
}

.find-a-physician-map-list__single-phone {
	text-align: center;
	line-height: 140%;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #000;
}

.find-a-physician-map-list__single-phone a {
	color: #000 !important;
}

.find-a-physician-map-list__single-phone a:hover {
	color: #000 !important;
}

.find-a-physician-map-list__single-address {
	text-align: center;
	line-height: 140%;
	font-size: 16px;
	margin-bottom: 10px;
}

.find-a-physician-map-list__single-learn-more,
.find-a-physician-map-list__single-get-directions {
	display: block;
	max-width: 200px;
	color: #024638;
	border: 1px solid #024638;
	padding: 7px 10px;
	text-align: center;
	margin: 0px auto 10px auto;
	text-decoration: none;
	border-radius: 25px;
}

.find-a-physician-map-list__single-learn-more:hover,
.find-a-physician-map-list__single-get-directions:hover {
	color: white !important;
	background-color: #024638;
	text-decoration: none;
	border-radius: 25px;
}

.find-a-physician-map {
	display: block;
	height: 600px;
	flex: 1;
}

.find-a-physician-map button[role="menuitemradio"] {
	border-radius: 0;
}

.find-a-physician-info-window {
	width: 400px;
	font-size: 1rem;
	padding: 10px;
	max-width: 100%;
	margin-bottom: 5px;
}

.find-a-physician-info-window .find-a-physician-info-window__title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.find-a-physician-info-window .find-a-physician-info-window__paragraph {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 18px;
}

.find-a-physician-info-window .find-a-physician-info-window__buttons {
	text-align: left;
	margin-bottom: 10px;
}

.find-a-physician-info-window .find-a-physician-info-window__buttons a {
	border-radius: 25px;
	padding: 5px 20px;
	font-size: 16px;
	line-height: 27px;
	background: #024638;
	color: #fff;
	margin-top: 5px;
	display: inline-block;
	text-decoration: none;
}

.find-a-physician-info-window .find-a-physician-info-window__buttons a:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 991px) {
	.find-a-physician-map__filters--mobile {
		width: 100%;
		padding: 20px 15px;
	}

	.find-a-physician-map__container .find-a-physician-map__filters--mobile .find-a-physician-map__filters-toggle {
		display: block;
		width: 100%;
		background: transparent;
		color: black;
		border: none;
		border-bottom: 1px solid black;
		border-radius: 0;
		padding: 12px 5px;
	}

	.find-a-physician-map__filters-toggle::after {
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-left: 10px;
	}

	.find-a-physician-map__filters-container {
		width: 100%;
		position: relative;
	}

	.find-a-physician-map__filters-overlay {
		display: none;
		position: absolute;
		width: 100%;
		background: white;
		z-index: 2;
		top: 0;
		left: 0;
	}

	.find-a-physician-map__filter-overlay--span {
		display: block;
	}

	.find-a-physician-map__filters {
		box-shadow: 0px 8px 8px #0000002e;
		padding: 30px 0;
		flex-wrap: wrap;
		justify-content: center;
	}

	.find-a-physician-map__filter-overlay {
		padding: 0 15px;
		flex: 0 0 100%;
		margin-bottom: 15px;
	}

	.find-a-physician-map__filter-button {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.find-a-physician-map__list {
		flex: 0 0 100%;
		height: 100%;
		order: 2;
		overflow: visible;
		width: 100%;
		padding: 20px 30px;
	}
	
	.find-a-physician-map-list .find-a-physician-map-list__single-image-column {
		padding-right: 0px;
	}

	.find-a-physician-map-list__single-thumbnail {
		margin-top: 8px;
		height: 100px;
		max-width: 170px;
		margin: 0px auto;
	}

	.find-a-physician-map-list__single-title {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.find-a-physician-map-list__single-learn-more,
	.find-a-physician-map-list__single-get-directions {
		font-size: 12px;
		padding: 5px;
		max-width: 140px;
	}

	.find-a-physician-map {
		flex: 0 0 100%;
		height: 500px;
	}

	.find-a-physician-info-window .find-a-physician-info-window__title {
		margin: 0px;
		font-size: 10px;
	}

	.find-a-physician-info-window .find-a-physician-info-window__paragraph,
	.find-a-physician-info-window .find-a-physician-info-window__buttons a {
		font-size: 10px;
	}

	.find-a-physician-map .gm-style-iw {
		max-width: 85vw!important;
	}
}

@media (max-width: 575px) {
	.find-a-physician-map__filter-overlay {
		flex: 0 0 100%;
	}

	.find-a-physician-info-window {
		padding: 0;
	}

	.find-a-physician-info-window .find-a-physician-info-window__buttons a {
		width: 100%;
		margin: 0 0 5px;
	}
}