/* Center for Midwifery project styles.
---------------------------------------------------------------------------- */

:root {
	--cfm-blue: #6987a9;
	--cfm-coral: #c9877d;
	--cfm-gold: #d9b46f;
	--cfm-green: #819b7d;
	--cfm-light-beige: #faf7f2;
	--cfm-light-blue: #e4ecf4;
	--cfm-light-green: #bcd3b8;
	--cfm-navy: #2f435a;
	--cfm-orchid: #b88ba3;
	--cfm-wide-width: 95%;
	--cfm-wrap-width: 90%;
}

/* Typography and global elements
---------------------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: "Inter", sans-serif;
}

body {
	color: var(--cfm-navy);
	font-size: 18px;
	line-height: 1.5;
}

.site-container {
	overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--cfm-navy);
	font-family: "adobe-garamond-pro", Garamond, serif;
	font-weight: 400;
	line-height: 1.05;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 32px;
}

a {
	color: var(--cfm-blue);
}

a:focus,
a:hover {
	color: var(--cfm-coral);
}

:focus-visible {
	outline: 3px solid var(--cfm-gold);
	outline-offset: 3px;
}

.entry-content ul,
.entry-content ol {
	padding-left: 24px;
}

.entry-content > *:not(.alignfull):not(.alignwide) {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--cfm-wrap-width);
}

.full-width-content .site-inner,
.full-width-content .content {
	max-width: none;
	padding: 0;
	width: 100%;
}

.full-width-content .entry {
	margin-bottom: 0;
}

.full-width-content .entry-content > .alignfull,
.full-width-content .entry-content > .wp-block-cover.alignfull {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	width: 100%;
}

.full-width-content .entry-content > .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 20px);
	width: var(--cfm-wrap-width);
}

.full-width-content .entry-content > .alignfull > .wp-block-group__inner-container > .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 20px);
	width: var(--cfm-wrap-width);
}

.section {
	position: relative;
}

.section > .wp-block-group__inner-container,
.section > .wp-block-cover__inner-container {
	position: relative;
	//z-index: 2;
}

.section .section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--cfm-wrap-width);
}

.section .gb-layout-column-wrap[style*="max-width:1170px"] {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.section .wp-block-spacer {
	width: 100%;
}

.delius,
.script-text {
	font-family: "Delius", cursive;
}

.has-xl-font-size {
	line-height: 1.35;
}

/* Buttons
---------------------------------------------------------------------------- */

.site-container .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
	background-color: var(--cfm-coral);
	border: 2px solid var(--cfm-coral);
	border-radius: 5px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	padding: 12px 30px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.site-container .wp-block-button .wp-block-button__link:focus,
.site-container .wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover {
	background-color: var(--cfm-navy);
	border-color: var(--cfm-navy);
	box-shadow: none;
	color: #fff;
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border-color: var(--cfm-coral);
	color: var(--cfm-coral);
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: var(--cfm-coral);
	border-color: var(--cfm-coral);
	color: #fff;
}

.has-navy-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-blue-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-green-background-color .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: #fff;
	color: #fff;
}

.has-navy-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus,
.has-navy-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-blue-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus,
.has-blue-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-green-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus,
.has-green-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--cfm-navy);
}

/* Decorative utilities
---------------------------------------------------------------------------- */

.has-wave-top::before,
.has-wave-bottom::after {
	background-color: var(--wave-color, #fff);
	content: "";
	height: 20px;
	left: 50%;
	-webkit-mask: url("../images/decorative-wave.svg?v=2") center / 100% 20px no-repeat;
	mask: url("../images/decorative-wave.svg?v=2") center / 100% 20px no-repeat;
	min-width: 800px;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 4;
}

.has-wave-top::before {
	bottom: calc(100% - 2px);
}

.has-wave-bottom::after {
	top: calc(100% - 2px);
	transform: translateX(-50%) rotate(180deg);
}

.swoop-decoration {
	height: 46.83px;
	left: 50%;
	min-width: 800px;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.footer-widgets .swoop-decoration {
	z-index: 4;
}

.swoop-decoration::before,
.swoop-decoration::after {
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.swoop-decoration::before {
	background-color: var(--swoop-back, var(--cfm-light-green));
	height: 46.83px;
	-webkit-mask: url("../images/decorative-swoop-back.svg?v=3") center bottom / 100% 46.83px no-repeat;
	mask: url("../images/decorative-swoop-back.svg?v=3") center bottom / 100% 46.83px no-repeat;
	z-index: 1;
}

.swoop-decoration::after {
	background-color: var(--swoop-front, var(--cfm-green));
	height: 26.48px;
	-webkit-mask: url("../images/decorative-swoop-front.svg?v=3") center bottom / 100% 26.48px no-repeat;
	mask: url("../images/decorative-swoop-front.svg?v=3") center bottom / 100% 26.48px no-repeat;
	z-index: 2;
}

.swoop-decoration--bottom {
	top: calc(100% - var(--swoop-overlap, 2px));
}

.swoop-decoration--top {
	bottom: calc(100% - var(--swoop-overlap, 2px));
}

.swoop-decoration--bottom::before,
.swoop-decoration--bottom::after {
	transform: rotate(180deg);
}

.swoop-decoration--shadow.swoop-decoration--bottom {
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 10%));
}

.swoop-decoration--shadow.swoop-decoration--top {
	filter: drop-shadow(0 -4px 3px rgb(0 0 0 / 10%));
}

.swoop-decoration--top::before,
.swoop-decoration--top::after {
	bottom: 0;
	top: auto;
}

.swoop-decoration--top::after {
	bottom: -1px;
}

.has-floral-bg {
	background-image: url("../images/floral-bg.svg?v=2");
	background-position: center calc(0% + 10px);
	background-repeat: no-repeat;
	background-size: cover;
}

.arrow-list {
	list-style: none;
	padding-left: 16px !important;
}

.arrow-list li {
	list-style: none !important;
	line-height: 1.1;
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
}

.arrow-list li::marker {
	content: "";
}

.arrow-list li::before {
	background: url("../images/icon-arrow.svg") center / contain no-repeat;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: -0.1em;
	width: 25px;
}

.has-circles--left,
.has-circles--right {
	height: 0;
	max-width: 100vw !important;
	position: relative;
	z-index: 5;
}

.has-circles--left::before,
.has-circles--left::after,
.has-circles--right::before,
.has-circles--right::after {
	aspect-ratio: 1;
	background-color: #fff;
	border: 1px solid var(--cfm-blue);
	border-radius: 100%;
	content: '';
	display: block;
	opacity: .25;
	pointer-events: none;
	position: absolute;
}

.has-circles--left::before,
.has-circles--right::before {
	transform: translateY(-75%);
	width: 394px;
}

.has-circles--left::before {
	left: 0;
}

.has-circles--right::before {
	right: 0;
	transform: translate(30%,-70%);
}

.has-circles--left::after,
.has-circles--right::after {
	width: 142px;
}

.has-circles--left::after {
	left: 0;
}

.has-circles--right::after {
	right: 0;
	transform: translate(-80%,5%);
}

.has-circles--z-index-fix {
	position: relative;
	z-index: 6;
}

@media only screen and (max-width: 767px) {
	
	.has-circles--left::before {
		
	}
	
	.has-circles--right::before {
		transform: translate(75%,-70%);
	}
	
	.has-circles--left::after {
		
	}
	
	.has-circles--right::after {
		transform: translate(10%,-15%);
	}
	
}


/* Header
---------------------------------------------------------------------------- */

.site-header {
	--swoop-back: #fff;
	--swoop-front: var(--cfm-light-beige);
	--swoop-overlap: 10px;
	background-color: #faf7f2;
	box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
	padding: 0;
	position: relative;
	z-index: 20;
}

.site-header > .wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	position: relative;
	width: calc(100vw - 60px);
}

.site-header > .wrap::before,
.site-header > .wrap::after,
.footer-widgets .wrap::before,
.footer-widgets .wrap::after {
	display: none;
}

.title-area {
	align-items: center;
	display: flex;
	float: none;
	max-width: 310px;
	padding: 10px 0 0;
}

.site-title {
	margin: 0;
	width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

.custom-logo {
	display: block;
	height: auto;
	max-width: 310px;
	width: 100%;
}

.header-widget-area {
	align-self: start;
	font-size: 16px;
	order: -1;
	text-align: center;
	width: 100%;
}

.header-widget-area .widget {
	margin: 0;
}

.header-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: center;
	margin: 0;
}

.header-links a {
	color: var(--cfm-navy);
	text-decoration: none;
}

.header-links .directions-link,
.header-links .phone-link,
.header-links .payment-link {
	align-items: center;
	display: inline-flex;
	gap: 5px;
	margin-top: 9px;
}

.header-links .directions-link::before,
.header-links .phone-link::before,
.header-links .payment-link::before {
	background-color: var(--cfm-blue);
	content: "";
	display: block;
	height: 25px;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: background-color .2s ease-in-out;
	width: 25px;
}

.header-links .directions-link::before {
	width: 18px;
}

.header-links .directions-link::before {
	-webkit-mask-image: url("../images/icon-pin.svg");
	mask-image: url("../images/icon-pin.svg");
}

.header-links .phone-link::before {
	-webkit-mask-image: url("../images/icon-phone.svg");
	mask-image: url("../images/icon-phone.svg");
}

.header-links .payment-link::before {
	-webkit-mask-image: url("../images/icon-payment.svg");
	mask-image: url("../images/icon-payment.svg");
}

.header-links a:focus,
.header-links a:hover {
	color: var(--cfm-coral);
}

.header-links .directions-link:focus::before,
.header-links .directions-link:hover::before,
.header-links .phone-link:focus::before,
.header-links .phone-link:hover::before,
.header-links .payment-link:focus::before,
.header-links .payment-link:hover::before {
	background-color: var(--cfm-coral);
}

.header-links .portal-link {
	background-color: var(--cfm-coral);
	border-radius: 0 0 5px 5px;
	color: #fff;
	padding: 18px 20px 9px;
}

.header-links .portal-link:focus,
.header-links .portal-link:hover {
	background-color: var(--cfm-navy);
	color: #fff;
}

.menu-toggle {
	align-self: end;
	color: var(--cfm-navy);
	margin-left: auto;
	margin-right: 0;
}

.menu-toggle:focus, 
.menu-toggle:hover, 
.sub-menu-toggle:focus, 
.sub-menu-toggle:hover {
	color: var(--cfm-coral);
}

.nav-primary {
	padding: 15px 0;
}

.genesis-nav-menu a {
	color: var(--cfm-navy);
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: var(--cfm-coral);
}

.genesis-nav-menu .sub-menu a {
	background-color: transparent;
	font-size: 16px;
	text-align: left;
}

/* Hero
---------------------------------------------------------------------------- */

.hero .wp-block-cover__background {
	display: none;
}

.hero .wp-block-cover__image-background {
	pointer-events: none;
}

.hero .wp-block-cover__inner-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--cfm-wrap-width);
}

.hero-message {
	max-width: 50%;
}

.hero h1 {
	color: var(--cfm-navy);
	font-size: 46px;
	margin-bottom: 18px;
}

.hero p {
	color: var(--cfm-navy);
	font-size: 20px;
}

/* Homepage CTA
---------------------------------------------------------------------------- */

.home-cta {
	--swoop-back: #fff;
	--swoop-front: var(--cfm-blue);
	color: #fff;
	text-align: center;
	z-index: 1;
}

 .highlights {
	overflow: visible;
}

.full-width-content .entry-content > .home-cta.alignfull > .wp-block-group__inner-container > .alignwide {
	max-width: 90%;
}

.home-cta .gb-layout-column-wrap {
	gap: 60px 25px;
}

.home-cta .highlight-card {
	position: relative;
}

.home-cta .highlight-card::after {
	background-color: #547596;
	border-radius: 24px;
	content: '';
	display: block;
	left: 8px;
	height: 100%;
	position: absolute;
	top: 8px;
	width: 100%;
	z-index: -1;
}

.home-cta .gb-block-layout-column-inner {
	border: 1px solid var(--cfm-navy);
	border-radius: 24px;
	height: 100%;
	padding: 18px;
}

.home-cta .highlight-card figure {
	margin: -30px auto 0;
	transform: translateY(-10px);
}

.home-cta .highlight-card img {
	height: 38px;
	object-fit: contain;
	width: 45px;
}

.home-cta .highlight-card p {
	margin-bottom: 2px;
}

.home-cta .highlight-card .cta-title {
	font-family: "adobe-garamond-pro", Garamond, serif;
	line-height: 1;
	margin-bottom: 10px;
}

/* Services
---------------------------------------------------------------------------- */

.services {
	--wave-color: var(--cfm-light-blue);
}

.services .gb-layout-column-wrap {
	gap: 60px 30px;
	position: relative;
	z-index: 6;
}

.service-card .gb-block-layout-column-inner {
	background-color: #fff;
	border: 1px solid #b1cde8;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgb(47 67 90 / 20%);
	height: 100%;
	padding: 0 36px 30px;
	text-align: center;
}

.service-card figure {
	margin: -20px auto 0;
	transform: translateY(-18px);
}

.service-card img {
	height: 96px;
	object-fit: contain;
	width: 110px;
}

.service-card h3 {
	margin: -4px 0 12px;
}

.service-card .wp-block-button__link {
	background-color: transparent !important;
	border: 0 !important;
	color: var(--cfm-blue) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.08em;
	padding: 8px 20px !important;
	text-transform: uppercase;
}

.service-card .wp-block-button__link:focus,
.service-card .wp-block-button__link:hover {
	background-color: var(--cfm-blue) !important;
	color: #fff !important;
}

/* Different care
---------------------------------------------------------------------------- */

.different-care {
	overflow: hidden;
	position: relative;
}

.different-care .wp-block-media-text,
.interior-section .wp-block-media-text {
	position: relative;
	z-index: 2;
}

.different-care .wp-block-media-text__content,
.interior-section .wp-block-media-text__content {
	padding-left: max(10%, calc((100vw - 1170px) / 2));
	padding-right: 7%;
}

.different-care .wp-block-media-text__media img,
.interior-section .wp-block-media-text__media img {
	border-radius: 48px 0 0 48px;
	object-fit: cover;
}

.interior-section .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
	padding-left: 7%;
	padding-right: max(5%, calc((100vw - 1170px) / 2));
}

.interior-section .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media img {
	border-radius: 0 48px 48px 0;
}

.different-care .arrow-list {
	color: var(--cfm-blue);
	font-weight: 600;
}

/* Providers
---------------------------------------------------------------------------- */

.meet-team {
	--wave-color: #fff;
	//overflow: hidden;
	text-align: center;
}

.meet-team-header {
	margin: 0 auto 38px;
}

.meet-team .wp-block-buttons {
	flex-basis: 100%;
	width: 100%;
}

.provider-slider-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	overflow: visible;
	position: relative;
}
.provider-slider-wrap::before,
.provider-slider-wrap::after {
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 10vw;
	z-index: 5;
}

.provider-slider-wrap::before {
	background: linear-gradient(90deg, #fff 15%, rgb(255 255 255 / 0%));
	left: 0;
}

.provider-slider-wrap::after {
	background: linear-gradient(270deg, #fff 15%, rgb(255 255 255 / 0%));
	right: 0;
}

.provider-slider-wrap .bx-wrapper {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0 auto 36px;
	max-width: 100% !important
}

.provider-slider-wrap .bx-viewport {
	padding-top: 5px;
}

.provider-card {
	text-align: center;
}

.provider-card a {
	color: var(--cfm-navy);
	display: block;
	text-decoration: none;
}

.provider-card a .provider-card-image img {
	transition: all .2s ease-in-out;
}

.provider-card a:focus .provider-card-image img,
.provider-card a:hover .provider-card-image img {
	filter: brightness(110%);
	transform: scale(1.025);
}

.provider-card-image {
	aspect-ratio: 1;
	display: block;
	height: auto;
	margin: 0 auto 18px;
	position: relative;
	width: 100%;
}

.provider-card-image::after {
	background-color: var(--cfm-green);
	border-radius: 50%;
	content: "";
	inset: 8px -8px -8px 8px;
	position: absolute;
	z-index: -1;
}

.provider-card:nth-child(6n + 2) .provider-card-image::after {
	background-color: var(--cfm-light-blue);
}

.provider-card:nth-child(6n + 3) .provider-card-image::after {
	background-color: var(--cfm-coral);
}

.provider-card:nth-child(6n + 4) .provider-card-image::after {
	background-color: var(--cfm-blue);
}

.provider-card:nth-child(6n + 5) .provider-card-image::after {
	background-color: var(--cfm-gold);
}

.provider-card:nth-child(6n) .provider-card-image::after {
	background-color: var(--cfm-orchid);
}

.provider-card-image img,
.provider-card-placeholder {
	aspect-ratio: 1;
	background-color: var(--cfm-light-beige);
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.provider-card-name {
	display: block;
	font-family: "adobe-garamond-pro", Garamond, serif;
	font-size: 21px;
	line-height: 1.1;
}

.provider-grid {
	display: grid;
	gap: 48px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}

.provider-grid-group {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 30px;
	justify-content: center;
}

.provider-grid .provider-card {
	flex: 0 1 200px;
	margin: 0;
	max-width: 200px;
	width: 100%;
}

.provider-grid .provider-grid-owners .provider-card {
	flex-basis: 250px;
	max-width: 250px;
	width: 100%;
}

.provider-slider-wrap .bx-controls-direction a {
	background: url("../images/icon-arrow.svg") center / 40px no-repeat;
	height: 40px !important;
	margin-top: -45px;
	width: 40px !important;
	z-index: 8;
}

.provider-slider-wrap .bx-prev,
.provider-slider-wrap .bx-next {
	transition: transform .2s ease-in-out;
}

.provider-slider-wrap .bx-prev {
	left: 20px !important;
	transform: rotate(180deg);
}

.provider-slider-wrap .bx-next {
	right: 20px !important;
}

.provider-slider-wrap .bx-wrapper .bx-prev:focus,
.provider-slider-wrap .bx-wrapper .bx-prev:hover {
	background-position: center;
	transform: rotate(180deg) translateX(5px);
}

.provider-slider-wrap .bx-wrapper .bx-next:focus,
.provider-slider-wrap .bx-wrapper .bx-next:hover {
	background-position: center;
	transform: translateX(5px);
}

.provider-slider-wrap .bx-wrapper .bx-controls-direction a:focus-visible {
	outline: 3px solid var(--cfm-gold);
	outline-offset: 3px;
}

/* Internal pages
---------------------------------------------------------------------------- */

.interior-hero,
.interior-cta {
	text-align: center;
}

.interior-hero .wp-block-image {
	margin: 0;
}

.interior-hero .eyebrow {
	color: var(--cfm-blue);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.interior-section h2:first-child,
.interior-section h3:first-child {
	margin-top: 0;
}

.interior-cta,
.interior-cta h2,
.interior-cta h3 {
	color: #fff;
}

.client-content-needed {
	border-left: 5px solid var(--cfm-gold);
}

.client-content-needed h3 {
	color: var(--cfm-coral);
}

.service-detail-card {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgb(47 67 90 / 10%);
	height: 100%;
	padding: 34px;
}

.service-detail-card h3 {
	margin-top: 0;
}

.service-detail-card p:last-child {
	margin: 0;
}

.single-provider .entry-header {
	background-color: var(--cfm-light-blue);
	margin: 0;
	padding: 80px 5% 70px;
	text-align: center;
}

.single-provider .entry-title {
	font-size: 52px;
	margin: 0 auto;
	max-width: var(--cfm-wrap-width);
}

.single-provider .entry-content {
	background-color: #fff;
	padding: 80px 0 120px;
	position: relative;
}

.single-provider .entry-content::before {
	background-color: #fff;
	bottom: calc(100% - 2px);
	content: "";
	display: block;
	height: 20px;
	left: 50%;
	-webkit-mask: url("../images/decorative-wave.svg?v=2") center / 100% 20px no-repeat;
	mask: url("../images/decorative-wave.svg?v=2") center / 100% 20px no-repeat;
	min-width: 800px;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
	z-index: 4;
}

.single-provider .entry-content > .provider-featured-image {
	--provider-image-accent: var(--cfm-green);

	aspect-ratio: 1;
	float: right;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: calc(max(0px, calc((100% - var(--cfm-wrap-width)) / 2)) + 8px);
	margin-top: 0;
	max-width: min(50%, 400px);
	position: relative;
	width: 100%;
}

.single-provider .provider-featured-image::after {
	background-color: var(--provider-image-accent);
	border-radius: 50%;
	content: "";
	inset: 8px -8px -8px 8px;
	position: absolute;
	z-index: 0;
}

.single-provider .provider-featured-image__image {
	aspect-ratio: 1;
	background-color: var(--cfm-light-beige);
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
	display: block;
	height: auto;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

.contact-details .gb-block-layout-column-inner {
	padding: 42px 0;
}

.contact-map,
.contact-map > div {
	height: 100%;
}

.contact-map iframe {
	border: 0;
	border-radius: 48px 0 0 48px;
	display: block;
	height: 100%;
	width: 100%;
}

/* Right place
---------------------------------------------------------------------------- */

.right-place {
	--swoop-back: var(--cfm-light-green);
	--swoop-front: var(--cfm-green);
	clip-path: inset(-60px 0 0);
	color: #fff;
	overflow: visible;
}

.right-place h2 {
	color: #fff;
}

.right-place .gb-layout-column-wrap {
	align-items: center;
}

.right-place .reassurance-grid .gb-layout-column-wrap {
	gap: 14px;
}

.right-place .reassurance-grid .gb-block-layout-column {
	height: 100%;
}

.right-place .reassurance-grid .gb-block-layout-column-inner {
	align-items: center;
	background-color: #fff;
	border-radius: 18px;
	color: var(--cfm-navy);
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 100px;
	padding: 20px;
	text-align: center;
}

.right-place .reassurance-grid .gb-block-layout-column-inner p:last-child {
	margin: 0;
}

.right-place .vine-decoration {
	bottom: -100px;
	pointer-events: none;
	position: absolute;
	right: max(-130px, calc((100vw - 1170px) / 2 - 130px));
	width: 640px;
	z-index: -1;
}

/* Location
---------------------------------------------------------------------------- */

.location {
	--wave-color: var(--cfm-light-beige);
}

.location .gb-layout-column-wrap {
	align-items: center;
	gap: 0;
}

.location-map,
.location-map > div {
	height: 100%;
}

.location-map iframe {
	border: 0;
	border-radius: 0 42px 42px 0;
	display: block;
	height: 100%;
	width: 100%;
}

.location-copy .gb-block-layout-column-inner {
	padding: 42px 8%;
}

.location .arrow-list {
	color: var(--cfm-blue);
	font-weight: 600;
}

/* Preparing for a visit
---------------------------------------------------------------------------- */

.preparing-visit {
	color: #fff;
	text-align: center;
}

.preparing-visit h2 {
	color: #fff;
}

.preparing-visit .visit-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

/* Footer widgets and site footer
---------------------------------------------------------------------------- */

.site-footer-shell {
	isolation: isolate;
	position: relative;
}

.site-footer-shell::after {
	background: url("../images/decorative-footer-flowers.svg") center / contain no-repeat;
	bottom: 0;
	content: "";
	display: block;
	height: 277px;
	opacity: 0.95;
	pointer-events: none;
	position: absolute;
	right: max(0px, calc(((100vw - var(--cfm-wrap-width)) / 2)));
	transform: translateX(50%);
	width: 259px;
	z-index: 1;
}

.footer-widgets {
	--swoop-back: var(--cfm-light-blue);
	--swoop-front: var(--cfm-navy);
	background-color: var(--cfm-navy);
	border: 0;
	color: #fff;
	margin-top: -15px;
	padding: 84px 0;
	position: relative;
}

.footer-widgets .wrap {
	align-items: center;
	display: grid;
	gap: 58px;
	max-width: var(--cfm-wrap-width);
	position: relative;
	z-index: 2;
}

.footer-widget-area {
	float: none;
	margin-bottom: 0;
	padding: 0;
	width: auto;
}

.footer-widgets-1 {
	max-width: 350px;
	width: 100%;
}

.footer-widgets-2 {
	width: 100%;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

.footer-widgets .widget:last-child,
.footer-widgets .widget-wrap > :last-child {
	margin-bottom: 0;
}

.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4 {
	color: #fff;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets-1 .widget_media_image img,
.footer-widgets-1 .wp-block-image img,
.footer-logo {
	height: auto;
	max-width: 350px;
	width: 100%;
}

.footer-widgets-1 .widget_text,
.footer-widgets-1 .widget_block,
.footer-contact {
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
}

.footer-widgets-1 p {
	margin-bottom: 20px;
}

.footer-widgets-1 a.phone {
	display: block;
	font-family: "adobe-garamond-pro", Garamond, serif;
	font-size: 44px;
	margin: 10px auto -15px;
	text-decoration: none;
}

.footer-widgets-1 a.phone:focus,
.footer-widgets-1 a.phone:hover {
	color: var(--cfm-coral);
}

.footer-widgets .simple-social-icons {
	margin-top: 30px;
}

.footer-widgets-2 .widget-title,
.footer-widgets-2 .wp-block-heading,
.footer-cta-heading {
	border-bottom: 1px solid #fff;
	font-size: 52px;
	font-weight: 400;
	line-height: .9;
	margin: 0 0 20px;
	padding-bottom: 12px;
	width: 100%;
}

.footer-widgets .button,
.footer-widgets .footer-button,
.site-container .footer-widgets .wp-block-button .wp-block-button__link {
	background-color: var(--cfm-coral);
	border: 2px solid var(--cfm-coral);
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

.footer-widgets .button:focus,
.footer-widgets .button:hover,
.footer-widgets .footer-button:focus,
.footer-widgets .footer-button:hover,
.site-container .footer-widgets .wp-block-button .wp-block-button__link:focus,
.site-container .footer-widgets .wp-block-button .wp-block-button__link:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--cfm-navy);
}

.site-footer {
	background-color: #343a40;
	border: 0;
	color: #a7a9ac;
	font-size: 14px;
	font-weight: 400;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.site-footer::before {
	background-color: #343a40;
	content: "";
	display: block;
	height: 20px;
	left: 50%;
	-webkit-mask: url("../images/decorative-wave.svg?v=2") center / 800px 20px no-repeat;
	mask: url("../images/decorative-wave.svg?v=2") center / 800px 20px no-repeat;
	position: absolute;
	top: -18px;
	transform: translateX(-50%);
	width: 100%;
}

.site-footer .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--cfm-wrap-width);
	position: relative;
	z-index: 2;
}

.site-footer a {
	color: #a7a9ac;
	text-decoration: none;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #fff;
}

/* Responsive adjustments
---------------------------------------------------------------------------- */

@media only screen and (max-width: 535px) {

	.provider-slider-wrap .bx-viewport {
		margin-left: auto;
		margin-right: auto;
		max-width: min(230px, calc(100% - 120px));
		overflow: visible !important;
	}

}

@media only screen and (max-width: 800px) {
	
	.hero {
		align-items: flex-end;
		min-height: 650px;
		padding-bottom: 56px;
	}
	
	.hero .wp-block-cover__background {
		background: linear-gradient(90deg, rgb(250 247 242 / 92%), rgb(250 247 242 / 42%));
		display: block;
		opacity: 1;
	}
	
	.hero-message {
		max-width: none;
	}
	
}

@media only screen and (max-width: 767px) {

	h1,
	.hero h1 {
		font-size: 42px;
	}

	.single-provider .entry-title {
		font-size: 42px;
	}

	h2 {
		font-size: 38px;
	}
	
	.footer-widgets {
		text-align: center;
	}
	
	.footer-widgets-1 {
		margin: 0 auto;
	}

	.footer-widgets-2 .widget-title,
	.footer-widgets-2 .wp-block-heading,
	.footer-cta-heading {
		font-size: 38px;
	}

	.different-care .wp-block-media-text.is-stacked-on-mobile,
	.interior-section .wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}

	.different-care .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,
	.interior-section .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
		padding: 42px 5% 0;
	}

	.different-care .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
	.interior-section .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
		min-height: 340px;
	}

	.different-care .wp-block-media-text__media img,
	.interior-section .wp-block-media-text__media img {
		border-radius: 0;
	}

	.provider-slider-wrap::before,
	.provider-slider-wrap::after {
		width: 45px;
	}

}

@media only screen and (min-width: 600px) {

	.site-header > .wrap {
		width: calc(100% - 60px);
	}

}

@media only screen and (min-width: 601px) {

	.full-width-content .entry-content > .alignwide {
		width: var(--cfm-wide-width);
	}

	.full-width-content .entry-content > .alignfull > .wp-block-group__inner-container > .alignwide {
		width: var(--cfm-wide-width);
	}
	
	.header-links {
		justify-content: flex-end;
	}
	
	.home-cta > .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "col1 col2" "col3 col4";
	}

	.right-place > .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: grid;
		grid-template-areas: "col1" "col2";
		grid-template-columns: minmax(0, 1fr);
	}

	.right-place .reassurance-grid > .gb-layout-column-wrap {
		display: grid;
		grid-template-areas: "col1 col2 col3";
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gb-block-container:has(.contact-map) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.gb-block-container:has(.contact-map) > .gb-container-inside {
		margin-left: auto;
		margin-right: 0;
		max-width: none;
		width: calc(50vw + (var(--cfm-wrap-width) / 2));
	}

	.gb-block-container:has(.contact-map) > .gb-container-inside > .gb-container-content {
		max-width: none !important;
		width: 100%;
	}

	.contact-details .gb-block-layout-column-inner {
		padding-right: 8%;
	}

	.wp-block-genesis-blocks-gb-columns:has(.contact-map) > .gb-layout-column-wrap {
		gap: 0;
		grid-template-columns: calc(100% - 50vw) 50vw;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
		width: 100%;
	}

}

@media only screen and (min-width: 768px) {

	.has-wave-top::before,
	.site-footer::before {
		left: 50%;
		-webkit-mask-size: 100% 20px;
		mask-size: 100% 20px;
		transform: translateX(-50%);
		width: 1600px;
	}

	.has-wave-bottom::after {
		left: 50%;
		transform: translateX(-50%) rotate(180deg);
		width: 1600px;
	}

	.swoop-decoration {
		width: 1600px;
	}

	.hero h1 {
		font-size: 58px;
	}

	.services > .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: grid;
		grid-template-areas: "col1 col2";
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.location > .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: grid;
		grid-template-areas: "col1 col2";
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.location-map {
		margin-left: 0;
	}

	.footer-widgets .wrap {
		grid-template-columns: minmax(0, min(350px, calc(50% - 58px))) minmax(0, 50%);
		justify-content: space-between;
	}

	.footer-widgets-2 .widget-title,
	.footer-widgets-2 .wp-block-heading,
	.footer-cta-heading {
		width: 100%;
	}

}

@media only screen and (min-width: 800px) {

	.right-place > .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		grid-template-areas: "col1 col2";
		grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
	}

}

@media only screen and (min-width: 1024px) {

	:root {
		--cfm-wide-width: calc(50% + 480px);
		--cfm-wrap-width: 90%;
	}

	.site-header > .wrap {
		align-items: center;
		display: grid;
		gap: 0 30px;
		grid-template-columns: 1fr auto;
		grid-template-rows: auto auto;
	}

	.title-area {
		grid-column: 1;
		grid-row: 1 / 3;
		width: 100%;
	}

	.header-widget-area {
		grid-column: 2;
		grid-row: 1;
		order: initial;
		text-align: right;
	}

	.js .nav-primary {
		display: block;
		grid-column: 2;
		grid-row: 2;
		padding: 0;
	}

	.nav-primary {
		clear: none;
		float: none;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu {
		text-align: right;
	}

	.nav-primary .genesis-nav-menu a {
		padding: 14px 10px;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: #fff;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	
	.home-cta > .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: grid;
		grid-template-areas: "col1 col2 col3 col4";
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.location > .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		grid-template-columns: 50vw calc(var(--cfm-wrap-width) / 2);
		margin-left: 0 !important;
		margin-right: auto !important;
		max-width: none !important;
		width: calc(50vw + (var(--cfm-wrap-width) / 2));
	}

	.footer-widgets-2 .widget-title,
	.footer-widgets-2 .wp-block-heading,
	.footer-cta-heading {
		width: calc(100% + ((100vw - var(--cfm-wrap-width) - 15px) / 2));
	}

}

@media only screen and (min-width: 1240px) {

	:root {
		--cfm-wide-width: calc(50% + 585px);
		--cfm-wrap-width: 1170px;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.hero-message {
		max-width: 610px;
	}

}

@media only screen and (min-width: 1600px) {

	.has-wave-bottom::after,
	.has-wave-top::before,
	.site-footer::before,
	.swoop-decoration {
		width: 100vw;
	}

}

@media only screen and (max-width: 600px) {

	.header-links .directions-link,
	.header-links .payment-link {
		font-size: 0;
	}

	.single-provider .entry-content > .provider-featured-image {
		float: none;
		margin: 0 auto 40px;
		max-width: min(calc(var(--cfm-wrap-width) - 16px), 400px);
		text-align: center;
	}

	.gb-block-container:has(.contact-map) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.gb-block-container:has(.contact-map) > .gb-container-inside {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
		width: 100%;
	}

	.gb-block-container:has(.contact-map) > .gb-container-inside > .gb-container-content {
		max-width: none !important;
		width: 100%;
	}

	.contact-details .gb-block-layout-column-inner {
		padding: 42px 5%;
	}

	.wp-block-genesis-blocks-gb-columns:has(.contact-map) > .gb-layout-column-wrap {
		gap: 0;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
		width: 100%;
	}

	.wp-block-genesis-blocks-gb-columns:has(.service-detail-card) > .gb-layout-column-wrap {
		gap: 30px;
	}

	.provider-grid {
		max-width: 250px;
	}

	.service-detail-card {
		margin-left: auto;
		margin-right: auto;
	}
	
	.site-header > .wrap {
		max-width: 90%;
	}
	
	.title-area {
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.menu-toggle {
		float: none;
		margin: 0 auto;
	}
	
	.site-header .widget-area {
		margin-bottom: 10px;
	}
	
	.header-links {
		gap: 8px 20px;
	}
	
	.header-links .portal-link {
		order: -1;
		width: 100%;
	}
	
	.header-links .directions-link, 
	.header-links .phone-link {
		//font-size: 0;
	}
	
	.contact-map iframe,
	.location-map iframe {
		border-radius: 0;
		min-height: 380px;
	}
	
}

@media (prefers-reduced-motion: reduce) {

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

}
