/** ============================================================================ *
**	Structural Styles
** ============================================================================= */
:root {
	/** PRIMARY COLORS */
	--primary: #1e264c;
	--primary-light: #0c5a82;
	/** SECONDARY COLORS */
	--secondary: #f4f4f4;
	--secondary-light: #c7cace;
	--secondary-dark: #687383;
	/** ACCENT COLORS */
	--gradient: linear-gradient(90deg, #dbbe8c 0%, #e5e0d6 50.48%, #dbbe8c 100%);
	--accent: #dbbe8c;
	--accent-light: #e5e0d6;
	--accent-dark: #dbbe8c;
	/** FONTS */
	--body-copy-color: #000;
	--heading-font: 'Cardo', serif;
	--heading-font-2: 'Be Vietnam Pro', sans-serif;
	--body-font: 'myriad-pro', sans-serif;
	--font-awesome: 'Font Awesome 5 Free';
	--font-brands: 'Font Awesome 5 Brands';
	/** HEADINGS */
	--h1: 700 54px/1.3em var(--heading-font);
	--h2: 700 44px/1.3em var(--heading-font);
	--h3: 700 30px/1.3em 'Arial', sans-serif;
	--h4: 700 24px/1.3em var(--heading-font-2);
	--home-h1: var(--h1);
	--home-h2: var(--h2);
	--home-h3: var(--h3);
	--home-h4: var(--h4);
	--h1-color: #fff;
	--h2-color: var(--primary);
	--h3-color: var(--primary);
	--h4-color: var(--primary);
	--home-h1-color: var(--primary);
	--home-h2-color: var(--h2-color);
	--home-h3-color: var(--h3-color);
	--home-h4-color: var(--h4-color);
	/** HEADER */
	--header-bg: var(--gradient);
	--int-header-bg: var(--header-bg);
	--sticky-header-bg: var(--header-bg);
	/** NAVIGATION */
	--header-font-family: var(--heading-font-2);
	--header-font-size: 16px;
	--header-font-weight: 800;
	--header-link-color: var(--primary);
	--header-link-hover-color: var(--primary-light);
	--upper-header-font-family: var(--header-font-family);
	--upper-header-font-size: 16px;
	--upper-header-font-weight: 900;
	--upper-header-link-color: var(--header-link-color);
	--home-header-link-color: var(--header-link-color);
	--home-header-link-hover-color: var(--header-link-hover-color);
	--sticky-header-link-color: var(--header-link-color);
	--sticky-header-link-hover-color: var(--header-link-hover-color);
	/** NAVIGATION DROPDOWN */
	--header-submenu-bg-color: var(--primary);
	--header-submenu-hover-bg-color: var(--gradient);
	--header-submenu-link-color: #fff;
	--header-submenu-hover-link-color: var(--primary);
	--sticky-header-submenu-bg-color: var(--header-submenu-bg-color);
	--sticky-header-submenu-hover-bg-color: var(--header-submenu-hover-bg-color);
	--sticky-header-submenu-link-color: var(--header-submenu-link-color);
	--sticky-header-submenu-hover-link-color: var(--header-submenu-hover-link-color);
	/** LOGOS */
	--logo-width: 303px;
	--logo-height: 80px;
	--sticky-logo-width: 303px;
	--sticky-logo-height: 80px;
	/** BACKGROUNDS - images or hex color */
	--body-wrapper-bg: transparent;
	--home-body-wrapper-bg: var(--body-wrapper-bg);
	--at-bio-titlebar-bg: var(--secondary-dark);
	--attorney-bio-titlebar-height: 466px;
	--attorney-bio-img-height: 466px;
	--pa-titlebar-bg: var(--secondary-dark);
	--page-titlebar-bg: var(--secondary-dark);
	--footer-bg: url('../images/footer-bg-3x.jpg') no-repeat center/cover;
	--form-bg: url('../images/contact-form-bg-3x.jpg') no-repeat center/cover;
	/** BACKGROUNDS - only images */
	--icon-sprite: url('../images/mdlaws-icon-sprite-3x.png') no-repeat;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
body {
	color: var(--body-copy-color);
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
}
.editor-content {
	line-height: 1.7em;
}
.editor-content p {
	line-height: 1.7em;
	margin-bottom: 15px;
}
.editor-content p:last-child {
	margin-bottom: 0;
}

/** Links */
a {
	color: var(--primary);
}
a:hover {
	color: var(--accent);
}
.editor-content a {
	text-decoration: underline;
}
.editor-content a:hover {
	text-decoration: none;
}

/** Lists */
.editor-content ul {
	list-style: none;
	padding-left: 20px;
	margin: 15px 0;
}
.editor-content ul li {
	margin-bottom: 8px;
}
.editor-content ul li::before {
	content: '\2022';
	color: var(--primary-light);
	font-weight: 700;
	display: inline-block;
	vertical-align: sub;
	font-size: 30px;
	line-height: 16px;
	margin-left: -20px;
	width: 20px;
}
.editor-content ol {
	padding-left: 40px;
	margin: 15px 0;
}

/** ======================================== *
**			#region Typography
** ======================================== */
/** -------------------------------- *
**	 Heading 1
** -------------------------------- */
.home h1 {
	font: var(--home-h1);
	color: var(--home-h1-color);
}
h1 {
	font: var(--h1);
	color: var(--h1-color);
	text-wrap: pretty;
}
#body h1 {
	color: var(--primary);
}

/** -------------------------------- *
**        Heading 2
** -------------------------------- */
.home h2 {
	font: var(--home-h2);
	color: var(--home-h2-color);
}
h2 {
	font: var(--h2);
	color: var(--h2-color);
	text-wrap: pretty;
}
h2 a {
	color: var(--primary);
}
h2 a:hover {
	text-decoration: none;
}
.editor-content h2 {
	margin: 25px 0 10px;
}
.editor-content h2:first-child {
	margin-top: 0;
}

/** -------------------------------- *
**       Heading 3
** -------------------------------- */
.home h3 {
	font: var(--home-h3);
	color: var(--home-h3-color);
}
h3 {
	font: var(--h3);
	color: var(--h3-color);
	text-wrap: pretty;
}
h3 a {
	color: var(--accent);
	text-decoration: none;
}
h3 a:hover {
	text-decoration: none;
}
.editor-content h3 {
	margin: 25px 0 10px;
}

/** -------------------------------- *
**        Heading 4
** -------------------------------- */
.home h4 {
	font: var(--home-h4);
	color: var(--home-h4-color);
}
h4 {
	font: var(--h4);
	color: var(--h4-color);
	text-wrap: pretty;
}
h4 a {
	color: var(--h4-color);
	text-decoration: none;
}
h4 a:hover {
	text-decoration: none;
}
.editor-content h4 {
	margin: 20px 0 10px;
}

/** #endregion Typography */

/** ======================================== *
**        #region Breadcrumbs
** ======================================== */
#breadcrumbs {
	color: #606060;
	font-family: var(--body-font);
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 15px;
	line-height: 22px;
	overflow: hidden;
}
#breadcrumbs span.bread-divider {
	margin: 0 5px;
	color: #606060;
}
#breadcrumbs a {
	color: #606060;
	text-decoration: none;
}
#breadcrumbs .current {
	color: var(--primary);
	font-weight: 600;
	font-size: 14px;
}

@media screen and (max-width: 700px) {
	#breadcrumbs {
		display: none;
	}
}

#breadcrumb-wrapper {
	background: var(--secondary-light);
	padding: 20px 0;
}
#breadcrumb-container {
	padding: 0 25px;
}
#breadcrumb-wrapper #breadcrumbs {
	margin: 0;
}
@media screen and (max-width: 700px) {
	#breadcrumb-wrapper {
		display: none;
	}
}
/** #endregion Breadcrumbs */

/** ======================================== *
** 		#region Max Container Width
** ======================================== */
.section-container {
	max-width: 1600px;
}

@media screen and (max-width: 1750px) {
	.section-container {
		max-width: 90%;
	}
}

@media screen and (max-width: 1250px) {
	.section-container {
		max-width: 95%;
	}
}

/** #endregion Max Container Width */

/** ======================================== *
**     #region Header Sections
**  ======================================== */
/** ------------------------------- *
**    #region Sticky Header
** ------------------------------- */
body #header-wrapper.sticky {
	transition: all 0.3s ease-in;
	position: fixed !important;
	width: 100%;
	z-index: 3;
	background: var(--sticky-header-bg);
	border-bottom: none;
	min-height: auto;
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	padding: 30px 0;
}

/** Adjusts position when admin bar is present */
.admin-bar #header-wrapper.sticky {
	top: 32px;
}
#header-wrapper.sticky {
	top: 0;
}

/** --- Header Cells --- */
#header-wrapper.sticky #header-cell-1,
#header-wrapper.sticky #header-cell-2 {
	vertical-align: middle;
}

/** --- Cell 1 --- */
#header-wrapper.sticky .sticky-logo-view {
	display: block;
}
#header-wrapper.sticky .desktop-logo-view,
#header-wrapper.sticky .mobile-logo-view {
	display: none;
}
#header-wrapper.sticky .sticky-logo-view {
	display: flex;
	width: 100%;
	align-items: center;
}
#header-wrapper.sticky .sticky-logo {
	max-width: var(--sticky-logo-width);
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#header-wrapper.sticky #header-cell-1 {
	width: calc(var(--sticky-logo-width) + 50px);
}

/** --- Cell 2 --- */
#header-wrapper.sticky #header-cell-2 {
	width: 100%;
	display: block;
}
#header-wrapper.sticky #header-cell-2 .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 25px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 45px;
	height: var(--sticky-logo-height);
}
#header-wrapper.sticky .desktop-view {
	display: none;
}
#header-wrapper.sticky #header-cell-2 .inner .sticky-view {
	display: block;
	min-width: fit-content;
}
#header-wrapper.sticky #header-cell-2 .inner {
	align-items: unset;
	justify-content: unset;
	gap: 0;
	flex-direction: column-reverse;
	height: unset;
}
#header-wrapper.sticky #header-cell-2 .inner .sticky-view {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}
#header-wrapper.sticky #header-cell-2 .inner .sticky-view .tmf-module-content {
	display: flex;
	gap: 20px;
}
#header-wrapper.sticky #header-cell-2 .desktop-view,
body #header-cell-2 .desktop-view {
	margin-bottom: 15px;
}

/** --- Sticky Menu --- */
#header-wrapper.sticky #primary-nav-wrapper {
	margin-top: 0;
	flex-grow: 1;
}
#header-wrapper.sticky #header-cell-2 #primary-nav-container {
	max-width: 100%;
}
#header-wrapper.sticky #primary-nav .menu > .menu-item > a {
	color: var(--sticky-header-link-color);
	font-family: var(--header-font-family);
	font-size: var(--header-font-size);
	font-weight: var(--header-font-weight);
	line-height: normal;
	text-decoration: none;
	transition: color 0.15s ease;
	padding: 5px 0;
	position: relative;
}
.consultparent {
	border: 2px solid var(--primary);
	border-radius: 8px;
	padding: 10px;
	min-width:350px!important;
	margin-right:40px;
}

/** --- Hover Effects --- */
#header-wrapper.sticky #primary-nav .menu li a:hover,
#header-wrapper.sticky #header-cell-2 .sticky-view .phone-1 a:hover,
#header-wrapper.sticky #header-cell-2 .sticky-view .phone-1 a:hover::before {
	color: var(--sticky-header-link-hover-color);
}

/** --- Phone Links --- */
#header-wrapper.sticky #header-cell-2 .sticky-view .phone-1 a {
	color: var(--upper-header-link-color);
	font-size: var(--upper-header-font-size);
	font-weight: var(--upper-header-font-weight);
	text-decoration: none;
}
#header-wrapper.sticky #header-cell-2 .sticky-view .phone-1 a::before {
	transition: color 0.2s ease;
}

/** --- Sticky Sub-menu --- */
#header-wrapper.sticky #primary-nav .menu .sub-menu {
	min-width: 250px;
	top: 0;
	left: 0;
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	background: var(--sticky-header-submenu-bg-color);
}
#header-wrapper.sticky #primary-nav .menu .sub-menu .sub-menu {
	left: 100%;
}
#header-wrapper.sticky #primary-nav .menu > li.left-edge > div > ul {
	right: 0;
	left: inherit;
}
#header-wrapper.sticky #primary-nav .menu .sub-menu .menu-item > a {
	font-size: 16px;
	padding: 10px 15px;
	color: var(--sticky-header-submenu-link-color);
	font-weight: 500;
}
#header-wrapper.sticky #primary-nav .menu .sub-menu .menu-item:hover > a {
	background: var(--sticky-header-submenu-hover-bg-color);
	color: var(--sticky-header-submenu-hover-link-color);
}

@media screen and (max-width: 1250px) {
	#header-wrapper.sticky {
		display: none;
	}
}
/** --- #endregion Sticky Header --- */

/** ------------------------------- *
**    #region Header Section
** ------------------------------- */
#header-wrapper {
	background: var(--int-header-bg);
	padding: 30px 0;
	z-index: 3;
}

/** --- cells 1 & 2 --- */
#header-cell-1,
#header-cell-2 {
	vertical-align: middle;
}
.header-top .tmf-module-content {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
}
#header p {
	margin-bottom: 0;
}

/** --- cell 1 --- */
#header-cell-1 {
	width: calc(var(--logo-width) + 50px);
}
#header .logo {
	display: block;
	max-width: var(--logo-width);
	width: 100%;
	height: auto;
}
#header .sticky-logo-view {
	display: none;
}
#header-cell-1 .mobile-view {
	display: flex;
	justify-content: flex-end;
}
#header-cell-1 .mobile-view {
	display: none;
}
#header-cell-1 .mobile-view a {
	color: var(--header-link-color);
	font-size: var(--header-font-size);
	font-weight: var(--header-font-weight);
	text-decoration: none;
}

/** --- cell 2 --- */
#header-cell-2 {
	width: auto;
}
#header-cell-2 .inner {
	padding-left: 0;
}
#header-cell-2 .desktop-view {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}
#header .sticky-view {
	display: none;
}
#header .tmf-module p {
	color: var(--header-link-color);
	font-size: var(--header-font-size);
	font-weight: var(--header-font-weight);
	margin-bottom: 0;
}
#header .tmf-module a {
	color: var(--upper-header-link-color);
	font-size: var(--upper-header-font-size);
	font-weight: var(--upper-header-font-weight);
	text-decoration: none;
	transition: 0.2s ease-in;
}
#header .tmf-module a:hover {
	color: var(--header-link-hover-color);
	text-decoration: none;
}
#header .tmf-module-content .consult {
	text-transform: uppercase;
	color: var(--primary-light);
	font-size: 20px;
	font-weight: 700;
	font-family: 'Arial', sans-serif;
}
#header .tmf-module-content .contact {
	color: var(--primary);
	font-size: 16px;
	font-weight: 900;
	font-family: var(--heading-font-2);
	text-align: center;
	margin-top: 5px;
}
#header .tmf-module-content .contact span.divider {
	color: #424c82;
	font-size: 24px;
	font-weight: 400;
	vertical-align: bottom;
}
#header .tmf-field.location.phone-1 a::before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	content: '';
	transform: none;
	width: 19px;
	height: 19px;
	background: var(--icon-sprite);
	background-size: 500px;
	background-position: 0 -10px;
}

@media screen and (max-width: 1200px) {
	.home #header-wrapper {
		padding: 20px 0;
	}
	#header-cell-1 {
		margin-bottom: 0;
		width: auto;
	}
	#header-cell-2 {
		padding-top: 0;
	}
	#header-cell-2 .inner {
		padding: 0;
		display: block;
	}
	.header-top-row {
		display: table;
		width: 100%;
	}
	#header .main-logo {
		display: table-cell;
		vertical-align: top;
	}
	#header-cell-2 .desktop-view {
		display: none;
	}
	#header-cell-1 .mobile-view {
		display: flex;
		height: var(--logo-height);
		align-items: center;
	}
	#header-cell-1 .mobile-view .tmf-module-content {
		display: flex;
		justify-content: flex-end;
		gap: 10px;
	}
}

@media screen and (min-width: 950px) {
	#header-wrapper .desktop-logo-view {
		display: block;
	}
	#header-wrapper .mobile-logo-view {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	#header-wrapper {
		padding: 40px 0;
	}
	.home #header-wrapper {
		background: var(--header-bg);
		position: static;
		padding: 40px 0;
	}
	#header-wrapper .desktop-logo-view {
		display: none;
	}
	#header-wrapper .mobile-logo-view {
		display: block;
	}
	#header-cell-1 .inner {
		padding-right: 0;
	}
	#header .main-logo {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0 0 25px;
	}
	#header-cell-2 {
		position: unset;
	}
	#header-container {
		max-width: 100%;
	}
	#header-cell-1 .mobile-view {
		display: none;
	}
	#header-cell-2 .inner {
		margin-top: 0;
	}
}

@media screen and (min-width: 800px) and (max-width: 950px) {
	#header-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 90%;
		margin: 0 auto;
	}
	#header-cell-1 {
		margin: 0;
	}
	#header-cell-2 {
		width: auto;
		flex-grow: 1;
	}
	#header-cell-2 .inner {
		padding-right: 25px;
	}
	#header-cell-2 #mobile-header-bottom-row {
		justify-content: flex-end;
	}
	#mobile-header-bottom-container {
		max-width: 100%;
	}
	#header .main-logo {
		padding: 0;
	}
}

@media screen and (max-width: 800px) {
	#header-cell-1 .inner {
		padding-right: 25px;
	}
	#header .logo {
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {
	#header .logo {
		width: 100%;
		height: auto;
	}
}
/** #endregion Header Section */

/** ======================================== *
**    #region Primary Navigation
** ======================================== */
#primary-nav-container {
	max-width: 100%;
	margin: 0 auto;
}
#primary-nav .menu {
	width: 100%;
	display: flex;
	/* justify-content: flex-end; */
	justify-content: space-between!important;
	margin-top:20px!important;
	gap: 25px;
}
#primary-nav .menu > .menu-item > a {
	color: var(--header-link-color);
	font-family: var(--header-font-family);
	font-size: var(--header-font-size);
	font-weight: var(--header-font-weight);
	line-height: normal;
	padding: 5px 0;
	text-decoration: none;
	position: relative;
	height: auto;
	transition: 0.2s ease;
	text-transform: uppercase;
}
.home #primary-nav .menu > .menu-item > a {
	color: var(--home-header-link-color);
}

/** --- Menu Item Hover animation --- */
#header-wrapper.sticky #primary-nav .menu > .menu-item.current-menu-item > a {
	color: var(--sticky-header-link-hover-color);
}
#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu .menu-item:hover > a,
#primary-nav .menu > .menu-item > a:hover {
	color: var(--header-link-hover-color);
}
.home #header-wrapper.sticky #primary-nav .menu > .menu-item.current-menu-item > a,
.home #primary-nav .menu > .menu-item.current-menu-item > a,
.home #primary-nav .menu .menu-item:hover > a,
.home #primary-nav .menu > .menu-item > a:hover {
	color: var(--home-header-link-hover-color);
}
#primary-nav .menu > .menu-item > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	height: 0;
	background-position: left bottom;
	transition: width 0.35s ease-out;
}
#primary-nav .menu > .menu-item:hover > a::after,
#primary-nav .menu > .menu-item.current-menu-item > a::after,
#primary-nav .menu > .menu-item.current-menu-item > a:hover::after,
#primary-nav .menu > .menu-item.current-menu-item > a:focus::after {
	background: var(--header-link-hover-color);
	width: 100%;
	height: 2px;
}

/** --- Home Icon --- */
/* #primary-nav .menu > .menu-item.home-icon a {
	font-size: 0 !important;
	width: 25px;
}
#primary-nav .menu > .menu-item.home-icon a::before {
	content: '\f015';
	color: var(--header-link-color);
	font-size: 18px;
	font-family: var(--font-awesome);
	font-weight: 700;
	display: inline-block;
	position: static;
	background: none;
	height: 0;
	transition: unset;
	width: 100%;
}
#primary-nav .menu > .menu-item.home-icon a:hover::before {
	background: none;
	height: 0;
}
#primary-nav .menu > .menu-item.home-icon a::after {
	display: none;
} */

/** --- sub menu --- */
#primary-nav .menu .sub-menu {
	top: 0;
	left: 0;
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	min-width: 250px;
	max-width: 250px;
	background: var(--header-submenu-bg-color);
	position: absolute;
}
#primary-nav .menu > li.left-edge > div > ul {
	left: inherit;
	right: 0;
}
#primary-nav .sub-menu-columns ul.sub-menu li {
	display: inline-block;
}
#primary-nav .menu .sub-menu .menu-item > a {
	font-size: 16px;
	padding: 10px 15px;
	color: var(--header-submenu-link-color);
	font-weight: 500;
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	background: var(--header-submenu-hover-bg-color);
	color: var(--header-submenu-hover-link-color);
	height: 100%;
}

/** --- sub menu's sub menu --- */
#primary-nav .menu .sub-menu .sub-menu {
	left: 100%;
}

@media screen and (min-width: 1650px) {
	#primary-nav .menu {
		justify-content: end;
		gap: 45px;
	}
}

@media screen and (max-width: 1200px) {
	#primary-nav-wrapper {
		width: 95%;
		margin: 25px auto 0;
	}
	#primary-nav .menu {
		justify-content: space-between;
	}
}

@media screen and (max-width: 950px) {
	#primary-nav-wrapper {
		margin: 0 auto;
	}
}

/** #endregion Primary Navigation */

/** ======================================== *
**    #region Mobile Header Bottom Section
** ======================================== */
#mobile-header-bottom {
	padding: 15px 0 0;
}
#mobile-header-bottom-row {
	align-items: flex-start;
	justify-content: center;
}
#mobile-header-bottom-cell-1,
#mobile-header-bottom-cell-2,
#mobile-header-bottom-cell-3,
#mobile-header-bottom-cell-4 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 100%;
	width: auto;
	padding: 0 15px;
}
#mobile-header-bottom .location-phone a,
#mobile-header-bottom .location-email a,
#mobile-header-bottom .location-phone a,
#mobile-header-bottom .location-email a,
#mobile-header-bottom .mobile-header-button a,
#mobile-header-bottom .menu-bar-container .menu-label {
	font-family: var(--body-font);
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: normal;
	display: block;
}
#mobile-header-bottom .mobile-header-button a:active,
#mobile-header-bottom .mobile-header-button a:hover {
	text-decoration: none;
}
#mobile-header-bottom a.mh-button::before {
	border-radius: 50%;
	content: '\f155';
	font-size: 18px;
	font-weight: 700;
	display: flex;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
#mobile-header-bottom a.phone::before,
#mobile-header-bottom a.email::before,
#mobile-header-bottom a.mh-button::before,
#mobile-header-bottom #mobile-nav .hamburger::before {
	font-family: var(--font-awesome);
	margin-bottom: 0;
}

@media screen and (max-width: 500px) {
	#mobile-header-bottom-container {
		max-width: 100%;
	}
}

/** #endregion Mobile Header-Bottom */

/** ======================================== *
**  #region Mobile Menu
** ======================================== */
:root {
	--mm-icon-color: #fff;
	--mm-icon-hover-color: var(--primary);
	--mm-link-color: #fff;
	--mm-link-hover-color: var(--primary);
	--mm-link-hover-bg-color: var(--accent);
}
#mobile-nav .mobile-menu-container {
	text-align: left;
}
#mobile-nav .sub-menu {
	transition: max-height 200ms ease-out;
}

/** close */
#mobile-nav .top-part {
	min-height: 50px;
	padding: 15px 25px;
}
#mobile-nav .top-part .mob-cancel-button {
	color: var(--mm-icon-color);
	padding-left: 15px;
}

/** links */
#mobile-nav .menu > .menu-item > a {
	color: var(--mm-link-color);
	font-size: 18px;
	font-weight: 600;
}
#mobile-nav .menu > .menu-item:hover {
	background: var(--mm-link-hover-bg-color);
}
#mobile-nav .menu > .menu-item:hover a {
	color: var(--mm-link-hover-color);
}
#mobile-nav .mobile-menu .current-menu-item {
	background: transparent;
}
/* #mobile-nav .mobile-menu .current-menu-item a {
  color: var(--accent);
} */
#mobile-nav .menu .menu-item.display a {
	color: var(--mm-link-hover-color);
}

/** submenu */
#mobile-nav .menu > .menu-item > .sub-menu a {
	color: var(--mm-link-hover-color);
	font-size: 18px !important;
}
#mobile-nav .menu .sub-menu .menu-item {
	padding: 5px 30px;
}
#mobile-nav .menu .menu-item > div > .sub-menu a {
	color: var(--mm-link-hover-color);
	font-size: 16px;
}
#mobile-nav .menu .menu-item.display > div > .sub-menu {
	max-height: 100%;
}

/** toggles */
body #mobile-nav .mob-expand-submenu:before {
	font-family: var(--font-awesome);
	color: var(--mm-icon-color);
}
#mobile-nav .menu-item.display .mob-expand-submenu:before {
	color: var(--mm-icon-color);
}
#mobile-nav .menu .menu-item.display > .mob-expand-submenu:before {
	color: var(--mm-icon-hover-color);
}
#mobile-nav .menu > .menu-item:hover .mob-expand-submenu:before {
	color: var(--mm-icon-hover-color);
}

/** submenu > submenu toggle */
#mobile-nav .menu > .menu-item.menu-item-has-children.display > div.wrap > ul > .menu-item > .mob-expand-submenu::before {
	color: var(--mm-icon-hover-color);
}

/** #endregion Mobile Menu */

/** ======================================== *
**   #region Mobile Nav Menu Multiple Locations
** ======================================== */
.mobile-location .tmf-post-list {
	margin-top: 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.tmf-post.location.mobile-location {
	border: 0;
	min-width: 350px;
	width: auto;
}
.tmf-post.location.mobile-location .location-small-1 {
	border: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.tmf-post.location.mobile-location .location-small-1 .location-address .title {
	font-size: 20px;
}
.tmf-post.location.mobile-location .location-small-container {
	max-width: 570px;
	margin: 0 auto;
	border-right: 1px solid var(--primary);
}
.tmf-post.location.mobile-location.last-post .location-small-container {
	border: none;
}
.tmf-post.location.mobile-location,
.tmf-post.location.mobile-location a {
	color: #000000 !important;
	position: relative;
}
.tmf-post.location.mobile-location .phone-1 i.fa-phone-alt {
	transform: rotate(10deg);
}
.mobile-menu .tmf-post.location.mobile-location .location-small-container {
	max-width: 100%;
}
.tmf-post.location.mobile-location .map-label {
	font-size: 20px;
	top: 20px;
}

@media screen and (max-width: 700px) {
	.mobile-location .tmf-post-list {
		grid-template-columns: 1fr;
	}
	.tmf-post.location.mobile-location {
		border: 0;
		min-width: unset;
		width: auto;
	}
	.mobile-location .tmf-post-list .first-post {
		margin-bottom: 0;
	}
	.mobile-location .tmf-post-list .last-post {
		margin-top: 0;
	}
	.tmf-post.location.mobile-location .location-small-container {
		border-right: none;
	}
}

/** #endregion Mobile Nav Menu Multiple Locations*/

/** #endregion Header Sections */

/** ======================================== *
**      #region Int Title Section
** ======================================== */
#int-title-wrapper {
	background: var(--page-titlebar-bg);
}
#int-title-wrapper .title-arrow {
	display: none;
}
#int-title {
	padding: 85px 25px;
}
#int-title h1#page-title {
	margin-bottom: 0;
}
@media screen and (max-width: 950px) {
	#int-title {
		padding: 65px 25px;
	}
}

@media screen and (max-width: 500px) {
	#int-title {
		padding: 50px 0;
	}
	#int-title-container {
		max-width: 100%;
		padding: 0 25px;
	}
}
/** #endregion Int Title Section */

/** ======================================== *
**      #region Body Sections
** ======================================== */
/** -------------------------
** Home Body Section
** ------------------------- */
#home-body-wrapper {
	padding: 150px 0 100px;
	background: url('../images/intro-section-bg-3x.jpg') no-repeat center top/cover;
}

/** --- cell 1 ---- */
#home-body-cell-1 {
	width: auto;
}
#home-body-cell-1 h2 {
	margin-bottom: 25px;
}
#home-body-cell-1 h3 {
	margin-top: 35px;
}
#home-body p {
	color: #565656;
}
#home-body p em {
	color: var(--primary);
}

#home-body .mobile-form {
	margin-top: 50px;
}

@media screen and (min-width: 1250px) {
	#home-body .mobile-form {
		display: none;
	}
}

@media screen and (max-width: 1050px) {
}

@media screen and (max-width: 500px) {
	#home-body-container {
		max-width: 100%;
	}
}

/** -------------------------
** Page Body Section
** ------------------------- */
#body-wrapper {
	padding: 50px 0;
	background: var(--body-wrapper-bg);
}

/** --- cell 1 ---- */
#body-cell-1 {
	width: auto;
}
#body-cell-1 .editor-content img {
	display: block;
	width: 100%;
	height: auto;
	max-width: fit-content;
}

/** --- cell 2 ---- */
#body-cell-2 {
	position: relative;
	width: 450px;
	margin-left: auto;
}

@media screen and (max-width: 1200px) {
	#body-cell-2 {
		width: 400px;
	}
}

@media screen and (max-width: 1050px) {
	#body-cell-2 {
		width: 100%;
		margin: 0 auto;
		padding-top: 50px;
	}
}

@media screen and (max-width: 700px) {
	#body iframe {
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
	#body-container {
		max-width: 100%;
	}
}

/** -------------------------
** 404 Body Section - for if h1 is set to white the 404 message wont be invisible
** ------------------------- */
.error404 h1 {
	color: #000;
}

/** #endregion Body Sections */

/** ======================================== *
**      #region Homepage Sections
** ======================================== */
/** --------------------------- *
**    #region Billboard
** --------------------------- */
#billboard-wrapper {
	position: relative;
	overflow: hidden;
}
#billboard-container {
	max-width: 100%;
}
#billboard .billboard-content-container {
	align-self: center;
}
#billboard .billboard-content {
	position: relative;
	padding: 25px;
	max-width: 90%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
#billboard .billboard-content p span {
	text-transform: uppercase;
	font-weight: 600;
}
#billboard .billboard-content .stars {
	color: #fac716;
	font-size: 34px;
	margin: 20px auto 0;
	display: block;
	max-width: fit-content;
}
#billboard .hero-content-wrapper {
	position: absolute;
	width: 100%;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	padding: 0;
	gap: 25px;
	max-width: 1600px;
	display: grid;
	grid-template-columns: minmax(max-content, 1fr) 1fr 1fr;
	height: 100%;
}
#billboard .hero-content-wrapper .hero-headshot {
	align-self: flex-end;
}
#billboard .hero-content-wrapper .hero-headshot img {
	display: block;
	width: 100%;
	height: auto;
}

/** if showing form  */
#billboard .billboard-contact-form-container {
	margin: 0 auto;
	position: relative;
	align-self: center;
}
#billboard .billboard-contact-form .tmf-module-5991 {
	display: none;
}

@media screen and (min-width: 1750px) {
	#billboard .billboard-contact-form-container {
		max-width: 1600px;
	}
}
@media screen and (max-width: 1250px) {
	#billboard .billboard-contact-form-container {
		max-width: 95%;
	}
	#billboard .billboard-contact-form-container {
		display: none;
	}
}
@media screen and (max-width: 1050px) {
	#billboard .billboard-contact-form .tmf-module-5991 {
		padding: 45px 35px;
	}
}

@media screen and (min-width: 1750px) {
	#billboard .billboard-content {
		max-width: 1600px;
	}
}

@media screen and (max-width: 1250px) {
	#billboard .billboard-content {
		max-width: 95%;
	}
	#billboard .hero-content-wrapper {
		grid-template-columns: minmax(max-content, 1fr) 1fr;
	}
}

@media screen and (max-width: 950px) {
	#billboard .billboard-content {
		background: transparent;
		padding: 0;
		max-width: 95%;
		margin: 0 auto;
	}
	#billboard h1 {
		text-align: center;
		margin-left: 0;
		color: #fff;
	}
}

@media screen and (max-width: 500px) {
	#billboard .billboard-content {
		max-width: 100%;
	}
}

.billboard-slider-container {
	position: relative;
}
.billboard-slider-container .desktop-view-placeholder {
	padding-top: calc(1511 / 2560 * 100%);
}
#billboard .billboard-slides {
	position: relative;
	height: auto;
}
#billboard .slide {
	width: 100%;
	height: 100%;
}
#billboard .slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#billboard .desktop-view {
	position: relative;
	display: block;
}
#billboard .mobile-view {
	position: relative;
	display: none;
}
#billboard .billboard-slides,
#billboard .slide,
#billboard .slide img {
	max-height: 700px;
	min-height: 650px;
}

@media screen and (min-width: 1750px) {
	#billboard .hero-content-wrapper {
		max-width: 1600px;
	}
}
@media screen and (max-width: 1750px) {
	#billboard .hero-content-wrapper {
		max-width: 90%;
	}
}

@media screen and (max-width: 1250px) {
	#billboard .hero-content-wrapper {
		max-width: 90%;
	}
}

@media screen and (max-width: 950px) {
	#billboard .billboard-slides {
		height: auto;
	}
	#billboard .slide {
		position: static;
	}
	#billboard .slider-enabled .slide {
		position: absolute;
	}
	#billboard .desktop-view {
		display: none;
	}
	#billboard .mobile-view {
		display: block;
	}
	.billboard-slider-container .desktop-view-placeholder {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	#billboard .hero-content-wrapper {
		display: block;
		max-width: 100%;
		height: auto;
	}
	#billboard .hero-content-wrapper .hero-headshot img {
		max-width: 435px;
		margin: 0 auto;
	}
	#billboard .billboard-content-container {
		background: var(--primary);
		transform: inherit;
		padding: 50px 25px;
		width: 100%;
		position: static;
		max-width: 100%;
	}
	#billboard .billboard-slides,
	#billboard .slide,
	#billboard .slide img {
		max-height: 850px;
		min-height: 850px;
	}
}

@media screen and (max-width: 650px) {
	#billboard .billboard-slides,
	#billboard .slide,
	#billboard .slide img {
		max-height: 900px;
		min-height: 900px;
	}
}

/** #endregion Billboard */

/** -------------------------
**  #region Home Practice Areas Section
** ------------------------- */
#home-practice-areas-wrapper {
	padding: 50px 0;
	background: var(--primary);
}

/** --- cell 1 --- */
#home-practice-areas .pa-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows: 1fr;
	gap: 20px 45px;
}
#home-practice-areas .pa-post {
	background: var(--gradient);
	padding: 25px 25px;
	border-radius: 10px;
	text-align: center;
}
#home-practice-areas .pa-post a {
	text-decoration: none;
}
#home-practice-areas .pa-post .title {
	color: var(--primary);
	font-family: var(--heading-font-2);
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#home-practice-areas .pa-post .subtitle {
	color: var(--primary);
	font-family: var(--heading-font-2);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
}

@media screen and (min-width: 1750px) {
	#home-practice-areas .pa-list {
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	}
}

@media screen and (max-width: 850px) {
	#home-practice-areas-wrapper {
		margin-top: -1px;
		padding-top: 0;
	}
}

@media screen and (max-width: 500px) {
	#home-practice-areas-container {
		max-width: 100%;
	}
}

/** #endregion Home Practice Areas Section */

/** -------------------------
** #region Home Associations Section
** ------------------------- */
#associations-wrapper {
	padding: 70px 0 0;
	overflow: hidden;
}

/** --- cell 1 --- */

@media screen and (max-width: 500px) {
	#associations-container {
		max-width: 100%;
	}
}

/** #endregion Home Associations Section */

/** -------------------------
** #region Home Intro Section
** ------------------------- */
#home-intro-wrapper {
	padding: 100px 0;
}

/** --- cell 1 --- */
#home-intro-cell-1 h1 {
	font-size: 60px;
	font-weight: 400;
}
#home-intro-cell-1 h1 span {
	font-size: 80px;
	display: block;
}

/** --- cell 2 --- */
#home-intro-cell-2 .tmf-button {
	margin-top: 25px;
}

@media screen and (max-width: 1050px) {
	#home-intro-wrapper {
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	#home-intro-container {
		max-width: 100%;
	}
}

/** #endregion Home Intro Section */

/** -------------------------
** #region Home Video Section
** ------------------------- */
#home-video-wrapper {
	padding: 100px 0 150px;
	background: url('../images/home-video-library-bg-3x.jpg') no-repeat center/cover;
}

/** --- cell 1 --- */
#home-video h2 {
	text-align: center;
}
#home-video p.intro {
	max-width: 807px;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	color: var(--primary);
}
#home-video .tmf-post-list {
	display: flex;
	gap: 50px;
}
#home-video .tmf-post {
	padding: 0;
	margin: 0;
	border: 0;
	flex: 1;
}
#home-video .tmf-post .img-wrapper {
	position: relative;
}
#home-video .tmf-post .img-wrapper .play-btn {
	width: 59px;
	height: 59px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: var(--icon-sprite);
	background-size: 510px;
	background-position: 0 -112px;
}
#home-video .tmf-post img {
	display: block;
	max-width: 312px;
	width: 100%;
	height: 234px;
	object-fit: cover;
	margin: 0 auto 15px;
	border-radius: 8px;
}
#home-video .tmf-post .title {
	text-align: center;
	font-family: var(--heading-font-2);
	font-size: 18px;
	font-weight: 700;
	color: var(--primary);
}
#home-video .tmf-post .title a {
	text-decoration: none;
}
#home-video .tmf-post .title a:hover {
	color: var(--primary-light);
}
#home-video .tmf-button {
	margin: 50px auto 0;
	max-width: fit-content;
	display: block;
}

@media screen and (max-width: 1250px) {
	#home-video .tmf-post-list {
		gap: 35px;
	}
}

@media screen and (max-width: 1100px) {
	#home-video .tmf-post:last-of-type {
		display: none;
	}
}

@media screen and (max-width: 1050px) {
	#home-video-wrapper {
		padding: 100px 0;
	}
}

@media screen and (max-width: 750px) {
	#home-video .tmf-post-list {
		gap: 35px;
		flex-direction: column;
	}
	#home-video .tmf-post img {
		max-width: 70%;
	}
}

@media screen and (max-width: 500px) {
	#home-video-container {
		max-width: 100%;
	}
	#home-video .tmf-post img {
		max-width: 100%;
	}
}

/** #endregion Home Video Section */

/** -------------------------
** #region Home Contact CTA Section
** ------------------------- */
#home-cta-container {
	max-width: 100%;
}
#home-cta {
	position: relative;
	display: flex;
	justify-content: center;
}
#home-cta-row {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}

/** --- cell 1 --- */
#home-cta-cell-1 {
	height: 105%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}
#home-cta-cell-1 .inner {
	width: 100%;
	height: 105%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding: 0 50px 0 25px;
	background: url('../images/contact-us-section-bg-3x.png') no-repeat;
	background-size: cover;
	background-position: right;
}
#home-cta-cell-1 h2 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 700;
}
#home-cta-cell-1 .subtitle {
	color: #fff;
	font-family: var(--heading-font);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.3;
}

/** --- cell 2 --- */
#home-cta-cell-2 {
	vertical-align: middle;
}
#home-cta-cell-2 .inner {
	padding: 100px 50px 100px 100px;
	width: calc(90% + 25px);
	justify-content: center;
}
#home-cta-cell-2 p {
	color: var(--primary);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	max-width: 400px;
}

@media screen and (min-width: 1750px) {
	#home-cta-container {
		max-width: 1600px;
	}
	#home-cta-cell-1,
	#home-cta-cell-1 .inner {
		height: 110%;
	}
}

@media screen and (min-width: 1450px) and (max-width: 1750px) {
	#home-cta-cell-1,
	#home-cta-cell-1 .inner {
		height: 113%;
	}
}

@media screen and (max-width: 1050px) {
	#home-cta-container {
	}
	#home-cta {
	}
	#home-cta-row {
		display: block;
	}
	#home-cta-cell-1 {
		display: block;
		height: auto;
		clip-path: polygon(100% 80%, 50% 100%, 0% 80%, 0% 0%, 100% 0%);
	}
	#home-cta-cell-1 .inner {
		padding: 100px 25px 125px;
		background: var(--primary);
		text-align: center;
	}
	#home-cta-cell-2 {
		padding-top: 0;
	}
	#home-cta-cell-2 .inner {
		width: 95%;
		margin: 0 auto;
		padding: 100px 25px;
	}
	#home-cta-cell-2 p {
		max-width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	#home-cta-container {
		max-width: 100%;
	}
}

/** #endregion Home Contact CTA Section */

/** -------------------------
** #region Home Blog Section
** ------------------------- */
#home-blog-wrapper {
	padding: 150px 0 100px;
	background: var(--secondary-dark);
}

/** --- cell 1 --- */
#home-blog h2 {
	color: #fff;
	text-align: center;
}
#home-blog p.intro-p {
	text-align: center;
	color: #fff;
	max-width: 850px;
	margin: 0 auto 50px;
	font-style: normal;
}
#home-blog .tmf-post-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
}
#home-blog .tmf-post {
	background: #fff;
	padding: 35px 35px;
	margin: 0;
	border: 0;
	border-radius: 8px;
	text-align: center;
}
#home-blog .tmf-post .title {
	color: var(--primary);
	font-size: 18px;
	font-weight: 700;
	font-family: var(--heading-font-2);
	margin-bottom: 10px;
}
#home-blog .tmf-post .date {
	color: var(--secondary-dark);
	font-weight: 700;
	font-size: 12px;
}
#home-blog .tmf-post .excerpt {
	color: #565656;
	margin-top: 15px;
}
#home-blog .tmf-post .read-more {
	margin-top: 25px;
}
#home-blog .tmf-post .read-more a {
	text-decoration: none;
	color: var(--primary-light);
	font-weight: 700;
}
#home-blog .tmf-post .read-more a:hover {
	text-decoration: underline;
}
#home-blog .tmf-button {
	display: block;
	max-width: fit-content;
	margin: 50px auto 0;
}

@media screen and (max-width: 1100px) {
	#home-blog .tmf-post:last-of-type {
		display: none;
	}
}

@media screen and (max-width: 1050px) {
	#home-blog-wrapper {
		padding: 100px 0;
	}
}

@media screen and (max-width: 500px) {
	#home-blog-container {
		max-width: 100%;
	}
}

/** #endregion Home Blog Section */

/** -------------------------
** #region Home Signup Section
** ------------------------- */
#home-signup-wrapper {
	padding: 100px 0;
	background: url('../images/sign-up-section-bg-3x.jpg') no-repeat center/cover;
}

/** --- cell 1 --- */
#home-signup-cell-1 {
}
#home-signup-cell-1 .inner {
	text-align: right;
}
#home-signup-cell-1 h2 {
}
#home-signup-cell-1 .subtitle {
	color: var(--primary);
	font-size: 18px;
	font-weight: 700;
	font-family: var(--heading-font-2);
	margin-bottom: 15px;
}
#home-signup-cell-1 p {
	color: #565656;
	font-size: 12px;
	font-weight: 700;
	max-width: 450px;
	margin: 0 0 0 auto;
}

/** --- cell 2 --- */
#home-signup .gform_wrapper input {
	max-width: 390px;
	border-color: #bdc1ce;
}

/** form button */
#home-signup .gform_wrapper .tmf-button,
#home-signup .gform_wrapper input[type='submit'] {
	border: none;
	background: var(--gradient);
	color: var(--primary);
	margin-top: 15px;
}
#home-signup .gform_wrapper .tmf-button:hover,
#home-signup .gform_wrapper input[type='submit']:hover {
	color: var(--primary);
	background: var(--gradient);
}

@media screen and (max-width: 1050px) {
	#home-signup-cell-1 .inner {
		text-align: center;
	}
	#home-signup-cell-1 p {
		margin: 0 auto;
	}
	#home-signup-cell-2 {
		padding-top: 25px;
	}
	#home-signup-cell-2 .tmf-module-content {
		max-width: 390px;
		margin: 0 auto;
	}
	#home-signup input[type='text']::placeholder,
	#home-signup input[type='tel']::placeholder,
	#home-signup input[type='email']::placeholder {
		text-align: center;
	}
	#home-signup .gform_wrapper.gravity-theme .gform_footer {
		justify-content: center;
	}
}

@media screen and (max-width: 500px) {
	#home-signup-container {
		max-width: 100%;
	}
}

/** #endregion Home Signup Section */

/** #endregion Homepage Sections*/

/** ======================================== *
**      #region Single Pages
** ======================================== */
/** -------------------------------------- *
**    #region Single Practice Areas Pages
** -------------------------------------- */
.single-practice-area .tmf-post.medium img.thumbnail.mobile {
	display: none;
}
.tmf-post.medium.practice-area .children .title,
.tmf-post.large.practice-area .children .title {
	font-size: 1.5em;
}

.single-practice-area .badge-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px 15px;
}
.single-practice-area .badge-list .badge {
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-practice-area .badge-list .badge img {
}

@media screen and (max-width: 650px) {
	.single-practice-area .badge-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 450px) {
	.single-practice-area .badge-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 450px) {
	.single-practice-area .tmf-post.medium img.thumbnail.mobile {
		display: block;
		float: unset;
		max-width: 100%;
	}
	.single-practice-area .tmf-post.medium img.thumbnail.not-mobile {
		display: none;
	}
}

/** ------------------------------ *
**    #region Int billboard
** ------------------------------- */
#int-billboard-wrapper {
	overflow: hidden;
}
#int-billboard-container {
	max-width: 100%;
}

/** --- cell 1 --- */
#int-billboard-cell-1 {
	vertical-align: middle;
}
#int-billboard-cell-1 .inner {
	padding: 0;
}
#int-billboard .int-billboard-img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 400px;
	max-height: 600px;
	object-fit: cover;
}
#int-billboard .int-billboard-content {
	position: absolute;
	max-width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 25px;
}
#int-billboard .int-billboard-title {
	position: relative;
	background: rgba(21, 38, 76, 0.9);
	border-radius: 0 8px 8px 0;
	padding: 0;
	width: 50%;
	min-width: 670px;
	margin: 0;
}
#int-billboard .int-billboard-title::before {
	content: '';
	display: block;
	height: 100%;
	width: 1000%;
	left: -1000%;
	background: rgba(0, 20, 83, 0.8);
	position: absolute;
	top: 0;
}
#int-billboard h1#page-title {
	display: inline-block;
	margin-bottom: 0;
	padding: 45px 0;
	color: #fff;
	padding-right: 25px;
}
#int-billboard .mobile-view {
	display: none;
}

@media screen and (min-width: 1750px) {
	#int-billboard .int-billboard-content {
		max-width: 1600px;
	}
}

@media screen and (max-width: 1250px) {
	#int-billboard .int-billboard-content {
		max-width: 95%;
	}
}

@media screen and (max-width: 1050px) {
	#int-billboard .int-billboard-content {
		padding: 0 25px;
		max-width: 100%;
		transform: unset;
	}
	#int-billboard .int-billboard-title {
		padding: 0 25px;
	}
	#int-billboard .int-billboard-title::before {
		display: none;
	}
	#int-billboard .int-billboard-img {
		min-height: 250px;
		object-fit: cover;
		object-position: right;
	}
	#int-billboard .int-billboard-content {
		position: static;
		background: var(--page-titlebar-bg);
	}
	#int-billboard .int-billboard-title {
		background: none;
		min-width: unset;
		width: 100%;
	}
	#int-billboard h1#page-title {
		display: block;
		padding-right: 0;
		color: #fff;
	}
}

@media screen and (max-width: 500px) {
	#int-billboard .int-billboard-title {
		width: 100%;
		padding: 0;
	}
}
/** #endregion Int billboard */
/** #endregion Single Practice Areas Pages */

/** -------------------------------------- *
**      #region Single Attorney Page CSS
** -------------------------------------- */
#attorney-bio-wrapper {
	background: var(--at-bio-titlebar-bg);
	height: var(--attorney-bio-titlebar-height);
}
#attorney-bio-container {
	max-width: 100%;
}
#attorney-bio-cell-1,
#attorney-bio-cell-2 {
	vertical-align: top;
}

/** --- cell 1 --- */
#attorney-bio-cell-1 .inner {
	padding-left: 0;
}
#attorney-bio img {
	display: block;
	width: 100%;
	object-fit: cover;
}

/** --- cell 2 --- */
#attorney-bio-cell-2 .inner {
	min-height: var(--attorney-bio-titlebar-height);
	display: flex;
	align-items: center;
	padding-left: 100px;
}
.attorney-bio-info .title-section {
	margin-bottom: 35px;
	display: flex;
	align-items: baseline;
	gap: 20px;
}
.attorney-bio-info h1 {
	margin-bottom: 0;
	min-width: fit-content;
}
.attorney-bio-info .attorney-titles,
.attorney-bio-info .attorney-titles span,
.attorney-bio-info .attorney-titles a {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--heading-font-2);
}
.attorney-bio-info .contact-information {
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
}
.attorney-bio-info .contact-information .fax,
.attorney-bio-info .contact-information a,
.attorney-bio-info .speaking a {
	color: #fff;
	font-weight: 700;
}
.attorney-bio-info .phone,
.attorney-bio-info .vcard,
.attorney-bio-info .resume,
.attorney-bio-info .fax,
.attorney-bio-info .email {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.attorney-bio-info .label {
	font-size: 0;
}
.attorney-bio-info .vcard .value {
	background: transparent;
	height: auto;
	width: auto;
	margin-right: 0;
}
.attorney-bio-info .vcard::before,
.attorney-bio-info .phone-1::before,
.attorney-bio-info .phone-2::before,
.attorney-bio-info .fax::before,
.attorney-bio-info .email::before,
.attorney-bio-info .speaking::before {
	color: #fff;
	font-size: 18px;
	font-family: var(--font-awesome);
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.attorney-bio-info .resume::before {
	content: '\f1c1';
	font-size: 22px;
	margin-right: 5px;
}
.attorney-bio-info .phone-1::before,
.attorney-bio-info .phone-2::before {
	content: '\f879';
	margin-right: 5px;
	transform: rotate(10deg);
}
.attorney-bio-info .fax::before {
	content: '\f1ac';
	margin-right: 5px;
}
.attorney-bio-info .email::before {
	content: '\f0e0';
	margin-right: 5px;
}
.attorney-bio-info .vcard::before {
	content: '\f2bb';
}
.attorney-bio-info .social-icons .label {
	font-size: 17px;
}
.attorney-bio-info .social-icons .icon {
	background: none;
	width: 22px;
	height: 22px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: baseline;
}

/** --- Attorney Easy Tabs --- */
.etabs {
	display: flex;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	flex-wrap: wrap;
	gap: 10px;
}
.tab {
	background: #dbdbdb;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 5px;
	transition: all 0.2s ease-in;
	position: relative;
	flex-grow: 1;
	border-radius: 8px;
}
.tab a {
	color: #565656;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	font-family: var(--heading-font-2);
	display: block;
	padding: 13px 10px;
	outline: none;
	text-decoration: none !important;
	transition: all 0.2s ease-in;
}
.tab:hover,
.tab.active {
	background: var(--primary);
	padding-top: 0;
	position: relative;
	top: 0;
}
.tab a:hover,
.tab a.active {
	color: #fff;
}
.panel-container .tabcontent {
	padding: 20px 0 35px;
}
.panel-container h2.print {
	display: none;
}

.panel-container p {
	line-height: 26px;
	margin-bottom: 15px;
}
.panel-container p:last-child {
	margin-bottom: 0;
}
.panel-container .editor-content ol,
.panel-container .editor-content ul {
	padding-left: 40px;
	margin: 0;
}
.panel-container .editor-content ol ol,
.panel-container .editor-content ul ul {
	padding-left: 40px;
	margin: 10px 0;
}

@media screen and (max-width: 760px) {
	.etabs {
		display: block;
	}

	.tab {
		display: block;
		margin-bottom: 10px;
	}
}
/** --- End Easy Tabs --- */

@media screen and (min-width: 1750px) {
	#attorney-bio-container {
		max-width: 1600px;
	}
	#attorney-bio-cell-1 .inner {
		padding-left: 25px;
	}
}

@media screen and (max-width: 1350px) {
	#attorney-bio-cell-2 .inner {
		padding-left: 50px;
	}
}

@media screen and (max-width: 1200px) {
	#attorney-bio-cell-2 .inner {
		padding-left: 25px;
	}
	.attorney-bio-info .title-section {
		flex-direction: column;
		gap: 5px;
	}
	.attorney-bio-info .contact-information {
		flex-direction: column;
		gap: 15px;
	}
	#attorney-bio-cell-1 {
		width: auto;
		min-width: 400px;
	}
}

@media screen and (max-width: 1150px) {
	#attorney-bio-wrapper {
		height: auto;
	}
	#attorney-bio-cell-2 .inner {
		min-height: var(--attorney-bio-img-height);
	}
}

@media screen and (max-width: 950px) {
	#attorney-bio-row {
		display: flex;
		flex-direction: column;
	}
	#attorney-bio img {
		margin: 35px auto 0;
		max-width: 534px;
		width: 100%;
		height: auto;
	}
	#attorney-bio-cell-1 .inner {
		padding: 0 25px;
	}
	#attorney-bio-cell-2 {
		padding-top: 0;
	}
	#attorney-bio-cell-2 .inner {
		min-height: auto;
	}
	.attorney-bio-info .attorney-page-title .title-section {
		justify-content: center;
		text-align: center;
		align-items: center;
	}
	.attorney-bio-info {
		width: 100%;
		display: block;
		padding: 45px 0 55px;
	}
	.attorney-bio-info .contact-information {
		align-items: center;
		gap: 10px;
	}
	.attorney-bio-info .phone,
	.attorney-bio-info .fax,
	.attorney-bio-info .email {
		margin-right: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 800px) and (max-width: 950px) {
	.attorney-bio-info .contact-information {
		flex-direction: row;
		justify-content: center;
		gap: 35px;
	}
}

@media screen and (max-width: 800px) {
	.attorney-bio-info .contact-information {
		align-items: center;
		flex-direction: column;
		gap: 15px;
	}
}

@media screen and (max-width: 500px) {
	#attorney-bio-container {
		max-width: 100%;
	}
	#attorney-bio img {
		margin: 0 auto;
		max-width: 100%;
	}
	#attorney-bio-cell-1 .inner {
		padding: 0;
	}
}

/** #endregion Single Attorney Page CSS */

/** #endregion Single Pages */

/** ======================================== *
**      #region All Archives
** ======================================== */
/** -------------------------------------- *
**      #region Blog & News archive
** -------------------------------------- */
.tmf-post.news.medium .excerpt img.thumbnail.mobile,
.tmf-post.post.medium .excerpt img.thumbnail.mobile {
	display: none;
}
.social-buttons .facebook-like {
	width: 75px;
}
.social-buttons .facebook-share {
	width: 86px;
}
.post-type-archive-news .social-buttons,
.blog .social-buttons {
	display: none;
}
.post-type-archive-news .tmf-post.post .social-buttons,
.blog .tmf-post.post .social-buttons {
	margin: 0;
}
.post-type-archive-news .tmf-post.news .post-information-container,
.blog .tmf-post.post .post-information-container .category-blog .tmf-post.news .post-information-container,
.category-blog .tmf-post.post .post-information-container {
	margin-top: 10px;
}
.blog .tmf-post.post .post-information-container .date,
.category-blog .tmf-post.news .post-information-container .date,
.category-blog .tmf-post.post .post-information-container .date {
	font-weight: 600;
	color: #565656;
}
.blog .tmf-post.post h2.title {
	font-size: 32px;
	margin-bottom: 0;
}

.blog .tmf-post-list.medium {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px 15px;
}
.blog .tmf-post-list.medium .tmf-post.post.medium {
	margin: 0;
	text-align: center;
	display: block;
	padding: 50px 35px;
}
.blog .tmf-post-list.medium .tmf-post.post.medium .title {
	font-size: 34px;
	margin: 0 0 15px;
	line-height: 1.2;
}
.blog .tmf-post-list.medium .tmf-post.post.medium .post-information-container {
	margin-top: 0;
}
.blog .tmf-post-list.medium .tmf-post.post.medium .excerpt {
	margin-top: 15px;
}
.blog .tmf-post-list.medium .tmf-post.post.medium a.read-more {
	display: none;
}

@media screen and (max-width: 750px) {
	.tmf-post.news.medium .excerpt img.thumbnail.mobile,
	.tmf-post.post.medium .excerpt img.thumbnail.mobile {
		display: block;
	}
	.tmf-post.news.medium img.thumbnail.not-mobile,
	.tmf-post.post.medium img.thumbnail.not-mobile {
		display: none;
	}
}
/** #endregion Blog archive*/

/** ---------------------------------------- *
**      #region Testimonial Archive
** ---------------------------------------- */
.tmf-post.testimonial .testimonial-description {
	float: none;
	font-size: 18px;
	margin-top: 10px;
	font-style: normal;
	font-weight: 600;
}
.tmf-post.testimonial.small .excerpt {
	font-size: 16px;
	line-height: 1.5em;
}
.post-type-archive-testimonial .tmf-post .taxonomy-container {
	margin-top: 0;
}
.post-type-archive-testimonial .tmf-post.testimonial.medium img {
	width: 100%;
	height: auto;
	max-width: fit-content;
}
.post-type-archive-testimonial .tmf-post.medium .excerpt {
	margin-top: 0;
}

/** #endregion Testimonial Archive */

/** -------------------------------------- *
**      #region Practice Area archive
** -------------------------------------- */
.post-type-archive-practice-area p {
	line-height: 1.7em;
	margin-bottom: 15px;
}
.post-type-archive-practice-area .tmf-post.medium img.thumbnail.mobile {
	display: none;
}
.post-type-archive-practice-area .tmf-post .taxonomy-container {
	margin-top: 0;
}
.post-type-archive-practice-area .tmf-module-17011 {
	display: none;
}

@media screen and (max-width: 450px) {
	.post-type-archive-practice-area .tmf-post.medium img.thumbnail.not-mobile {
		display: none;
	}
	.post-type-archive-practice-area .tmf-post.medium img.thumbnail.mobile {
		display: block;
		float: unset;
		max-width: 100%;
	}
}
/** #endregion Practice Area archive */

/** -------------------------------------- *
**      #region Location archive
** -------------------------------------- */
.post-type-archive-location #body #location-cell-1 .inner {
	padding: 0;
}
.post-type-archive-location #body #location-cell-2 .inner {
	padding: 0 25px;
}
.post-type-archive-location .tmf-post.location.medium h2 {
	margin-top: 0;
}

@media screen and (max-width: 1400px) {
	.post-type-archive-location #location-cell-1 {
		display: block;
		width: 100%;
	}
	.post-type-archive-location #location-cell-2 {
		display: block;
		width: 100%;
		margin-top: 35px;
	}
	.post-type-archive-location #body #location-cell-2 .inner {
		padding: 0;
	}
}

@media screen and (max-width: 1050px) {
	.post-type-archive-location .tmf-post #location-row {
		display: table;
	}
	.post-type-archive-location .tmf-post #location-cell-1 {
		display: table-cell;
		width: 50%;
	}
	.post-type-archive-location #location-cell-2 {
		display: table-cell;
		width: 50%;
		margin-top: 0;
		padding-top: 0;
	}
	.post-type-archive-location #body #location-cell-2 .inner {
		padding: 0 25px;
	}
}

@media screen and (max-width: 750px) {
	.post-type-archive-location .tmf-post #location-row {
		display: block;
	}
	.post-type-archive-location #location-cell-1 {
		display: block;
		width: 100%;
	}
	.post-type-archive-location #location-cell-2 {
		display: block;
		width: 100%;
		margin-top: 35px;
	}
	.post-type-archive-location #body #location-cell-2 .inner {
		padding: 0;
	}
}

/** #endregion Location archive*/

/** --------------------------------------- *
**      #region Attorney archive
** --------------------------------------- */
.post-type-archive-attorney .contact-information a {
	color: #333;
}
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles,
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles a {
	font-weight: 600;
	margin: 0 0 5px;
	position: relative;
}
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles {
	overflow: hidden;
}
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::before,
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::after {
	content: '';
	display: inline-block;
	border-top: 2px solid var(--accent);
	vertical-align: middle;
}
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::before {
	margin-left: -100%;
	width: 100%;
	margin-right: 20px;
}
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::after {
	margin-right: -100%;
	width: 100%;
	margin-left: 20px;
}
.post-type-archive-attorney .vcard {
	display: inline-block;
	padding-top: 5px;
	line-height: normal;
	margin-right: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.post-type-archive-attorney .vcard::before {
	content: '\f2bb';
	color: var(--accent);
	font-size: 16px;
	font-family: var(--font-awesome);
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.post-type-archive-attorney .vcard .value {
	background: transparent;
	height: auto;
	width: auto;
	margin-right: 0;
}
.post-type-archive-attorney .tmf-post.attorney.medium h2.title {
	line-height: 1;
}

.page-id-5658 .tmf-post-list.medium,
.page-id-5661 .tmf-post-list.medium,
.post-type-archive-attorney .tmf-post-list.medium {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 30px 15px;
}
.page-id-5658 .tmf-post.medium,
.page-id-5661 .tmf-post.medium,
.post-type-archive-attorney .tmf-post.medium {
	margin: 0;
	text-align: center;
	background: #f4f4f4;
	border-radius: 8px;
}
.page-id-5658 .tmf-post.attorney.medium img.thumbnail,
.page-id-5661 .tmf-post.attorney.medium img.thumbnail,
.post-type-archive-attorney .tmf-post.attorney.medium img.thumbnail {
	float: none;
	margin: 0 auto 15px;
	max-width: 221px;
	max-height: unset;
	width: 100%;
	height: auto;
	display: block;
}
.page-id-5658 .tmf-post.medium h2,
.page-id-5661 .tmf-post.medium h2,
.post-type-archive-attorney .tmf-post.medium h2 {
	font-size: 34px;
	font-weight: 700;
	color: var(--primary);
}
.page-id-5658 .tmf-post.medium h2 a,
.page-id-5661 .tmf-post.medium h2 a,
.post-type-archive-attorney .tmf-post.medium h2 a {
	text-decoration: none;
}
.page-id-5658 .tmf-post.medium h2 a:hover,
.page-id-5661 .tmf-post.medium h2 a:hover,
.post-type-archive-attorney .tmf-post.medium h2 a:hover {
	text-decoration: none;
	color: var(--primary-light);
}
.page-id-5658 .tmf-post.attorney.medium .attorney-titles span,
.page-id-5661 .tmf-post.attorney.medium .attorney-titles span,
.post-type-archive-attorney .tmf-post.attorney.medium .attorney-titles span {
	font-family: var(--heading-font-2);
	color: var(--primary);
	font-size: 20px;
	font-weight: 700;
}
.page-id-5658 .tmf-post.attorney .tmf-taxonomy-list.attorney-titles,
.page-id-5661 .tmf-post.attorney .tmf-taxonomy-list.attorney-titles,
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles {
	overflow: hidden;
}
.page-id-5658 .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::before,
.page-id-5658 .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::after,
.page-id-5661 .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::before,
.page-id-5661 .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::after,
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::before,
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::after {
	content: '';
	display: inline-block;
	border-top: 2px solid var(--accent);
	vertical-align: middle;
}
.page-id-5658 .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::before,
.page-id-5661 .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::before,
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::before {
	margin-left: -100%;
	width: 100%;
	margin-right: 20px;
}
.page-id-5658 .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::after,
.page-id-5661 .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::after,
.post-type-archive-attorney .tmf-post.attorney .tmf-taxonomy-list.attorney-titles::after {
	margin-right: -100%;
	width: 100%;
	margin-left: 20px;
}
.page-id-5658 .tmf-post.attorney.medium a.read-more,
.page-id-5661 .tmf-post.attorney.medium a.read-more,
.post-type-archive-attorney .tmf-post.attorney.medium a.read-more {
	color: var(--primary-light);
	font-size: 16px;
	font-weight: 700;
	font-family: var(--heading-font-2);
	margin-top: 15px;
	text-decoration: none;
}
.page-id-5658 .tmf-post.attorney.medium a.read-more:hover,
.page-id-5661 .tmf-post.attorney.medium a.read-more:hover,
.post-type-archive-attorney .tmf-post.attorney.medium a.read-more:hover {
	text-decoration: underline;
}

@media screen and (max-width: 800px) {
	.post-type-archive-attorney .tmf-post.medium h2 {
		font-size: 38px;
	}
}

@media screen and (max-width: 600px) {
	body.post-type-archive-attorney .tmf-post.medium img.thumbnail {
		float: none;
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: unset;
		margin-right: 0;
	}
	.post-type-archive-attorney .tmf-post.medium.attorney .excerpt {
		margin: 20px 0 25px;
	}
}

/** #endregion Attorney archive*/

/** ---------------------------------------- *
**      #region Attorney Archive: Category Attorney
** ---------------------------------------- */
.term-attorneys .tmf-post.attorney.medium .read-more-button.top {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
	display: none !important;
}
.term-attorneys .tmf-post.attorney.medium .read-more-button.bottom {
	display: block !important;
	float: left;
}
.term-attorneys .tmf-post.attorney {
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.term-attorneys .contact-information a {
	color: #333;
}

/** #endregion Attorney Archive: Category Attorney*/
/** ---------------------------------------- *
**      #region Video Archive
** ---------------------------------------- */
/* video posts shared styles */
#body .tmf-post.video.medium img {
	border-radius: 8px;
}
#body .tmf-post.video.medium .excerpt img.thumbnail.mobile {
	display: none;
}
.post-type-archive-video .tmf-post.video.medium {
	display: flex;
	gap: 25px;
}
.post-type-archive-video .tmf-post.video.medium .img-wrapper {
	position: relative;
	max-width: fit-content;
	max-height: fit-content;
	flex-shrink: 0;
}
.post-type-archive-video .tmf-post.video.medium .img-wrapper .play-btn {
	width: 59px;
	height: 59px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: var(--icon-sprite);
	background-size: 510px;
	background-position: 0 -112px;
}
.post-type-archive-video .tmf-post.video.medium .img-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
}
.post-type-archive-video .tmf-post.video.medium .content {
	align-self: center;
}
.post-type-archive-video .tmf-post.video.medium .content .title {
	margin: 0 0 15px;
}
.post-type-archive-video .tmf-post.video.medium .content .title a {
	text-decoration: none;
}
.post-type-archive-video .tmf-post.video.medium .content .excerpt {
	color: #565656;
}

/* medium video posts styles */
.post-type-archive-video .tmf-post-list:not(.featured) {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 30px 15px;
}
.post-type-archive-video .tmf-post-list:not(.featured) .tmf-post.video.medium {
	flex-direction: column;
}
.post-type-archive-video .tmf-post-list.medium .tmf-post.video.medium {
	margin: 0;
	text-align: center;
	display: block;
	padding: 50px 35px;
}
.post-type-archive-video .tmf-post-list.medium .tmf-post.video.medium .img-wrapper {
	margin: 0 auto 25px;
}
.post-type-archive-video .tmf-post-list.medium .tmf-post.video.medium img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 282px;
	object-fit: cover;
	margin: 0 auto;
}
.post-type-archive-video .tmf-post-list.medium .tmf-post.video.medium .title {
	font-size: 34px;
	margin: 0 0 25px;
	line-height: 1.2;
}
.post-type-archive-video .tmf-post-list.medium .tmf-post.video.medium .watch-video {
	margin-top: 25px;
}
.post-type-archive-video .tmf-post-list.medium .tmf-post.video.medium .watch-video a {
	color: #0a5b82;
	font-family: var(--heading-font-2);
	font-size: 16px;
	font-weight: 700;
}

/* Feauted video posts styles */
.post-type-archive-video .tmf-post-list.featured {
}
.post-type-archive-video .tmf-post.video.featured {
	gap: 35px;
}
.post-type-archive-video .tmf-post.video.featured .img-wrapper {
	width: 35%;
}
.post-type-archive-video .tmf-post.video.featured .img-wrapper img {
	max-width: 421px;
}
.post-type-archive-video .tmf-post.video.featured .subtitle {
	color: #677383;
	font-family: var(--heading-font-2);
	font-size: 18px;
	font-weight: 700;
}
.post-type-archive-video .tmf-post.video.featured .subtitle.mobile-only {
	display: none;
}

@media screen and (max-width: 950px) {
	.post-type-archive-video .tmf-post.video.featured {
		text-align: center;
		display: block;
	}
	.post-type-archive-video .tmf-post.video.featured .img-wrapper {
		width: 100%;
		margin: 0 auto 25px;
	}
	.post-type-archive-video .tmf-post.video.featured .subtitle.mobile-only {
		display: block;
		margin-bottom: 15px;
	}
	.post-type-archive-video .tmf-post.video.featured .content .subtitle {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.post-type-archive-video .tmf-post.video.featured {
		padding: 50px 35px;
	}
	.post-type-archive-video .tmf-post-list.medium .tmf-post.video.medium img {
		max-width: unset;
		max-height: unset;
	}
}

/** #endregion Video Archive */

/** #endregion All Archives*/

/** ======================================== *
**      #region Footer Section
** ======================================== */
#footer-wrapper {
	padding: 100px 0 0;
	background: var(--footer-bg);
	color: #fff;
}

/* --- top-row --- */
#footer .top-row {
	display: flex;
	gap: 200px;
	margin-bottom: 100px;
}
#footer,
#footer p,
#footer a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-family: var(--heading-font-2);
}

/* cell 1 */
#footer .top-row .cell-1 h3 {
	color: #fff;
	margin: 0 0 20px;
}

/* cell 2 */
#footer .top-row .cell-2 .tmf-post.location {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
#footer .top-row .cell-2 .tmf-post.location .value {
	position: relative;
}
#footer .top-row .cell-2 .sublabel {
	display: block;
	color: #606ca9;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	left: 38px;
	top: -13px;
}
#footer .top-row .cell-2 .social-icons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-top: 20px;
}
#footer .business-info .phone-1 .value a,
#footer .business-info .phone-2 .value a,
#footer .business-info .email .value {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
#footer .business-info .phone-1 .value a:hover,
#footer .business-info .phone-2 .value a:hover,
#footer .business-info .email .value:hover {
	color: var(--accent);
}
#footer .tmf-post.small.location .phone-1::before,
#footer .tmf-post.small.location .phone-2::before,
#footer .tmf-post.small.location .email::before {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-family: var(--font-awesome);
	font-size: 16px;
	font-weight: 700;
	margin-right: 5px;
}
#footer .tmf-post.small.location .phone-1::before,
#footer .tmf-post.small.location .phone-2::before {
	content: '';
	transform: unset;
	width: 30px;
	height: 30px;
	background: var(--icon-sprite);
	background-size: 500px;
	background-position: 2px -54px;
}
#footer .tmf-post.small.location .email::before {
	content: '';
	width: 30px;
	height: 30px;
	background: var(--icon-sprite);
	background-size: 500px;
	background-position: -54px -54px;
}

/** Socials */
#footer .social-icons a .label {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
#footer .social-icons a:hover .label {
	text-decoration: underline;
}
#footer .social-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
}
#footer .social-icons .icon {
	background: none;
	width: 22px;
	height: 22px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: baseline;
}
#footer .social-icons .facebook::before,
#footer .social-icons .instagram::before,
#footer .social-icons .linked-in::before,
#footer .social-icons .twitter::before,
#footer .social-icons .youtube::before {
	display: inline-block;
	vertical-align: top;
	font-family: var(--font-brands);
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
#footer .social-icons .facebook::before {
	content: '\f39e';
}
#footer .social-icons .instagram::before {
	content: '\f16d';
}
#footer .social-icons .linked-in::before {
	content: '\f0e1';
}
#footer .social-icons .twitter::before {
	content: '\f099';
}
#footer .social-icons .youtube::before {
	content: '\f167';
}

/* --- bottom-row --- */
#footer .bottom-row {
	margin-bottom: 25px;
}
#footer .bottom-row .cell-1 {
	border: 2px solid #39447c;
	border-radius: 12px;
	padding: 45px 25px;
	position: relative;
	margin: 0 auto;
	max-width: fit-content;
}
#footer .bottom-row .cell-1 > .title {
	font-family: var(--heading-font-2);
	font-size: 24px;
	font-weight: 700;
	max-width: fit-content;
	min-width: max-content;
	padding: 0 15px;
	background: linear-gradient(90deg, #1e2c51, #1b3359);
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}
#footer .bottom-row .footer-slider .tmf-post .location-icon {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 10px;
	background: var(--icon-sprite);
	background-size: 500px;
	background-position: -110px -55px;
}
#footer .bottom-row .footer-slider .tmf-post .title {
	text-align: center;
	line-height: 1.3;
}

@media screen and (max-width: 1450px) {
	#footer .top-row {
		gap: 100px;
	}
}

@media screen and (max-width: 1300px) {
	#footer .top-row {
		gap: 50px;
	}
	#footer .top-row .cell-1 {
		flex-shrink: 0;
	}
}

@media screen and (max-width: 1150px) {
	#footer .top-row {
		gap: 35px;
		flex-direction: column;
	}
}

@media screen and (max-width: 815px) {
	#footer .top-row {
		max-width: fit-content;
		margin: 0 auto 80px;
	}
	#footer .top-row .cell-2 .tmf-post.location {
		grid-template-columns: 1fr;
	}
	#footer .top-row .cell-2 .social-icons {
		grid-template-columns: 1fr;
		margin-top: 25px;
	}
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 500px) {
	#footer-container {
		max-width: 100%;
	}
}

/** #endregion Footer Section */

/** ======================================== *
**      #region Copyright Section
** ======================================== */
#copyright-wrapper {
	overflow: hidden;
}
#copyright-container {
	max-width: 100%;
}
#copyright {
	padding: 50px 0 50px;
}
#copyright p {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
}
#copyright p a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright .divider {
	margin: 0 10px !important;
	color: #fff;
}

/** --- cell 1 --- */
#copyright #copyright-cell-1 {
	vertical-align: middle;
}
#copyright #copyright-cell-1 br:first-of-type {
	display: none;
}
#copyright .tmf-button {
	color: var(--primary);
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 30px;
}

/** --- cell 2 --- */
#copyright #copyright-cell-2 {
	vertical-align: middle;
	text-align: right;
}

@media screen and (max-width: 1300px) {
	#copyright #copyright-cell-1 {
		width: fit-content;
	}
	#copyright #copyright-cell-2 {
		width: auto;
	}
}

@media screen and (max-width: 1050px) {
	#copyright-row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}
	#copyright #copyright-cell-1,
	#copyright #copyright-cell-2 {
		text-align: center;
		padding-top: 0;
	}
}

@media screen and (max-width: 850px) {
	#copyright span.copyright {
		display: block;
		margin-bottom: 10px;
	}
	#copyright span.divider.one,
	#copyright span.divider.three {
		display: none;
	}
	#copyright a.tmf-copy {
		display: block;
		margin-top: 10px;
	}
}

/** #endregion Copyright Section */

/** ======================================== *
**      #region Editor Blocks
** ======================================== */
/** -------------------------------------- *
**      #region Call to Action
** -------------------------------------- */
body #call-to-action {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	background: transparent !important;
	margin: 30px 0;
	padding: 50px 0;
}
body #call-to-action .row {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}
body #call-to-action .col {
	position: relative;
	overflow: visible;
}
body #call-to-action .col:nth-of-type(1) {
	background: url('../images/cta-2-anchor-3x.jpg') no-repeat center/cover;
	min-width: 270px;
	max-width: 317px;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 45px 20px !important;
	border-radius: 8px;
}
body #call-to-action .col:nth-of-type(2) {
	background: var(--secondary);
	padding: 50px 45px;
	text-align: left;
	min-height: 300px;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
	border-radius: 0 8px 8px 0;
}
body #call-to-action .col:nth-of-type(2)::before {
	content: '';
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	left: -200px;
	background: var(--secondary);
	z-index: -1;
	border-radius: 8px 0 0 8px;
}
body #call-to-action .col h3,
body #call-to-action .col h4 {
	color: #fff;
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2em;
	font-family: var(--heading-font-2);
}
body #call-to-action .col p {
	color: var(--primary);
	font-weight: 700;
	font-size: 16px;
}
body #call-to-action .col p a {
	color: var(--primary-light) !important;
}
body #call-to-action .col .tmf-button {
	background: var(--primary-light);
	color: #fff !important;
	margin-top: 15px;
}
body #call-to-action .col .tmf-button:hover {
	background: var(--primary-light);
	color: #fff !important;
}

@media screen and (max-width: 1050px) {
	body #call-to-action {
		margin: 50px 0;
		padding: 0;
	}
}

@media screen and (max-width: 800px), screen and (max-width: 1200px) and (min-width: 1050px) {
	body #call-to-action .row {
		flex-direction: column;
	}
	body #call-to-action .col:nth-of-type(1) {
		height: auto;
		max-width: 100%;
		width: 100%;
		padding: 35px 25px !important;
	}
	body #call-to-action .col:nth-of-type(2) {
		padding: 35px 20px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	body #call-to-action .col:nth-of-type(2)::before {
		display: none;
	}
	body #call-to-action .col .tmf-button {
		display: block;
		max-width: fit-content;
		margin: 25px auto 0;
	}
}

/** #endregion Call to Action */

/** -------------------------------------- *
**      #region Aside
** -------------------------------------- */
aside {
	float: right;
	width: 350px;
	margin: 15px;
	padding: 15px 15px 15px 95px;
	background: transparent;
	position: relative;
}
aside::before {
	content: '';
	display: block;
	width: 87px;
	height: 87px;
	background: url('../images/callout-anchor-3x.png') no-repeat;
	background-size: 87px;
	position: absolute;
	left: 0;
	top: 10px;
}
aside,
.editor-content aside h3,
.editor-content aside h4,
.editor-content aside p {
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #565656;
}
@media screen and (max-width: 700px) {
	aside {
		float: none;
		width: 100%;
		margin: 25px 0px;
	}
}

/** #endregion Aside */

/** --------------------------------------*
**      #region Callout
** --------------------------------------*/
#callout {
	position: relative;
	background: transparent;
	padding: 15px 35px 15px 160px;
	margin: 35px 0;
	min-height: 136px;
	display: flex;
	align-items: center;
}
#callout::before {
	content: '';
	display: inline-block;
	background: url('../images/cta-1-anchor-3x.png') no-repeat;
	background-size: 135px;
	width: 135px;
	height: 136px;
	position: absolute;
	left: 0;
	top: 0;
}
.editor-content #callout p,
#callout h3,
#callout h4 {
	color: #000;
	font-family: var(--heading-font-2);
	font-weight: 700;
	font-size: 24px;
	margin: 0;
	line-height: 1.3;
}
#callout a {
	text-decoration: none;
	color: var(--primary-light);
	font-weight: 700;
}
#callout a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 550px) {
	#callout {
		padding: 15px 35px 15px 110px;
	}
	#callout::before {
		background-size: 90px;
		width: 90px;
		height: 90px;
	}
}

/** #endregion Callout */

/** -------------------------------------- *
**      #region Callout Alt
** -------------------------------------- */
#callout-alt {
	background: var(--secondary);
	border-radius: 8px;
	padding: 35px;
	margin-bottom: 25px;
}
#callout-alt p {
	font-weight: 600;
	font-size: 24px;
	font-family: var(--heading-font-2);
	color: var(--primary);
}
#callout-alt ul {
	padding-left: 25px;
	margin-bottom: 0;
}
#callout-alt ul li {
	margin-bottom: 0;
	color: #565656;
}

/** #endregion  Callout Alt */

/** -------------------------------------- *
**      #region Blockquote
** -------------------------------------- */
blockquote {
	color: var(--primary-light);
	font-family: var(--heading-font);
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.3;
	padding: 0 15px;
	margin: 0 35px 15px;
}
blockquote p {
	line-height: 1.3em !important;
}
blockquote:before,
blockquote:after {
	display: none;
}

/** #endregion Blockquote */
/** #endregion Editor Blocks */

/** ======================================== *
**      #region Modules
** ======================================== */
.tmf-multi-module-area .tmf-module {
	margin-bottom: 50px;
}
.tmf-multi-module-area .tmf-module:last-child {
	margin-bottom: 0;
}

/** --- #region For More information Form - sidebar --- */
body .tmf-module-5991 {
	background: var(--form-bg);
	padding: 50px 35px;
	border-radius: 12px;
	position: relative;
}
body .tmf-module-5991 h3 {
	color: #fff;
	max-width: 600px;
	margin: 0 auto 25px;
}

@media screen and (max-width: 1050px) {
	body .tmf-module-5991 {
		padding: 50px 75px;
	}
	body.home .tmf-module-5991 {
		position: relative;
	}
	body .tmf-module-5991 form {
		max-width: 600px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 700px) {
	body .tmf-module-5991 {
		min-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	body .tmf-module-5991 {
		padding: 50px 35px;
	}
}

/** #endregion For More information Form - sidebar */

/** --- #region Practice Areas - sidebar --- */
.tmf-module-17011 {
	margin-top: 50px;
	border-radius: 8px;
	border: 2px solid #f4f4f4;
	padding: 45px 35px;
}
.tmf-module-17011 .tmf-post {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 35px;
}
.tmf-module-17011 .tmf-post a {
	background: transparent;
	text-decoration: none;
	transition: all 0.15s ease-in;
	display: flex;
	align-items: center;
	gap: 20px;
}
.tmf-module-17011 .tmf-post a .title {
	color: var(--primary);
	font-family: var(--heading-font-2);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
}
.tmf-module-17011 .tmf-post a .title::after {
	content: '';
	display: block;
	background: var(--primary-light);
	width: 100%;
	height: 0;
	transition: height 0.2s ease;
	position: absolute;
	bottom: -5px;
}
.tmf-module-17011 .tmf-post:hover a .title::after {
	height: 2px;
}
.tmf-module-17011 .tmf-post a:hover .title {
	color: var(--primary-light);
}
.tmf-module-17011 .tmf-post a .pa-icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: var(--primary-light);
	background: var(--icon-sprite);
	background-size: 470px;
	flex-shrink: 0;
	transition: 0.2s ease;
}
.tmf-module-17011 .tmf-post:hover a .pa-icon {
	transform: scale(1.15);
}
.tmf-module-17011 .tmf-post-25 a .pa-icon {
	background-position: -154px -124px;
	width: 42px;
	height: 35px;
}
.tmf-module-17011 .tmf-post-24 a .pa-icon {
	background-position: -207px -119px;
	width: 42px;
	height: 39px;
}
.tmf-module-17011 .tmf-post-23 a .pa-icon {
	background-position: -260px -127px;
	width: 42px;
	height: 31px;
}
.tmf-module-17011 .tmf-post-27 a .pa-icon {
	background-position: -308px -124px;
	width: 42px;
	height: 33px;
}
.tmf-module-17011 .tmf-post-231 a .pa-icon {
	background-position: -363px -124px;
	width: 42px;
	height: 33px;
}
.tmf-module-17011 .tmf-post-28 a .pa-icon {
	background-position: -416px -124px;
	width: 42px;
	height: 33px;
}

/** #endregion Practice Areas - sidebar */

/** --- #region Testimonials - sidebar --- */
.tmf-module-17013 {
	margin-top: 50px;
	border-radius: 8px;
	background: var(--primary-light);
	padding: 35px 30px;
	color: #fff;
}
.tmf-module-17013 .inner-border {
	border: 2px solid #599bbb;
	border-radius: 8px;
	padding: 50px 25px;
}
.tmf-module-17013 .tmf-post {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.tmf-module-17013 .tmf-post .name {
	font-family: var(--heading-font-2);
	font-size: 18px;
	font-weight: 700;
}
.tmf-module-17013 .tmf-post .date {
	color: #ccc;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.tmf-module-17013 .tmf-post .description_2 .stars {
	color: #fac716;
	font-size: 28px;
}
.tmf-module-17013 .tmf-post .excerpt {
	text-align: center;
	margin-top: 15px;
}
/** #endregion Testimonials - sidebar */

/** #endregion Modules */

/** ======================================== *
**      #region Buttons
** ======================================== */
/** read more links */
.post-type-archive .tmf-post a.read-more {
	text-decoration: none;
	color: var(--primary-light);
}
.post-type-archive .tmf-post a.read-more:hover {
	text-decoration: underline;
}

/** read more button */
.tmf-post.medium a.read-more-button {
	margin-top: 15px;
}

/** all buttons */
.tmf-button,
input[type='submit'] {
	position: relative;
	display: inline-block;
	padding: 12px 30px;
	color: var(--primary);
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	background: var(--gradient);
	cursor: pointer;
	text-decoration: none !important;
	transition: all 0.15s ease-in;
	border-radius: 28px;
}
.tmf-button:hover,
.tmf-button:active,
input[type='submit']:hover,
input[type='submit']:active {
	text-decoration: none;
	color: var(--primary);
	transform: translateY(-3px);
}

/** form button */
.gform_wrapper .tmf-button,
.gform_wrapper input[type='submit'] {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}
.gform_wrapper .tmf-button:hover,
.gform_wrapper input[type='submit']:hover {
	color: var(--primary);
	background: #fff;
}

/** pagination buttons */
.page-navigation .tmf-button,
.page-navigation .page-numbers {
	background: var(--primary);
	color: #fff;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	line-height: 31px;
	height: auto;
	transition: all 0.15s ease-in;
}
.page-numbers.current,
.page-navigation .page-numbers:hover,
.page-navigation .page-numbers:active,
.page-navigation .last.tmf-button:hover,
.page-navigation .last.tmf-button:active {
	background: var(--accent);
	color: #000;
}
.page-navigation .last.tmf-button {
	vertical-align: top;
	transform: unset;
}
.page-navigation .last.tmf-button::before,
.page-navigation .last.tmf-button::after {
	display: none;
}
.tmf-button.large {
	font-size: 1.1em;
	padding: 7px 25px;
}
.tmf-button.medium {
	font-size: 0.95em;
	padding: 7px 25px;
}
.tmf-button.small {
	font-size: 0.85em;
	padding: 3px 15px;
	margin-top: 15px;
}
.tmf-button.tiny {
	font-size: 0.75em;
	padding: 2px 7px;
}

/** #endregion Buttons */

/** ======================================== *
**      #region Miscellaneous
** ======================================== */
/** ----- Secondary nav ----- */
@media screen and (max-width: 500px) {
	#secondary-nav-wrapper {
		display: none;
	}
}

/** ----- TMF-Core Accordion ----- */
.accordion.tmf-accordions .control {
	cursor: pointer;
	margin: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}
.accordion.tmf-accordions .control:before {
	float: left;
	content: '\25b6';
	font-size: 0.8em;
	margin-right: 0.5em;
	position: relative;
	top: -1px;
}
.accordion.tmf-accordions div.open .control:before {
	content: '\25bc';
	font-size: 0.9em;
}
.accordion.tmf-accordions .control .accordion-title {
	font-size: 22px;
	color: var(--accent);
	margin-bottom: 20px;
}
.accordion.tmf-accordions .content {
	display: none;
	margin-left: 25px;
	padding-bottom: 20px;
}
.accordion.tmf-accordions > div .open-arrow {
	display: none;
	margin-right: 0.4em;
}
.accordion.tmf-accordions > div .closed-arrow {
	display: inline-block;
	margin-right: 0.4em;
}
.accordion.tmf-accordions > div.open .open-arrow {
	display: inline-block;
}
.accordion.tmf-accordions > div.open .closed-arrow {
	display: none;
}

/** ----- Stars ----- */
.stars {
	color: var(--accent);
}

/** ----- table ----- */
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 5px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #9a9a9a;
}
thead tr th {
	font-weight: 500;
	padding: 8px 15px;
	line-height: 1.3;
	border-bottom: 1px solid #9a9a9a;
}
tr td {
	padding: 8px 15px;
	line-height: 1.3;
	vertical-align: middle;
}
thead tr:first-child th:first-child {
	border-top-left-radius: 5px;
}
thead tr:first-child th:last-child {
	border-top-right-radius: 5px;
}
tbody tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}
tbody tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
table th:not(:last-child),
table td:not(:last-child) {
	border-right: 1px solid #9a9a9a;
}
table > thead > tr:not(:last-child) > th,
table > thead > tr:not(:last-child) > td,
table > tbody > tr:not(:last-child) > th,
table > tbody > tr:not(:last-child) > td,
table > tr:not(:last-child) > td,
table > tr:not(:last-child) > th,
table > thead:not(:last-child),
table > tbody:not(:last-child) {
	border-bottom: 1px solid #9a9a9a;
}

/** ----- lightbox ----- */
.tmf-video {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
}
#video-light-box {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	display: none;
}

/** ---- Editor Images ----  */
img.alignleft {
	float: left;
	margin: 7px 15px 7px 0;
}
img.alignright {
	float: right;
	margin: 7px 0 7px 15px;
}

@media screen and (max-width: 450px) {
	img.alignleft,
	img.alignright {
		float: none;
		margin: 15px 0;
	}
}

/** ----- Bx Slider ----- */
.bx-wrapper {
	position: relative;
	margin: 0 auto 40px !important;
	padding: 0;
}
.bx-viewport {
	max-width: 100% !important;
	left: 0 !important;
	overflow: visible !important;
}

/** bxslider controls*/
.bx-wrapper .bx-controls-direction span {
	position: absolute;
	top: 20%;
	outline: 0;
	width: 30px;
	height: 28px;
	font-size: 0;
	color: #c5c5c5;
	z-index: unset;
	cursor: pointer;
}
.bx-wrapper .bx-prev {
	left: -25px;
}
.bx-wrapper .bx-next {
	right: -25px;
}
.bx-wrapper .bx-prev::before,
.bx-wrapper .bx-next::before {
	display: inline-block;
	font-family: var(--font-awesome);
	font-size: 30px;
	font-weight: 600;
	color: var(--accent);
	transition: all 0.25s ease-in-out;
}
.bx-wrapper .bx-prev::before {
	content: '\f060';
}
.bx-wrapper .bx-next::before {
	content: '\f061';
	position: absolute;
	right: 0;
}
.bx-wrapper .bx-prev:hover::before {
	transform: translateX(-5px);
}
.bx-wrapper .bx-next:hover::before {
	transform: translateX(5px);
}

/** pager */
body .bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 25px;
}
.bx-wrapper .bx-pager.bx-default-pager span {
	width: 15px;
	height: 15px;
	background: transparent;
	border: 2px solid var(--accent);
	text-indent: -9999px;
	display: block;
	transition: all 0.15s ease;
	cursor: pointer;
	border-radius: 15px;
	margin: 0 5px;
}
.bx-wrapper .bx-pager.bx-default-pager span:hover,
.bx-wrapper .bx-pager.bx-default-pager span.active {
	background: var(--accent);
	border: 2px solid var(--accent);
}

@media screen and (max-width: 750px) {
	body .bx-wrapper .bx-pager {
		display: block;
	}
	.bx-wrapper .bx-controls-direction {
		display: none;
	}
}

/** #endregion Miscellaneous */

/** ======================================== *
**      #region Inputs & Gravity Forms
** ======================================== */
:root {
	--input-bg: #fcfcfc;
	--input-txt: #767676;
	--input-placeholder: #767676;
	--input-border: #1b224a;
	--form-txt: #fff;
}
input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
input[type='number']::placeholder,
input[type='checkbox']::placeholder,
input[type='radio']::placeholder,
input[type='date']::placeholder,
input[type='time']::placeholder,
input[type='hidden']::placeholder,
input[type='password']::placeholder,
input[type='file']::placeholder,
input[type='range']::placeholder,
input[type='color']::placeholder,
input[type='search']::placeholder,
textarea::placeholder,
select::placeholder {
	color: var(--input-placeholder);
	font-size: 12px !important;
	font-family: var(--body-font);
	font-weight: 700;
}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='url'],
input[type='number'],
input[type='checkbox'],
input[type='radio'],
input[type='date'],
input[type='time'],
input[type='hidden'],
input[type='password'],
input[type='file'],
input[type='range'],
input[type='color'],
input[type='search'],
textarea,
select {
	background: var(--input-bg);
	border: 2px solid var(--input-border);
	border-radius: 5px;
	color: var(--input-txt);
	font-size: 12px !important;
	margin-top: 0 !important;
	margin-bottom: 5px !important;
	max-width: 100%;
	padding: 10px 10px !important;
	line-height: normal !important;
	accent-color: var(--accent);
	font-weight: 700;
}
textarea {
	height: 120px !important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ginput_address_country select,
select.gfield_select {
	--line: #ccc;
	--arrow: gray;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--arrow) 50%), linear-gradient(135deg, var(--arrow) 50%, transparent 50%), linear-gradient(to right, var(--line), var(--line));
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.6em;
	background-repeat: no-repeat;
}
body .ginput_container_multiselect select,
.ginput_address_country select.large {
	background-image: unset;
}
body .gfield_checkbox {
	text-align: left;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
	line-height: 1.3;
}
body .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 10px;
}
.gform_wrapper.gravity-theme legend {
	text-align: left;
}
.gform_legacy_markup_wrapper label.gfield_label {
	color: var(--form-txt);
	font-size: 13px !important;
	font-weight: 400 !important;
	margin-left: 11px;
}
.gform-field-label,
.gfield_label {
	color: var(--form-txt);
}
body .gform_required_legend {
	color: var(--form-txt);
	display: none;
}
body .gform_wrapper.gravity-theme .ginput_counter {
	color: var(--form-txt);
	display: none;
}
body .gfield_description {
	color: var(--form-txt);
}
h2.gsection_title,
h3.gsection_title {
	color: var(--form-txt);
}
/** max character length text */
body .gform_legacy_markup_wrapper .field_description_below .gfield_description {
	padding-top: 10px;
	margin: 0 0 20px;
	padding-right: 0;
	color: var(--form-txt);
}

/* make black icon to white for dark background */
body .gform_wrapper.gravity-theme .gfield_list_icons button,
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img {
	filter: invert(1);
}
input:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
textarea:focus {
	border: 2px solid #cccccc;
}
.gform_legacy_markup_wrapper textarea:focus::placeholder,
.gform_legacy_markup_wrapper input:focus::placeholder {
	color: transparent !important;
}
a:focus-visible,
input:focus-visible,
button:focus-visible,
textarea:focus-visible {
	outline: none;
}
.gform_legacy_markup_wrapper {
	margin: 0 auto !important;
}
.gform_legacy_markup_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0;
	padding: 10px 0 0;
}
.gform_wrapper #gform_1 li {
	padding-right: 0;
}
body .gform_legacy_markup_wrapper ul li.gfield {
	margin-top: 0 !important;
	padding-right: 0 !important;
}
body .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
	margin-top: 0;
	margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gfield-choice-input {
	vertical-align: top;
	margin-top: 3px !important;
}
body .gform_legacy_markup_wrapper .gfield_checkbox li input,
body .gform_legacy_markup_wrapper .gfield_checkbox li input[type='checkbox'] {
	vertical-align: top;
	margin-top: 6px !important;
}
body .gform_legacy_markup_wrapper form {
	max-width: 600px;
}

/** Error Handling */
/** no form exists error message */
.gform_not_found {
	color: #333;
}
body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*='display:none']):not(.ginput_full) {
	padding-right: 0;
}

@media screen and (max-width: 640px) {
	.gform_legacy_markup_wrapper form {
		margin-left: 0 !important;
	}
	body .gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 500px) {
	.gform_legacy_markup_wrapper {
		max-width: 100% !important;
	}
}

/** #endregion Inputs & Gravity Forms */

/** #endregion Home Hero Practice Area Buttons */

.tmf-module-5993 {
	color:#fff;
	font-size:20px;
}

.hero-content-wrapper{
	padding: 50px 0;
	/* background: var(--primary); */
}

/** --- cell 1 --- */
.hero-content-wrapper .pa-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows: 1fr;
	gap: 20px 45px;
}
.hero-content-wrapper .pa-post {
	background: var(--gradient);
	padding: 25px 25px;
	border-radius: 10px;
	text-align: center;
}
.hero-content-wrapper .pa-post a {
	text-decoration: none;
}
.hero-content-wrapper .pa-post .title {
	color: var(--primary);
	font-family: var(--heading-font-2);
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.hero-content-wrapper .pa-post .subtitle {
	color: var(--primary);
	font-family: var(--heading-font-2);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
}

@media screen and (min-width: 1750px) {
	.hero-content-wrapper .pa-list {
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	}
}

@media screen and (max-width: 850px) {
	.hero-content-wrapper{
		margin-top: -1px;
		padding-top: 0;
	}
}

@media screen and (max-width: 500px) {
	.hero-content-wrapper {
		max-width: 100%;
	}
}
/** #endregion Home Hero Practice Area Buttons */
.tmf-module-5993 {
	color:#fff;
	font-size:20px;
}

.hero-content-wrapper{
	padding: 50px 0;
	/* background: var(--primary); */
}

/** --- cell 1 --- */
.hero-content-wrapper .pa-list {
	display: grid;
	margin-top:50px;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-auto-rows: 1fr;
	gap: 5px 5px;
}
.hero-content-wrapper .pa-post {
	background: var(--gradient);
	padding: 15px 15px;
	height:80px;
	border-radius: 10px;
	text-align: center;
}
.hero-content-wrapper .pa-post a {
	text-decoration: none;
}
.hero-content-wrapper .pa-post .title {
	color: var(--primary);
	font-family: var(--heading-font-2);
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.hero-content-wrapper .pa-post .subtitle {
	color: var(--primary);
	font-family: var(--heading-font-2);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
}

@media screen and (min-width: 1750px) {
	.hero-content-wrapper .pa-list {
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	}
}

@media screen and (max-width: 850px) {
	.hero-content-wrapper{
		margin-top: -1px;
		padding-top: 0;
	}
}

@media screen and (max-width: 500px) {
	.hero-content-wrapper {
		max-width: 100%;
	}
}
/* =========================
   HEADER MIDDLE (cleaned)
========================= */
.header-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 0;
    margin-top: -10px;
}

/* =========================
   IMAGE WRAPPER
========================= */
.header-middle .headerimages {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

/* =========================
   BADGES ROW (fixed alignment)
========================= */
.header-middle .header-badges {
    display: flex;
    align-items: center; /* FIX: was flex-end */
    justify-content: center;
    gap: 12px;
}

/* =========================
   LINKS
========================= */
.header-middle .header-badges a {
    display: flex;
    align-items: center;
}

/* =========================
   IMAGES (normalized sizing)
========================= */
.header-middle .header-badges img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 70px; /* normalize alignment */
}

/* individual tuning */
.header-middle .header-badges a:first-child img {
    max-height: 80px;
}

.header-middle .header-badges a:last-child img {
    max-height: 60px;
}

/* =========================
   SPACING TWEAK
========================= */
#header-cell-2 .desktop-view {
    margin-bottom: 5px;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .header-middle {
        min-height: auto;
        margin-top: 0;
    }

    .header-middle .header-badges {
        gap: 8px;
    }

    .header-middle .header-badges img {
        max-height: 55px;
    }

    .header-middle .header-badges a:first-child img {
        max-height: 60px;
    }

    .header-middle .header-badges a:last-child img {
        max-height: 50px;
    }
}