
.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-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: 1120px;
}

body {
	font-family: "Inter";
}

body {
	line-height: 1.6;
	font-size: var(--step-0);
	font-weight: 400;
	color: #000;
}

.oxy-nav-menu-hamburger-line {
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display";
	font-size: var(--step-4);
	font-weight: 300;
	line-height: 1.1;
}

h2, h3, h4, h5, h6 {
	font-size: var(--step-3);
	line-height: 1.2;
}

h3, h4, h5, h6 {
	font-size: var(--step-2);
	line-height: 1.3;
}

h4, h5, h6 {
	font-size: var(--step-1);
	line-height: 1.4;
}

h5, h6 {
	font-size: var(--step-0);
	line-height: 1.5;
}

h6 {
	font-size: var(--step--1);
	line-height: 1.6;
}

a {
	color: #0074db;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.ct-link-text {
	color: #800003;
}

.ct-link {}

.ct-link-button {
	border-radius: 3px;
}

.ct-section-inner-wrap {
	padding-top: var(--space-2xl);
	padding-right: var(--space-l);
	padding-bottom: var(--space-2xl);
	padding-left: var(--space-l);
}

.ct-new-columns > .ct-div-block {}

.oxy-header-container {
	padding-right: var(--space-l);
	padding-left: var(--space-l);
}

@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_megamenu_parent:hover {
	background-color: #cfd3d7;
}

.oxel_megamenu_parent {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 32px;
	padding-right: 32px;
	position: relative;
	background-color: #f9f9fa;
	transition-duration: .3s;
}

.oxel_megamenu_parent__title {
	color: #374047;
}

.oxel_megamenu__wrapper {
	padding-top: 32px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	opacity: 1;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	position: relative;
	width: 100%;
	z-index: 1999;
}

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

.oxel_megamenu__wrapper--hidden {
	transform: translateY(64px);
	opacity: 0;
	pointer-events: none;
}

.oxel_megamenu__close-icon {
	color: #333;
}

.oxel_megamenu__close-icon > svg {
	width: 32px;
	height: 32px;
}

.oxel_megamenu__close-icon {
	position: absolute;
	top: 48px;
	right: 16px;
}

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

@media (max-width: 991px) {
	.oxel_megamenu__close-icon {}
	
	.oxel_megamenu__close-icon:not(.ct-section):not(.oxy-easy-posts), .oxel_megamenu__close-icon.oxy-easy-posts .oxy-posts, .oxel_megamenu__close-icon.ct-section .ct-section-inner-wrap {
		display: flex;
	}
}

.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;
}

.oxel_accordion__row {
	font-family: Inter;
	width: 100%;
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	text-align: justify;
	border-bottom-color: #eceeef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	background-color: #f9f9fa;
	border-right-style: none;
	border-left-style: none;
	font-weight: 600;
	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;
	justify-content: space-between;
}

.oxel_accordion__icon {
	color: #374047;
}

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

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

.oxel_accordion__row_left {}

.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;
}

.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;
	flex-direction: column;
	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 {}

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

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

.top-nav__social:hover {
	color: rgba(255, 255, 255, .6);
}

.top-nav__social:hover {
	transition-duration: .6s;
	transition-timing-function: ease;
}

.top-nav__social {
	color: #fff;
}

.top-nav__social > svg {
	width: 20px;
	height: 20px;
}

.top-nav__social {}

.blog__card {
	max-width: 300px;
	background-color: #fff;
	margin-bottom: 3rem;
}

@media (max-width: 1120px) {
	.blog__card {
		max-width: calc(50% - 16px) px;
	}
}

@media (max-width: 991px) {
	.blog__card {
		width: 100%;
		max-width: 100%;
	}
}

.blog__card-image {
	position: relative;
	width: 100%;
	max-height: 100%;
	height: 300px;
	overflow: hidden;
}

.oxy-stock-content-styles {}

.top-nav__num {
	font-family: Playfair Display;
	color: #800003;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .0625rem;
	line-height: 1.2;
	font-variant-numeric: lining-nums;
}

.footer__location-title {
	font-family: "Playfair Display";
	text-transform: uppercase;
	color: currentColor;
	letter-spacing: 1px;
	font-size: 15px;
}

.footer__location-textlink:hover {
	color: rgba(255, 255, 255, .6);
}

.footer__location-textlink {
	color: #fff;
	transition-duration: .5s;
	transition-timing-function: ease;
	font-size: 12px;
}

.grow-underline {}

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

.blog__blogpost-text {}

.home__pa-card {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 100%;
	max-width: 285px;
	height: 100%;
	max-height: 50px;
	color: #fff;
}

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

.home__attorney-wrap {
	width: 100%;
}

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

@media (max-width: 991px) {
	.home__attorney-wrap {
		text-align: justify;
	}
	
	.home__attorney-wrap:not(.ct-section):not(.oxy-easy-posts), .home__attorney-wrap.oxy-easy-posts .oxy-posts, .home__attorney-wrap.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.home__attorney-title {
	color: #800003;
	text-transform: uppercase;
	font-weight: 600;
}

.home__attorney-name {}

.home__attorney-edu {
	font-weight: 600;
}

.home__attorney-lic {
	font-weight: 600;
}

.home__attorney-bio-btn {
	background-color: #000;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 24px;
	padding-right: 24px;
	gap: 8px;
}

.home__attorney-bio-btn:not(.ct-section):not(.oxy-easy-posts), .home__attorney-bio-btn.oxy-easy-posts .oxy-posts, .home__attorney-bio-btn.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.toggle-7112 {}

.toggle-7112 .oxy-expand-collapse-icon::before, .toggle-7112 .oxy-expand-collapse-icon::after {
	background-color: #fff;
}

.toggle-7112-expanded {}

.home__location-card {
	background-color: #fff;
	border-radius: 24px;
	padding-top: 2.54rem;
	padding-right: 2.54rem;
	padding-bottom: 2.54rem;
	padding-left: 2.54rem;
	gap: var(--space-xs);
	width: 550px;
	box-shadow: 0px 4px 168px 0px rgba(0, 0, 0, .12);
}

.home__location-card:not(.ct-section):not(.oxy-easy-posts), .home__location-card.oxy-easy-posts .oxy-posts, .home__location-card.ct-section .ct-section-inner-wrap {
	gap: var(--space-xs);
}

@media (max-width: 991px) {
	.home__location-card {
		width: 100%;
	}
}

.home__location--card-name {
	font-family: Playfair Display;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0px;
}

.home__location-card--name {}

.home__location-card--address {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}

.home__location-card--icon {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.home__location-card--info {
	font-size: 14px;
	gap: 1rem;
	overflow: visible;
}

.home__location-card--info:not(.ct-section):not(.oxy-easy-posts), .home__location-card--info.oxy-easy-posts .oxy-posts, .home__location-card--info.ct-section .ct-section-inner-wrap {
	display: flex;
	gap: 1rem;
}

.bio__ul {}

.bio__li {}

.pa__subhead {
	color: #800003;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	.pa__subhead {
		font-size: 14px;
	}
}

.pa__h1 {
	font-size: var(--step-3);
	text-transform: uppercase;
}

.faq__jump-link {
	color: currentColor;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: var(--step--1);
	text-transform: uppercase;
	font-weight: 600;
}

.faq__chip {
	color: currentColor;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	border-top-color: currentColor;
	border-right-color: currentColor;
	border-bottom-color: currentColor;
	border-left-color: currentColor;
	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;
	border-radius: 4px;
	font-size: var(--step--1);
	text-transform: uppercase;
	font-weight: 600;
}

.faq__filter {
	gap: var(--space-m);
	background-color: #000;
	z-index: 5;
	padding-top: var(--space-2xs);
	padding-right: var(--space-2xs);
	padding-left: var(--space-2xs);
	border-radius: 4px;
	max-width: 1120px;
	text-align: justify;
	color: #fff;
	padding-bottom: var(--space-2xs);
	margin-top: var(--space-l);
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, .2);
	position: sticky;
	top: 160px;
}

.faq__filter .ct-section-inner-wrap {
	padding-top: var(--space-s);
	padding-right: var(--space-s);
	padding-bottom: var(--space-s);
	padding-left: var(--space-s);
}

.faq__filter:not(.ct-section):not(.oxy-easy-posts), .faq__filter.oxy-easy-posts .oxy-posts, .faq__filter.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--space-m);
}

@media (max-width: 991px) {
	.faq__filter {}
	
	.faq__filter:not(.ct-section):not(.oxy-easy-posts), .faq__filter.oxy-easy-posts .oxy-posts, .faq__filter.ct-section .ct-section-inner-wrap {
		display: none;
	}
}

.slider__rail {
	gap: var(--space-2xl);
	padding-top: var(--space-xl);
	padding-bottom: var(--space-xl);
	width: 100%;
	overflow: hidden;
}

.slider__rail:not(.ct-section):not(.oxy-easy-posts), .slider__rail.oxy-easy-posts .oxy-posts, .slider__rail.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: var(--space-2xl);
}

.slider__img {
	height: 64px;
}

.rt_2-col {}

@media (max-width: 991px) {
	.rt_2-col {}
}

.rt_3-col {}

.locations__loc-card {
	gap: var(--space-s);
	background-color: #fff;
	max-width: 80%;
	width: 100%;
}

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

@media (max-width: 991px) {
	.locations__loc-card {
		text-align: justify;
	}
	
	.locations__loc-card:not(.ct-section):not(.oxy-easy-posts), .locations__loc-card.oxy-easy-posts .oxy-posts, .locations__loc-card.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.locations__loc-card {
		max-width: 100%;
	}
}

.locations__loc-card--wrap {
	gap: var(--space-s);
	padding-left: var(--space-xl);
	padding-bottom: var(--space-s);
	padding-right: var(--space-s);
	padding-top: var(--space-s);
	width: 100%;
}

.locations__loc-card--wrap:not(.ct-section):not(.oxy-easy-posts), .locations__loc-card--wrap.oxy-easy-posts .oxy-posts, .locations__loc-card--wrap.ct-section .ct-section-inner-wrap {
	gap: var(--space-s);
}

@media (max-width: 991px) {
	.locations__loc-card--wrap {
		order: 2;
		padding-bottom: var(--space-m);
	}
}

.locations__loc-card--img {
	attachment_height: 810;
	attachment_width: 1440;
	width: 400px;
	height: 225px;
	object-fit: cover;
}

@media (max-width: 991px) {
	.locations__loc-card--img {
		width: 100%;
	}
}

.logo-marquee {
	padding-top: var(--space-l);
	padding-bottom: var(--space-l);
	width: 100%;
}

.logo-marquee__rail {}

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

.logo-marquee__img {
	height: 64px;
	width: auto;
}

.blog__card-title {}

.faq__subheading {
	text-align: center;
	margin-bottom: 8px;
}

.faq__subheading-wrap:after {
	width: 80%;
	height: 4px;
	background-color: #800003;
	margin-left: auto;
	margin-right: auto;
	content: "";
}

.faq__subheading-wrap {}

.pa__card {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #800003;
	border-right-color: #800003;
	border-bottom-color: #800003;
	border-left-color: #800003;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 100%;
	max-width: 285px;
	height: 100%;
	max-height: 50px;
	color: #fff;
	background-color: rgba(0, 0, 0, .77);
}

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

.cr__row-label {
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	background-color: #000;
	color: #fff;
	min-width: 150px;
}

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

.cr__row:not(:last-child) {
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

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

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

.cr__row-value {
	max-width: 45ch;
	padding-left: 16px;
	width: 100%;
	background-color: #e9e9e9;
	line-height: 1.1;
	padding-top: 8px;
	padding-bottom: 8px;
}

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

.mg-vertical-video {}

.mg-faq-answer {}

.mg-pa-hero {
	height: 50vh;
	position: relative;
}

.mg-pa-hero .ct-section-inner-wrap {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

@media (max-width: 991px) {
	.mg-pa-hero {
		height: 25vh;
	}
}

@media (max-width: 479px) {}

.mg-pa-hero__image {
	width: 100%;
	attachment_height: 810;
	attachment_width: 1440;
	object-fit: cover;
	height: 100%;
}

.logo-marquee__link {}

.mg-loc__hero {
	height: 50vh;
}

@media (max-width: 991px) {
	.mg-loc__hero {
		height: 25vh;
	}
	
	.mg-loc__hero:not(.ct-section):not(.oxy-easy-posts), .mg-loc__hero.oxy-easy-posts .oxy-posts, .mg-loc__hero.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.mg-loc__hero-card {
	padding-bottom: 24px;
	padding-top: 24px;
	padding-right: 32px;
	padding-left: 32px;
	position: absolute;
	right: var(--space-3xl);
	bottom: var(--space-2xl);
	z-index: 3;
	gap: 1rem;
	background-color: #fff;
}

.mg-loc__hero-card:not(.ct-section):not(.oxy-easy-posts), .mg-loc__hero-card.oxy-easy-posts .oxy-posts, .mg-loc__hero-card.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

@media (max-width: 991px) {
	.mg-loc__hero-card {
		width: 100%;
		position: absolute;
		gap: 1rem;
		background-color: #fff;
		z-index: 5;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	
	.mg-loc__hero-card:not(.ct-section):not(.oxy-easy-posts), .mg-loc__hero-card.oxy-easy-posts .oxy-posts, .mg-loc__hero-card.ct-section .ct-section-inner-wrap {
		gap: 1rem;
	}
}

@media (max-width: 767px) {
	.mg-loc__hero-card {
		position: absolute;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	
	.mg-loc__hero-card:not(.ct-section):not(.oxy-easy-posts), .mg-loc__hero-card.oxy-easy-posts .oxy-posts, .mg-loc__hero-card.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.mg-loc__hero-deco {
	right: 0px;
	bottom: 0px;
	z-index: 3;
	margin-bottom: -1px;
}

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

@media (max-width: 991px) {
	.mg-loc__hero-deco {}
	
	.mg-loc__hero-deco:not(.ct-section):not(.oxy-easy-posts), .mg-loc__hero-deco.oxy-easy-posts .oxy-posts, .mg-loc__hero-deco.ct-section .ct-section-inner-wrap {
		display: none;
	}
}

.mg-loc__hero-heading {
	font-size: calc(var(--step-3) + 1rem);
	font-weight: 300;
	text-align: center;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.mg-loc__hero-heading {
		font-size: var(--step-3);
	}
}

.mg-loc__hero-subhead {
	color: #800003;
	text-transform: uppercase;
	text-align: center;
}

.mg-loc__hero-wrap {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

@media (max-width: 991px) {
	.mg-loc__hero-wrap {
		text-align: left;
		position: absolute;
		width: 100%;
		height: 100%;
		right: auto;
		left: auto;
		bottom: auto;
		top: auto;
	}
	
	.mg-loc__hero-wrap:not(.ct-section):not(.oxy-easy-posts), .mg-loc__hero-wrap.oxy-easy-posts .oxy-posts, .mg-loc__hero-wrap.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.mg-nav-block {}

.rt_ul {}

.attorney__sidebar {}

.attorney__bio {}

.attorney__name {}

.attorney__quote {}

.attorney__stats {}

.home__hgroup-heading {}

.home__hgroup-p {}

:root {
	--step--2: clamp(.3056rem, .2659rem + .1984vw, .4444rem);
	--step--1: clamp(.4583rem, .3988rem + .2976vw, .6667rem);
	--step-0: clamp(.875rem, .8393rem + .1786vw, 1rem);
	--step-1: clamp(1.0313rem, .8973rem + .6696vw, 1.5rem);
	--step-2: clamp(1.5469rem, 1.346rem + 1.0045vw, 2.25rem);
	--step-3: clamp(2.3203rem, 2.019rem + 1.5067vw, 3.375rem);
	--step-4: clamp(3.4805rem, 3.0285rem + 2.26vw, 5.0625rem);
	--step-5: clamp(5.2207rem, 4.5427rem + 3.3901vw, 7.5938rem);
	--space-3xs: clamp(.1875rem, .1696rem + .0893vw, .25rem);
	--space-2xs: clamp(.375rem, .3393rem + .1786vw, .5rem);
	--space-xs: clamp(.5rem, .4286rem + .3571vw, .75rem);
	--space-s: clamp(.6875rem, .5982rem + .4464vw, 1rem);
	--space-m: clamp(1.0625rem, .9375rem + .625vw, 1.5rem);
	--space-l: clamp(1.375rem, 1.1964rem + .8929vw, 2rem);
	--space-xl: clamp(2.0625rem, 1.7946rem + 1.3393vw, 3rem);
	--space-2xl: clamp(2.75rem, 2.3929rem + 1.7857vw, 4rem);
	--space-3xl: clamp(4.125rem, 3.5893rem + 2.6786vw, 6rem);
	/* One-up pairs */
	--space-3xs-2xs: clamp(.1875rem, .0982rem + .4464vw, .5rem);
	--space-2xs-xs: clamp(.375rem, .2679rem + .5357vw, .75rem);
	--space-xs-s: clamp(.5rem, .3571rem + .7143vw, 1rem);
	--space-s-m: clamp(.6875rem, .4554rem + 1.1607vw, 1.5rem);
	--space-m-l: clamp(1.0625rem, .7946rem + 1.3393vw, 2rem);
	--space-l-xl: clamp(1.375rem, .9107rem + 2.3214vw, 3rem);
	--space-xl-2xl: clamp(2.0625rem, 1.5089rem + 2.7679vw, 4rem);
	--space-2xl-3xl: clamp(2.75rem, 1.8214rem + 4.6429vw, 6rem);
	/* Custom pairs */
	--space-s-l: clamp(.6875rem, .3125rem + 1.875vw, 2rem);
}

/* ===== Variables ===== */
.mg-nav {
	--mg-accent: #800003;
	--mg-bg-panel: #e9e9e9;
	--mg-text: #1a1a2e;
	--mg-text-on-accent: #fff;
	--mg-border: var(--mg-text);
	position: relative;
	font-family: inherit;
}

html.mg-nav-scroll-lock {
	overflow: hidden;
}

/* ===== Hamburger (mobile trigger) ===== */
.mg-nav-hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 25px;
	height: 25px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

.mg-nav-hamburger span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--mg-text);
	transition: transform .25s ease, opacity .25s ease;
}

/* ===== Top-level nav bar (desktop) ===== */
.mg-nav-top {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: var(--space-s);
}

.mg-nav-top > .mg-nav-item {
	position: relative;
}

.mg-nav-row {
	display: flex;
	align-items: center;
	gap: .35rem;
}

.mg-nav-link {
	text-decoration: none;
	color: var(--mg-text);
	font-weight: 600;
	letter-spacing: .02em;
	white-space: nowrap;
	font-size: var(--step-0);
}

.mg-nav-top > .mg-nav-item > .mg-nav-row .mg-nav-link {
	padding: 1.5rem 0;
}

.mg-nav-link:hover, .mg-nav-link:focus-visible {
	color: var(--mg-accent);
}

.mg-nav-link.is-current-page {
	color: var(--mg-accent);
}

/* Visible focus ring on the icon buttons */
.mg-nav-toggle:focus-visible, .mg-nav-hamburger:focus-visible, .mg-nav-close:focus-visible {
	outline: 2px solid var(--mg-accent);
	outline-offset: 2px;
}

/* Chevron toggle */
.mg-nav-toggle {
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	display: flex;
	align-items: center;
	color: var(--mg-text);
}

.mg-chevron {
	display: block;
	transition: transform .25s ease;
}

.mg-nav-toggle[aria-expanded="true"] .mg-chevron {
	transform: rotate(180deg);
}

/* ===== Depth-1 dropdown panel ===== */
.mg-nav-top > .mg-nav-item > .mg-nav-panel {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 280px;
	max-height: 70vh;
	overflow-y: auto;
	background: var(--mg-bg-panel);
	box-shadow: 0 12px 24px rgba(0, 0, 0, .15);
	z-index: 50;
	padding: .5rem 0;
	display: none;
}

.mg-nav-top > .mg-nav-item > .mg-nav-panel.is-open {
	display: block;
}

.mg-nav-top > .mg-nav-item > .mg-nav-panel.is-right-aligned {
	left: auto;
	right: 0;
}

/* ===== Sub-level lists ===== */
.mg-nav-sub {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mg-nav-sub .mg-nav-item {
	width: 100%;
}

.mg-nav-sub .mg-nav-row {
	justify-content: space-between;
	padding: .85rem 1.25rem;
}

.mg-nav-sub .mg-nav-link {
	color: var(--mg-text);
	font-weight: 500;
	white-space: normal;
}

.mg-nav-sub .mg-nav-row:hover .mg-nav-link {
	color: var(--mg-accent);
}

.mg-nav-sub .mg-nav-row.is-expanded {
	background: var(--mg-accent);
}

.mg-nav-sub .mg-nav-row.is-expanded .mg-nav-link, .mg-nav-sub .mg-nav-row.is-expanded .mg-nav-toggle {
	color: var(--mg-text-on-accent);
}

/* ===== Nested accordion panels ===== */
.mg-nav-sub .mg-nav-panel {
	display: none;
	background: var(--mg-bg-panel);
}

.mg-nav-sub .mg-nav-panel.is-open {
	display: block;
}

.mg-nav-sub .mg-nav-sub {
	border-left: 2px solid var(--mg-border);
	margin-left: 1.25rem;
}

.mg-nav-sub .mg-nav-sub .mg-nav-row {
	padding-left: 1.25rem;
}

.mg-nav-sub .mg-nav-sub .mg-nav-link {
	font-size: .92em;
	font-weight: 400;
	color: rgba(26, 26, 46, .75);
}

.mg-nav-sub .mg-nav-sub .mg-nav-row:hover .mg-nav-link {
	color: var(--mg-accent);
}

/* ===== Close button (mobile only) ===== */
.mg-nav-close {
	display: none;
}

/* ===== Mobile ===== */
@media (max-width: 1275px) {
	.mg-nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	.mg-nav-hamburger {
		display: flex;
	}
	
	.mg-nav-block {
		display: flex;
		justify-content: flex-end;
	}
	
	.mg-nav-close {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 1rem;
		right: 1rem;
		width: 40px;
		height: 40px;
		background: none;
		border: none;
		cursor: pointer;
		color: var(--mg-text);
		padding: 0;
		z-index: 1;
	}
	
	.mg-nav-close:hover, .mg-nav-close:focus-visible {
		color: var(--mg-accent);
	}
	
	.mg-nav-panel-wrap {
		position: fixed;
		top: 0;
		right: -100%;
		width: min(360px, 100%);
		height: 100vh;
		height: 100dvh;
		overflow-y: auto;
		background: #fff;
		transition: right .3s ease, visibility 0s linear .3s;
		visibility: hidden;
		z-index: 100;
		box-shadow: -8px 0 24px rgba(0, 0, 0, .2);
	}
	
	.mg-nav-panel-wrap.is-open {
		right: 0;
		visibility: visible;
		transition: right .3s ease, visibility 0s;
	}
	
	.mg-nav-top {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding-top: 4rem;
	}
	
	.mg-nav-top > .mg-nav-item {
		border-bottom: 1px solid rgba(0, 0, 0, .08);
	}
	
	.mg-nav-top > .mg-nav-item > .mg-nav-row .mg-nav-link {
		padding: 1rem 1.25rem;
	}
	
	.mg-nav-top > .mg-nav-item > .mg-nav-panel {
		position: static;
		min-width: 0;
		max-height: none;
		overflow: visible;
		box-shadow: none;
		padding: 0;
		display: none;
	}
	
	.mg-nav-top > .mg-nav-item > .mg-nav-panel.is-open {
		display: block;
	}
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
	.mg-nav-hamburger span, .mg-chevron, .mg-nav-panel-wrap, .mg-nav-panel-wrap.is-open {
		transition: none;
	}
}

h1, h2, h3, h4, h5, h6 {
	text-wrap: balance;
}

p {
	text-wrap: pretty;
}

.no-click a {
	pointer-events: none;
	cursor: default;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #800003;
}

#_header_row-153-7247 .oxy-header-container {
	margin: 0;
}

#_header_left-286-7247 {
	display: none;
}

#menu-footer-menu a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

#menu-footer-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s ease;
}

#menu-footer-menu a:hover::after {
	transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
	#menu-footer-menu a::after {
		transition: none;
	}
}

.grow-underline {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.grow-underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s ease;
}

.grow-underline:hover::after {
	transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
	a.grow-underline::after {
		transition: none;
	}
}

@media (max-width: 1275px) {
	#_header_right-281-7247 {
		display: none;
	}
}

.blog__card-title span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog__blogpost-text h2 {
	font-weight: 300;
	font-size: 2rem;
	max-width: 35ch;
	padding-top: 3rem;
	line-height: 1.2;
}

.blog__blogpost-text h3 {
	font-family: sans-serif, inter;
	font-weight: 400;
	color: #800003;
	font-size: 1.125rem;
}

.blog__blogpost-text a {
	color: black;
	text-decoration: underline;
}

.blog__blogpost-text ul {
	margin: 2rem;
	padding: 0;
}

.blog__blogpost-text li {
	margin-bottom: .5rem;
}

.blog__blogpost-text li::marker {
	color: #800003;
}

.blog__blogpost-text img {
	width: 100%;
	object-fit: contain;
}

.home__location-card--info > * + *::before {
	content: "";
	position: absolute;
	left: calc(1rem / -2);
	/* negative half the gap → centered in the gap */
	top: 50%;
	transform: translateY(-50%);
	height: 1em;
	border-left: 1px solid currentColor;
}

.oxy-rich-text ul {
	margin: var(--space-xs) 0;
	padding-left: 2em;
	line-height: 1.5;
}

.oxy-rich-text li {
	line-height: 1.5;
}

.bio__ul {
	margin: 0;
}

.rt_2-col ul {
	column-count: 2;
	column-gap: var(--space-2xl);
}

.rt_3-col ul {
	column-count: 3;
	column-gap: var(--space-2xl);
}

@media (max-width: 768px) {
	.rt_2-col ul {
		column-count: 1;
	}
	
	.rt_3-col ul {
		column-count: 1;
	}
}

/* Vertical (9:16) override for Oxygen video wrapper */
.mg-vertical-video .oxygen-vsb-responsive-video-wrapper {
	position: relative;
	padding-bottom: 0;
	aspect-ratio: 9/16;
	max-width: 405px;
	margin-inline: auto;
	height: auto;
}

.mg-vertical-video .oxygen-vsb-responsive-video-wrapper iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

/*  Vertical (9:16) oembed inside FAQ mobile responsive */
.mg-faq-answer iframe[src*="youtube.com/embed/"] {
	display: block;
	width: 100%;
	max-width: 320px;
	aspect-ratio: 9/16;
	height: auto;
	margin-inline: auto;
	border: 0;
}

/* Vertical shorts */
.mg-embed.is-vertical {
	max-width: 320px;
	margin-inline: auto;
}

.mg-embed.is-vertical iframe {
	display: block;
	width: 100%;
	aspect-ratio: 9/16;
	height: auto;
	border: 0;
}

/* Regular landscape videos */
.mg-embed.is-landscape iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	height: auto;
	border: 0;
}

.rt_ul li:not(last-child) {
	margin-bottom: 1em;
}

.attorney__sidebar ul {
	padding-left: 1.5em;
	margin: 0;
}

.attorney__sidebar li:not(last-child) {
	margin-bottom: .4em;
	line-height: 1.5;
	text-wrap: pretty;
	max-width: 30ch;
}

#_dynamic_list-52-9680 .oxy-repeater-pages-wrap {
	display: none;
}

#gform_submit_button_1, #gform_submit_button_3 {
	background: #800003;
}

input#gform_submit_button_1.gform_button.button {
	background-color: #800003;
	color: #fff;
}
