/* ============================================================================ *
        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.
*/
body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

a {
	color: #2c698d;
}

/* ======================================== *
        Large Screen Container Width CSS
 * ======================================== */
@media screen and (min-width: 1600px) {
	body .section-container:not(#billboard-container):not(#footer-container) {
		max-width: 90%;
	}

	#primary-nav-container {
		max-width: 620px !important;
		margin: 0 0 0 auto;
	}

	#billboard .billboard-content-container {
		max-width: 90% !important;
	}

	#int-billboard .int-billboard-content {
		max-width: 90% !important;
	}

	#contact-section .tmf-module {
		max-width: 90% !important;
	}

	.attorney-bio-info-container {
		max-width: 90% !important;
	}
}

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
	color: #333132;
	font-family: 'PT Serif', serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
	color: #151d32;
	font-family: 'PT Serif', serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 15px;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
	color: #151d32;
}

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
	color: #151d32;
	font-family: 'PT Serif', serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a {
	color: #151d32;
}

h3 a:hover,
.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {
}

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
	color: #151d32;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a {
	color: #151d32;
	text-decoration: none;
}

h4 a:hover,
.tmf-post > h4 a:hover {
	text-decoration: underline;
}

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav .menu {
}
#secondary-nav .menu > .menu-item {
}
#secondary-nav .menu > .menu-item.first {
}
#secondary-nav .menu > .menu-item.last {
}
#secondary-nav .menu > .menu-item > a {
}
#secondary-nav .menu > .menu-item:hover {
}
#secondary-nav .menu > .menu-item:hover a {
}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {
}

/* ======================================== *
        Sticky Header Area
 * ======================================== */
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: -90px;
	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: #0a1335;
	border-bottom: none;
	min-height: auto;
	width: 100%;
	z-index: 999999;
	-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);
}

body #header-wrapper.sticky.sticky_animate {
	top: 0;
}

body #header-wrapper.sticky #header .sticky-logo-view {
	display: block;
}

body #header-wrapper.sticky #header .logo {
	display: none;
}

body #header-wrapper.sticky #header .sticky-logo {
	max-width: 225px;
	width: 100%;
	display: block;
}

body #header-wrapper.sticky #header {
	padding: 22px 0;
}

body #header-wrapper.sticky #header #header-cell-1,
body #header-wrapper.sticky #header #header-cell-2 {
	vertical-align: middle;
	width: auto;
	text-align: right;
}

body #header-wrapper.sticky #header #header-cell-1 {
	width: 275px;
}

body #header-wrapper.sticky #header #header-top {
	display: none;
}

body #header-wrapper.sticky #header .sticky-contact-view {
	display: inline-block;
	width: 155px;
	vertical-align: middle;
}

body #header-wrapper.sticky #header .sticky-contact-view #header-top {
	display: block;
	margin-right: 0;
	font-size: 20px;
}

body #header-wrapper.sticky #header .sticky-contact-view #header-top .consultation {
	display: none;
}

body #header-wrapper.sticky #header #primary-nav-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: initial;
}

body #header-wrapper.sticky #header #primary-nav {
	padding-top: 0px;
}

body #header-wrapper.sticky #header #primary-nav-container {
	max-width: 100% !important;
	margin: 0;
}

body #header-wrapper.sticky #header #primary-nav .menu > .menu-item > a {
	padding: 18px 15px;
}

@media screen and (max-width: 1200px) {
	body #header-wrapper.sticky {
		position: relative !important;
	}
}

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	line-height: 30px;
	margin-right: 15px;
}

#header-top a {
	color: #ffffff;
	text-decoration: none;
}

#header-top a:hover {
	text-decoration: underline;
}

#header-top .consultation {
	margin-right: 25px;
}

#header-top .phone-1::before {
	color: #408cb2;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}

#header-top .phone-1::before {
	content: '\f879';
	margin-right: 8px;
	transform: rotate(10deg);
}

@media screen and (max-width: 1200px) {
	#header-top {
		margin-right: 0px;
	}
}

@media screen and (max-width: 950px) {
	#header-top {
		display: none;
		text-align: center;
	}
}

@media screen and (max-width: 400px) {
	#header-top .phone-1,
	#header-top .email {
		display: block;
		margin-right: 0;
	}
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
	background: #151d32;
}

#header-container {
	max-width: 1300px;
}

#header {
	padding: 47px 0 42px;
}

#header .logo {
	max-width: 399px;
	width: 100%;
}

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

#header-cell-2 .inner {
	padding-left: 0;
}

#header .sticky-logo-view,
#header .sticky-contact-view {
	display: none;
}

#header .mobile-view {
	display: none;
}

@media screen and (max-width: 1200px) {
	#header {
		padding: 25px 0 0;
	}

	#header-cell-2 .inner {
		padding: 0;
	}

	#header .desktop-view {
		display: none;
	}

	.header-top-row {
		display: table;
		width: 100%;
	}

	#header .main-logo,
	#header .mobile-view {
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
	}

	#header .main-logo {
		width: 50%;
		padding-right: 25px;
	}

	#header .mobile-view {
		width: 50%;
		padding-left: 25px;
	}
}

@media screen and (max-width: 950px) {
	#header {
		padding: 25px 0;
	}

	#header .main-logo,
	#header .mobile-view {
		display: block;
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	#header-cell-2 {
		display: none;
	}
}
@media screen and (min-width: 750px) and (max-width: 950px) {
	.header-top-row {
		display: flex;
		align-items: center;
	}
	#mobile-header-bottom {
		padding-top: 0;
	}
	#mobile-header-bottom-row {
		justify-content: flex-end;
	}
}

@media screen and (max-width: 750px) {
	.header-top-row {
		display: table;
	}
	#mobile-header-bottom {
		padding-top: 25px;
	}
	#mobile-header-bottom-row {
		justify-content: center;
	}
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
	font-family: Arial, sans-serif;
}

#primary-nav-container {
	max-width: 620px !important;
	margin: 0 0 0 auto;
}

#primary-nav {
	padding-top: 0px;
}

#primary-nav .menu {
}
#primary-nav .menu > .menu-item {
}
#primary-nav .menu > .menu-item.first {
}
#primary-nav .menu > .menu-item.last {
}

#primary-nav .menu > .menu-item > a {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	padding: 18px 5px;
	text-decoration: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
}

#primary-nav .menu > .menu-item.home-icon a {
	font-size: 0;
}

#primary-nav .menu > .menu-item.home-icon a:before {
	content: '\f015';
	color: #ffffff;
	font-size: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

#primary-nav .menu > .menu-item.home-icon a:after {
	display: none;
}

#primary-nav .menu > .menu-item > a:after {
	content: '';
	background: transparent;
	background-size: 500px;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	width: 0%;
	height: 0;
	margin: 0 auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: 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 {
	content: '';
	background: url(../images/icon_sprite_3x.png) no-repeat -659px 0px;
	background-size: 721px;
	width: 24px;
	height: 9px;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
}

#primary-nav .menu .sub-menu {
	min-width: 240px;
}

#primary-nav .menu > li.left-edge > div > ul {
	left: inherit;
	right: 0;
}

#primary-nav .menu .sub-menu .menu-item {
	background: #408cb2;
	top: 10px;
}

#primary-nav .menu .sub-menu .menu-item {
}
#primary-nav .menu .sub-menu .menu-item.first {
}
#primary-nav .menu .sub-menu .menu-item.last {
}
#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 15px;
	line-height: 20px;
}

#primary-nav .menu .sub-menu .menu-item:hover {
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	background-color: #2c698d;
	color: #fff;
}

@media screen and (max-width: 1200px) {
	#primary-nav-container {
		max-width: 1250px !important;
		margin: 0 auto;
	}

	#primary-nav {
		padding-top: 0;
	}

	#primary-nav .menu .sub-menu .menu-item {
		top: 0px;
	}
}

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
	font-family: 'Roboto', sans-serif;
	text-align: left;
}

#mobile-nav {
	padding: 0px 20px;
}

#mobile-nav .menu-bar {
	width: 40px;
}

.hamburger-container {
	max-width: none;
}

#mobile-nav a {
	color: #fff;
	font-size: 16px;
}

#mobile-nav .menu > .menu-item > a {
	color: #fff;
	font-size: 18px;
}

#mobile-nav .menu .menu-item.display {
	background: #2c698d;
}

#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: #2c698d;
}

#mobile-nav .mobile-menu .current-menu-item {
	background: transparent;
}

/* ======================================== *
    Mobile Header Bottom Section
 * ======================================== */
#mobile-header-bottom {
	padding-top: 25px;
}

/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {
}

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

#billboard img {
	display: block;
	width: 100%;
	height: auto;
}

#billboard .billboard-content-container {
	box-sizing: border-box;
	padding: 0;
	position: absolute;
	top: 50%;
	max-width: 1300px;
	z-index: 2;
	margin: 0 auto;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

#billboard .billboard-content {
	box-sizing: border-box;
	color: #ffffff;
	position: relative;
	padding: 0 25px;
	max-width: 515px;
}

#billboard h2 {
	font-size: 60px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	display: flex;
	width: 100%;
	align-items: baseline;
}

#billboard h2:after {
	content: '';
	border-top: 3px solid #737784;
	margin: 5px 0 0 10px;
	flex: 1 0 10px;
}

#billboard h3 {
	font-size: 72px;
	font-style: italic;
	font-weight: 700;
	margin: 0;
	position: relative;
	display: flex;
	width: 100%;
	align-items: self-start;
}

#billboard h3:before {
	content: '';
	border-top: 3px solid #737784;
	margin: 15px 10px 0 0;
	flex: 1 0 15px;
}

#billboard .tablet-view {
	display: none;
}

#billboard .mobile-view {
	display: none;
}

@media screen and (max-width: 950px) {
	#billboard .billboard-content-container {
		background: #595959;
		position: relative;
		bottom: inherit;
		transform: inherit;
		max-width: 100%;
		padding: 25px 25px;
		text-align: center;
		transform: inherit;
	}

	#billboard .billboard-content {
		padding: 0;
		margin: 0 auto;
		max-width: 460px;
	}

	#billboard h2,
	#billboard h3 {
		color: #ffffff;
	}

	#billboard .desktop-view {
		display: none;
	}

	#billboard .tablet-view {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	#billboard .billboard-content {
		max-width: 350px;
	}

	#billboard h2 {
		font-size: 46px;
	}

	#billboard h3 {
		font-size: 54px;
	}
}

@media screen and (max-width: 450px) {
	#billboard .billboard-content {
		max-width: 280px;
	}

	#billboard h2 {
		font-size: 36px;
	}

	#billboard h3 {
		font-size: 44px;
	}
}

@media screen and (max-width: 350px) {
	#billboard .billboard-content {
		max-width: 240px;
	}

	#billboard h2 {
		font-size: 30px;
	}

	#billboard h3 {
		font-size: 38px;
	}
}

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

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

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

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

#int-billboard-cell-1 {
	background: rgb(183, 183, 183);
	background: linear-gradient(180deg, rgba(183, 183, 183, 1) 0%, rgba(163, 163, 163, 1) 100%);
	width: 36.8%;
}

#int-billboard-cell-2 {
	width: 63.2%;
	position: relative;
}

#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: 1300px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 25px;
}

#int-billboard .int-billboard-title {
	box-sizing: border-box;
	position: relative;
	width: 31%;
}

#int-billboard h1#page-title {
	margin-bottom: 0;
}

#int-billboard .mobile-view {
	display: none;
}

@media screen and (max-width: 2000px) {
	#int-billboard-cell-1 {
		width: 45.833333%;
	}
	#int-billboard-cell-2 {
		width: 54.166666%;
	}
}

@media screen and (max-width: 1250px) {
	#int-billboard h1#page-title {
		font-size: 50px;
	}
}

@media screen and (max-width: 1050px) {
	#int-billboard .int-billboard-content {
		background: rgb(183, 183, 183);
		background: linear-gradient(180deg, rgba(183, 183, 183, 1) 0%, rgba(163, 163, 163, 1) 100%);
		position: relative;
		left: inherit;
		right: inherit;
		top: inherit;
		transform: inherit;
		padding: 25px 25px;
	}

	#int-billboard .int-billboard-img {
		height: 320px;
		object-fit: cover;
	}

	#int-billboard .int-billboard-title {
		width: 100%;
	}

	#int-billboard-cell-1,
	#int-billboard-cell-2 {
		background: transparent;
		width: 100%;
	}

	#int-billboard-cell-2 {
		display: none;
	}

	#int-billboard h1#page-title {
		border-bottom: none;
		display: block;
		padding-bottom: 0;
	}

	#int-billboard .mobile-view {
		display: block;
	}
}

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
	background: rgb(183, 183, 183);
	background: linear-gradient(180deg, rgba(183, 183, 183, 1) 0%, rgba(163, 163, 163, 1) 100%);
}

#int-title-container {
	max-width: 1300px;
}

#int-title {
	padding: 47px 25px;
}

#int-title h1#page-title {
	margin-bottom: 0;
}

@media screen and (max-width: 950px) {
	#int-title {
		padding: 25px 25px;
	}
}

/* ======================================== *
        Int Title Blog Section
 * ======================================== */
#int-title-blog-wrapper {
	background: rgb(183, 183, 183);
	background: linear-gradient(180deg, rgba(183, 183, 183, 1) 0%, rgba(163, 163, 163, 1) 100%);
}

#int-title-blog-container {
	max-width: 1300px;
}

#int-title-blog {
	padding: 47px 0;
}

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

#int-title-blog-cell-1 {
	width: auto;
}

#int-title-blog-cell-2 {
	width: 365px;
}

#int-title-blog h1#page-title {
	margin-bottom: 0;
}

#int-title-blog .search-box {
	display: block;
}

#int-title-blog input[type='text']::-webkit-input-placeholder {
	color: #4c5262;
}

#int-title-blog input[type='text']:-ms-input-placeholder {
	color: #4c5262;
}

#int-title-blog input[type='text']::placeholder {
	color: #4c5262;
}

#int-title-blog .search-box .search-txt {
	border: 2px solid #737784;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 0;
	color: #4c5262 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	max-width: 315px;
	height: auto;
	padding: 15px 60px 15px 15px !important;
}

#int-title-blog .search-box .search-btn {
	background: transparent;
	border: none;
	position: absolute;
	right: 40px;
	top: 8px;
	padding: 0;
	cursor: pointer;
}

#int-title-blog .search-box .search-btn .search-icon {
	background: url(../images/icon_sprite_3x.png) no-repeat -690px 0px;
	background-size: 721px;
	display: inline-block;
	width: 31px;
	height: 32px;
}

@media screen and (max-width: 950px) {
	#int-title-blog {
		padding: 25px 0;
	}

	#int-title-blog-cell-1,
	#int-title-blog-cell-2 {
		width: 100%;
	}

	#int-title-blog .search-box .search-txt {
		max-width: 100%;
		width: 100%;
	}
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper {
}

#home-body-container {
	max-width: 1300px;
}

#home-body {
	padding: 40px 0;
}

#home-body-cell-1 {
	width: auto;
	vertical-align: middle;
}

#home-body-cell-2 {
	width: 430px;
	position: relative;
}

#home-body h1 {
	font-size: 36px;
	margin: 0 0 25px;
}

#home-body p {
	color: #000000;
	font-size: 18px;
	line-height: 28px;
}

#home-body .sidebar-practice-areas h3.tmf-module-title {
	display: none;
}

#home-body .sidebar-practice-areas {
	border-left: 2px solid #d2d4d8;
}

#home-body .tmf-button {
	max-width: 150px;
	width: 100%;
	margin-top: 25px;
}

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

	#home-body-cell-1,
	#home-body-cell-2 {
		width: 100%;
	}

	#home-body-cell-1 {
		text-align: center;
	}

	#home-body .sidebar-practice-areas {
		border-left: none;
		padding: 0 !important;
		max-width: 270px;
		margin: 25px auto 0;
	}
}

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {
}

#body-container {
	max-width: 1300px;
}

#body {
	padding: 50px 0;
}

#body-cell-1 {
	width: auto;
}

#body-cell-2 {
	width: 430px;
}

#body .custom-inner {
	padding: 0 25px;
}

@media screen and (max-width: 950px) {
	#body-cell-1,
	#body-cell-2 {
		width: 100%;
	}
}

/* ======================================== *
        Home Attorneys Section
 * ======================================== */
#home-attorneys-wrapper {
}

#home-attorneys-container {
	max-width: 100% !important;
}

#home-attorneys img {
	display: block;
	width: 100%;
	height: auto;
}

#home-attorneys .home-attorneys-content-container {
	box-sizing: border-box;
	padding: 0 25px;
	position: absolute;
	top: 50%;
	max-width: 1300px;
	z-index: 2;
	margin: 0 auto;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

#home-attorneys .home-attorneys-content {
	background: #151d32;
	box-sizing: border-box;
	color: #ffffff;
	position: relative;
	padding: 35px 0px;
	max-width: 440px;
}

#home-attorneys .home-attorneys-content:before {
	background: #151d32;
	display: block;
	content: '';
	height: 100%;
	width: 1000%;
	position: absolute;
	top: 0;
	left: -1000%;
}

#home-attorneys .home-attorneys-content-box {
	border-left: 3px solid #737784;
	padding: 0 40px;
}

#home-attorneys h3.tmf-module-title {
	color: #ffffff;
	font-size: 36px;
}
#home-attorneys h3.tmf-module-title a {
	color: #fff;
}

#home-attorneys .mobile-view {
	display: none;
}

@media screen and (max-width: 950px) {
	#home-attorneys .home-attorneys-content-container {
		position: relative;
		bottom: inherit;
		transform: inherit;
		max-width: 100%;
		padding: 0;
		text-align: center;
		transform: inherit;
	}

	#home-attorneys .home-attorneys-content {
		padding: 25px 25px;
		max-width: 100%;
		text-align: center;
	}

	#home-attorneys .home-attorneys-content:before {
		display: none;
	}

	#home-attorneys .home-attorneys-content-box {
		border-left: none;
		padding: 0;
	}

	#home-attorneys .desktop-view {
		display: none;
	}

	#home-attorneys .mobile-view {
		display: block;
	}
}

@media screen and (min-width: 1600px) {
	#home-attorneys .home-attorneys-content-container {
		max-width: 90% !important;
	}
}

/* ======================================== *
        Home Proven Results Section
 * ======================================== */
#home-contact-wrapper {
	background: #2c698d;
}

#home-contact-wrapper:before {
	background: url('../images/home_reliable_bg_3x.jpg') no-repeat center center / cover;
	display: block;
	content: '';
	height: 100%;
	width: 41%;
	position: absolute;
	top: 0;
	left: 0;
}

#home-contact-container {
	max-width: 1300px;
}

#home-contact {
	padding: 0px;
}

#home-contact-cell-1,
#home-contact-cell-2 {
	vertical-align: middle;
}

#home-contact-cell-1 {
	width: 40%;
}

#home-contact-cell-1 .inner {
	padding: 0 60px 0 25px;
}

#home-contact-cell-1 h3.tmf-module-title {
	color: #151d32;
	font-size: 36px;
	margin-bottom: 25px;
}

#home-contact-cell-2 {
	width: 60%;
	padding: 45px 0;
}

#home-contact-cell-2 .inner {
	padding: 0 25px 0 70px;
}

#home-contact-cell-2 h3.tmf-module-title {
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	margin-bottom: 15px;
}

#home-contact .editor-content p {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

#home-contact .editor-content ul {
	padding-left: 0;
	margin: 0;
}

.tmf-module-201 .tmf-button {
	background: #161d31;
}
.tmf-module-201 p {
	color: #fff !important;
}

.tmf-module-201 {
	min-height: 200px;
	color: #fff;
}

/*#home-contact .tmf-module {
    max-width: 800px;
    margin: 0 auto;
}*/

#home-contact .gform_wrapper.tmf-form_wrapper {
	margin-top: 0px !important;
}

#home-contact .left_half,
#home-contact .right_half {
	display: block;
	float: left;
	vertical-align: top;
	width: 50%;
}

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

#home-contact .gform_wrapper ul li.gfield {
	margin-top: 5px;
	padding-top: 0;
}

#home-contact .gform_wrapper.tmf-form_wrapper .left_half ul.gform_fields {
	padding-right: 15px;
}

#home-contact .gform_wrapper.tmf-form_wrapper .right_half ul.gform_fields {
	padding-left: 15px;
}

#home-contact .gform_wrapper.tmf-form_wrapper ul.gform_fields {
	padding: 0;
	margin: 0 !important;
}

#home-contact .gform_wrapper.tmf-form_wrapper ul li.gfield {
	margin: 0;
	padding-right: 0 !important;
	color: #ffffff;
	font-size: 18px;
}

#home-contact .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

#home-contact .gform_wrapper.tmf-form_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
#home-contact .gform_wrapper.tmf-form_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
#home-contact .gform_wrapper.tmf-form_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
	padding-top: 0;
}

#home-contact input[type='text'],
#home-contact input[type='tel'],
#home-contact input[type='email'],
#home-contact textarea,
#home-contact select {
	text-align: center;
	padding: 7px 10px !important;
	margin-bottom: 10px !important;
}

#home-contact textarea {
	height: 138px !important;
}

#home-contact .tmf-checkbox {
	padding: 15px 0 !important;
}

#home-contact .gform_wrapper.tmf-form_wrapper label.gfield_label {
	color: #fff;
	display: flex;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 15px !important;
}

#home-contact .gform_wrapper.tmf-form_wrapper label.gfield_label:before,
#home-contact .gform_wrapper.tmf-form_wrapper label.gfield_label:after {
	content: '';
	border-top: 2px solid #5989a5;
	margin: 0 25px 0 0;
	flex: 1 0 20px;
}

#home-contact .gform_wrapper.tmf-form_wrapper label.gfield_label:after {
	margin: 0 0 0 25px;
}

#home-contact .gform_wrapper.tmf-form_wrapper .tmf-checkbox div.ginput_container_checkbox {
	margin: 0 auto;
	max-width: 570px;
}

#home-contact .gform_wrapper.tmf-form_wrapper .tmf-checkbox .gfield_checkbox li {
	margin: 0;
	display: inline-block;
	width: 33.333333%;
	vertical-align: top;
	padding-top: 5px !important;
}

#home-contact .gform_wrapper.tmf-form_wrapper .gfield_checkbox li input[type='checkbox'] {
	margin-top: 1px;
	vertical-align: top;
}

#home-contact .gform_wrapper.tmf-form_wrapper .gfield_checkbox li label {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: normal;
	vertical-align: top;
}

#home-contact .not-robot-checkbox {
	padding: 10px 0 !important;
	text-align: center;
	max-width: 150px;
	margin: 0 auto !important;
}

#home-contact .gform_wrapper.tmf-form_wrapper .gform_footer {
	margin: 0 auto 0;
}

#home-contact .gform_wrapper.tmf-form_wrapper .tmf-button {
	background: #151d32;
	color: #ffffff;
	padding: 10px 15px;
	max-width: 115px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	#home-contact-wrapper {
		background: transparent;
	}

	#home-contact-wrapper:before {
		display: none;
	}

	#home-contact-cell-1,
	#home-contact-cell-2 {
		width: 100%;
	}

	#home-contact-cell-1 {
		background: url('../images/home_reliable_bg_3x.jpg') no-repeat center center / cover;
		padding: 50px 0 !important;
		text-align: center;
	}

	#home-contact-cell-1 .inner {
		padding: 0 25px;
	}

	#home-contact-cell-2 {
		background: #2c698d;
		padding: 50px 0;
	}

	#home-contact-cell-2 .inner {
		padding: 0 40px;
	}
}

@media screen and (max-width: 950px) {
	#home-contact {
		text-align: center;
	}

	#home-contact .left_half,
	#home-contact .right_half {
		display: block;
		float: none;
		width: 100%;
		margin: auto;
		padding: 0;
	}

	#home-contact .gform_wrapper.tmf-form_wrapper .left_half ul.gform_fields {
		padding-right: 0;
	}

	#home-contact .gform_wrapper.tmf-form_wrapper .right_half ul.gform_fields {
		padding-left: 0;
	}

	#home-contact .gform_wrapper.tmf-form_wrapper ul li.gfield.gf_list_inline {
		text-align: center;
	}
}

@media screen and (max-width: 650px) {
	#home-contact .tmf-checkbox {
		border: 2px solid #5989a5;
		padding: 25px 25px !important;
	}

	#home-contact .gform_wrapper.tmf-form_wrapper label.gfield_label {
		display: block;
		text-align: left;
	}

	#home-contact .gform_wrapper.tmf-form_wrapper label.gfield_label:before,
	#home-contact .gform_wrapper.tmf-form_wrapper label.gfield_label:after {
		display: none;
	}

	#home-contact .gform_wrapper.tmf-form_wrapper .tmf-checkbox div.ginput_container_checkbox {
		margin: 0 auto;
		max-width: 100%;
	}

	#home-contact .gform_wrapper.tmf-form_wrapper .tmf-checkbox .gfield_checkbox li {
		display: block;
		width: 100%;
	}

	#home-contact .not-robot-checkbox {
		padding: 25px 0 10px !important;
	}
}

/* ======================================== *
        Attorney Single Page CSS
 * ======================================== */
.single-attorney .attorney-accordion {
}

.single-attorney .attorney-accordion .editor-content ul {
	padding-left: 25px;
	line-height: 1.9em;
}

/* ======================================== *
        Archive Blog Page CSS
 * ======================================== */
.blog,
.category,
.search {
}

.blog .tmf-post-list.medium,
.category .tmf-post-list.medium,
.search .tmf-post-list.medium {
	margin: 0 -25px;
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
	background: #151d32;
}

#footer-container {
	max-width: 1300px !important;
}

#footer {
	padding: 70px 0;
}

#footer h3.tmf-module-title {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

#footer-cell-1 {
	vertical-align: middle;
}

#footer-cell-2 {
	border-left: 2px solid #4c5262;
}

#footer-cell-3 {
	border-left: 2px solid #4c5262;
}

#footer-cell-4 {
	border-left: 2px solid #4c5262;
}

#footer-cell-2 .tmf-module,
#footer-cell-3 .tmf-module {
	padding: 10px 40px;
}

#footer-cell-4 .tmf-module {
	padding: 10px 0px 10px 40px;
}

#footer .linkedin,
#footer .facebook {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

#footer .linkedin:hover,
#footer .facebook:hover {
	text-decoration: underline;
}

#footer .linkedin::before {
	background: url(../images/icon_sprite_3x.png) no-repeat -510px 0px;
	background-size: 721px;
	content: '';
	display: inline-block;
	width: 22px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -3px;
}

#footer .facebook::before {
	background: url(../images/icon_sprite_3x.png) no-repeat -539px 0px;
	background-size: 721px;
	content: '';
	display: inline-block;
	width: 22px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -3px;
}

@media screen and (max-width: 1300px) {
	#footer-cell-2 .tmf-module,
	#footer-cell-3 .tmf-module {
		padding: 10px 25px;
	}

	#footer-cell-4 .tmf-module {
		padding: 10px 0px 10px 25px;
	}
}

@media screen and (max-width: 1200px) {
	#footer-container {
		max-width: 750px !important;
	}

	#footer-row {
		display: table;
	}

	#footer-cell-1,
	#footer-cell-2,
	#footer-cell-3,
	#footer-cell-4 {
		box-sizing: border-box;
		display: inline-block;
		width: 50%;
		padding-top: 0;
	}

	#footer-cell-1 {
		vertical-align: middle;
	}

	#footer-cell-3,
	#footer-cell-4 {
		margin-top: 50px;
	}

	#footer-cell-3 {
		border-left: none;
		border-right: 2px solid #4c5262;
	}

	#footer-cell-4 {
		border-left: none;
	}
}

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

	#footer-row {
		display: block;
	}

	#footer-cell-1,
	#footer-cell-2,
	#footer-cell-3,
	#footer-cell-4 {
		display: block;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}

	#footer-cell-2,
	#footer-cell-3,
	#footer-cell-4 {
		margin-top: 0px;
	}

	#footer-cell-2,
	#footer-cell-3,
	#footer-cell-4 {
		border-left: none;
		border-right: none;
	}

	#footer-cell-2 .tmf-module,
	#footer-cell-3 .tmf-module,
	#footer-cell-4 .tmf-module {
		padding: 25px 0 0;
		margin: 25px 0 0;
		border-top: 2px solid #4c5262;
	}
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
	background: #595959;
}

#copyright-container {
	max-width: 1300px;
}

#copyright {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	padding: 25px 0;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#copyright .divider {
	margin: 0 7px;
}

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

#copyright-cell-1 {
	text-align: left;
	width: auto;
}

#copyright-cell-2 {
	text-align: right;
	width: 400px;
}

@media screen and (max-width: 1200px) {
	#copyright-cell-1,
	#copyright-cell-2 {
		text-align: center;
		width: 100%;
	}

	#copyright-cell-2 {
		padding-top: 0;
	}
}

@media screen and (max-width: 650px) {
	#copyright .tmf-shortcode.copyright {
		display: block;
	}

	#copyright .divider.first {
		display: none;
	}
}

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

.tmf-multi-module-area .tmf-module:last-child {
	margin-bottom: 0;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
	color: #333333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 25px;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.tmf-multi-module-area .tmf-module-22 {
	background: #2c698d;
	padding: 40px 40px;
	text-align: center;
}

@media screen and (max-width: 1400px) {
	.tmf-multi-module-area .tmf-module h3.tmf-module-title {
		text-align: left;
	}
}

@media screen and (max-width: 1200px) {
	.tmf-multi-module-area .tmf-module-22 {
		margin-top: 0;
	}
}

/* ======================================== *
        Sidebar Practice Areas
 * ======================================== */
.tmf-multi-module-area .sidebar-practice-areas {
	position: relative;
	padding: 0 60px;
}

@media screen and (max-width: 950px) {
	.tmf-multi-module-area .sidebar-practice-areas {
		padding: 0;
	}

	.home .tmf-multi-module-area .sidebar-practice-areas {
		padding: 0 0px 0 25px;
	}
}

/* ======================================== *
        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: #58595b;
}

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: #58595b;
}

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

input[type='text'],
input[type='tel'],
input[type='email'],
textarea,
select {
	background: #e0e9ee;
	border: 1px solid #4c5262;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #58595b;
	font-family: Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 700;
	margin-top: 0 !important;
	margin-bottom: 15px !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 #4c5262;
}

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,
.page-numbers {
	font-size: 18px;
	padding: 10px 15px;
	background: #2c698d;
	border: none;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: normal;
	position: relative;
	transition: all 0.3s ease-out;
}

.tmf-button:hover,
.page-numbers:hover {
	box-shadow: 8px 8px 0px #a3a3a3;
	text-decoration: none;
	color: #ffffff;
	transition: all 0.3s ease-out;
}

.tmf-button:active,
.page-numbers:active {
	background: #2c698d;
	text-decoration: none;
	color: #ffffff;
	transition: all 0.3s ease-out;
}

.tmf-button.large {
	font-size: 16px;
	padding: 6px 25px;
}

.tmf-button.medium {
	font-size: 16px;
	padding: 6px 25px;
}

.tmf-button.small {
	font-size: 16px;
}

.tmf-button.tiny {
	font-size: 16px;
}

.page-numbers.current {
	background: none;
	border: 1px solid #8d2020;
	color: #666666;
}

.vcard .value {
	background: transparent;
	background-size: 265px;
	height: auto;
	width: 25px;
	vertical-align: middle;
	margin-right: 0;
}

.vcard .value::before {
	content: '\f2bb';
	color: #2c698d;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	display: inline-block;
}

/* ======================================== *
        Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
	#breadcrumbs {
		display: none;
	}
}

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

@media screen and (max-width: 450px) {
	/*    .row > div > .inner {
        padding-left: 12px;
        padding-right: 12px;
    }*/
}

/* ======================================== *
        Miscellaneous
 * ======================================== */
aside {
	color: #3b3b3b;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}

aside.left {
	border-top: 6px solid #2c698d;
	border-bottom: 6px solid #2c698d;
}

aside.right {
	border-top: 6px solid #2c698d;
	border-bottom: 6px solid #2c698d;
}

blockquote {
	color: #3b3b3b;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	position: relative;
	margin: 25px 0;
	padding: 0 0 0 40px;
	z-index: 9;
}

blockquote:after {
	content: '“';
	display: inline-block;
	font-family: Georgia;
	font-size: 400px;
	position: absolute;
	left: -15px;
	color: #f2f2f2;
	top: 140px;
	z-index: -9;
	font-style: normal;
}

.editor-content img {
	max-width: 100% !important;
	height: auto !important;
}

#breadcrumbs {
	color: #333132;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 25px;
	line-height: normal;
}

#breadcrumbs a {
	color: #333132;
	text-decoration: none;
}

#breadcrumbs .divider {
	color: #333132;
	margin: 0 7px;
}

#breadcrumbs .current {
	color: #333132;
	font-weight: 700;
}

body #call-to-action {
	background: transparent !important;
	color: #3b3b3b;
	font-family: Areas, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	text-align: left;
	position: relative;
	padding: 25px 25px 25px 40px;
	margin: 60px 0;
}

body #call-to-action:before {
	background: url(../images/int_cta_1_image_3x.jpg) no-repeat 0px 0px;
	background-size: 150px;
	content: '';
	display: inline-block;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

body #call-to-action p {
	color: #3b3b3b;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.list-box {
	box-sizing: border-box;
	border: 2px solid #d2d4d8;
	padding: 25px 25px;
	margin: 40px 0;
}

.list-box h4 {
	color: #151d32;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.list-box ul {
	padding-left: 25px !important;
	margin: 15px 0 0 !important;
}

.mobile {
	display: none;
}

@media screen and (max-width: 450px) {
	.not-mobile {
		display: none;
	}

	.mobile {
		display: inherit;
	}
}

/* ======================================== *
        Global Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
	margin: 0 !important;
}

.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_wrapper.tmf-form_wrapper .top_label .gfield_label {
	margin-bottom: 0;
}

.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 {
	display: block;
	padding: 0;
	margin: 15px auto 0;
	text-align: center;
}

.gform_wrapper.tmf-form_wrapper .tmf-button {
	box-sizing: border-box;
	cursor: pointer;
	padding: 6px 15px;
	max-width: 200px;
	width: 100%;
}

/* ======================================== *
        Sidebar Gravity Form CSS
 * ======================================== */
.tmf-module-22 .gform_wrapper.tmf-form_wrapper ul {
	padding: 0 !important;
	margin: 0 !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper ul li.gfield {
}

.tmf-module-22 input[type='text'],
.tmf-module-22 input[type='tel'],
.tmf-module-22 input[type='email'],
.tmf-module-22 textarea,
.tmf-module-22 select {
	text-align: center;
	margin-bottom: 10px !important;
}

.tmf-module-22 textarea {
	height: 120px !important;
}

.tmf-module-22 .tmf-checkbox {
	border: 2px solid #5989a5;
	padding: 25px 25px !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper label.gfield_label {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gfield_checkbox li {
	margin: 0;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gfield_checkbox li input[type='checkbox'] {
	margin-top: 3px;
	vertical-align: top;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gfield_checkbox li label {
	margin: 0;
	color: #fff;
	font-size: 16px;
}

.tmf-module-22 .not-robot-checkbox {
	padding: 25px 0 15px !important;
	text-align: center;
	max-width: 150px;
	margin: 0 auto !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer {
	margin: 15px auto 0;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .tmf-button {
	background: #151d32;
	color: #ffffff;
	padding: 10px 15px;
	max-width: 115px;
	width: 100%;
}

/* ======================================== *
        CTA Module CSS
 * ======================================== */
.cta-module {
	background: url('../images/int_cta_2_bg_3x.jpg') no-repeat center center / cover;
	box-sizing: border-box;
	padding: 50px 35px;
	position: relative;
	margin: 75px 0;
}

.cta-module .cta-module-box-row {
	display: table;
	width: 100%;
}

.cta-module .cta-module-box-1,
.cta-module .cta-module-box-2 {
	display: table-cell;
	vertical-align: middle;
}

.cta-module .cta-module-box-1 {
	width: auto;
}

.cta-module .cta-module-box-2 {
	width: 210px;
}

.cta-module .cta-module-box-inner {
	padding: 0 25px;
}

.cta-module .editor-content h3 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 0 !important;
	margin-bottom: 25px;
}

.cta-module .editor-content p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

.cta-module .tmf-button {
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
}

@media screen and (max-width: 1050px) {
	.cta-module {
		margin: 50px 0;
	}

	.cta-module .cta-module-box-1,
	.cta-module .cta-module-box-2 {
		display: block;
		width: 100%;
		position: relative;
	}

	.cta-module .tmf-button {
		margin-top: 25px;
	}
}

@media screen and (max-width: 450px) {
	.cta-module {
		margin: 50px 0;
		padding: 50px 0;
	}
}
