/* ============================================================================ *
        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: #4d4d4f;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

a {
	color: #26abe2;
}

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

	#primary-nav-container {
		max-width: 720px !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: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 15px;
}

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

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
}

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

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

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a {
	color: #000000;
	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 {
}

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

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

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

#header-top .phone-1,
#header-top .email {
	margin-right: 25px;
}

#header-top .phone-1::before,
#header-top .email::before {
	color: #29abe2;
	font-size: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}

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

#header-top .email::before {
	content: '\f0e0';
	margin-right: 5px;
}

#header-top .tmf-button {
	box-sizing: border-box;
	display: inline-block;
	max-width: 160px;
	width: 100%;
	padding: 8px 15px;
}

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

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

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

	#header-top .tmf-button {
		margin-top: 10px;
	}
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
	background: url('../images/int_header_bg_3x.jpg') no-repeat center center / cover;
}

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

#header {
	padding: 40px 0;
}

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

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

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

#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: 28%;
		padding-right: 25px;
	}

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

@media screen and (max-width: 950px) {
	#header .main-logo,
	#header .mobile-view {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	#header .mobile-view {
		padding-top: 15px;
	}
}

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

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

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

#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: #000000;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 5px;
	text-decoration: none;
}

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

#primary-nav .menu > .menu-item.home-icon a:before {
	content: '\f015';
	color: #29abe2;
	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.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
	color: #29abe2;
}

#primary-nav .menu .sub-menu {
	min-width: 220px;
	text-align: center;
}

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

#primary-nav .menu .sub-menu .menu-item {
	background: #94d5f1;
}

#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: #17203f;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 15px;
}

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

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

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

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

.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: #26abe2;
}

#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: #26abe2;
}

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

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

#billboard-container {
	max-width: 100%;
}
#billboard {
	background: #19203f;
}
#billboard .home-video {
	display: block;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	object-fit: contain;
	max-width: 1400px;
	margin: 0 auto;
}

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

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

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

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

#int-billboard-cell-1 {
	background: url('../images/int_prac_areas_left_3x.png') 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: 1250px;
	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: 30.5%;
}

#int-billboard h1#page-title {
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 0;
}

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

@media screen and (max-width: 1050px) {
	#int-billboard .int-billboard-content {
		background: url('../images/int_prac_areas_left_3x.png') no-repeat center center / cover;
		position: relative;
		left: inherit;
		right: inherit;
		top: inherit;
		transform: inherit;
		padding: 15px 25px;
	}

	#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: #29abe2;
}

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

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

#int-title h1#page-title {
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 0;
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper {
	background: url('../images/home_content_bg_3x.jpg') no-repeat center center / cover;
}

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

#home-body {
	padding: 45px 0 65px;
	text-align: center;
}

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

#home-body-cell-2 {
	width: 425px;
}

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

#home-body h1 {
	color: #19203f;
	font-size: 34px;
	padding: 0 25px;
	margin-bottom: 25px;
}

#home-body p {
	font-size: 20px;
	line-height: 28px;
}

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

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

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

#body-wrapper:before {
	background: url('../images/int_page_bg_top_3x.jpg') no-repeat;
	background-position: center top;
	background-size: cover;
	content: '';
	display: block;
	width: 100%;
	height: 481px;
	position: absolute;
	top: 0;
}

#body-wrapper:after {
	background: url('../images/int_page_bg_bottom_3x.jpg') no-repeat;
	background-position: center bottom;
	background-size: cover;
	content: '';
	display: block;
	width: 100%;
	height: 481px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.single-attorney #body-wrapper:before {
	background: url('../images/int_attorney_page_bg_top_3x.jpg') no-repeat;
	background-position: center top;
	background-size: cover;
	height: 310px;
}

.single-attorney #body-wrapper:after {
	background: url('../images/int_attorney_page_bg_bottom_3x.jpg') no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 621px;
}

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

#body {
	padding: 45px 0;
}

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

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

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

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

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorney-wrapper {
	background: #19203f;
}

#home-attorney-container {
	max-width: 1250px;
}

#home-attorney {
	height: 440px;
}

#home-attorney .inner {
	padding: 0;
}

@media screen and (max-width: 950px) {
	#home-attorney {
		padding: 45px 0;
		height: auto;
	}
}

/* ======================================== *
        Home Faq Section
 * ======================================== */
#home-industries-wrapper {
	background: url('../images/home_industries_served_bg_3x.jpg') no-repeat center center / cover;
}

#home-industries-container {
	max-width: 1020px;
}

#home-industries {
	padding: 100px 0 240px;
	text-align: center;
}

#home-industries .inner {
	padding: 0;
}

#home-industries .title {
	margin-left: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #29abe2;
}
#home-industries .title a {
	text-decoration: none;
	font-weight: 700;
	color: #19203f;
	font-size: 22px;
}
#home-industries .title a:hover {
	text-decoration: underline;
}
#home-industries .title .date {
	display: none;
}
#home-industries .tmf-post.post.small .calendar-icon .month,
#home-industries .tmf-post.news.small .calendar-icon .month {
	background-color: #29abe2;
	display: none;
}
#home-industries .tmf-post.post.small .calendar-icon,
#home-industries .tmf-post.news.small .calendar-icon {
	border: 2px solid #29abe2;
	display: none;
}
#home-industries-cell-1 .tmf-post-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	gap: 25px;
	margin: 35px 0;
	padding: 0 25px;
}
#home-industries-cell-1 .tmf-post-list .tmf-post {
	text-align: left;
	padding: 25px 15px;
	background: #f6f6f6;
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.27);
	margin-bottom: 0;
}
#home-industries-cell-1 .tmf-post-list .tmf-post .read-more {
	text-decoration: none;
	margin-top: 5px;
	display: block;
}
#home-industries-cell-1 .tmf-post-list .tmf-post .read-more:hover {
	text-decoration: underline;
}
#home-industries .tmf-button {
	display: block;
	max-width: max-content;
	margin: 0 auto 15px;
}

#home-industries h3.tmf-module-title {
	color: #19203f;
	font-size: 28px;
	margin-bottom: 15px;
	padding: 0 25px;
}

#home-industries p {
	color: #003047;
	font-size: 20px;
	line-height: 28px;
	padding: 0 25px;
}

#home-industries .home-industries-wrap {
}

#home-industries .home-industries-wrap-cell {
	box-sizing: border-box;
	display: inline-block;
	max-width: 200px;
	width: 100%;
	padding: 0px 25px 35px;
	vertical-align: top;
}

#home-industries .home-industries-icon {
}

#home-industries h5 {
	color: #19203f;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}

@media screen and (max-width: 1200px) {
	#home-industries {
		padding: 100px 0 65px;
		text-align: center;
	}
}

@media screen and (max-width: 1050px) {
	#home-industries-cell-1 .tmf-post-list {
		gap: 25px;
	}
}
@media screen and (max-width: 950px) {
	#home-industries-cell-1 .tmf-post-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ======================================== *
        Contact Section
 * ======================================== */
#contact-section-wrapper {
	margin-top: -205px;
}

#contact-section-container {
	background: url('../images/home_form_bg_3x.jpg') no-repeat center center / cover;
	max-width: 1200px;
}

#contact-section {
	padding: 50px 0px;
	text-align: center;
}

#contact-section h3.tmf-module-title {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 0;
}

#contact-section .editor-content p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}

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

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

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

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

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

#contact-section .gform_wrapper ul li.gfield {
	margin-top: 5px;
	padding-top: 0;
	font-family: 'Roboto', sans-serif !important;
}

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

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

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

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

#contact-section .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

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

#contact-section input[type='text'],
#contact-section input[type='tel'],
#contact-section input[type='email'],
#contact-section textarea,
#contact-section select {
}

#contact-section textarea {
	height: 175px !important;
}

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

#contact-section .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#contact-section .gform_wrapper.tmf-form_wrapper input[type='submit'] {
	box-sizing: border-box;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-right: 0;
	padding: 8px 15px;
	max-width: 180px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	#contact-section-wrapper {
		margin-top: 0;
	}

	#contact-section-container {
		border-radius: 0;
	}
}

@media screen and (max-width: 950px) {
	#contact-section .left_half,
	#contact-section .right_half {
		display: block;
		float: none;
		width: 100%;
		margin: auto;
		padding: 0;
	}

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

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

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

	#contact-section input[type='text'],
	#contact-section input[type='tel'],
	#contact-section input[type='email'],
	#contact-section textarea,
	#contact-section select {
		text-align: center;
	}
}

/* ======================================== *
        Attorney Single Page CSS
 * ======================================== */
.single-attorney #body-cell-2 {
	width: 473px;
	padding-top: 45px;
}

.single-attorney .attorney-accordion {
}

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

.single-attorney .superlawyer {
}

.single-attorney .superlawyer img {
}

.attorney-bio-info {
	background: #29abe2;
	height: 350px;
}

.attorney-bio-info-container {
	max-width: 1250px;
	margin: 0 auto;
}

.attorney-bio-info-row {
	display: table;
	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-info .attorney-bio-box-1 {
	background: url('../images/int_attorney_logo_icon_1x.png') no-repeat;
	background-size: 399px;
	background-position: 80% top;
	width: calc(100% - 473px);
}

.attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
	padding: 55px 25px 0;
}

.attorney-bio-info .attorney-bio-box-2 {
	width: 473px;
}

.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
	padding: 0 25px;
}

.attorney-bio-info img.primary {
	border: 4px solid #f2f2f2;
	box-sizing: border-box;
	max-width: 423px;
	width: 100%;
	display: block;
	position: relative;
	margin-top: -20px;
	z-index: 1;
}

.attorney-bio-info .title-wrap {
	border-bottom: 4px solid #94d5f1;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.attorney-bio-info h1#page-title {
	color: #ffffff;
	font-size: 40px;
	text-transform: none;
	margin-bottom: 0;
}

.attorney-bio-info .attorney-titles {
	margin-bottom: 10px;
}

.attorney-bio-info .attorney-titles a {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
}

.attorney-bio-info .contact-information,
.attorney-bio-info .icon-container {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
}

.attorney-bio-info .phone,
.attorney-bio-info .fax,
.attorney-bio-info .email {
}

.attorney-bio-info .label {
	font-size: 0;
}

.attorney-bio-info .phone-1::before,
.attorney-bio-info .phone-2::before,
.attorney-bio-info .fax::before,
.attorney-bio-info .email::before {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}

.attorney-bio-info .phone-1::before {
	content: '\f879';
	margin-right: 5px;
	transform: rotate(10deg);
	width: 20px;
}

.attorney-bio-info .phone-2::before {
	content: '\f879';
	margin-right: 5px;
	transform: rotate(10deg);
	width: 20px;
}

.attorney-bio-info .fax::before {
	content: '\f1ac';
	margin-right: 5px;
	width: 20px;
}

.attorney-bio-info .email::before {
	content: '\f0e0';
	margin-right: 5px;
	width: 20px;
}

.attorney-bio-info .vcard .label {
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
}

.attorney-bio-info .resume {
	display: block;
}

.attorney-bio-info .resume .label {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
}

.attorney-bio-info .contact-information a,
.attorney-bio-info .icon-container a {
	color: #ffffff;
}

.attorney-bio-info .mobile-view {
	display: none;
}

@media screen and (max-width: 1200px) {
	.single-attorney #body-cell-2 {
		padding-top: 0;
	}

	.attorney-bio-info {
		height: auto;
	}

	.attorney-bio-info-container {
		padding: 25px 0;
	}

	.attorney-bio-info .attorney-bio-box-1,
	.attorney-bio-info .attorney-bio-box-2 {
		vertical-align: middle;
	}

	.attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
		padding: 0 25px;
	}

	.attorney-bio-info img.primary {
		margin: 0;
	}
}

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

	.single-attorney #body-cell-2 {
		padding-top: 25px;
	}

	.attorney-bio-info-container {
		background: transparent;
	}

	.attorney-bio-info .attorney-bio-box-1 {
		display: block;
		width: 100%;
		text-align: center;
	}

	.attorney-bio-info .attorney-bio-box-2 {
		display: none;
	}

	.attorney-bio-info img.primary {
		margin: 0 auto 25px;
	}

	.attorney-bio-info .mobile-view {
		display: block;
	}
}

/* ======================================== *
        Footer Section
 * ======================================== */
.home-bottom-area-bg {
	background: #6f7073;
}

.int-bottom-area-bg {
	background: #6f7073;
}

#footer-wrapper {
}

#footer-container {
	max-width: 1060px;
}

#footer {
	padding: 50px 0;
	text-align: center;
}

#footer .tmf-button {
	box-sizing: border-box;
	display: inline-block;
	max-width: 160px;
	width: 100%;
	padding: 8px 15px;
}
#footer .tmf-post.small.location .vcard .label {
	font-size: 18px;
	margin: 0;
	vertical-align: middle;
	font-weight: 400;
}
#footer .tmf-post.small.location .vcard {
	margin-left: 15px;
}
#footer .vcard .value::before {
	color: #29abe2;
}

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

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

#copyright-container {
}

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

#copyright a {
	color: #ffffff;
}

/* ======================================== *
        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 {
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
	color: #ffffff;
}

.tmf-multi-module-area .tmf-module-22 {
	background: url('../images/int_form_bg_3x.jpg') no-repeat center center / cover;
	box-sizing: border-box;
	padding: 50px 25px;
	text-align: center;
}

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

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

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

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

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: #7c7c7c;
	font-family: 'Roboto', sans-serif !important;
	font-size: 18px !important;
	font-weight: 500;
	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 #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,
.page-numbers,
input[type='submit'] {
	font-size: 20px;
	padding: 15px 15px;
	background: #29abe2;
	border: none;
	box-sizing: border-box;
	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: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: normal;
	position: relative;
}

.tmf-button:hover,
.page-numbers:hover,
input[type='submit']:hover {
	background: #2fbcf7;
	text-decoration: none;
	color: #ffffff;
}

.tmf-button:active,
.page-numbers:active,
input[type='submit']:active {
	background: #29abe2;
	color: #ffffff;
	text-decoration: none;
}

.tmf-button.large {
	font-size: 1.1em;
	padding: 7px 25px;
}

.tmf-button.medium {
	font-size: 0.95em;
	padding: 5px 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: none;
	border: 1px solid #ddd;
	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: #ffffff;
	font-size: 18px;
	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
 * ======================================== */
.social-icons {
	vertical-align: middle;
}

.social-icons .icon {
	width: 39px;
	height: 39px;
}

.social-icons .facebook {
	background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -564px 0;
	background-size: 817px;
}

.social-icons .linked-in {
	background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -699px 0;
	background-size: 817px;
}

.social-icons .twitter {
	background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -739px 0;
	background-size: 817px;
}

.social-icons .avvo {
	background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -779px 0;
	background-size: 817px;
}

/* Payment Icons CSS */
.payment-icons span {
	width: 55px;
	height: 35px;
}

.payment-icons .visa {
	background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -259px 0;
	background-size: 817px;
}

.payment-icons .mastercard {
	background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -321px 0;
	background-size: 817px;
}

.payment-icons .discover {
	background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -382px 0;
	background-size: 817px;
}

.payment-icons .american-express {
	background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -444px 0;
	background-size: 817px;
}

aside {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
}

aside.left {
	border-top: 6px solid #26abe2;
	border-bottom: 6px solid #26abe2;
}

aside.right {
	border-top: 6px solid #26abe2;
	border-bottom: 6px solid #26abe2;
}

blockquote {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	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: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 25px;
	line-height: normal;
}

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

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

#breadcrumbs .current {
	color: #000000;
	font-weight: 500;
}

body #call-to-action {
	background: transparent !important;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	text-align: left;
	position: relative;
	padding: 40px 40px 40px 80px !important;
}

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

body #call-to-action p {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
}

.mobile {
	display: none;
}

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

	.mobile {
		display: inherit;
	}
}

/* ======================================== *
        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 {
	padding: 0;
	margin: 25px 0 0;
	text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type='submit'] {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 15px;
	max-width: 100%;
	width: 100%;
	margin-right: 0;
	line-height: normal !important;
}

/*Sidebar 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 {
	text-align: center;
}

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

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

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

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.tmf-module-22 .gform_wrapper.tmf-form_wrapper input[type='submit'] {
	box-sizing: border-box;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-right: 0;
	padding: 8px 15px;
	max-width: 180px;
	width: 100%;
}
