:root {
	--primary:#721520;
	--secondary: #FFF;
	--tertiary: #484a4a;
	--accent: #9b1b2b;
}
html {
	scroll-behavior: smooth;
}
.new-lp {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	display: flex;
	flex-direction: column;
	position: relative;
}

.lp-header {
	width: 100%;background: #FFFFFF;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 46px 0;
	position: relative;
	z-index: 2;
}
#lp-relative {
	opacity: 0;
}
#lp-sticky {
	position: fixed;
	top: 0;
	left: 0;
}
.lp-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	max-width: 90vw;
}
.lp-btn {
	background-color: var(--tertiary);
	color: white;
	text-transform: uppercase;
	border-radius: 100px;
	padding: 10px 20px;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	box-sizing: border-box;
	transition: all .6s ease;
}
.lp-btn:visited {
	color: white;
}
.lp-btn:hover {
	background-color: var(--accent);
	color: white;
}
.lp-header-container > .lp-btn {
	width: 240px;
}
.lp-header-container > img {
	width: 300px;
}
.lp-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#lp-mobile {
	display: none;
}
.lp-banner > img {
	width: 100%;
}
.lp-banner-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
}
.lp-banner-caption {
	width: 50%;
}
.lp-banner-caption > h1 {
	color: var(--primary);
	margin-bottom: 0;
	font-weight: bold;
	font-size: 64px;
}
.lp-callouts {
	width: 100%;
	padding: 96px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}
.lp-callouts-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
}
.lp-callout {
	width: calc(33.333% - 32px);
	margin: 16px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	background-color: white;
	overflow: hidden;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lp-callout-top {
	width: 100%;
	background-color: var(--primary);
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px 0px 50% 50%;
	/* box-sizing: border-box; */
}
.lp-callout-top > i {
	font-size: 80px;
	color: var(--accent);
}
.lp-callout-bottom {
	padding: 20px 80px 40px 80px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.lp-callout-bottom > h3 {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 23px;
}
.lp-callout-bottom > .lp-btn {
	width: 100%;
}
.lp-about {
	background-color: var(--secondary);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 96px 0;
}
.lp-about-container {
	display: flex;
	align-items: center;
	width: 1200px;
	max-width: 90vw;
}
.lp-about-container > img {
	width: calc(50% - 53px);
	margin-right: 53px;
	border-radius: 16px;
}
.lp-about-right {
	width: calc(50% - 53px);
	margin-left: 53px;
}
.lp-about-right > h2 {
	color: var(--primary);
	font-weight: bold;
	font-size: 40px;
}
.lp-services {
	width: 100%;
	background-color: var(--primary);
	padding: 96px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp-services-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.lp-services-container > h2 {
	color: white;
	font-size: 40px;
	font-weight: bold;

}
.lp-services-wrapper {
	width: 800px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.lp-services-wrapper > h3 {
	color: white;
	text-transform: uppercase;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 600;
	margin: 6px;
	width: calc(50% - 12px);
	background-color: var(--tertiary);
}
.lp-doctors {
	width: 100%;
	padding: 96px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp-doctors-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.lp-doctors-container > h2 {
	font-size: 40px;
	color: var(--primary);
	font-weight: bold;
}
.lp-doctors-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
.lp-doctor-card {
	width: calc(33.333% - 38px);
	margin: 19px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lp-doctor-card > img {
	width: 100%;
	margin-bottom: 32px;
	border-radius: 16px;
}
.lp-doctor-card > h3 {
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 0;
}
.lp-location {
	background-color: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 96px 0;
}
.lp-location-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.lp-location-container > h2 {
	color: white;
	font-size: 40px;
	font-weight: bold;
}
.lp-location-container > iframe {
	border-radius: 16px;
}
#lp-footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--secondary);
	padding: 96px 0;
}
.lp-footer-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.lp-footer-container > img {
	margin-bottom: 36px;
	width: 300px;
}
.lp-footer-container a {
	color: var(--tertiary);
	font-weight: bold;
}
.lp-footer-container p > a {
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.lp-header{
		padding: 12px 0;
	}
	.lp-header-container {
		flex-direction: column;
	}
	.lp-header-container > img {
		order: 1;
		margin-bottom: 12px;
		width: 220px;
	}
	.lp-header-container > .lp-btn {
		width: 100%;
	}
	.lp-header-container > .lp-btn:first-of-type {
		order: 2;
		margin-bottom: 5px;
	}
	.lp-header-container > .lp-btn:last-of-type {
		order: 3;
	}
	#lp-desktop {
		display: none;
	}
	#lp-mobile {
		display: block;
	}
	.lp-banner-caption {
		width: 100%;
	}
	.lp-callouts-container {
		flex-direction: column;
	}
	.lp-callout {
		width: 100%;
		margin: 0 0 32px 0;
	}
	.lp-about-container {
		flex-direction: column;
	}
	.lp-about-container > img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.lp-about-right {
		width: 100%;
		margin-left: 0;
	}
	.lp-services-wrapper {
		flex-direction: column;
	}
	.lp-services-wrapper > h3 {
		width: 100%;
		margin: 0 0 12px 0;
	}
	.lp-doctors-wrapper {
		flex-direction: column;
	}
	.lp-doctor-card {
		width: 100%;
		margin: 0 0 38px 0;
	}
}
.page-id-632 #page{
	margin: 0;
	max-width: none;	
	width: 100%;
}
.page-id-632 .entry-header{
	display: none;
}
.page-id-632 #right-sidebar{
	display: none;
}
.page-id-632 .cah-cust-nav-bar-wrapper,
.page-id-632 .cah-cust-nav-bar-floating-nav-wrapper{
	display: none !important;
}
.page-id-632 .page .entry-content{
	margin: 0;
}
.page-id-632 .separate-container{
	padding: 0 !important;
}
.page-id-632 article{
	margin-bottom: 0 !important;
}
.page-id-632 #main{
	margin: 0;
}
.page-id-632 #primary{
	width: 100%;
}
.page-id-632 .header{
	display: none;
}
.page-id-632 .footer-top,
.page-id-632 .site-footer{
	display: none;
}
.page-id-632 .spacer{
	display: none;
}
.page-id-632 #content{
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}
.page-id-632 #sticky-header{
	display: none;
}
.page-id-632 #header{
	display: none !important;
}
.page-id-632 #copyright{
	display: none;
}
.page-id-632 .post-container{
	margin-top: 0;
}
.page-id-632.separate-containers .inside-article{
	padding: 0 !important;
}
.page-id-2096 #footer-widgets, .page-id-2096 .site-info {
   display:none;
}
.page-id-2096 .cah-cust-nav-bar-wrapper {
    display: none;
}
.page-id-2096 header.entry-header {
    display: none !important;
}
.page-id-2096 #lp-relative {
    display: none;
}