/* ============================================================================ *
        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: #0b2c52;
	--alt-primary-color-light: #3b3d3d;
	--alt-primary-color-dark: #051526;

	/* ACCENT COLORS */
	--accent-color: #bf0000;

	/* SECONDARY COLORS */
	--secondary-color: #deccb5;
	--alt-secondary-color-light: #ebebeb;
	--alt-secondary-color-dark: #dcddde;

	/* FONTS */
	--heading-font: 'Crimson Text', serif;
	--body-font: 'Lato', 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;
	background: var(--alt-secondary-color-light);
}

a {
	color: var(--accent-color);
}

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
	color: #fff;
	font-size: 42px;
	font-family: var(--heading-font);
	font-weight: 600;
	line-height: normal;
	margin-bottom: 15px;
}
body:not(.home) h1,
body:not(.home) h1#page-title,
body:not(.home) .editor-content h1 {
	color: #fff;
	font-size: 36px;
	font-family: var(--heading-font);
	font-weight: 600;
}
@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: 600;
	line-height: normal;
	margin: 20px 0 10px 0;
}
h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
	color: #000;
}
body:not(.home) h2,
body:not(.home) .tmf-post > h2,
body:not(.home) .editor-content h2 {
	color: #000;
	font-size: 28px;
	font-family: var(--heading-font);
	font-weight: 600;
	/* font-family: var(--body-font);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px; */
}

@media screen and (max-width: 950px) {
	h2,
	.tmf-post > h2,
	.editor-content h2 {
		/* font-size: 28px; */
	}
}

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
	color: #000;
	font-size: 30px;
	font-family: var(--heading-font);
	font-weight: 600;
	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: 22px;
	font-family: var(--body-font);
	font-weight: 700;
}

@media screen and (max-width: 950px) {
	h3,
	.tmf-post > h3,
	h3.tmf-module-title {
		font-size: 22px;
	}
}

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
	color: #000;
	font-size: 20px;
	font-family: var(--body-font);
	font-weight: 700;
	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: 18px;
	font-family: var(--body-font);
	font-weight: 700;
}

/* @media screen and (max-width: 950px) {
  h4,
  .tmf-post > h4 {
    font-size: 22px;
  }
} */

/* ======================================== *
        Header 5
 * ======================================== */
h5 {
	color: #000;
	font-size: 18px;
	font-family: var(--body-font);
	font-weight: 700;
	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: 16px;
	font-family: var(--body-font);
	font-weight: 700;
}

/* ======================================== *
        Header 6
 * ======================================== */
h6 {
	color: #000;
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 700;
	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: 16px;
	font-family: var(--body-font);
	font-weight: 700;
}

/* ======================================== *
        Breadcrumbs
 * ======================================== */
#breadcrumbs {
	color: #000;
	font-family: var(--body-font);
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 22px;
	overflow: hidden;
}
/* #breadcrumbs::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #d4d4ce;
  margin-right: -100%;
  width: 100%;
  margin-left: 20px;
} */
#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;
}

/* site Specific */
#breadcrumb-wrapper {
	background: var(--secondary-color);
	padding: 15px 25px;
}
#breadcrumb-container {
	max-width: 90%;
}

@media screen and (max-width: 700px) {
	#breadcrumbs {
		display: none;
	}
	#breadcrumb-wrapper {
		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: linear-gradient(to bottom, #be1c03, #851001);
	clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
	padding: 60px 50px !important;
	position: absolute;
	max-width: 30%;
	top: 50%;
	transform: translateY(-50%);
}
body #call-to-action .col:nth-child(2) {
	background: var(--primary-color);
	width: 80%;
	margin: 0 0 0 auto;
	padding: 80px 50px 80px 22%;
}

body #call-to-action .col h2,
body #call-to-action .col h3 {
	color: #fff;
	text-align: center;
	margin: 0;
	font-family: var(--heading-font) !important;
	font-size: 30px !important;
	font-weight: 600 !important;
}
body #call-to-action .col p {
	color: #fff;
}
body #call-to-action .col .tmf-button {
	color: #fff !important;
}

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

@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;
		box-sizing: border-box;
		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 {
		margin-bottom: 25px;
	}
	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%);
	}
	body #call-to-action .col:nth-child(2) {
		width: 80%;
		margin: 0 0 0 auto;
		padding: 80px 50px 80px 25%;
	}
}
@media screen and (max-width: 900px) {
	body #call-to-action {
		margin-bottom: 0;
	}
	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) {
		clip-path: none;
		position: static;
		max-width: 100%;
		transform: none;
	}
	body #call-to-action .col:nth-child(2) {
		padding: 80px 50px;
		width: 100%;
	}
}

/* ======================================== *
        Aside
 * ======================================== */
/* aside {
  float: right;
  box-sizing: border-box;
  width: 300px;
  margin: 0 10px;
  padding: 15px 27px;
  background: var(--alt-primary-color-light);
  border: 1px solid var(--alt-secondary-color-dark);
  color: #364a36;
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 700;
}
.editor-content aside p {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  color: #364a36;
}
@media screen and (max-width: 700px) {
  aside {
    float: none;
    width: 100%;
    margin: 15px 0px;
  }
} */

/* ======================================== *
        Callout
 * ======================================== */
#callout {
	position: relative;
	box-sizing: border-box;
	background: url('../images/callout_bg_3x.png') no-repeat;
	background-size: 100% 100%;
	padding: 50px 5% 50px 10%;
	margin: 35px 0;
}
#callout h3,
#callout h4,
#callout p {
	font-family: var(--body-font);
	font-weight: 700;
	font-size: 18px;
	margin: 0;
}

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

/* ======================================== *
        Sticky Header
 * ======================================== */
body #header-wrapper.sticky {
	-webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	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;
	-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	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: end;
	gap: 45px;
	height: 57px;
}
body #header-wrapper.sticky .desktop-view {
	display: none;
}
body #header-wrapper.sticky #header-cell-2 .inner .sticky-view {
	display: block;
	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: 10px 0 10px;
	/* margin-bottom: 7px; */
	position: relative;
	height: auto;
}
body #header-wrapper.sticky #primary-nav .menu li a:hover {
	color: #fff;
}
#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(--primary-color);
}
body #header-wrapper.sticky #header-cell-1 .mobile-view {
	display: none;
}

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

@media screen and (max-width: 950px) {
	body #header-wrapper.sticky #header-cell-2 .inner {
		display: block;
	}
	body #header-wrapper.sticky #header-cell-2 #mobile-header-bottom {
		padding: 0;
	}
	body #header-wrapper.sticky #header-cell-2 .inner .sticky-view {
		display: none;
	}
	body #header-wrapper.sticky #header-cell-2 .inner {
		height: auto;
	}
	body #header-wrapper.sticky #header #header-cell-1 {
		display: none;
	}
	body.admin-bar #header-wrapper.sticky.sticky_animate {
		top: 0;
	}
	body.admin-bar #header-wrapper.sticky.sticky_animate {
		padding: 15px 0;
	}
}

/* ======================================== *
      Header Section
* ======================================== */
#header-wrapper {
	background: var(--primary-color);
	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: 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;
}
#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"; */
	content: '';
	background: url('../images/injurylawdecatur-Icon-Sprite_3x.png') no-repeat;
	background-size: 330px;
	background-position: -29px 0;
	vertical-align: middle;
	margin-right: 7px;
	/* transform: rotate(10deg); */
	/* 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; */
}

@media screen and (max-width: 1450px) {
	#header-cell-2 .inner {
		padding: 0;
		display: 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;
	}
	#header-cell-1 .mobile-view .tmf-module-content {
		display: flex;
		flex-direction: column;
		justify-content: end;
		align-items: end;
		gap: 10px;
	}
}

@media screen and (max-width: 950px) {
	.home #header-wrapper {
		background: var(--primary-color);
		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;
	margin-top: 10px;
}
#primary-nav-container {
	max-width: 100% !important;
	margin: 0 auto;
}
#primary-nav .menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#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 10px;
	text-decoration: none;
	position: relative;
	height: auto;
}
/* .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::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	height: 0;
	margin: 0 auto;
	background-position: center bottom;
	transition: width 0.55s 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;
}
#primary-nav .menu > .menu-item > a::before {
	content: '';
	position: absolute;
	bottom: 4px;
	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:not(.home-icon):hover > a::before,
#primary-nav .menu > .menu-item:not(.home-icon).current-menu-item > a::before,
#primary-nav .menu > .menu-item:not(.home-icon).current-menu-item > a:hover::before,
#primary-nav .menu > .menu-item:not(.home-icon).current-menu-item > a:focus::before {
	background-color: var(--accent-color);
	width: 90%;
	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: #fff;
	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: #fff;
}
.home #primary-nav .menu > .menu-item.home-icon a:hover::before {
  color: var(--alt-accent-color-light);
} */
#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(--primary-color);
}
#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;
}
#mobile-header-bottom .mobile-header-button a:hover {
	text-decoration: none;
}
/* 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: 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;
	padding: 0;
}
.tmf-post.location.mobile-location .map-label {
	font-size: 20px;
}
.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;
}

@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;
	background: var(--primary-color);
}
#billboard-container {
	max-width: 100%;
}
#billboard .billboard-content-container {
	box-sizing: border-box;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 60%;
}
#billboard .billboard-content {
	box-sizing: border-box;
	position: relative;
	/* display: flex;
  justify-content: center;
  align-items: center; */
	padding: 0;
	/* width: 358px; */
	overflow: hidden;
}
#billboard h1 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid var(--secondary-color);
	text-align: center;
}
#billboard p {
	color: #fff;
	font-weight: 700;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}
#billboard .billboard-btns {
	margin: 25px auto 0;
	text-align: center;
}
#billboard .billboard-btns a {
	color: #fff;
}
#billboard .billboard-btns a:nth-child(1) {
	margin-right: 10px;
}

/* #billboard h1::after,
#billboard h2::before {
  content: "";
  background: var(--alt-accent-color-light);
  height: 2px;
  vertical-align: middle;
  display: inline-block;
}
#billboard h1::after {
  margin-left: 10px;
  margin-right: -100%;
  width: 100%;
}
#billboard h2::before {
  margin-right: 10px;
  margin-left: -100%;
  width: 100%;
} */
#billboard h2 {
	margin: 0;
	color: #fff;
	text-align: right;
	line-height: 37px;
}

/* @media screen and (max-width: 1600px) {
  #billboard .billboard-content-container {
    left: 65%;
  }
} */

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

@media screen and (max-width: 950px) {
	#billboard .billboard-content-container {
		background: var(--primary-color);
		transform: inherit;
		padding: 45px 25px;
		width: 100%;
		position: relative;
		left: unset;
		bottom: unset;
	}
	#billboard .billboard-content {
		background: transparent;
		padding: 0;
		max-width: 100%;
		margin: 0 auto;
	}
	#billboard h1 {
		/* font-size: 51px;
    line-height: 59px; */
	}
	/* #billboard h2 {
    font-size: 28px;
    line-height: 28px;
  } */
}

@media screen and (max-width: 550px) {
	#billboard .billboard-content {
		margin: 0 auto;
	}
	/* #billboard h1 {
    font-size: 30px;
  } */
}

@media screen and (max-width: 500px) {
	#billboard .billboard-content .tmf-module-content {
		display: flex;
		flex-direction: column;
		width: 100%;
		/* align-items: center; */
		justify-content: space-between;
	}
	#billboard .billboard-btns a:nth-child(1) {
		display: block;
		margin-right: 0;
		margin-bottom: 25px;
	}
}

/*---------------------------
*   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%;
	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: 400px;
	}
	#billboard .desktop-view {
		display: none;
	}
	#billboard .mobile-view {
		display: block;
	}
	#billboard .slide img {
		object-position: bottom;
	}
}

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

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

/* ======================================== *
        Int Billboard section for PA Landing Pages (personal Injury, Workers' Comp)
 * ======================================== */
#int-billboard-wrapper-landing {
}

#int-billboard-landing-container {
	max-width: 100% !important;
}

#int-billboard-landing .int-billboard-img {
	display: block;
	width: 100%;
	height: 336px;
	object-fit: cover;
}

#int-billboard-cell-1 {
}

#int-billboard-landing-cell-1 .inner {
	padding: 0;
}

#int-billboard-landing img {
	width: 100%;
	display: block;
}

#int-billboard-landing .int-billboard-content {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 0;
	transform: translateY(-50%);
}

#int-billboard-landing .int-billboard-title {
	background: var(--primary-color);
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	padding: 20px 25px;
	position: relative;
}

#int-billboard-landing .int-billboard-title::before {
	background: var(--primary-color);
	display: block;
	content: '';
	height: 100%;
	width: 1000%;
	position: absolute;
	top: 0;
	left: -1000%;
}
#int-billboard-landing .int-billboard-title::after {
	content: '';
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 99%;
	background: var(--primary-color);
	clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
}
#int-billboard-landing h1#page-title {
	margin-bottom: 0;
}
#int-billboard-landing .mobile-view {
	display: none;
}

@media screen and (max-width: 950px) {
	#int-billboard-landing .int-billboard-content {
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
		z-index: inherit;
		transform: inherit;
		max-width: 100%;
		background: var(--primary-color);
	}
	#int-billboard-landing .int-billboard-title {
		display: block;
		padding: 20px;
		max-width: 90%;
		margin: 0 auto;
	}
	#int-billboard-landing .int-billboard-title:before {
		display: none;
	}
	#int-billboard-landing .int-billboard-title::after {
		display: none;
	}
}

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

/* ======================================== *
        Int billboard 
 * ======================================== */
#int-billboard-wrapper {
	overflow: hidden;
}

#int-billboard-container {
	max-width: 100% !important;
}

#int-billboard .int-billboard-img {
	display: block;
	width: 100%;
	height: 336px;
}

#int-billboard-cell-1,
#int-billboard-cell-2 {
	vertical-align: middle;
}

#int-billboard-cell-1 {
	background: url('../images/prac-area_title_bg_3x.jpg') no-repeat center center/cover;
	width: 35%;
}

#int-billboard-cell-2 {
	width: 65%;
}

#int-billboard-cell-1 .inner,
#int-billboard-cell-2 .inner {
	padding: 0;
}

#int-billboard .int-billboard-content {
	box-sizing: border-box;
	position: absolute;
	max-width: 90%;
	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 .int-billboard-title::before,
#int-billboard .int-billboard-title::after {
	display: none;
}

#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 .int-billboard-content {
		background: var(--primary-color);
		position: relative;
		left: inherit;
		right: inherit;
		top: inherit;
		transform: inherit;
		padding: 15px 25px;
		max-width: 100%;
	}

	#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,
	.postid-217 #int-billboard h1#page-title {
		border: none;
		display: block;
		padding-bottom: 0;
		text-align: left;
		padding: 0;
	}

	#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/int_pages_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: 25px;
}
#int-title h1#page-title {
	margin-bottom: 0;
}

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

/* cell 1 */

/* cell 2 */
#home-body-cell-2 .inner {
	margin-top: -100px;
}

/* @media screen and (max-width: 1271px) {
  #home-body-cell-1 {
    padding-bottom: 25px;
  }
} */

@media screen and (max-width: 950px) {
	#home-body-wrapper {
		margin-top: 0;
		margin-bottom: 0;
		padding: 25px 0 50px;
	}
	#home-body {
		text-align: left;
		margin-top: 0;
	}
	#home-body-cell-1 {
		padding-bottom: 10px;
	}
	#home-body-cell-2 .inner {
		margin-top: 0;
	}
}

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

/* ======================================== *
        Body Section
 * ======================================== */
#body-container {
	max-width: 90%;
}
body:not(.single-attorney) #body-row {
	display: flex;
}
body:not(.single-attorney) #body-cell-1 {
	flex-grow: 1;
}
body:not(.single-attorney) #body-cell-2 {
	max-width: 450px;
	min-width: 375px;
	margin-left: auto;
}
/* #body .custom-inner {
  padding: 0 25px;
} */
#body #body-cell-1 #page-content h2:first-of-type {
	margin-top: 0;
}
/* .single-practice-area #body #body-cell-1 #page-content h2:first-of-type {
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
} */
#body #body-cell-1 .tmf-post .content-container {
	padding-bottom: 35px;
}
#body #body-cell-1 > .inner {
	padding: 35px 25px;
}
#body #body-cell-2 > .inner {
	padding: 50px 25px;
}
.page #body #body-cell-2 > .inner {
	padding: 50px 25px;
	margin-top: -150px;
}
#body #body-cell-2 {
	position: relative;
}
/* .page #body #body-cell-2 .inner {
  margin-top: -85px;
} */

@media screen and (max-width: 1050px) {
	#body-wrapper {
		margin-top: 0;
		overflow: hidden;
	}
	#body {
		padding: 35px 0;
	}
	#body #body-cell-1 .inner {
		padding: 0 25px;
	}
	#body #body-cell-2 .inner {
		padding: 0 25px;
	}
	.page #body #body-cell-2 .inner {
		margin-top: 0;
		padding: 0 25px;
	}
	body:not(.single-attorney) #body-row {
		display: block;
	}
	body:not(.single-attorney) #body-cell-1 {
		flex-grow: 1;
	}
	body:not(.single-attorney) #body-cell-2 {
		max-width: 100%;
		min-width: unset;
		margin-left: unset;
	}
}

@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 {
	box-sizing: border-box;
}
#home-practice-areas-container {
	max-width: 100%;
}
#home-practice-areas .tmf-post-list {
	position: relative;
	display: table;
	width: 100%;
}
#home-practice-areas .tmf-post.practice-area {
	padding: 0;
	margin: 0;
	border: 0;
	width: 50%;
	text-align: center;
	display: table-cell;
}
#home-practice-areas .tmf-post.practice-area a {
	text-decoration: none;
}
#home-practice-areas .tmf-post.practice-area.first-post .pa-listing {
	background: url('../images/home_personalinjury_light_3x.png') no-repeat;
	background-size: 100% 100%;
	height: 360px;
	width: 107%;
	transform: translateX(0%);
}
#home-practice-areas .tmf-post.practice-area.first-post .pa-listing::before {
	content: '';
	background: url('../images/home_personalinjury_dark_3x.png') no-repeat;
	position: absolute;
	width: 0;
	height: 0;
}
#home-practice-areas .tmf-post.practice-area.first-post .pa-listing:hover {
	background: url('../images/home_personalinjury_dark_3x.png') no-repeat;
	background-size: 100% 100%;
	width: 107%;
	transform: translateX(0%);
}
#home-practice-areas .tmf-post.practice-area.last-post .pa-listing {
	background: url('../images/home_workerscomp_light_3x.png') no-repeat;
	background-size: 100% 100%;
	height: 360px;
	width: 101%;
	transform: translateX(-1%);
}
#home-practice-areas .tmf-post.practice-area.last-post .pa-listing:before {
	content: '';
	background: url('../images/home_workerscomp_dark_3x.png') no-repeat;
	position: absolute;
	width: 0;
	height: 0;
}
#home-practice-areas .tmf-post.practice-area.last-post .pa-listing:hover {
	background: url('../images/home_workerscomp_dark_3x.png') no-repeat;
	background-size: 100% 100%;
	width: 101%;
	transform: translateX(-1%);
}
#home-practice-areas .tmf-post.practice-area .pa-listing {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}
#home-practice-areas .tmf-post.practice-area .pa-listing .pa-button {
	background: var(--alt-secondary-color-light);
	position: absolute;
	bottom: -15px;
}
#home-practice-areas .tmf-post.practice-area .pa-listing .pa-button::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #bf0000;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: transform 0.3s ease-out;
}
#home-practice-areas .tmf-post.practice-area .pa-listing:hover .pa-button {
	color: #fff;
}
#home-practice-areas .tmf-post.practice-area .pa-listing:hover .pa-button::before {
	transform: scale(1);
}

#home-practice-areas .tmf-post.practice-area .title {
	background: var(--primary-color);
	padding: 10px 50px;
	color: #fff;
	font-size: 36px;
	font-family: var(--heading-font);
	font-weight: 600;
}
#home-practice-areas .tmf-post.practice-area.first-post .title {
	clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}
#home-practice-areas .tmf-post.practice-area.last-post .title {
	clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
}

/* Mobile PA FAQs Accordions*/
/* Faq Accordions */
#home-practice-areas .pa-mobile-faqs {
	display: none;
}
#home-practice-areas .smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0px;
}

/* icon */
#home-practice-areas .smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 10px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 7px;
	margin-top: 0;
	background: url('../images/injurylawdecatur-Icon-Sprite_3x.png') no-repeat;
	background-size: 95px;
	background-position: -16px 0;
}

/* head */
#home-practice-areas .smk_accordion .accordion_in .acc_head {
	position: relative;
	background: transparent;
	padding: 0 15px 0 25px;
	color: #000;
	font-family: var(--body-font);
	font-size: 18px;
	font-weight: 700;
	display: block;
	cursor: pointer;
	margin-top: 20px;
}
#home-practice-areas .smk_accordion .accordion_in.acc_active > .acc_head {
	color: #000;
	background: transparent;
}
#home-practice-areas .smk_accordion .accordion_in.acc_active > .acc_head .title {
	font-weight: 700 !important;
}
#home-practice-areas .smk_accordion .accordion_in > .acc_head .title {
	font-size: 18px;
	font-weight: 700;
}
#home-practice-areas .smk_accordion .tmf-post.first-post .acc_head {
	margin-top: 0;
}

/* content */
#home-practice-areas .smk_accordion .accordion_in .acc_content {
	background: transparent;
	color: #000;
	font-size: 16px;
	font-family: var(--body-font);
	font-weight: 400;
	padding: 15px 10px 15px 40px;
	line-height: 20px;
}

@media screen and (max-width: 1050px) {
	#home-practice-areas .tmf-post.practice-area {
		width: 100%;
		display: block;
	}
	/* #home-practice-areas .tmf-post.practice-area.first-post {
    margin-bottom: 25px;
  } */
	#home-practice-areas .tmf-post.practice-area .pa-listing .pa-button {
		position: relative;
		bottom: unset;
	}
	#home-practice-areas .tmf-post.practice-area.first-post .pa-listing {
		background: url('../images/home_personalinjury_dark_mobile_3x.jpg') no-repeat center center/cover;
		/* width: 100%; */
		transform: unset;
		height: 300px;
		width: 90%;
		margin: 0 auto 16px;
	}
	#home-practice-areas .tmf-post.practice-area.first-post .pa-listing::before {
		content: '';
		background: url('../images/home_personalinjury_light_mobile_3x.jpg') no-repeat center center/cover;
		position: absolute;
		width: 0;
		height: 0;
	}
	#home-practice-areas .tmf-post.practice-area.first-post .pa-listing:hover {
		background: url('../images/home_personalinjury_light_mobile_3x.jpg') no-repeat center center/cover;
		transform: unset;
		width: 90%;
		margin: 0 auto 16px;
	}
	#home-practice-areas .tmf-post.practice-area.last-post .pa-listing {
		background: url('../images/home_workerscomp_dark_mobile_3x.jpg') no-repeat center center/cover;
		height: 300px;
		/* width: 100%; */
		transform: unset;
		width: 90%;
		margin: 0 auto 16px;
	}
	#home-practice-areas .tmf-post.practice-area.last-post .pa-listing:before {
		content: '';
		background: url('../images/home_workerscomp_light_mobile_3x.jpg') no-repeat center center/cover;
		position: absolute;
		width: 0;
		height: 0;
	}
	#home-practice-areas .tmf-post.practice-area.last-post .pa-listing:hover {
		background: url('../images/home_workerscomp_light_mobile_3x.jpg') no-repeat center center/cover;
		/* width: 100%; */
		transform: unset;
		width: 90%;
		margin: 0 auto 16px;
	}
	#home-practice-areas .tmf-post.practice-area.first-post .title,
	#home-practice-areas .tmf-post.practice-area.last-post .title {
		clip-path: none;
	}
	#home-practice-areas .pa-mobile-faqs {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		padding: 25px 0 50px;
	}
}

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

@media screen and (max-width: 850px) {
	#home-practice-areas .tmf-post.practice-area.first-post .title,
	#home-practice-areas .tmf-post.practice-area.last-post .title {
		font-size: 30px;
		padding: 10px 20px;
	}
}

/* ======================================== *
        Home FAQs Section
 * ======================================== */
#home-faq-wrapper {
	padding: 60px 0 110px;
}
#home-faq-container {
	max-width: 90%;
}
#home-faq-mobile-row {
	display: none;
}

/* cell 1 */
/* cell 2 */
#home-faq-cell-2 {
	padding-top: 0;
}

/* Faq Accordions */
#home-faq .smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0px;
}

/* icon */
#home-faq .smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 10px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 7px;
	margin-top: 0;
	background: url('../images/injurylawdecatur-Icon-Sprite_3x.png') no-repeat;
	background-size: 95px;
	background-position: -16px 0;
}

/* head */
#home-faq .smk_accordion .accordion_in .acc_head {
	position: relative;
	background: transparent;
	padding: 0 15px 0 25px;
	color: #000;
	font-family: var(--body-font);
	font-size: 18px;
	font-weight: 700;
	display: block;
	cursor: pointer;
	margin-top: 20px;
}
#home-faq .smk_accordion .accordion_in.acc_active > .acc_head {
	color: #000;
	background: transparent;
}
#home-faq .smk_accordion .accordion_in.acc_active > .acc_head .title {
	font-weight: 700 !important;
}
#home-faq .smk_accordion .accordion_in > .acc_head .title {
	font-size: 18px;
	font-weight: 700;
}

/* content */
#home-faq .smk_accordion .accordion_in .acc_content {
	background: transparent;
	color: #000;
	font-size: 16px;
	font-family: var(--body-font);
	font-weight: 400;
	padding: 15px 10px 15px 40px;
	line-height: 20px;
}

@media screen and (max-width: 1050px) {
	#home-faq-wrapper {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	#home-faq-wrapper {
		padding: 15px 0 50px;
	}
	#home-faq-mobile-row {
		display: block;
	}
	#home-faq-row {
		display: none;
	}
}

/* ======================================== *
        Home Attorney Section
 * ======================================== */
/* #home-attorney-wrapper {
  background: url("../images/home_attorney_theodore_bg_3x.jpg") no-repeat center
    center/cover;
}
#home-attorney-container {
  max-width: 90%;
} */

/* cell 1 */
/* #home-attorney-cell-1 {
  padding-top: 50px !important;
}
#home-attorney-cell-1 img {
  display: block;
} */

/* cell 2 */
/* #home-attorney-cell-2 {
  vertical-align: middle;
}
#home-attorney-cell-2 .inner {
  padding-left: 50px;
}
#home-attorney h3 {
  color: #fff;
}
#home-attorney p {
  color: #fff;
}

@media screen and (max-width: 1250px) {
  #home-attorney-cell-2 .inner {
    padding: 25px;
  }
  #home-attorney-cell-1 img {
    display: block;
    width: 100%;
    min-width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 950px) {
  #home-attorney-row {
    display: flex;
    flex-direction: column-reverse;
  }
  #home-attorney-cell-1 img {
    max-width: 450px;
    margin: 0 auto;
    min-width: unset;
  }
  #home-attorney-cell-1 {
    padding-top: 25px !important;
  }
} */

/* ======================================== *
        Home Section 2 Section
 * ======================================== */
#home-section-2-wrapper {
}
#home-section-2-container {
	max-width: 100% !important;
}
#home-section-2-row {
	background: var(--secondary-color);
}

/* cell 1 */
#home-section-2-cell-1 {
	/* padding: 50px 0 !important; */
	padding: 50px 50px 50px 0 !important;
	box-sizing: border-box;
	background: url('../images/home_ourprocess_bg_3x.jpg') no-repeat center center/cover;
	position: absolute;
	top: -30px;
	bottom: -30px;
	z-index: 1;
	min-height: 100%;
	display: flex;
	align-items: center;
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
#home-section-2-cell-1 .inner {
	max-width: 80%;
	margin: 0 auto 0 10%;
	padding: 0 25px 0 0;
}
#home-section-2-cell-1 h2 {
	margin: 0 auto 15px;
	color: #fff;
}
#home-section-2-cell-1 p {
	color: #fff;
}

/* cell 2 */
#home-section-2-cell-2 {
	background: var(--secondary-color);
	padding: 100px 25px;
}
#home-section-2-cell-2 .inner {
	padding: 0 25px;
	max-width: 90%;
	margin: 0 10% 0 auto;
	text-align: center;
}
#home-section-2-cell-2 p {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}
#home-section-2-cell-2 .call-us {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
#home-section-2-cell-2 .call-us::before {
	content: '';
	display: inline-block;
	background: url('../images/injurylawdecatur-Icon-Sprite_3x.png') no-repeat;
	background-size: 338px;
	background-position: -60px 0;
	width: 29px;
	height: 42px;
	transition: 0.2s ease;
}
#home-section-2-cell-2 .call-us:hover::before {
	transform: translateX(5px);
}
#home-section-2-cell-2 .call-us a {
	text-decoration: none;
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
}
#home-section-2-cell-2 .call-us a:hover {
	text-decoration: underline;
}

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

@media screen and (max-width: 1150px) {
	.tmf-module-area-footer-1,
	.tmf-module-area-footer-2 {
		width: auto !important;
	}
}

@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;
		clip-path: none;
	}
	#home-section-2-cell-1 .inner {
		height: auto;
		display: block;
		margin: 0 auto;
		padding: 0 25px;
	}
	#home-section-2-cell-2 {
		max-width: 90%;
		margin: 0 auto;
	}
	#home-section-2-cell-2 .inner {
		height: auto;
		display: block;
	}
	/* #home-section-2-wrapper {
    padding: 50px 0;
  } */
}
@media screen and (max-width: 600px) {
	#home-section-2-cell-2 {
		padding: 50px 25px;
	}
}

/* ======================================== *
        Home Testimonials Section
 * ======================================== */
#testimonials-wrapper {
	padding: 200px 0 180px;
	background: url('../images/home_testimonial_bg_3x.jpg') no-repeat center right/cover;
}

#testimonials-container {
	max-width: 90%;
}
#testimonials {
	/* text-align: center; */
}
#testimonials-row {
	box-sizing: border-box;
	margin: 0 auto;
}

/* cell 1 */
#testimonials-cell-1 .tmf-module-area {
	/* background: #88867e;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid#bfbba3;
  outline-offset: -15px;
  padding: 35px; */
}
#testimonials-cell-1 h3 {
	color: #000;
	font-size: 36px;
	margin-bottom: 30px;
}
#testimonials-cell-1 .tmf-button {
	box-sizing: border-box;
	display: inline-block;
	max-width: max-content;
	width: 100%;
	padding: 5px 25px;
}

/* cell 2 */
#testimonials-cell-2 .tmf-module-area {
	max-width: 75%;
	box-sizing: border-box;
}
#testimonials .bx-wrapper {
	margin: 0 auto 10px;
}
#testimonials .bx-viewport {
	max-width: 100% !important;
	left: 0 !important;
	overflow: visible !important;
}
#testimonials-cell-2 {
	vertical-align: middle;
}

/* Post */
#testimonials .tmf-post.small {
	padding-bottom: 0;
	margin: 0;
}
#testimonials .excerpt {
	text-align: left;
	color: #000;
	margin: 0;
	max-width: 90%;
}
#testimonials .tmf-post.testimonial.small .testimonial-description {
	margin-top: 20px;
	color: #000;
	text-align: left;
}
#testimonials .stars {
	color: var(--accent-color);
}

/* bxslider controls*/
#testimonials .bx-wrapper .bx-controls-direction span {
	position: absolute;
	top: 20%;
	outline: 0;
	width: 23px;
	height: 32px;
	font-size: 0;
	color: #c5c5c5;
	z-index: unset;
	cursor: pointer;
}
/* arrows */
#testimonials .bx-wrapper .bx-prev {
	display: none;
}
#testimonials .bx-wrapper .bx-next {
	right: -100px;
	transition: 0.25s ease-in-out;
}
#testimonials .bx-wrapper .bx-next:hover {
	transform: translateX(5px);
}
#testimonials .bx-wrapper .bx-next::before {
	/* content: "\f0da"; */
	content: '';
	width: 23px;
	height: 32px;
	/* color: var(--accent-color); */
	/* font-size: 32px; */
	/* font-family: var(--font-awesome-5); */
	/* font-weight: 600; */
	display: inline-block;
	position: relative;
	background: url('../images/injurylawdecatur-Icon-Sprite_3x.png') no-repeat;
	background-size: 340px;
	background-position: -118px 0;
}
/* pager */
#testimonials .bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 25px;
	display: none;
}
.bx-wrapper .bx-viewport {
	left: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager span {
	width: 15px;
	height: 15px;
	background: transparent;
	border: 1px solid #8c7f6b;
	text-indent: -9999px;
	display: block;
	transition: all 0.15s ease;
	cursor: pointer;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	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: #8c7f6b;
	/* border: 1px solid var(--primary-color); */
}

@media screen and (max-width: 1250px) {
	#testimonials-cell-2 .tmf-module-area {
		max-width: 100%;
	}
	#testimonials-cell-1 .tmf-module-area {
		min-width: 280px;
	}
}

@media screen and (max-width: 1200px) {
	#testimonials-cell-1 {
		width: 50%;
	}
}

@media screen and (max-width: 950px) {
	#testimonials-wrapper {
		padding: 60px 0;
	}
	#testimonials-cell-2 {
		padding-top: 45px;
	}
	#testimonials-cell-1 .tmf-module-area {
		min-width: auto;
	}
	#testimonials-cell-1 {
		width: 100%;
	}
	#testimonials .bx-wrapper .bx-controls-direction {
		display: none;
	}
	#testimonials .bx-wrapper .bx-pager {
		display: block;
	}
	#testimonials .excerpt {
		/* max-width: 100%; */
		text-align: center;
		margin: 0 auto;
	}
	#testimonials-cell-1 h3 {
		text-align: center;
	}
}

@media screen and (max-width: 525px) {
	#testimonials-cell-1 h3 {
		font-size: 30px;
	}
}

/* ======================================== *
        Home Our Process Section
 * ======================================== */
#home-our-process-wrapper {
	background: url('../images/home_ourprocess_bg_3x.jpg') no-repeat;
	padding: 100px 0;
}
#home-our-process-container {
	max-width: 90%;
}
#home-our-process {
	text-align: center;
	margin: 0 auto;
	max-width: 60%;
}
#home-our-process h2 {
	color: #fff;
	margin-bottom: 45px;
	margin-top: 0;
}
#home-our-process p {
	color: #fff;
	margin-bottom: 50px;
}
#home-our-process .tmf-button {
	color: #fff;
}
#home-our-process .tmf-button:nth-child(1) {
	margin-right: 45px;
}

@media screen and (max-width: 1050px) {
	#home-our-process {
		max-width: 80%;
	}
}

@media screen and (max-width: 800px) {
	#home-our-process .tmf-button:nth-child(1) {
		display: block;
		max-width: fit-content;
		margin: 0 auto 25px;
	}
}

@media screen and (max-width: 550px) {
	#home-our-process-wrapper {
		padding: 50px 0 60px;
	}
	#home-our-process {
		max-width: 100%;
	}
	#home-our-process h2 {
		margin-bottom: 25px;
	}
}

/* ======================================== *
        Single Practice Areas Pages
 * ======================================== */
.single-practice-area #body #body-cell-2 > .inner {
	margin-top: -150px;
}
.single-practice-area .pa-list-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.single-practice-area .pa-list-wrapper ul {
	margin: 0;
}
.single-practice-area .pa-list-wrapper ul li {
}
.single-practice-area .pa-list-wrapper ul li::before {
	color: #000;
}
.single-practice-area .pa-list-wrapper ul li a {
	text-decoration: none;
	color: var(--accent-color);
	font-weight: 700;
}
.single-practice-area .pa-list-wrapper ul li a:hover {
	text-decoration: underline;
}

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

/* ---- Single Practice Area Our Process Section ---- */
.our-process-wrapper {
	margin: 35px 0;
}
.our-process-wrapper .our-process {
	background: var(--primary-color);
	padding: 50px 25px;
	margin: 0 auto;
	max-width: 85%;
	margin-bottom: -150px;
	position: relative;
	z-index: 1;
}
.our-process h2 {
	text-align: center;
	color: #fff !important;
	font-family: var(--heading-font) !important;
	font-size: 30px !important;
	font-weight: 600 !important;
}
.our-process .process-steps {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
.our-process .bx-viewport {
	max-width: 80% !important;
	margin: 0 auto;
}
.our-process .process-steps li {
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}
.our-process .process-steps li::before {
	display: none;
}
.our-process .process-steps li div {
	font-size: 18px;
}
.our-process .process-steps li div::before,
.our-process .process-steps li div::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: 2px solid #baa68d;
	width: 50px;
}
.our-process .process-steps li div::before {
	margin-right: 15px;
	margin-left: -100%;
	width: 100%;
}
.our-process .process-steps li div::after {
	margin-left: 15px;
	margin-right: -100%;
	width: 100%;
}
.our-process .process-steps li p {
	font-size: 20px;
	font-weight: 700;
	padding-top: 5px;
	line-height: 28px;
}
.our-process-content {
	background: var(--secondary-color);
	padding: 180px 25px 50px;
	text-align: center;
}
.our-process-content p {
	max-width: 70%;
	margin: 0 auto 25px;
}
.our-process .bx-wrapper .bx-controls {
	display: flex;
	justify-content: center;
	padding-top: 35px;
}
.our-process .bx-wrapper .bx-pager {
	padding-top: 0;
	display: flex;
	justify-content: space-between;
	max-width: 80%;
	margin: 0 auto;
}
.our-process .bx-wrapper .bx-pager::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: 6px solid #374d64;
	width: 95%;
	z-index: -1;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.our-process .bx-wrapper .bx-pager.bx-default-pager span {
	width: 30px;
	height: 30px;
	background: var(--secondary-color);
	border: 0;
	text-indent: 0;
	display: block;
	transition: all 0.15s ease;
	cursor: pointer;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	/* margin: 0 25px; */
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	transition: all 0.2s ease;
}
.our-process .bx-wrapper .bx-pager.bx-default-pager span:hover,
.our-process .bx-wrapper .bx-pager.bx-default-pager span.active {
	transform: scale(1.4);
}

@media screen and (max-width: 550px) {
	.our-process .bx-viewport {
		max-width: 100% !important;
	}
	.our-process .bx-wrapper .bx-pager {
		max-width: 100%;
	}
	.our-process .bx-wrapper .bx-pager.bx-default-pager span {
		width: 20px;
		height: 20px;
		font-size: 16px;
	}
}

/* ======================================== *
        Testimonial sidebar
 * ======================================== */
.tmf-module-670 {
	border: 2px solid #3c5066;
	padding: 45px 55px;
	margin: 50px 0 25px;
}
body .tmf-module-670 h3 {
	text-align: center;
	font-family: var(--heading-font) !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	margin-bottom: 0;
}
.tmf-module-670 .tmf-post {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	text-align: center;
}
body .tmf-module-670 .tmf-module-content .tmf-button {
	display: block;
	max-width: fit-content;
	margin: 0 auto -63px;
	background: var(--alt-secondary-color-light);
}
.tmf-module-670 .bx-wrapper {
	margin: 0 auto 85px;
}
.tmf-module-670 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

@media screen and (max-width: 1460px) {
	.tmf-module-670 {
		padding: 45px 45px;
	}
}

/* ======================================== *
        Featured Posts sidebar
 * ======================================== */
.tmf-module-673 {
	background: var(--primary-color);
	padding: 45px 55px;
	margin-top: 60px;
	text-align: center;
}
body .tmf-module-673 h3.tmf-module-title {
	font-family: var(--heading-font) !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	color: #fff;
}
.tmf-module-673 .tmf-post.post {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.tmf-module-673 .tmf-post.post .post-img {
	margin-bottom: 15px;
}
.tmf-module-673 .tmf-post.post .post-img img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.tmf-module-673 .tmf-post.post .title {
}
.tmf-module-673 .tmf-post.post .title a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
.tmf-module-673 .tmf-post.post .title a:hover {
	text-decoration: underline;
}

.tmf-module-673 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

/* ======================================== *
        All Archives
 * ======================================== */
.post-type-archive #body-cell-2 .inner {
	margin-top: -150px;
}
@media screen and (max-width: 1050px) {
	.post-type-archive #body-cell-2 .inner {
		margin-top: 0;
	}
}
/* ======================================== *
        Videos archive
 * ======================================== */
.tmf-post.video.medium .excerpt img.thumbnail.mobile {
	display: none;
}

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

/* video single */
.tmf-post.video.large:not(.attorney) img.primary {
	float: none;
	display: block;
	margin: 0 0 15px;
}

/* ======================================== *
        Rep cases archive
 * ======================================== */
.post-type-archive-representative-case #body-cell-1 .tmf-post {
	padding-bottom: 45px;
	margin-bottom: 45px;
}

/* ======================================== *
        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;
}
/* ======================================== *
        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;
}
/* ======================================== *
        Attorney Archive: Category Staff
 * ======================================== */
.term-staff .tmf-post.attorney.medium .read-more-button.top {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
	display: none !important;
}
.term-staff .tmf-post.attorney.medium .read-more-button.bottom {
	display: block !important;
	float: left;
}
.term-staff .tmf-post.attorney {
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.term-staff .contact-information a {
	color: #333;
}
/* ======================================== *
        Single Attorney Page CSS
 * ======================================== */

/* --- attorney bio info header --- */
.attorney-bio-info {
	/* background: url("../images/int_attorney_bg_3x.jpg") no-repeat center
    center/cover; */
	/* height: 295px; */
	/* background: url("../images/atty_bio_title_bg_3x.jpg") no-repeat center
  center/cover; */
}
.attorney-bio-info-container {
	max-width: 100%;
	margin: 0 auto;
}
.attorney-bio-info-row {
	display: flex;
	width: 100%;
}
.attorney-bio-info .attorney-bio-box-1,
.attorney-bio-info .attorney-bio-box-2 {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}

/* attorney-bio-box-1 */
.attorney-bio-info .attorney-bio-box-1 {
	width: 50%;
}
.attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
	padding: 0;
}
.attorney-bio-info img.primary {
	box-sizing: border-box;
	border-radius: 0;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

/* attorney-bio-box-2 */
.attorney-bio-info .attorney-bio-box-2 {
	width: 50%;
	display: flex;
	align-items: center;
	padding-left: 25px;
	background: url('../images/atty_bio_title_bg_3x.jpg') no-repeat center center/cover;
}
.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
	padding-left: 100px;
}
.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner .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: fit-content;
	border-right: 2px solid #3c5066;
	padding-right: 20px;
}
.attorney-bio-info .attorney-titles {
	padding-bottom: 2px;
}
.attorney-bio-info .attorney-titles a {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--body-font);
}
.attorney-contact-info {
	padding-left: 0;
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
}

.attorney-bio-info .contact-information a,
.attorney-bio-info .icon-container a,
.attorney-bio-info .speaking a {
	color: #fff;
	font-weight: 600;
}
.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;
	/* margin-bottom: 10px; */
}
.attorney-bio-info .label {
	font-size: 0;
}
.attorney-bio-info .vcard .value {
	background: transparent;
	/* background-size: 265px; */
	height: auto;
	width: auto;
	/* vertical-align: middle; */
	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: #3c5066;
	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';
}

/* --- attorney Body --- */
.single-attorney #body-row {
	display: flex;
	width: 100%;
}

/* cell 1 */
.single-attorney #body-cell-1 {
	flex-grow: 1;
}
.single-attorney #body #body-cell-1 .inner {
	padding: 35px 25px;
}

/* cell 2 */
.single-attorney #body-cell-2 {
	width: 450px;
	flex-shrink: 0;
}
.single-attorney #body #body-cell-2 .inner {
	padding: 35px 25px;
	margin-top: -130px;
}

/* Attorney Easy Tabs */
/* .etabs {
  display: table;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.tab {
  border-right: 2px solid #fff;
  background: var(--alt-accent-color-dark);
  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.active::after {
  content: "\f0d8";
  color: #f5f5ef;
  font-family: var(--font-awesome-6);
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.tab a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  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-out;
}
.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 {
  background: #f5f5ef;
  padding: 20px 25px 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;
}

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

  .tab {
    border-right: none;
    border-bottom: 2px solid #fff;
    display: block;
  }
} */
/* End Easy Tabs */

/* Attorney Accordion */
/* head */
.single-attorney .smk_accordion .accordion_in .acc_head {
	position: relative;
	background: var(--alt-secondary-color-dark);
	padding: 15px;
	color: #000;
	font-family: var(--body-font);
	font-size: 18px;
	font-weight: 700;
	display: block;
	cursor: pointer;
	margin-top: 20px;
}
.single-attorney .smk_accordion .accordion_in.acc_active > .acc_head {
	color: #ffffff;
	background: var(--accent-color);
}
.single-attorney .smk_accordion .accordion_in.acc_active > .acc_head .title {
	font-weight: 600 !important;
}
.single-attorney .smk_accordion .accordion_in > .acc_head .title {
	font-size: 18px;
	font-weight: 700;
}

/* content*/
.single-attorney .smk_accordion .accordion_in .acc_content {
	background: transparent;
	color: #000;
	font-size: 16px;
	font-family: var(--body-font);
	font-weight: 400;
	padding: 15px 10px;
	line-height: 20px;
}

@media screen and (max-width: 400px) {
	.single-attorney .acc_content .editor-content ul {
		padding-left: 20px;
	}
}

/* end accordion */

/* @media screen and (max-width: 1590px) {
  .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    width: 75%;
  }
}
@media screen and (max-width: 1520px) {
  .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    width: 85%;
  }
}
@media screen and (max-width: 1405px) {
  .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    width: 75%;
    padding-left: 50px;
  }
  .attorney-bio-box-2 .attorney-bio-info-inner .attorney-page-title {
    align-items: start;
    gap: 5px;
    flex-direction: column;
  }
} */
@media screen and (max-width: 1400px) {
	/* .attorney-bio-info img.primary {
    width: 350px;
  } */
	/* .single-attorney #body-cell-1 {
    width: 375px;
  }
  .single-attorney #body #body-cell-1 .inner {
    padding: 100px 25px 50px 0;
    width: 375px;
  } */
}

@media screen and (max-width: 1200px) {
	.attorney-contact-info {
		flex-direction: column;
		align-items: start;
	}
	.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner .title-section {
		flex-direction: column;
		align-items: start;
		gap: 5px;
	}
	.attorney-bio-info .contact-information,
	.attorney-bio-info .icon-container {
		display: flex;
		flex-direction: column;
	}
	.attorney-bio-info h1#page-title {
		border: 0;
		padding-right: 0;
	}
}

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

	.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
		width: 100%;
	}
	/* .attorney-bio-info .attorney-bio-box-2 {
    width: calc(100% - 375px);
  } */
}

@media screen and (max-width: 1050px) {
	.single-attorney #body-row {
		display: block;
		/* flex-direction: column-reverse; */
		display: block;
		width: 100%;
		padding: 50px 0;
	}
	.single-attorney #body-cell-1 {
		max-width: 100%;
	}
	.single-attorney #body #body-cell-1 .inner {
		width: 400px;
		padding: 50px 25px 50px;
	}
	/* .attorney-bio-info img.primary {
    width: auto;
    height: 295px;
  } */
	.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
		padding-left: 30px;
	}
	.single-attorney #body-row {
		/* display: flex;
    flex-direction: column; */
		display: block;
		width: 100%;
		padding: 0;
	}
	.single-attorney #body-cell-1 {
		width: 100%;
	}
	.single-attorney #body #body-cell-1 .inner {
		width: 100%;
		padding: 25px;
	}
	.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
		width: 100%;
	}
	.attorney-bio-info .attorney-bio-box-2 {
		flex-grow: 1;
	}
	.single-attorney #body {
		padding: 0;
	}
	.single-attorney #body #body-cell-2 .inner {
		margin-top: 0;
		padding-top: 0;
	}
	.single-attorney #body-cell-2 {
		padding-top: 0;
		width: 100%;
	}
}

@media screen and (max-width: 950px) {
	.attorney-bio-box-2 .attorney-titles {
		text-align: center;
	}
	.attorney-bio-box-2 .attorney-bio-info-inner .attorney-page-title .title-section {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.attorney-bio-info {
		height: auto;
	}
	.attorney-bio-info-row {
		/* flex-direction: column;
    align-items: center; */
		display: block;
		/* padding: 25px 0 0; */
	}
	.attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
		padding: 0;
	}
	.attorney-bio-info .attorney-bio-box-1 {
		display: block;
		width: 100%;
		background: url('../images/atty_bio_title_bg_3x.jpg') no-repeat center center/cover;
		/* padding-top: 25px; */
	}
	.attorney-bio-info .attorney-bio-box-2 {
		width: 100%;
		display: block;
		padding: 50px 0;
	}
	.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
		padding-left: 0;
	}
	.attorney-bio-box-2 .attorney-bio-info-inner .attorney-page-title {
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 0;
	}
	.attorney-bio-info h1#page-title {
		border-right: none;
		padding-right: 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%;
	}
	/* .attorney-bio-info .attorney-bio-box-1 {
    padding-top: 0;
  } */
	/* .attorney-bio-info-row {
    padding: 25px 0;
  } */
}

@media screen and (max-width: 500px) {
	.attorney-bio-box-2 .attorney-bio-info-inner .attorney-page-title .title-section {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0;
		text-align: center;
	}
}

/* ======================================== *
        Int Footer Section
 * ======================================== */
#int-footer-wrapper {
	background: url('../images/int_pages_footer_logowatermark_3x.png') no-repeat center left/contain, var(--secondary-color);
	padding: 50px 0;
}
#int-footer-container {
	max-width: 90%;
}
#int-footer-cell-1 h3 {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	border-bottom: 2px solid #baa68d;
	padding-bottom: 15px;
	font-family: var(--heading-font);
}
#int-footer-cell-1 a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
#int-footer-cell-1 .tmf-post.small.location .business-info {
	display: flex;
	gap: 25px;
}
#int-footer-cell-1 .tmf-post.small.location .phone-1 {
	margin-right: 15px;
}
#int-footer-cell-1 .tmf-post.small.location .phone-1 .value span.divider {
	margin: 0 10px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
#int-footer-cell-1 .tmf-post.small.location .phone-1::before {
	content: '\f879';
	margin-right: 5px;
	transform: rotate(10deg);
	width: 18px;
	color: #8c7f6b;
	font-size: 16px;
	font-family: var(--font-awesome-5);
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
#int-footer-cell-1 .tmf-post.small.location .email {
	display: inline-block;
}
#int-footer-cell-1 .tmf-post.small.location .email::before {
	color: #8c7f6b;
}
#int-footer-cell-1 .address {
	display: flex;
	gap: 5px;
	align-items: center;
}
#int-footer-cell-1 .address::before {
	content: '\f3c5';
	display: inline-block;
	vertical-align: top;
	color: #8c7f6b;
	font-family: var(--font-awesome-5);
	font-size: 18px;
	font-weight: 700;
	margin-right: 5px;
}

#int-footer-cell-1 .streetAddress::before {
	display: none;
}
#int-footer-cell-1 .tmf-post.small.location .footer-social {
	border-top: 2px solid #baa68d;
	margin-top: 15px;
}
#int-footer-cell-1 .social-icons {
	margin-top: 15px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
#int-footer-cell-1 .social-icons .label {
	color: #000;
	font-weight: 700;
	font-size: 16px;
}
#int-footer-cell-1 .social-icons .icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: none;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url('../images/injurylawdecatur-Icon-Sprite_3x.png') no-repeat;
	background-size: 330px;
}
#int-footer-cell-1 .social-icons .icon.facebook {
	background-position: -198px 0;
}
#int-footer-cell-1 .social-icons .icon.linked-in {
	background-position: -227px 0;
}

@media screen and (max-width: 950px) {
	#int-footer-cell-1 .tmf-post.small.location .business-info {
		flex-direction: column;
		gap: 0;
		text-align: center;
	}
	#int-footer-cell-1 .address {
		justify-content: center;
		text-align: left;
	}
	#int-footer-cell-1 .address .address-2 {
		display: inline;
	}
	#int-footer-cell-1 .tmf-post.small.location .phone-1 {
		margin-right: 0;
	}
}

/* ======================================== *
        Home Footer Section
 * ======================================== */
#footer-wrapper {
	/* background: var(--alt-primary-color-dark); */
	/* background: url("../images/footer_bg_3x.png") no-repeat center bottom/contain,
    #4b4844; */
	/* padding: 50px 0; */
	background: linear-gradient(to bottom, #be1c03, #851001);
}
#footer-container {
	max-width: 100%;
}
#footer {
	position: relative;
}

/* cell 1 */
#footer-bottom-cell-1 {
	background: url('../images/home_footer_logo-watermark_3x.png') no-repeat center left/contain, var(--secondary-color);
	padding: 100px 0 !important;
	clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}
#footer-bottom-cell-1 .inner {
	padding: 0;
}
.tmf-module-area-footer-1 {
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* text-align: center; */
	/* border: 2px solid var(--alt-primary-color-light); */
	box-sizing: border-box;
	/* height: 230px; */
	/* min-width: 380px; */
	/* width: 490px; */
	margin: 0 auto;
}
#footer-bottom-cell-1 h3 {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	border-bottom: 2px solid #baa68d;
	padding-bottom: 15px;
}
#footer-bottom-cell-1 a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
#footer-bottom-cell-1 .tmf-post.small.location .phone-1 {
	margin-right: 15px;
}
#footer-bottom-cell-1 .tmf-post.small.location .phone-1 .value span.divider {
	margin: 0 10px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
#footer-bottom-cell-1 .tmf-post.small.location .phone-1::before {
	content: '\f879';
	margin-right: 5px;
	transform: rotate(10deg);
	width: 18px;
	color: #8c7f6b;
	font-size: 16px;
	font-family: var(--font-awesome-5);
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
#footer-bottom-cell-1 .tmf-post.small.location .email {
	display: inline-block;
}
#footer-bottom-cell-1 .tmf-post.small.location .email::before {
	color: #8c7f6b;
}
#footer-bottom-cell-1 .tmf-post.small.location .address {
	/* display: block; */
}
#footer-bottom-cell-1 .address {
	display: flex;
	gap: 5px;
	align-items: center;
}
#footer-bottom-cell-1 .address::before {
	content: '\f3c5';
	display: inline-block;
	vertical-align: top;
	color: #8c7f6b;
	font-family: var(--font-awesome-5);
	font-size: 18px;
	font-weight: 700;
	margin-right: 5px;
}
/* #footer-bottom-cell-1 .tmf-post.small.location .address::before {
  color: #ffffff;
  font-size: 18px;
  font-family: var(--font-awesome-5);
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
} */
.streetAddress {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
#footer-bottom-cell-1 .streetAddress::before {
	display: none;
}
#footer-bottom-cell-1 .tmf-post.small.location .footer-social {
	border-top: 2px solid #baa68d;
	margin-top: 15px;
}
#footer-bottom-cell-1 .social-icons {
	margin-top: 15px;
	display: flex;
	gap: 15px;
	align-items: center;
}
#footer-bottom-cell-1 .social-icons .label {
	color: #000;
	font-weight: 700;
	font-size: 16px;
}
#footer-bottom-cell-1 .social-icons .icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: none;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url('../images/injurylawdecatur-Icon-Sprite_3x.png') no-repeat;
	background-size: 330px;
}
#footer-bottom-cell-1 .social-icons .icon.facebook {
	background-position: -198px 0;
}
#footer-bottom-cell-1 .social-icons .icon.linked-in {
	background-position: -227px 0;
}
/* #footer-bottom-cell-1 .social-icons .icon.linked-in::before {
  content: "\f08c";
  font-size: 24px;
  font-family: var(--font-brands);
  font-weight: 600;
  color: #8c7f6b;
  display: inline-block;
  position: relative;
}
#footer-bottom-cell-1 .social-icons .icon.facebook::before {
  content: "\f09a";
  font-size: 24px;
  font-family: var(--font-brands);
  font-weight: 600;
  color: #8c7f6b;
  display: inline-block;
  position: relative;
} */

/* cell 2 */
#footer-bottom-cell-2 {
	vertical-align: middle;
	padding: 25px 0;
}
#footer-bottom-cell-2 .inner {
	padding-right: 0;
}
.tmf-module-area-footer-2 {
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
}
#footer #footer-bottom-cell-2 h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

#footer .gform-body .left_half,
#footer .gform-body .right_half {
	display: block;
	float: left;
	width: 50%;
}
#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
	height: 155px !important;
}
#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields {
	padding: 0 15px;
}
#footer .gform_wrapper.tmf-form_wrapper .gform_body {
	width: auto;
}
#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
	margin: 15px 0 0;
}
#footer .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type='text'],
#footer .gform_wrapper.tmf-form_wrapper input[type='text'],
#footer .gform_wrapper.tmf-form_wrapper textarea {
	margin: 0;
}
#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields input[type='text'],
#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
	padding: 12px 10px !important;
	line-height: normal;
	border: none;
}

@media screen and (max-width: 1000px) {
	#footer-wrapper {
		padding: 0;
	}
	#footer-bottom-cell-1 .inner,
	#footer-bottom-cell-2 .inner,
	#footer-bottom-cell-3 .inner {
		padding: 0 25px;
	}
	/* #footer-bottom-cell-1 h3 {
    font-size: 20px;
  } */
	.tmf-module-area-footer-1 {
		min-width: 100%;
		padding: 25px 0;
	}
	#footer-bottom-cell-1 {
		clip-path: none;
	}
	#footer-bottom-cell-1 .address {
		justify-content: center;
	}
	#footer-bottom-cell-1 .tmf-post.small.location .phone-1 {
		margin-right: 0;
	}
	#footer-bottom-cell-1 .business-info {
		text-align: center;
	}
	#footer-bottom-cell-1 .social-icons {
		justify-content: center;
	}
}

@media screen and (max-width: 650px) {
	#footer .gform-body .left_half,
	#footer .gform-body .right_half {
		float: none;
		width: 100%;
	}
	#footer .gform-body .left_half {
		margin-bottom: 0;
	}
	#footer .gform-body .right_half {
		margin-top: 0;
	}
}

@media screen and (max-width: 570px) {
	.tmf-module-area-footer-1,
	.tmf-module-area-footer-2 {
		min-width: 100%;
		height: auto;
	}
	#footer-bottom-cell-1 .streetAddress br {
		display: none;
	}
}

@media screen and (max-width: 475px) {
	.tmf-module-area-footer-1 {
		height: auto;
		padding: 25px 0;
	}
	#footer-bottom-cell-1 .social-icons {
		flex-direction: column;
	}
	.footer-social .social-icons {
		flex-direction: column;
	}
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
	background: var(--alt-primary-color-dark);
	overflow: hidden;
}

#copyright-container {
	max-width: 90%;
}
#copyright {
	padding: 25px 0;
}

#copyright p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
#copyright a:hover {
	text-decoration: underline;
}
/* #copyright a.tmf-button {
  font-size: 16px;
  border: none;
} */
/* #copyright a.tmf-button:hover {
  box-shadow: 3px 3px 0px 0px #585858, 5px 5px 0px 0px #e0242f;
} */
#copyright .divider {
	margin: 0 5px !important;
}

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

/* cell 2 */
#copyright #copyright-cell-2 {
	text-align: right;
}
#copyright #copyright-cell-2 .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-2 {
		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: linear-gradient(to bottom, #be1c03, #851001);
	padding: 45px 45px;
	text-align: center;
	position: relative;
	min-width: 315px;
	box-sizing: border-box;
}

body .tmf-module-22 h3 {
	font-family: var(--heading-font) !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	color: #fff !important;
}
body .tmf-module-22 .gform_legacy_markup_wrapper .hidden_label .gfield_label {
	display: none;
}

body .tmf-module-22 .gform_legacy_markup_wrapper .screen-reader-text,
.gform_legacy_markup_wrapper label.gform-field-label--type-sub {
	display: none;
}
body .tmf-module-22 .gform_legacy_markup_wrapper .gform_footer {
	text-align: center;
}
body .tmf-module-22 #gform_wrapper_1 input[type='submit'] {
	/* background: #fff; */
	border: none;
	/* border-radius: 20px; */
	/* color: #323232; */
	padding: 5px 25px;
	transition: all 0.15s ease-in;
	max-width: fit-content;
	font-size: 16px;
	font-weight: 700;
}
body .tmf-module-22 #gform_wrapper_1 input[type='submit']:hover {
	background: var(--accent-color) !important;
	color: #fff !important;
	/* box-shadow: 3px 3px 0px 0px var(--alt-primary-color-light),
    5px 5px 0px 0px #e0242f; */
}
body .tmf-module-22 .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
.tmf-module-22 .editor-content ul {
	padding-left: 0;
	margin: 0;
}
.tmf-module-22 .gform_legacy_markup_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
	background: #fff;
	border: 1px solid #fff;
	color: var(--alt-primary-color-dark);
}
.tmf-module-22 .gform_legacy_markup_wrapper textarea {
	background: #fff;
	border: 1px solid #fff;
	color: var(--alt-primary-color-dark);
}
.tmf-module-22 .gform_legacy_markup_wrapper input::placeholder {
	color: var(--alt-primary-color-dark);
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}

.tmf-module-22 .gform_legacy_markup_wrapper textarea::placeholder {
	color: var(--alt-primary-color-dark);
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}

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

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 {
	color: #333333;
}

input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
textarea::placeholder,
select::placeholder {
	color: #333333;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea,
select {
	background: #ffffff;
	border: 1px solid #cccccc;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	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;
}

.tmf-button,
input[type='submit'] {
	font-size: 16px;
	padding: 5px 15px;
	display: inline-block;
	background: transparent;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid var(--accent-color);
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	color: #000;
	font-family: var(--body-font);
	font-weight: 700;
	line-height: normal;
	position: relative;
	transition: all 0.15s ease-in;
}

.tmf-button:hover,
input[type='submit']:hover {
	/* background: var(--alt-accent-color-light); */
	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: var(--primary-color); */
	background: transparent;
	/* border: none; */
	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;

	/* border: 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;
}
.tmf-button.tiny {
	font-size: 0.75em;
	padding: 2px 7px;
}
.page-numbers.current {
	background: var(--accent-color);
	/* border: none; */
	color: #fff;
}
/* @media screen and (max-width: 450px) {
  .tmf-button::before,
  input[type="submit"]::before {
    display: none;
  }

  .tmf-button::after,
  input[type="submit"]::after {
    display: none;
  }
} */
/* ======================================== *
        Responsive Layout
 * ======================================== */

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

/* ======================================== *
        Miscellaneous
 * ======================================== */

/* button Animation */
.tmf-button {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	transition: color 0.3s ease;
}
.tmf-button::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #bf0000;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: transform 0.3s ease-out;
}
.tmf-button:hover {
	color: #fff;
}
.tmf-button:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
	margin: 0 !important;
}
.gform_legacy_markup_wrapper {
	max-width: 100% !important;
	margin: 0 auto !important;
}
#billboard .gform_legacy_markup_wrapper {
	max-width: 85% !important;
}
.gform_legacy_markup_wrapper form {
}
.gform_heading {
	display: none;
}
.gform_wrapper #field_3_1 {
	margin-bottom: 0 !important;
}
.gform_wrapper #field_3_6 {
	margin-bottom: 0 !important;
}

.gform_wrapper .tmf-button,
.gform_wrapper input[type='submit'] {
	border: 2px solid #fff;
	color: #fff;
	/* padding: 5px 15px;
  transition: all 0.15s ease-in; */
}
.gform_wrapper .tmf-button:hover {
	color: #000;
}
.gform_wrapper .tmf-button::before {
	background: #fff;
}
/* #gform_wrapper_1 .tmf-button,
.page-numbers,
input[type="submit"]:hover {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
} */

.gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type='text'],
.gform_wrapper.tmf-form_wrapper input[type='text'],
.gform_wrapper.tmf-form_wrapper textarea {
	margin: 0;
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type='submit'],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type='submit'] {
	margin: 0 !important;
	width: auto;
}

.gform_legacy_markup_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
	background: #e5e5e5;
	border: 1px solid #fff;
	color: #333333;
}
.gform_legacy_markup_wrapper input::placeholder {
	color: #333333;
	/* text-align: center; */
}
.gform_legacy_markup_wrapper textarea {
	background: #e5e5e5;
	border: 1px solid #fff;
	color: #333333;
}
.gform_legacy_markup_wrapper textarea::placeholder {
	color: #333333;
}
body .gform_legacy_markup_wrapper ul li.gfield {
	margin-top: 0 !important;
}
.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
	margin-bottom: 0;
}
.gform_legacy_markup_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
}
.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
	margin-top: 0;
}

body .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
	margin-top: 0;
	margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
	padding: 0;
	margin: 15px 0 0;
	text-align: center;
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type='submit'],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type='submit'] {
	margin: 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;
	}
}

/* ======================================== *
        Sidebar Gravity Form
 * ======================================== */
body .tmf-module-22 .gform_wrapper.tmf-form_wrapper ul li.gfield {
	margin-top: 8px !important;
	padding-top: 0;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.tmf-module-22 .gform_wrapper.tmf-form_wrapper input[type='submit'] {
	border: 2px solid #ffffff;
	box-sizing: border-box;
	font-size: 18px;
	max-width: 150px;
	width: 100%;
	padding: 6px 5px;
	margin-right: 0;
	line-height: normal !important;
}
