/* ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/
:root {
	/* PRIMARY COLORS */
	--primary-color: #005485;
	/* --alt-primary-color-light: #3b3d3d; */
	--alt-primary-color-dark: #003b59;
	/* ACCENT COLORS */
	--accent-color: #990b0b;
	/* SECONDARY COLORS */
	--secondary-color: #ccd3d9;
	--alt-secondary-color-light: #f2f2f2;
	--alt-secondary-color-dark: #e3e6e8;
	/* FONTS */
	--heading-font: 'Equity A';
	--body-font: 'Roboto', sans-serif;
	/* FONT AWESOME */
	--font-awesome-5: 'Font Awesome 5 Free';
	--font-brands: 'Font Awesome 5 Brands';
}
body {
	color: #000;
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
}
a {
	color: var(--accent-color);
}

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
	color: #fff;
	font-size: 48px;
	font-family: var(--heading-font);
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
}
body:not(.home) h1,
body:not(.home) h1#page-title,
body:not(.home) .editor-content h1 {
	color: #000;
	font-size: 36px;
	font-family: var(--heading-font);
	font-weight: 400;
}

@media screen and (max-width: 950px) {
	h1,
	h1#page-title,
	.editor-content h1 {
		font-size: 34px;
	}
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
	color: #000;
	font-size: 36px;
	font-family: var(--heading-font);
	font-weight: 400;
	line-height: normal;
	margin: 20px 0 10px 0;
}
h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
	color: var(--primary-color);
}
body:not(.home) h2,
body:not(.home) .tmf-post > h2,
body:not(.home) .editor-content h2 {
	color: #000;
	font-size: 30px;
	font-family: var(--heading-font);
	font-weight: 400;
}

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
	color: #000;
	font-size: 36px;
	font-family: var(--heading-font);
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
}
h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a {
	color: var(--accent-color);
	text-decoration: none;
}
h3 a:hover,
.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {
	text-decoration: underline;
}
body:not(.home) h3,
body:not(.home) .tmf-post > h3,
body:not(.home) h3.tmf-module-title {
	color: #000;
	font-size: 24px;
	font-family: var(--body-font);
	font-weight: 500;
}

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
	color: #000;
	font-size: 36px;
	font-family: var(--heading-font);
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
}
h4 a,
.tmf-post > h4 a {
	color: var(--accent-color);
	text-decoration: none;
}
h4 a:hover,
.tmf-post > h4 a:hover {
	text-decoration: underline;
}
body:not(.home) h4,
body:not(.home) .tmf-post > h4 {
	color: #000;
	font-size: 20px;
	font-family: var(--body-font);
	font-weight: 500;
}

/* ======================================== *
        Header 5
 * ======================================== */
h5 {
	color: #000;
	font-size: 30px;
	font-family: var(--heading-font);
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
}
h5 a {
	color: var(--accent-color);
	text-decoration: none;
}
h5 a:hover {
	text-decoration: underline;
}
body:not(.home) h5 {
	color: #000;
	font-size: 18px;
	font-family: var(--body-font);
	font-weight: 500;
}

/* ======================================== *
        Header 6
 * ======================================== */
h6 {
	color: #000;
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 15px;
}
h6 a {
	color: var(--accent-color);
	text-decoration: none;
}
h6 a:hover {
	text-decoration: underline;
}
body:not(.home) h6 {
	color: #000;
	font-size: 18px;
	font-family: var(--body-font);
	font-weight: 500;
}

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

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

/* ======================================== *
        Call to Action
 * ======================================== */
body #call-to-action {
	position: relative;
	display: flex;
	align-items: center;
	background: transparent !important;
	margin: 50px 0;
	padding: 0;
}
body #call-to-action .row {
	display: table;
	width: 100%;
	position: relative;
}
body #call-to-action .col {
	display: table-cell;
	vertical-align: middle;
}
body #call-to-action .col:nth-child(1) {
	background: var(--primary-color);
	padding: 60px 50px !important;
	position: absolute;
	max-width: 30%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
}
body #call-to-action .col:nth-child(2) {
	background: var(--alt-secondary-color-dark);
	width: 80%;
	margin: 0 0 0 auto;
	padding: 80px 50px 80px 23%;
	text-align: left;
	border-radius: 5px;
}
body #call-to-action .col h3 {
	color: #fff;
	text-align: center;
	margin: 0;
	font-weight: 500;
	font-size: 24px;
}
body #call-to-action .col p {
	color: #000;
}
body #call-to-action .col .tmf-button {
	color: #fff !important;
}

@media screen and (max-width: 1700px) {
	body #call-to-action .col:nth-child(1) {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	body #call-to-action .col:nth-child(2) {
		padding: 80px 50px 80px 24%;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

@media screen and (max-width: 1450px) {
	body #call-to-action .col:nth-child(2) {
		padding: 80px 50px 80px 27%;
	}
}

@media screen and (max-width: 1200px) {
	body #call-to-action .row {
		display: block;
	}
	body #call-to-action .col {
		display: block;
		width: 100%;
	}
	body #call-to-action .col:nth-child(1) {
		/* clip-path: none; */
		position: static;
		max-width: 100%;
		transform: none;
	}
	body #call-to-action .col:nth-child(2) {
		padding: 80px 50px;
		width: 100%;
	}
}
@media screen and (max-width: 1050px) {
	body #call-to-action .row {
		display: table;
	}
	body #call-to-action .col {
		display: table-cell;
	}
	body #call-to-action .col:nth-child(1) {
		/* clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%); */
		position: absolute;
		max-width: 30%;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 5px;
	}
	body #call-to-action .col:nth-child(2) {
		width: 80%;
		margin: 0 0 0 auto;
		padding: 80px 50px 80px 25%;
		border-radius: 5px;
	}
}
@media screen and (max-width: 900px) {
	body #call-to-action .row {
		display: block;
	}
	body #call-to-action .col {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	body #call-to-action .col:nth-child(1) {
		position: static;
		max-width: 100%;
		transform: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	body #call-to-action .col:nth-child(2) {
		padding: 80px 50px;
		width: 100%;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

/* ======================================== *
        Aside
 * ======================================== */
aside {
	float: right;
	box-sizing: border-box;
	/* width: 350px; */
	width: 450px;
	margin: 10px 15px;
	padding: 30px 0 30px 100px;
	background: transparent;
	border: 0;
	color: var(--accent-color);
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 500;
	position: relative;
}
aside.right {
	float: right;
}
aside.left {
	float: left;
}
aside::before {
	content: '';
	display: inline-block;
	background: url('../images/callout_graphic_3x.png') no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: -1;
}
.editor-content aside p {
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: var(--accent-color);
}
@media screen and (max-width: 700px) {
	aside {
		float: none;
		width: 100%;
		margin: 25px 0px;
	}
}

/* ======================================== *
        Callout
 * ======================================== */
#callout {
	position: relative;
	box-sizing: border-box;
	background: transparent;
	padding: 35px 50px 35px 100px;
	margin: 35px 0;
}
#callout::before {
	content: '';
	display: inline-block;
	background: url('../images/CTA_graphic_3x.png') no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	max-height: 200px;
	position: absolute;
	left: 0;
	top: 10px;
}
#callout h3,
#callout h4 {
	font-family: var(--body-font);
	font-weight: 500;
	font-size: 18px;
	margin: 0;
}
#callout p {
	font-family: var(--body-font);
	font-weight: 400;
	font-size: 16px;
	/* margin: 0; */
}
#callout a {
	text-decoration: none;
	color: var(--accent-color);
	font-weight: 500;
}
#callout a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 700px) {
	#callout {
		background-size: cover;
	}
}

/* ======================================== *
        Sticky Header
 * ======================================== */
body #header-wrapper.sticky {
	transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	top: 0px;
	left: 0;
	position: fixed !important;
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
	background: var(--primary-color);
	border-bottom: none;
	min-height: auto;
	width: 100%;
	z-index: 2;
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	padding: 10px 0;
}
/* Handles sticky when admin Bar is showing */
body #header-wrapper.sticky.sticky_animate {
	top: 0;
}
body.admin-bar #header-wrapper.sticky.sticky_animate {
	top: 32px;
}

/* ----- both cells ----- */
body #header-wrapper.sticky #header #header-cell-1,
body #header-wrapper.sticky #header #header-cell-2 {
	vertical-align: middle;
}

/* ----- cell 1 ------ */
/* hides normal logo on sticky */
body #header-wrapper.sticky #header .logo {
	display: none;
}
body #header-wrapper.sticky #header .sticky-logo {
	max-width: 275px;
	height: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
body #header-wrapper.sticky #header .sticky-logo-view {
	align-items: center;
	display: flex;
	width: 100%;
}
body #header-wrapper.sticky #header #header-cell-1 {
	/* width: 140px; */
}

/* ----- cell 2 ----- */
body #header-wrapper.sticky #header-cell-2 {
	width: 100%;
	display: block;
}
body #header-wrapper.sticky #header-cell-2 .inner {
	/* display: table; */
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 45px;
	height: 56px;
}
body #header-wrapper.sticky .desktop-view {
	display: none;
}
body #header-wrapper.sticky #header-cell-2 .inner .sticky-view {
	display: block;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

/* sticky menu */
/* body #header-wrapper.sticky #header .sticky-logo-view #primary-nav-wrapper {
  flex-grow: 1;
} */
body #header-wrapper.sticky #header #primary-nav-wrapper {
	margin-top: 0;
	flex-grow: 1;
}
body #header-wrapper.sticky #header-cell-2 #primary-nav-container {
	max-width: 100%;
}
body #header-wrapper.sticky #primary-nav .menu {
	justify-content: space-between;
}
body #header-wrapper.sticky #primary-nav .menu > .menu-item > a {
	color: #fff;
	font-family: var(--body-font);
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.15s ease;
	padding: 5px 0;
	/* margin-bottom: 7px; */
	position: relative;
	height: auto;
}
body #header-wrapper.sticky #primary-nav .menu li a:hover {
	/* color: var(--accent-color); */
}
#header-wrapper.sticky #primary-nav .menu > .menu-item.home-icon a::before {
	color: #fff;
}
#header-wrapper.sticky #primary-nav .menu > .menu-item.home-icon a:hover::before {
	color: var(--accent-color);
}
#header-wrapper.sticky #header-cell-2 .sticky-view .phone-1 a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}
#header-wrapper.sticky #header-cell-2 .sticky-view .phone-1 a:hover {
	text-decoration: underline;
}
#header-wrapper.sticky #header-cell-2 .sticky-view .phone-1 a::before {
	content: '';
	background: url('../images/injurylawdecatur-Icon-Sprite_3x.png') no-repeat;
	background-size: 330px;
	background-position: -29px 0;
	vertical-align: middle;
	margin-right: 7px;
	width: 18px;
	height: 18px;
	display: inline-block;
}

/* sticky sub-menu */
body #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);
}
body #header-wrapper.sticky #primary-nav .menu > li.left-edge > div > ul {
	left: inherit;
	right: 0;
}
body #header-wrapper.sticky #primary-nav .menu .sub-menu .menu-item {
	background: var(--accent-color);
}
body #header-wrapper.sticky #primary-nav .menu .sub-menu .menu-item > a {
	font-size: 16px;
	padding: 10px 15px;
	color: #fff;
	font-weight: 500;
	transition: all 0.25s ease;
}
body #header-wrapper.sticky #primary-nav .menu .sub-menu .menu-item:hover > a {
	background-color: var(--accent-color);
	color: #fff;
}
body #header-wrapper.sticky #primary-nav .menu .sub-menu .menu-item {
	background: var(--alt-primary-color-dark);
}

@media screen and (max-width: 1250px) {
	body #header-wrapper.sticky #header .sticky-logo-view {
		display: none;
	}
}

/* ======================================== *
      Header Section
* ======================================== */
#header-wrapper {
	background: var(--alt-secondary-color-light);
	padding: 15px 0;
}
.home #header-wrapper {
	background: transparent;
	position: absolute;
	width: 100%;
	z-index: 2;
}
#header-container {
	max-width: 90%;
}

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

/* cell 1 */
#header .logo {
	max-width: 330px;
	width: 100%;
	height: auto;
}
#header .sticky-logo-view {
	display: none;
}
#header-cell-1 {
	vertical-align: bottom;
}
#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: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

/* cell 2 */
#header-cell-2 .inner {
	padding-left: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 45px;
}
/* #header-cell-2 .desktop-view {
  display: flex;
  justify-content: end;
} */
#header .sticky-view {
	display: none;
}
#header-cell-2 .desktop-view a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
#header .header-top a:hover {
	text-decoration: underline;
}
#header .header-top .phone-1 a,
#header .header-top .email a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
#header .header-top .phone-1 a::before,
#header .header-top .email::before {
	margin-right: 7px;
	width: 18px;
	height: 18px;
	color: var(--alt-accent-color-light);
	font-size: 18px;
	font-family: var(--font-awesome-5);
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
}
#header .header-top .email::before {
	content: '\f0e0';
}
/* #header .sticky-view .phone-1 a,
#header .mobile-view .phone-1 a,
#header .desktop-view .phone-1 a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
} */
#header .sticky-view .phone-1 a::before,
#header .mobile-view .phone-1 a::before,
#header .desktop-view .phone-1 a::before {
	content: '\f879';
	vertical-align: middle;
	margin-right: 7px;
	transform: rotate(10deg);
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 18px;
	font-family: var(--font-awesome-5);
	font-weight: 600;
	display: inline-block;
}

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

@media screen and (max-width: 950px) {
	.home #header-wrapper {
		background: var(--alt-primary-color-dark);
		position: static;
	}
	.home .header-billboard-wrap .header-wrap {
		position: relative;
	}
	#header-cell-1 .inner {
		padding-right: 25px;
	}
	#header .main-logo {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	#header-cell-2 {
		position: unset;
	}
	#header-container {
		max-width: 100%;
	}
	#header-cell-1 .mobile-view {
		display: none;
	}
}

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

/* ======================================== *
      Primary Navigation
* ======================================== */
#primary-nav-wrapper {
	font-family: var(--body-font);
	font-weight: 700;
	font-size: 16px;
}
#primary-nav-container {
	max-width: 100% !important;
	margin: 0 auto;
}
#primary-nav .menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 45px;
}
#primary-nav .menu > .menu-item > a {
	color: #000;
	font-family: var(--body-font);
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	padding: 5px 0;
	text-decoration: none;
	position: relative;
	height: auto;
	transition: 0.2s ease;
}
.home #primary-nav .menu > .menu-item > a {
	color: #fff;
	font-family: var(--body-font);
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	padding: 5px 0;
	text-decoration: none;
}

/* -- Menu Item Hover animation -- */
#primary-nav .menu > .menu-item > a:hover {
	/* color: #fff; */
}
#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;
	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-color: var(--accent-color);
	width: 80%;
	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: #000;
	font-size: 20px;
	font-family: var(--font-awesome-5);
	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;
}
.home #primary-nav .menu > .menu-item.home-icon a::before {
	/* color: var(--accent-color); */
	color: #fff;
}
.home #primary-nav .menu > .menu-item.home-icon a::before:hover {
	color: var(--accent-color);
}
#primary-nav .menu > .menu-item.home-icon a:hover::before {
	color: var(--accent-color);
}
#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: 200px;
	background: var(--primary-color);
}
#primary-nav .menu > li.left-edge > div > ul {
	left: inherit;
	right: 0;
}
#primary-nav .menu .sub-menu .menu-item {
	background: var(--alt-primary-color-dark);
}
#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: #fff;
	font-weight: 600;
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	background-color: var(--accent-color);
	color: #fff;
	height: 100%;
	box-sizing: border-box;
}

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

/* ======================================== *
      Mobile Header Bottom Section
* ======================================== */
#mobile-header-bottom a.mh-button::before {
	background: #ffffff;
	border-radius: 50%;
	box-sizing: border-box;
	content: '\f155';
	color: #000000;
	font-size: 18px;
	font-family: var(--font-awesome-5);
	font-weight: 700;
	display: flex;
	width: 45px;
	height: 45px;
	margin: 0 auto 10px;
	align-items: center;
	justify-content: center;
}
#mobile-header-bottom {
	padding: 15px 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;
}
body:not(.home) #mobile-header-bottom .location-phone a,
body:not(.home) #mobile-header-bottom .location-email a,
body:not(.home) #mobile-header-bottom .mobile-header-button a,
body:not(.home) #mobile-header-bottom .menu-bar-container .menu-label {
	color: #000 !important;
}
#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-row {
	display: flex;
	width: 100%;
	position: relative;
	align-items: flex-start;
	justify-content: center;
}

/* ======================================== *
  Mobile Menu
* ======================================== */
#mobile-nav-wrapper {
	text-align: left;
}
#mobile-nav {
	padding: 0px 20px;
}
.hamburger-container {
	max-width: none;
	margin-bottom: 0;
}
#mobile-nav .menu-bar {
	width: 35px;
}
#mobile-nav a {
	color: #fff;
	font-size: 18px !important;
}
#mobile-nav .menu > .menu-item > a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
#mobile-nav .menu .menu-item.display {
	background: var(--accent-color);
}
#mobile-nav .top-part .mob-cancel-button {
	color: #fff;
}
#mobile-nav .menu .sub-menu .menu-item {
	padding: 5px 30px;
}
#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
	background: var(--accent-color);
}
#mobile-nav .mobile-menu .current-menu-item {
	background: transparent;
}

/* ======================================== *
      Mobile Nav Menu Multiple Locations
* ======================================== */
.mobile-location .tmf-post-list {
	display: flex;
	flex-wrap: nowrap;
}
.tmf-post.location.mobile-location .location-small-1 {
	border: 0;
}
.tmf-post.location.mobile-location .location-small-container {
	max-width: 570px;
	margin: 0 auto;
	border-right: 1px solid var(--primary-color);
}
.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%;
}

@media screen and (max-width: 600px) {
	.mobile-location .tmf-post-list {
		flex-wrap: wrap;
	}
	.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;
	}
}

/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {
	position: relative;
	overflow: hidden;
}
#billboard-container {
	max-width: 100%;
}
#billboard .billboard-content-container {
	box-sizing: border-box;
	padding: 0;
	position: absolute;
	top: 33%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 40%;
}
#billboard .billboard-content {
	box-sizing: border-box;
	position: relative;
	padding: 0;
	overflow: hidden;
}
#billboard h1 {
	text-align: center;
	margin: 0;
}
#billboard h1 span {
	font-style: italic;
	font-weight: 700;
}

@media screen and (max-width: 1370px) {
	#billboard .billboard-content-container {
		width: 50%;
	}
}

@media screen and (max-width: 1250px) {
	#billboard .billboard-content-container {
		width: 60%;
		top: 36%;
	}
}

@media screen and (max-width: 950px) {
	#billboard .billboard-content-container {
		/* background: var(--primary-color); */
		/* background: url("../images/prac-area_title_bg_3x.jpg") no-repeat
      center/cover; */
		/* transform: inherit; */
		padding: 45px 25px;
		width: 100%;
		/* position: relative;
    left: unset;
    bottom: unset; */
	}
	#billboard .billboard-content {
		max-width: 60%;
		margin: 0 auto;
	}
	#billboard h1 {
		/* color: #000; */
	}
}

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

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

@media screen and (max-width: 500px) {
	#billboard .billboard-content .tmf-module-content {
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: space-between;
	}
}

/*---------------------------
*   Billboard Slider
*---------------------------*/
#billboard .billboard-slides {
	position: relative;
	height: 650px;
}
#billboard .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#billboard .slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#billboard .mobile-view {
	position: relative;
	display: none;
}

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

@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: 950px) {
	#billboard .billboard-slides {
		height: 600px;
	}
	#billboard .desktop-view {
		display: none;
	}
	#billboard .mobile-view {
		display: block;
	}
}

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

@media screen and (max-width: 600px) {
  #billboard .billboard-slides {
    height: 575px;
  }
} */

/* ======================================== *
        Int billboard 
 * ======================================== */
#int-billboard-wrapper {
	background: url('../images/prac-area_title_bg_3x.jpg') no-repeat center center/cover;
	height: 352px;
}
#int-billboard-container {
	max-width: 90% !important;
}
#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 {
	width: 35%;
	height: 352px;
}

/* Cell 2 */
#int-billboard-cell-2 {
	width: 65%;
}
#int-billboard-cell-2 .inner {
	padding: 0 25px;
	width: 100%;
	height: 352px;
}
#int-billboard .int-billboard-img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 330px;
	border-radius: 5px;
	position: relative;
	right: 0;
	top: 50px;
}

/* billboard Content */
#int-billboard .int-billboard-content {
	box-sizing: border-box;
	position: absolute;
	max-width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
}
#int-billboard .int-billboard-title {
	box-sizing: border-box;
	position: relative;
	width: 32.5%;
	background: none;
	padding: 0;
}
#int-billboard h1#page-title {
	display: inline-block;
	margin-bottom: 0;
	padding: 12px 25px;
}
#int-billboard .mobile-view {
	display: none;
}

@media screen and (max-width: 1050px) {
	#int-billboard-wrapper {
		background: none;
		height: auto;
	}
	#int-billboard-container {
		max-width: 100% !important;
	}
	#int-billboard .int-billboard-img {
		border-radius: 0;
		height: 330px;
		top: 0;
	}
	#int-billboard-cell-1 {
		height: auto;
	}
	#int-billboard .int-billboard-content {
		/* background: var(--primary-color); */
		background: url('../images/prac-area_title_bg_3x.jpg') no-repeat center/cover;
		position: static;
		transform: unset;
		padding: 45px 25px;
	}
	#int-billboard .int-billboard-title {
		width: 90%;
		margin: 0 auto;
	}
	#int-billboard-cell-1,
	#int-billboard-cell-2 {
		background: transparent;
		width: 100%;
	}
	#int-billboard-cell-2 {
		display: none;
	}
	#int-billboard h1#page-title {
		border: none;
		display: block;
		padding-bottom: 0;
		text-align: center;
		padding: 0;
		color: #000;
	}
	#int-billboard .mobile-view {
		display: block;
	}
}

@media screen and (max-width: 550px) {
	#int-billboard .int-billboard-title {
		width: 100%;
	}
}

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
	background: url('../images/prac-area_title_bg_3x.jpg') no-repeat center center/cover;
}
#int-title-wrapper .title-arrow {
	display: none;
}
#int-title-container {
	max-width: 90%;
}
#int-title {
	padding: 50px 25px;
}
#int-title h1#page-title {
	margin-bottom: 0;
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper {
	padding: 50px 0;
}
#home-body-container {
	max-width: 90%;
}

/* cell 1 */
#home-body h2 {
	margin-top: 0;
	text-align: center;
	margin-bottom: 25px;
}
#home-body-cell-1 .row .col {
	width: 50%;
	box-sizing: border-box;
}
#home-body-cell-1 .row .col:nth-child(1) {
	padding-right: 25px;
}
#home-body-cell-1 .row .col:nth-child(2) {
	padding-left: 25px;
}

@media screen and (max-width: 1150px) {
	#home-body-cell-1 .row {
		display: block;
	}
	#home-body-cell-1 .row .col {
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	#home-body-cell-1 .row .col:nth-child(1) {
		padding-right: 0;
	}
	#home-body-cell-1 .row .col:nth-child(2) {
		padding-left: 0;
	}
}

/* ======================================== *
        Body Section
 * ======================================== */
#body-container {
	max-width: 90%;
}
body:not(.single-attorney) #body-row {
	display: flex;
}
.single-attorney #body-row {
	display: flex;
	width: 100%;
}

/* Cell 1 */
#body #body-cell-1 > .inner {
	padding: 35px 25px;
}
#body #body-cell-1 .tmf-post .content-container {
	padding-bottom: 35px;
}
body:not(.single-attorney) #body-cell-1 {
	flex-grow: 1;
}
.single-practice-area #body #body-cell-1 > .inner {
	padding: 45px 25px;
}
.single-attorney #body-cell-1 {
	width: 400px;
	flex-shrink: 0;
}
.single-attorney #body #body-cell-1 .inner {
	padding: 35px 25px;
}

/* Cell 2 */
#body #body-cell-2 {
	position: relative;
}
#body #body-cell-2 > .inner {
	padding: 50px 25px;
}
body:not(.single-attorney) #body-cell-2 {
	max-width: 415px;
	min-width: 375px;
	margin-left: auto;
}
.page #body #body-cell-2 > .inner {
	padding: 50px 25px;
}
.single-practice-area #body #body-cell-2 > .inner {
	padding: 75px 25px;
}
.single-attorney #body-cell-2 {
	flex-grow: 1;
}
.single-attorney #body #body-cell-2 .inner {
	padding: 35px 25px;
}

@media screen and (max-width: 1050px) {
	/* body */
	#body-wrapper {
		margin-top: 0;
		overflow: hidden;
	}
	.single-attorney #body-row {
		display: flex;
		width: 100%;
		flex-direction: column-reverse;
		padding: 0;
	}
	body:not(.single-attorney) #body-row {
		display: block;
	}
	#body {
		padding: 35px 0;
	}
	.single-attorney #body {
		padding: 0;
	}
	/* body cell 1 */
	body:not(.single-attorney) #body-cell-1 {
		flex-grow: 1;
	}
	.single-attorney #body-cell-1 {
		max-width: 100%;
		width: 100%;
	}
	#body #body-cell-1 .inner {
		padding: 0 25px;
	}
	.single-practice-area #body #body-cell-1 > .inner {
		padding: 0 25px;
	}
	.single-attorney #body #body-cell-1 .inner {
		padding: 0 25px 35px;
	}

	/* body cell 2 */
	body:not(.single-attorney) #body-cell-2 {
		max-width: 100%;
		min-width: unset;
		margin-left: unset;
		padding-top: 0;
	}
	.single-attorney #body-cell-2 {
		padding-top: 0;
		width: 100%;
	}
	#body #body-cell-2 .inner {
		padding: 0 25px;
	}
	.post-type-archive #body #body-cell-2 .inner {
		margin-top: 0;
		padding: 35px 25px 0;
	}
	.single-attorney #body #body-cell-2 .inner {
		margin-top: 0;
		padding-bottom: 0;
	}
	.single-practice-area #body #body-cell-2 > .inner {
		margin-top: 0;
		padding: 0 25px;
	}
	.page #body #body-cell-2 > .inner {
		padding: 0 25px;
	}
}

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

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

/* ======================================== *
        Home Practice Area Section
 * ======================================== */
#home-practice-areas-wrapper {
	padding: 0 0 150px;
}
#home-practice-areas-container {
	max-width: 90%;
}
#home-practice-areas .tmf-post-list {
	width: 100%;
	/* max-width: 1600px; */
	max-width: 1250px;
	margin: 0 auto;
	clear: both;
	padding: 0;
	box-sizing: border-box;
}
#home-practice-areas .tmf-post .pa-listing a .title {
	padding: 0 15px;
}
#home-practice-areas .tmf-post .pa-listing a h2 {
	color: #fff;
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
#home-practice-areas .tmf-post {
	padding: 12px;
	margin: 0;
	border: 0;
	width: 208px !important;
	height: 163px;
}
#home-practice-areas .tmf-post .pa-listing {
	transform: perspective(1px) translateZ(0);
	transition: all 0.3s ease;
}
#home-practice-areas .tmf-post .pa-listing::before {
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	opacity: 0;
	border: 2px solid var(--accent-color);
	border-radius: 3px;
	pointer-events: none;
	transition-duration: 0.3s;
	transition-property: top, right, bottom, left;
}
#home-practice-areas .tmf-post .pa-listing:hover::before,
#home-practice-areas .tmf-post .pa-listing:focus::before,
#home-practice-areas .tmf-post .pa-listing:active::before {
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	opacity: 1;
}
#home-practice-areas .tmf-post .pa-listing a {
	text-decoration: none;
}
/* images */
#home-practice-areas .tmf-post .pa-listing a .pa-img {
	height: 163px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-radius: 3px;
	transition: background 0.3s ease-in;
}
#home-practice-areas .tmf-post .pa-listing a .pa-img::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}
/* contracts-licensing-and-transactions */
#home-practice-areas .pa-listing.contracts-licensing-and-transactions a .pa-img {
	background: url('../images/home_prac-area_contracts_blue_3x.jpg') no-repeat center center/cover;
}
#home-practice-areas .pa-listing.contracts-licensing-and-transactions a .pa-img::before,
#home-practice-areas .pa-listing.contracts-licensing-and-transactions a:hover .pa-img {
	background: url('../images/home_prac-area_contracts_red_3x.jpg') no-repeat center center/cover;
}
/* data-privacy-cybersecurity */
#home-practice-areas .pa-listing.data-privacy-cybersecurity a .pa-img {
	background: url('../images/home_prac-area_data_privacy_blue_3x.jpg') no-repeat center center/cover;
}
#home-practice-areas .pa-listing.data-privacy-cybersecurity a .pa-img::before,
#home-practice-areas .pa-listing.data-privacy-cybersecurity a:hover .pa-img {
	background: url('../images/home_prac-area_data_privacy_red_3x.jpg') no-repeat center center/cover;
}
/* domain-name-disputes */
#home-practice-areas .pa-listing.domain-name-disputes a .pa-img {
	background: url('../images/home_prac-area_domain-name_blue_3x.jpg') no-repeat center center/cover;
}
#home-practice-areas .pa-listing.domain-name-disputes a .pa-img::before,
#home-practice-areas .pa-listing.domain-name-disputes a:hover .pa-img {
	background: url('../images/home_prac-area_domain-name_red_3x.jpg') no-repeat center center/cover;
}
/* social-media-marketing */
#home-practice-areas .pa-listing.social-media-marketing a .pa-img {
	background: url('../images/home_prac-area_social-media_blue_3x.jpg') no-repeat center center/cover;
}
#home-practice-areas .pa-listing.social-media-marketing a .pa-img::before,
#home-practice-areas .pa-listing.social-media-marketing a:hover .pa-img {
	background: url('../images/home_prac-area_social-media_red_3x.jpg') no-repeat center center/cover;
}
/* website-compliance */
#home-practice-areas .pa-listing.website-compliance a .pa-img {
	background: url('../images/home_prac-area_website-comp_blue_3x.jpg') no-repeat center center/cover;
}
#home-practice-areas .pa-listing.website-compliance a .pa-img::before,
#home-practice-areas .pa-listing.website-compliance a:hover .pa-img {
	background: url('../images/home_prac-area_website-comp_red_3x.jpg') no-repeat center center/cover;
}

/* slick slider */
#home-practice-areas .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
	float: none;
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
}
#home-practice-areas .slick-list {
	margin: 0 -10px;
}
#home-practice-areas .slide-arrow {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#home-practice-areas .prev-arrow {
	left: -50px;
}
#home-practice-areas .prev-arrow::before {
	content: '\f0d9';
	display: inline-block;
	position: relative;
	color: var(--accent-color);
	font-family: var(--font-awesome-5);
	font-size: 32px;
	font-weight: 600;
	width: 32px;
	height: 32px;
}
#home-practice-areas .prev-arrow:hover::before {
	transition: all 0.25s ease-in-out;
	transform: translateX(-5px);
}
#home-practice-areas .next-arrow {
	right: -50px;
}
#home-practice-areas .next-arrow::before {
	content: '\f0da';
	display: inline-block;
	position: relative;
	color: var(--accent-color);
	font-family: var(--font-awesome-5);
	font-size: 32px;
	font-weight: 600;
	width: 32px;
	height: 32px;
}
#home-practice-areas .next-arrow:hover::before {
	transition: all 0.25s ease-in-out;
	transform: translateX(5px);
}

@media screen and (max-width: 1280px) {
	#home-practice-areas .tmf-post-list {
		max-width: 950px;
	}
}

@media screen and (max-width: 1150px) {
	#home-practice-areas .tmf-post-list {
		max-width: 800px;
	}
}

@media screen and (max-width: 1050px) {
	#home-practice-areas .tmf-post-list {
		max-width: 700px;
	}
}

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

@media screen and (max-width: 900px) {
	#home-practice-areas .tmf-post-list {
		max-width: 500px;
	}
}

@media screen and (max-width: 720px) {
	#home-practice-areas .tmf-post-list {
		max-width: 450px;
	}
}

@media screen and (max-width: 650px) {
	#home-practice-areas .tmf-post-list {
		max-width: 300px;
	}
	#home-practice-areas .prev-arrow {
		left: -30px;
	}
	#home-practice-areas .next-arrow {
		right: -30px;
	}
}

@media screen and (max-width: 450px) {
	#home-practice-areas .tmf-post-list {
		max-width: 250px;
	}
}

@media screen and (max-width: 400px) {
	#home-practice-areas .prev-arrow {
		left: -20px;
	}
	#home-practice-areas .next-arrow {
		right: -20px;
	}
}

/* ======================================== *
        Practice Area Sidebar Section
 * ======================================== */
.tmf-module-216 {
	margin-top: 50px;
}
.tmf-module-216 .tmf-post {
	border: 0;
	padding: 0;
	margin: 0 0 20px 0;
}
.tmf-module-216 .pa-listing a {
	background: var(--secondary-color);
	display: block;
	padding: 15px;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.2s ease-in;
}
.tmf-module-216 .pa-listing a:hover {
	background: var(--accent-color);
}
.tmf-module-216 a .title {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.2s ease-in;
}
.tmf-module-216 a:hover .title {
	color: #fff;
}

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorney-wrapper {
	background: var(--alt-secondary-color-dark);
}
#home-attorney-container {
	max-width: 90%;
}
#home-attorney-row {
	min-height: 375px;
}

/* cell 1 */
#home-attorney-cell-1 {
	vertical-align: middle;
	position: relative;
}
#home-attorney-cell-1 .inner {
	position: static;
}
#home-attorney-cell-1 .contact-ctn h2 {
	margin-bottom: 15px;
	margin-top: 0;
}
#home-attorney-cell-1 .contact-ctn h2 span {
	font-style: italic;
	font-weight: 400;
}
#home-attorney-cell-1 .inner img {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* cell 2 */
#home-attorney-cell-2 {
	vertical-align: middle;
}
#home-attorney-cell-2 .tmf-module-content a {
	text-decoration: none;
	font-weight: 700;
}
#home-attorney-cell-2 .tmf-module-content a:hover {
	text-decoration: underline;
}
#home-attorney-cell-2 h2 {
	margin-top: 0;
	margin-bottom: 15px;
}
#home-attorney-cell-2 h2 span {
	font-style: italic;
	font-weight: 400;
}
#home-attorney-cell-2 .show-mobile {
	display: none;
}

@media screen and (min-width: 3171px) {
	#home-attorney-cell-1 .inner img {
		right: 300px;
	}
}

@media screen and (max-width: 3170px) {
	#home-attorney-cell-1 .inner img {
		right: 300px;
	}
}

@media screen and (max-width: 2500px) {
	#home-attorney-cell-1 .inner img {
		right: 250px;
	}
}

@media screen and (max-width: 2100px) {
	#home-attorney-cell-1 .inner img {
		right: 200px;
	}
}

@media screen and (max-width: 1950px) {
	#home-attorney-cell-1 .inner img {
		right: 150px;
	}
}

@media screen and (max-width: 1700px) {
	#home-attorney-cell-1 .inner img {
		right: 100px;
	}
}

@media screen and (max-width: 1650px) {
	#home-attorney-cell-1 .inner img {
		right: 50px;
	}
}

@media screen and (max-width: 1400px) {
	#home-attorney-cell-1 .inner img {
		right: 25px;
	}
}

@media screen and (max-width: 1300px) {
	#home-attorney-cell-1 .inner img {
		right: 0;
	}
}

@media screen and (max-width: 1250px) {
	#home-attorney-cell-1 {
		width: 50%;
	}
	#home-attorney-cell-2 {
		width: 50%;
	}
	#home-attorney-cell-1 .contact-ctn {
		text-align: center;
		margin: 50px 0;
	}
	#home-attorney-cell-1 .inner img {
		position: absolute;
		display: block;
		margin: 0 auto;
		right: 50px;
	}
	#home-attorney-cell-2 .show-mobile {
		display: block;
	}
	#home-attorney-cell-2 a.show-mobile {
		display: inline-block;
		margin-top: 15px;
	}
	#home-attorney-cell-1 .contact-ctn {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	#home-attorney-row {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 60px;
	}
	#home-attorney-cell-1 {
		width: 70%;
	}
	#home-attorney-cell-1 .inner img {
		position: static;
		width: 100%;
		height: auto;
	}
	#home-attorney-cell-2 {
		width: 100%;
		text-align: center;
		margin-top: 50px;
		padding-top: 0;
	}
}
@media screen and (max-width: 600px) {
	#home-attorney-cell-1 {
		width: 90%;
	}
}

/* ======================================== *
        Home Our Process Section
 * ======================================== */
#home-our-process-wrapper {
	background: url('../images/home_form_bg_3x.jpg') no-repeat center/cover;
}
#home-our-process-container {
	max-width: 100%;
}

/* cell 1 */
#home-our-process-cell-1 {
	background: var(--secondary-color);
	vertical-align: middle;
	-webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 101%, 0% 101%);
	clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 101%, 0% 101%);
}
#home-our-process-cell-1 .inner {
	max-width: 100%;
	margin: 0 0 0 auto;
	padding-right: 50px;
	padding-bottom: 30px;
}
#home-our-process-cell-1 h2 {
	color: #000;
	margin: 0 0 45px;
	text-align: center;
	font-weight: 400;
}
#home-our-process-cell-1 .icon-list {
	display: grid;
	grid-template-columns: 1fr 50px 1fr 50px 1fr;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}
#home-our-process-cell-1 .icon-list .icon-item::before {
	content: '';
	display: inline-block;
	width: 114px;
	height: 114px;
	background: url('../images/tollplc-Icon-Sprite_3x.png') no-repeat;
	background-size: 900px;
	margin-bottom: 15px;
}
#home-our-process-cell-1 .icon-list .icon-item.one::before {
	background-position: -438px 0;
}
#home-our-process-cell-1 .icon-list .icon-item.two::before {
	background-position: -643px 0;
}
#home-our-process-cell-1 .icon-list .icon-item.three::before {
	background-position: -787px 0;
}

#home-our-process-cell-1 .icon-list .icon-item a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	display: block;
}
#home-our-process-cell-1 .icon-list .icon-item a:hover {
	text-decoration: underline;
}
#home-our-process-cell-1 .icon-list .arrow::before {
	content: '';
	display: inline-block;
	background: url('../images/tollplc-Icon-Sprite_3x.png') no-repeat;
	background-size: 950px;
	background-position: -615px -3px;
	width: 47px;
	height: 21px;
	margin-top: 50px;
}

/* cell 2 */
#home-our-process-cell-2 {
	vertical-align: middle;
}
#home-our-process-cell-2 .inner {
	max-width: 90%;
	margin: 0 auto 0 0;
	padding: 50px 25px;
}
#home-our-process-cell-2 h3 {
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
}
#home-our-process-cell-2 .tmf-module {
	max-width: 60%;
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	#home-our-process-cell-2 .tmf-module {
		max-width: 80%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1250px) {
	#home-our-process-cell-1 .icon-list {
		max-width: 90%;
	}
}

@media screen and (max-width: 1050px) {
	#home-our-process-cell-1 {
		-webkit-clip-path: none;
		clip-path: none;
		padding: 50px 0 !important;
	}
	#home-our-process-cell-2 {
		padding-top: 0;
	}
	#home-our-process-cell-2 .inner {
		max-width: 100%;
		margin: 0 auto;
	}
	#home-our-process-cell-1 .inner {
		padding: 0 25px;
	}
}

@media screen and (max-width: 750px) {
	#home-our-process-cell-1 .icon-list {
		grid-template-columns: 1fr;
	}
	#home-our-process-cell-1 .icon-list .arrow::before {
		transform: rotate(90deg);
		margin: 25px 0;
	}
}

/* ======================================== *
        Home Section 2 Section - the toll difference
 * ======================================== */
#home-section-2-container {
	max-width: 100% !important;
}

/* cell 1 */
#home-section-2-cell-1 {
	padding: 50px !important;
	box-sizing: border-box;
	border-radius: 5px;
	background: var(--alt-primary-color-dark);
	position: absolute;
	top: -30px;
	left: 5%;
	bottom: -30px;
	z-index: 1;
	min-height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}
#home-section-2-cell-1 .inner {
	max-width: 80%;
	margin: 0 auto;
	padding: 0;
}
#home-section-2-cell-1 h2 {
	margin: 0 auto 20px;
	color: #fff;
	font-size: 30px;
	font-family: var(--heading-font);
	font-weight: 400;
}
#home-section-2-cell-1 h2 span:nth-child(2) {
	font-style: italic;
}
#home-section-2-cell-1 p {
	color: #fff;
}
#home-section-2-cell-1 .tmf-button {
	margin-top: 10px;
}

/* cell 2 */
#home-section-2-cell-2 {
	padding: 100px 25px;
	box-sizing: border-box;
}
#home-section-2-cell-2 .inner {
	padding: 0 25px;
	max-width: 90%;
	margin: 0 10% 0 10%;
}
#home-section-2-cell-2 p {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}
#home-section-2-cell-2 li {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
}
#home-section-2-cell-2 .tmf-module {
	text-align: left;
}

@media screen and (max-width: 1250px) {
	#home-section-2-cell-1 .inner {
		max-width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	#home-section-2-cell-2 .inner {
		max-width: 100%;
		margin: 0 auto;
	}
	#home-section-2-cell-2 {
		padding: 50px 25px 50px 5%;
	}
	#home-section-2-cell-1 {
		border-radius: 0;
	}
}

@media screen and (max-width: 1050px) {
	#home-section-2-cell-1 {
		position: static;
		padding: 50px 0 !important;
		display: block;
		box-sizing: border-box;
		border-right: none;
		-webkit-clip-path: none;
		clip-path: none;
	}
	#home-section-2-cell-1 .inner {
		height: auto;
		display: block;
		max-width: 60%;
		margin: 0 auto;
		padding: 0;
	}
	#home-section-2-cell-2 {
		max-width: 90%;
		margin: 0 auto;
		padding: 50px 0;
	}
	#home-section-2-cell-2 .inner {
		height: auto;
		display: block;
	}
	#home-section-2-cell-2 ul {
		max-width: 70%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 800px) {
	#home-section-2-cell-2 ul {
		max-width: 80%;
	}
	#home-section-2-cell-1 {
		padding: 50px 0 !important;
	}
}

@media screen and (max-width: 700px) {
	#home-section-2-cell-2 {
		max-width: 100%;
	}
	#home-section-2-cell-2 ul {
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#home-section-2-cell-2 {
		padding: 50px 0;
	}
	#home-section-2-cell-1 .inner {
		max-width: 90%;
	}
	#home-section-2-cell-2 ul {
		padding-left: 25px;
	}
}

/* ======================================== *
        Industries Served Section
 * ======================================== */
#industries-wrapper {
	padding: 100px 0 70px;
	background: var(--alt-secondary-color-dark);
}
#industries-container {
	max-width: 90%;
}

/* Cell 1 */
#industries-cell-1 {
	vertical-align: middle;
}
#industries-cell-1 .inner {
	padding-left: 0;
}
#industries-cell-1 h2 {
	font-weight: 400;
	font-size: 36px;
	text-align: right;
	margin: 0;
}

/* Cell 2 */
#industries-cell-2 {
	vertical-align: middle;
}
#industries-cell-2 .inner {
	padding: 0;
}
#industries-cell-2 ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
	padding-left: 0;
}
#industries-cell-2 ul li {
	font-weight: 500;
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
}
#industries-cell-2 ul li::before {
	content: '';
	display: inline-block;
	margin: 0;
	width: 114px;
	min-width: 114px;
	height: 114px;
	background: url('../images/tollplc-Icon-Sprite_3x.png') no-repeat;
	background-size: 850px;
}
#industries-cell-2 ul li:nth-child(1)::before {
	background-position: 0 0;
}
#industries-cell-2 ul li:nth-child(2)::before {
	background-position: -138px 0;
}
#industries-cell-2 ul li:nth-child(3)::before {
	background-position: -277px 0;
}

@media screen and (max-width: 1450px) {
	#industries-cell-2 ul {
		gap: 80px;
	}
}

@media screen and (max-width: 1250px) {
	#industries-cell-2 ul {
		gap: 50px;
	}
}

@media screen and (max-width: 1100px) {
	#industries-cell-2 ul {
		gap: 30px;
	}
	#industries-cell-2 ul li {
		gap: 15px;
	}
}

@media screen and (max-width: 1050px) {
	#industries-wrapper {
		padding: 50px 0;
	}
	#industries-cell-1 h2 {
		text-align: center;
	}
	#industries-cell-1 h2 br {
		display: none;
	}
	#industries-cell-1 .inner {
		padding: 0 25px;
	}
	#industries-cell-2 .inner {
		padding: 0 25px;
	}
}

@media screen and (max-width: 900px) {
	#industries-cell-2 ul {
		flex-direction: column;
		gap: 25px;
		margin: 0;
	}
	#industries-cell-2 ul li {
		gap: 20px;
		width: 256px;
	}
}

@media screen and (max-width: 350px) {
	#industries-cell-2 ul li {
		flex-direction: column;
		width: auto;
	}
}

/* ======================================== *
        Single Practice Areas Pages
 * ======================================== */

/* ======================================== *
        All Archives
 * ======================================== */
/* ======================================== *
        News & Articles archive
 * ======================================== */
.tmf-post.post.medium .excerpt img.thumbnail.mobile {
	display: none;
}
.social-buttons .facebook-like {
	width: 75px;
}

@media screen and (max-width: 750px) {
	.tmf-post.post.medium .excerpt img.thumbnail.mobile {
		display: block;
	}
	.tmf-post.post.medium img.thumbnail.not-mobile {
		display: none;
	}
}

/* ======================================== *
        Practice Area archive
 * ======================================== */
.post-type-archive-practice-area p {
	line-height: 1.7em;
	margin-bottom: 15px;
}
.post-type-archive-practice-area #body-cell-1 .tmf-post.practice-area {
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.post-type-archive-practice-area #body-cell-1 .tmf-post.practice-area.last-post {
	margin-bottom: 0;
	padding-bottom: 25px;
}
.post-type-archive-practice-area .tmf-post.medium img.thumbnail.mobile {
	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%;
	}
}
/* ======================================== *
        Location archive
 * ======================================== */
.post-type-archive-location #body #location-cell-1 .inner {
	padding: 0;
}
.post-type-archive-location #body #location-cell-2 .inner {
	padding: 0;
}
.post-type-archive-location .tmf-post.location.medium h2 {
	font-weight: 400;
	margin-top: 0;
}

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

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

/* ======================================== *
        Single Attorney Page CSS
 * ======================================== */
#attorney-bio-wrapper {
	background: url('../images/atty_bio_title_bg_3x.jpg') no-repeat center/cover;
}
#attorney-bio-container {
	max-width: 90%;
}
#attorney-bio-cell-1,
#attorney-bio-cell-2 {
	vertical-align: middle;
}

/* cell 1 */
#attorney-bio-cell-1 {
	width: calc(100% - 445px);
}
#attorney-bio-cell-1 .inner {
	display: flex;
	justify-content: center;
}
.attorney-bio-info {
	/* padding-left: 100px; */
	padding: 0;
}
.attorney-bio-info .title-section {
	display: flex;
	align-items: baseline;
	gap: 20px;
	margin-bottom: 15px;
}
.attorney-bio-info h1#page-title {
	font-size: 36px !important;
	margin-bottom: 0;
	font-style: normal;
	font-family: var(--heading-font);
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	border-right: 1px solid rgba(153, 153, 153, 0.3);
	padding-right: 20px;
}
.attorney-bio-info .attorney-titles {
	padding-bottom: 2px;
}
.attorney-bio-info .attorney-titles a {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	font-family: var(--body-font);
}
.attorney-contact-info {
	padding-left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.attorney-bio-info .contact-information a,
.attorney-bio-info .icon-container a,
.attorney-bio-info .speaking a {
	color: #000;
	font-weight: 500;
}
.attorney-bio-info .contact-information,
.attorney-bio-info .icon-container {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	vertical-align: top;
}
.attorney-bio-info .phone,
.attorney-bio-info .vcard,
.attorney-bio-info .resume,
.attorney-bio-info .fax,
.attorney-bio-info .email {
	display: inline-block;
	padding-top: 5px;
	line-height: normal;
	margin-right: 10px;
	padding-right: 10px;
	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 .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-color);
	font-size: 15px;
	font-family: var(--font-awesome-5);
	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';
}

/* cell 2 */
#attorney-bio-cell-2 {
	width: 445px;
}
#attorney-bio-cell-2 img {
	display: block;
	margin-left: auto;
}

/* Attorney Easy Tabs */
.etabs {
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
.tab {
	border-right: 2px solid #fff;
	background: var(--alt-secondary-color-light);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 5px;
	transition: all 0.2s ease-in-out;
	position: relative;
}
.tab a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	font-family: var(--body-font);
	display: block;
	padding: 13px 10px;
	outline: none;
	text-decoration: none !important;
	transition: all 0.2s ease-in;
}
.tab:hover,
.tab.active {
	background: var(--accent-color);
	padding-top: 0;
	position: relative;
	top: 0;
}
.tab a:hover,
.tab a.active {
	color: #fff;
}
.panel-container {
	padding: 20px 0 35px;
}
.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;
}

/* tab hover animation */
/* .tab {
  transform: perspective(1px) translateZ(0);
}
.tab::before {
  content: "";
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s ease-in;
  animation-duration: 1s;
}
.tab:hover::before {
  border: var(--accent-color) solid 3px;
  animation-name: ripple-out;
}
@keyframes ripple-out {
  100% {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 0;
  }
} */

@media screen and (max-width: 760px) {
	.etabs {
		display: block;
	}
	.tab {
		border-right: none;
		border-bottom: 2px solid #fff;
		display: block;
	}
}
/* End Easy Tabs */

@media screen and (max-width: 1200px) {
	.attorney-contact-info {
		flex-direction: column;
		align-items: start;
	}
	.attorney-bio-info .contact-information,
	.attorney-bio-info .icon-container {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 1140px) {
	.attorney-bio-info .contact-information {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 1050px) {
	.attorney-bio-info {
		flex-grow: 1;
	}
}

@media screen and (max-width: 950px) {
	#attorney-bio-cell-1 {
		width: 100%;
	}
	#attorney-bio-cell-2 {
		width: 100%;
	}
	#attorney-bio-row {
		display: flex;
		flex-direction: column-reverse;
	}
	#attorney-bio-cell-2 img {
		margin: 0 auto;
	}
	.attorney-titles {
		text-align: center;
	}
	.attorney-bio-info .attorney-page-title .title-section {
		justify-content: center;
		text-align: center;
	}
	.attorney-bio-info {
		height: auto;
	}
	.attorney-bio-info-row {
		display: block;
	}
	.attorney-bio-info .attorney-bio-info {
		padding: 0;
	}
	.attorney-bio-info {
		width: 100%;
		display: block;
		padding: 50px 0;
	}
	.attorney-bio-info .attorney-page-title {
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 0;
	}
	.attorney-contact-info {
		align-items: center;
		gap: 10px;
	}
	.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;
	}
	.attorney-bio-info img.primary {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 700px) {
	.attorney-bio-info img.primary {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.attorney-bio-info .attorney-page-title .title-section {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0;
		text-align: center;
	}
	.attorney-bio-info .attorney-page-title .title-section h1#page-title {
		padding-right: 0;
		border: 0;
	}
	#attorney-bio-cell-2 img {
		height: auto;
		width: 100%;
	}
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
	background: var(--alt-secondary-color-light);
	overflow: hidden;
}
#copyright-container {
	max-width: 90%;
}
#copyright {
	padding: 25px 0;
}
#copyright p {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
#copyright p a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright a.tmf-button {
	color: #fff;
}
#copyright .divider {
	margin: 0 5px !important;
}

/* cell 1 */
#copyright #copyright-cell-1 {
	vertical-align: middle;
}
#copyright #copyright-cell-1 .inner {
	padding: 0;
}

/* cell 2 */
#copyright #copyright-cell-2 {
	text-align: center;
	vertical-align: middle;
}
#copyright #copyright-cell-2 .inner {
	padding: 0;
}

/* cell 3 */
#copyright #copyright-cell-3 {
	text-align: right;
	vertical-align: middle;
}
#copyright #copyright-cell-3 .inner {
	padding: 0;
}

@media screen and (max-width: 950px) {
	#copyright-row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#copyright #copyright-cell-1 {
		text-align: center;
		order: 2;
	}
	#copyright #copyright-cell-1 p br {
		display: none;
	}
	#copyright #copyright-cell-2 {
		order: 1;
		padding-bottom: 15px;
		padding-top: 0;
	}
	#copyright #copyright-cell-3 {
		text-align: center;
		order: 3;
		padding-top: 5px;
	}
	#copyright #copyright-cell-2 p br {
		display: none;
	}
}

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

/* For More information Form - sidebar */
body .tmf-module-22 {
	background: url('../images/form_bg_3x.jpg') no-repeat center/cover;
	padding: 45px 45px;
	text-align: center;
	position: relative;
	min-width: 315px;
	box-sizing: border-box;
	border-radius: 5px;
}
body .tmf-module-22 h3 {
	font-family: var(--heading-font) !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	color: #fff !important;
}

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

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

@media screen and (max-width: 450px) {
	body .tmf-module-22 {
		padding: 35px;
	}
}
/* End For More information Form - sidebar */

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
.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;
}
.tmf-button,
input[type='submit'] {
	font-size: 16px;
	padding: 5px 15px;
	display: inline-block;
	background: var(--accent-color);
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	font-family: var(--body-font);
	font-weight: 500;
	line-height: normal;
	position: relative;
	transition: all 0.15s ease-in;
}
.tmf-button:hover,
input[type='submit']:hover {
	text-decoration: none;
	color: #ffffff;
}
.tmf-button:active,
.page-numbers:active,
input[type='submit']:active {
	background: var(--primary-color);
	text-decoration: none;
	color: #ffffff;
}
.page-navigation .tmf-button,
.page-navigation .page-numbers {
	background: transparent;
	border: 2px solid var(--accent-color);
	color: var(--accent-color);
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
	line-height: 31px;
	height: auto;
}
.page-navigation .tmf-button:hover,
.page-navigation .page-numbers:hover,
.page-navigation .tmf-button:active,
.page-navigation .page-numbers:active {
	background: var(--accent-color);
	color: #fff;
}
.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;
}
.tmf-button.tiny {
	font-size: 0.75em;
	padding: 2px 7px;
}
.page-numbers.current {
	background: var(--accent-color);
	color: #fff;
}

/* button Animation */
.tmf-button {
	transform: perspective(1px) translateZ(0);
	transition: all 0.3s ease;
}
.tmf-button::before {
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	opacity: 0;
	border: 2px solid var(--accent-color);
	border-radius: 3px;
	pointer-events: none;
	transition-duration: 0.3s;
	transition-property: top, right, bottom, left;
}
.tmf-button:hover::before,
.tmf-button:focus::before,
.tmf-button:active::before {
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	opacity: 1;
}

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

/* ======================================== *
        Inputs & Gravity Forms
 * ======================================== */
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
textarea::placeholder,
select::placeholder {
	color: #333333;
	text-align: center;
}
input[type='text'],
input[type='tel'],
input[type='email'],
textarea,
select {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0px;
	color: #333333;
	font-size: 15px !important;
	margin-top: 0 !important;
	margin-bottom: 5px !important;
	max-width: 100%;
	padding: 10px 10px !important;
	line-height: normal !important;
}
textarea {
	height: 120px !important;
}
select {
	-webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}
input[type='text']:focus,
textarea:focus {
	border: 1px solid #cccccc;
}
select.gfield_select {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	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;
}

/* Gravity Forms */
.gform_legacy_markup_wrapper {
	margin: 0 auto !important;
}
.gform_wrapper .tmf-button,
.gform_wrapper input[type='submit'] {
	border: none;
}
.gform_wrapper #gform_1 li {
	padding-right: 0;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-webkit-input-placeholder,
.gform_legacy_markup_wrapper input::-webkit-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-moz-placeholder,
.gform_legacy_markup_wrapper input::-moz-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea:-ms-input-placeholder,
.gform_legacy_markup_wrapper input:-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::-ms-input-placeholder,
.gform_legacy_markup_wrapper input::-ms-input-placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper textarea::placeholder,
.gform_legacy_markup_wrapper input::placeholder {
	color: #333333;
	text-align: center;
}
.gform_legacy_markup_wrapper input,
.gform_legacy_markup_wrapper textarea {
	background: #fff;
	border: 0;
	color: #333333;
}
body .gform_legacy_markup_wrapper ul li.gfield {
	margin-top: 0 !important;
}
.gform_legacy_markup_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
}
body .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.gform_legacy_markup_wrapper form {
		margin-left: 0 !important;
	}
}

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