/** ============================================================================ *
**	Structural Styles
** ============================================================================= */
:root {
	/** PRIMARY COLORS */
	--primary: #0a4d56;
	--primary-dark: #05292e;
	/** SECONDARY COLORS */
	--secondary: #e8edeb;
	--secondary-light: #f3f4f3;
	/** ACCENT COLORS */
	--accent: #759688;
	--accent-dark: #5e786d;
	/** FONTS */
	--body-copy-color: #000;
	--heading-font: 'adobe-garamond-pro', serif;
	--heading-font-2: 'address-sans-pro', sans-serif;
	--body-font: 'lato', sans-serif;
	--font-awesome: 'Font Awesome 5 Free';
	--font-brands: 'Font Awesome 5 Brands';
	/** HEADINGS */
	--h1: 600 45px/1.3em var(--heading-font);
	--h2: 700 36px/1.3em var(--heading-font);
	--h3: 700 28px/1.3em var(--heading-font);
	--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: var(--primary);
	--h2-color: var(--primary);
	--h3-color: var(--primary);
	--h4-color: var(--primary);
	--home-h1-color: var(--h1-color);
	--home-h2-color: var(--h2-color);
	--home-h3-color: var(--h3-color);
	--home-h4-color: var(--h4-color);
	/** HEADER */
	--header-bg: var(--primary);
	--int-header-bg: var(--header-bg);
	--sticky-header-bg: var(--header-bg);
	/** NAVIGATION */
	--header-font-family: var(--body-font);
	--header-font-size: 16px;
	--header-font-weight: 700;
	--header-link-color: #fff;
	--upper-header-font-family: var(--header-font-family);
	--upper-header-font-size: var(--header-font-size);
	--upper-header-font-weight: var(--header-font-weight);
	--upper-header-link-color: var(--header-link-color);
	--header-link-hover-color: var(--accent);
	--header-link-hover-color: var(--accent);
	--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-dark);
	--header-submenu-hover-bg-color: var(--accent);
	--header-submenu-link-color: #fff;
	--header-submenu-hover-link-color: #fff;
	--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: 336px;
	--logo-height: 51px;
	--sticky-logo-width: 336px;
	--sticky-logo-height: 51px;
	/** BACKGROUNDS - images or hex color */
	--body-wrapper-bg: transparent;
	--home-body-wrapper-bg: var(--body-wrapper-bg);
	--at-bio-titlebar-bg: var(--secondary-light);
	--attorney-bio-titlebar-height: 442px;
	--attorney-bio-img-height: 442px;
	/*--pa-titlebar-bg: url('../images/') no-repeat center/cover;*/
	--page-titlebar-bg: var(--secondary-light);
	--footer-bg: var(--primary-dark);
	--copyright-bg: var(--primary);
	--form-bg: var(--accent);
	/** BACKGROUNDS - only images */
	--icon-sprite: url('../images/wesblaw-icon-sprite-3x.png') no-repeat;
	/* --pa-icon-sprite: url('../images/') 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: 40px;
	margin: 15px 0;
}
.editor-content ul li {
	margin-bottom: 8px;
}
.editor-content ul li::before {
	content: '\2022';
	color: var(--accent);
	font-weight: 400;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.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);
}*/

/* @media screen and (max-width: 750px) {
  .home h1 {
    font-size: 36px;
  }
  h1 {
    font-size: 36px;
  }
} */

/** -------------------------------- *
**        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;
}

/* @media screen and (max-width: 750px) {
  .home h2 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
} */

/** -------------------------------- *
**       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;
}

/* @media screen and (max-width: 750px) {
  .home h3 {
    font-size: 26px;
  }
  h3 {
    font-size: 26px;
  }
} */

/** -------------------------------- *
**        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;
}

/* @media screen and (max-width: 750px) {
  .home h4 {
    font-size: 22px;
  }
  h4 {
    font-size: 22px;
  }
} */

/** #endregion Typography */

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

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

/* site Specific - Breadcrumbs in its own section */
#breadcrumb-wrapper {
	background: var(--secondary);
	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: 1300px;
}

@media screen and (max-width: 1450px) {
	.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.15s 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: 60px 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 #header-cell-1 {
	width: calc(var(--sticky-logo-width) + 50px);
}
#header-wrapper.sticky .logo {
	max-width: var(--sticky-logo-width);
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/** --- 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;
}

/** --- 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;
}

/** --- 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: 60px 0;
	z-index: 3;
}
.home #header-wrapper {
	background: transparent;
	position: absolute;
	width: 100%;
}

/** --- 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-family: var(--upper-header-font-family);
	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-field.location.phone-1 a::before {
	content: '\f879';
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	transform: rotate(10deg);
	color: var(--accent);
	font-size: 16px;
	font-family: var(--font-awesome);
	font-weight: 600;
}
/* #header .tmf-field.location.email::before {
  content: '\f0e0';
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  color: var(--accent);
  font-size: 16px;
  font-family: var(--font-awesome);
  font-weight: 600;
} */

/** put phone beside navigation on right */
#header-cell-2 .inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-start;
	gap: 35px;
}
#header-cell-2 .desktop-view {
	margin-bottom: 0;
}
#header-wrapper.sticky #header-cell-2 .inner {
	flex-direction: row;
	gap: 35px;
}

@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 (max-width: 950px) {
	.home #header-wrapper {
		background: var(--header-bg);
		position: static;
	}
	#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;
	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;
}
.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;
	/* margin: 0 auto;
  background-position: center bottom; */
	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 10px;
	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);
}

@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: #fff;
	--mm-link-color: #fff;
	--mm-link-hover-color: #fff;
	--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: 70px 25px;
}
#int-title h1#page-title {
	margin-bottom: 0;
}
#int-title h1::after {
	content: '';
	display: block;
	width: 190px;
	height: 3px;
	background: var(--accent);
	margin-top: 20px;
}

@media screen and (max-width: 950px) {
	#int-title {
		padding: 50px 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: 100px 0;
	background: var(--home-body-wrapper-bg);
}

/** --- cell 1 ---- */
#home-body-cell-1 {
	width: auto;
}
#home-body .two-columns {
	display: flex;
}
#home-body .col {
	/* flex: 1; */
}
#home-body .column-1 {
	border-right: 3px solid var(--accent);
	/*text-align: right;*/
	padding: 15px 50px 15px 0;
	width: 45%;
}
#home-body .column-2 {
	padding: 15px 0 15px 50px;
	width: 55%;
}

/* if using mobile form */
#home-body .mobile-form {
	margin-top: 50px;
}

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

@media screen and (max-width: 1050px) {
	#home-body .two-columns {
		display: block;
	}

	#home-body .column-1 {
		border: 0;
		text-align: left;
	}
	#home-body .column-1,
	#home-body .column-2 {
		padding: 0;
		width: 100%;
	}
}

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

/** -------------------------
** Page Body Section
** ------------------------- */
#body-wrapper {
	padding: 0;
	background: var(--body-wrapper-bg);
}
#body-row {
	table-layout: fixed;
}

/** --- cell 1 ---- */
#body-cell-1 {
	width: auto;
}
#body-cell-1 .inner {
	padding: 50px 25px;
}
.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;
}
#body-cell-2::after {
	content: '';
	position: absolute;
	top: 0;
	left: 25px;
	width: calc(100% - 50px);
	height: 100%;
	background: #f3f4f3;
	border-inline: 15px solid #fff;
	z-index: -1;
}
#body-cell-2 .inner {
	padding: 50px 25px;
}

@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: 0;
	}
	#body-cell-2 .inner {
		padding-top: 0;
	}
}

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

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

/** -------------------------
**	 Attorney Body Section
** ------------------------- */

/* If sidebar is on right */
/** --- cell 1 ---- */
/** --- cell 2 ---- */
/* .single-attorney #body-cell-2 .inner {
  margin-top: 120px;
}

@media screen and (max-width: 1050px) {
  .single-attorney #body-cell-2 .inner {
    margin-top: 0;
  }
} */

/** -------------------------
** 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 {
	position: absolute;
	max-width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 67px;
	padding: 0;
}
#billboard .billboard-content {
	position: relative;
	padding: 50px 35px 35px 25px;
	background: rgba(5, 41, 46, 0.9);
	max-width: fit-content;
}
#billboard .billboard-content::before {
	content: '';
	background: rgba(5, 41, 46, 0.9);
	display: block;
	content: '';
	height: 100%;
	width: 1000%;
	position: absolute;
	top: 0;
	left: -1000%;
}
#billboard .subtitle {
	font-family: var(--heading-font-2);
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
}
#billboard .subtitle::after {
	content: '';
	width: 100%;
	height: 3px;
	background: var(--accent);
	display: inline-block;
	vertical-align: middle;
	flex: 1;
}
#billboard h1 {
	margin: 0;
	color: #fff;
	font-size: 100px;
	font-weight: 600;
	line-height: 1;
}

/** if showing form  */
#billboard .billboard-contact-form-container {
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}
#billboard .billboard-contact-form {
	position: absolute;
	bottom: 67px;
	right: 25px;
	max-width: 375px;
	z-index: 1;
}
#billboard .billboard-contact-form .tmf-module-22 {
	display: none;
}

@media screen and (min-width: 1450px) {
	#billboard .billboard-content-container {
		max-width: 1300px;
	}
	#billboard .billboard-contact-form-container {
		max-width: 1300px;
	}
}

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

@media screen and (max-width: 1050px) {
	#billboard .billboard-contact-form .tmf-module-22 {
		padding: 45px 35px;
	}
	#billboard .billboard-contact-form-container {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	#billboard .billboard-content-container {
		background: var(--primary);
		transform: inherit;
		padding: 25px;
		width: 100%;
		position: static;
		max-width: 100%;
	}
	#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 Slides
** ---------------------------*/
.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;
}

@media screen and (min-width: 2400px) {
	#billboard .billboard-slides {
		height: 1000px;
	}
}

/*@media screen and (min-width: 1951px) and (max-width: 2399px) {
	#billboard .billboard-slides {
		height: 950px;
	}
}

@media screen and (min-width: 1700px) and (max-width: 1950px) {
	#billboard .billboard-slides {
		height: 900px;
	}
}

@media screen and (min-width: 1450px) and (max-width: 1699px) {
	#billboard .billboard-slides {
		height: 750px;
	}
}*/

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

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

@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;
	}
	#billboard .billboard-slides,
	#billboard .slide img {
		min-height: unset;
		max-height: 900px;
	}
}

/** #endregion Billboard */

/** -------------------------
**  #region Home Practice Areas Section
** ------------------------- */
#home-practice-areas-wrapper {
	padding: 0 0 100px;
}

/** --- cell 1 --- */
#home-practice-areas .tmf-post-list {
	display: none;
}
#home-practice-areas .tmf-post .pa-img {
	max-width: fit-content;
	margin: 0 auto;
	position: relative;
}
#home-practice-areas .tmf-post .pa-img::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(10, 77, 86, 0.56) 30%, #0a4d56 100%);
	transition: 0.4s ease;
}
#home-practice-areas .tmf-post:hover .pa-img::after {
	height: 100%;
}
#home-practice-areas .tmf-post .pa-img img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.3s ease;
	object-fit: cover;
	object-position: center;
}
#home-practice-areas .tmf-post .pa-img img.pa-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}
#home-practice-areas .tmf-post {
	border-radius: 5px;
	overflow: hidden;
}
#home-practice-areas .tmf-post .content {
	background: var(--accent-dark);
	padding: 15px 25px;
	text-align: center;
}
#home-practice-areas .tmf-post a {
	text-decoration: none;
}
#home-practice-areas .tmf-post .content .title {
	font-family: var(--heading-font-2);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
#home-practice-areas .tmf-post .content .read-more {
	font-family: var(--heading-font-2);
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
#home-practice-areas .tmf-post .content .read-more::after {
	content: '';
	margin-left: 10px;
	width: 8px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	background: var(--icon-sprite);
	background-size: 150px;
	background-position: -24px -16px;
}

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

/** #endregion Home Practice Areas Section */

/** -------------------------
** #region Home Attorney Section
** ------------------------- */
#home-attorney-wrapper {
	padding: 100px 0;
	background: linear-gradient(116deg, #05292e 50.46%, #0a4d56 92.47%);
}

/** --- cell 1 --- */
#home-attorney h2 {
	text-align: center;
	color: #fff;
	margin: 0 0 35px;
}
#home-attorney h2::after {
	content: '';
	background: var(--accent);
	display: block;
	width: 150px;
	height: 3px;
	margin: 25px auto 0;
}
#home-attorney p {
	color: #fff;
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
}
#home-attorney .tmf-post-list {
	display: flex;
	gap: 50px;
	justify-content: center;
	margin-top: 50px;
}
#home-attorney .tmf-post {
	display: flex;
	align-items: center;
	gap: 15px;
}
#home-attorney .tmf-post .img-wrapper {
}
#home-attorney .tmf-post .img-wrapper img {
	display: block;
	border-radius: 50%;
	border: 7px solid transparent;
	transition: border 0.15s ease;
}
#home-attorney .tmf-post:hover .img-wrapper img {
	border-color: #a5bbb2;
}
#home-attorney .content {
}
#home-attorney .content .title a {
	text-transform: uppercase;
	font-family: var(--heading-font-2);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: color 0.15s ease;
}
#home-attorney .tmf-post:hover .content .title a {
	color: #a5bbb2;
}
#home-attorney .content .attorney-titles span {
	font-family: var(--heading-font-2);
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

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

/** #endregion Home Attorney Section */

/** -------------------------
** #region Testimonials Section
** ------------------------- */
#testimonials-wrapper {
	padding: 150px 0;
	background: url('../images/what-our-clients-say-bg-3x.jpg') no-repeat center/cover;
}

/** --- cell 1 --- */
#testimonials h2 {
	margin-bottom: 35px;
}
#testimonials h2::after {
	content: '';
	display: block;
	width: 150px;
	height: 3px;
	background: var(--primary);
	margin-top: 20px;
}
#testimonials .bx-wrapper .bx-controls-direction {
	margin-top: 50px;
	display: flex;
	gap: 30px;
}
#testimonials .bx-wrapper .bx-controls-direction span {
	cursor: pointer;
	position: static;
}
#testimonials .bx-wrapper .bx-prev::before,
#testimonials .bx-wrapper .bx-next::before {
	background: var(--icon-sprite);
	background-size: 150px;
	width: 17px;
	height: 19px;
}
#testimonials .bx-wrapper .bx-prev::before {
	content: '';
	background-position: -48px -7px;
}
#testimonials .bx-wrapper .bx-next::before {
	position: static;
	content: '';
	background-position: -72px -7px;
}
#testimonials .tmf-post .excerpt {
	color: var(--primary);
	margin-top: 0;
}
#testimonials .tmf-post .testimonial-description {
	margin-top: 25px;
	color: var(--primary);
	font-size: 16px;
	font-weight: 700;
}

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

/** #endregion Testimonials Section */

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

/** --- cell 2 --- */
#home-faq h2::after {
	content: '';
	display: block;
	background: var(--accent);
	width: 150px;
	height: 3px;
	margin-top: 15px;
}
#home-faq .tmf-button {
	margin-top: 50px;
}
#home-faq .tmf-post-list {
	margin-top: 50px;
}

@media screen and (max-width: 950px) {
	#home-faq-wrapper {
		padding: 50px 0;
	}
	#home-faq-cell-2 {
		padding-top: 0;
	}
}

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

/** #endregion Home FAQ Section */

/** -------------------------
** #region Home Why Us Section
** ------------------------- */
#home-why-us-wrapper {
	padding: 100px 0;
	background: url('../images/why-choose-us-bg-3x.jpg') no-repeat center/cover;
}

/** --- cell 1 --- */
#home-why-us h2 {
	text-align: center;
	margin: 0 0 35px 0;
	position: relative;
	color: #fff;
}
#home-why-us h2::after {
	content: '';
	display: block;
	width: 184px;
	height: 3px;
	background: var(--accent);
	margin: 10px auto 0;
}
#home-why-us p {
	max-width: 870px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
#home-why-us .why-us-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	margin-top: 60px;
	margin-bottom: 20px;
}
#home-why-us .why-us__item {
	text-align: center;
}
#home-why-us .why-us__icon {
	width: 82px;
	height: 82px;
	/*background: var(--accent);
  border-radius: 50%;*/
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../images/why-choose-icon-placeholder-3x.png') no-repeat;
	background-size: contain;
}
/*#home-why-us .why-us__icon::before {
  content: '';
  display: block;
  width: 46px;
  height: 44px;
  background: url('../images/why-choose-icon-placeholder-3x.png') no-repeat;
  background-size: contain;
}*/

#home-why-us .why-us__desc {
	color: #fff;
	font-size: 16px;
}

@media screen and (max-width: 1050px) {
	#home-why-us .why-us-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 500px) {
	#home-why-us-container {
		max-width: 100%;
	}
	#home-why-us .why-us-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

/** #endregion Home Why Us Section */

/** -------------------------
** #region Home Our Process Section
** ------------------------- */
#home-our-process-wrapper {
	padding: 100px 0;
}

/** --- cell 1 --- */
#home-our-process h2 {
	text-align: center;
	color: var(--primary);
}
#home-our-process h2::after {
	content: '';
	display: block;
	width: 150px;
	height: 3px;
	background: var(--accent);
	margin: 15px auto 0;
}
#home-our-process .step-list {
	display: grid;
	gap: 100px;
	grid-template-columns: 1fr 24px 1fr 24px 1fr;
	text-align: center;
	margin-top: 50px;
}
#home-our-process .step-list .step-icon {
	margin: 0 auto 20px;
	position: relative;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	width: 168px;
	height: 168px;
	background: url('../images/our-process-icon-placeholder-3x.png') no-repeat;
	background-size: contain;
}
#home-our-process .step-list .step-desc {
	color: var(--primary);
	font-family: var(--heading-font-2);
	font-size: 20px;
	font-weight: 700;
	/*max-width: 300px;*/
	margin: 0 auto;
	text-transform: uppercase;
}
#home-our-process .arrow {
	width: 23px;
	height: 27px;
	align-self: center;
	margin-bottom: 70px;
	background: var(--icon-sprite);
	background-size: 250px;
	background-position: -123px -14px;
}
#home-our-process .tmf-button {
	max-width: fit-content;
	display: block;
	margin: 35px auto 0;
}

@media screen and (max-width: 1400px) {
	#home-our-process .step-list {
		gap: 50px;
	}
}

@media screen and (max-width: 1150px) {
	#home-our-process .step-list {
		gap: 25px;
	}
}

@media screen and (max-width: 950px) {
	#home-our-process-wrapper {
		padding: 50px 0;
	}
}

@media screen and (max-width: 900px) {
	#home-our-process .step-list {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	#home-our-process .arrow {
		transform: rotate(90deg);
		margin: 0 auto;
	}
}

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

/** #endregion Home Our Process Section */

/** -------------------------
** #region Home Associations Section
** ------------------------- */
#associations-wrapper {
	padding: 50px 0;
	background: var(--secondary);
}

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

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

/** #endregion Home Associations 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.practice-area .children .tmf-post.practice-area .read-more-button {
  display: none;
} */
.tmf-post.medium.practice-area .children .title,
.tmf-post.large.practice-area .children .title {
	font-size: 1.5em;
}
/* .tmf-post.large.practice-area > .children {
  padding-left: 0;
} */
/* First level child titles */
/* .tmf-post.medium.practice-area > .children .tmf-post.medium.practice-area .title,
.tmf-post.large.practice-area > .children > .tmf-post.medium.practice-area .title {
  font-size: 35px;
} */
/* Second level child titles */
/* .tmf-post.medium.practice-area > .children > .tmf-post.medium.practice-area .children .tmf-post.medium.practice-area .title,
.tmf-post.large.practice-area > .children > .tmf-post.medium.practice-area .children .tmf-post.medium.practice-area .title {
  font-size: 1.5em;
} */
/* Third level child titles (if any) */
/* .tmf-post.medium.practice-area > .children > .tmf-post.medium.practice-area > .children > .tmf-post.medium.practice-area > .children .tmf-post.medium.practice-area .title,
.tmf-post.large.practice-area > .children > .tmf-post.medium.practice-area > .children > .tmf-post.medium.practice-area > .children .tmf-post.medium.practice-area .title {
  font-size: 1.2em;
} */
/* fourth level child titles (if any) */
/* .tmf-post.medium.practice-area
  .children
  .tmf-post.medium.practice-area
  .children
  .tmf-post.medium.practice-area
  .children
  .tmf-post.medium.practice-area
  .children
  .tmf-post.medium.practice-area
  .title,
.tmf-post.large.practice-area
  .children
  .tmf-post.medium.practice-area
  .children
  .tmf-post.medium.practice-area
  .children
  .tmf-post.medium.practice-area
  .children
  .tmf-post.medium.practice-area
  .title {
  font-size: 1.1em;
} */

@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;
	background: var(--pa-titlebar-bg);
}
#int-billboard-container {
	max-width: 100%;
}
#int-billboard-row {
	display: flex;
}
#int-billboard .int-billboard-img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 250px;
	max-height: 500px;
	object-fit: cover;
}
#int-billboard-cell-1,
#int-billboard-cell-2 {
	vertical-align: middle;
}
#int-billboard-cell-1 .inner,
#int-billboard-cell-2 .inner {
	padding: 0;
}

/** --- cell 1 --- */
#int-billboard-cell-1 {
	display: flex;
	align-items: center;
}
#int-billboard-cell-1 .inner {
	width: 100%;
}
#int-billboard .int-billboard-content {
	max-width: 90%;
	margin: 0 0 0 auto;
	padding: 0;
}
#int-billboard .int-billboard-title {
	padding: 0 25px;
}
#int-billboard h1#page-title {
	padding: 45px 0;
}
#int-billboard .mobile-view {
	display: none;
}

/** --- cell 2 --- */
#int-billboard-cell-2 {
	display: flex;
	flex-grow: 1;
	position: relative;
}
#int-billboard-cell-2 .inner {
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 1450px) {
	#int-billboard .int-billboard-content {
		max-width: 100%;
	}
	#int-billboard-cell-1 .inner {
		margin-left: auto;
		max-width: 800px;
	}
}

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

@media screen and (max-width: 1050px) {
	#int-billboard-wrapper {
		background: none;
	}
	#int-billboard .int-billboard-content {
		background: var(--pa-titlebar-bg);
		padding: 35px 25px;
		max-width: 100%;
	}
	#int-billboard-cell-2 {
		display: none;
	}
	#int-billboard h1#page-title {
		padding: 0;
	}
	#int-billboard .mobile-view {
		display: block;
	}
}

@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);
	overflow: hidden;
}
#attorney-bio-container {
	max-width: 100%;
}
#attorney-bio-row {
	display: flex;
}
#attorney-bio-cell-1,
#attorney-bio-cell-2 {
	vertical-align: top;
}

/** --- cell 1 --- */
#attorney-bio-cell-1 .inner {
	min-height: var(--attorney-bio-titlebar-height);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 10%;
}
.attorney-bio-info {
	display: flex;
	gap: 25px;
}
.attorney-bio-info .attorney-page-title {
	border-right: 3px solid var(--accent);
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 50px;
	text-align: right;
	flex-shrink: 0;
}
.attorney-bio-info .title-section {
	margin-bottom: 15px;
}
.attorney-bio-info h1 {
	margin-bottom: 15px;
	/*min-width: fit-content;*/
	font-weight: 600;
}
.attorney-bio-info .attorney-titles,
.attorney-bio-info .attorney-titles span,
.attorney-bio-info .attorney-titles a {
	color: var(--primary-dark);
	font-size: 28px;
	font-weight: 700;
	font-family: var(--heading-font);
}
.attorney-bio-info .attorney-contact-info {
	align-self: center;
}
.attorney-bio-info .contact-information {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.attorney-bio-info .contact-information .fax,
.attorney-bio-info .contact-information a,
.attorney-bio-info .speaking a {
	color: var(--primary-dark);
	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;
	margin: 0;
}
.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 .resume::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: var(--accent);
	font-size: 16px;
	font-family: var(--font-awesome);
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.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;
}

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

@media screen and (min-width: 1450px) {
	#attorney-bio-container {
		max-width: 1300px;
	}
	#attorney-bio-cell-1 .inner {
		margin-left: 0;
	}
	#attorney-bio-cell-2 .inner {
		padding: 0 25px;
	}
}

@media screen and (max-width: 1375px) {
	.attorney-bio-info h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 1275px) {
	.attorney-bio-info {
		display: block;
	}
	.attorney-bio-info .attorney-page-title {
		text-align: left;
		border: 0;
		padding: 0 0 15px 0;
		border-bottom: 3px solid var(--accent);
		margin-bottom: 25px;
	}
	.attorney-bio-info .contact-information {
		gap: 10px;
	}
	.attorney-bio-info h1 {
		margin-bottom: 10px;
	}
}

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

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

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

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

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

/** #endregion Single Attorney Page CSS */

/** #endregion Single Pages */

/** ======================================== *
**      #region All Archives
** ======================================== */
/** -------------------------------------- *
**      #region Representative Case archive
** -------------------------------------- */
.post-type-archive-representative-case .result {
	margin-top: 10px;
	color: var(--accent);
	font-size: 22px;
	font-weight: 700;
}

/** #endregion Representative Case archive archive*/
/** -------------------------------------- *
**      #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.news .post-information-container,
.blog .tmf-post.post .post-information-container {
	margin-top: 10px;
}
.post-type-archive-news .tmf-post.post .social-buttons,
.blog .tmf-post.post .social-buttons {
	margin: 0;
}
.category-blog .tmf-post.news .post-information-container,
.category-blog .tmf-post.post .post-information-container {
	margin-top: 10px;
}
.category-blog .tmf-post.news .post-information-container .date,
.category-blog .tmf-post.post .post-information-container .date {
	font-weight: 700;
}

/** Fix aspect ratio for thumbnail image if needed */
/*.blog .tmf-post.post.medium img.thumbnail.not-mobile {
	object-fit:cover;
	min-height:150px;
}*/

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

@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 Staff archive
** --------------------------------------- */
/* .post-type-archive-staff .contact-information a {
  color: #333;
}
.post-type-archive-staff .tmf-post.staff.medium h2::after {
  display: none;
}
.post-type-archive-staff .tmf-post.staff .tmf-taxonomy-list.attorney-titles {
  font-weight: 500;
}
.tmf-post.attorney.medium .read-more-button.top,
.tmf-post.staff.medium .read-more-button.top {
  display: none !important;
}
.tmf-post.staff.medium .read-more-button.bottom {
  margin-top: 25px;
  display: block;
  float: none;
  max-width: fit-content;
}
.post-type-staff-attorney .contact-information a {
  color: #333;
} */

/** #endregion Staff 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;
}
.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;
}

@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*/

/** #endregion All Archives*/

/** ======================================== *
**      #region Footer Section
** ======================================== */
#footer-wrapper {
	background: var(--footer-bg);
	color: #fff;
}
#footer-container {
	max-width: 100%;
}
#footer-row {
	display: flex;
	flex-wrap: wrap;
}
#footer-cell-1,
#footer-cell-2 {
	display: flex;
	flex-direction: column;
}
#footer-cell-1 .inner,
#footer-cell-2 .inner {
	flex: 1;
	display: flex;
	flex-direction: column;
}

/** --- Cell 1 --- */
#footer-cell-1 .inner {
	padding: 0;
}
#footer-cell-1 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/** --- Cell 2 --- */
#footer-cell-2 {
	vertical-align: middle;
	/*width: 60%;*/
}
#footer-cell-2 .inner {
	padding: 50px 25px 50px 100px;
	width: calc(100% + 25px);
	justify-content: center;
}
#footer h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 20px;
}
#footer .footer-top-row {
	border-top: 3px solid #093f47;
	border-bottom: 3px solid #093f47;
	margin: 30px 0;
	padding: 30px 0;
}
#footer .footer-top-row > div > .tmf-post-list.address {
	display: flex;
	gap: 50px;
	margin-bottom: 35px;
}
#footer .footer-top-row .top-bottom-row {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
#footer .loc-label {
	font-family: var(--heading-font-2);
	font-size: 16px;
	font-weight: 700;
	color: var(--accent);
}

#footer .business-info .contact-links {
	display: flex;
	gap: 35px;
	margin-top: 15px;
}
#footer .footer-bottom-row {
	display: flex;
	gap: 50px;
}
#footer .footer-bottom-row .footer-title {
	font-family: var(--heading-font-2);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

/**/

#footer .footer-top-row .address,
#footer .footer-top-row a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-family: var(--heading-font-2);
}
#footer .footer-top-row a:hover {
	text-decoration: none;
	color: var(--accent);
}
#footer span.address {
	display: flex;
	gap: 5px;
}
#footer .footer-top-row .address,
#footer .footer-top-row .phone-1 .value a,
#footer .footer-top-row .email .value {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}
#footer .footer-top-row .phone-1 .value a:hover,
#footer .footer-top-row .phone-2 .value a:hover,
#footer .footer-top-row .email .value:hover {
	color: var(--accent);
}
#footer .tmf-field.location.email::before,
#footer .tmf-field.location.phone-1 a::before,
#footer .address::before,
#footer .tmf-post.small.location .streetAddress::before,
#footer .tmf-post.small.location .phone-1::before,
#footer .tmf-post.small.location .email::before {
	color: var(--accent);
	display: inline-block;
	vertical-align: top;
	font-family: var(--font-awesome);
	font-size: 16px;
	font-weight: 700;
	margin-right: 5px;
}
#footer span.address::before {
	content: '\f3c5';
}
#footer .tmf-field.location.email::before {
	content: '\f0e0';
	vertical-align: middle;
}
#footer .tmf-field.location.phone-1 a::before {
	content: '\f879';
	transform: rotate(10deg);
	vertical-align: middle;
}
#footer .tmf-field.location.email,
#footer .tmf-field.location.phone-1 a {
	text-decoration: none;
}
#footer .tmf-post.small.location .streetAddress {
	line-height: 22px;
	align-self: center;
}
#footer .tmf-post.small.location .streetAddress::before {
	display: none;
}

/** Socials */
#footer .social-icons a .label {
	/*font-size: 16px;
	font-weight: 500;
	color: #fff;*/
	font-size: 0;
}
#footer .social-icons a:hover .label {
	/*text-decoration: underline;
	color: var(--accent);*/
}
#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: var(--accent);
}
#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';
}

@media screen and (min-width: 1450px) {
	#footer-container {
		max-width: 1300px;
	}
	#footer-cell-1 .inner {
		padding: 0 0 0 25px;
	}
	#footer-cell-2 .inner {
		padding: 50px 25px 50px 80px;
		width: 100%;
	}
}

@media screen and (max-width: 1450px) {
	#footer-cell-2 .inner {
		padding: 50px 25px 50px 80px;
		width: 90%;
	}
}

@media screen and (max-width: 1350px) {
	#footer-cell-2 .inner {
		padding: 50px 25px 50px 50px;
	}
	#footer .footer-top-row > div > .tmf-post-list.address {
		gap: 35px;
	}
	#footer .footer-top-row .top-bottom-row {
		gap: 35px;
	}
}

@media screen and (max-width: 1175px) {
	#footer-cell-1 {
		width: 35%;
	}
	#footer-cell-2 {
		width: 65%;
	}
	#footer-cell-2 .inner {
		width: calc(90% + 25px);
	}
}

@media screen and (max-width: 1250px) {
	/*#footer-cell-2 .inner {
		padding: 50px 25px 50px 50px;
	}*/
}
@media screen and (max-width: 1200px) {
	/*#footer-cell-2 .inner {
		width: calc(95% + 25px);
	}*/
}

@media screen and (max-width: 1050px) {
	#footer-cell-1,
	#footer-cell-2 {
		width: 100%;
	}
	#footer-cell-1 img {
		max-height: 550px;
	}
}

/*@media screen and (max-width: 750px) {
	#footer .business-info .streetAddress .address-2 {
		display: block;
	}
}*/

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

/** #endregion Footer Section */

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

/** --- cell 1 --- */
#copyright #copyright-cell-1 {
	vertical-align: middle;
}
#copyright #copyright-cell-1 br:first-of-type {
	display: none;
}

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

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

@media screen and (max-width: 620px) {
	/* #copyright #copyright-cell-1 br:first-of-type {
    margin-bottom: 5px;
  } */
	#copyright #copyright-cell-1 span.divider.one {
		display: none;
	}
	#copyright #copyright-cell-1 span.copyright {
		margin-bottom: 5px;
		display: block;
	}
}

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

/** #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;
}
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;
}
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;
}
body #call-to-action .col h3,
body #call-to-action .col h4 {
	color: #fff;
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2em;
	font-family: var(--heading-font-2);
	text-transform: uppercase;
}
body #call-to-action .col p {
	color: var(--primary-dark);
	font-weight: 700;
}
body #call-to-action .col p a {
	color: var(--accent) !important;
}
body #call-to-action .col .tmf-button {
	background: var(--accent);
	color: #fff !important;
	margin-top: 15px;
}
body #call-to-action .col .tmf-button:hover {
	background: var(--accent);
	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;
	background: transparent;
	position: relative;
}
aside,
.editor-content aside h3,
.editor-content aside h4,
.editor-content aside p {
	font-family: var(--body-font);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--primary);
}
@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: 138px;
}
#callout::before {
	content: '';
	display: inline-block;
	background: url('../images/int_cta1_logo_3x.png') no-repeat;
	background-size: 138px;
	width: 138px;
	height: 138px;
	position: absolute;
	left: 0;
	top: 0;
}
.editor-content #callout p,
#callout h3,
#callout h4 {
	color: #000;
	font-family: var(--body-font);
	font-weight: 700;
	font-size: 25px;
	margin: 0;
	line-height: 1.3;
}
#callout a {
	text-decoration: none;
	color: var(--accent);
	font-weight: 900;
}
#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 {
	border: 2px solid #dcdcdb;
	padding: 35px;
	margin-bottom: 25px;
}
#callout-alt p {
	font-weight: 600;
}
#callout-alt ul {
	padding-left: 25px;
	margin-bottom: 0;
}
#callout-alt ul li {
	margin-bottom: 0;
}
#callout-alt ul li::before {
	color: #000;
}

/** #endregion  Callout Alt */

/** -------------------------------------- *
**      #region Blockquote
** -------------------------------------- */
blockquote {
	color: var(--accent);
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	line-height: 1em;
	padding: 0 15px;
	margin: 0 35px 15px;
}
blockquote p {
	line-height: 1.3em;
}
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-22 {
	background: var(--form-bg);
	padding: 45px 35px;
	text-align: center;
	position: relative;
	border-radius: 5px;
}
body .tmf-module-22 h3 {
	color: #fff;
	/*max-width: 600px;*/
	margin: 0 auto 25px;
}

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

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

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

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

/** --- #region Practice Areas - sidebar --- */
.tmf-module-339 {
	background: var(--secondary-light);
	margin-top: 85px;
	border-inline: 15px solid #fff;
}
.tmf-module-339 .tmf-post {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.tmf-module-339 .tmf-post a {
	display: block;
	padding: 15px 35px;
	border-radius: 0;
	text-decoration: none;
	transition: all 0.15s ease-in;
	display: flex;
	align-items: center;
	gap: 10px;
}
.tmf-module-339 .tmf-post a:hover {
	background: var(--primary);
}
.tmf-module-339 .tmf-post a .title {
	color: var(--primary);
	font-size: 20px;
	font-weight: 700;
	font-family: var(--heading-font-2);
	text-transform: uppercase;
}
.tmf-module-339 .tmf-post a:hover .title {
	color: #fff;
}
.tmf-module-339 .tmf-post .pa-icon {
	width: 15px;
	height: 17px;
	background: var(--icon-sprite);
	background-size: 150px;
	background-position: -72px -59px;
	flex-shrink: 0;
}
.tmf-module-339 .tmf-post a:hover .pa-icon {
	background-position: -97px -59px;
}
/** #endregion Practice Areas - sidebar */

/** #endregion Modules */

/** ======================================== *
**      #region Buttons
** ======================================== */
/** read more links */
.post-type-archive .tmf-post a.read-more {
	text-decoration: none;
	font-weight: 500;
}
.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;
}
/* .tmf-post.medium a.read-more-button:hover {
  background: var(--accent);
} */

/** all buttons */
.tmf-button,
input[type='submit'] {
	position: relative;
	display: inline-block;
	padding: 12px 35px;
	color: #fff;
	text-align: center;
	font-family: var(--heading-font-2);
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	background: var(--accent-dark);
	cursor: pointer;
	text-decoration: none !important;
	transition: all 0.2s ease-in;
	border-radius: 5px;
}
.tmf-button:hover,
.tmf-button:active,
input[type='submit']:hover,
input[type='submit']:active {
	text-decoration: none;
	color: #fff;
	transform: scale(1.05);
}

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

/** 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: #f0f0f0;
	--input-txt: var(--primary-dark);
	--input-placeholder: #767676;
	--input-border: #628475;
	--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);
	text-align: center;
	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: 12px !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;
	text-align: center;
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0;
	padding: 10px 0 0;
	justify-content: center;
}
.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;
}
/** error field border color */
/* :root {
  --error-color: #790000;
}
body .gform_legacy_markup_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
body .gform_legacy_markup_wrapper li.gfield_error textarea {
  border: 1px solid var(--error-color);
} */
/** error field make width match other fields */
/* body .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  text-align: left;
  line-height: 1.3;
  padding: 10px 0 0;
}
body .gform_legacy_markup_wrapper li.gfield.gfield_error,
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: none;
}
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
body .gform_legacy_markup_wrapper .validation_message {
  color: var(--error-color);
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
}
body .gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  font-size: 15px;
  font-weight: 500;
  color: var(--error-color);
  margin: 0 0 0.9375rem 0;
}
body .gform_legacy_markup_wrapper div.validation_error {
  color: var(--error-color);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  border: none;
  padding: 0;
  clear: both;
  width: 100%;
  text-align: left;
} */
/* body .gform_required_legend {
  color: #fff;
} */
/* body .gform_wrapper.gravity-theme .gfield_required.gfield_required_asterisk,
.gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
} */

/* @media screen and (max-width: 1050px) {
	body .gform_legacy_markup_wrapper .gchoice .gfield-choice-input {
		vertical-align: middle !important;
	}
} */
/* body .gform_legacy_markup_wrapper .gfield_required {
  color: #fff;
}
body .gform_legacy_markup_wrapper .gfield_error .gfield_label {
  color: var(--error-color);
} */

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 */
