/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0.2
Description: An example child theme that can be used as a starting point for custom development.
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

:root {
	/* Palette */
	--blue-color: #006071;
	--green-color: #01a689;
	--tan-color: #f3ece4;
	--red-color: #d64e4e;
	--black-color: #262626;
}

/* --------- FONT FAMILY --------- */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "niveau-grotesk", sans-serif;
}

@media (max-width: 991px) {

	h1,
	h2,
	h3,
	h4 {
		line-height: 1.1;
	}
}

.pointer-events {
	pointer-events: none;
}

ol li {
	margin-bottom: 15px;
}

.ul-no-margin ul {
	margin-bottom: 0;
}

.fa-twitter:before {
	content: '';
	background-image: url("/wp-content/uploads/X_logo_2023-2.svg");
	width: 13px !important;
	height: 13px !important;
	display: inline-block;
	background-repeat: no-repeat;
	margin: auto;
	vertical-align: middle;
}


/* --------- PAGES WITH SIDEBARS/TOGGLES --------- */
@media (min-width: 769px) and (max-width: 1799px) {

	.fl-builder-content .reduced-width-for-sidebar,
	.fl-builder-content .reduced-width-for-sidebar-fullwidth .fl-row-content-wrap {
		padding-right: 225px;
	}
}

/* --------- HIGHLIGHT --------- */
::selection {
	background-color: var(--green-color);
	color: var(--black-color);
}

::-moz-selection {
	background-color: var(--green-color);
	color: var(--black-color);
}

::-o-selection {
	background-color: var(--green-color);
	color: var(--black-color);
}

::-ms-selection {
	background-color: var(--green-color);
	color: var(--black-color);
}

::-webkit-selection {
	background-color: var(--green-color);
	color: var(--black-color);
}

/* --------- UNDO BB RESPONSIVE --------- */
@media (max-width: 768px) {

	#fl-main-content .fl-col-small:not(.fl-col-small-full-width),
	body.single-center .fl-builder-content .fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}
}

/* --------- ARROW BUTTON --------- */
.arrow-button .fl-button::after {
	content: '';
	border-color: #fff;
	position: relative;
	right: -3px;
	top: -2px;
	z-index: 1;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
}

@media (min-width: 768px) {
	.arrow-button.bigger .fl-button::after {
		width: 13px;
		height: 13px;
	}
}

.arrow-button .fl-button,
.fl-page .arrow-button .fl-button,
.fl-page .arrow-button .fl-button:hover {
	border-width: 0;
}


.fl-module-button.whitespace-inherit .fl-button {
	white-space: inherit;
}

/* reverse */
.arrow-button.reverse .fl-button::before {
	content: '';
	border-color: #fff;
	position: relative;
	right: 0;
	top: -2px;
	z-index: 1;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(135deg);
}

.arrow-button.reverse .fl-button::after {
	display: none;
}

/* --------- REGULAR BUTTON --------- */
@media (max-width: 768px) {
	.fl-page .large-btn a.fl-button {
		white-space: normal;
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.fl-page .large-btn a.fl-button {
		white-space: normal;
		text-align: center;
	}
}

/* load more button */
#load-more-btn {
	border-radius: 12px;
	border: 1px solid var(--green-color);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 18px;
}

#load-more-btn:hover {
	border: 1px solid var(--blue-color);
}

/* ------- HTML LINKS ------ */
.tile-link-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
}

.tile-link-wrapper:hover {
	cursor: pointer;
}

/* --------- CALLOUT MODULE --------- */
.no-heading-link a.fl-callout-title-link {
	pointer-events: none;
}

.hide-callout-title .fl-callout-title {
	padding: 0;
}

.fl-module-callout a.fl-callout-cta-link:hover {
	text-decoration: none;
}

/* --------- CALLOUT MODULE - ALIGNED BUTTONS --------- */
@media (min-width: 769px) {
	.align-ctas .fl-col {
		position: relative;
	}

	.align-ctas .fl-callout-button {
		position: absolute;
		bottom: 0px;
		width: 200px;
		left: 50%;
		margin-left: -100px;
		padding-bottom: 30px;
	}

	.align-ctas .fl-callout-text {
		margin-bottom: 80px;
	}
}


/* --------- CALLOUT MODULE - 75 wide column --------- */
/* for employers - covid 19 testing for employers */
.wide-callout-col .icon-on-left-60px .fl-callout-photo {
	width: 5%;
}

/* ----- CLEAR BOTH ----- */
@media (min-width: 769px) and (max-width: 992px) {

	/* found on the general contacts page, online contacts column */
	.clear-both {
		clear: both;
	}
}

/* ----- CHECKLIST ----- */
.checklist ul li {
	margin-bottom: 10px;
}

.checklist ul li::before {
	content: '';
	background-image: url("/wp-content/uploads/checkmark-icon.svg");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	margin-left: -30px;
}

.checklist ul {
	list-style-type: none;
}

.checklist ul li::marker {
	content: '';
}

.checklist ul li>ul li::before {
	width: 14px;
	height: 14px;
	margin-top: 6px;
}

/* seen on the locations poages - flu shots */
.checklist.cancel ul li::before {
	background-image: url("/wp-content/uploads/close-red.svg");
	margin-top: 7px;
}

.checklist.bigger ul li::before {
	width: 23px;
	height: 23px;
}


/* --------- PAGE TITLE REDUCED WIDTH (seen on physicians page) --------- */
@media (min-width:1201px) {

	.page-title-reduced-width h1,
	.reduced-width-text-callout .fl-callout-text {
		width: 75%;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {

	.page-title-reduced-width h1,
	.reduced-width-text-callout .fl-callout-text {
		width: 90%;
	}
}

@media (min-width: 769px) {
	.page-title-reduced-width-sm h1 {
		width: 96%;
	}

	.reduced-width-text {
		width: 75%;
	}
}

@media (min-width: 993px) {
	.more-reduced-width-text {
		width: 45%;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.more-reduced-width-text {
		width: 80%;
	}
}

/* ----- TABLES ----- */
/* wp datatables background color 
body .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,
body .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td,
body .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,
body .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td {
	background-color: transparent;
}*/

/* headings in table */
.wpDataTables table tbody td.wpdt-cell h2,
.wpDataTables table tbody td.wpdt-cell h3,
.wpDataTables table tbody td.wpdt-cell h4 {
	font-weight: 600;
}
/*
#insurance.tables.custom-tab .wpDataTables table tbody td {
	background-color: inherit;
}*/

/* make the icons smaller on mobile */
@media (max-width: 685px) {
	.wpDataTables table tr td img {
		width: 15px;
		height: 15px;
	}
}

/* ----- OVERFLOW ----- */
.hidden-overflow {
	overflow: hidden;
}

/* --------- GRAVITY FORMS --------- */
.gform_required_legend {
	font-size: 15px;
}

.gform-body input[type=text],
.gform-body input[type=password],
.gform-body input[type=email],
.gform-body input[type=tel],
.gform-body input[type=date],
.gform-body input[type=month],
.gform-body input[type=week],
.gform-body input[type=time],
.gform-body input[type=number],
.gform-body input[type=search],
.gform-body input[type=url],
.gform-body textarea,
.gform-body select {
	border: 1px solid #98989B;
	height: 50px;
	background-color: #fff;
	border-radius: 15px;
}

.gform_footer input.gform_button,
.gform_page_footer input.gform_button,
.gform_page_footer input.gform_next_button,
.gform_page_footer input.gform_previous_button {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 15px;
	padding: 12px 24px;
	font-family: "niveau-grotesk", sans-serif;
}

.gform_wrapper.gravity-theme .gform_page_footer input.gform_previous_button {
	color: var(--blue-color);
}

.gform_wrapper.gravity-theme .gform_page_footer input.gform_previous_button:hover {
	color: var(--green-color);
}

.gform_wrapper.gravity-theme .gfield_label {
	font-size: 21px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 19px;
}

.gsection .gsection_title {
	font-weight: 600;
}

.gform_wrapper.gravity-theme .gf_step_label {
	font-size: 19px;
}

/* --------- MISC --------- */
.overflow-x {
	overflow-x: scroll;
}

/* --------- TOP BAR --------- */
/* ----- HOVER ----- */
ul#menu-top-bar-menu li.menu-item a:hover {
	color: var(--black-color);
}

/* ----- DROPDOWN ARROWS AND SPACING ----- */
ul#menu-top-bar-menu li.menu-item .fl-has-submenu-container .fl-menu-toggle::before {
	width: 7px;
	height: 7px;
	top: 56%;
	right: 15%;
}

ul#menu-top-bar-menu li.menu-item a {
	padding-left: 12px;
	padding-right: 5px;
}

ul#menu-top-bar-menu li.menu-item .fl-has-submenu-container a {
	padding-left: 14px;
	padding-right: 14px;
}

.top-bar .fl-row-content-wrap,
ul#menu-top-bar-menu li.menu-item ul.sub-menu {
	z-index: 99998;
}

/* ----- DROPDOWN STYLING ----- */
ul#menu-top-bar-menu li.menu-item ul.sub-menu {
	border-radius: 15px;
	padding-bottom: 25px;
	padding-top: 10px;
}

#mega-menu-wrap-header #mega-menu-header>li.mega-menu-flyout ul.mega-sub-menu {
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1) !important;
}

ul#menu-top-bar-menu li.menu-item ul.sub-menu a {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0;
}

.fl-menu ul#menu-top-bar-menu .sub-menu {
	min-width: 280px;
}

/* -----SPACING ----- */
ul#menu-top-bar-menu li#menu-item-500 {
	padding-right: 10px;
}

/* -----SEARCH ----- */
.fl-menu-search-item .fa-search:before {
	content: '';
	background-image: url("/wp-content/uploads/Search-Nav.svg");
	background-size: contain;
	background-position: center;
	width: 16px;
	height: 16px;
	display: block;
}

.fl-menu-search-item .fl-search-form .fl-search-form-input-wrap form .fl-form-field input[type=search] {
	border-radius: 15px;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.3);
	border: 0;
	height: 90px;
}

.top-bar .fl-module-menu .fl-menu-search-item .fl-search-form-input-wrap {
	top: 77%;
	right: -11px;
}

.fl-search-form .fl-search-form-input-wrap form .fl-form-field input[type=search] {
	font-weight: 400;
}

.top-bar .fl-form-field {
	position: relative;
}

.top-bar .fl-search-text,
.top-search .fl-search-text {
	padding-right: 30px;
	border: 0px;
}

/* hide the search icon on the workers compensation services page */
.page-id-43759 #location-search-form .fl-search-form .search-icon {
	display: none;
}

/* --------- HEADER --------- */
@media (min-width: 769px) {
	.header-row.locations {
		transition-duration: .5s;
	}

	.header-row.locations.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		background: #ffffff;
	}

	.admin-bar .header-row.locations.sticky {
		top: 32px;
	}

	.location-banner.top-margin {
		margin-top: 0;
	}
}
/* header hidden below location header */
@media (max-width: 768px) {
	.header-row .fl-row-content-wrap {
		z-index: 2;
	}	
}

/* ----- ALIGNMENT ----- */
@media (min-width: 769px) {
	header .header-row .menu-col .fl-col-content {
		justify-content: space-between;
		flex-direction: row;
	}

	header .header-row .menu-col .fl-col-content .fl-module-menu {
		width: 75%;
	}

	header .header-row .menu-col .fl-col-content .fl-module-button {
		width: 25%;
	}
}

@media (max-width: 1149px) {
	header .header-row .menu-col {
		padding-left: 10px;
	}
}

@media (min-width: 842px) and (max-width: 1098px) {
	/*header .fl-col.menu-col {
		width: 84%;
	}*/

	header .fl-col.logo-col {
		width: 27%;
	}

	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link {
		margin: 0 8px 9px 8px !important;
	}

	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link {
		font-size: 16px;
	}

	header .header-row .fl-module-button .fl-button-wrap a.fl-button {
		font-size: 13px;
	}
}

@media (min-width: 769px) and (max-width: 841px) {
	header .fl-col.menu-col {
		width: 30%;
	}

	header .fl-col.logo-col {
		width: 7%;
	}

	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link,
	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
		font-size: 13px;
	}

	header .header-row .fl-module-button .fl-button-wrap a.fl-button {
		font-size: 11px;
	}
}

/* --------- MEGA MENU ---------*/
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	margin: 0;
}

#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link {
	margin: 0 20px 9px 10px;
}

header #mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link:focus {
	font-weight: 500;
}

/* ----- HOVER ----- */
@media (min-width: 769px) {

	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link:hover,
	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link:focus,
	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link[aria-expanded="true"] {
		border-bottom: 3px solid var(--green-color);
	}
}

/* ----- SUB MENU ----- */
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu {
	padding: 15px 15px 15px 30px;
	left: 56px;
}

#mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu>.custom-submenu>.mega-sub-menu {
	display: flex !important;
	align-items: center;
}

/* ----- THIRD COLUMN ----- */
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-3 {
	border-left: 1px solid #fff;
}

.custom-submenu .col-3 img {
	width: 24px;
}

#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-3 .mega-block-title {
	font-weight: 700;
}

#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-3>ul.mega-sub-menu>li.mega-menu-item.widget_text {
	padding-top: 0;
}

#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-3>ul.mega-sub-menu>li.mega-menu-item.widget_text .textwidget {
	padding-top: 5px;
}

#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-3>ul.mega-sub-menu>li.mega-menu-item.widget_media_image {
	padding-bottom: 10px;
}

.custom-submenu .col-3 h4,
.custom-submenu .col-3 p {
	line-height: 1.1;
	font-size: 14px;
}

#mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.col-3>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
	font-size: 14px;
}

/* ----- FIRST AND SECOND COLUMN ----- */
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-1>ul.mega-sub-menu>li.mega-menu-item,
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-2>ul.mega-sub-menu>li.mega-menu-item {
	padding: 0 15px 0 15px;
}

/* ----- INSURANCE DROPDOWN ----- */
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-1>ul.mega-sub-menu>li.mega-menu-item.widget_text .mega-block-title,
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-2>ul.mega-sub-menu>li.mega-menu-item.widget_text .mega-block-title {
	color: #E2D3C0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
}

/* ----- BUTTON ----- */
header .header-row .fl-module-button .fl-button-wrap a.fl-button {
	font-family: "niveau-grotesk", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
}


/* ----- RESPONSIVE ----- */
@media (min-width: 1099px) and (max-width: 1189px) {
	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link {
		font-size: 18px;
	}

	header .header-row .fl-module-button .fl-button-wrap a.fl-button {
		font-size: 14px;
	}
}

@media (min-width: 769px) and (max-width: 1260px) {
	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu>.custom-submenu>.mega-sub-menu {
		display: block !important;
	}

	#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-1,
	#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-2 {
		width: 50%;
	}

	#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.custom-submenu .mega-menu-column.col-3 {
		width: 100%;
		border-left: none;
		border-top: 1px solid #fff;
		margin-top: 15px;
	}
}

/* ----- MOBILE MENU ----- */
@media (min-width: 769px) {
	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item.mobile-only {
		display: none;
	}
}

@media (max-width: 768px) {
	header .header-row {
		background-color: #fff;
	}

	header .header-row .fl-row-content-wrap {
		width: 100%;
		max-width: 100%;
		margin: auto !important;
		padding-top: 0;
		padding-bottom: 0;
	}

	header .header-row .menu-col {
		background-color: var(--green-color);
		padding-left: 0;
	}

	header .header-row .menu-col .fl-col-content {
		border-radius: 25px 0 0 0;
		background-color: #fff;
	}

	header .header-row .logo-col {
		background-color: var(--green-color);
		padding-left: 0;
	}

/* 	header .header-row .logo-col {
		border-radius: 0 0 25px 0 !important;
	} */

	header .header-row .logo-col .fl-module-photo .fl-module-content {
		padding: 10px 0;
	}

	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
		height: 0;
		display: none;
	}

	#mega-menu-wrap-header .mega-menu-toggle:not(.mega-menu-open) .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		top: 14px;
	}

	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
		top: 6px;
	}

	#mega-menu-wrap-header .mega-menu-toggle.mega-menu-open+#mega-menu-header {
		top: 51px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link {
		font-size: 18px;
		font-weight: 500;
		margin: 0 10px 9px 20px;
	}

	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item.utility>a.mega-menu-link {
		text-transform: uppercase;
		color: var(--green-color);
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
	}

	#mega-menu-wrap-header #mega-menu-header li.mega-menu-item-has-children.utility>a.mega-menu-link>span.mega-indicator:after {
		content: '+';
		font-weight: bold;
		font-size: 23px;
	}
}

@media (max-width: 399px) {

	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
		width: 32px;
	}
}

/* ----- STICKY  ----- */
header.fl-theme-builder-header-sticky .top-bar {
	position: fixed;
}

/* ----- HEART ----- */
header ul#menu-top-bar-menu li.top-bar-heart a img {
	width: 16px;
}

/* --------- BUTTONS --------- */
.fl-page a.fl-button {
	font-family: "niveau-grotesk", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
}

/* --------- HOMEPAGE --------- */
/* ----- SLIDER ----- */
.custom-content-slider .fl-content-slider .fl-slide-bg-photo {
	border-radius: 30px;
	background-position: top;
}

.custom-content-slider .fl-content-slider .fl-slide-bg-photo::after {
	background: linear-gradient(90deg, rgb(0 0 0 / 70%) 42%, rgba(38, 34, 30, 0) 55%);
	border-radius: 30px;
}

/* second slide */
.custom-content-slider .fl-content-slider .fl-slide-1 .fl-slide-bg-photo::after {
	background: transparent !important;
}

@media (max-width: 768px) {

	.custom-content-slider .fl-content-slider .fl-slide-1 h1.fl-slide-title,
	.custom-content-slider .fl-content-slider .fl-slide-1 .fl-slide-text a {
		color: #262626;
	}

	.custom-content-slider .fl-content-slider .fl-slide {
		min-height: 340px !important;
	}
}

@media (max-width: 499px) {
	.custom-content-slider .fl-content-slider .fl-slide {
		min-height: 380px !important;
	}
}

@media (max-width: 463px) {
	.custom-content-slider .fl-content-slider .fl-slide {
		min-height: 415px !important;
	}
}

.custom-content-slider .fl-content-slider .fl-slide-foreground {
	max-width: 1300px;
	padding-top: 100px;
}

.custom-content-slider .fl-content-slider .fl-slide-title {
	margin: 0 0 40px !important;
}

/* keep the four CTAS above the fold */

@media only screen and (orientation:landscape) and (max-height: 820px) {
	.custom-content-slider .fl-content-slider-wrapper .fl-slide {
		min-height: 425px;
	}

	.four-ctas-row .fl-row-content-wrap {
		margin-top: -270px !important;
	}

	.custom-content-slider .fl-content-slider-wrapper .fl-slide .fl-slide-content h1.fl-slide-title {
		font-size: 45px;
	}

	.row-below-slider {
		margin-top: -80px;
	}
}

/* h1 too long on small laptop */
@media (min-width: 992px) and (max-width: 1050px) {
	.custom-content-slider .fl-content-slider-wrapper .fl-slide .fl-slide-content h1.fl-slide-title {
		font-size: 56px;
	}
}

/* ----- NAVIGATION ----- */
.custom-content-slider .fl-content-slider .bx-wrapper .bx-pager {
	text-align: center !important;
	bottom: 172px;
	transform: rotate(90deg);
	left: 90%;
	padding-top: 0;
	width: 190px !important;
}

.custom-content-slider .fl-content-slider .bx-wrapper .bx-controls-auto {
	bottom: 62px;
	right: 30px !important;
}

@media (min-width: 993px) and (max-width: 1180px) {
	.custom-content-slider .fl-content-slider .bx-wrapper .bx-pager {
		left: 87%;
	}
}

@media (min-width:769px) and (max-width: 992px) {
	.custom-content-slider .fl-content-slider .bx-wrapper .bx-pager {
		left: 85%;
	}
}


.custom-content-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.custom-content-slider .bx-wrapper .bx-pager.bx-default-pager a:focus,
.custom-content-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
	height: 9px;
}

.custom-content-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgb(255 255 255 / 50%);
	width: 39px;
	height: 9px;
}

.custom-content-slider .fl-module-content-slider .bx-wrapper {
	margin: 0;
}

/* ----- CONTENT LINK ----- */
.custom-content-slider .fl-content-slider .fl-slide-text a::after {
	content: '';
	border-color: #fff;
	position: relative;
	right: -6px;
	top: -2px;
	z-index: 1;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
}

.custom-content-slider .fl-content-slider .fl-slide-text a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* ----- DOUBLE DAGGER PUNCTUATION ----- */
.custom-content-slider .fl-content-slider .fl-slide-2 .fl-slide-title sup {
	font-weight: 300;
	font-size: 50%;
}

/* ----- RESPONSIVE ----- */
@media (min-width: 769px) and (max-width: 1379px) {
	.custom-content-slider .fl-content-slider .fl-slide-foreground {
		margin-left: 20px;
	}
}

@media (max-width: 768px) {
	.custom-content-slider .fl-content-slider .fl-slide .fl-slide-bg-photo {
		background-repeat: no-repeat;
		background-size: cover;
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}

	.custom-content-slider .fl-content-slider .fl-slide-mobile-photo {
		display: none !important;
	}

	.custom-content-slider .fl-content-slider .fl-slide-foreground {
		padding-top: 40px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 150px;
	}

	.custom-content-slider .fl-content-slider .bx-controls {
		display: none;
	}

	.custom-content-slider .fl-content-slider .fl-slide-title {
		margin: 0 0 20px !important;
	}

	.custom-content-slider .fl-module-content-slider .fl-slide .fl-slide-content-wrap {
		width: 74%;
	}
}

/* ----- SAVED ITEM OVERLAY ON SLIDER ----- */
.saves-overlay .fl-row-content-wrap {
	position: absolute;
	z-index: 2;
}

.saves-overlay .fl-row-content-wrap .fl-callout-text img {
	width: 140px;
	height: 120px;
	border-radius: 10px;
	object-fit: cover;
}

.saves-overlay .fl-row-content-wrap .fl-callout-title {
	position: absolute;
	padding: 0;
}

.saves-overlay .saves-callout .fl-icon i {
	padding: 12px 4px 0;
}

.saves-overlay .fl-col-group {
	display: flex;
	width: 100%;
}

.saves-overlay .fl-col-group .location-col {
	background-color: rgba(255, 255, 255, 0.7);
	flex: 1;
	border-radius: 30px 0 0 30px;
}

.saves-overlay .fl-col-group .doc-col {
	background-color: rgba(255, 255, 255, 0.7);
	flex: 1;
}

.saves-overlay.single-doc .fl-col-group .doc-col {
	border-radius: 30px 0 0 30px;
}

@media (min-width: 907px) and (max-width: 1026px) {
	.saves-overlay.double .location-col .fl-col-content {
		padding-right: 7px;
		padding-left: 25px;
	}

	.saves-overlay.single .col-content .fl-col-content {
		padding-right: 10px;
		padding-left: 10px;
	}

	.saves-overlay.double .doc-col .fl-col-content {
		padding-right: 25px;
		padding-left: 7px;
	}
}

@media (min-width: 769px) and (max-width: 906px) {
	.saves-overlay .fl-col .fl-col-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.saves-overlay.double .location-col .fl-col-content {
		padding-right: 5px;
		padding-left: 15px;
	}

	.saves-overlay.single .col-content .fl-col-content {
		padding-right: 8px;
		padding-left: 15px;
	}

	.saves-overlay.double .doc-col .fl-col-content {
		padding-right: 15px;
		padding-left: 5px;
	}

	.saves-overlay .save-link a.fl-callout-cta-link,
	.saves-overlay .save-link .fl-callout-text {
		font-size: 11px;
	}

	.saves-overlay .fl-callout-content .fl-callout-text-wrap a.fl-callout-cta-link::after {
		width: 4px;
		height: 4px;
	}

	.saves-overlay .fl-row-content-wrap .fl-callout-text img {
		width: 100px;
		height: 80px;
	}
}

@media (min-width: 907px) and (max-width: 1199px) {
	.saves-overlay .fl-col .fl-col-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.saves-overlay.single .col-content .fl-col-content {
		padding-left: 15px;
	}

	.saves-overlay .save-link a.fl-callout-cta-link,
	.saves-overlay .save-link .fl-callout-text {
		font-size: 13px;
	}

	.saves-overlay .fl-callout-content .fl-callout-text-wrap a.fl-callout-cta-link::after {
		width: 6px;
		height: 6px;
	}

	.saves-overlay .fl-row-content-wrap .fl-callout-text img {
		width: 100px;
		height: 80px;
	}
}

.mobile-save-row {
	position: fixed;
	right: 0;
	z-index: 9;
	top: 150px;
}

.mobile-save-row .mobile-save i.fa-heart {
	border-radius: 30px 0 0 30px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* ----- PLAY PAUSE ----- */
.custom-content-slider .bx-wrapper .bx-controls-auto .bx-start {
	background: url(/wp-content/uploads/controls-whitev2.png) -86px -11px no-repeat;
}

.custom-content-slider .bx-wrapper .bx-controls-auto .bx-stop {
	background: url(/wp-content/uploads/controls-whitev2.png) -86px -44px no-repeat;
}

.custom-content-slider .bx-wrapper .bx-controls-auto .bx-start.active,
.custom-content-slider .bx-wrapper .bx-controls-auto .bx-start:focus,
.custom-content-slider .bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0;
}

.custom-content-slider .bx-wrapper .bx-controls-auto .bx-stop.active,
.custom-content-slider .bx-wrapper .bx-controls-auto .bx-stop:focus,
.custom-content-slider .bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px;
}

/* ----- FOUR CTAS ----- */
.four-ctas-row .fl-col .fl-col-content {
	background-image: url("/wp-content/uploads/pattern-overlay-green.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.four-ctas-row .fl-col .fl-callout-photo-above-title .fl-photo {
	margin-bottom: 20px;
}

.four-ctas-row .fl-col .fl-callout-content .fl-callout-title {
	padding: 0;
}

.four-ctas-row .fl-col:hover .fl-col-content {
	background-color: var(--blue-color);
	background-image: url("/wp-content/uploads/pattern-overlay-blue.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.four-ctas-row .fl-col .fl-callout-content .fl-callout-title a span {
display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.four-ctas-row .fl-callout-content a.fl-callout-title-text span::after {
	content: '';
	background-image: url("/wp-content/uploads/arrow-circle-1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	display: block;
	width: 18px;
	height: 18px;
	position: relative;
	margin: auto 0;
}

/* ----- RESPONSIVE ----- */
@media (min-width: 1080px) and (max-width: 1270px) {
	.four-ctas-row .fl-callout-content a.fl-callout-title-text span::after {
		width: 18px !important;
		min-width: 18px;
		height: 18px !important;
	}

	.four-ctas-row .fl-callout-title {
		font-size: 24px;
	}
}

@media (min-width: 769px) and (max-width: 1079px) {
	.four-ctas-row .fl-callout-content a.fl-callout-title-text span::after {
		width: 18px !important;
		min-width: 18px;
		height: 18px !important;
	}

	.four-ctas-row .fl-row-content-wrap .fl-callout-title {
		font-size: 16px;
	}

	.four-ctas-row .fl-module-content {
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media (min-width: 769px) and (max-width: 1379px) {
	.four-ctas-row .fl-row-content-wrap {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	.four-ctas-row .fl-col-group .fl-col {
		width: 40% !important;
	}
	
	.four-ctas-row .fl-col-group .fl-col.location-col {
		width: 100% !important;
	}

	.four-ctas-row .fl-col-group-equal-height {
		display: flex;
		width: 90%;
		gap: 10px;
		margin: auto;
	}

	.four-ctas-row .fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
		justify-content: end;
	}

	.four-ctas-row .fl-callout-content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.four-ctas-row .fl-col .fl-callout-photo-above-title .fl-photo {
		margin-bottom: 12px;
	}

	.four-ctas-row .fl-callout-content a.fl-callout-title-text span::after {
		width: 18px !important;
		min-width: 18px;
		height: 18px !important;
	}
}

@media (max-width: 524px) {
	.four-ctas-row .fl-callout-content .fl-callout-title {
		font-size: 18px;
	}
}

@media (max-width: 459px) {
	.four-ctas-row .fl-callout-content .fl-callout-title {
		font-size: 14px;
	}

	.four-ctas-row .fl-callout-content a.fl-callout-title-text span::after {
		width: 18px !important;
		min-width: 18px;
		height: 18px !important;
	}
}

@media (max-width: 374px) {
	.four-ctas-row .fl-module-content {
		margin-left: 10px;
		margin-right: 10px;
	}

	.four-ctas-row .fl-col-group-equal-height {
		gap: 10px;
	}
}

/* ----- CALLOUTS WITH CHECKMARKS ----- */
.checkmark-callout .fl-callout-photo-left .fl-callout-photo {
	padding-right: 10px;
	width: 12%;
}

.checkmark-callout.larger .fl-callout-photo-left .fl-callout-photo {
	padding-right: 10px;
	width: 19%;
}

.checkmark-callout .fl-callout-photo-left .fl-callout-content {
	width: 88%;
}

.fl-callout-content .fl-callout-text-wrap a.fl-callout-cta-link::after {
	content: '';
	border-color: #fff;
	position: relative;
	right: -6px;
	top: -2px;
	z-index: 1;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
}

body .checkmark-callout .fl-callout-content .fl-callout-title {
	padding: 0 0 3px 0;
}

/* ----- SMALLER DESKTOPS ----- */
@media (min-width: 769px) and (max-width: 999px) {
	.checkmark-callout .fl-callout-photo-left .fl-callout-photo {
		width: 15%;
	}

	.checkmark-callout .fl-callout-photo-left .fl-callout-content {
		width: 85%;
	}
}

@media (max-width: 768px) {
	.checkmark-callout .fl-callout-photo-left {
		display: table;
	}

	.checkmark-callout .fl-callout-photo-left .fl-callout-photo {
		width: 12%;
		display: table-cell;
	}

	.checkmark-callout .fl-callout-photo-left .fl-callout-content {
		width: 88%;
		display: table-cell;
	}

	.checkmark-callout .fl-module-content {
		margin-bottom: 0;
	}
}

/* ----- BLOG LISTING ----- */
.custom-posts-listing .fl-post-grid::before,
.custom-posts-listing .fl-post-grid::after {
	display: none;
}

.custom-posts-listing .fl-post-grid .fl-post-column {
	width: 100%;
}

.custom-posts-listing .fl-post-grid-image img {
	border-radius: 15px;
	height: 250px !important;
	object-fit: cover;
}

/* -- Health Matters Blog & Announcements Featured Images -- */
@media all and (min-width: 500px) and (max-width: 768px) {
	.custom-posts-listing .fl-post-grid-image img {
		height: 300px !important;
		object-position: top;
	}
	.custom-posts-listing .fl-post-grid-text {
		height: 150px !important;
		z-index: 99
	}

}
.custom-posts-listing .fl-post-grid-text {
	background-color: #fff;
	border-radius: 15px;
	width: 80%;
	margin: auto;
	margin-top: -80px;
	position: relative;
	box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 10%);
	max-height: 235px;
	height: 235px;
	display: flex;
	flex-direction: column;
	padding-bottom: 25px;
}

.custom-posts-listing .fl-post-grid-text .fl-post-grid-meta-terms {
	margin-bottom: 15px;
}

.custom-posts-listing .fl-post-grid-text .fl-post-grid-content {
	position: absolute;
	bottom: 25px;
}

.custom-posts-listing .fl-post-grid-text .fl-post-grid-meta-terms a {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.custom-posts-listing .fl-post-grid-text .fl-post-grid-content a.fl-post-grid-more::after {
	content: '';
	border-color: #fff;
	position: relative;
	right: -6px;
	top: -2px;
	z-index: 1;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
}

@media (min-width: 769px) and (max-width: 1040px) {
	.blog-col-1 {
		width: 70%;
	}

	.blog-col-2 {
		width: 30%;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	body .fl-post-grid-text .fl-post-grid-meta-terms a {
		font-size: 11px;
	}

	.custom-posts-listing .fl-post-grid-text {
		margin-top: -40px;
	}

}

@media (min-width: 769px) and (max-width: 1199px) {
	.custom-posts-listing.adjust-height-responsive .fl-post-grid-post {
		min-height: 320px;
	}

	.custom-posts-listing .fl-post-grid {
		display: grid;
		grid-template-columns: repeat(2, calc(50% - 2rem));
		column-gap: 2rem;
	}
}

@media (min-width: 1200px) {
	.custom-posts-listing .fl-post-grid {
		display: grid;
		grid-template-columns: repeat(3, calc(33.33% - 2rem));
		column-gap: 2rem;
	}
}

/* ----- BOTTOM CTA ----- */
.bottom-cta .inner-parent-column .fl-col-content .col-1 .fl-heading,
.bottom-cta .inner-parent-column .fl-col-content .col-1 .fl-rich-text {
	white-space: nowrap;
}

@media (min-width: 769px) {
	.bottom-cta .fl-module-photo {
		position: absolute;
		bottom: 0;
		pointer-events: none;
		width: auto !important;
	}
}

@media (min-width: 1201px) and (max-width: 1379px) {
	.bottom-cta .fl-row-content-wrap {
		margin-right: 20px;
		margin-left: 20px;
	}
}

@media (max-width: 1318px) {
	.fl-page .bottom-cta .fl-button-group-buttons a.fl-button {
		white-space: normal;
	}
}

@media (max-width: 1259px) {
	.bottom-cta .inner-parent-column .fl-col-content .col-1 .fl-rich-text {
		white-space: normal;
	}
}

@media (min-width: 769px) and (max-width: 1079px) {
	.bottom-cta .inner-parent-column>.fl-col-content {
		padding-right: 50px;
		padding-left: 50px;
	}
}

@media (max-width: 979px) {
	.bottom-cta .inner-parent-column .fl-col-content .col-3 {
		width: 27%;
	}
}

@media (max-width: 768px) {
	.bottom-cta .inner-parent-column .fl-col-group .col-1 {
		width: 100% !important;
	}

	.bottom-cta .inner-parent-column .fl-col-group .col-2 {
		order: 3;
		width: 100% !important;
	}

	.bottom-cta .inner-parent-column>.fl-col-content {
		padding-right: 0;
		padding-left: 0;
	}

	.fl-page .bottom-cta .fl-button-group-buttons a.fl-button {
		width: 100%;
	}

	.bottom-cta .fl-col-group.fl-col-group-equal-height {
		display: flex;
	}
}

/* --------- FOOTER --------- */
footer.fl-builder-content .fl-rich-text table strong {
	font-weight: 500;
}

footer.fl-builder-content .fl-rich-text table td:first-child {
	width: 85px;
}


footer.fl-builder-content .footer-row .fl-row-content>.fl-col-group {
	margin-right: 20px;
}

/* ----- YOUR SAVES ----- */
.saves-callout .fl-callout-title {
	margin-left: 15px;
	padding: 0 0 5px 0;
}

.saves-callout .fl-icon i {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding: 10px 6px 0;
	width: auto;
}

.saves-callout .fl-callout-icon-left-title .fl-callout-title span {
	vertical-align: bottom;
}

.save-link .fl-callout-photo-left .fl-callout-photo {
	padding-right: 0;
	width: 15%;
}

.save-link .fl-callout-title,
.save-link .fl-callout-text p {
	padding: 0 !important;
}

.fl-builder-content .save-link .fl-callout-content .fl-callout-cta-link {
	color: var(--blue-color) !important;
}

.fl-builder-content .save-link .fl-callout-content .fl-callout-cta-link:hover {
	color: rgba(0, 96, 113, 0.7) !important;
}

/* accredited */
.accredited .fl-callout-photo-left .fl-callout-photo {
	padding-right: 10px;
	width: 7%;
}

.accredited .fl-callout-photo-left .fl-callout-text p {
	padding-bottom: 0 !important;
}

@media (min-width: 769px) {
	.terms-menu .fl-menu-horizontal {
		flex-wrap: nowrap;
		white-space: nowrap;
	}
}

@media (min-width: 769px) and (max-width: 884px) {

	.accredited .fl-callout-photo-left .fl-callout-photo,
	.accredited .fl-callout-content {
		display: block;
	}

	.accredited .fl-callout-photo-left .fl-callout-photo {
		width: 100%;
	}

	.accredited .fl-callout-text {
		white-space: nowrap;
	}
}

@media (max-width: 768px) {
	.accredited .fl-callout-photo-left .fl-callout-photo {
		width: 100%;
	}

	.terms-menu .fl-menu-horizontal {
		display: block;
	}

	.terms-menu .fl-menu-horizontal.menu a {
		padding-left: 0;
	}
}

/* accredited in the right column
.accredited.right-column {
width: 19%;
margin-top: -67px;
float: right;
}

.accredited.right-column .fl-callout-photo-left .fl-callout-photo {
width: 26%;
}

@media (max-width: 1227px) {
.accredited.right-column .fl-module-content  {
margin-left: 0;
}

.accredited.right-column {
margin-top: -237px;
}
}
*/

/* ----- RESPONSIVE ----- */
@media (min-width: 1228px) and (max-width: 1324px) {

	/* resize 'your saves' links and the column headings */
	footer .save-link .fl-callout-content .fl-callout-cta-link,
	footer .col-2 .inner-row .fl-module-rich-text .fl-rich-text p {
		font-size: 14px;
	}
}

@media (min-width: 769px) and (max-width: 1227px) {

	/* table */
	footer .col-1 table tbody,
	footer .col-1 table tbody tr,
	footer .col-1 table tbody tr td {
		width: 100%;
		display: block;
	}

	footer .inner-row .fl-col-group .fl-col.inner-row-col-5 {
		width: 100%;
	}
}

@media (min-width: 1064px) and (max-width: 1227px) {

	/* resize 'your saves' links and the column headings */
	footer .save-link .fl-callout-content .fl-callout-cta-link,
	footer .col-2 .inner-row .fl-module-rich-text .fl-rich-text p {
		font-size: 14px;
	}

	/* column widths */
	footer .col-2 {
		width: 56%;
	}

	footer .col-3 {
		width: 20%;
	}

	footer .inner-row .fl-col-group .fl-col {
		width: 50%;
	}
}

@media (min-width: 972px) and (max-width: 1063px) {

	/* resize 'your saves' links and the column headings */
	footer .save-link .fl-callout-content .fl-callout-cta-link,
	footer .col-2 .inner-row .fl-module-rich-text .fl-rich-text p {
		font-size: 14px;
	}

	/* column widths */
	footer .col-2 {
		width: 54%;
	}

	footer .col-3 {
		width: 22%;
	}

	footer .inner-row .fl-col-group .fl-col {
		width: 50%;
	}
}

@media (min-width: 885px) and (max-width: 971px) {

	/* resize 'your saves' links and the column headings */
	footer .save-link .fl-callout-content .fl-callout-cta-link,
	footer .col-2 .inner-row .fl-module-rich-text .fl-rich-text p {
		font-size: 12px;
	}

	footer .col-3 .fl-photo-img {
		width: 25px;
	}

	footer .col-3 .fl-callout-photo {
		width: 13%;
	}

	footer .col-3 .fl-callout-title {
		font-size: 18px;
	}

	footer .col-3 .fl-callout-text {
		font-size: 14px;
	}

	footer.fl-builder-content .col-1 .fl-rich-text p,
	footer .col-1 table tbody tr td {
		font-size: 14px !important;
	}

	/* column widths */
	footer .col-2 {
		width: 54%;
	}

	footer .col-3 {
		width: 22%;
	}

	footer .inner-row .fl-col-group .fl-col {
		width: 50%;
	}
}

@media (min-width: 769px) and (max-width: 884px) {

	/* resize 'your saves' links and the column headings */
	footer .save-link .fl-callout-content .fl-callout-cta-link,
	footer .col-2 .inner-row .fl-module-rich-text .fl-rich-text p {
		font-size: 12px;
	}

	footer .col-3 .fl-photo-img {
		width: 25px;
	}

	footer .col-3 .fl-callout-photo {
		width: 13%;
	}

	footer .col-3 .fl-callout-title {
		font-size: 18px;
	}

	footer .col-3 .fl-callout-text {
		font-size: 14px;
	}

	footer.fl-builder-content .col-1 .fl-rich-text p,
	footer .col-1 table tbody tr td {
		font-size: 14px !important;
	}

	/* column widths */
	footer .col-1 {
		width: 27%;
	}

	footer .col-2 {
		width: 47%;
	}

	footer .col-3 {
		width: 26%;
	}

	footer .inner-row .fl-col-group .fl-col {
		width: 100%;
	}

	footer .col-2 ul#menu-footer-menu-terms-privacy {
		align-items: start;
		flex-direction: column;
	}

	footer .col-2 ul#menu-footer-menu-terms-privacy a {
		padding-bottom: 0;
	}
}

@media (min-width: 443px) and (max-width: 768px) {
	footer .fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}

	footer .inner-row .fl-col-group .fl-col {
		width: 50% !important;
		float: left;
		clear: none;
	}

	footer .inner-row .fl-col-group .fl-col.inner-row-col-5 {
		width: 100% !important;
	}

	footer .inner-row .fl-module-content {
		margin-left: 0;
	}
}

@media (max-width: 442px) {
	footer .fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}

	footer .inner-row .fl-module-content {
		margin-left: 0;
	}

	footer .col-2 ul#menu-footer-menu-terms-privacy {
		display: block;
	}

	footer .col-2 ul#menu-footer-menu-terms-privacy #menu-item-1172 {
		float: left;
	}

	footer .col-2 ul#menu-footer-menu-terms-privacy a {
		padding-left: 0;
	}
}

@media (max-width: 344px) {
	#mega-menu-wrap-header {
		left: -5px;
	}
}

/* ----- RESPONSIVE ----- */
.just-mobile-fixed {
	position: fixed;
	z-index: 99;
	bottom: 0;
	width: 100%;
}

body.post-type-archive-center footer,
body.post-type-archive-location-schedule footer,
body.single-center footer {
	padding-bottom: 50px;
}

.mobile-bottom-button {
	position: fixed;
	z-index: 99;
	bottom: 0;
	width: 100%;
}

.mobile-bottom-button .fl-row-content-wrap {
	background-color: rgba(255, 255, 255, .15);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.mobile-bottom-button .fl-row-content-wrap::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.mobile-bottom-button .fl-row-content-wrap .fl-row-content {
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
}

/* --------- LOCATIONS --------- */
/* ----- INTERIOR HEADER ----- */

@media (min-width: 769px) {

	.interior-header .fl-col-group,
	.vert-align-row .fl-col-group {
		display: flex;
	}

	.vertically-aligned {
		margin: auto;
	}
}

@media (max-width: 1274px) {
	.interior-header.width-adjust .col-1 .fl-col-content {
		padding-right: 0;
	}
}

/* find location button anchor down to search */
#locations-container {
	max-width: 100%;	
}

#locations-container .fl-row-content-wrap {
	background-color: var(--tan-color);	
	padding-top: 30px;
}

.post-type-archive-center .bottom-cta,
.post-type-archive-location-schedule .bottom-cta,
.post-type-archive-physician .bottom-cta {
	background-color: var(--tan-color);
	max-width: 100%;
	padding-top: 100px;
	padding-bottom: 30px;
}

.post-type-archive-center .bottom-cta .fl-row-content-wrap,
.post-type-archive-location-schedule .bottom-cta .fl-row-content-wrap,
.post-type-archive-physician .bottom-cta .fl-row-content-wrap {
	max-width: 1305px;
	margin: auto;	
}

#locations-container .fl-row-content-wrap > .fl-row-content {
	max-width: 1377px;	
}

#locations-container .patient-first-search .filter-group {
	background-color: #fff;	
}

@media (min-width: 769px) {
	#locations-container {
		margin-top: -150px;
		padding-top: 150px;
	}	
	.patient-first-search #skip-to-centers {
		display: none!important;
	}
}

@media (max-width: 768px) {
	#locations-container {
		margin-top: -20px;
		padding-top: 20px;
	}

	.post-type-archive-center .bottom-cta {
		padding-top: 50px;
	}
}

.post-type-archive-center .interior-header {
	position: relative;
	z-index: 1;
}

/* ----- CALLOUT WITH SIGN ICON ----- */
.icon-on-left-60px .fl-callout-photo {
	padding-right: 10px;
	width: 8%;
	vertical-align: baseline;
}

@media (min-width: 769px) and (max-width: 945px) {
	.icon-on-left-60px .fl-callout-text {
		font-size: 18px;
	}

	.header-paragraph .fl-module-content {
		margin-right: 20px;
	}
}

@media (max-width: 768px) {

	.icon-on-left-60px .fl-callout-photo,
	.icon-on-left-60px .fl-callout-content {
		display: table-cell;
	}

	.icon-on-left-60px .fl-callout-photo {
		width: 50px;
	}
}

@media (max-width: 359px) {
	.icon-on-left-60px .fl-callout-text {
		font-size: 15px;
	}
}

@media (max-width: 992px) {
	.icon-on-left-60px .fl-callout-photo {
		vertical-align: top;
		padding-top: 4px;
	}

	.icon-on-left-60px.no-padding-top .fl-callout-photo {
		vertical-align: top;
		padding-top: 0px;
	}
}

/* Filters */
.locations-dropdown ul {
	border-radius: 10px;
	width: 100%;
}

.locations-dropdown ul li {
	width: 100%;
}

.locations-dropdown ul.menu li .fl-has-submenu-container a {
	padding-top: 17px;
	padding-bottom: 17px;
}

.locations-dropdown ul.sub-menu li a:hover {
	opacity: 0.7;
}

.locations-dropdown .fl-menu-horizontal.fl-toggle-plus .fl-has-submenu-container a {}

.locations-dropdown .fl-menu .fl-menu-toggle::before {
	border-top: 2px solid;
	border-color: var(--blue-color) !important;
}

.locations-dropdown .fl-menu .fl-menu-toggle::after {
	border-left: 2px solid;
	border-color: var(--blue-color) !important;
}

@media (max-width: 1199px) {
	.filter-toggle.open-toggle+.filter-content input:checked+label:after {
		top: -6px;
	}
}

@media (max-width: 767px) {
	.filter-toggle.open-toggle+.filter-content input:checked+label:after {
		top: -4px;
	}
}

@media (max-width: 499px) {
	.filter-toggle.open-toggle+.filter-content input:checked+label:after {
		top: -6px;
	}
}

/* Search */
#location-search-form .fl-search-form .fl-search-form-input-wrap form .fl-form-field input[type=search] {
	border: 1px solid #98989B;
	border-radius: 15px;
	box-shadow: none;
	padding-right: 16px;
	padding-bottom: 16px;
}

#location-search-form .fl-search-form-wrap {
	padding-top: 0;
	padding-left: 0;
}

/* use location button */

@media (max-width: 599px) {
	.use-location a {
		width: 100%;
		text-align: center;
	}
}

/* Map */
#locations-map {
	border-radius: 15px;
}

/* tooltip */
#locations-map .gm-style .gm-style-iw-d {
	overflow: hidden !important;
	margin-bottom: 0px;
}

#locations-map .gm-style .gm-style-iw-tc::after {
	background: #008b71;
}

#locations-map .gm-style .gm-style-iw-c {
	background-color: #008b71;
	border-radius: 0;
}

.gm-ui-hover-effect>span {
	background-color: #fff;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
}

#locations-map .gm-ui-hover-effect {
	width: 16px !important;
	height: 16px !important;
}

#locations-map .gm-style-iw-d a,
#locations-map .gm-style-iw-d a:hover,
#locations-map .gm-style-iw-d a:visited,
#locations-map .gm-style-iw-d a:active,
#locations-map .gm-style-iw-d a:link {
	color: #fff;
	padding-right: 12px;
	display: block;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
}

#locations-map .gm-style-iw-d a:focus {
	outline: none;
}

.gm-style .gm-style-iw-t {
	pointer-events: none;
}

.gm-style .gm-style-iw-t a,
.gm-style .gm-style-iw-t button {
	pointer-events: auto;
}

.filter-toggle.open-toggle+.filter-content label {
	font-weight: 400;
}



.pi-centers-results-map-wrap {
	display: grid;
	grid-template-columns: 60% 40%;
	gap: 2rem;
	margin-top: 6rem;
	position: relative;
}



/* map tooltip on community locations */
.gm-style .transit-container div,
.poi-info-window .full-width,
#locations-map .gm-style-iw-d a,
#locations-map .gm-style-iw-d a:hover,
#locations-map .gm-style-iw-d a:visited,
#locations-map .gm-style-iw-d a:active,
#locations-map .gm-style-iw-d a:link {
	background-color: #008b71;
	color: #fff;
}

.poi-info-window .view-link {
	display: none;
}

.poi-info-window .address {
	margin-top: 0;
	padding-bottom: 12px;
	background-color: #008b71;
}

/* posts */
/* Rev 3 */
#map-listing {
	max-width: 100%;
}
#map-listing .fl-row-content-wrap {
	background-color: var(--tan-color);	
	padding-top: 30px;
}
#map-listing .fl-row-content-wrap > .fl-row-content {
	max-width: 1377px;	
}

#map-listing .patient-first-search .filter-group {
	background-color: #fff;	
}

@media (min-width: 769px) {
	#map-listing {
		margin-top: -150px;
		padding-top: 150px;
	}	
}

@media (max-width: 768px) {
	#map-listing {
		margin-top: -20px;
		padding-top: 20px;
	}
}

#map-listing .location-posts .locations-post-list {
	display: flex;
	flex-direction: column;
}

#map-listing .location-posts .fl-module-content .fl-builder-pagination-load-more {
	padding-top: 0 !important;
}

.location-posts .fl-post-grid-post {
	background: #E1F1EE;
	border: none;
	border-radius: 15px;
	padding: 25px;
}

#map-listing .location-posts .fl-post-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4em;
}

#map-listing .location-posts .location-address,
#map-listing .location-posts .location-phone {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}

/* title and save heart */
#map-listing .location-posts .fl-post-text {
	order: 1;
}

#map-listing .location-posts .fl-location-address {
	order: 2;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 0.8em;
}

/* phone */
#map-listing .location-posts .location-phone {
	order: 3;
}

.title-save {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* .title-save .save-icon[data-type='location']:after {
content: '';
}

.title-save .save-icon.active[data-type='location']:after {
content: 'Saved Location';
font-size: 16px;
vertical-align: text-top;
} */

/* dot certified */
#map-listing .location-posts .dot-cert {
	order: 5;
	margin-top: 5px;
	margin-bottom: 20px;
}

#map-listing .location-posts .dot-cert i.fa-circle {
	color: var(--green-color);
}

#map-listing .location-posts .dot-cert i.fa-circle::before {
	font-size: 14px;
	vertical-align: middle;
}

#map-listing .location-posts .dot-cert .fl-module-content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#map-listing .location-posts .dot-cert .fl-callout-icon-left .fl-icon {
	vertical-align: top;
}

#map-listing .location-posts .fl-callout-text {
	font-size: 16px;
	color: var(--green-color);
}

#map-listing .location-posts .fl-callout-text p {
	padding: 0 !important;
}

/* temp closed */
#map-listing .location-posts .location-is-closed {
	order: 2;
	color: var(--red-color);
	border-radius: 20px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

/* button */
#map-listing .location-posts .locations-post-list .fl-button-wrap {
	order: 6;
	display: flex;
	align-items: flex-end;
	flex: 1 1 0;
}

@media (min-width: 480px) {
	#map-listing .location-posts .locations-post-list .fl-button-wrap {
		text-align: left;
	}
}

.fl-builder-content #map-listing .location-posts .locations-post-list .fl-button-wrap .fl-button {
	background-color: var(--blue-color);
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.fl-builder-content #map-listing .location-posts .locations-post-list .fl-button-wrap .fl-button:hover {
	background-color: var(--green-color);
}

.fl-builder-content #map-listing .location-posts .locations-post-list .fl-button-wrap .fl-button .fl-button-text {
	font-size: 16px;
	color: #fff;
}

@media (max-width: 479px) {
	.fl-builder-content #map-listing .location-posts .locations-post-list .fl-button-wrap .fl-button {
		width: 100%;
	}
}


/* ----- LEGEND ----- */
.legend-row .fl-row-content-wrap {
	padding-top: 0;
}

@media (min-width: 993px) {
	.legend-row .legend-col {
		width: 40%;
		float: right;
	}
}


/* --------- LOCATIONS - SINGULAR --------- */
/* ----- HEADER ----- */
.header-row.locations {
	z-index: 100;
	position: relative;
}

.header-row.locations .fl-row-content {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
}

.header-row.locations .fl-col-group-equal-height {
	max-width: 1300px;
	margin: auto;
}

.header-row.locations .menu-col .fl-col-content {
	border-radius: 0 0 25px 0;
}

.header-row.locations .button-col {
	background-color: #b4222200;
	background-image: url("/wp-content/uploads/nav-top-left-border-radius-v2.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: inherit;
}

/* closed message */
.location-banner .closed-message .fl-callout-text {
	color: #fff;
}

.location-banner .closed-message .fl-callout-text p {
	background-color: var(--red-color);
	display: inline-block;
	border-radius: 30px;
	padding: 8px 15px !important;
}

@media (min-width: 769px) {
	.header-row.locations .menu-col ul#mega-menu-header {
		top: -15px !important;
	}

	.header-row.locations .menu-col .fl-col-content {
		padding-top: 30px;
	}

	.location-banner .closed-message.short .fl-callout-content {
		padding-top: 120px;
	}
}

.location-banner .closed-message.long .fl-callout-content {
	padding-top: 0;
}


@media (min-width: 1355px) {
	.header-row.locations .menu-col ul#mega-menu-header {
		left: 28px !important;
	}
}

@media (max-width: 1354px) {
	.header-row.locations .fl-row-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1281px) and (max-width: 1354px) {
	.header-row.locations .menu-col ul#mega-menu-header {
		left: 4% !important;
	}
}

@media (min-width: 769px) and (max-width: 1280px) {
	.header-row.locations .menu-col ul#mega-menu-header {
		left: 3% !important;
	}

	.header-row.locations .menu-col #mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link {
		margin: 0 5px 9px 5px;
	}
}

@media (min-width: 842px) and (max-width: 1098px) {
	header .header-row.locations .fl-col.menu-col {
		width: 63.5%;
	}

	header .header-row.locations .fl-col.button-col {
		width: 20.5%;
	}
}

@media (min-width: 769px) and (max-width: 841px) {
	header .header-row.locations .fl-col.menu-col {
		width: 58.5%;
	}

	header .header-row.locations .fl-col.button-col {
		width: 23.5%;
	}

	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link {
		margin: 0 5px 9px 10px;
	}
}

@media (max-width: 768px) {

	/*body.single-center header .header-row,
	body.single-center header .header-row .menu-col .fl-col-content,
	body.single-center header .header-row .menu-col {
		background-color: transparent;
	}*/

	.header-sticky-logo .fl-photo-content.fl-photo-img-svg {
		display: flex;
		align-items: center;
	}

	body.single-center header .header-row .logo-col .fl-col-content {
		border-radius: 0 0 25px 0;
	}

	body.single-center #mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
	body.single-center #mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
	body.single-center #mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
		background-color: #fff;
	}

	.header-row.locations .menu-col {
		background-color: #b4222200;
		background-image: url("/wp-content/uploads/nav-top-left-border-radius-mobile-1.png");
		background-repeat: no-repeat;
		background-position: top left;
		background-size: inherit;
	}

	.header-row.locations #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open+#mega-menu-header {
		background-color: var(--green-color);
	}

	.header-row.locations #mega-menu-wrap-header #mega-menu-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		background-color: var(--green-color);
	}

	.header-row.locations #mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link,
	.header-row.locations #mega-menu-wrap-header #mega-menu-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		color: #fff;
	}

	.header-row.locations #mega-menu-wrap-header #mega-menu-header>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
		background-color: transparent;
	}

	.header-row.locations .fl-row-content {
		padding-right: 6px;
	}

	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-flyout ul.mega-sub-menu {
		padding-left: 10px;
	}
}

/* ----- BANNER ----- */
@media (min-width: 769px) {
	.location-banner .fl-col-group {
		display: flex;
	}
}

.location-banner .fl-col-group .col-2 {
	margin: auto auto 0;
}

.location-banner {
	
	z-index: 0;
	position: relative;
}

/* ----- RATINGS ----- */
/* ----- GATHER UP EMBED RATINGS ----- */
body.single-center section.revwid-container .revwid-header .revwid-overall-rating-sum,
body.single-center section.revwid-container .revwid-header .revwid-overall-rating-score,
body.single-center section.revwid-container .revwid-header .revwid-overall-rating-out-of-label {
	color: #fff !important;
}

body.single-center .revwid-container .revwid-button.revwid-is-transparent {
	background-color: #fff !important;
}

body.single-center .revwid-container .revwid-button.revwid-is-transparent:hover,
body.single-center .revwid-container .revwid-button.revwid-is-active {
	background-color: #006071 !important;
}

/* rating in header - gatherup */
#just-rating #e2wget5widget {
	padding: 0;
}

#just-rating #e2wget5section {
	padding-bottom: 15px;
}

.center-template-default #e2wget5widget * {
	font-family: "niveau-grotesk", sans-serif !important;
}

#just-rating #e2wget5section #e2w-add-padding {
	display: none !important;
}

#just-rating .e2w-new-theme #e2w-average {
	display: flex;
}

#just-rating .e2w-new-theme #e2w-average .e2w-arating {
	order: 1;
}

#just-rating .e2w-new-theme #e2w-average h2 {
	order: 2;
	font-size: 0;
	margin-top: 8px;
}

#just-rating #e2wget5section h2,
#just-rating .e2w-new-theme #e2w-average .e2w-arating {
	text-align: left !important;
	color: #CEE9EF;
	font-weight: 400;
	padding: 0 !important;
}

#just-rating .e2w-new-theme #e2w-average .e2wcount {
	font-size: 18px;
}

#just-rating .e2w-new-theme #e2w-average .e2wcount::after {
	content: 'total reviews';
	font-size: 18px;
	margin-left: 4px;
}

#just-rating .e2w-new-theme #e2w-average .e2wcount::before {
	content: '/';
	margin: 0 5px;
}

#just-rating #e2wget5section.e2w-new-theme,
#just-rating .e2wget5section.e2w-new-theme,
#just-rating .e2w-new-theme #e2w-average .e2w-arating {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0;
}

#just-rating .e2w-new-theme #e2w-average .e2w-arating {
	display: flex;
	align-items: center;
}

#just-rating .e2w-new-theme #e2w-average .e2w-arating .e2waverage {
	order: 2;
	font-size: 18px !important;
	color: #CEE9EF;
	font-weight: 500;
}

#just-rating .e2w-new-theme #e2w-average .e2w-arating .e2woutof {
	order: 3;
	position: relative;
	left: 0;
	top: 0;
	margin-left: 3px;
	color: #CEE9EF;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	gap: 3px;
	text-transform: lowercase;
}

#just-rating .e2w-new-theme #e2w-average .e2w-arating #e2w-bigstar {
	order: 1;
	position: relative;
	left: 0;
	top: 0;
	padding: 0 6px 0 0;
}

#just-rating .e2w-new-theme #e2w-bigstar span {
	width: 20px;
	height: 20px;
	margin: 0 2px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("/wp-content/uploads/star-ratings-svg-v2-1.svg");
}

@media (max-width: 860px) {
	#just-rating .e2w-new-theme #e2w-bigstar span {
		width: 18px;
		height: 18px;
		margin: 0px 1px;
	}

	#just-rating .e2w-new-theme #e2w-average .e2w-arating .e2waverage,
	#just-rating .e2w-new-theme #e2w-average .e2w-arating .e2woutof,
	#just-rating .e2w-new-theme #e2w-average .e2wcount,
	#just-rating .e2w-new-theme #e2w-average .e2wcount::after {
		font-size: 16px !important;
	}
}

@media (max-width: 768px) {
	#just-rating #e2wget5section {
		padding-bottom: 0;
	}
	
	#just-rating .ratings-wrapper {
		 grid-template-columns: auto 85% !important;
        justify-content: flex-start !important;
        text-align: left !important;
        align-items: center !important;	
	}
	
	#just-rating .ratings-wrapper p.stars-of-five {
		margin: 0 !important;
	}
}

@media (max-width: 399px) {
	#just-rating .e2w-new-theme #e2w-average {
		flex-direction: column;
	}

	#just-rating .e2w-new-theme #e2w-average h2 {
		margin-top: 0;
	}
}

/* ----- THREE CALLOUTS ----- */
.banner-callouts .fl-callout-photo {
	width: 3.5%;
	padding-right: 6px;
	vertical-align: middle;
}

.banner-callouts .fl-callout-title,
.banner-callouts .fl-callout-text p {
	padding: 0 !important;
}

/* ----- MAP AND LOCATION IMAGES ----- */
.location-image {
	height: 240px;
}

@media (max-width: 399px) {
	.location-image {
		height: 100px;
	}
}

/* ----- BUTTONS ----- */
.double-buttons .fl-button-group-buttons .fl-button-group-button,
.double-buttons .fl-button-group-layout-horizontal .fl-button-wrap {
	width: 100%;
}

.double-buttons .fl-button-group-layout-horizontal .fl-button-group-buttons {
	flex-wrap: nowrap;
}

.double-buttons .fl-button-group-buttons .fl-button-group-button:first-child {
	margin-right: 8px;
}

.double-buttons .fl-button-group-buttons .fl-button-group-button:last-child {
	margin-left: 8px;
}

/* ----- FAVORITE ----- */
.overlay-fav .fl-rich-text {
	background-color: rgb(0 96 113 / 90%);
	display: inline-block;
	float: right;
	padding: 0 6px 0 6px;
	border-radius: 6px 6px 0 0;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 899px) {
	.double-buttons .fl-button-group-layout-horizontal .fl-button-group-buttons {
		flex-wrap: wrap;
	}

	.double-buttons .fl-button-group-buttons .fl-button-group-button:first-child {
		margin-right: 0px;
	}

	.double-buttons .fl-button-group-buttons .fl-button-group-button:last-child {
		margin-left: 0px;
	}
}

@media (min-width: 769px) and (max-width: 1085px) {
	.col-1 h1.fl-heading {
		font-size: 45px !important;
	}
}

@media (min-width: 769px) and (max-width: 859px) {
	.col-1 h1.fl-heading {
		font-size: 39px !important;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.banner-callouts .fl-callout-text {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.location-banner .col-2 .fl-col-group {
		display: flex;
		padding-bottom: 20px;
	}

	.location-banner .col-2 .fl-col-group .fl-col {
		width: 50% !important;
	}

	.banner-callouts .fl-callout-photo {
		padding-right: 16px;
		display: table-cell;
	}

	.banner-callouts .fl-callout-photo-left .fl-callout-content {
		width: 88%;
		display: table-cell;
	}

	.location-banner .col-2 .banner-callouts {
		display: block;
	}

	.location-banner .col-1 .banner-callouts {
		display: none;
	}
}

@media (min-width: 769px) {
	.location-banner .col-2 .banner-callouts {
		display: none;
	}

	.location-banner .col-1 .banner-callouts {
		display: block;
	}
}

/* phone, address, hours */
@media (max-width: 992px) {

	.location-banner .col-1 .pf-location-phone img,
	.location-banner .col-2 .pf-location-phone img {
		height: 19px;
		width: 19px;
	}

	.location-banner .col-1 #location-header-address img,
	.location-banner .col-1 .banner-callouts img,
	.location-banner .col-2 #location-header-address img,
	.location-banner .col-2 .banner-callouts img {
		width: 19px;
	}
}


/* ----- SERVICES ----- */
.services-row-locations .col-1 .fl-col-content {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
}

@media (min-width: 500px) and (max-width: 719px) {
	.services-row-locations .col-1 .fl-col-content {
		grid-template-columns: 50% 50%;
	}
}

@media (max-width: 499px) {
	.services-row-locations .col-1 .fl-col-content {
		grid-template-columns: 100%;
	}

	.fl-module.state-toggle.services {
		/* top: 200px !important; */
		/* position: fixed; */
		z-index: 10000;
		right: 0;
	}

	.state-toggle.sticky {
		top: 150px !important; 
	}
}

/* ----- PHYSICIANS AND DIRECTORS ----- */

.physicians-row .fl-row-content-wrap {
	overflow: hidden;
}

.providers-and-directors .fl-col-group .fl-col {
	width: 100%;
}

.providers-and-directors .fl-col-group .fl-col:first-child {
	margin-bottom: 50px;
}

.providers-and-directors .location-physician-schedules .fl-post-grid-event-calendar-date {
	font-weight: 500;
	font-size: 18px;
}

.providers-and-directors .working-title .fl-heading-text {
	background: #add9d0;
	border-radius: 10px;
	padding: 10px 13px;
}

.providers-and-directors .working-title,
.providers-and-directors .full-title {
	position: relative;
	top: -30px;
	left: 59px;
}

.providers-and-directors .full-title .fl-heading-text {
	background: #b0ced3;
	border-radius: 10px;
	padding: 10px 13px;
}

/* need a margin on the view full schedule button */
@media (max-width: 768px) {
	.location-schedule-btn {
		margin-left: 20px;
	}
}

@media (max-width: 1229px) {

	.pf-location-physicians .working-today,
	.pf-location-physicians .directors {
		width: 100%;
	}
}


/* ----- THE LISTING ----- */
.pf-medical-directors .director img,
.pf-working-today .physician img,
.pf-full-time-staff .physician img {
	flex: 0 0 70px;
}

.providers-and-directors .fl-module-post-grid .fl-post-feed .fl-post-feed-image img {
	border-radius: 100%;
}

.providers-and-directors .fl-module-post-grid .fl-post-feed .fl-post-feed-image-fallback .fl-post-feed-image img {
	border-radius: 0;
}

.providers-and-directors .fl-module-post-grid .fl-post-feed .fl-post-feed-image {
	width: 70px !important;
	height: 70px;
	margin-right: 15px;
	flex-shrink: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
}

.providers-and-directors .fl-module-post-grid .fl-post-feed .fl-post-feed-text {
	margin-left: 95px;
}

.providers-and-directors .fl-module-post-grid .fl-post-feed .fl-post-feed-title {
	margin-top: 0;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.providers-and-directors .fl-module-post-grid .fl-post-feed .fl-post-feed-header {
	margin-bottom: 0;
}

.providers-and-directors .directors-title .fl-heading-text {
	background: #E1D4C9;
	border-radius: 10px;
	padding: 10px 13px;
}

.providers-and-directors .directors-title {
	position: relative;
	top: -30px;
	left: 59px;
}

@media (min-width: 769px) {
	.providers-and-directors .fl-module-post-grid .fl-post-feed-post {
		width: 47%;
		float: left;
	}

	.providers-and-directors .fl-module-post-grid .fl-post-feed-post:nth-child(odd) {
		margin-right: 3%;
	}
}

@media (max-width: 768px) {
	.providers-and-directors .fl-module-post-grid .fl-post-feed-post {
		display: flex;
		align-items: center;
	}

	.fl-post-feed-post.fl-post-feed-image-beside {
		max-width: 100%;
	}

	.providers-and-directors .fl-module-post-grid .fl-post-feed .fl-post-feed-image {
		float: left;
	}

	.providers-and-directors .fl-post-feed-image-beside .fl-post-feed-image {
		margin-bottom: 0;
	}

	.providers-and-directors .fl-module-post-grid .fl-post-feed-post {
		margin-bottom: 20px;
	}

	.providers-and-directors .fl-module-post-grid .fl-post-feed .fl-post-feed-text {
		margin-left: 20px !important;
	}

	.providers-and-directors .directors-title,
	.providers-and-directors .working-title,
	.providers-and-directors .full-title {
		left: 0;
		top: 0;
		margin-top: -63px;
		margin-bottom: 20px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.providers-and-directors .directors-title h2 {
		background: #E1D4C9;
		border-radius: 10px;
		padding: 10px 13px !important;
	}

	.providers-and-directors .working-title h2 {
		background: #add9d0;
		border-radius: 10px;
		padding: 10px 13px !important;
	}

	.providers-and-directors .full-title h2 {
		background: #b0ced3;
		border-radius: 10px;
		padding: 10px 13px !important;
	}

	.providers-and-directors .directors-title .fl-heading-text,
	.providers-and-directors .working-title .fl-heading-text,
	.providers-and-directors .full-title .fl-heading-text {
		background: transparent;
		border-radius: 0;
		padding: 0;
	}

	.providers-and-directors .fl-col-group .fl-col:first-child {
		margin-bottom: 80px;
	}
}

@media (min-width: 485px) and (max-width: 768px) {
	.providers-and-directors .directors-title {
		margin-top: -50px;
	}
}

.directors-col .location-directors-list .fl-post-feed-header h3.fl-post-feed-title {
	font-weight: 500;
}

.directors-col .location-directors-list .fl-post-feed-header .directors-label,
.directors-col .location-directors-list .fl-post-feed-header .director-label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.directors-col .fl-post-feed-post {
	border-bottom: 0;
}

@media (max-width: 992px) {
	.directors-col .location-directors-list .fl-post-feed-title {
		font-size: 18px !important;
	}

	.directors-col .location-directors-list .fl-post-feed-header .directors-label {
		font-size: 12px;
	}
}

.people-posts .fl-post-feed-post:last-child {
	margin-bottom: 40px !important;
}

@media (min-width: 993px) and (max-width: 1239px) {
	.pi-filters {
		padding: 24px 21px;
	}
}

@media (max-width: 992px) {
	.pi-filters {
		padding: 20px;
	}

	.physician-row .col-2 {
		width: 25%;
	}

	.filter-group {
		min-width: 100%;
		max-width: 100%;
	}

	.filter-by-isdot label,
	.filter-by-isworking label {
		font-size: 14px;
	}

	.filter-by-isdot input:checked+label:after,
	.filter-by-isworking input:checked+label:after {
		height: 22px;
		width: 22px;
	}

}

@media (max-width: 768px) {
	#patientfirst-searchform {
		display: flex;
		flex-direction: column;
	}

	#patientfirst-searchform .fl-col:first-child {
		display: block;
		order: 2;
		width: 100% !important;
	}

	#patientfirst-searchform .fl-col.col-2 {
		order: 1;
		position: relative;
		width: 100% !important;
	}

	#patientfirst-searchform .fl-col.col-2 .pi-filters {
		border-radius: 15px;
		margin-bottom: 20px;
	}

	.physician-row .fl-row-content-wrap {
		padding-top: 0;
	}

	.pseudo-btn {
		margin-bottom: 5px;
	}

	.pi-filters h2 {
		margin-bottom: 18px;
	}

	#pi-physicians-grid-default,
	#pi-physicians-grid {
		margin-top: 2rem;
	}

	input.pi-search-input {
		font-size: 13px !important;
	}

	.pi-centers-search-and-filters .geolocation-btn {
		height: auto;
	}

	.pi-centers-search-and-filters .geolocation-btn i {
		font-size: 1em;
	}

	.pi-centers-search-and-filters .geolocation-btn .fl-button-text,
	.pi-centers-search-and-filters .geolocation-btn {
		font-size: 13px !important;
		line-height: 1em !important;
	}

	.single-physician .physician-row .col-1 .fl-col-content {
		max-width: 150px;
		min-height: 150px;
	}
}

#pi-physicians-grid-default .physician .icons-wrap,
#pi-physicians-grid .physician .icons-wrap,
#pi-centers-grid-default .center .icons-wrap,
#pi-centers-grid .center .icons-wrap {
	right: 20px;
	top: 20px;
}

#pi-physicians-grid-default .physician .headshot-name-wrap,
#pi-physicians-grid .physician .headshot-name-wrap {
	align-items: center;
}

@media (min-width: 500px) and (max-width: 992px) {

	#pi-physicians-grid-default,
	#pi-physicians-grid {
		grid-template-columns: repeat(2, calc(50% - 1rem)) !important;
	}
}

@media (max-width: 499px) {

	#pi-physicians-grid-default,
	#pi-physicians-grid {
		grid-template-columns: repeat(1, calc(100% - 1rem)) !important;
	}

	.filter-group {
		font-size: 13px;
	}
}

@media (min-width: 769px) and (max-width: 1299px) {

	#pi-physicians-grid-default .physician .headshot-name-wrap h4,
	#pi-physicians-grid .physician .headshot-name-wrap h4,
	#pi-physicians-grid-default .physician .info-wrap p,
	#pi-physicians-grid .physician .info-wrap p {
		font-size: 18px;
	}
}

/* TOGGLE FULL TIME */
#content.toggle-section {
	display: none;
}

/* why patientfirst section on mobile - have it cover the section above it */
@media (max-width: 768px) {
	.single-center .why-patient-first {
		margin-top: -30px;
	}
}

/* ----- TESTIMONIALS ----- */
.custom-testimonial .fl-icon-group {
	display: flex;
	justify-content: center;
}

.custom-testimonial .fl-icon-group .fl-icon {
	height: 22px;
	font-size: 18px;
	margin-bottom: 15px;
}

.custom-testimonial .fl-icon-group .fl-icon i,
.custom-testimonial .fl-icon-group .fl-icon i:hover {
	color: #CEE9EF !important;
}

.custom-testimonial .fl-testimonial p,
.custom-testimonial .fl-testimonial div {
	width: 56%;
	margin: auto;
}

.custom-testimonial .fl-slider-prev,
.custom-testimonial .fl-slider-next {
	top: 65px !important;
}

.custom-testimonial.larger-testimonials .fl-slider-prev,
.custom-testimonial.larger-testimonials .fl-slider-next {
	top: 155px !important;
}

.custom-testimonial .fl-slider-prev {
	left: 0;
}

.custom-testimonial .fl-slider-next {
	right: 0;
}

.custom-testimonial .fa-chevron-circle-left:before,
.custom-testimonial .fa-chevron-circle-right:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.custom-testimonial .fa-chevron-circle-left:before {
	background-image: url("/wp-content/uploads/blue-arrow.svg");
}

.custom-testimonial .fa-chevron-circle-right:before {
	background-image: url("/wp-content/uploads/blue-arrow.svg");
	transform: rotate(180deg);
}

.custom-testimonial .fl-testimonial small {
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 16px;
	margin-top: 20px;
	display: block;
}

.custom-testimonial .fl-testimonials-wrap {
	padding-top: 0 !important;
}

@media (max-width: 768px) {

	.custom-testimonial .fl-testimonial p,
	.custom-testimonial .fl-testimonial div {
		width: 73%;
	}

	.custom-testimonial .fa-chevron-circle-right:before,
	.custom-testimonial .fa-chevron-circle-left:before {
		width: 24px;
		height: 24px;
	}
}

/* ratings widget - gatherup */
#full-rating-widget #e2wget5widget * {
	font-family: "niveau-grotesk", sans-serif !important;
}

#full-rating-widget #e2wget5section #e2w-average,
#full-rating-widget #e2wget5section h2.e2w-businessname,
#full-rating-widget #e2wget5reviews .get5_starstext,
#full-rating-widget #e2wget5topbar {
	display: none;
}

#full-rating-widget #e2wget5widget .e2w-new-theme .get5_stars .e2wrating .e2w-active-stars span,
#full-rating-widget #e2wget5widget .e2w-new-theme .get5_stars .e2wrating .e2w-inactive-stars span {
	background: url("/wp-content/uploads/star-rating-alt-v5.svg") 0 0 repeat-x;
	background-size: 32px;
}

#full-rating-widget #e2wget5widget .e2wdescription p {
	font-size: 24px;
}

#full-rating-widget #e2wget5widget .e2wreviewer {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

#full-rating-widget .e2wreview .e2wreviewer abbr[title] {
	text-decoration: none;
}

#full-rating-widget .e2wreview {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#full-rating-widget .e2wreview .get5_starsrow {
	order: 1;
}

#full-rating-widget .e2wreview .e2wdescription {
	order: 2;
	padding: 30px 0 20px 0 !important;
}

#full-rating-widget .e2wdescription .e2wkeep {
	text-align: center;
	max-width: 740px;
	margin: auto;
	line-height: 1.3em;
}

#full-rating-widget .e2wdescription .e2wkeep::before {
	content: '"';
}

#full-rating-widget .e2wdescription .e2wkeep::after {
	content: '"';
}

#full-rating-widget .e2wreview .e2wreviewer {
	order: 3;
}

#full-rating-widget #e2wget5widget .e2w-new-theme .e2wreview {
	border-top: 0px solid transparent;
}

#full-rating-widget #e2wget5section.e2w-new-theme,
#full-rating-widget .e2wget5section.e2w-new-theme,
#full-rating-widget .e2w-new-theme #e2w-average .e2w-arating {
	border: 1px solid transparent;
	border-radius: 0;
	background: transparent;
}

#full-rating-widget #e2wget5widget .e2w-new-theme b,
#full-rating-widget #e2wget5widget .e2w-new-theme h2,
#full-rating-widget #e2wget5widget .e2w-new-theme,
#full-rating-widget #e2wget5widget .e2w-new-theme p,
#full-rating-widget #e2wget5widget .e2w-new-theme .e2wreviewer abbr,
#full-rating-widget #e2wget5widget a {
	color: #fff;
}

#full-rating-widget #e2wget5widget a {
	text-decoration: underline;
}

#full-rating-widget #e2wget5widget .e2w-new-theme .e2wget5sortDate,
#full-rating-widget #e2wget5widget .e2w-new-theme .e2wget5sortRating {
	border: 1px solid transparent;
}


@media (max-width: 991px) {
	.reviews-container h2 {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.reviews-container h2 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.reviews-container .pf-prev-arrow {
		left: 2rem;
	}

	.reviews-container .pf-next-arrow {
		right: 2rem;
	}
	
	.single-center .reviews-container .pf-prev-arrow, 
	.single-center .reviews-container .pf-next-arrow {
		font-size: 39px !important;
	}
	
	.single-center .reviews-container .review-body {
		max-width: 75% !important;
	}
}

/* prevent horizontal scroll */
.ratings-wrapper p {
	width: 50%;
}

/* -- SLICK SLIDER -- */
.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slide {
	float: left;
}

.slick-prev {
	display: block !important;
	opacity: 1 !important;
	padding: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin: 0px;
	border: none;
	font-size: 0;
	line-height: 0;
	background-size: contain;
	background-position-x: center;
	border-radius: 6px;
	z-index: 999;
	cursor: pointer;
	transition: 0.2s all ease-in-out !important;
}

.slick-next {
	display: block !important;
	opacity: 1 !important;
	padding: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin: 0px;
	border: none;
	font-size: 0;
	line-height: 0;
	background-size: contain;
	background-position-x: center;
	border-radius: 6px;
	z-index: 999;
	cursor: pointer;
	transition: 0.2s all ease-in-out !important;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: 0.7;
	background-color: transparent;
	border: 1px solid transparent;
}

.slick-prev:before {
	content: '';
	transform: scaleX(-1);
	width: 25px;
	height: 25px;
	margin: auto;
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat !important;
	opacity: 1;
	-webkit-transition: 0.2s all ease-in-out !important;
	transition: 0.2s all ease-in-out !important;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(133deg);
	border-color: var(--blue-color);
}

.slick-next:before {
	content: '';
	width: 25px;
	height: 25px;
	margin: auto;
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat !important;
	opacity: 1;
	-webkit-transition: 0.2s all ease-in-out !important;
	transition: 0.2s all ease-in-out !important;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	border-color: var(--blue-color);
}


/* ----- AWARDS & RECOGNITIONS ----- */
.award-listing .fl-post-grid-post,
.award-listing .fl-post-feed-post {
	pointer-events: none;
	width: 200px;
}

.award-listing .fl-post-grid-title,
.award-listing .fl-post-feed-header {
	display: none;
}

.award-listing .fl-post-feed-image {
	max-width: 100px;
	margin: auto;
	height: 120px;
}

.award-listing .fl-post-feed-post .fl-post-feed-text .fl-post-feed-content {
	margin-top: 10px;
}

@media (min-width: 993px) {
	.award-listing .fl-post-feed {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 1.1em;
	}
}

@media (max-width: 992px) {
	.award-listing .fl-post-feed-image {
		height: auto;
	}

	.award-listing .fl-post-grid-post,
	.award-listing .fl-post-feed-post {
		margin: auto;
		padding-bottom: 20px;
	}
}

/* single page awards, make them centered */
@media (min-width: 993px) {
	.single-center .award-list {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 1.1em;
	}

	.single-center .award-list>li {
		max-width: 200px;
	}
}


/* ----- WHY PATIENT FIRST ----- */
.text-width {
	width: 70%;
	margin: auto;
}

.why-callouts .fl-module-content {
	overflow: visible;
}

.why-callouts .fl-module-content .fl-callout-photo {
	margin-top: -50px;
}

.why-callouts .fl-module-content .fl-callout-title {
	padding-top: 10px;
	padding-bottom: 35px;
}

@media (max-width: 768px) {
	.why-callouts .fl-module-content .fl-callout-title {
		padding-top: 0;
		padding-bottom: 15px;
	}

	.why-callouts .fl-module-content .fl-callout-photo {
		margin-top: -35px;
	}

	.text-width {
		width: 100%;
	}
}


/* ----- NEARBY LOCATIONS ----- */
.nearby-locations .location-is-closed,
.nearby-locations .location-address,
.nearby-locations .location-phone,
.nearby-locations .fl-post-grid-post .fl-button-wrap {
	display: none;
}

body .nearby-locations .fl-post-grid-image img {
	height: 300px !important;
	width: 100% !important;
	object-fit: cover;
}

.nearby-locations .fl-post-grid-text .fl-location-address {
	font-size: 21px;
}

@media (max-width: 992px) {
	.nearby-locations .fl-post-grid-text .fl-location-address {
		font-size: 16px;
		line-height: 1em;
		margin-top: 5px;
	}
}

@media (min-width: 769px) {
	body.single-center .custom-posts-listing .fl-post-grid-post {
		min-height: 355px;
	}
}

@media (max-width: 768px) {
	body.single-center .custom-posts-listing .fl-post-grid-post .fl-post-grid-title {
		margin: 0;
	}
}

@media (min-width: 769px) and (max-width: 992px) {

	.page-title-reduced-width h1,
	.reduced-width-text-callout .fl-callout-text {
		width: 100%;
	}
}

/* button */
body.single.single-center .fl-module-post-grid.nearby-locations .fl-builder-pagination-load-more.show-all a {
	color: #fff !important;
	background-color: #01a689;
	font-family: "niveau-grotesk", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	border-style: solid;
	border-width: 2px;
	border-color: #01a689;
	border-radius: 15px;
}

body.single.single-center .fl-module-post-grid.nearby-locations .fl-builder-pagination-load-more.show-all a:hover {
	color: #fff !important;
	background-color: #006071;
	border-color: #006071;
}

body.single.single-center .fl-module-post-grid.nearby-locations .fl-builder-pagination-load-more.show-all a>span {
	color: #fff !important;
}

@media (max-width: 768px) {
	body.single.single-center .fl-module-post-grid.nearby-locations .fl-builder-pagination-load-more.show-all {
		margin-top: 30px;
	}

	body.single.single-center .fl-module-post-grid.nearby-locations .fl-post-column {
		padding-bottom: 20px;
	}
}

/* --------- PHYSCIANS --------- */
/* row */
.physician-row .col-2 {
	position: absolute;
	right: 0;
}

@media (min-width: 2200px) {
	.physician-row .col-2 {
		width: 34%;
	}
}

@media (min-width: 1801px) and (max-width: 2199px) {
	.physician-row .col-2 {
		width: 31%;
	}
}

@media (min-width: 1500px) and (max-width: 1800px) {
	.physician-row .col-2 {
		width: 27%;
	}
}

/* Search */
#physician-search-form .fl-search-form .fl-search-form-input-wrap form .fl-form-field input[type=search] {
	border: 1px solid #98989B;
	border-radius: 15px;
	box-shadow: none;
	padding-right: 16px;
	padding-bottom: 16px;
}

#physician-search-form .fl-search-form-wrap {
	padding-top: 0;
	padding-left: 0;
}

/* Filters */
#filter-by-state,
#filter-by-region,
#filter-by-center {
	width: 100%;
	min-width: 204px;
	max-width: 204px;
	border: none;
	border-radius: 10px;
	padding: 12px;
	margin-bottom: 10px;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.1;
	background-color: #F2F2F2;
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
}

@media (max-width: 1099px) {

	#filter-by-state,
	#filter-by-region,
	#filter-by-center {
		min-width: 100%;
		max-width: 100%;
	}
}

#filter-by-state select,
#filter-by-state:after,
#filter-by-region select,
#filter-by-region:after,
#filter-by-center select,
#filter-by-center:after {
	grid-area: select;
}

#filter-by-state::after,
#filter-by-region::after,
#filter-by-center::after {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url("/wp-content/uploads/plus-icon.svg");
	background-repeat: no-repeat;
	justify-self: end;
}

/* reset */
#filter-by-state select,
#filter-by-region select,
#filter-by-center select {
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
}

/* dot certified */
#filter-by-isdot,
#filter-by-working-today {
	margin-top: 20px;
}

#isdot-checkbox,
#working-today-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

#isdot-checkbox+label,
#working-today-checkbox+label {
	position: relative;
	font-size: 16px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	height: 27px;
	color: rgb(0, 0, 0);
}

#isdot-checkbox+label::before,
#working-today-checkbox+label::before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: var(--blue-color);
	border-radius: 5px;
	box-shadow: none;
}

#isdot-checkbox:checked+label::after,
#working-today-checkbox:checked+label::after {
	content: " ";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMzMzMjMwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: center center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: transparent;
	font-size: 10px;
	height: 27px;
	width: 27px;
}

@media (min-width: 769px) and (max-width: 1024px) {

	#physician-filters .fl-module-content,
	#filter-by-region .fl-module-content,
	#filter-by-center .fl-module-content {
		margin-left: 0;
		margin-right: 0;
	}
}

/* listing */
.physician-listing .fl-post-grid-post {
	background: #E1F1EE;
	border: none;
	border-radius: 15px;
	padding: 25px;
	display: flex;
	flex-direction: column;
}

.physician-listing .fl-post-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
}

.physician-listing .fl-post-text {
	padding: 0;
	margin-top: -15px;
}

.physician-listing .fl-post-image.circular--landscape {
	width: 70px;
	height: 70px;
	margin-right: 15px;
	flex-shrink: 0;
}

.physician-listing .title-save {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.physician-listing .save-icon[data-type='physician']:after {
	content: '';
}

.physician-listing .save-icon {
	margin-right: 0;
	margin-left: auto;
}

.physician-listing .save-icon.active[data-type='physician']:after {
	content: 'Saved Physician';
	font-size: 16px;
	vertical-align: text-top;
}

.physician-listing .fl-module-content .fl-builder-pagination-load-more {
	padding-top: 0 !important;
}

/* button */
.fl-builder-content .physician-listing .fl-post-grid-post .fl-button-wrap {
	display: flex;
	align-items: flex-end;
	flex: 1 1 0;
}

.fl-builder-content .physician-listing .fl-post-grid-post .fl-button,
.fl-builder-content .physician-listing .fl-post-grid-post .fl-button:visited {
	background-color: var(--blue-color);
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	white-space: nowrap;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	margin-top: 20px;
}

.fl-builder-content .physician-listing .fl-post-grid-post .fl-button:hover {
	background-color: var(--green-color) !important;
	color: #fff;
}

/* dot certified */
.physician-listing .dot-cert {
	order: 5;
	margin-top: 5px;
	margin-bottom: 20px;
}

.physician-listing .dot-cert i.fa-circle {
	color: var(--green-color);
}

.physician-listing .dot-cert i.fa-circle::before {
	font-size: 14px;
	vertical-align: middle;
}

.physician-listing .dot-cert .fl-module-content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.physician-listing .dot-cert .fl-callout-icon-left .fl-icon {
	vertical-align: top;
}

.physician-listing .fl-callout-text {
	font-size: 16px;
	color: var(--green-color);
}

.locations-post-list p.when-dot-scheduled {
	font-size: 16px;
	color: var(--green-color);
	padding-left: 22px;
}

.physician-listing .fl-callout-text p {
	padding: 0 !important;
}

@media (min-width: 769px) and (max-width: 1299px) {

	.fl-builder-content .physician-listing .fl-post-grid-post .fl-button,
	.fl-builder-content .physician-listing .fl-post-grid-post .fl-button:visited {
		white-space: normal;
	}

	.physician-listing .title-save {
		align-items: flex-start;
		flex-direction: column;
	}
}

.fl-page .physician-listing .fl-builder-pagination-load-more a.fl-button {
	border-width: 0;
}

/* reset button */
.pseudo-btn {
	border: 1px solid var(--green-color);
	border-radius: 9px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: 600;
}

.pseudo-btn:hover {
	border: 1px solid var(--blue-color);
}

/* --------- PHYSCIANS SINGLE --------- */
.dot-cert .fl-callout-icon-left .fl-icon {
	vertical-align: baseline;
	padding-right: 8px;
}

.dot-cert .fl-callout-title {
	padding: 0;
}

/* ----- BANNER ----- */
@media (max-width: 768px) {
	.physician-row .col-1 {
		width: 100% !important;
	}
}

.physician-row .save-icon[data-type='physician']:after {
	font-weight: 500;
	font-size: 18px;
}

/* ----- BIO ----- */
.bio-tab .fl-tabs-labels .fl-tabs-label {
	border-radius: 30px 30px 0 0;
}

.bio-tab .fl-tabs-panels {
	border-radius: 0 30px 30px 30px;
}

@media (max-width: 768px) {
	.bio-tab .fl-tabs-labels {
		display: block;
	}

	.bio-tab .fl-tabs-labels .fl-tabs-label {
		float: left;
	}

	.bio-tab .fl-tabs-panel .fl-tabs-label {
		display: none;
	}
}

/* ----- OTHER PHYSICIANS IN THIS REGION ----- */
.custom-post-slider .fl-post-carousel-image {
	width: 100px;
}

.custom-post-slider .fl-post-carousel-image img {
	border-radius: 100%;
}

.custom-post-slider .fl-post-carousel-post {
	border: none;
	border-radius: 15px;
	box-shadow: 2px 2px 10px 4px rgb(0 0 0 / 10%);
	padding: 25px;
}

.custom-post-slider .fl-post-carousel-title {
	margin: 0 0 30px;
}

.custom-post-slider .fl-post-carousel-post .fl-post-carousel-text {
	padding: 20px 0;
}

body .custom-post-slider .fl-post-carousel-text .fl-post-carousel-content a {
	background-color: var(--blue-color);
	padding: 12px 24px;
	border-radius: 15px;
	line-height: 1.2;
	border: 2px solid var(--blue-color);
}


body .custom-post-slider .fl-post-carousel-text .fl-post-carousel-content a:hover {
	background-color: var(--green-color);
	border: 2px solid var(--green-color);
}

.custom-post-slider .bx-viewport {
	height: 304px !important;
	padding: 12px 11px !important;
}

.custom-post-slider .fl-post-carousel-svg-container {
	display: none;
}

.custom-post-slider .carousel-prev:before,
.custom-post-slider .carousel-next:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.custom-post-slider .carousel-prev:before {
	background-image: url("/wp-content/uploads/blue-arrow.svg");
}

.custom-post-slider .carousel-next:before {
	background-image: url("/wp-content/uploads/blue-arrow.svg");
	transform: rotate(180deg);
}

/* ----- RESPONSIVE ----- */
@media (max-width: 768px) {
	.custom-post-slider .fl-post-carousel-image {
		width: 72px;
	}

	.custom-post-slider .bx-viewport {
		height: auto !important;
	}

	.custom-post-slider .fl-post-carousel-post {
		width: 280px !important;
	}

	.custom-post-slider .fl-post-carousel-navigation {
		display: none;
	}

	.custom-post-slider .fl-post-carousel {
		padding: 0;
	}
}

/* --------- INSURANCE PAGE --------- */
.interior-header.insurance .fl-col-group-equal-height,
.insurance-sections .fl-col-group-equal-height {
	padding-top: 60px;
}

.insurance-col {
	position: relative;
}

.insurance-col .fl-module-html {
	position: absolute;
	width: 100%;
	height: 100%;
}

.icon-on-left-60px.insurance.full-width .fl-callout-photo {
	width: 3%;
}

.interior-header.insurance .fl-col-group-equal-height .fl-col .fl-col-content:hover,
.insurance-sections .fl-col-group-equal-height .fl-col .fl-col-content:hover {
	background-color: var(--green-color);
}

/* tan color */
.interior-header.insurance.tan-hover .fl-col-group-equal-height .fl-col .fl-col-content:hover {
	background-color: var(--tan-color);
}

.interior-header.insurance.tan-hover .fl-col-group-equal-height .fl-col .fl-col-content:hover .fl-heading-text {
	color: #7b7b7b;
}

.interior-header.insurance.tan-hover .fl-col-group-equal-height .fl-col.col-1 .fl-col-content:hover .state-img .fl-photo-content img {
	content: url("/wp-content/uploads/State-Maryland-gray.svg");
}

.interior-header.insurance.tan-hover .fl-col-group-equal-height .fl-col.col-2 .fl-col-content:hover .state-img .fl-photo-content img {
	content: url("/wp-content/uploads/State-New-Jersey-gray.svg");
}

.interior-header.insurance.tan-hover .fl-col-group-equal-height .fl-col.col-3 .fl-col-content:hover .state-img .fl-photo-content img {
	content: url("/wp-content/uploads/State-Pennsylvania-gray.svg");
}

.interior-header.insurance.tan-hover .fl-col-group-equal-height .fl-col.col-4 .fl-col-content:hover .state-img .fl-photo-content img {
	content: url("/wp-content/uploads/State-Virginia-gray.svg");
}

@media (max-width: 768px) {

	.interior-header.insurance .fl-col-group-equal-height .fl-col,
	.insurance-sections .fl-col-group-equal-height .fl-col {
		width: 100% !important;
	}

	.interior-header.insurance .fl-col-group-equal-height,
	.insurance-sections .fl-col-group-equal-height {
		padding-top: 30px;
	}

	.interior-header.insurance .fl-row-content-wrap {
		background-image: none;
	}

	.interior-header.insurance,
	.interior-header.insurance h1,
	.interior-header.insurance h2 {
		color: var(--black-color);
	}

	.interior-header.insurance .shield .fl-photo-img-svg::before {
		content: '';
		background-image: url("/wp-content/uploads/insurance-icon-green.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		display: block;
	}

	.icon-on-left-60px.insurance.shield .fl-callout-photo,
	.icon-on-left-60px.self-pay .fl-callout-photo {
		padding-top: 4px;
	}
}

/* insurance page with sidebar toggle */
@media (min-width: 993px) and (max-width: 1282px) {
	.insurance-btns-with-sidebar .insurance-col .fl-module-heading h2 {
		font-size: 23px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.insurance-btns-with-sidebar .insurance-col .fl-module-heading h2 {
		font-size: 14px;
	}
}

ul#menu-toggle-insurance-self-pay #menu-item-2246320 a,
ul#menu-toggle-insurance-self-pay #menu-item-2246325 a {
	color: #262626;
	pointer-events: none;
}

ul#menu-toggle-insurance-self-pay #menu-item-2246330 {
	margin-top: 15px;
}


/* --------- INSURANCE SINGLE PAGE --------- */
.custom-tab .fl-tabs .fl-tabs-labels {
	background-color: var(--tan-color);
	padding: 30px 30px 15px 30px;
	border-radius: 30px 30px 0 0;
	display: inline-block;
}

.custom-tab .fl-tabs-horizontal .fl-tabs-label.fl-tab-active:after {
	background-color: transparent;
}

.custom-tab .fl-tabs-labels .fl-tabs-label {
	border-radius: 15px;
}

.custom-tab .fl-tabs-panels {
	border-radius: 0 30px 30px 30px;
	margin-top: -9px;
}

@media (max-width: 768px) {
	.custom-tab .fl-tabs-panels {
		border-radius: 0;
		margin-top: -35px;
		padding-top: 35px;
	}

	.custom-tab .fl-tabs .fl-tabs-labels {
		position: relative;
		background-color: var(--tan-color);
		padding: 16px 20px;
		border-radius: 50px;
		display: block;
		box-shadow: 0 4px 10px 0 rgb(0 0 0 / 5%);
	}
}

/* ----- TABLES ----- */
.custom-tab.tables .wpDataTables tr.wpdt-cell-row td:first-child {
	font-weight: 500;
}

.custom-tab.tables .wpDataTables tr.wpdt-cell-row td:last-child {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8em;
}

.custom-tab.tables .wpDataTables table {
	background-color: #F8F3EF;
	border-radius: 30px;
	padding: 40px;
	display: block;
}

/* NEW STRIPING Aug 2025 only the insurance tables - the first tab #insurance-0 */
#insurance.tables #insurance-0 .wpDataTable.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: transparent !important;
}

/* Group-based striping */
#insurance.tables #insurance-0 .wpDataTable tr.group-even > td,
#insurance.tables #insurance-0 .wpDataTable tr.group-even > th {
  background: #F8F3EF !important;  /* light brown */
}

#insurance.tables #insurance-0 .wpDataTable tr.group-odd > td,
#insurance.tables #insurance-0 .wpDataTable tr.group-odd > th {
  background: #ffffff !important;  /* white */
}

#insurance.tables #insurance-0 .wpDataTable tbody tr:hover > td,
#insurance.tables #insurance-0 .wpDataTable tbody tr:hover > th {
  filter: brightness(0.98);
}

#insurance.tables #insurance-1 .wpDataTable tr > td {
	background-color: #F8F3EF;
}


/* ----- SELF PAY TABLE ----- */
.custom-tab.tables .wpDataTables table td.wpdt-cell h3 {
	font-weight: 500;
	font-size: 24px;
	margin: 0;
}

.custom-tab.tables .wpDataTables table td.wpdt-cell h4 {
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	color: var(--green-color);
	text-transform: uppercase;
}

.custom-tab.tables .wpDataTables table td.wpdt-cell:last-child {
	font-size: 18px;
}

.custom-tab.tables .wpDataTables table td.wpdt-cell hr {
	border-top: 1px solid var(--black-color);
}

/* ----- SELF PAY TAB ----- */
.custom-tab .fl-tabs-labels a.fl-tabs-label:last-child {
	border-radius: 0 15px 15px 0;
	margin-left: -15px;
	padding-left: 64px;
}

.custom-tab .fl-tabs-labels a.fl-tab-active:last-child {
	border-radius: 15px;
	margin-left: -15px;
	padding-left: 50px;
}

/* ----- INACTIVE TAB on left ----- */
.custom-tab .fl-tabs-labels a.fl-tabs-label:first-child {
	border-radius: 15px 0 0 15px;
	padding-right: 64px;
}


.custom-tab .fl-tabs-labels a.fl-tab-active:first-child {
	border-radius: 15px;
	padding-right: 50px;
}

@media (max-width: 768px) {
	.custom-tab .fl-tabs-labels {
		display: block;
	}

	.custom-tab .fl-tabs-labels .fl-tabs-label {
		float: left;
	}

	.custom-tab .fl-tabs-panel .fl-tabs-label {
		display: none;
	}

	.custom-tab .fl-tabs-labels a.fl-tabs-label:first-child {
		padding-right: 32px;
	}

	/* ----- SELF PAY TAB ----- */
	.custom-tab .fl-tabs-labels a.fl-tabs-label:last-child {
		border-radius: 0 10px 10px 0;
		margin-left: -10px;
		padding-left: 28px;
	}

	.custom-tab .fl-tabs-labels a.fl-tab-active:last-child {
		border-radius: 10px;
		margin-left: -10px;
		padding-left: 20px;
	}

	/* ----- INACTIVE TAB ----- */
	.custom-tab .fl-tabs-labels a:first-child {
		border-radius: 10px 0 0 10px;
		padding-right: 28px;
	}

	.custom-tab .fl-tabs-labels a.fl-tab-active:first-child {
		border-radius: 10px;
		padding-right: 20px;
		z-index: 1;
		position: relative;
	}

	/* ----- TABLES ----- */
	.custom-tab.tables td.column-1 {
		font-size: 18px
	}

	.custom-tab.tables td.column-2 {
		font-size: 16px;
	}

	.custom-tab.tables td {
		text-align: left;
	}

	.custom-tab.tables .tablepress>*+tbody>*>*:nth-child(odd) {
		border-top: 10px solid transparent;
	}

	.custom-tab.tables .tablepress>*+tbody>*>*:nth-child(even) {
		border-top: 0px solid transparent;
	}

	.custom-tab.tables table {
		background-color: transparent;
		padding: 0;
		display: block;
	}
}

@media (max-width: 389px) {
	.custom-tab .fl-tabs-labels a {
		font-size: 13px;
	}

	/* ----- SELF PAY TAB ----- */
	.custom-tab .fl-tabs-labels a#fl-tabs-516nmhox4db3-label-1 {
		border-radius: 0 5px 5px 0;
		padding-left: 18px;
		padding-right: 10px;
	}

	.custom-tab .fl-tabs-labels a.fl-tab-active#fl-tabs-516nmhox4db3-label-1 {
		border-radius: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* ----- INACTIVE TAB ----- */
	.custom-tab .fl-tabs-labels a#fl-tabs-516nmhox4db3-label-0 {
		border-radius: 5px 0 0 5px;
		padding-right: 18px;
		padding-left: 10px;
	}

	.custom-tab .fl-tabs-labels a.fl-tab-active#fl-tabs-516nmhox4db3-label-0 {
		border-radius: 5px;
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* ----- OUT OF STATE OR OUT OF NETWORK INSURANCE ----- */
@media (min-width: 993px) {
	.right-side-row .fl-col-group {
		display: flex;
		justify-content: center;
	}

	.right-side-row .fl-col-group .col-1 {
		margin-top: auto;
		margin-bottom: auto;
	}
}

/* alternative table layout */
@media (max-width: 1050px) {
	body .wpdt-c.wpDataTableContainerSimpleTable #wpdtSimpleTable-16.wpdtSimpleTable.wpDataTable th {
		padding: 5px !important;
	}
}

@media (min-width: 862px) and (max-width: 1050px) {

	table#wpdtSimpleTable-16,
	.custom-tab.tables .wpDataTables table#wpdtSimpleTable-16 td.wpdt-cell:last-child {
		font-size: 15px;
	}
}

@media (min-width: 769px) and (max-width: 861px) {

	table#wpdtSimpleTable-16,
	.custom-tab.tables .wpDataTables table#wpdtSimpleTable-16 td.wpdt-cell:last-child {
		font-size: 11px;
	}
}

@media (min-width: 578px) and (max-width: 685px) {

	table#wpdtSimpleTable-16,
	.custom-tab.tables .wpDataTables table#wpdtSimpleTable-16 td.wpdt-cell:last-child {
		font-size: 15px;
	}
}

@media (min-width: 480px) and (max-width: 577px) {

	table#wpdtSimpleTable-16,
	.custom-tab.tables .wpDataTables table#wpdtSimpleTable-16 td.wpdt-cell:last-child {
		font-size: 12px;
	}

	.custom-tab.tables .wpDataTables table#wpdtSimpleTable-16 {
		padding: 20px;
	}
}

@media (max-width: 479px) {

	table#wpdtSimpleTable-16,
	.custom-tab.tables .wpDataTables table#wpdtSimpleTable-16 td.wpdt-cell:last-child {
		font-size: 7px;
	}

	.custom-tab.tables .wpDataTables table#wpdtSimpleTable-16 {
		padding: 20px;
	}
}


/* ----- STATE TOGGLE ----- */
@media (max-width: 768px) {
/* 	.toggle-row {
		position: fixed;
		right: -1px !important;
		z-index: 99 !important;
	} */

	body .billing-col .fl-module-html {
		width: 91% !important;
	}

	.toggle-row+.interior-header .fl-row-content-wrap {
		padding-top: 50px !important;
	}
}

@media (min-width: 769px) {
	.toggle-row {
		position: sticky;
		/* top: 120px; */
		right: 0;
		z-index: 99;
		width: fit-content;
		margin-left: auto;
		margin-right: 0;
	}

	.toggle-row {
		height: 0;
	}
}

.state-toggle {
	width: 250px;
	margin: -1px 0 0 auto;
}

.state-toggle.sticky {
	position: fixed;
    top: calc(100vh - 50%);
    right: 0;
    z-index: 10;
	top: 30%;
	transition: top 0.3s ease-in-out;
}

.state-toggle.sticky:has(.fl-accordion-item-active) {
	top: 20%;
}

.state-toggle .fl-accordion-button .fl-accordion-button-icon {
	color: var(--blue-color);
	opacity: 1;
}

.state-toggle .fl-accordion-content .fl-builder-content {
	padding: 0;
}

.state-toggle .fl-accordion-content li.current-menu-item a::before,
.mobile-state-change ul.menu li.current-menu-item a::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-size: 11px;
	color: var(--green-color);
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	top: 10px;
	left: -5px;
}

#popmake-2678 .fl-module-menu ul.menu li.current-menu-item a::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	color: var(--green-color);
	margin-left: -12px;
	font-size: 11px;
	margin-right: 5px;
	top: -1px;
	position: relative;
}

.state-toggle .fl-accordion-content li:hover:not(.current-menu-item) a,
.mobile-state-change ul.menu li:hover:not(.current-menu-item) a,
#popmake-2678 .fl-module-menu ul.menu li:hover:not(.current-menu-item) a {
	padding-left: 15px;
}

.state-toggle .fl-accordion-content li a,
.mobile-state-change ul.menu li a {
	padding-left: 15px;
}

#popmake-2678 .fl-module-menu ul.menu li:not(.current-menu-item) a {
	padding-left: 12px;
}

#popmake-2678 .fl-module-menu ul.menu li.mobile-only {
	display: none;
}

#popmake-2678 button.pum-close {
	display: none;
}

#popmake-2678 .pum-content {
	margin-right: 20px;
}

/* ----- MOBILE STATE CHANGER ----- */
.mobile-state-change ul.menu li:not(.current-menu-item) {
	display: none;
}

.mobile-state-change ul.menu li.current-menu-item a {
	padding-bottom: 1px;
}

.state-toggle ul.menu li.mobile-only {
	display: none;
}

.mobile-state-change ul.menu li.mobile-only {
	display: list-item;
}

.mobile-state-change ul.menu li.change-popup a {
	color: var(--blue-color);
	text-transform: capitalize;
	text-decoration: underline;
	font-weight: 500;
	padding-top: 0;
}

.mobile-state-change ul.menu li.change-popup:hover a::before {
	display: none;
}

.mobile-state-change ul.menu li.change-popup a:hover {
	color: var(--blue-color);
	opacity: 0.7;
}

@media (max-width: 768px) {
	.toggle-row {
		/* top: 10px; */
		right: 17px;
		/* margin-top: 33px; */
	}

	.mobile-state-change ul.menu li.current-menu-item a::before {
		font-size: 11px;
		margin-right: 5px;
		top: -1px;
		position: relative;
	}
}

@media (max-width: 389px) {

	.mobile-state-change ul.menu li.current-menu-item a,
	.mobile-state-change ul.menu li.change-popup a {
		font-size: 12px;
	}
}

/* --------- SERVICES --------- */

/* ----- TREAT ROW ----- */
@media (max-width: 768px) {
	.treat-row .fl-row-content-wrap {
		background-color: #fff;
	}

	.treat-row .col-2 {}
}

/* ----- TOGGLE ----- */
.state-toggle.services .fl-accordion-content {
	padding: 0 10px 10px 15px;
}

/*
.toggle-row.services {
margin-top: 107px;
margin-top: 0;
}
Commenting out as this will be handled by jQuery in script.js 
*/

/* ----- ACCORDION ----- */
.custom-accordion .fl-accordion-button .fl-accordion-button-icon {
	color: var(--blue-color);
	opacity: 1;
	font-size: 23px;
}

.custom-accordion a.fl-accordion-button-icon .fa-plus:before,
.custom-accordion a.fl-accordion-button-icon .fa-minus:before {
	content: '';
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	display: block;
}

.custom-accordion a.fl-accordion-button-icon .fa-plus:before {
	background-image: url(/wp-content/uploads/plus-icon.svg);
}

.custom-accordion a.fl-accordion-button-icon .fa-minus:before {
	background-image: url(/wp-content/uploads/minus-icon.svg);
}

/* ----- LIST OF PAGES ----- */
.custom-list .fl-post-feed-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-list .fl-post-feed-text .fl-post-feed-content a.fl-post-feed-more:hover {
	text-decoration: none;
	opacity: 0.7;
}

.custom-list .fl-post-feed-header {
	margin-bottom: 0;
}

.custom-list .fl-post-feed-text .fl-post-feed-content a.fl-post-feed-more {
	white-space: nowrap;
}

.custom-list .fl-post-feed-text .fl-post-feed-content a.fl-post-feed-more::after {
	content: '';
	border-color: #fff;
	position: relative;
	right: -6px;
	top: -2px;
	z-index: 1;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
}

.custom-list .fl-post-feed-post {
	border-bottom: 2px solid #D8D8DA;
}

/* while in the accordion the BB styles are not generating */
.custom-accordion .custom-list h3.fl-post-feed-title {
	font-size: 21px;
	margin: 10px 0 7px 0;
}

@media (max-width: 768px) {
	.custom-accordion .custom-list h3.fl-post-feed-title {
		font-size: 16px;
	}
}

.custom-accordion .custom-list .fl-post-feed-text .fl-post-feed-content a.fl-post-feed-more {
	color: var(--blue-color);
}

.custom-accordion .custom-list .fl-post-feed-text .fl-post-feed-content {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 12px;
}

.custom-accordion .fl-accordion-content .fl-builder-module-template {
	padding: 0 20px 0 0;
}

.custom-accordion .custom-list .fl-post-feed-post {
	margin-bottom: 0;
}


/* ----- EMERGENCY ROOM SECTION ----- */
.emergency-room-row .heading-subtitle {
	width: 65%;
	margin: auto;
}

.emergency-room-row .fl-col-group-nested {
	border-radius: 30px 30px 0 0;
	background-color: #fff;
	padding: 50px 100px 80px;
}

.unbulleted-list ul li {
	list-style-type: none;
	padding: 5px 15px;
}

.unbulleted-list ul {
	padding-left: 0;
}

.unbulleted-list.color ul li:nth-child(odd) {
	background-color: #e8e8e8;
}

.unbulleted-list.color.reverse-desktop ul li:nth-child(odd) {
	background-color: #e8e8e8;
}

.unbulleted-list.color.reverse-desktop ul li:nth-child(even) {
	background-color: transparent;
}

@media (max-width: 768px) {
	.unbulleted-list.color.reverse ul li:nth-child(odd) {
		background-color: #e8e8e8;
	}

	.unbulleted-list.color.reverse ul li:nth-child(even) {
		background-color: transparent;
	}
	
	.unbulleted-list.color .fl-module-content {
		margin-right: 0;
	}
}


.emergency-room-row .fl-col-group-nested .icon-on-left-60px .fl-callout-photo {
	width: 12%;
}

@media (max-width: 768px) {

	.emergency-room-row .heading,
	.emergency-room-row .heading-subtitle {
		width: 100%;
		margin: auto;
	}

	.emergency-room-row .fl-col-group-nested {
		padding: 30px 0px 40px;
	}
}

@media (max-width: 992px) {
	.emergency-room-row .fl-col-group-nested .icon-on-left-60px .fl-callout-photo {
		padding-top: 6px;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	.emergency-room-row .fl-col-group-nested {
		padding: 50px 50px 80px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.emergency-room-row .fl-col-group-nested {
		padding: 50px 0px 80px;
	}
}

/* --------- BEST URGENT CARE/AWARDS PAGE --------- */
@media (min-width: 769px) {
	.awards-row .fl-col-group {
		margin-bottom: 3%;
	}
}

@media (max-width: 768px) {
	.awards-row .fl-col-group.fl-col-group-equal-height .fl-col {
		width: 100% !important;
		margin-bottom: 20px;
	}
}

.awards-row .awards-listing .fl-post-image img {
	min-height: 165px;
	object-fit: contain;
}

.awards-row .awards-listing .fl-post-grid-post {
	border: 1px solid transparent;
	border-radius: 15px;
	text-align: center;
}

.awards-row .awards-listing .fl-post-image {
	text-align: center;
	padding-top: 20px;
}

.awards-row .awards-listing h3.fl-post-title {
	font-weight: 700;
	font-size: 24px !important;
	font-size: 16px;
	line-height: 1.1em;
}

.awards-row .awards-listing .fl-post-publications {
	font-style: italic;
	font-size: 16px;
	padding-bottom: 0;
}

.awards-row .awards-listing .fl-post-years p {
	color: #808080;
	font-size: 14px;
}

.awards-row .awards-listing .fl-post-centers {
	font-size: 12px;
}

/* --------- EMPLOYEE BENEFITS --------- */
/* ----- CHECKMARK LIST ----- */
.custom-list-style .fl-tabs-panel-content ul li::before {
	content: '';
	background-image: url("/wp-content/uploads/checkmark-icon.svg");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	left: 85px;
}

.custom-list-style .fl-tabs-panel-content ul li::marker {
	content: '';
}

.custom-list-style .fl-tabs-panel-content ul li>ul li::before {
	width: 14px;
	height: 14px;
	left: 143px;
	margin-top: 6px;
}

.custom-list-style .fl-tabs-panel-content ul li>ul {
	padding-left: 35px;
}

.custom-list-style .fl-tabs-panel-content ul {
	padding-left: 15px;
}

.custom-list-style .fl-tabs-panel-content ul li>ul li {
	margin-right: 10px;
}

.custom-list-style .fl-tabs-panel-content ul li {
	margin-bottom: 10px;
	padding-left: 20px;
}

@media (max-width: 992px) {
	.custom-list-style .fl-tabs-panel-content ul li {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.custom-list-style .fl-tabs-panel-content ul li::before {
		left: 65px;
	}

	.custom-list-style .fl-tabs-panel-content ul {
		padding-left: 0;
	}

	.custom-list-style .fl-tabs-panel-content ul li {
		padding-left: 35px;
	}

	.custom-list-style .fl-tabs-panel-content ul li>ul li {
		padding-left: 10px;
	}

	.custom-list-style .fl-tabs-panel-content ul li>ul li::before {
		left: 116px;
	}
}

.custom-list-style .fl-tabs-panels,
.custom-list-style .fl-tabs-panel {
	border-color: transparent;
}

/* ----- TABS ----- */
@media (min-width: 1150px) and (max-width: 1799px) {
	.multiple-tabs .fl-tabs-labels .fl-tabs-label {
		font-size: 21px;
		padding-right: 25px;
		padding-left: 25px;
	}
}

@media (min-width: 910px) and (max-width: 1149px) {
	.multiple-tabs .fl-tabs-labels .fl-tabs-label {
		font-size: 15px;
		padding-right: 17px;
		padding-left: 17px;
		padding-top: 13px;
		border-radius: 15px 15px 0 0;
	}
}

@media (min-width: 769px) and (max-width: 909px) {
	.multiple-tabs .fl-tabs-labels .fl-tabs-label {
		font-size: 12px;
		padding-right: 11px;
		padding-left: 11px;
		padding-top: 9px;
		padding-bottom: 6px;
		border-radius: 15px 15px 0 0;
	}
}

@media (min-width: 625px) and (max-width: 768px) {
	.multiple-tabs .fl-tabs-labels .fl-tabs-label {
		font-size: 16px;
		padding-right: 13px;
		padding-left: 13px;
		padding-top: 13px;
		border-radius: 15px 15px 0 0;
	}
}

@media (min-width: 520px) and (max-width: 624px) {
	.multiple-tabs .fl-tabs-labels .fl-tabs-label {
		font-size: 13px;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 15px 15px 0 0;
	}
}

@media (max-width: 519px) {
	.multiple-tabs .fl-tabs-labels .fl-tabs-label {
		width: 100%;
		border-radius: 0;
	}

	.multiple-tabs .fl-tabs-labels .fl-tabs-label:first-child {
		border-radius: 30px 30px 0 0;
	}

	.multiple-tabs .fl-tabs-panels {
		border-radius: 0 0 30px 30px;
	}
}


/* --------- PHYSICIAN CAREERS --------- */

/* ----- 60PX ICON ----- */
@media (max-width: 992px) {
	.icon-on-left-60px.edit-mobile .fl-callout-photo {
		padding-top: 0;
	}
}

/* ----- BENEFITS ----- */
.benefits-row .fl-col-group-nested.fl-node-5ke2h3a8qzd9 {
	border-radius: 30px 30px 0 0 !important;
	padding: 50px 100px 0px;
}

.benefits-row .fl-col-group-nested.fl-node-6yle57dqo0tm {
	border-radius: 0;
	padding: 0 100px 0px;
}

.benefits-row .fl-col-group-nested.fl-node-lux52kga8o30 {
	border-radius: 0;
	padding: 0 100px 50px 100px;
}

@media (max-width: 768px) {
	.benefits-row .fl-col-group-nested.fl-node-5ke2h3a8qzd9 {
		padding: 30px 0px 0px;
	}

	.benefits-row .fl-col-group-nested.fl-node-6yle57dqo0tm,
	.benefits-row .fl-col-group-nested.fl-node-lux52kga8o30 {
		border-radius: 0;
		padding: 0;
	}

	.custom-list-style-text-module ul {
		margin-bottom: 0;
	}
}

/* ----- CHECKMARK LIST ----- */
.custom-list-style-text-module ul li::before {
	content: '';
	background-image: url("/wp-content/uploads/checkmark-icon.svg");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	margin-left: -31px;
}

.custom-list-style-text-module ul li::marker {
	content: '';
}


/* ----- LEARN MORE CTA ----- */
@media (min-width: 1140px) and (max-width: 1365px) {
	.learn-more-cta .col-3 .fl-callout-text {
		white-space: nowrap;
	}

	.learn-more-cta .col-2 {
		width: 40%;
	}

	.learn-more-cta .col-1 {
		width: 18%;
	}
}

@media (min-width: 769px) and (max-width: 1139px) {
	.learn-more-cta .col-3 .fl-callout-text {
		white-space: nowrap;
	}

	.learn-more-cta .col-2 {
		width: 35%;
	}

	.learn-more-cta .col-1 {
		width: 7%;
	}
}


@media (min-width: 769px) and (max-width: 820px) {
	.learn-more-cta .col-1 h2 {
		font-size: 33px;
	}
}

/* --------- PHYSICIAN CAREERS - REGIONS --------- */
.careers-why-patient-first .why-callouts .fl-module-content .fl-callout-photo {
	margin-top: -70px;
}

.careers-why-patient-first .why-callouts .fl-module-content .fl-callout-title {
	padding-bottom: 25px;
}

@media (max-width: 768px) {
	.careers-why-patient-first .why-callouts .fl-module-content .fl-callout-photo {
		margin-top: -50px;
	}
}

/* ----- TOGGLE ----- */
.state-toggle.locations .fl-accordion-content {
	padding: 0 10px 10px 15px;
}

.toggle-row .state-toggle.locations {
	margin-top: 107px;
	width: 280px;
}

@media (max-height: 850px) {
	.toggle-row .state-toggle.locations .fl-accordion-content {
		height: 500px;
		overflow-y: scroll;
	}
}

/* sidebar toggle - central and eastern PA career page & illnesses */
@media (max-height: 1000px) {

	.toggle-row.long .state-toggle.locations .fl-accordion-content,
	.toggle-row.long .state-toggle .fl-accordion-content {
		height: 500px;
		overflow-y: scroll;
	}
}

/* ----- MORE URGENT CARE INFO ----- */
.treat-row.more-info .fl-accordion .fl-accordion-content a {
	color: #006071;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: inline-block;
}

.treat-row.more-info .fl-accordion .fl-accordion-content a::after {
	content: '';
	border-color: #fff;
	position: relative;
	right: -3px;
	top: -2px;
	z-index: 1;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
}

.treat-row.more-info .fl-accordion .fl-accordion-content a:hover {
	opacity: 0.7;
}

/* ----- BB FIX - TOGGLE MENU STYLING ----- */
/* eastern-pennsylvania-locations-toggle-menu on the career physicians Central and Eastern Pennsylvania page */
.bb-fix-styling.fl-module-menu ul li a {
	color: #d8d8da;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1;
}

.bb-fix-styling.fl-module-menu ul li.current-menu-item a {
	color: #262626;
}

.bb-fix-styling.fl-module-menu ul li a:hover {
	color: #262626;
}

/* for the toggle with text */
.bb-fix-styling-toggle-content .fl-rich-text p {
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
}

.bb-fix-styling-toggle-content .fl-rich-text p a {
	color: #262626;
	font-size: 13px;
	font-weight: 700;
}

/* ----- CONTACT - BILLING ----- */
.billing-col {
	position: relative;
}

.billing-col .fl-module-html {
	position: absolute;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {

	.interior-header.insurance .clock-icon .fl-photo-img-svg::before,
	.interior-header.insurance .phone-icon .fl-photo-img-svg::before,
	.interior-header.insurance .envelope-icon .fl-photo-img-svg::before {
		content: '';
		background-repeat: no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		display: block;
	}

	.interior-header.insurance .clock-icon .fl-photo-img-svg::before {
		background-image: url("/wp-content/uploads/clock-icon-green.svg");
	}

	.interior-header.insurance .phone-icon .fl-photo-img-svg::before {
		background-image: url("/wp-content/uploads/phone-icon-green.svg");
	}

	.interior-header.insurance .envelope-icon .fl-photo-img-svg::before {
		background-image: url("/wp-content/uploads/envelope-icon-green.svg");
	}

	.interior-header.insurance .phone-icon h3.fl-callout-title,
	.interior-header.insurance .envelope-icon h3.fl-callout-title {
		color: #262626;
	}
}

/* CTAs */
.billing-col .fl-col-content:hover {
	background-color: var(--tan-color);
}

.billing-col .fl-col-content:hover .fl-heading a .fl-heading-text,
.billing-col .fl-col-content:hover .fl-module-button a.fl-button .fl-button-text {
	color: #7b7b7b;
}

.billing-col .fl-col-content:hover .fl-module-button a.fl-button::after {
	border-color: #7b7b7b;
}

/* icons */
.billing-col.billing-inquiry .fl-col-content:hover .fl-photo-content img {
	content: url("/wp-content/uploads/telehealth-icon-gray.svg");
}

.billing-col.billing-faq .fl-col-content:hover .fl-photo-content img {
	content: url("/wp-content/uploads/question-icon-gray.svg");
}

.billing-col.billing-payments .fl-col-content:hover .fl-photo-content img {
	content: url("/wp-content/uploads/payments-icon-gray.svg");
}

/* ----- CONTACT - COMMUNITY AND MEDIA RELATIONS ----- */
.button-icon i.fl-button-icon {
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	display: inline-block;
}

.button-icon i.fl-button-icon::before {
	content: '';
}

.button-icon.phone i.fl-button-icon {
	background-image: url("/wp-content/uploads/phone-icon-black.svg");
}

.button-icon.envelope i.fl-button-icon {
	background-image: url("/wp-content/uploads/envelope-icon-black.svg");
}

.contacts-row .fl-col-group .fl-col {
	margin-bottom: 4%;
}

@media (max-width: 390px) {
	.contacts-row .button-icon a .fl-button-text {
		font-size: 12px;
	}
}

/* --------- COVID-19 VACCINE --------- */
@media (min-width: 769px) {
	.interior-header.bottom-links .fl-module-photo .fl-photo {
		height: 165px;
	}
}

@media (max-width: 768px) {
	.interior-header.info .fl-photo-img-svg::before {
		content: '';
		background-image: url("/wp-content/uploads/info-icon.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		display: block;
	}
}

/* /covid-19/covid-19-vaccine/ */
.overflow-hidden .fl-row-content-wrap {
	overflow: hidden;
}

/* --------- FOR EMPLOYEE PAGES --------- */
.portal-callouts.why-callouts .fl-module-content .fl-callout-title {
	padding-bottom: 15px;
}

.link-in-heading .fl-heading-text a {
	color: var(--green-color);
}

.link-in-heading .fl-heading-text a:hover {
	color: var(--blue-color);
	text-decoration: underline;
}


/* ----- OVERVIEW PAGE ----- */
@media (min-width: 993px) {
	.patient-first-equal-height-callouts .col-equal .fl-module-content {
		min-height: 235px;
	}
}

@media (min-width: 943px) and (max-width: 992px) {
	.patient-first-equal-height-callouts .col-equal .fl-module-content {
		min-height: 176px;
	}
}

@media (min-width: 769px) and (max-width: 942px) {
	.patient-first-equal-height-callouts .col-equal .fl-module-content {
		min-height: 198px;
	}
}

/* --------- TELEHEALTH --------- */
.telehealth-col {
	position: relative;
}

.telehealth-col .fl-module-html {
	position: absolute;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.interior-header .sign .fl-photo-img-svg::before {
		content: '';
		background-image: url("/wp-content/uploads/sign-icon-green.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		display: block;
	}

	.icon-on-left-60px.sign .fl-callout-photo {
		padding-top: 4px;
	}

	.page-id-107552 .interior-header .fl-col-group-equal-height {
		overflow: hidden;
	}
}

/* --------- TELEHEALTH REGISTRATION --------- */
/* steps */
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
	background: var(--blue-color);
	color: #fff;
}

.gform_wrapper.gravity-theme .gf_step_number {
	border: 2px solid var(--blue-color);
}

/* form text */
#gform_7 .gfield_label {
	font-weight: 500;
}

#gform_7 label {
	font-weight: 400;
}

#gform_7 input.gfield-choice-input:checked+label {
	font-weight: bold;
}

.gform_wrapper.gravity-theme #gform_7 fieldset,
.gform_wrapper.gravity-theme #gform_7 .gfield {
	margin-top: 20px;
}

.fl-builder-content .fl-node-c2hzkt8oy74a .fl-module-content .fl-rich-text.link-color a {
	color: var(--green-color);
}

.fl-builder-content .fl-node-c2hzkt8oy74a .fl-module-content .fl-rich-text.link-color a:hover {
	color: var(--blue-color);
}

/* conditions question */
.gchoice.gchoice_7_19_0,
.gchoice.gchoice_7_23_0 {
	background-color: #e13e3e;
	padding: 3px 10px;
	color: #fff;
}

.gchoice.gchoice_7_19_1,
.gchoice.gchoice_7_23_1 {
	background-color: #3ecbe1;
	padding: 3px 10px;
	color: #fff;
}

/* form conditions */
@media (min-width: 768px) {
	.form-conditions {
		display: grid;
		font-size: 19px;
		grid-template-columns: 33% 33% 33%;
	}
}

@media (max-width: 767px) {
	.form-conditions ul {
		margin-bottom: 0;
	}
}


/* --------- TELEHEALTH FAQ --------- */
ul.multi-column {
	column-count: 2;
}

/* --------- SEARCH RESULTS --------- */
.generic-listing .fl-post-feed-post {
	margin-bottom: 50px;
}

.generic-listing .fl-post-feed-post .fl-post-feed-header {
	margin-bottom: 0;
}

.generic-listing .fl-post-feed-post .fl-post-feed-more {
	margin-top: 0;
}

.generic-listing .fl-post-feed-content a.fl-post-feed-more::after {
	content: '';
	border-color: #fff;
	position: relative;
	right: -3px;
	top: -2px;
	z-index: 1;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
}

/* --------- FORMS PAGE --------- */
@media (min-width: 600px) {
	.table-row .wpDataTableContainerSimpleTable tr td.wpdt-cell h2 {
		white-space: nowrap;
	}
}

/* --------- BLOG PAGE --------- */
.custom-posts-listing .fl-module-content .fl-builder-pagination-load-more {
	padding-top: 0 !important;
}

.custom-posts-slider .bx-viewport {
	border-radius: 30px;
}

.custom-posts-slider .fl-post-slider .bx-wrapper .bx-pager {
	text-align: center;
	bottom: 172px;
	transform: rotate(90deg);
	left: 90%;
	padding-top: 0;
	width: 190px;
}


@media (min-width: 993px) and (max-width: 1180px) {
	.custom-posts-slider .fl-post-slider .bx-wrapper .bx-pager {
		left: 87%;
	}

	.custom-content-slider .bx-wrapper .bx-controls-auto {
		left: 93%;
	}
}

@media (min-width:769px) and (max-width: 992px) {
	.custom-posts-slider .fl-post-slider .bx-wrapper .bx-pager {
		left: 85%;
	}

	.custom-content-slider .bx-wrapper .bx-controls-auto {
		left: 93%;
	}
}

@media (max-width: 768px) {
	.custom-posts-slider .fl-post-slider .bx-wrapper .bx-pager {
		display: none;
	}

	.custom-posts-slider .fl-post-slider-background .fl-post-slider-content-bg {
		display: block;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.custom-posts-slider .fl-post-slider-background .fl-post-slider-content {
		width: 100%;
		float: left;
		background: transparent;
	}

	.custom-posts-slider .fl-post-slider-post {
		min-height: 340px;
	}

	.custom-posts-slider .fl-post-slider-post .fl-post-slider-mobile-img {
		display: none;
	}

	.custom-posts-slider .fl-post-slider-post .fl-slide-bg-photo {
		display: block;
	}

	.custom-posts-slider .fl-post-slider-background .fl-post-slider-content-bg {
		background: linear-gradient(90deg, rgba(38, 34, 30, 0.5) 0%, rgba(38, 34, 30, 0.5) 100%);
	}
}

@media (min-width: 769px) {
	.custom-posts-slider .fl-post-slider-background .fl-post-slider-content-bg {
		background: linear-gradient(90deg, rgba(38, 34, 30, 0.925) 0%, rgba(255, 255, 255, 0) 100%);
	}
}

.custom-posts-slider .fl-post-slider-post .fl-slide-bg-photo {
	background-position: 50% 30%;
}

.custom-posts-slider .fl-post-slider-background .fl-post-slider-content {
	padding-top: 100px;
	padding-left: 30px;
}

@media (min-width: 769px) {
	.blog-posts-slider .fl-post-slider-background .fl-post-slider-content,
	.community-posts-slider .fl-post-slider-background .fl-post-slider-content {
		padding-top: 400px !important;
		padding-left: 30px;
	}
}

/* bigger nav, per revisions */
.custom-content-slider .custom-posts-slider.bigger-nav .bx-wrapper .bx-pager.bx-default-pager a.active,
.custom-content-slider .custom-posts-slider.bigger-nav .bx-wrapper .bx-pager.bx-default-pager a:focus,
.custom-content-slider .custom-posts-slider.bigger-nav .bx-wrapper .bx-pager.bx-default-pager a:hover,
.custom-content-slider .custom-posts-slider.bigger-nav .bx-wrapper .bx-pager.bx-default-pager a {
	height: 9px;
	width: 39px;
}

/* sidebar */
.blog-listing .fl-post-feed .fl-post-feed-post {
	margin-bottom: 20px;
}

.sidebar-title {
	background-color: #fff;
	border-radius: 15px 15px 0 0;
}

.blog-listing {
	background-color: #fff;
	border-radius: 0 0 15px 15px;
}

.sidebar-title.spacing {
	margin-top: 20px;
}

.custom-cloud {
	background-color: #fff;
	border-radius: 0 0 15px 15px;
}

.custom-cloud .tagcloud a {
	font-size: 14px !important;
	color: var(--blue-color);
}

.custom-cloud .tagcloud a:hover {
	opacity: 0.7;
}

.custom-cloud .widgettitle {
	display: none;
}

/* --------- SERVICES PAGE --------- */
@media (min-width: 768px) {
	.services-row .fl-callout-photo-left .fl-callout-photo {
		width: 17%;
	}
}


/* Insurance pages - section: Out-of-State or Out-of-Network Insurance */
@media (min-width: 993px) and (max-width: 1440px) {
	.right-side-row .col-1 .fl-col-content {
		padding-right: 30px;
	}

	.right-side-row .col-1 {
		width: 40%;
	}

	.right-side-row .col-2 {
		width: 60%;
	}

	.right-side-row .col-2 .fl-module-callout .fl-callout {
		width: 66%;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.right-side-row .fl-row-content-wrap {
		padding-right: 225px !important;
	}
}

/* Career pages - testimonial slider */
/* arrows */
@media (min-width: 1680px) and (max-width: 1880px) {
	.testimonials-slider-row .fl-testimonials-wrap .fl-slider-next {
		right: 100px;
	}

	.testimonials-slider-row .fl-testimonials-wrap .fl-slider-prev {
		left: 100px;
	}
}

@media (min-width: 1480px) and (max-width: 1679px) {
	.testimonials-slider-row .fl-testimonials-wrap .fl-slider-next {
		right: 200px;
	}

	.testimonials-slider-row .fl-testimonials-wrap .fl-slider-prev {
		left: 200px;
	}
}

@media (min-width: 1366px) and (max-width: 1479px) {
	.testimonials-slider-row .fl-col-content {
		padding-right: 225px;
	}

	.testimonials-slider-row .fl-testimonials-wrap .fl-slider-next {
		right: 255px;
	}

	.testimonials-slider-row .fl-testimonials-wrap .fl-slider-prev {
		left: 255px;
	}
}

@media (min-width: 769px) and (max-width: 1365px) {
	.testimonials-slider-row .fl-col-content {
		padding-right: 225px;
	}

	.testimonials-slider-row .fl-testimonials-wrap .fl-slider-next {
		right: 50px;
	}

	.testimonials-slider-row .fl-testimonials-wrap .fl-slider-prev {
		left: 50px;
	}
}

/* Physician Careers page */
@media (min-width: 769px) and (max-width: 980px) {
	.reduced-width-medium .fl-col-group-nested .fl-col {
		width: 50%;
	}
}

/* Community and Media Relations & Human Resources page */
@media (min-width: 769px) and (max-width: 1050px) {
	.reduced-width-medium .fl-col-group-nested .fl-col {
		width: 50%;
	}

	.full-width-medium .fl-col {
		width: 100%;
	}

	.full-width-medium .fl-col-group>.fl-col .fl-col-content {
		margin-left: 0;
		margin-right: 0;
	}

	.interior-header.full-width-medium .fl-col-group {
		display: block;
	}

	/* covid-19 vaccine page */
	.covid-col {
		position: relative !important;
	}

	.covid-col .fl-module-html {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.state-links .fl-module-photo {
		display: none;
	}

	.state-links .fl-col-group-equal-height .fl-col {
		margin-bottom: 20px;
	}

	.state-links .fl-col-group-equal-height .fl-col h2 {}
}

/* covid-19 vaccine page */
@media (min-width: 1051px) and (max-width: 1282px) {
	.state-links .fl-col-group-equal-height .fl-col h2 {
		font-size: 26px;
	}
}

/*  forms page */
@media (min-width: 769px) and (max-width: 1140px) {
	.table-row .wpDataTableContainerSimpleTable tr td.wpdt-cell h2 {
		white-space: normal;
	}
}

/* occupational health page */
@media (min-width: 769px) and (max-width: 1120px) {
	.occupational-why .fl-col-group-nested .fl-col {
		width: 50%;
	}

	.occupational-why .fl-col-group-nested .fl-col.col-3,
	.occupational-why .fl-col-group-nested .fl-col.col-4 {
		margin-top: 50px;
	}
}


@media (min-width: 769px) and (max-width: 1799px) {

	.blog-section .blog-col-1,
	.blog-section .blog-col-2 {
		width: 100%;
	}

	.blog-section .blog-col-2 .fl-button-wrap {
		text-align: left;
	}

	.blog-section .blog-col-3 {
		padding-right: 0px;
	}
}


/* --------- ADJUSTMENT SMALL DESKTOP --------- */
@media (min-width: 769px) and (max-width: 1199px) {
	.small-desktop-100 .fl-col-group-nested {
		display: block;
	}
}

/* --------- CALLOUT LINKS --------- */
/* bb hover choice isn't working for some reason on the careers page */
.fl-builder-content .hover-lighten .fl-callout-content .fl-callout-cta-link:hover {
	color: rgba(255, 255, 255, 0.7);
}

/* change the background of the callout on hover */
.fl-builder-content .hover-callout-background .fl-module-content:hover {
	background-color: var(--green-color);
}

.fl-builder-content .hover-callout-background a:hover {
	text-decoration: none !important;
}

.fl-builder-content .hover-callout-background .fl-module-content {
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 15px;
}

/* careers */
.fl-builder-content .hover-callout-background.careers .fl-module-content:hover {
	background-color: var(--tan-color);
}

.fl-builder-content .hover-callout-background.careers .fl-module-content:hover .fl-callout-text p,
.fl-builder-content .hover-callout-background.careers .fl-module-content:hover .fl-callout-content .fl-callout-cta-link,
.fl-builder-content .hover-callout-background.careers .fl-module-content:hover .fl-callout-content .fl-callout-text-wrap a.fl-callout-cta-link::after {
	color: #7b7b7b;
}

/* careers icons */
.fl-builder-content .hover-callout-background.careers.physician-cta .fl-module-content:hover .fl-photo-content img {
	content: url("/wp-content/uploads/stethoscope-icon-gray.svg");
}

.fl-builder-content .hover-callout-background.careers.admin-cta .fl-module-content:hover .fl-photo-content img {
	content: url("/wp-content/uploads/clipboard-icon-gray.svg");
}

/* --------- Drug & Alcohol Testing page --------- */
@media (min-width: 768px) {
	.inline-checkmark-accordion a.fl-accordion-button-label {
		width: 60%;
	}
}

.inline-checkmark-accordion a.fl-accordion-button-label::before {
	content: '';
	background-image: url(/wp-content/uploads/checkmark-icon.svg);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	margin-left: -30px;
}

/* placeholder image */
.physician-listing .title-save .circular--landscape img {
	object-fit: cover;
}

/* locations singular - bottom message - buttons - for some reason the border on hover doesn't want to cooperate in bb */
.mobile-group-buttons,
.mobile-group-buttons a.fl-button:hover {
	border-color: #01a689 !important;
}

.location-callouts {
	display: flex;
	justify-content: center;
}

.location-callouts>a {
	background: #ffffff !important;
	border-color: #006071 !important;
}

.location-callouts>a>span {
	color: #006071 !important;
}

.location-callouts>a:hover {
	background: #01a689 !important;
	border-color: #01a689 !important;
}

/* --------- IMMUNIZATIONS --------- */
.accordion-internal-styling .fl-accordion-content .fl-row-content-wrap h4.fl-heading {
	font-weight: 700;
}

.accordion-internal-styling .fl-accordion-content .fl-row-content-wrap {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.accordion-internal-styling .fl-accordion-content .fl-row-content-wrap .fl-module-list .fl-list-item-content {
	display: table;
	width: 100%;
}

.accordion-internal-styling .fl-accordion-content .fl-row-content-wrap .fl-module-list .fl-list-item-content .fl-list-item-content-icon {
	display: table-cell;
	vertical-align: middle;
}

.accordion-internal-styling .fl-accordion-content .fl-row-content-wrap .fl-module-list .fl-list-item-content .fl-list-item-content-icon i {
	padding-right: 15px;
}

.accordion-internal-styling .fl-accordion-content .fl-row-content-wrap .fl-module-list .fl-list-item-content .fl-list-item-content-text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.accordion-internal-styling .fl-accordion-content .fl-row-content-wrap .fl-module-list .fl-list-item-content .fl-list-item-content-text p {
	margin-bottom: 0;
}

@media (min-width: 769px) and (max-width: 1145px) {
	.five-col-custom {
		width: 50%;
	}
}

/* layouts with callouts and sidebar - medium */
@media (min-width: 769px) and (max-width: 992px) {
	.stacked-on-medium .fl-module-callout .fl-callout-photo-left {
		display: block;
	}

	.stacked-on-medium .fl-module-callout .fl-callout-photo-left .fl-callout-photo,
	.stacked-on-medium .fl-module-callout .fl-callout-photo-left .fl-callout-content {
		display: block;
		width: 100%;
	}
}

/* STYLES FOR POST LIST */
ul.post-list {
	list-style: none;
	padding-left: 0;
}

ul.post-list li {
	list-style: none;
	padding: 8px 0;
	border-bottom: 2px solid #D8D8DA;
}

ul.post-list li a {
	color: #262626;
}

/* ACCORDION BUTTON */
.fl-accordion-button a:focus {
	outline: none;
}

/* --- LANGUAGE SWITCHER WEGLOT --- */
/* find row in the footer, under Beaver Builder Themer Layouts */
#weglot-shortcode {
	position: fixed;
	bottom: 0;
	right: 75px;
}

#weglot-shortcode .fl-rich-text p {
	margin: 0;
}

#weglot-shortcode .country-selector.weglot-dropdown ul {
	top: -39px;
}

#weglot-shortcode .country-selector.weglot-dropdown ul a {
	text-align: left;
}

#weglot-shortcode .country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* hide language switcher */
@media (max-width: 768px) {
	#weglot-shortcode,
	.weglot-container {
		display: none !important;
	}
}


@media (min-width: 769px) {
	#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item.mega-weglot-parent-menu-item {
		display: none;
	}
}

/* ADA */
#ae_launcher.ae-cta-position-preset-right-lower {
	bottom: 10px !important;
}


/* --- JOBS CPT Medical Center & Administrative Opportunities
--- */
/* listing */
a.fl-post-text {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
}

.job-posts a.fl-post-text .fl-post-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3em;
}

.job-posts a.fl-post-text .fl-post-meta {
	font-weight: 500;
	font-size: 17px;
	line-height: 1.3em;
}

.job-posts a.fl-post-text,
.job-posts a.fl-post-text .fl-post-title,
.job-posts a.fl-post-text .fl-post-meta,
.job-posts a.fl-post-text .fl-post-excerpt {
	display: block;
}

.job-posts a.fl-post-text {
	color: var(--black-color);
}

.job-posts a.fl-post-text:hover {
	text-decoration: none;
}

.job-posts .fl-post-feed-post {
	border-bottom: transparent;
}

/* filters */
.jobs-row .col-1 .searchandfilter ul {
	padding: 0;
}

.jobs-row .col-1 .searchandfilter ul li {
	padding: 5px 0;
}

.jobs-row .col-1 .search-filter-base {
	margin-top: 0;
	margin-bottom: 0;
}

.jobs-row .col-1 .searchandfilter select.sf-input-select,
.jobs-row .col-1 .search-filter-base .search-filter-component-combobox-base {
	max-width: 100%;
	min-width: 100%;
	border: none;
	border-radius: 0;
	padding: 10px 20px 20px 20px;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.1;
}

.jobs-row .col-1 .searchandfilter label,
.jobs-row .col-1 .search-filter-label {
	min-width: 100%;
	font-weight: 400;
	margin: 0;
}

.jobs-row .col-1 .fl-module .fl-module-content{
	margin-top: 0;
	margin-bottom: 0;
}

.jobs-row .col-1 .search-filter-field--control-type-submit {
	margin-top: 20px;
}

a.fl-post-text .fl-post-title:hover {
	color: var(--blue-color);
}

.jobs-row input.search-filter-component-combobox__actions-input::placeholder {
	color: var(--black-color) !important;
	opacity: 1;
}

.jobs-row input.search-filter-component-combobox__actions-input::-ms-input-placeholder { 
	color: var(--black-color)!important;
}

.jobs-row .search-filter-component-combobox-base__listbox {
	border: none !important;
}

/* last item */
.jobs-row .col-1 .last-filter .search-filter-base .search-filter-component-combobox-base {
	border-radius: 0 0 10px 10px;
}

/* search */
.jobs-row .search-filter-field--type-search {
	padding: 20px 20px 10px 20px;
	background: #fff;
	border-radius: 10px 10px 0 0;	
}

.jobs-row .col-1 li.sf-field-search input.sf-input-text {
	border: none;
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.1;
}

/* button */
.jobs-row .col-1 li.sf-field-reset .search-filter-reset,
.jobs-row .col-1 button.search-filter-input-button {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--green-color);
	border: 1px solid var(--green-color);
	font-size: 15px;
	border-radius: 9px;
}

.jobs-row .col-1 button.search-filter-input-button:hover {
	color: #fff;
	background-color: var(--blue-color);
	border: 1px solid var(--blue-color);
}


/* similar jobs */
.similar-jobs-posts .fl-post-feed-post {
	border-bottom: 0;
}

/* --- LOCATION SCHEDULES --- */
.location-schedules-posts .fl-post-grid-content a.fl-post-grid-more {
	background-color: var(--blue-color);
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	border-radius: 15px;
}

.location-schedules-posts .fl-post-grid-content a.fl-post-grid-more:hover {
	background-color: var(--green-color);
}

.location-schedules-posts .fl-builder-pagination-load-more {
	margin-top: 16px;
}

/* --- BLOG POST SINGLE --- */
/* meta */
@media (min-width: 1200px) {
	.post-meta.fl-col .fl-col-content {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 1199px) {
	.post-meta.fl-col .fl-col-content .fl-module-content {
		margin-bottom: 0;
	}
}


.post-meta.fl-col .fl-callout-icon-left .fl-icon,
.post-meta.fl-col .fl-callout-icon-left-text .fl-icon {
	vertical-align: middle;
	padding-right: 10px;
}

.post-meta.fl-col .fl-module .fl-callout-text p {
	padding: 0 !important;
}

/* content */
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-weight: 700;
}

/* --- COMMUNITY POST SINGLE --- */
/* comments form */
#reply-title {
	font-weight: 700;
}

form#fl-comment-form .form-submit input#fl-comment-form-submit {
	font-family: "niveau-grotesk", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 12px 24px;
}

/* slideshow */
.community-gallery-slideshow .fl-slideshow-image-nav-left .fl-slideshow-nav-buttons a {
	background: transparent;
	content: '';
	border-color: #fff;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(135deg);
	color: #fff;
}

.community-gallery-slideshow .fl-slideshow-image-nav-right .fl-slideshow-nav-buttons a {
	background: transparent;
	content: '';
	border-color: #fff;
	position: relative;
	right: -6px;
	top: 0;
	z-index: 1;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	color: #fff;
}

.community-gallery-slideshow .fl-slideshow-nav-buttons a:focus {
	outline: 0px auto -webkit-focus-ring-color;
}

/* community toggle menu active status */
body.single-community ul#menu-toggle-community .news-li a::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-size: 11px;
	color: var(--green-color);
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	top: 10px;
	left: -5px;
}

body.single-community ul#menu-toggle-community .news-li a {
	color: #262626;
}

/* community slidershow */
.community-gallery-slideshow .fl-slideshow-frame-content .fl-slideshow-image-content img,
.community-gallery-slideshow .fl-slideshow-nav-content {
	border-radius: 15px;
}

.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-nav a.fl-slideshow-nav-pause,
.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-nav a.fl-slideshow-nav-play {
	background-color: rgb(255 255 255 / 80%);
	border-radius: 50px;
}

.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
.fl-slideshow-overlay {
	background-image: none;
	background: transparent;
}

@media (min-width: 1350px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 10px !important;
	}
}

@media (min-width: 1280px) and (max-width: 1349px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 20px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1279px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 30px !important;
	}
}

@media (min-width: 1140px) and (max-width: 1199px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 40px !important;
	}
}

@media (min-width: 1070px) and (max-width: 1139px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 50px !important;
	}
}

@media (min-width: 990px) and (max-width: 1069px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 60px !important;
	}
}

@media (min-width: 850px) and (max-width: 989px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 80px !important;
	}
}


@media (min-width: 786px) and (max-width: 849px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 100px !important;
	}
}

@media (min-width: 769px) and (max-width: 785px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 40px !important;
	}
}

@media (min-width: 600px) and (max-width: 768px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 70px !important;
	}
}

@media (max-width: 599px) {

	.community-gallery-slideshow .fl-slideshow-light .fl-slideshow-overlay,
	.fl-slideshow-overlay {
		bottom: 50px !important;
	}
}


/* ----- NAVIGATION ----- */
.custom-content-slider .fl-content-slider .bx-wrapper .bx-pager {
	text-align: center !important;
	bottom: 172px;
	transform: rotate(90deg);
	left: 90%;
	padding-top: 0;
	width: 190px !important;
}

.custom-content-slider .fl-content-slider .bx-wrapper .bx-controls-auto {
	bottom: 62px;
	right: 30px !important;
}

@media (min-width: 1181px) and (max-width: 1319px) {
	.custom-content-slider .fl-content-slider .bx-wrapper .bx-controls-auto {
		right: 16px !important;
	}
}

@media (min-width: 993px) and (max-width: 1180px) {
	.custom-content-slider .fl-content-slider .bx-wrapper .bx-pager {
		left: 87%;
	}
}

@media (min-width:769px) and (max-width: 992px) {
	.custom-content-slider .fl-content-slider .bx-wrapper .bx-pager {
		left: 85%;
	}
}


.custom-content-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.custom-content-slider .bx-wrapper .bx-pager.bx-default-pager a:focus,
.custom-content-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
	height: 9px;
}

.custom-content-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgb(255 255 255 / 50%);
	width: 39px;
	height: 9px;
}

.custom-content-slider .fl-module-content-slider .bx-wrapper {
	margin: 0;
}

/* covid-19-vaccine page CTAs */
/* tan color */
.fl-col.covid-col .fl-col-content:hover {
	background-color: var(--tan-color) !important;
}

.fl-col.covid-col .fl-col-content:hover .fl-heading .fl-heading-text,
.fl-col.covid-col .fl-col-content:hover .fl-module-button a.fl-button .fl-button-text {
	color: #7b7b7b;
	text-decoration: none !important;
}

.fl-col.covid-col .fl-col-content a:hover {
	text-decoration: none;
}

.fl-col.covid-col .fl-col-content:hover .fl-module-button a.fl-button::after {
	border-color: #7b7b7b;
}

.fl-col.covid-col.maryland .fl-col-content:hover .fl-photo-content img {
	content: url("/wp-content/uploads/State-Maryland-gray.svg");
}

.fl-col.covid-col.new-jersey .fl-col-content:hover .fl-photo-content img {
	content: url("/wp-content/uploads/State-New-Jersey-gray.svg");
}

.fl-col.covid-col.penn .fl-col-content:hover .fl-photo-content img {
	content: url("/wp-content/uploads/State-Pennsylvania-gray.svg");
}

.fl-col.covid-col.virginia .fl-col-content:hover .fl-photo-content img {
	content: url("/wp-content/uploads/State-Virginia-gray.svg");
}

/* Images Fix */
.center-template-default .fl-module-post-grid img {
	height: 80px !important;
	width: 80px !important;
	object-fit: cover;
}

/* awards listing */
.center-template-default .fl-module-post-grid.award-listing img {
	object-fit: contain;
}

/* -- LOCATION SCHEDULE SINGLE PAGES -- */
/* header */
@media (max-width: 768px) {
	.interior-header .location-schedule .fl-photo-img-svg::before {
		content: '';
		background-image: url("/wp-content/uploads/schedule-icon-green.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		display: block;
	}
}

/* calendar edits */

/* deleted scroll */
.location-schedule-template-default .fc .fc-scroller-liquid-absolute {
	overflow: hidden !important;
}

/* delete bullets */
.single-location-schedule .fc-daygrid-event-dot {
	display: none;
}

/* rearrange listing in the calendar */
.single-location-schedule .fc-daygrid-dot-event {
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
}

.single-location-schedule .fc-daygrid-dot-event .fc-event-time {
	order: 2;
	color: #262626;
	font-size: 13px;
}

.single-location-schedule .fc-daygrid-dot-event .fc-event-title {
	font-size: 15px;
}

/* make the links on the days and dates unclickable */
.single-location-schedule .fc-day .fc-scrollgrid-sync-inner>a,
.single-location-schedule .fc-daygrid-day-top>a.fc-daygrid-day-number {
	color: #262626;
	pointer-events: none;
}

.single-location-schedule .fc .fc-daygrid-day-frame {
	padding: 3px;
}

.fc .fc-list-event:hover td {
    background-color: rgba(255, 255, 255, 0);
}

/* --- VISIT TRACKER --- */
@media (max-width: 768px) {
	.interior-header .tracker .fl-photo-img-svg::before {
		content: '';
		background-image: url("/wp-content/uploads/pin-icon.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		display: block;
	}
}

#visit-tracker-registered,
#visit-tracker-treated {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 50px;
}

/* --- SEARCH RESULTS --- */
/* community results & pages - rounded corners */
#pi-community-grid article.result-community .featured-image-wrap img,
#pi-page-grid article.result-page .featured-image-wrap img {
	border-radius: 10px;
}

/* font-size of excerpt on mobile */
@media (max-width: 767px) {

	#pi-page-grid .info-wrap p,
	#pi-blog-grid .info-wrap p,
	#pi-community-grid .info-wrap p {
		font-size: 16px;
	}
}

/* pages listing */
@media (min-width: 768px) {
	#pi-page-grid article {
		flex-direction: row;
	}

	#pi-page-grid article .featured-image-wrap {
		flex: 0 0 300px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


/* --- RECAPTCHA BADGE --- */
.grecaptcha-badge {
	display: none;
}
/*
.grecaptcha-badge:hover {
	width: 256px !important;
}

.recaptcha-disclaimer {
	color: #98989B;
	font-size: 14px;
}
*/
/* --- FOR EMPLOYERS - OVERVIEW PAGE --- */
/* only display paragraph in why patient first on the overview page */
.why-patient-first-paragraph {
	display: none;
}

body.page-id-43468 .why-patient-first-paragraph {
	display: block;
}

.occupational-why .fl-col-group.fl-node-4hdi1bzx5837 {
	padding-top: 60px;
}

/* Locations - None Working Today */
.pf-none-working-today {
	margin-top: 30px;
}

/* Center Closure Announcement Banner */
.pf-home-closure-banner {
	z-index: 1;
}
/* physicians page - search on mobile */
@media (max-width: 768px) {
	#patientfirst-searchform .patient-first-search input {
		border: 1px solid #006071;
		background-color: #F2F2F2;
	}

	#patientfirst-searchform .patient-first-search input::placeholder {
		color: var(--color-black-color);
	}

	#patientfirst-searchform .patient-first-search input::-ms-input-placeholder {
		/* Edge 12 -18 */
		color: var(--color-black-color);
	}
}

/* regular search on 404 page */
.regular-search .fl-search-form-input-wrap span.search-icon {
	display: none;
}

/* Header - Fix Top Bar / Header */
.top-bar,
header.fl-theme-builder-header-sticky .top-bar {
	position: relative !important;
	z-index: 101;
	width: 100%;
}

header {
	margin-top: -1px !important;
}

@media (max-width: 768px) {
	header {
		z-index: 100;
		border-bottom: 1px solid white;
	}
}

@media (min-width: 769px) {
	.toggle-row .fl-module-content .fl-accordion {
		margin-top: -1px;
	}
}

@media (max-width: 768px) {
	.toggle-row {
		margin-top: -2px !important;
	}

	.state-toggle {
		width: 250px;
	}
}

/*
.fl-callout {
display: flex;
}

.icon-on-left-60px .fl-callout-photo {
flex: 0 0 50px;
}
*/

body .pf-home-closure-banner {
	background: #b13e2c;
	color: white !important;
}

body .pf-home-closure-banner p, body .pf-home-closure-banner a {
	color: white;
}

/* callout - fixes */
/*
.fl-callout-photo-left .fl-callout-content {
flex: 1;
}
*/

/* -- Vertical Mega Menu -- */

#vertical-mega-menu .mega-menu-link:before {
	width: 100% !important;
	float: left !important;
	text-align: left !important;
}

.menu-heading > .mega-menu-link {
	text-transform: uppercase;
	color: #8dc7b9 !important;
}


.vertical-mega-menu span.mega-indicator {
    display: none !important;
}

body .vertical-mega-menu > .mega-menu-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: black !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 1.2em !important;
}

/* -- Update Home Nav Tiles 1.6.25 -- */

@media (max-width: 658px) {
	.location-col {
		width: 100%;
	}
}

/* -- Location Closures Banner - 01/17/25 -- */
.pf-location-closure-inner {
	max-width: 1345px;
	margin-left: auto;
	margin-right: auto;
}

@media(min-width: 900px) {	
	.menu-items .weglot-lang,
	.hide-on-desktop {
		display: none;
	}
}


.fc-view-harness-active > .fc-view {
	position: relative !important;
}

.fc .fc-daygrid-day.fc-day-today {
	background-color: #e1f1ee;
}

.fc-daygrid-event {
	font-size: 1.5rem;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
	color: #333;
}

.fc-event-start {
    padding-left: 15px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
}

.fc-daygrid-event-dot {
    flex: 1;
    width: 4px;
    height: 4px;
	display: none;
    visibility: hidden;
    margin-top: 5px;
    margin-left: 15px;
}

.fc-event-title {
    grid-column: 2;
    grid-row: 2 / 3;
    text-wrap: wrap;
	font-weight: 500 !important;
}

@media(max-width: 900px) {
.top-bar-new {
	display: none;
}
}

header .fl-form-field {
    padding-right: 0 !important;
}

header .fl-search-form .fl-button-text {
    display: none;
}

body header .fl-search-form .fl-button-icon {
    padding-left: 0;
    margin-left: 0 !important;
    padding: 0 !important;
}

header .fl-search-form a.fl-button,
header .fl-search-form a.fl-button:hover {
    padding: 5px;
    width: 44px;
    height: 44px;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green-color) !important;
    border: 0;
	
}

header .fl-search-form .search-icon {
	display: none;
}

header .fl-search-form .fl-search-form-fields {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

#mega-menu-wrap-header .mega-menu-toggle.mega-menu-open+#mega-menu-header {
    background-color: var(--green-color);
}

#mega-menu-wrap-header #mega-menu-header>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
    background: transparent;
}

body div#header-mobile .mega-menu >  li.mega-menu-item > a.mega-menu-link {
    background: transparent !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border: 0 !important;
	text-transform: uppercase;
	font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 1px;
}

body div#header-mobile #mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, 
body div#header-mobile #mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, 
body div#header-mobile #mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
	background-color: #fff !important;
}

body div#header-mobile #mega-menu-wrap-header #mega-menu-header li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        content: '+';
        font-weight: bold;
        font-size: 23px;
}

body div#header-mobile #mega-menu-wrap-header #mega-menu-header li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
	content: '-'; 
}	

body div#header-mobile #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu {
	background: transparent;

    box-shadow: none !important;
}

div#header-mobile .menu-heading > .mega-menu-link > span {
    border: 0;
}



/* insurance tooltip */
.insurance-info {
    background-color: #03a489;
    padding: 2rem;
    border-radius: 16px;
    color: #fff;
}

.insurance-info a {
    color: #fff;
    font-weight: 600;
}

.insurance-info .insurance-title {
    display: flex;
    gap: 1rem;
    color: #fff;
    align-items: center;
    margin-bottom: 1.5rem;
}

.insurance-info .insurance-title h3 {
    margin-bottom: 0;
}

/* mega menu fix */
@media(min-width: 900px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-horizontal li#mega-menu-item-2273756.mega-menu-megamenu > ul.mega-sub-menu {
		overflow-y: auto;
		max-height: calc(100vh - 250px) !important;
        	margin-top: 20px;
	}
}

.tooltip-group {
	position: relative;
}

.tooltip-group .tooltip-text {
	display: none;
	transition: all 0.2s ease;
}

.tooltip-group:hover .tooltip-text {
	display: block;
    font-size: 12px;
    position: absolute;
    top: -80px;
    width: max-content;
    max-width: 250px;
    background: #006071;
    color: white;
    border-radius: 5px;
    right: 0;
    padding: 5px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* SAVE FEATURE STYLES */
.fl-post-grid-post, .fl-post-feed-post {
	overflow: visible;
}
.save-icon {
	cursor: pointer;
	color: #fff;
	position: relative;
}
.save-icon.alt {
	cursor: pointer;
	color: #ffffff;
}

.save-icon[data-type='location']:after {
	content: '';
}
.top-bar-heart {
	cursor: pointer;
	position: relative;
}
/*OLD CODE*/
/*.save-dropdown {
	border-radius: 15px;
	background: #006071;
	width: 250px;
	position: absolute;
	z-index: 99999999;
	left: -190px;
	margin-top: 5px;
	display: none;
	cursor: default;
	padding-bottom: 20px;
}*/
/*[UPDATE 06-17-25]*/
.save-dropdown {
	border-radius: 15px;
	background: #006071;
	width: 230px;
	position: absolute;
    z-index: 99999999;
    left: -170px;
	margin-top: 5px;
	display: none;
	cursor: default;
	padding-bottom: 20px;
}
.save-dropdown:before {
	content: '';
	position: absolute;
	top: -8px;
	right: 40px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #006071 transparent;
	transform: rotate(0deg);
}
.save-dropdown .title {
	text-align: left;
	/*padding: 20px 20px 0 20px; OLD CODE*/
	padding: 10px 10px 0 10px; /*Update [06-25-25]*/
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
}
.save-dropdown .save-link {
	display: flex;
	/*padding: 20px 20px 0 20px; OLD CODE*/
	padding: 10px 10px 0 10px; /*Update [06-25-25]*/
}
.save-dropdown .save-link * {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
}
.save-dropdown .save-link > div {
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.save-dropdown .save-link .save-icon{
	padding-right: 10px;
	cursor: default;
	width: 40px;
}
.save-dropdown .save-link a {
	text-transform: uppercase;
	font-weight: 500;
}
.save-dropdown .save-link a:after {
	content: '';
    border-color: #fff;
    position: relative;
    right: -6px;
    top: -2px;
    z-index: 1;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}

.mobile-save .save-dropdown .fl-callout {
	display: flex;
}
.mobile-save .save-dropdown .fl-callout > .fl-callout-photo {
	padding-right: 10px;
}
/* END SAVE FEATURE STYLES */

/* LOCATION POSTS FEED CUSTOM LOAD MORE BUTTON */
body.single.single-center .fl-module-post-grid.nearby-locations .fl-builder-pagination-load-more.show-all {
	padding-top: 0;
}
body.single.single-center .fl-module-post-grid.nearby-locations .fl-builder-pagination-load-more.show-all a{
	border: none;
}
body.single.single-center .fl-module-post-grid.nearby-locations .fl-builder-pagination-load-more.show-all a > span{
	color: #006071;
}
/* END LOCATION POSTS FEED CUSTOM LOAD MORE BUTTON */


/* --------------------- SEARCH --------------------------------------- */

/* Components */
.pi-search-input {
	height: 50px;
	font-size: 18px !important;
}

.pseudo-btn {
	background-color: #01a689;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	padding: 6px 12px;
	font-weight: normal;
	text-shadow: none;
	border: 1px solid #016957;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: fit-content;
	margin: 3rem auto;
}

.pseudo-btn:hover {
	cursor: pointer;
	background-color: #006971;
	color: #fff;
	border: 1px solid #003034;
	text-decoration: none;
}

.pseudo-btn.reset-filters {
	margin-left: 0;
}

#load-more-btn {
	margin: 3rem auto;
	display: block;
}

/* Filters */
.pi-filters {
	border-radius: 15px 0 0 15px;
	padding: 30px 30px 25px 30px;
}

.pi-filters h2 {
	margin-top: 0;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 24px;
}

.filter-group {
	display: grid;
	align-items: center;
	position: relative;
	width: 100%;
	min-width: 204px;
	max-width: 204px;
	border: none;
	border-radius: 10px;
	padding: 12px;
	margin-bottom: 10px;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.1;
	background-color: #F2F2F2;
}

.filter-group h6 {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.filter-group h6::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("/wp-content/uploads/plus-icon.svg");
	background-repeat: no-repeat;
}

.filter-group.open-toggle h6::after {
	background-image: url("/wp-content/uploads/minus-icon.svg");
	background-repeat: no-repeat;
}

.filter-content {
	visibility: hidden;
	position: absolute;
	opacity: 0;
}

.filter-toggle {
	margin: 0;
}

.filter-toggle.open-toggle + .filter-content {
	position: relative;
	visibility: visible;
	opacity: 1;
	max-height: 150px;
	overflow: scroll;
}

/* Inputs */
.filter-toggle.open-toggle + .filter-content,
.filter-by-isdot,
.filter-by-isworking {
	position: relative;
}

.filter-by-isdot label,
.filter-by-isworking label {
	display: flex;
	align-items: center;
}

.filter-by-isworking label {
	margin-top: .75rem;
}

.filter-by-isdot span,
.filter-by-isworking span {
	margin-right: 5px;
	color: #01a689;
}

.filter-content input,
.filter-by-isdot input,
.filter-by-isworking input {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.filter-toggle.open-toggle + .filter-content label {
	display: grid;
	margin: 1rem 0 .5rem;
	font-weight: 600;
	position: relative;
	grid-template-columns: 15px auto;
	column-gap: 5px;
}

.filter-toggle.open-toggle + .filter-content label:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: var(--blue-color);
	border-radius: 2.5px;
	box-shadow: none;
}

.filter-toggle.open-toggle + .filter-content input:checked + label:after {
	content: " ";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMzMzMjMwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: center center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0px;
	left: -5px;
	top: -3px;
	text-align: center;
	background-color: transparent;
	font-size: 10px;
	height: 27px;
	width: 27px;
}

.filter-by-isdot label:before,
.filter-by-isworking label:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: var(--blue-color);
	border-radius: 5px;
	box-shadow: none;
}

.filter-by-isdot input:checked + label:after,
.filter-by-isworking input:checked + label:after {
	content: " ";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMzMzMjMwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: center center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0px;
	left: 0px;
	top: 3px;
	text-align: center;
	background-color: transparent;
	font-size: 10px;
	height: 27px;
	width: 27px;
}

.filter-by-isdot {
	margin: 2rem 0 .5rem;
}


/* ---------------------- PHYSICIANS LAYOUT -------------------------- */
.physician-row .col-2 {
	position: absolute;
	right: 0;
}

@media (min-width: 2200px) {
	.physician-row .col-2 {
		width: 34%;
	}	
}

@media (min-width: 1801px) and (max-width: 2199px) {
	.physician-row .col-2 {
		width: 31%;
	}
}

@media (min-width: 1500px) and (max-width: 1800px) {
	.physician-row .col-2 {
		width: 27%;
	}		
}

/* ---------------------- PHYSICIANS LOADING -------------------------- */
#pi-physicians-loading {
	display: none;
	height: 50px;
	width: 50px;
	background-size: contain;
	margin: 2rem auto;
}

/* ---------------------- PHYSICIANS SHORT RESULTS -------------------------- */
#pi-physician-short-results {
	max-height: 145px;
	overflow: scroll;
	box-shadow: 0px 4px 25px 4px rgba(0,0,0,0.1);
	border-radius: 0px 0px 15px 15px;
}

#pi-physician-short-results .short-result {
	display: flex;
	padding: 1rem;
	align-items: center;
	height: 80px;
}

#pi-physician-short-results .short-result:nth-of-type(even) {
	background: #e1f1ee;
}

#pi-physician-short-results .short-result img {
	flex: 0 0 50px;
	border-radius: 15px;
	max-width: 50px;
	margin-right: 10px;
}

/* ---------------------- PHYSICIANS ARCHIVE -------------------------- */

#pi-physician-long-results {
	min-height: 400px;
}

#pi-physicians-grid-default,
#pi-physicians-grid {
	display: grid;
	grid-template-columns: repeat(3, calc(33.33% - 1rem));
	gap: 2rem;
	margin-top: 4rem;
}

#pi-physicians-grid-default .physician,
#pi-physicians-grid .physician {
	background: #E1F1EE;
	border: none;
	border-radius: 15px;
	padding: 25px 25px 40px 25px;
	display: flex;
	flex-direction: column;
	position: relative;
}

#pi-physician-long-results #pi-physicians-grid .result-physician {
	visibility: hidden;
	position: absolute;
}

#pi-physician-long-results #pi-physicians-grid .result-physician.page-1,
#pi-physician-long-results #pi-physicians-grid .result-physician.visible {
	visibility: visible;
	position: relative;
}

#pi-physicians-grid-default .physician .icons-wrap,
#pi-physicians-grid .physician .icons-wrap {
	display: flex;
	justify-content: end;
	position: relative;
	right: 0;
	left: 0;
	margin-top: -25px;
	margin-bottom: 30px;
	gap: 5px;
	z-index: 10;
}

#pi-physicians-grid-default .physician .save-icon,
#pi-physicians-grid .physician .save-icon {
	color: #006071;
	display: grid;
	width: fit-content;
	right: 0;
	position: relative;
	z-index: 10;
	text-align: right;
}

#pi-physicians-grid-default .physician .icons-wrap p,
#pi-physicians-grid .physician .icons-wrap p {
	display: none;
}

#pi-physicians-grid-default .physician .save-icon.active:hover p,
#pi-physicians-grid .physician .save-icon.active:hover p {
	display: block;
	font-size: 12px;
	position: absolute;
	top: -30px;
	width: max-content;
	background: #006071;
	color: white;
	border-radius: 5px;
	right: 0;
	padding: 5px;
}

.fc-event .is-dot-certified {
	/* position: absolute !important	; */
	position: static !important;
	right: 0 !important;
	top: 2px !important;
	display: inline;
}

.fc-event .is-dot-certified p {
	display: none;
}

.fc-daygrid-dot-event .fc-event-title:has(.is-dot-certified) {
	overflow: visible;
	padding-right: 20px;
}

/* custom tooltip position for fc-event */
.fc-event:hover .is-dot-certified p {
	top: 0;
	left: 0;
	right: unset;
	width: 100%;
}


.fc-event:has(.is-dot-certified) {
	overflow: visible;
}

.fc-event .is-dot-certified,
#pi-physicians-grid-default .physician .is-dot-certified,
#pi-physicians-grid .physician .is-dot-certified,
#pi-physicians-grid-default .physician .is-working-today,
#pi-physicians-grid .physician .is-working-today {
	color: #01a689;
	z-index: 10;
	position: relative;
}

.fc-event:hover .is-dot-certified,
.fc-event .is-dot-certified:hover,
#pi-physicians-grid-default .physician .is-dot-certified:hover,
#pi-physicians-grid .physician .is-dot-certified:hover,
#pi-physicians-grid-default .physician .is-working-today:hover,
#pi-physicians-grid .physician .is-working-today:hover {
	cursor: pointer;
}

.fc-event .is-dot-certified:hover p,
#pi-physicians-grid-default .physician .is-dot-certified:hover p,
#pi-physicians-grid .physician .is-dot-certified:hover p,
#pi-physicians-grid-default .physician .is-working-today:hover p,
#pi-physicians-grid .physician .is-working-today:hover p {
	display: block;
	font-size: 12px;
	position: absolute;
	top: -30px;
	width: max-content;
	background: #006071;
	color: white;
	border-radius: 5px;
	right: 0;
	padding: 5px;
}

#pi-physicians-grid-default .physician a.physician-link,
#pi-physicians-grid .physician a.physician-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}

#pi-physicians-grid-default .physician .headshot-name-wrap,
#pi-physicians-grid .physician .headshot-name-wrap {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 15px;
}

#pi-physicians-grid-default .physician .headshot-name-wrap h4,
#pi-physicians-grid .physician .headshot-name-wrap h4 {
	font-size: 22px;
	line-height: 1.2;
}

#pi-physicians-grid-default .physician .headshot-name-wrap img,
#pi-physicians-grid .physician .headshot-name-wrap img {
	flex: 0 0 auto;
	width: 33%;
	border-radius: 10px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

#pi-physicians-grid-default .physician .info-wrap p,
#pi-physicians-grid .physician .info-wrap p {
	font-size: 20px;
	margin: 0;
	line-height: 1.2;
}

#pi-physicians-grid-default .physician .info-wrap p:last-of-type,
#pi-physicians-grid .physician .info-wrap p:last-of-type {
	margin-bottom: 0;
}

#pi-physicians-grid-default .physician .info-wrap p .center-link,
#pi-physicians-grid .physician .info-wrap p .center-link {
	position: relative;
	z-index: 10;
}


/* ---------------------- CENTERS ARCHIVE -------------------------- */
.pi-centers-search-and-filters {
	display: grid;
	grid-template-columns: 47% 15% 15% 18%;
	gap: 2rem;
}

.pi-centers-search-and-filters .filter-group {
	max-height: 50px;
}

.pi-centers-search-and-filters .filter-group.open-toggle {
	max-height: unset;
}

.pi-centers-search-and-filters .filter-group {
	margin-bottom: 0;
}

.pi-centers-search-and-filters .geolocation-btn {
	height: 50px;
	padding: 13px 24px 12px 24px !important;
}


#locations-map-wrapper {
	position: sticky !important;
	top: calc(110px + 4rem);
	height: 650px;
}

@media (max-width: 768px) {
	#locations-map-wrapper {
		margin-top: 10px;
	}
}

#pi-centers-grid-default {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 1rem));
	gap: 2rem;
}

#pi-centers-grid-default .center {
	background: #E1F1EE;
	border: none;
	border-radius: 15px;
	padding: 25px;
	position: relative;
}

#pi-centers-grid-default .center .icons-wrap,
#pi-centers-grid .center .icons-wrap {
	display: flex;
	justify-content: end;
	position: relative;
	right: 0;
	left: 0;
	margin-top: -25px;
	margin-bottom: 30px;
	gap: 5px;
	z-index: 10;
}

#pi-centers-grid-default .center .save-icon,
#pi-centers-grid .center .save-icon {
	color: #006071;
	display: grid;
	width: fit-content;
	right: 0;
	position: relative;
	z-index: 10;
	text-align: right;
}

#pi-centers-grid-default .center .icons-wrap p,
#pi-centers-grid .center .icons-wrap p {
	display: none;
}

#pi-centers-grid-default .center .save-icon.active:hover p,
#pi-centers-grid .center .save-icon.active:hover p {
	display: block;
	font-size: 12px;
	position: absolute;
	top: -30px;
	width: max-content;
	background: #006071;
	color: white;
	border-radius: 5px;
	right: 0;
	padding: 5px;
}

#pi-centers-grid-default .center .is-dot-certified,
#pi-centers-grid .center .is-dot-certified {
	color: #01a689;
	z-index: 10;
	position: relative;
}

#pi-centers-grid-default .center .is-dot-certified:hover,
#pi-centers-grid .center .is-dot-certified:hover {
	cursor: pointer;
}

#pi-centers-grid-default .center .is-dot-certified:hover p,
#pi-centers-grid .center .is-dot-certified:hover p {
	display: block;
	font-size: 12px;
	position: absolute;
	top: -50px;
	width: max-content;
	background: #006071;
	color: white;
	border-radius: 5px;
	right: 0;
	padding: 5px;
}

#pi-centers-grid-default .center .is-temp-closed,
#pi-centers-grid .center .is-temp-closed {
	background: #b13e2c;
	color: white;
	border-radius: 100%;
	position: relative;
	z-index: 10;
	font-size: 12px;
	display: flex;
	align-items: center;
	line-height: 1;
	height: 21px;
	width: 21px;
	justify-content: center;
}

#pi-centers-grid-default .center .is-temp-closed .fl-icon,
#pi-centers-grid .center .is-temp-closed .fl-icon {
	transform: rotate(45deg);
}

#pi-centers-grid-default .center .is-temp-closed:hover,
#pi-centers-grid .center .is-temp-closed:hover {
	cursor: pointer;
}

#pi-centers-grid-default .center .is-temp-closed:hover p,
#pi-centers-grid .center .is-temp-closed:hover p {
	display: block;
	font-size: 12px;
	position: absolute;
	top: -25px;
	width: max-content;
	background: #b13e2c;
	color: white;
	border-radius: 5px;
	right: 0;
	padding: 5px;
}

#pi-centers-grid-default .center a.center-link,
#pi-centers-grid .center a.center-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}

#pi-centers-grid-default .center a.center-phone,
#pi-centers-grid .center a.center-phone {
	position: relative;
	z-index: 10;
}

#pi-centers-grid-default .center .info-wrap {
	display: flex;
	flex-direction: column-reverse;
	gap: 18px;
	justify-content: space-between;
	align-items: start;
}

#pi-centers-grid-default .center .center-image img {
	border-radius: 5px;
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

#pi-centers-long-results #pi-centers-grid-default .result-center {
	visibility: hidden;
	position: absolute;
}

#pi-centers-long-results #pi-centers-grid-default .result-center.page-1,
#pi-centers-long-results #pi-centers-grid-default .result-center.visible {
	visibility: visible;
	position: relative;
}

.post-type-archive-center .center-image {
	display: none !important;
}

/* ---------------------- CENTERS LOADING -------------------------- */
#pi-centers-loading {
	display: none;
	height: 50px;
	width: 50px;
	background-size: contain;
	margin: 2rem auto;
}

/* ---------------------- NO RESULTS -------------------------- */
.pf-search-no-results {
	margin: 3rem 0;
	color: #006071;
	text-align: center;
}

/* --------------------- GLOBAL SEARCH ------------------------ */
.patientfirst-results {
	text-align: left;
}

body.search-no-results .search-content {
	display: grid;
	justify-content: center;
}

.search-content {
	max-width: 1300px;
	margin: 2rem auto 0;
	float: none;
	padding: 0 1.5rem;
}

.search-content h1 {
	font-size: 5rem;
	font-weight: 600;
	margin-bottom: 6rem;
}

.search-content h1 span.highlight {
	background: #01a689;
	padding: 4px 8px;
	border-radius: 10px;
	color: white;
}

.patientfirst-results .no-results h4,
.search-content .pf-search-no-results {
	color: #000;
	text-align: left;
}

.patientfirst-results-group {
	margin: 0 auto 6rem;
	padding-bottom: 10rem;
	border-bottom: 1px solid #98989B;
}

@media (max-width: 800px) {
	.patientfirst-results-group {
		padding-bottom: 0;
	}	
}

.patientfirst-results-group:last-of-type {
	border-bottom: 0;
}

.patientfirst-results-group h2 {
	font-size: 3.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

#pi-centers-grid-default.pi-centers-global-search,
.patientfirst-results-group #pi-physicians-grid,
#pi-page-grid,
#pi-community-grid,
#pi-blog-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

#pi-page-grid article,
#pi-blog-grid article,
#pi-community-grid article {
	background: #E1F1EE;
	border: none;
	border-radius: 15px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 25px;
}


#pi-blog-grid article .featured-image-wrap,
#pi-community-grid article  .featured-image-wrap {
	display: grid;
	align-content: center;
}


#pi-blog-grid article img,
#pi-blog-community article img {
	border-radius: 10px;
}

#pi-blog-grid article .info-wrap,
#pi-community-grid article .info-wrap {
	height: 100%;
	display: grid;
	align-content: flex-start;
}

.info-wrap .read-more {
	color: #006071;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.info-wrap .read-more::after {
	content: '';
	border-color: #fff;
	border-right-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	position: relative;
	right: -6px;
	top: -2px;
	z-index: 1;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate( -45deg );
}

@media(min-width: 768px) {

	.search-content {
		padding: 0;
	}

	#pi-blog-grid article,
	#pi-community-grid article {
		flex-direction: row;
	}

	#pi-blog-grid article .featured-image-wrap,
	#pi-community-grid article  .featured-image-wrap {
		flex: 0 0 300px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#pi-page-grid,
	#pi-centers-grid-default.pi-centers-global-search,
	.patientfirst-results-group #pi-physicians-grid {
		grid-template-columns: repeat(4, calc(25% - 1rem));
	}
}


/* --------------------- FLU SHOTS ------------------------ */
.pf-flu-inventory-wrapper {
	background: #f3ece4;
	padding: 3rem 4rem 4rem;
}

.pf-flu-inventory-wrapper h2 {
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	margin: 0 auto 24px;
}

@media (max-width: 767px) {
	.pf-flu-inventory-wrapper h2 {
		font-size: 28px;
	}	
}

.pf-flu-inventory {
	display: grid;
	grid-template-columns: repeat(2, 50%);
	justify-items: center;
}

.pf-flu-inventory div {
	font-weight: 500;
	font-size: 24px;
	display: flex;
}

.pf-flu-inventory div::before {
	display: block;
	height: 24px;
	width: 24px;
	margin-right: 8px;
}

.pf-flu-inventory .shot-in-stock::before {
	content: url('/wp-content/uploads/checkmark-icon.svg');
}

.pf-flu-inventory .shot-out-of-stock::before {
	content: url('/wp-content/uploads/close-red.svg');
}

@media only screen and (max-width: 800px) {
	.pf-flu-inventory {
		display: block;
		text-align: center;
	}

	.pf-flu-inventory div {
		font-size: 18px;
	}

	.pf-flu-inventory div:first-of-type {
		margin-bottom: 24px;
	}
}

/* --------------------- CENTER STAFF ------------------------ */
.pf-medical-directors,
.pf-working-today {
	display: grid;
	grid-template-columns: repeat(2, 50%);
	row-gap: 18px;
	padding: 64px 48px 48px;
	border-radius: 15px;
}

.pf-full-time-staff {
	display: grid;
	grid-template-columns: repeat(3, calc(33.33% - 18px));
	gap: 18px;
	padding: 64px 48px 48px;
	border-radius: 15px;
}

.pf-medical-directors .director,
.pf-working-today .physician,
.pf-full-time-staff .physician {
	display: flex;
	column-gap: 1rem;
}

.pf-medical-directors .director img,
.pf-working-today .physician img,
.pf-full-time-staff .physician img {
	height: 70px;
	width: 70px;
	object-fit: cover;
	border-radius: 100%;
}

.pf-medical-directors .director h3,
.pf-medical-directors .director a,
.pf-working-today .physician a,
.pf-full-time-staff .physician a {
	font-size: 24px;
	font-weight: 500;
	color: #262626;
	margin: 0;
}

.pf-medical-directors .director p,
.pf-working-today .physician p,
.pf-full-time-staff .physician p {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.pf-full-time-staff {
	background: #dde7ea;
}

.pf-working-today {
	background: #e1f0ee;
}

.pf-medical-directors {
	background: #F8F3EF;
}

.location-physician .is-dot-certified {
	position: absolute;
}

.location-physician .is-dot-certified:hover {
	cursor: pointer;
}

.location-physician .is-dot-certified span {
	color: #01a689;
}

.location-physician .is-dot-certified p {
	display: none;
}

.location-physician .is-dot-certified:hover p {
	display: block;
	font-size: 12px;
	position: absolute;
	top: -30px;
	width: max-content;
	background: #006071;
	color: white;
	border-radius: 5px;
	left: 0;
	padding: 5px;
}

/**
Single Location - Award List
*/
.single-center .award-list {
	display: flex;
	gap: 1rem;
	list-style-type: none;
	padding: 0;
	margin: 0;

}

@media (max-width: 767px) {
	.single-center .award-list {
		display: grid;
	}
}

@media(min-width: 768px) {
	.single-center .award-list {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}
}

.single-center .award-list > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	text-align: center;
	gap: 1rem;
}

.single-center .award-list img {
	object-fit: contain;
	width: 90px;
	height: 90px;
}

/**
Mobile Search - Max Megamenu
*/
.mega-menu-item.widget_custom_html {
	padding: 0 !important;
	height: 35px !important;
}

.mega-menu-item .fl-page-nav-search {
	display: block;
	position: relative;
}

.mega-menu-item .fl-page-nav-search a {
	display: none;
}

.mega-menu-item .fl-page-nav-search form {
	display: block;
	top: 0;
	padding: 0;
	background: transparent;
	border: none;
	width: 100%;
	left: 0;
}

/* Mobile Search - Slick */
.mobile-slider {
	margin-top: 0 !important;
	position: relative;
}

.patientfirst-results-group .slick-arrow {
	top: -5rem !important;
	right: 4rem;
	left: auto;
	font-size: 0px;
	height: 30px;
	position: absolute;
}

.patientfirst-results-group .slick-arrow:hover {
	border: none !important;
}

.pf-prev-arrow .fa-chevron-left::before {
	content: "\f060";
	color: #009b7c;
	font-size: 24px;
}

.pf-next-arrow .fa-chevron-right::before {
	content: "\f061";
	color: #009b7c;
	font-size: 24px;
}

.slick-arrow:hover .fa-chevron-left::before,
.slick-arrow:hover .fa-chevron-right::before {
	color: #006071;
	cursor: pointer;
}

.patientfirst-results-group .pf-next-arrow.slick-arrow {
	right: 0rem;
}

/* Services List and Insurance Info */
.pf-services-and-insurance {
	display: block;
}

.pf-services-grid {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
	margin-bottom: 40px;
}

.pf-services-grid .pf-service {
	display: block;
}

.pf-services-grid .pf-service a.service-title:before {
	content: url('/wp-content/uploads/checkmark-icon.svg');
	display: block;
	height: 24px;
	width: 24px;
	margin-right: 10px;
}

.pf-services-grid .pf-service a.service-title {
	font-weight: 500;
	font-size: 24px;
	display: flex;
}

.pf-services-grid .pf-service a.learn-more {
	margin-left: 34px;
	color: #006071;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

.pf-services-grid .pf-service a.learn-more::after {
	content: '';
	border-color: #fff;
	position: relative;
	right: -6px;
	top: -2px;
	z-index: 1;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate( -45deg );
}

.pf-services-and-insurance h3 {
	margin-top: 0;
	font-weight: 500;
	font-size: 24px;
}
/*UPDATE 06-19-25 GA*/
/* ========================================================= */
/* CSS to rearrange services into 2 columns + green box */
/* ========================================================= */

/* Modify THIS RULE in your style.css (or in your additional CSS if it has higher specificity) */
@media only screen and (min-width: 800px) {
    .pf-services-and-insurance {
        /* We keep display: grid for this main container */
        display: grid !important; /* Ensure it's a grid */
        /* Define the two main columns: one for the services grid, one for the green box */
        /* Adjust widths as you want them to be distributed.
           For example: 2fr for services, 1fr for the box, or fixed percentages */
        grid-template-columns: 2fr 1fr !important; /* Example: 2/3 for services, 1/3 for insurance */
        /* grid-template-columns: calc(100% - 350px) 300px !important;  <- Another option if you prefer a fixed width for the green box */
        gap: 20px !important; /* Space between the services grid and the green box */
        align-items: start !important; /* Align items to the top */
    }

    /* Now, the services container (which is the first column of the main grid) */
    .pf-services-grid {
        display: grid !important; /* Make this also a grid */
        grid-template-columns: repeat(2, 1fr) !important; /* Create 2 columns of equal width for the services */
        gap: 15px 20px !important; /* Vertical (row) and horizontal (column) space between individual services */
        /* Ensure there are no interfering floats or fixed widths */
        width: auto !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* The individual service items */
    .pf-services-grid .pf-service {
        width: auto !important; /* Allow the grid to manage the width */
        float: none !important;
        margin-bottom: 0 !important; /* Remove any unwanted bottom margin */
    }

    /* The insurance information box (which is the second column of the main grid) */
    .insurance-info {
        /* We don't need to specify width if grid-template-columns handles it with 1fr or percentages */
        /* If you want a fixed width for the box, use the option grid-template-columns: calc(100% - 350px) 300px !important; */
        color: white !important;
        padding: 25px 30px !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
        /* margin-left: auto !important; <- Not needed if grid-template-columns controls it */
        /* flex-shrink: 0 !important; <- Not needed if display: grid handles it */
    }
    /* ... Ensure that the internal styles of insurance-info (img, h3, p, a) also have !important if necessary ... */
}

/* Media Queries for Responsiveness (if the above is only for >800px) */
/* For screens smaller than 800px, elements should stack */
@media (max-width: 799px) {
    .pf-services-and-insurance {
        display: flex !important; /* Revert to flexbox for stacking */
        flex-direction: column !important; /* Stack elements */
        align-items: center !important; /* Center stacked elements */
        gap: 30px !important; /* Space between stacked elements */
    }

    .pf-services-grid {
        display: grid !important;
        grid-template-columns: 1fr !important; /* Single column for services on mobile */
        width: 90% !important; /* Occupy almost full width */
        max-width: 400px !important; /* Or a reasonable max width */
        gap: 15px !important;
    }

    .insurance-info {
        width: 90% !important; /* Green box occupies almost full width on mobile */
        max-width: 400px !important; /* Or the same max width as the services grid */
        margin-top: 0 !important;
    }
}
/*OLD CODE*/
/*
@media only screen and (min-width: 800px) {
	.pf-services-and-insurance {
		display: grid;
		grid-template-columns: calc(75% - 80px) 25%;
		column-gap: 80px;
	}

	.pf-services-grid {
		display: flex;
		flex-wrap: wrap;
		row-gap: 20px;
		margin-bottom: 0px;
	}

	.pf-services-grid .pf-service {
		flex: 0 1 calc(33.33% - 15px);
	}
}
*/
/* Calendar/Schedule */
.fc-day-past {
	background: #f7f7f7 !important;
}

.fc-day-past .fc-event,
.fc-day-past .fc-daygrid-day-number {
	color: #d5d5d5 !important;
}

.fc-day-past .fc-daygrid-event-dot {
	border-color: #d5d5d5 !important;
}

.fc-list-day-cushion a {
	color: black !important;
}

.fc-list-event-title {
	padding-bottom: 0 !important;
}

.fc-list-event-title a {
	color: #01a689 !important;
	font-weight: 700;
}

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

	#calendar {
		min-height: 550px !important;
	}


	.fc-day-past,
	.fc-event:not(.fc-event-future),
	.fc-event .fc-list-event-graphic {
		display: none !important;
	}

	.fc-event {
		display: flex;
		flex-direction: column-reverse;
		border: 1px solid #f1f1f1 !important;
	}

	.fc-list-event-title,
	.fc-list-event-time {
		border: none !important;
	}

	.fc .fc-list-sticky .fc-list-day > * {
		z-index: 10;
	}

	.fc-day .fc-list-day-cushion {
		background: #f1f1f1 !important;
	}
}

/* Single Community - Carousel */
.pi-community-carousel {
	position: relative;
}

.pi-community-carousel img,
.pi-community-carousel-fallback img {
	border-radius: 15px;
}

.community-carousel-prev-arrow,
.community-carousel-next-arrow {
	position: absolute;
	top: 50%;
	z-index: 100;
	color: white;
	width: 20px;
	height: 20px;
}

.community-carousel-prev-arrow:hover,
.community-carousel-next-arrow:hover {
	cursor:pointer;
}

.community-carousel-prev-arrow {
	left: 32px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(135deg);
}

.community-carousel-next-arrow {
	right: 32px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
}


@media only screen and (min-width: 800px) {
	.pi-community-carousel {
		margin-left: 30px;
	}
}

/* Single Location Physicians */
.pf-location-physicians {
	display: block;
}

.pf-location-physicians h2 {
	font-size: 48px;
	font-weight: 700;
	margin: 0 auto 1rem;
}

@media (max-width: 767px) {
	.pf-location-physicians h2 {
		font-size: 28px;		
	}
}

.pf-location-physicians .heading-and-links {
	display: grid;
	justify-items: center;
	justify-content: center;
	margin-bottom: 6rem;
}

.location-schedule-btn a.location-schedule-btn-link.fl-button,
.location-schedule-btn a.location-schedule-btn-link.fl-button span {
	background: white;
	color: #006071;
	border: none;
	padding: 0;
}

.pf-location-physicians .physicians-group > div {
	position: relative;
	
}



.pf-location-physicians h4 {
	width: fit-content;
	font-size: 2rem;
	line-height: 2;
	padding: 0 12px;
	border-radius: 15px;
	margin-bottom: 0;
	position: absolute;
	left: 12rem;
	top: -3rem;
	font-weight: 700;
}

.pf-location-physicians .full-time h4 {
	background: #b0ced3;
}


.pf-location-physicians .working-today {
	width: 100%;
	display: inline-block;
}

.pf-location-physicians .directors {
	width: 100%;
}


 .pf-location-physicians .physicians-group { 
	display: grid;
	gap: 4rem;
	grid-template-columns: 1fr;
}

@media(min-width: 768px) {
	.pf-location-physicians .physicians-group {
        	display: grid;
        	grid-template-columns: 1fr 1fr;
        	gap: 4rem;
	}

	.pf-location-physicians .full-time {
        	grid-column: span 2;
	}


}

.pf-location-physicians .working-today h4 {
	background: #acd8cf;
}

.pf-location-physicians .directors h4 {
	background: #e1d4c9;
}

.pf-location-physicians .full-time,
.pf-location-physicians .full-time .pf-full-time-staff {
	width: 100%;
}

@media only screen and (max-width: 800px) {
	.pf-location-physicians,
	.pf-working-today,
	.pf-medical-directors,
	.pf-full-time-staff {
		display: block;
	}

	.pf-working-today,
	.pf-medical-directors,
	.pf-full-time-staff {
		padding: 64px 24px 24px;
	}

	.pf-medical-directors .director, 
	.pf-working-today .physician, 
	.pf-full-time-staff .physician {
		margin-bottom: 24px;
	}

	.pf-medical-directors .director a,
	.pf-working-today .physician a,
	.pf-full-time-staff .physician a {
		line-height: 0;
	}

	.pf-location-physicians h4 {
		font-weight: 700;
		width: 80%;
		line-height: 1;
		padding: 8px 16px;
		left: 10%;
	}

	.physicians-group {
		margin-top: 64px;
	}
}

/* Closure Banners */
.pf-home-closure-banner {
	display: none;
	column-gap: 10px;
	background: #b13e2c;
	border: 2px solid #b13e2c;
	padding: 8px 16px;
	line-height: 1;
	color: white;
	width: 100%;
	justify-content: center;
	position: relative;
}

.pf-home-closure-banner p {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 16px;
}

.pf-home-closure-banner a {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
}

.pf-home-closure-banner .close-closure-banner {
	mask-image: url(/wp-content/themes/bb-theme-child/assets/images/pi-close.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 14px;
	background-color: #ffffff;
	position: absolute;
	right: 1rem;
	cursor: pointer;
}

.pf-location-closure {
	background: #b13e2c;
	padding: 24px;
	color: white;
}

.pf-location-closure h4 {
	color: white;
}

/* -- Location Closures Banner - 01/17/25 -- */
.pf-location-closure-inner {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 810px) {
	.pf-home-closure-banner {
		flex-direction: column;
		align-items: center;
	}

	.pf-home-closure-banner p,
	.pf-home-closure-banner a {
		font-size: 14px;
		line-height: 1.3em;
	}
}

/* Location Phone Number */
.pf-location-phone {
	display: flex;
	column-gap: 16px;
	color: white;
	margin-bottom: 8px;
	padding-right: 48px;
}

.pf-location-phone img {
	height: 24px;
	width: 24px;
}

.pf-location-phone p.reg-number {
	line-height: 1;
}

.single-center .location-banner .phone-numbers p.reg-number a {
	color: #fff !important;	
}

/* Map Tooltip */
/* tooltip */
#locations-map .gm-style .gm-style-iw-d {
	overflow: hidden !important;
	grid-column: 1;
}

#locations-map .gm-style .gm-style-iw-tc::after {
	background: #008b71;
}

#locations-map .gm-style .gm-style-iw-c {
	background-color: #008b71;
	border-radius: 0;
	display: grid;
	width: max-content;
	padding: 1rem !important;
	position: relative;
	grid-template-columns: auto 24px;
	align-items: center;
	justify-items: center;
}

#locations-map .gm-style .highlight .gm-style-iw-c,
#locations-map .gm-style .highlight .gm-style-iw-tc::after,
#locations-map .gm-style .highlight .gm-style-iw-d a {
	background-color: #006071;
}

#locations-map .gm-style .gm-style-iw-c.temp-closed {
	background: linear-gradient(90deg, rgb(0, 139, 113) 0%, rgb(0, 139, 113) 75%, rgb(177, 62, 44) calc(100% - 48px), rgb(177, 62, 44) 100%);
}

#locations-map .gm-style .gm-style-iw-c .gm-style-iw-chr {
	grid-column: 2;
	grid-row: 1;
}

#locations-map .gm-style .gm-style-iw-c .gm-style-iw-chr button {
	height: 24px !important;
	width: 24px !important;
}

#locations-map .gm-style .gm-style-iw-c .gm-style-iw-chr button span {
	margin: 0 0 0 4px !important;
}

.gm-ui-hover-effect>span {
	background-color: #fff;
}

#locations-map .gm-style-iw-d a, 
#locations-map .gm-style-iw-d a:hover, #locations-map .gm-style-iw-d a:visited, 
#locations-map .gm-style-iw-d a:active, #locations-map .gm-style-iw-d a:link {
	color: #fff;
	display: block;
	letter-spacing: 1px;
	font-weight: 500;
}

#locations-map .gm-style-iw-d a:focus {
	outline: none;
}

/* Rev1 */
.clickable-address + p {
	display: none;
}

#location-header-map {
	position: relative;
}

a.clickable-address-image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 0px;
}

.search-icon {
	position: absolute;
	right: 12px;
	top: calc(50% - 6px);
}

.search-icon:hover {
	cursor: pointer;
}

/* Footer */
footer.footer-saves-col {
	position: relative;
}

footer .accredited-logo {
	position: absolute;
	margin-top: 2rem;
}

footer .accredited-logo .fl-callout {
	display: flex;
	column-gap: 8px;
}

footer .accredited-logo .fl-callout-photo-left .fl-callout-photo {
	max-width: 48px;
	padding: 0;
}

footer .accredited-logo img {
	height: 48px;
	width: 48px;
	object-fit: contain;
}

@media (max-width: 992px) {
	.fl-page footer .footer-creds-links {
		align-items: start;
		padding-bottom: 30px;
	}

	.fl-page footer .accredited-logo-secondary .fl-callout-has-photo {
		flex-direction: column;
		align-items: start;
	}
	
	.fl-page footer .accredited-logo-secondary .fl-callout-has-photo .fl-callout-photo {
		margin-top: 0;
        padding-left: 0;
	}
	
	.fl-page  footer .accredited-logo-secondary .fl-callout-content p {
		text-align: left !important;
	}
	
	#menu-footer-menu-terms-privacy {
		flex-direction: column;
		align-items: start;
	}
	
	#menu-footer-menu-terms-privacy.menu a {
		padding-top: 0;
        padding-left: 0;
		padding-bottom: 5px;
	}
}

@media (max-width: 768px) {
	body.home .footer-row .fl-row-content-wrap,
	.single-physician .footer-row .fl-row-content-wrap {
		padding-bottom: 60px;
	}

/* WEGLOT */	
	body.home #weglot-shortcode,
	.single-physician #weglot-shortcode,
	.post-type-archive-center #weglot-shortcode {
		/*bottom: 87px !important;
		z-index: 99; */
		display: none !important;
	}
	
	/*body.single-center #weglot-shortcode {
		bottom: 120px;
	}*/

/* ADA 	
	html body.single-center #ae_launcher.ae-cta-position-preset-right-lower {
		bottom: 116px !important;	
	}

	html body.home #ae_launcher.ae-cta-position-preset-right-lower,
	html .single-physician #ae_launcher.ae-cta-position-preset-right-lower,
	.post-type-archive-center #ae_launcher.ae-cta-position-preset-right-lower {
		bottom: 83px !important;
	}*/
}
/*
@media (max-width: 480px) {
	body.single-center #weglot-shortcode {
		bottom: 196px;
	}
	
	html body.single-center #ae_launcher.ae-cta-position-preset-right-lower {
		bottom: 193px !important;	
	}
}*/

@media (max-width: 596px) {
	#weglot-shortcode .wglanguage-name,
	#weglot-shortcode .country-selector.weglot-dropdown a {
		color: #fff;
	}
	
	#weglot-shortcode .country-selector.weglot-dropdown .wgcurrent:after,
	#weglot-shortcode .country-selector.weglot-dropdown .wgcurrent:after {
		filter: invert(1);
	}
}

/* Center Location Legend */
.pf-legend h6 {
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}

.pf-legend .legend-items {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 20px));
	font-size: 15px;
	column-gap: 40px;
}

.pf-legend .legend-items .legend-item {
	display: flex;
	column-gap: 8px;
	align-items: center;
}

.legend-item p {
	margin: 0;
	line-height: 1.1;
}

.legend-item .fa-circle {
	color: #01a689;
	font-size: 20px;
}

.legend-item .legend-save-icon {
	color: #006071;
	font-size: 20px;
}

@media (max-width: 480px) {
	.location-callouts .fl-button {
		text-align: center;
		width: 200px;
	}

	.location-callouts {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
	
	.location-callouts a.fl-button {
		font-size: 13px;
		padding: 9px 24px;
	}
}

/* Medical Center & Administrative Opportunities - filters */
.search-filter-component-combobox-base__listbox {
	border: 1px solid #939393;
}

.listing-col .sort-by-field {
	float: right;
	width: 30%;
}

.listing-col .sort-by-field .search-filter-field {
	margin-right: 0;
}

.listing-col .sort-by-field .search-filter-field .search-filter-component-combobox {
	border: none;
	background-color: transparent;
}

.listing-col .reset-field {
	float: left;
	width: 70%;
}

.listing-col .reset-field .search-filter-field {
	margin-left: 0;
}

.listing-col .reset-field .search-filter-field .search-filter-label {
	font-size: 16px;
	color: rgb(38 38 38 / 60%);	
}

.listing-col .sort-by-field input::placeholder {
	color: rgb(38 38 38 / 60%) !important;
	opacity: 1;
}

.listing-col .sort-by-field input::-ms-input-placeholder {
	color: rgb(38 38 38 / 60%) !important;
}

.listing-col .reset-field .search-filter-input-button {
	font-size: 14px;
}

.listing-col .reset-field .search-filter-input-button svg {
	width: 20px;
	height: 20px;
}

.listing-col .search-filter-query {
	clear: both;
}

@media (max-width: 768px) {
	.jobs-row .col-1 {
		margin-left: 20px;
		margin-right: 20px;
	}	

	.listing-col .reset-field {
		width: 100%;
		float: none;
	}

	.listing-col .sort-by-field {
		width: 200px;
		float: right;
	}
}

/* -- Vertical Mega Menu -- */

/*
li#mega-menu-item-2273756 {
width: 100px !important;
}

#vertical-mega-menu-wrapper a.mega-menu-link::before {
float: left !important;
text-align: left !important;
}

#vertical-mega-menu-wrapper a.fas.fa-align-left.fa6.mega-menu-link {
max-width: 80px !important;
}

#vertical-mega-menu-wrapper li.mega-menu-megamenu > ul.mega-sub-menu  {
position: fixed !important;
z-index: 9999999999 !important;
height: 100vh !important;
left: 0px !important;
}

#vertical-mega-menu-wrapper li.mega-menu-megamenu > ul.mega-sub-menu a::before {
width: 25px !important;
}
*/

/* -- Physicians Archive Listing  */
#physicians-listing .fl-row-content-wrap {
	background-color: var(--tan-color);	
	padding-top: 30px;
}

#physicians-listing .fl-row-content-wrap > .fl-row-content {
	max-width: 1377px;	
}

#physicians-listing .patient-first-search .filter-group, #physicians-listing .filter-group {
	background-color: #fff;	
}

@media (min-width: 769px) {
	#physicians-listing {
		margin-top: -150px;
		padding-top: 150px;
	}	
}

@media (max-width: 768px) {
	#physicians-listing {
		margin-top: -20px;
		padding-top: 20px;
	}
}


.walk-right-in .banner-callouts,
.walk-right-in .banner-callouts .fl-callout {
    display: flex;
    align-items: center;
    justify-content: center;
}

.walk-right-in .banner-callouts .fl-callout-photo {
    width: 48px;
}

.walk-right-in .banner-callouts .fl-callout-photo-left .fl-callout-content, .walk-right-in .fl-callout-photo-left-text .fl-callout-text-wrap {
    display: flex;
    width: 100%;
    flex: 1;
}

.walk-right-in .banner-callouts .fl-callout-text {
	font-size: clamp(1.6rem, 1.6rem + ((1vw - 0.375rem) * 3.333), 2.7rem);
}


/* ---------- Locations - Single ---------- */
/* ----- Banner ----- */
@media (max-width: 768px) {
	body.single-center .location-banner {
		margin-top: -81px;
	}
}



/* -- Mega menu */
.menu-heading > .mega-menu-link {
	text-transform: uppercase;
	color: #8dc7b9 !important;
}

.menu-heading > .mega-menu-link > span {
	border-color: #8dc7b9 !important;
    border-bottom: solid 2px;
}

.vertical-mega-menu > .mega-sub-menu {
	border-radius: 4px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #006071e3 !important;
}


.vertical-mega-menu > .mega-sub-menu {
    border-radius: 10px !important;
    padding: 1.5rem !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-2273756.mega-toggle-on > a.mega-menu-link::before {
    content: "";
}


.mega-menu-item-2273756 > a > span.mega-indicator {
    display: none !important;
}

body .vertical-mega-menu > .mega-menu-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: black !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 1.2em !important;
}



.fc-tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    white-space: nowrap;
}

/* -- UPDATE - header alignment - right column with search and heart -- */
.header-row .menu-col .top-heart-html .fl-html {
    display: flex !important;
    justify-content: end !important;	
}

.header-row .menu-col .top-search {
	width: 90%;
}

.header-row .menu-col .top-heart-html {
	width: 10%;
}

/* hamburger menu - make it larger */
.hamburger-menu-container .hamburger-icon .hamburger-icon-toggle span {
    width: 35px;
    height: 3px;
    margin: 7px 0;	
}

.hamburger-menu-container .hamburger-icon .hamburger-icon-toggle span:first-child {
	margin-top: 0;
}

.hamburger-menu-container .hamburger-icon .hamburger-icon-toggle span:last-child {
	margin-bottom: 0;
}

.hamburger-menu-container .hamburger-icon[aria-expanded="true"] .hamburger-icon-toggle span:nth-child(1) {
	top: 10px !important;
}

.hamburger-menu-container .hamburger-icon-label {
    margin-top: -4px;
    font-size: 21px;	
}

/* -- ADA compliance -- */
/* locations */
.single-center .location-banner .ratings-wrapper p,
.single-center .location-banner .pf-location-phone,
.services-row-locations .insurance-info,
.reviews-container .review-body {
	font-weight: 600; 
}

.services-row-locations .insurance-info p a {
	text-decoration: underline;
}

/* footer on .single-center */
.single-center footer {
    padding-bottom: 65px;	
}

/* --------- BLOG AND COMMUNITY TEMPLATES --------- */
/* the author, date, and post views callouts */
.interior-header.blog-community .fl-callout .fl-callout-text p {
	padding-bottom: 0 !important;
}

.interior-header.blog-community .fl-callout.fl-callout-icon-left .fl-icon {
	vertical-align: sub;
	height: 15px;
    display: inline-block;
}

.interior-header.blog-community .post-meta.fl-col .fl-col-content {
    align-items: flex-start;
}

@media (max-width: 992px) {
	.single-community .interior-header.blog-community .post-meta.fl-col .fl-col-content {
		  margin-left: 20px;
	}	
}

/* client ask to add spacing above and below <p> tags 3/2025 */
.single-post .post-content p {
	margin: 10px 0;
}


/* --------- EMPLOYER PORTAL --------- */
@media (min-width: 769px) and (max-width: 1399px) {
	.cta-two-col .fl-col-group {
		display: block;
	}

	.cta-two-col .fl-col-group .fl-col {
		width: 100%;
	}

	.cta-two-col .fl-col-group .col-2 .fl-col-content {
		padding-right: 0;
		margin-left: 20px;
	}

	.cta-two-col .fl-col-group .col-1 .fl-col-content {
		margin-right: 0;
	}
}

/* weird bb styling after the update, this fixes it */
body .cta-two-col .portal-buttons.fl-module-callout,
body .cta-two-col .portal-buttons.fl-module-callout:where(.fl-module:not(:has(> .fl-module-content))) {
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

body .cta-two-col .portal-buttons .fl-module-content {
	margin-right: 0;
}

/* --------- GENERAL CONTACTS PAGE --------- */
/* make the icon same height as the rest of the icons */
.map-marker-icon-custom .fl-photo-content img {
	height: 50px;	
}

/** Rev - mar 13 2025 - temporarily closed locations */
.temporarily-closed-message-text {
    order: -1;
    font-size: 14px;
    background-color: #b13e2c;
	color: #fff;
	max-width: 260px;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
	padding: 2px 5px;
	border-radius: 4px;
	margin-top: -2px;
}


@media (max-width: 900px) {
	.blog .custom-posts-slider .fl-post-slider-content,
	.post-type-archive-community .custom-posts-slider .fl-post-slider-content {
		position: absolute;
		bottom: -35px;
		left: -5px;
	}

	.fl-builder-content-321 .fl-node-nui0ywh5gz8m {
		gap: 5px;
	}
}


/**
Responsive breakpoints
*/

@media (max-width: 1359px) {
	.patient-first-search .filter-group {
		min-width: auto;
		max-width: 100%;
	}

	.patient-first-search a.geolocation-btn {
		padding: 12px 19px;
	}
}

@media (min-width: 1200px) and (max-width: 1279px) {
	.patient-first-search a.geolocation-btn {
		padding: 12px 11px !important;
	}
}

@media (min-width: 769px) and (max-width: 1199px) {
	.patient-first-search a.geolocation-btn .fl-button-text {
		display: none;
	}

	.pi-centers-search-and-filters {
		grid-template-columns: 50% 22% 22% 4%;
		gap: 1rem;
	}

	.filter-toggle.open-toggle+.filter-content label {
		font-size: 13px;
	}

	.patient-first-search a.geolocation-btn {
		padding: 12px 2px !important;
		text-align: center;
		border-radius: 10px;
	}

	.patient-first-search a.geolocation-btn:hover {
		border-radius: 10px;
	}

	.patient-first-search a.geolocation-btn i {
		margin-right: 0;
		font-size: 1.1em;
	}
}

@media (min-width: 769px) and (max-width: 1049px) {
	.filters-row .fl-col.col-1 {
		width: 100%;
		float: none;
	}

	#fl-main-content .filters-row .fl-col.col-2,
	#fl-main-content .filters-row .fl-col.col-3,
	#fl-main-content .filters-row .fl-col.col-4 {
		width: 33%;
	}

	.filters-row .fl-col.col-1 #location-search-form,
	.filters-row .fl-col.col-4 .fl-module-button {
		margin-right: 10px;
	}

	.filters-row .fl-col.col-2 .locations-dropdown {
		margin-left: 20px;
	}
}

@media (max-width: 992px) {
	#pi-centers-long-results .center h4 {
		font-size: 18px;
	}

	#pi-centers-long-results .center .info-wrap .center-info {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.patient-first-search a.geolocation-btn {
		height: auto;
		padding: 12px 19px;
	}
}



/* Find a Location - Mobile Map Styling */
@media (max-width: 768px) {
	.pi-centers-results-map-wrap {
		position: relative;
		display: block;
	}
}



@media (max-width: 768px) {
	.pi-centers-results-map-wrap {
		display: block;
		grid-template-columns: 100%;
		margin-top: 2rem;
	}

	.pi-centers-results-map-wrap #pi-centers-long-results {
		order: 2;
		margin-bottom: 10px;
	}

	.pi-centers-results-map-wrap #locations-map {
		order: 1;
		position: relative !important;
		top: 0;
	}

	.pi-centers-search-and-filters {
		display: block;
	}

	.pi-centers-search-and-filters .filter-group {
		margin: 10px 0;
	}

	.filters-row .fl-col.col-1 {
		width: 100%;
		float: none;
	}

	#fl-main-content .filters-row .fl-col.col-2,
	#fl-main-content .filters-row .fl-col.col-3,
	#fl-main-content .filters-row .fl-col.col-4 {
		width: 33% !important;
		float: left;
		clear: none;
	}

	.filters-row .fl-col.col-1 #location-search-form,
	.filters-row .fl-col.col-4 .fl-module-button {
		margin-right: 10px;
	}

	.filters-row .fl-col.col-2 .locations-dropdown {
		margin-left: 20px;
	}

	.fl-module-callout.small-phone .fl-callout-text {
		font-size: 13px;
	}

	.fl-module-callout.small-phone .fl-module-content {
		margin-top: 5px;
	}

	.fl-module-callout.small-phone .fl-photo-img {
		width: 26px;
	}

	.fl-module-callout.small-phone .fl-callout-text p {
		padding-bottom: 0 !important;
	}

	#location-search-form .fl-search-form .fl-search-form-input-wrap form .fl-form-field input[type=search] {
		padding-bottom: 12px;
		padding-top: 12px;
		border-radius: 8px;
		font-size: 14px;
	}

	.locations-dropdown ul.menu li .fl-has-submenu-container a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.locations-dropdown ul,
	.fl-builder-content .use-location a.fl-button {
		border-radius: 8px;
	}

	.fl-builder-content .use-location a.fl-button {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.fl-builder-content .use-location {
		margin-top: 3px;
	}

	.fl-builder-content .use-location .fl-button i {
		font-size: 1.1em;
	}

	.locations-dropdown li.fl-active ul.sub-menu {
		position: absolute;
		top: 100%;
		left: 0px;
		z-index: 10;
		visibility: visible;
		background-color: #ffffff;
		box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
	}

	.locations-dropdown li.menu-item ul.sub-menu {
		position: absolute;
		top: 100%;
		left: 0px;
		z-index: 10;
		background-color: #ffffff;
		box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
	}
}

@media (max-width: 599px) {
	.use-location .fl-button-text {
		display: none;
	}

	.fl-builder-content .use-location .fl-button i {
		margin-right: 0;
	}

	.fl-builder-content .use-location .fl-button,
	.fl-builder-content .use-location .fl-button:hover,
	.fl-builder-content .use-location .fl-button:visited {
		border-radius: 8px !important;
		padding: 4px 20px;
	}
}

@media (max-width: 499px) {
	#pi-centers-grid-default {
		grid-template-columns: repeat(1, calc(100% - 1rem));
	}
}

/* Set Locdation Schedules Calendar Height on Mobile */
@media (max-width: 800px) {
	#calendar {
		height: auto !important;
	}
}

/* Adjust Collapsible Mobile Menu Positioning */
@media (max-width: 768px) {
    #main-menu {
        top: 0px !important;
		padding: 0px !important;
    }

	#menu-new-header-menu {
		padding: 40px 20px 100px 20px !important;
	}

	.hamburger-menu-container .search-form-wrapper {
		padding: 0px 20px !important;
		margin-top: 15px !important;
	}

	.hamburger-menu-container .menu-items li a {
		padding-right: 30px !important;
	}
}

/* Blog/Community Slider - Desktop */
@media (min-width: 769px) {
	.blog-posts-slider .fl-post-slider-content,
	.community-posts-slider .fl-post-slider-content {
		min-height: 700px !important;
	}
}

/* Locations Archive - Add Telehealth Button under Mobile Filters */
.telehealth-mobile-only {
	display: none;
}

.telehealth-mobile-only h6::after,
.telehealth-mobile-only.open-toggle h6::after {
    background-image: url("/wp-content/uploads/telehealth-phone-icon.png");
	background-size: 16px 16px !important;
	margin-right: 12px;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
    .telehealth-mobile-only {
        display: block;
		padding: 0px !important;
    }

    .telehealth-mobile-only .filter-toggle {
        cursor: pointer;
        font-weight: bold;
        margin: 0px;
    }

    .telehealth-mobile-only .telehealth-link {
        text-decoration: none;
        display: block;
		width: 100%;
		padding: 10px;
    }
}

/* disable category links on the default grid listing, seen on /blog/ */
.fl-post-grid-image-above-title .fl-post-grid-meta-terms .fl-post-grid-terms a {
	pointer-events: none;
}

/* Locations Archive - Nearby Locations button on top for mobile */
a.geolocation-mobile {
	display: none !important;
}

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

	a.geolocation-desktop {
		display: none !important;
	}

	a.geolocation-mobile {
		display: block !important;
		width: 100%;
		margin-bottom: 10px;
	}

}

/* Physicians archive -- Mobile search bar tweaks */

.physician-search-bar-mobile {
	display: none;
	padding-bottom: 20px;
}

@media screen and ( max-width: 768px ) {
	.physician-search-bar-desktop {
		display: none;
	}

	.physician-search-bar-mobile {
		display: block;
	}
}



/* Centers archive -- Map above centers on mobile */

@media screen and ( max-width: 768px ) {
	.pi-centers-results-map-wrap {
		display: flex !important;
		flex-direction: column !important;
	}

	#pi-centers-long-results {
		order: 1 !important;
	}

	#locations-map-wrapper {
		order: -1 !important;
		position: initial !important;
	}
}

/* - Search field and filters styling sitewide - */
.patient-first-search input,
#location-search-form .fl-search-form .fl-search-form-input-wrap form .fl-form-field input[type=search],
#locations-container .patient-first-search .filter-group,
#physicians-listing .filter-group {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
	border: none;
}

.patient-first-search #skip-to-centers {
	display: block;
	margin-top: 20px;
}

/* keep the box shadow - locations search */
.patient-first-search input:active,
.patient-first-search input:focus {
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
	border: none;
}

/* border-radius on the dot physicals page */
body.page-id-43388 #location-search-form .fl-search-form .fl-button-wrap .fl-button {
	border-radius: 4px;
}

/* Back button on center schedule single pages */
.schedule-back-button .fl-node-content {
	margin-left: 0;
	margin-bottom: 0;
}

.schedule-back-button a {
	background-color: rgba(0,0,0,0) !important;
	color: #006071 !important;
	padding: 0 !important;
}

.schedule-back-button a span {
	color: #006071 !important;
}

/* Fix Header Shrink Styling [JP 7-9-25] */
@media (min-width: 769px) {
	.fl-theme-builder-header-shrink .header-sticky-logo img {
		width: 220px !important;
		max-height: 80px !important;
		height: 80px !important;
		margin-top: 13px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.header-sticky-logo img  {
		height: 80px !important;
		margin-top: 13px;
		width: 220px !important;
	}
}

@media (max-width: 768px) {
	header:not(.fl-theme-builder-header-shrink) .header-sticky-logo img {
		height: 80px !important;
		max-height: 100% !important;
		width: 220px !important;
		min-width: 220px !important;
	}
 
	.fl-theme-builder-header-shrink .header-sticky-logo img {
		height: 50px !important;
		max-height: 100% !important;
		width: 140px !important;
	}
}

@media (min-width: 1025px) {
	header:not(.fl-theme-builder-header-shrink) .header-sticky-logo img {
		height: 125px !important;
		max-height: 100% !important;
		width: 100% !important;
	}
}

/* Physicians archive -- Add bio & schedule button */
.bio-schedule-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.fl-page .bio-schedule-btn a.fl-button {
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 7px;
	border: none; 
	color: #006071 !important;
	background-color: transparent;
}

.bio-schedule-btn a.fl-button span.fl-button-text,
.fl-page .bio-schedule-btn a.fl-button:visited *,
.fl-page .bio-schedule-btn a.fl-button * {
	color: #006071 !important;	
}

.fl-page .bio-schedule-btn a.fl-button:hover {
	background-color: transparent;
	border-radius: 7px;
}

.fl-page .bio-schedule-btn a.fl-button::after {
	content: '';
    border-color: #006071;
    position: relative;
    right: -5px;
    top: -1px;
    z-index: 1;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}