* {
	background-image: none!important;
	line-height: 1.5;
	height: auto!important;
	width: auto!important;
	transform: none!important;
}

.header-top,
#primary-nav,
#main-menu,
#searchform,
.footer-top,
.menu-footer-main-menu-container,
.navigation,
.header-main .mobile-toggles,
.home-quick-links,
.location-select,
.home-directory,
.swiper-nav,
.sidebar-menu,
.sr-only,
.read-more,
.view-all,
.tweet-icon,
.breadcrumbs,
button.toggle,
button.ion,
.icon,
.close-wrap,
.lbox,
.page-flyout,
.swiper-slide-duplicate,
.social-link,
.tab-titles,
.concierge-container,
.footer-social-container,
.header-donate-links,
.menu-footer-menu-container, 
.report-link,
.accordion-item-title button.toggle .toggle-icon,
.locations-select,
.location-tab-titles-wrapper,
.location-tab-content-wrapper .location-tab-content .sb-gutenberg-buttons,
.sb-location-icon-links,
.alerts-swiper,
.rl-filters,
.clinic-service-tab,
.twitter-swiper-feed .controls {
	display: none;
}
.wp-block-button__link {
	background: none;
	color: #000!important;
	border: 1px solid #000;
	padding: 0.5em 0.75em;
}

.sb-ajax-pagination {
	list-style: none;
}

.sb-ajax-pagination li {
	display: inline-block;
	margin: 0.5em;
}

.sb-ajax-pagination ul li button:not(.active) {
	border: none;
	background: none;
}

.wp-block-group {
	clear: both;
}

.accordion-item-title button.toggle.active {
	display: block!important;
	background: none;
	border: none;
	font-size: 1em;
	font-weight: bold;
}

.location-tab-content-wrapper, .hero-swiper .swiper-container, .sb-recent-posts .posts, .twitter-swiper-feed .swiper-container, .footer-locations-wrapper .outer-wrapper, .post-results-wrapper .post-results {
	overflow: hidden;
	display: block;
}

.location-tab-content-wrapper .location-tab-content, .hero-swiper .swiper-slide, .sb-recent-posts .posts .post, .twitter-swiper-feed .swiper-container .swiper-slide, .footer-locations-wrapper .outer-wrapper .location, .post-results-wrapper .post-results .result, .ajax-form.rl-filters > div {
	float: left;
	max-width: 30%;
	margin-left: 5%;
	margin-bottom: 1em;
}

.footer-locations-wrapper img {
	max-width: 100%!important;
}

.location-tab-content-wrapper .location-tab-content:nth-child(3n+1), .hero-swiper .swiper-slide:nth-child(3n+1), .sb-recent-posts .posts .post:nth-child(3n+1), .twitter-swiper-feed .swiper-container .swiper-slide:nth-child(3n+1), .footer-locations-wrapper .outer-wrapper .location:nth-child(3n+1), .post-results-wrapper .post-results .result:nth-child(3n+1), .ajax-form.rl-filters > div:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

img {
	max-width: 300px!important;
	height: auto!important;
}

.accordion-content {
	display: none;
}

button .toggle {
	display: none;
}
button .toggle.active {
	display: block;
}

.location-tab-content {
	display: none;
}

.location-tab-content.active {
	display: block;
}

.card-expanded-content {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #c8c8c8;
}

.sb_clinic_service-result button.toggle {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 2px solid #c8c8c8;
}
.sb_clinic_service-result button.toggle .taxonomy {
	display: none;
}

.clinic-table .row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.clinic-table .row > * {
	width: 100%;
	padding-left: 2em;
}
.clinic-table .row > :nth-child(1) {
	padding-left: 0;
}

/* div[style*="display: block;"] {
	display: block!important;
} */