/* Half Content Styles */
.half-content {
	background-color: #F7F7F7;
}

.half-content figure {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.half-content figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
}

.half-content.bg-img figure img {
	background-position: right;
	height: auto!important;
	width: auto!important;
}

.half-content .content-style {
	max-width: 100%;
	padding-top: 3.166em;
	padding-bottom: 2.666em;
	padding-right: 6%;
}

.half-content .content-style p {
	margin: 0.5em 0;
}

.half-content.second .content-style {
	padding-left: 6%;
	max-width: 100%;
	text-align: right;
	min-width: 29em;
	padding-right: 0;
}

.half-content .content-style h1 {
	font-size: 1.5em;
}

.half-content .content-style .btn {
	margin-top: 1em;
}

figure.half.img-distortion-fix img {
	object-fit: contain;
}

.half-content.second.local {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.half-content.second.local .half .content-style {
	text-align: left;
}
/* End Half Content Styles */

/* Custom Half Content Styles */
.half-content.mammography figure img {
	background-image: url(/images/MammographyService.jpg) !important;
	background-size: cover;
}

.half-content-container.local .half-content .half .main h1 {
	font-weight: 600;
}

.half-content-container.local .half-content figure img {
	object-fit: cover;
	background-size: cover;
	background-position: 50% 50%;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}

.half-content-container.local.south-oc .half-content.right-img figure img {
	object-position: 34% 50%;
}

.local.south-oc .half-content.left-img.bottom-half figure img {
	background-image: url(/images/Content/Screenshot_98.png) !important;
}

.local.south-oc .half-content.left-img.tele.new figure img {
	background-image: url(/images/regional-intros/OnlineSchedule-Family.jpg) !important;
}

.local.south-oc .half-content.left-img.tele.dif figure img {
	background-image: url(/images/regional-intros/3GenerationalWomen.jpg) !important;
}
/* End Custom Half Content Styles */

/* Responsive @1000px */
@media screen and (max-width: 1000px ) {
	.half-content.bg-img figure img {
		left: 20%;
	}

	.half-content.bg-img figure img.second-img {
		left: 67%;
	}

	.half-content.second .content-style {
		padding-left: 0;
		min-width: auto;
	}
}
/* End Responsive @1000px */

/* Responsive @800px */
@media screen and (max-width: 800px ) {
	.half-content figure {
		display: none;
	}

	.half-content .half {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}
/* End Responsive @800px */
