
.ct-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ct-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.ct-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.ct-link-text {
	display: inline-block;
}

.ct-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.ct-link-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.ct-image {
	max-width: 100%;
}

.ct-fancy-icon>svg {
	width: 55px;
	height: 55px;
}

.ct-inner-content {
	width: 100%;
}

.ct-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-nestable-shortcode {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-comments {
	width: 100%;
	text-align: left;
}

.oxy-comment-form {
	width: 100%;
}

.oxy-login-form {
	width: 100%;
}

.oxy-search-form {
	width: 100%;
}

.oxy-tabs-contents {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab-content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-testimonial {
	width: 100%;
}

.oxy-icon-box {
	width: 100%;
}

.oxy-pricing-box {
	width: 100%;
}

.oxy-posts-grid {
	width: 100%;
}

.oxy-gallery {
	width: 100%;
}

.ct-slider {
	width: 100%;
}

.oxy-tabs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.ct-modal {
	flex-direction: column;
	align-items: flex-start;
}

.ct-span {
	display: inline-block;
	text-decoration: inherit;
}

.ct-widget {
	width: 100%;
}

.oxy-dynamic-list {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text {
		max-width: 100%;
	}
	
	img {
		flex-shrink: 0;
	}
	
	body * {
		min-height: 1px;
	}
}

.oxy-testimonial {
	flex-direction: row;
	align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
	width: 125px;
	height: 125px;
	margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap, .oxy-testimonial .oxy-testimonial-author-wrap, .oxy-testimonial .oxy-testimonial-content-wrap {
	align-items: flex-start;
	text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
	text-align: left;
	flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
	font-size: 21px;
	margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
	font-size: 16px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
	margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
	justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
	font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
	font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
	font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
	font-size: 80px;
	line-height: .7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
	font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
	font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
	justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
	background-color: #000;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
	animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
	width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
	background-color: #6af;
	padding: 40px;
	animation: none 0s paused, none 0s paused;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
	font-size: 30px;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
	font-size: 12px;
}

.ct-slider .unslider-nav ol li {
	border-color: #fff;
}

.ct-slider .unslider-nav ol li.unslider-active {
	background-color: #fff;
}

.ct-slider .ct-slide {
	padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary, .oxy-superbox .oxy-superbox-primary {
	transition-duration: .5s;
}

.oxy-shape-divider {
	width: 0px;
	height: 0px;
}

.oxy_shape_divider svg {
	width: 100%;
}

.oxy-pro-media-player .oxy-pro-media-player_play {
	--extras-play-icon-size: 60px;
}

.oxy-pro-media-player .oxy-pro-media-player_play button:hover {
	--vm-play-scale: 1;
}

.oxy-pro-media-player .oxy-pro-media-player_play button {
	transition-duration: .3s;
}

.oxy-pro-media-player vime-player {
	--vm-control-scale: .9;
	--extras-slider-height: 2px;
	--vm-control-group-spacing: 12px;
	--vm-controls-padding: 15px;
	--vm-controls-spacing: 15px;
	--vm-time-font-size: 13px;
	--vm-control-border-radius: 3px;
	--extras-spinner-size: 80px;
	--vm-spinner-thickness: 3px;
	--vm-spinner-spin-duration: 1s;
	--vm-tooltip-spacing: 3px;
	--vm-tooltip-padding: 3px;
}

.oxy-pro-media-player .oxy-pro-media-player_custom-image {
	--extras-poster-left: 50%;
	--extras-poster-top: 50%;
}

.oxy-pro-media-player vime-player.video {
	height: 0;
	overflow: hidden;
}

.oxy-pro-media-player .extras-in-builder vime-spinner {
	opacity: 0;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
	box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
	margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	width: 30px;
	height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
	top: 20px;
	left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	width: 24px;
	height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
	background-color: #fff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container {
	background-image: url("");
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container.nitro-lazy, .oxy-pro-menu .oxy-pro-menu-open-container.nitro-lazy {
	background-image: none !important;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
	font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
	background-color: rgba(0, 0, 0, .2);
	border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
	flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
	align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-site-navigation {
	--oxynav-brand-color: #4831b0;
	--oxynav-neutral-color: #fff;
	--oxynav-activehover-color: #efedf4;
	--oxynav-background-color: #4831b0;
	--oxynav-border-radius: 0px;
	--oxynav-other-spacing: 8px;
	--oxynav-transition-duration: .3s;
	--oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
	text-align: left;
}

.oxy-site-navigation > ul {
	left: 0;
}

.oxy-site-navigation {
	--oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) {
	background-color: var(--oxynav-brand-color);
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
	border: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) {
	background: transparent;
	border: 1px solid currentColor;
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img {
	filter: invert(0) !important;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover {
	background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.ct-section-inner-wrap, .oxy-header-container {
	max-width: 1200px;
}

body {
	font-family: "rubik";
}

body {
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
}

.oxy-nav-menu-hamburger-line {}

h1, h2, h3, h4, h5, h6 {
	font-family: "rubik";
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	color: #003a70;
}

h2, h3, h4, h5, h6 {
	font-size: 30px;
	font-weight: 500;
	line-height: 45px;
	color: #003a70;
}

h3, h4, h5, h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	color: #003a70;
}

h4, h5, h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #003a70;
}

h5, h6 {
	font-size: 18px;
	color: #003a70;
}

h6 {
	font-size: 16px;
	color: #003a70;
}

a {
	color: #003a70;
	text-decoration: none;
}

a:hover {
	color: #00478a;
	text-decoration: underline;
}

.ct-link-text {
	color: #003a70;
	text-decoration: underline;
}

.ct-link-text:hover {
	color: #00478a;
	text-decoration: underline;
}

.ct-link {}

.ct-link-button {
	font-weight: 600;
	border-radius: 0px;
}

.ct-section-inner-wrap {
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 75px;
	padding-left: 20px;
}

.ct-new-columns > .ct-div-block {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.oxy-header-container {
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 992px) {
	.ct-columns-inner-wrap {
		display: block !important;
	}
	
	.ct-columns-inner-wrap:after {
		display: table;
		clear: both;
		content: "";
	}
	
	.ct-column {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.ct-columns-inner-wrap {
		margin: 0 !important;
	}
}

.oxel_horizontal_divider {
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100%;
	margin-right: 3px;
}

.oxel_horizontal_divider:not(.ct-section):not(.oxy-easy-posts), .oxel_horizontal_divider.oxy-easy-posts .oxy-posts, .oxel_horizontal_divider.ct-section .ct-section-inner-wrap {
	flex-direction: unset;
}

.oxel_horizontal_divider__line {
	height: 2px;
	background-color: #98a1a8;
}

.oxel_horizontal_divider__icon {
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	padding: 20px;
	color: #41b6e6;
}

.oxel_horizontal_divider__icon 
>svg {
	width: 10px;
	height: 10px;
}

.oxel_horizontal_divider__icon {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 209px;
	flex-shrink: 0;
}

.oxel_horizontal_divider__icon:not(.ct-section):not(.oxy-easy-posts), .oxel_horizontal_divider__icon.oxy-easy-posts .oxy-posts, .oxel_horizontal_divider__icon.ct-section .ct-section-inner-wrap {
	display: flex;
}

.programs-intro {
	padding-left: 0px;
	margin-right: 0px;
}

.programs-intro .ct-section-inner-wrap {
	padding-top: 0;
	padding-bottom: 38px;
}

.programs-intro:not(.ct-section):not(.oxy-easy-posts), .programs-intro.oxy-easy-posts .oxy-posts, .programs-intro.ct-section .ct-section-inner-wrap {
	flex-direction: column;
	align-items: center;
}

.programs-intro {
	--carousel-cell-width: calc(( 100% - ( 2 * var(--carousel-space-between) ) ) / 3);
}

@media (max-width: 991px) {
	.programs-intro {}
	
	.programs-intro {
		--carousel-cell-width: calc(( 100% - var(--carousel-space-between) ) / 2);
	}
}

@media (max-width: 479px) {
	.programs-intro {
		text-align: center;
	}
	
	.programs-intro:not(.ct-section):not(.oxy-easy-posts), .programs-intro.oxy-easy-posts .oxy-posts, .programs-intro.ct-section .ct-section-inner-wrap {
		align-items: center;
	}
}

.hl-45 {
	font-size: 45px;
	margin-top: 0px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.hl-45 {
		font-size: 35px;
		line-height: 1.2em;
		margin-bottom: 8px;
	}
}

@media (max-width: 479px) {
	.hl-45 {
		font-size: 30px;
	}
}

.text-questa {
	font-family: "questa-slab";
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 45px;
}

@media (max-width: 991px) {
	.text-questa {}
}

@media (max-width: 767px) {
	.text-questa {
		text-align: center;
	}
}

.text-center {}

.text-center:not(.ct-section):not(.oxy-easy-posts), .text-center.oxy-easy-posts .oxy-posts, .text-center.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dc-btn {
	font-weight: 500;
	font-size: 14px;
}

.color-darkblue {
	margin-top: 0px;
}

.dc-yellow-bg {}

.oxy-stock-content-styles {}

.oxel_accordion {
	border-top-color: #adb4b9;
	border-right-color: #adb4b9;
	border-bottom-color: #adb4b9;
	border-left-color: #adb4b9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	position: relative;
	padding-top: 0px;
}

.oxel_accordion:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion.oxy-easy-posts .oxy-posts, .oxel_accordion.ct-section .ct-section-inner-wrap {
	display: block;
}

.oxel_accordion__row {
	font-family: rubik;
	width: 100%;
	padding-top: 14px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: justify;
	border-bottom-color: #eceeef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: 500;
	background-color: #ebf0f4;
	line-height: 16px;
	font-size: 16px;
	padding-bottom: 10px;
	cursor: pointer;
}

.oxel_accordion__row:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row.oxy-easy-posts .oxy-posts, .oxel_accordion__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.oxel_accordion__icon {
	color: #003a70;
}

.oxel_accordion__icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_accordion__icon {
	margin-right: 8px;
	transition-duration: .3s;
}

.oxel_accordion__row_left {
	padding-left: 10px;
}

.oxel_accordion__row_left:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row_left.oxy-easy-posts .oxy-posts, .oxel_accordion__row_left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_accordion__content {
	width: 100%;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom-color: #98a1a8;
	border-bottom-width: 2px;
	border-bottom-style: none;
	overflow: hidden;
	opacity: 1;
	transition-duration: 3s;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	transition-property: max-height;
	text-align: left;
	max-height: 3000px;
	margin-top: 0px;
	background-color: #fff;
}

.oxel_accordion__content:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content.oxy-easy-posts .oxy-posts, .oxel_accordion__content.ct-section .ct-section-inner-wrap {
	display: flex;
	align-items: flex-start;
}

.oxel_accordion__content__hidden {
	max-height: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	z-index: -1;
	padding-bottom: 0px;
	transition-duration: 0s;
}

.oxel_accordion__content__hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content__hidden.oxy-easy-posts .oxy-posts, .oxel_accordion__content__hidden.ct-section .ct-section-inner-wrap {
	display: flex;
}

.oxel_accordion__row__label {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 14px;
	color: #003a70;
	margin-top: 0px;
	font-size: 20px;
}

@media (max-width: 479px) {
	.oxel_accordion__row__label {
		padding-top: 0px;
		text-align: left;
		line-height: 25px;
	}
}

.oxel_dropdown_buttonv2 {
	position: relative;
	width: min-content;
}

.oxel_dropdown_buttonv2:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_dropdown_buttonv2__trigger {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	cursor: pointer;
}

.oxel_dropdown_buttonv2__trigger:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2__trigger.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2__trigger.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.background-none {}

.oxel_dropdown_buttonv2__label {
	color: #003a70;
	white-space: nowrap;
}

.oxel_dropdown_buttonv2__symbol {
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: 16px;
	color: #003a70;
	min-width: 0 !important;
	min-height: 0 !important;
}

.oxel_dropdown_buttonv2__submenu {
	position: absolute;
	left: 0px;
	min-width: 100%;
	padding-top: 4px;
	width: 200px;
	z-index: 10;
	top: 100%;
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

.oxel_dropdown_buttonv2__submenu--hidden {
	opacity: 0;
	pointer-events: none;
}

.oxel_dropdown_buttonv2__submenu--hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2__submenu--hidden.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2__submenu--hidden.ct-section .ct-section-inner-wrap {
	display: none;
}

.bg-center {
	background-size: cover;
	background-repeat: no-repeat;
}

.breadcrumb-container {
	background-image: url("https://cdn-ilcbpof.nitrocdn.com/eKkKMgDiMqCHPteGpmijUYLHkqbRQopn/assets/images/optimized/rev-6e6702e/dchospital.wpengine.com/wp-content/uploads/color-lines.png");
}

.breadcrumb-container.nitro-lazy {
	background-image: none !important;
}

.color-red {
	color: #333;
}

.color-red 
>svg {
	width: 55px;
	height: 55px;
}

.color-red {}

.programs-sub-head {}

.text-rubik {
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.program-intro-text {
	width: 50%;
	text-align: center;
}

.programs-intro-text {
	margin-bottom: 75px;
	font-size: 18px;
	width: 100%;
}

.news-update-headline {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 9px;
	font-size: 18px;
}

@media (max-width: 1200px) {
	.news-update-headline {}
}

.module {}

.fade {}

.dc-ico-btn {}

@media (max-width: 479px) {
	.dc-ico-btn {
		margin-bottom: 15px;
		margin-right: 0px;
		margin-left: 0px;
	}
}

.dc-ico-btn-text {}

.color-white {
	text-align: left;
	margin-top: 0px;
}

.color-white:not(.ct-section):not(.oxy-easy-posts), .color-white.oxy-easy-posts .oxy-posts, .color-white.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dc-white-bg {}

.outline-btn {
	padding: 10px 16px;
}

.outline-btn {
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003a70;
	border-right-color: #003a70;
	border-bottom-color: #003a70;
	border-left-color: #003a70;
}

.oxel_back_to_top_container:hover {
	transform: scale(1.1, 1.1) translateY(-3px);
	background-color: #ffc600;
}

.oxel_back_to_top_container {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background-color: #41b6e6;
	position: fixed;
	z-index: 1500;
	right: 32px;
	bottom: 32px;
	text-align: center;
	overflow: hidden;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	box-shadow: 0px 4px 17px -10px #1e1e1e;
}

.oxel_back_to_top_container:not(.ct-section):not(.oxy-easy-posts), .oxel_back_to_top_container.oxy-easy-posts .oxy-posts, .oxel_back_to_top_container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel_back_to_top_icon {
	color: #fff;
}

.oxel_back_to_top_icon 
>svg {
	width: 23px;
	height: 23px;
}

.oxel_back_to_top_icon {}

.facetwp-template {}

.facetwp-template:not(.ct-section):not(.oxy-easy-posts), .facetwp-template.oxy-easy-posts .oxy-posts, .facetwp-template.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: stretch;
	grid-template-columns: repeat(1, minmax(200px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.leadership-container {
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 25px;
	width: NaNpx;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, .1);
}

.doctor-name {
	font-family: rubik;
	font-size: 16px;
	font-weight: 500;
}

.leadership-role {
	font-size: 14px;
	text-decoration: none;
}

.leadership-role:not(.ct-section):not(.oxy-easy-posts), .leadership-role.oxy-easy-posts .oxy-posts, .leadership-role.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

.oxel-skiplink:focus {
	position: absolute;
	top: 0px;
	left: 0px;
}

.oxel-skiplink {
	background-color: #eceeef;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	color: #374047;
	position: absolute;
	top: 0px;
	left: -999px;
}

.mt-25 {
	margin-top: 0px;
	margin-bottom: 7px;
	text-decoration: none;
	padding-top: 25px;
	float: none;
	overflow: visible;
	clear: none;
	visibility: visible;
	padding-left: 0px;
}

.mt-25:not(.ct-section):not(.oxy-easy-posts), .mt-25.oxy-easy-posts .oxy-posts, .mt-25.ct-section .ct-section-inner-wrap {
	display: block;
}

@media (max-width: 767px) {
	.mt-25 {}
	
	.mt-25:not(.ct-section):not(.oxy-easy-posts), .mt-25.oxy-easy-posts .oxy-posts, .mt-25.ct-section .ct-section-inner-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-25:not(.ct-section):not(.oxy-easy-posts), .mb-25.oxy-easy-posts .oxy-posts, .mb-25.ct-section .ct-section-inner-wrap {
	display: flex;
}

@media (max-width: 767px) {
	.mb-25 {
		padding-left: 0px;
	}
	
	.mb-25:not(.ct-section):not(.oxy-easy-posts), .mb-25.oxy-easy-posts .oxy-posts, .mb-25.ct-section .ct-section-inner-wrap {
		display: flex;
	}
}

.banner-overlay {
	background-image: url("https://cdn-ilcbpof.nitrocdn.com/eKkKMgDiMqCHPteGpmijUYLHkqbRQopn/assets/images/optimized/rev-6e6702e/dchospital.wpengine.com/wp-content/uploads/Large-header-squares.png");
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

.banner-overlay.nitro-lazy {
	background-image: none !important;
}

.banner-overlay:not(.ct-section):not(.oxy-easy-posts), .banner-overlay.oxy-easy-posts .oxy-posts, .banner-overlay.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 991px) {
	.banner-overlay {}
}

@media (max-width: 767px) {
	.banner-overlay {}
}

.banner-title {
	font-family: "questa-slab";
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.banner-title {
		font-size: 30px;
		line-height: 1.2em;
	}
}

@media (max-width: 479px) {
	.banner-title {
		font-size: 25px;
		width: 65%;
	}
}

.ghost-box {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, .1);
}

.ghost-box:not(.ct-section):not(.oxy-easy-posts), .ghost-box.oxy-easy-posts .oxy-posts, .ghost-box.ct-section .ct-section-inner-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.location-block-info-wrapper {
	padding-bottom: 10px;
}

.slide-link {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .7px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.slide-link {
		font-size: 10px;
	}
}

@media (max-width: 479px) {
	.slide-link {
		margin-right: 0px;
	}
}

.all-locations-title {
	font-size: 36px;
}

.color-darkgrey {
	margin-bottom: 0px;
}

.oxel_dynamicslider {
	width: 100%;
}

.swiper-container {}

.oxel_dynamicslider__container {
	height: 400px;
}

.swiper-wrapper {}

.swiper-slide {}

.speciality-services-wrapper {}

.speciality-services-wrapper:not(.ct-section):not(.oxy-easy-posts), .speciality-services-wrapper.oxy-easy-posts .oxy-posts, .speciality-services-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.col-no-p {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.small-text {
	font-size: 13px;
}

.single-sidebar-content {
	padding-top: 0px;
}

.blog-post {
	padding-bottom: 75px;
	border-bottom-color: #919191;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-radius: 5px;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, .1);
}

.blog-meta {}

.blog-title {}

.single-page-sidebar {}

.sidebar-widget {
	width: 100%;
	border-radius: 5px;
	border-top-color: #ebf0f4;
	border-right-color: #ebf0f4;
	border-bottom-color: #ebf0f4;
	border-left-color: #ebf0f4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-top: 50px;
}

.border-top-lb {
	border-top-color: #41b6e6;
	border-top-width: 10px;
	border-top-style: solid;
}

.pad-container-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.sb-widget-title {
	font-family: rubik;
	font-weight: 500;
	margin-top: 15px;
}

.sidebar-contact-info {
	width: 100%;
	border-top-color: #ebf0f4;
	border-top-style: solid;
	border-top-width: 1px;
}

.sidebar-contact {
	width: 100%;
}

.oxel-breadcrumb-wrapper {
	width: 100%;
}

.oxel-breadcrumb-code {
	width: 100%;
	font-weight: 500;
}

.locations-filter-map {
	width: 100%;
	border-radius: 5px;
}

.dc-lightgrey-bg {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 20px;
	padding-right: 10px;
}

.dc-darkblue-bg {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.dc-darkblue-bg {}

.color-lightblue {
	color: #41b6e6;
}

.color-lightblue 
>svg {
	width: 55px;
	height: 55px;
}

.color-lightblue {}

.dc-lightblue-bg {}

.cell {
	width: 100%;
}

.cell:not(.ct-section):not(.oxy-easy-posts), .cell.oxy-easy-posts .oxy-posts, .cell.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dc-carousel-item {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	min-width: 300px;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, .1);
}

.dc-carousel-item:not(.ct-section):not(.oxy-easy-posts), .dc-carousel-item.oxy-easy-posts .oxy-posts, .dc-carousel-item.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.dc-carousel-item {
		min-width: 175px;
	}
}

@media (max-width: 991px) {
	.dc-carousel-item {
		padding-top: 20px;
	}
}

.border-top-green:hover {
	border-top-color: #8bc400;
	border-top-width: 10px;
	border-top-style: solid;
}

.border-top-green {
	border-top-color: #8bc400;
	border-top-width: 10px;
	border-top-style: solid;
}

.color-green {}

.border-top-yellow {
	border-top-color: #ffc600;
	border-top-width: 10px;
	border-top-style: solid;
}

.color-yellow {}

.border-top-lr {
	border-top-color: #ffb3ab;
	border-top-width: 10px;
	border-top-style: solid;
}

.color-lightred {}

.transportation-member-col:hover {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8bc400;
}

.transportation-member-col {}

.member-serv-col {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, .1);
}

.member-serv-col:not(.ct-section):not(.oxy-easy-posts), .member-serv-col.oxy-easy-posts .oxy-posts, .member-serv-col.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.member-serv-hl {
	margin-top: 15px;
	margin-bottom: 15px;
}

.afterhr-care-col:hover {
	border-top-color: #41b6e6;
	border-top-width: 10px;
	border-top-style: solid;
}

.afterhr-care-col {}

.case-mngt-col:hover {
	border-top-color: #ef3340;
	border-top-width: 10px;
	border-top-style: solid;
}

.case-mngt-col {}

.classes-col:hover {
	border-top-color: #003a70;
	border-top-width: 10px;
	border-top-style: solid;
}

.classes-col {}

.tele-med-col:hover {
	border-top-color: #ffc600;
	border-top-width: 10px;
	border-top-style: solid;
}

.tele-med-col {}

.dc-bg-yellow {}

.dc-green-bg {}

.section-center {
	text-align: center;
}

.section-center:not(.ct-section):not(.oxy-easy-posts), .section-center.oxy-easy-posts .oxy-posts, .section-center.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-center-text {
	margin-top: 20px;
	width: 65%;
}

.slide-container {}

@media (max-width: 767px) {
	.slide-container {}
}

.slide-card {
	text-align: left;
	width: 450px;
	min-height: 450px;
	max-height: 450px;
	min-width: 450px;
}

.slide-card:not(.ct-section):not(.oxy-easy-posts), .slide-card.oxy-easy-posts .oxy-posts, .slide-card.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.slide-sub-head {
	font-weight: 400;
}

.slide-heading {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.slide-heading {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.slide-heading {
		font-size: 26px;
		margin-bottom: 11px;
	}
}

.slide-text {
	margin-bottom: 50px;
}

.dc-bg-darkblue {}

.footer-col-1 {}

.footer-col-1:not(.ct-section):not(.oxy-easy-posts), .footer-col-1.oxy-easy-posts .oxy-posts, .footer-col-1.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer-col-2 {
	text-align: justify;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footer-col-2:not(.ct-section):not(.oxy-easy-posts), .footer-col-2.oxy-easy-posts .oxy-posts, .footer-col-2.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.footer-col-2 {
		text-align: right;
	}
	
	.footer-col-2:not(.ct-section):not(.oxy-easy-posts), .footer-col-2.oxy-easy-posts .oxy-posts, .footer-col-2.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

.footer-logo-container {
	width: 25%;
	border-right-color: #5c768e;
	border-right-width: 1px;
	border-right-style: solid;
}

.footer-logo-container:not(.ct-section):not(.oxy-easy-posts), .footer-logo-container.oxy-easy-posts .oxy-posts, .footer-logo-container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.dhp-footer {}

.dc-footer-container {
	width: 100%;
}

.dc-footer-col-1 {}

.dc-footer-col {
	border-right-color: #1e5d97;
	border-right-width: 1px;
	border-right-style: solid;
}

@media (max-width: 991px) {
	.dc-footer-col {
		padding-left: 0px;
	}
}

.footer-address {
	border-bottom-color: #1e5d97;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-right: 5px;
	padding-bottom: 15px;
	width: 100%;
}

.dc-footer-social {
	color: #9da5af;
}

.dc-footer-social 
>svg {
	width: 55px;
	height: 55px;
}

.dc-footer-social {}

.footer-heading {
	font-family: rubik;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .9px;
}

.dc-header {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0px;
}

.dc-mega-menu {
	color: #003a70;
}

.dc-btn-yellow {}

.header {
	font-size: 13px;
}

.dc-topbar {
	font-size: 15px;
}

.dc-topbar .ct-section-inner-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.dc-topbar:not(.ct-section):not(.oxy-easy-posts), .dc-topbar.oxy-easy-posts .oxy-posts, .dc-topbar.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.oxel_dropdown_buttonv2__submenubutton:hover {
	background-color: #dee1e3;
}

.oxel_dropdown_buttonv2__submenubutton {
	text-align: left;
	background-color: #eceeef;
	min-width: 100%;
	color: #374047;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel_dropdown_buttonv2__submenubutton:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2__submenubutton.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2__submenubutton.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.oxel_dropdown_buttonv2__submenulabel {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.dc-topbar-right-col {}

.dc-topbar-right-col:not(.ct-section):not(.oxy-easy-posts), .dc-topbar-right-col.oxy-easy-posts .oxy-posts, .dc-topbar-right-col.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.dc-topbar-phone {}

.dc-topbar-phone:not(.ct-section):not(.oxy-easy-posts), .dc-topbar-phone.oxy-easy-posts .oxy-posts, .dc-topbar-phone.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.topbar-text-link:hover {
	text-decoration: none;
}

.topbar-text-link {
	text-decoration: none;
}

.topbar-button {}

.centered {
	text-align: center;
}

.centered:not(.ct-section):not(.oxy-easy-posts), .centered.oxy-easy-posts .oxy-posts, .centered.ct-section .ct-section-inner-wrap {
	align-items: center;
	align-content: center;
	justify-content: center;
}

.h-auto {
	height: auto;
}

.uppercase {
	text-transform: uppercase;
}

.text-9xl {}

.p-8 {
	padding-top: var(--s-8);
	padding-left: var(--s-8);
	padding-right: var(--s-8);
	padding-bottom: var(--s-8);
}

.categgory {
	color: #000;
}

.category {}

.tabs-9445-tab {}

.tabs-9445-tab-active {}

.tabs-contents-9445-tab {}

.dc-red-bg {}

.border-round {
	border-radius: 5px;
}

.border-top-red {
	border-top-color: #ef3340;
	border-top-width: 10px;
	border-top-style: solid;
	padding-bottom: 23px;
}

.w-100 {
	width: 100%;
}

.w-100:not(.ct-section):not(.oxy-easy-posts), .w-100.oxy-easy-posts .oxy-posts, .w-100.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.w-100 {
	--carousel-cell-width: calc(( 100% - ( 2 * var(--carousel-space-between) ) ) / 3);
}

.small-sub-head {
	font-family: rubik;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.text-cemter {}

.dc-lightred-bg {}

.dc-lightred-bg:not(.ct-section):not(.oxy-easy-posts), .dc-lightred-bg.oxy-easy-posts .oxy-posts, .dc-lightred-bg.ct-section .ct-section-inner-wrap {
	display: flex;
}

.hp-carousel-item {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.hp-carousel-item:not(.ct-section):not(.oxy-easy-posts), .hp-carousel-item.oxy-easy-posts .oxy-posts, .hp-carousel-item.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.specialities-carousel-item {
	text-align: center;
}

.specialities-carousel-item:not(.ct-section):not(.oxy-easy-posts), .specialities-carousel-item.oxy-easy-posts .oxy-posts, .specialities-carousel-item.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.leadership-name {
	font-family: rubik;
	font-size: 16px;
	font-weight: 500;
	color: #003a70;
}

.news-featured-img {
	height: 330px;
}

.line-clamp {}

.clip {}

.load-more {}

.pup-container {
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 25px;
	max-width: 300px;
	min-height: 550px;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, .1);
}

.pup-info {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.pup-info:not(.ct-section):not(.oxy-easy-posts), .pup-info.oxy-easy-posts .oxy-posts, .pup-info.ct-section .ct-section-inner-wrap {
	display: flex;
}

.fw-400 {
	font-weight: 400;
}

.dc-carousel-title {
	font-family: "questa-slab";
	line-height: 1.2;
	margin-top: 25px;
}

@media (max-width: 1200px) {
	.dc-carousel-title {
		text-align: center;
	}
}

@media (max-width: 479px) {
	.dc-carousel-title {
		text-align: center;
	}
}

.dc-carousel {}

.dc-carousel {
	--carousel-cell-width: calc(( 100% - ( 3 * var(--carousel-space-between) ) ) / 4);
}

@media (max-width: 1200px) {
	.dc-carousel {}
	
	.dc-carousel {
		--carousel-cell-width: calc(( 100% - ( 2 * var(--carousel-space-between) ) ) / 3);
	}
}

@media (max-width: 991px) {
	.dc-carousel {}
	
	.dc-carousel {
		--carousel-cell-width: calc(( 100% - var(--carousel-space-between) ) / 2);
	}
}

@media (max-width: 767px) {
	.dc-carousel {}
	
	.dc-carousel {
		--carousel-cell-width: 100%;
	}
}

@media (max-width: 479px) {
	.dc-carousel {}
	
	.dc-carousel .cell {
		width: 100%;
	}
	
	.dc-carousel {
		--carousel-cell-width: 100%;
	}
}

.dc-bg-green {
	background-color: #8bc400;
}

.give-cta-block {
	padding-top: 57px;
	padding-right: 30px;
	padding-bottom: 67px;
	padding-left: 30px;
	background-color: #ebf0f4;
	margin-top: 51px;
}

.headline-2-93 {}

.headline {}

.border-top-pinline {
	border-top-color: #c6c9cc;
	border-top-width: 100% px;
	border-top-style: solid;
	padding-top: 20px;
	margin-top: 0px;
}

.pr-cta-wrapper {
	gap: 20px;
}

.pr-cta-wrapper:not(.ct-section):not(.oxy-easy-posts), .pr-cta-wrapper.oxy-easy-posts .oxy-posts, .pr-cta-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

@media (max-width: 767px) {
	.pr-cta-wrapper {}
	
	.pr-cta-wrapper:not(.ct-section):not(.oxy-easy-posts), .pr-cta-wrapper.oxy-easy-posts .oxy-posts, .pr-cta-wrapper.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.pr-cta-link:hover {
	background-color: #ffd440;
}

.pr-cta-link {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 10px;
	width: 100%;
	min-height: 240px;
	background-color: #ffc600;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, .1);
}

.pr-cta-link:not(.ct-section):not(.oxy-easy-posts), .pr-cta-link.oxy-easy-posts .oxy-posts, .pr-cta-link.ct-section .ct-section-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1200px) {
	.pr-cta-link {
		min-height: 200px;
	}
}

.pr-cta-link-text {
	margin-top: 25px;
	font-size: 18px;
	text-transform: uppercase;
}

.border-bottom-db {
	border-bottom-style: solid;
	border-bottom-color: #98a1a8;
	margin-right: 0px;
}

@media (max-width: 479px) {
	.border-bottom-db {}
}

.accordion__content_wrapper {
	padding-bottom: 0px;
	width: 100%;
}

.accordion__content_wrapper:not(.ct-section):not(.oxy-easy-posts), .accordion__content_wrapper.oxy-easy-posts .oxy-posts, .accordion__content_wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.card-equalizer {
	min-height: 190px;
}

.card-equalizer:not(.ct-section):not(.oxy-easy-posts), .card-equalizer.oxy-easy-posts .oxy-posts, .card-equalizer.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.car-card-bottom {}

.car-card-bottom:not(.ct-section):not(.oxy-easy-posts), .car-card-bottom.oxy-easy-posts .oxy-posts, .car-card-bottom.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.slide-div {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
	.slide-div {}
}

.fade-blue {}

.cell-spacing {
	margin-bottom: 50px;
	margin-right: 30px;
	margin-left: 30px;
}

.cell-spacing:not(.ct-section):not(.oxy-easy-posts), .cell-spacing.oxy-easy-posts .oxy-posts, .cell-spacing.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.loc-cc-cell-height-400 {
	min-height: 400px;
}

.dc-top-red {}

.flex-repeater {
	wp_query_advanced_preset: Custom Settings;
	gap: 20px;
}

.flex-repeater:not(.ct-section):not(.oxy-easy-posts), .flex-repeater.oxy-easy-posts .oxy-posts, .flex-repeater.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	align-content: center;
	justify-content: center;
	gap: 20px;
}

@media (max-width: 1200px) {
	.flex-repeater {}
}

@media (max-width: 991px) {
	.flex-repeater {}
}

@media (max-width: 767px) {
	.flex-repeater {}
}

.hl {}

.ts-14 {
	font-size: 14px;
}

.headline-554-77 {}

.oxy-burger-trigger {}

.oxy-burger-trigger:not(.ct-section):not(.oxy-easy-posts), .oxy-burger-trigger.oxy-easy-posts .oxy-posts, .oxy-burger-trigger.ct-section .ct-section-inner-wrap {
	display: none;
}

@media (max-width: 991px) {
	.oxy-burger-trigger {}
	
	.oxy-burger-trigger:not(.ct-section):not(.oxy-easy-posts), .oxy-burger-trigger.oxy-easy-posts .oxy-posts, .oxy-burger-trigger.ct-section .ct-section-inner-wrap {
		display: flex;
	}
	
	.oxy-burger-trigger .hamburger-inner, .oxy-burger-trigger .hamburger-inner:after, .oxy-burger-trigger .hamburger-inner:before {
		background-color: #003a70;
	}
	
	.oxy-burger-trigger .hamburger.is-active .hamburger-inner, .oxy-burger-trigger .hamburger.is-active .hamburger-inner:after, .oxy-burger-trigger .hamburger.is-active .hamburger-inner:before {
		background-color: #003a70;
	}
}

.ptb-10 {}

@media (max-width: 991px) {
	.ptb-10 {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
}

.intro-hover:hover {
	transform: translateY(-15px);
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

.intro-hover {
	transition-duration: .2s;
	transition-timing-function: ease-out;
	min-height: 200px;
	box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, .23);
}

@media (max-width: 991px) {
	.intro-hover {
		min-height: 180px;
		box-shadow: 5px 7px 14px rgba(0, 0, 0, .2);
	}
}

.cell-height-400 {
	height: 400px;
}

.cell-height-500 {
	min-height: 500px;
}

.bg-none {}

.menu-hover {}

.menu-hover:not(.ct-section):not(.oxy-easy-posts), .menu-hover.oxy-easy-posts .oxy-posts, .menu-hover.ct-section .ct-section-inner-wrap {
	display: inline-block;
}

.alert-banner {}

.bg-right {}

.residents-container {}

.category a:link {
	color: black;
}

/* A-Z Listing */

/* override styles */
div.letter-section h2.letter-title {
	width: auto !important;
	border-bottom: 0 !important;
}

.az-listing .az-letters-wrap, .az-listing .back-to-top, .az-listing li::marker {
	display: none !important;
}

ul li::marker {
	color: red !important;
	font-size: 1.5em !important;
}

.az-listing .letter-title span {
	padding: 0 10px !important;
	background: white !important;
}

.letter-section .letter-title {
	float: left !important;
}

.letter-section .az-columns {
	margin-left: 50px !important;
}

/* FacetWP */
.facetwp-map-filtering {
	display: none;
}

.facetwp-facet {
	margin-bottom: 0px !important;
}

/* Line clamp and fade */
.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fade, .fade-blue {
	position: relative;
	height: 6.1em;
}

.fade-blue:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(65, 182, 230, 1) 50%) !important;
}

.fade:after, .fade-blue:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 1.2em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.module {
	width: 230px;
	margin: 0 0 1em 0;
	overflow: hidden;
}

.module span {
	margin: 0;
}

.slide-div .oxy-carousel-builder_prev {
	left: auto !important;
}

.slide-div .oxy-carousel-builder_next:before {
	padding-right: 22px;
	height: 1em;
	width: 1em;
	margin-top: -2px;
	content: "| ";
}

.news-update--carousel .flickity-viewport {
	height: 600px !important;
}

.news-update--carousel .flickity-slider {
	height: 99%;
	width: 99%;
}

/* */
article.node--type-article .field--name-body h3, article.node--type-article .field--name-body h4, article.node--type-article .field--name-body h5, article.node--type-article .field--name-body h6, article.node--type-article .field--name-body h7, article.node--type-article .field--name-body h8 {
	color: #ef3340;
	font-family: QuestaSlab Medium, serif !important;
	margin: 0 0 12px;
	padding: 0;
}

.single-post figure {
	margin: 0 !important;
}

.single-post .driscoll-text-filter.drop-cap, .driscoll-text-filter.drop-cap-default, .driscoll-text-filter.drop-cap-emdash {
	text-align: justify;
	color: #ef3340;
	font-family: QuestaSlab Medium, serif;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1rem;
}

.single-post .driscoll-text-filter.drop-cap-default > span, .driscoll-text-filter.drop-cap-emdash > span, .driscoll-text-filter.drop-cap > span, .driscoll-text-rte.drop-cap-initial {
	background-color: #ef3340;
	color: #fff;
	padding: 18px 20px;
	font-size: 3.2rem;
	line-height: 2rem;
	float: left;
	margin: 0 12px 0 0;
	box-sizing: border-box;
	text-transform: uppercase;
	text-indent: 0;
	letter-spacing: 0;
	font-family: QuestaSlab Medium, serif;
}

#a-z-listing-letter-_-2, #a-z-listing-letter-_-3 {
	display: none !important;
}

/* .single-post h3{
  color: #ef3340;
    font-family: QuestaSlab Medium,serif !important;
    margin: 0 0 12px;
    padding: 0;
  font-size: 20px;
    line-height: 24px;
  font-weight: 400;
} */

/* Doctor profile photo on DR template/page*/
#div_block-788-40 {
	height: auto;
}

.residents-container {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 25px;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, .1);
}

#dch-table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #003a70;
	color: #fff;
}

h2 {
	font-family: "questa-slab";
	line-height: 1.2em;
}

h3 {
	margin-top: 20px;
	margin-bottom: 8px;
}

h4 {
	margin-top: 8px;
}

b, strong {
	font-weight: 500 !important;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.ct-link-text {
	text-decoration: none;
}

figcaption {
	font-size: 10px;
}

.single-post figure {
	margin: 10px 0 !important;
}

/* Post side bar  */
h2.widgettitle {
	font-family: "rubik";
	font-size: 20px;
}

#widget-74-1560 ul, #widget-722-1576 ul {
	list-style-type: none;
	padding: 0;
}

#widget-74-1560 ul li, #widget-722-1576 ul li {
	padding-bottom: 10px;
}

#widget-74-1560 ul li a, #widget-722-1576 ul li a {
	display: block;
	padding: 5px 0 0 0 0;
}

.post-date {
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

.oxy-rich-text a {
	text-decoration: underline;
}

.oxy-rich-text a:hover {
	text-decoration: none;
}

.provider-profile-meta-item, .provider-profile-meta-left, .provider-profile-meta-right {
	padding: 0;
}

.sidebar-links {
	padding-left: 0;
	list-style-type: none;
}

.color-white {
	color: #fff;
}

.color-darkblue {
	color: #003a70;
}

.color-darkgrey {
	color: #4f4f4f;
}

.color-lightblue {
	color: #41b6e6;
}

.color-green {
	color: #8bc400;
}

.color-yellow {
	color: #ffc600;
}

.color-red {
	color: #ef3340;
}

.color-lightred {
	color: #ffb3ab;
}

.dc-btn {
	text-transform: uppercase;
	border: 0;
	font-size: 15px;
	letter-spacing: .07px;
}

.dc-btn:hover {
	text-decoration: none;
}

.dc-ico-btn {
	text-transform: uppercase;
	border: 0;
	font-size: 14px;
	letter-spacing: 1.125px;
	padding: 16px 20px;
	font-weight: 500;
}

.dc-ico-btn-text {
	margin-right: 10px;
}

.dc-yellow-bg {
	background-color: #ffc600;
}

.dc-lightblue-bg {
	background-color: #41b6e6;
}

.dc-green-bg {
	background-color: #8bc400;
}

.dc-darkblue-bg {
	background-color: #003a70;
}

.dc-red-bg {
	background-color: #ea101f;
}

.dc-lightred-bg {
	background-color: #ffb3ab;
}

.dc-white-bg {
	background-color: #fff;
}

.dc-lightgrey-bg {
	background-color: #ebf0f4;
}

.outline-btn {
	border: 1px solid #003a70 !important;
}

.topbar-text-link {
	padding: 10px 16px;
}

.topbar-text-link a:hover {
	text-decoration: none;
}

.dc-btn.dc-darkblue-bg:hover {
	background-color: #00478a !important;
	color: #fff !important;
}

.oxy-mega-dropdown_container {
	background: none;
}

.dc-mega-menu a:hover {
	text-decoration: none;
}

.menu-hover::after {
	content: "" !important;
	display: block !important;
	width: 0 !important;
	height: 1px !important;
	background: #003a70 !important;
	transition: width .3s !important;
}

.menu-hover:hover::after {
	width: 100% !important;
	transition: width .3s !important;
	z-index: 9999;
}

.alert-banner p {
	margin-bottom: 0;
}

.doctor-name:hover {
	color: #00478a;
}

.dc-btn.dc-yellow-bg:hover {
	background-color: #ffd440;
}

.dc-btn.dc-white-bg {
	border: 1px solid #fff;
}

.dc-btn.dc-white-bg:hover {
	background-color: #003a70;
	color: #fff;
	border: 1px solid #003a70;
}

.dc-btn.dc-green-bg:hover {
	background-color: #b3d959;
}

.mb-25 {
	margin-bottom: 25px;
}

.mt-25 {
	margin-top: 25px;
}

.w-100 {
	min-width: 100%;
	width: 100%;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.topbar-button {
	padding: 20px 32px;
}

.background-none {
	background: none;
}

.footer-logo-container:last-child {
	border: none;
}

#home-slider .unslider-nav ol li.unslider-active {
	background: #fff;
	cursor: default;
	width: 54px;
	border: none;
	height: 10px;
}

.bg-center {
	background-position: center center !important;
}

.split-sec-bg {
	background-size: 50% 100%;
}

.mb-25 {
	margin-bottom: 25px;
}

.mt-25 {
	margin-top: 25px;
}

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

.text-rubik {
	font-family: rubik;
}

.underline-link a {
	text-decoration: underline;
}

/* Home Location Slider  */
h2.location-slider span {
	display: block;
	font-family: "rubik";
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
}

/* .hl-45{ font-size:45px; } */

/* FAQ Overrides*/
.ac-container .bwl-faq-container label::after {
	left: 0;
	color: #41b6e6 !important;
	top: 2px !important;
}

.ac-container .bwl-faq-container label {
	padding-left: 30px;
	box-shadow: none;
	background: none !important;
	border-bottom: 1px solid #c6c9cc;
	color: #003a70 !important;
}

.ac-container .bwl-faq-container label, .ac-container .bwl-faq-container label.opened-label, .ac-container .bwl-faq-container article {
	background: none !important;
}

.article-box-shadow {
	box-shadow: none !important;
}

.ac-container .bwl_meta_info {
	display: none;
}

.ac-container .bwl-faq-container label {
	font-weight: 500 !important;
}

.closed-label:after {
	margin-top: 4px;
}

.oxel_accordion__content {
	background-color: transparent;
}

/* Specialties type settings*/
.letter-title {
	font-family: questa-slab;
}

/* Gravity Forms */

/*field*/
.gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield textarea.large, #field_2_3 input, #field_2_3 select {
	border: 1px solid #ebf0f4;
}

/* submit*/
.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full {
	background: #ffc600;
	color: #003a70;
	text-transform: uppercase;
	letter-spacing: 1.125px;
}

.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full:hover {
	background: #ffd440;
}

@media only screen and (max-width: 600px) {
	#div_block-4472-20 {
		gap: 2px !important;
	}
}

/* LIST */
ul {
	margin-top: 0px;
}

ul li::marker {
	color: #404040;
}

ol li {
	margin-bottom: 8px;
}

ul.az-columns li {
	margin-bottom: 18px;
	line-height: 18px;
}

ul.az-columns li a {
	line-height: 18px;
}

/* Checkmark List */
.checkmark {
	list-style-type: none;
	padding-left: 0;
	margin-left: 1.5em;
}

.checkmark li {
	position: relative;
	padding-left: 2em;
	padding-bottom: 9px;
	line-height: 1.4em;
}

.checkmark li::before {
	content: "";
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	position: absolute;
	left: 0;
	top: 12px;
	transform: translateY(-50%);
	color: #ef3340;
	font-size: 1em;
}

.checkmark li a {
	text-decoration: underline;
}

.category a:link {
	color: #003a70;
}

/* unstyled list */
ul.unstyle {
	list-style-type: none;
}

ul.unstyle li {
	margin-bottom: 8px;
	padding-left: 0px;
}

/* Table Styles */
.table {
	border: 1px solid #c6c9cc;
	border-radius: 10px;
	margin: 20px 0px;
}

.table-scroll {
	overflow-y: hidden;
	height: 1000px !important;
}

table {
	text-align: left;
	border-spacing: 0px;
	color: #4f4f4f;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
}

th {
	background: #003a70;
	color: #fff;
	padding: 14px 0px;
	font-weight: 500;
}

th:first-child {
	border-top-left-radius: 10px;
	padding-left: 10px;
}

th:last-child {
	border-top-right-radius: 10px;
}

tr {
	vertical-align: top;
	border-bottom: 1px solid #c6c9cc;
}

tr:nth-child(even) {
	background-color: #ebf0f4;
}

td {
	padding: 20px 0;
}

td:first-child {
	padding-left: 10px;
}

td  a {
	font-weight: 400;
	text-decoration: underline;
}

td:first-child {
	color: #003a70;
	font-weight: 500;
}

td > ul, td > p {
	margin-top: 0;
}

td > ul > li {
	padding-bottom: 8px;
}

.fs-label-wrap {
	border: 1px solid #ddd;
	border-radius: 20px;
}

.ct-shortcode .facetwp-facet .fs-wrap .fs-label-wrap .fs-label {
	padding: 12px 22px 12px 15px;
}

@media (max-width: 425px) {
	div#div_block-4472-20 .fs-wrap {
		width: 100% !important;
	}
	
	#div_block-3133-1382, #div_block-56-1402 {
		background: none;
	}
	
	.banner-title {
		width: 100%;
	}
	
	.letter-section .az-columns {
		margin-bottom: 18px;
	}
	
	.bg-none {
		background: none;
	}
	
	.table-scroll {
		overflow-y: auto;
		height: 1000px !important;
	}
}

@media (max-width: 320px) {
	img#image-40-27 {
		width: 150px;
		height: auto;
	}
}

@media (max-width: 992px) {
	.bg-right {
		background-position: right;
	}
}

/* Banner Overlay */
.banner-overlay {
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

.banner-overlay:not(.ct-section):not(.oxy-easy-posts), .banner-overlay.oxy-easy-posts .oxy-posts, .banner-overlay.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.banner-overlay {
	background-position: center right;
}

@media (max-width: 1200px) {
	.banner-overlay {
		background-size: contain;
	}
}

@media (max-width: 767px) {
	.physician-summary .ds-summary div {
		display: inline-block;
		padding-right: .5rem;
	}
	
	.physician-summary .ds-summary div.ds-ratings {
		display: block !important;
		clear: both;
		color: #023a70;
	}
	
	.physician-summary .ds-summary .ds-average-max {
		color: #023a70;
	}
	
	.physician-summary {
		font-weight: 500;
		color: #023a70;
	}
	
	.physician-summary .ds-summary .ds-comments, .physician-summary .ds-summary .ds-title {
		display: none;
	}
	
	.page-id-25 #headline-21-1236 {
		display: none;
	}
	
	.page-id-82 .bg-center, .page-id-108 .bg-center {
		background-position: center !important;
	}
	
	#slider-3-77 .unslider .unslider-nav {
		z-index: 0 !important;
	}
	
	.letter-section .letter-title {
		clear: both !important;
	}
}

#slider-3-77 .unslider-arrow.next, #slider-3-77 .unslider-arrow.prev {
	z-index: 0 !important;
}

.page-id-139 section#section-18-1402 {
	display: none;
}

/* aligns doctor name to the left */
.oxy-dynamic-list :is([data-id="link-3118-1382"]) {
	text-align: left !important;
	align-items: flex-start;
}

.oxy-dynamic-list :is([data-id="link-3098-1382"]) {
	text-align: left !important;
	align-items: flex-start;
}

#text_block-546-77 {
	font-size: 16px !important;
}

.facetwp-page {
	display: inline-block;
	padding: 0px 4px;
	margin-right: 6px;
	cursor: pointer;
}

div.oxy-repeater-pages-wrap {
	display: none;
}

.facetwp-load-more {
	background-color: #fff;
	border: 1px solid #fff;
	border: 0;
	color: #003a70;
	text-transform: uppercase;
	font-size: 14px !important;
	letter-spacing: 1.125px;
	padding: 16px 20px;
	font-weight: 500;
}

.fs-option-label {
	white-space: normal !important;
}

.fs-option {
	word-break: break-word !important;
}
