/*!
* Bootstrap v3.3.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif
}

#wpadminbar {
	display:none;
}

body.logged-in #wpadminbar {
	display: block;
}

body {
	margin: 0
}

article, aside, figcaption, figure, footer, section {
	display: block
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

b, strong {
	font-weight: 700
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	top: -.5em;
	vertical-align: baseline
}

img {
	border: 0
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

input, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

textarea {
	overflow: auto
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, :after, :before {
		-webkit-box-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important
	}

	a, a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	a[href^="#"]:after {
		content: ""
	}

	blockquote {
		border: 1px solid #999
	}

	blockquote, img, tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2, h3, p {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}
}

*, :after, :before {
	box-sizing: border-box
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 10px
}

body {
	background-color: #fff;
	color: #333;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143
}

input, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

hr {
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 20px
}

.hero h1,
.hero .h1,
h1, h2, h3, h4, h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1
}

h1, h2, h3 {
	margin-top: 20px
}

h1, h2, h3, h4, h6 {
	margin-bottom: 10px
}

h4, h6 {
	margin-top: 10px
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

.hero h1,
.hero .h1,
h3 {
	font-size: 24px
}

h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

ol, ul {
	margin-bottom: 10px;
	margin-top: 0
}

ul ul {
	margin-bottom: 0
}

blockquote {
	border-left: 5px solid #eee;
	font-size: 17.5px;
	margin: 0 0 20px;
	padding: 10px 20px
}

blockquote p:last-child {
	margin-bottom: 0
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width: 768px) {
	.container {
		width: 750px
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-4, .col-lg-5, .col-lg-7, .col-lg-12, .col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-10, .col-md-12, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-12, .col-xs-6, .col-xs-12 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}

.col-xs-6, .col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-6 {
	width: 50%
}

@media (min-width: 768px) {
	.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}
}

@media (min-width: 992px) {
	.col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-10, .col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 1200px) {
	.col-lg-4, .col-lg-5, .col-lg-7, .col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}
}

table {
	background-color: transparent
}

label {
	font-weight: 700;
	margin-bottom: 5px;
	max-width: 100%
}

.btn, label {
	display: inline-block
}

.btn {
	-moz-user-select: none;
	-ms-touch-action: manipulation;
	-ms-user-select: none;
	-webkit-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap
}

.btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	outline: 0
}

.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #286090;
	border-color: #204d74;
	color: #fff
}

.btn-primary:active {
	background-image: none
}

.collapse {
	display: none;
	visibility: hidden
}

.collapse.in {
	display: block;
	visibility: visible
}

.collapsing {
	-o-transition-duration: .35s;
	-o-transition-property: height, visibility;
	-o-transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-webkit-transition-timing-function: ease;
	height: 0;
	overflow: hidden;
	position: relative;
	transition-duration: .35s;
	transition-property: height, visibility;
	transition-timing-function: ease
}

.panel {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom: 20px
}

.panel-body {
	padding: 15px
}

.panel-heading {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px
}

.panel-title {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0
}

.panel-title, .panel-title > a {
	color: inherit
}

.panel-default {
	border-color: #ddd
}

.panel-default > .panel-heading {
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #333
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	content: " ";
	display: table
}

.clearfix:after, .container-fluid:after, .container:after, .panel-body:after, .row:after {
	clear: both
}

.pull-right {
	float: right !important
}

@-ms-viewport {
	width: device-width
}

.visible-lg, .visible-md {
	display: none !important
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}


body {
	color: #888;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	line-height: 1.6
}

p {
	margin-bottom: 20px
}

h1 {
	font-size: 26px
}

h1, h2 {
	margin: 1em 0
}

h2 {
	font-size: 24px
}

.hero h1,
.hero .h1,
h3 {
	font-size: 20px;
	margin: 1em 0
}

h4 {
	font-size: 18px
}

h4, h6 {
	margin: 1em 0
}

h6 {
	font-size: 14px
}

h4, h6 {
	margin-bottom: 0
}

a, a:focus, a:hover {
	outline: 0;
	text-decoration: none
}

.site-header {
	background-color: #fafafa;
	padding-top: 20px;
	transition: padding .2s
}

.logo {
	background: url(img/logo-big.png) 50% no-repeat;
	background-size: contain;
	display: block;
	height: 37px;
	text-indent: -9999px;
	transition: all .2s;
	width: 100%
}

.logo2 {
	background: url(img/logo-big2.png) 50% no-repeat;
	background-size: contain;
	display: block;
	height: 37px;
	text-indent: -9999px;
	transition: all .2s;
	width: 100%
}

.site-nav .mobileMenu {
	color: #333;
	display: block
}


.site-nav {
	font-size: 18px;
	height: 30px;
	overflow: hidden;
	transition: height .3s ease
}

.site-nav.open {
	height: 455px
}

.our-team-container {
	background: #f9f9f9;
	text-align: center
}

.site-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.site-nav ul li {
	padding: 5px 0
}

.site-nav ul li a {
	line-height: 1.2;
	padding: 5px 0
}

.site-nav a {
	color: #fff;
	display: block
}

.site-nav li.current-menu-parent > .icon-plus,
.site-nav li.current-menu-item > .icon-plus,
.site-nav li.current-menu-parent > a,
.site-nav li.current-menu-item > a {
	/* border-bottom: 3px solid #0089bb; */
	color: #e06d24 !important 
}

.site-nav a:hover {
	text-decoration: none
}
.sub-menu {
	display: none;
	margin-top: -3px
}

@media(max-width:991px){
	.site-nav li.current-menu-item a { border-bottom: none; } 
	.site-nav.open ul li a { width: calc(100% - 35px); }
}
.hero {
	/*background: url(img/hero-new.jpg) 50% no-repeat;*/
	background-size: cover;
	color: #fff;
	padding: 40px 0 60px
}

.hero h1,
.hero .h1 {
	/*font-family: BebasNeue-Regular;*/
	font-size: 3rem;
	margin: 0 0 20px;
	text-shadow: 1px 1px 5px #000
}

.hero h1 a,
.hero .h1 a {
	color: #fff
}

.hero h1 span:first-of-type,
.hero .h1 span:first-of-type {
	font-size: 3.5rem;
	line-height: .4;
	text-shadow: 1px 1px 5px #000
}

.hero .readmore-button {
	background: #ee7712;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 8px 20px
}

span.phone {
	color: #ee7712;
	display: block;
	font-size: 20px;
	line-height: 1.1;
	margin: .3em 0;
	text-align: right;
	text-align: center;
	transition: all .2s
}

.btn-primary, div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit] {
	-webkit-transition: .3s;
	-webkit-transition-timing-function: ease-in-out;
	border-radius: 4px;
	font-size: 20px;
	padding: 10px 40px;
	transition: .3s;
	transition-timing-function: ease-in-out
}

.btn-primary:hover {
	background-color: #23404e
}

div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit] {
	background-color: #f57828;
	border-color: #f57828;
	border-style: solid;
	color: #fff
}

div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #e06d24;
	border-color: #e06d24;
	color: #fff
}

.trust {
	padding: 40px 0
}

.trust .row > div:first-of-type img {
	margin-top: 18px
}

.trust .row > div:nth-of-type(4) img {
	margin-top: 12px
}

.trust .row > div:last-of-type img {
	margin-top: 32px
}

.trust img {
	margin-bottom: 20px
}

.th-business-resources-page-widget {
	padding: 50px 0 80px
}

.business-page-widget-title {
	color: #777;
	font-size: 20px;
	font-weight: 700;
	margin: 40px 0;
	text-transform: uppercase
}

.entry-content {
	color: #323232
}

.entry-content ul li {
	list-style: disc !important
}

.why-choose-us .container .row .col-md-4.col-sm-6 {
	min-height: 125px
}

.widget_thbusiness_resources_widget .th-services-box .business-page-widget-title span {
	color: #dc8000;
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	margin-top: 16px;
	width: 100%
}

.widget_thbusiness_resources_widget .th-services-box .business-page-widget-title {
	font-size: 28px;
	font-weight: 500;
	margin: 40px 0 0;
	text-transform: none
}

.widget_thbusiness_resources_widget .th-services-box .business-page-widget-title a, .widget_thbusiness_resources_widget .th-services-box .th-front-page-summery {
	color: #fff
}

.widget_thbusiness_resources_widget .th-services-box .th-front-page-summery {
	font-size: 16px;
	min-height: 120px
}

.widget_thbusiness_resources_widget .col-md-4 {
	background: #151921
}

.widget_thbusiness_resources_widget .col-md-4:nth-child(2n) {
	background: #282828
}

.widget_thbusiness_resources_widget .th-services-box {
	margin-bottom: 0
}

.widget_thbusiness_resources_widget .th-services-box .th-morelink, .widget_thbusiness_resources_widget .th-services-box:hover .th-morelink {
	background: none repeat scroll 0 0 transparent !important;
	font-size: 16px;
	margin-top: 0;
	padding: 13px 40px;
	text-transform: uppercase
}

.widget_thbusiness_resources_widget .th-services-box .th-morelink-sep {
	border-top: 1px solid #44474d;
	margin: 10px -15px
}

.fight-back .resources-title {
	margin-bottom: 20px
}

.view-all-resources-btn {
	display: inline-block;
	margin-top: 50px;
	text-align: center;
	width: 100%
}

.courtroom-strip .btn, .experienced-focused-section .btn, .view-all-resources-btn > a {
	background: none repeat scroll 0 0 #f57828;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	padding: 10px 40px
}

.courtroom-strip .btn:hover, .experienced-focused-section .btn:hover, .view-all-resources-btn > a:hover {
	background: #e06d24;
	color: #fff
}

.th-business-oberheiden-page-widget {
	background-position: 50%;
	background-repeat: no-repeat
}

.th-business-oberheiden-page-widget .th-oberheiden {
	background-color: rgba(0, 0, 0, .5);
	display: inline-block;
	padding: 0 30px;
	width: 520px
}

.th-business-oberheiden-page-widget .resources-title > h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
	padding: 70px 0 20px
}

.th-business-oberheiden-page-widget .widget_thbusiness_oberheiden_widget {
	margin: 0
}

.th-oberheiden-box {
	border-top: 1px solid #44474d;
	padding: 20px 0
}

.th-oberheiden .business-page-widget-title {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
	text-align: center
}

.th-oberheiden .business-page-widget-title .oberheiden-title:after {
	background: none repeat scroll 0 0 transparent;
	height: auto;
	margin: 0;
	width: auto
}

.th-oberheiden .business-page-widget-title > .oberheiden-title {
	color: #ee7712;
	display: table-cell;
	font-size: 40px;
	font-weight: 400;
	height: 70px;
	vertical-align: middle;
	width: 70px
}

.th-oberheiden .th-front-page-summery {
	color: #fff;
	font-size: 16px;
	text-align: right
}

.th-oberheiden .col-xs-12:nth-child(2) .business-page-widget-title {
	float: right;
	margin: 0 0 0 20px
}

.th-oberheiden .col-xs-12:nth-child(2) .th-front-page-summery {
	text-align: left
}

.business-page-widget-title > a {
	color: #151921
}

.business-page-widget-title a:after {
	background: #ee7712;
	content: "";
	display: table;
	height: 2px;
	margin: 20px auto;
	width: 60px
}

.th-services-box {
	margin-bottom: 30px;
	text-align: center
}

.th-front-page-summery {
	line-height: 1.5;
	margin-bottom: 25px
}

.th-services-box .th-morelink, .th-services-box:hover .th-morelink {
	background: #0089bb;
	border-radius: 3px;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 40px
}

.th-services-box:hover .th-morelink {
	background: #007aa7 !important
}

.homepage.main-content h2 {
	font-size: 24px;
	text-align:center;
}

#thbusiness_oberheiden_widget-2 p {
	color: #fff;
}

.home.page {
	background: #f9f9f9
}

.textwidget {
	color: #323232;
	line-height: 1.6
}

.dark-text {
	color: #555
}

.contect-us-button a {
	background: #ee7712;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 8px 20px;
	text-align: center;
	width: 100%
}

.contect-us-button a:hover {
	color: #fff
}

.nation-wide-title, .resources-title {
	text-align: center
}

.resources-title h2 {
	color: #151921;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0
}

.free-expert h2 {
	font-size: 24px;
	font-weight: 700
}

.resources-title p {
	color: #323232;
	font-style: italic
}

.why-choose-us {
	border-bottom: 4px solid #f57828;
	color: #333;
	padding: 50px 0;
	text-align: center
}

.why-choose-us i {
	color: #162d45;
	font-size: 53px
}

.why-choose-us .row > div {
	margin-bottom: 70px
}

.why-choose-us h2, .why-choose-us h4 {
	font-weight: 700;
	margin-bottom: 10px
}

/*.why-choose-us h2 {*/
/*    text-transform: uppercase*/
/*}*/

.why-choose-us .col-md-12 h2:after {
	border-bottom: 1px solid #006;
	bottom: -30px;
	content: "";
	display: block;
	left: 50%;
	margin-left: -60px;
	position: absolute;
	width: 120px
}

.free-expert {
	background: url(/wp-content/uploads/2015/04/free-expert-bg.png.webp) repeat scroll 0 0 transparent;
	border-bottom: 4px solid #f57828;
	color: #000;
	padding: 40px 0;
	text-align: center
}

footer.site-footer {
	background-color: #fafafa;
	padding: 30px 0 70px
}

footer.site-footer a {
	color: #888
}

.officeHoursAppointment {
	font-size: 11px;
	margin-bottom: 0;
	padding-top: 20px;
	text-align: center
}

.site-footer a {
	color: #fff
}

.sticky-copyright {
	background: #000;
	bottom: 0;
	color: #888;
	font-size: 14px;
	padding: 10px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 3
}

.videoWrapper {
	margin-bottom: 25px
}

.slides-section {
	border-bottom: 4px solid #f57828;
	position: relative;
	z-index: 1
}

.slides-section .slide-inner {
	padding-bottom: 30px;
	position: relative
}

.slides-section .slide-inner img {
	display: table;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 768px) {
	.slides-section .slide-inner img {
		height: 406px;
	}
}

.slides-section .slider-text {
	bottom: 8px;
	color: #fff;
	text-align: center;
	width: 100%;
}



.schedule_btn {
	bottom: 28px;
	position: relative;
	width: 100%;
	z-index: 2
}

.schedule_btn > a {
	background: #f57828;
	border-radius: 3px;
	color: #fff;
	display: table;
	font-size: 20px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 30px;
	text-align: center
}

.schedule_btn > a:hover {
	background: none repeat scroll 0 0 #e06d24;
	color: #fff
}

.interior-hero .practice-areas {
	background: #fff;
	padding-bottom: 20px;
	text-align: center
}

.interior-hero .practice-areas h1 {
	color: #151921;
	font-size: 40px;
	margin-bottom: 10px;
	margin-top: 30px
}

.interior-hero .practice-areas p.sub-title {
	color: #2689be;
	font-style: italic
}

.interior-hero .practice-areas p {
	color: #323232
}

.interior-hero .practice-areas p.sub-title:after {
	background: #f57828;
	content: "";
	display: table;
	height: 2px;
	margin: 20px auto;
	width: 60px
}

/*.slides-section .slider-text .slider-caption p {
font-weight: 400;
padding-left: 25px;
padding-right: 25px;
text-align: left;
width: auto
}*/

.slides-section .slider-text .slider-caption {
	background: transparent;
	text-align: left
}



.slides-section .slider-text {
	color: #333;
	position: absolute;
	right: 36px;
	text-align: left;
	top: 15px;
	width: 300px
}

.overlay-container {
	margin: 0 auto;
	position: relative;
	width: 1100px
}

.slide-inner {
	background-color: #e9e8e4;
	background-repeat: no-repeat;
	background-size: cover
}

.main-content {
	background: #f9f9f9;
	border-color: #d0d0d0;
	border-style: solid;
	border-width: 1px 0;
	padding: 70px 0
}

.map {
	position: relative
}

aside h3 {
	border-bottom: 2px solid #ac202d;
	margin-top: 0;
	padding-bottom: 5px
}

aside .rating {
	display: flex;
	align-items: center;
}

.home-blog {
	padding-bottom: 60px
}

.blog-button {
	margin-top: 30px
}

.gform_wrapper .top_label input[type=text], .gform_wrapper .top_label textarea {
	background: #fdfdfd;
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 100%
}

ol, ul {
	margin-bottom: 20px
}

.sticky {
	box-shadow: 0 0 2px #666;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9999
}

ul li {
	list-style: none
}

.entry-content h2, .sidebar h3 {
	border-bottom: 1px solid #08b;
	color: #1c1f26;
	margin-top: 0;
	padding-bottom: 15px
}

.sidebar h3 {
	font-size: 24px
}

.sidebar .textwidget {
	margin: 0 0 60px
}

img.alignleft {
	float: left;
	margin-bottom: 1em;
	margin-right: 1.5em
}

img.alignright {
	float: right;
	margin-bottom: 1em;
	margin-left: 1.5em
}

.wrap-left-align {
	float: left;
	margin-right: 1.5em
}

.wrap-left-align img.alignleft {
	margin-right: 0
}

.entry-content ul#gform_fields_3 li.gfield, .entry-content ul#gform_fields_4 li.gfield {
	list-style: none !important
}

.wpmtp-testimonial {
	margin-bottom: 20px
}

.team-section {
	background: #f9f9f9;
	border: solid #d0d0d0;
	border-width: 0 0 1px;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px 0;
	display:flex;
	flex-wrap:wrap;		
}

.team-section .wpmtp-testimonial {
	background-color: #fff;
	border-bottom: 2px solid #c7c7c7;
	border-radius: 5px;
	border-right: 2px solid #c7c7c7;
	padding-bottom: 98px;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.team-section .wpmtp-testimonial img {
	border-radius: 5px 5px 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-section .wpmtp-testimonial p {
	margin-bottom: 0;
	height: 100%;
}

.team-section .wpmtp-testimonial .team-content {
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	background-color: #fff;
	bottom: 0;
	position: absolute;
	transition: all .3s ease;
	width: 100%
}

.team-section .wpmtp-testimonial h2 {
	border-bottom: 0;
	color: #08b;
	font-size: 28px;
	margin: 20px 0 0;
	padding-bottom: 0
}

.team-section .wpmtp-testimonial .job-title {
	display: inherit;
	font-style: italic;
	margin-bottom: 20px
}

.team-section .wpmtp-testimonial .wpmtp-more {
	background: #0089bb;
	border-radius: 3px;
	color: #fff !important;
	display: none;
	font-size: 16px;
	padding: 10px 40px
}

.team-section .wpmtp-testimonial .wpmtp-more:hover {
	background: #007aa7
}

.team-section .wpmtp-testimonial:hover .wpmtp-more {
	display: inline-block
}

.team-section .wpmtp-testimonial:hover .team-content {
	bottom: 20px
}

.protfolio-view-btn {
	background: #0089bb;
	border-radius: 3px;
	color: #fff !important;
	font-size: 20px;
	left: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
	padding: 10px 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -29px;
	width: auto;
	z-index: 3
}

.container-fluid.th-business-oberheiden-page-widget {
	padding: 0
}

.protfolio-view-btn:hover {
	background: #007aa7;
	color: #fff
}

.header-subtext {
	display: block;
	font-size: 80%;
	font-style: italic;
	margin-bottom: 3.5rem;
	margin-top: 1rem
}

.nursing-moto {
	font-size: 2rem;
	margin-top: 2rem;
	text-align: center
}

.practice {
	border-bottom: 4px solid #0089bb;
	margin: 0;
	position: relative
}

.protfolio-view-btn {
	display: none
}

.home .practice {
	border-top: 4px solid #0089bb;
	margin-top: 50px
}

.home .protfolio-view-btn {
	display: inline-block
}

.practice-item, .practice .container-fluid {
	padding: 0
}

.practice .row {
	margin: 0
}

.practice-item {
	text-align: center
}

.practice-item:before {
	background-color: transparent;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: background-color .2s ease 0s;
	width: 100%
}

.practice-item:hover:before {
	background-color: rgba(238, 119, 18, .4)
}

.practice-item img {
	max-width: 100%
}

.practice-item a {
	color: #e9edf2;
	display: block
}

.practice-item a:before {
	border: 1px solid #fff;
	content: "";
	display: block;
	height: 88%;
	margin-left: 6%;
	margin-top: 6%;
	position: absolute;
	width: 88%;
	z-index: 1
}

.practice-area-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}

.practice-item h2 {
	display: inline-block;
	font-family: karmina-sans, sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.28;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: uppercase
}

.practice-item i {
	display: block;
	font-size: 16px
}

.working-with-oberheiden {
	background: 50% no-repeat;
	background-size: cover
}

.contact-form {
	color: #333
}

.verdicts {
	background: url(/wp-content/uploads/2022/07/bg-nursing-verdicts.jpeg.webp);
	background-size: cover
}

.page-template-nursing-home.verdicts {
	background: url(/wp-content/uploads/2022/07/bg-nursing-verdicts.jpeg.webp);
	background-size: cover
}

.verdicts a {
	color: #fff
}

.at-a-glance .th-business-oberheiden-page-widget .th-oberheiden, .verdicts .th-business-oberheiden-page-widget .th-oberheiden {
	padding: 0 15px 20px
}

.verdicts .th-oberheiden {
	padding-bottom: 20px
}

.verdicts .th-business-oberheiden-page-widget .resources-title > h2 {
	color: #fff;
	padding-bottom: 30px
}

.trust {
	border-top: 4px solid #f57828
}

.theContent .badge-list-item {
	border-width: 0
}

.home-testimonials {
	background: transparent url(/wp-content/uploads/2015/04/free-expert-bg.png) repeat scroll 0 0;
	color: #000;
	padding: 60px 0 25px
}

.home-testimonials h2 {
	margin-bottom: 40px
}

.home-testimonials .quote {
	font-style: italic;
	margin-bottom: 0
}

.home-testimonials .quoter {
	display: block;
	font-style: normal;
	font-weight: 700;
	margin-top: 15px;
	text-indent: 25px
}

.home-testimonials .read-more {
	text-align: center;
}

.quote-item {
	margin-bottom: 30px
}

.home-testimonials h3 {
	font-weight: 700;
	margin-bottom: 4px;
	margin-top: 0
}

.courtroom-strip, .experienced-focused-section {
	background-color: #162d45;
	color: #fff;
	padding: 50px 0;
	text-align: center
}

.at-a-glance {
	line-height: 1.8;
	padding: 0
}

.at-a-glance h2 {
	font-size: 30px;
	padding-bottom: 30px;
	padding-top: 40px
}

.courtroom-strip h2, .experienced-focused-section h2 {
	font-weight: 700
}

.blog-post {
	margin-bottom: 20px
}

.blog-post img {
	height: 270px;
	max-width: 100%;
	width: 100%
}

.blog-post h3 {
	margin-bottom: .25em
}

.blog-post date {
	font-style: italic
}

.contact-us-footer {
	background: 50% no-repeat;
	background-size: cover;
	border-bottom: 4px solid #f57828;
	padding: 50px 0 40px
}

.contact-us-footer h2 {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 5px;
	/*text-transform: uppercase*/
}

.contact-us-footer .subheader {
	color: #fff;
	font-style: italic
}

.contact-us-footer .gfield_label {
	color: #fff
}

.contact-us-footer .gfield_required {
	display: none
}

.contact-us-footer .gform_wrapper textarea.medium {
	width: 100%
}

.contact-us-footer .gform_wrapper .top_label .gfield_label, .contact-us-footer .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0
}

#gform_submit_button_1 {
	background-color: #5a5f5e;
	border-color: #5a5f5e;
	border-style: solid;
	color: #fff;
	cursor: pointer;
	font-size: 18px
}

#gform_submit_button_1:focus, #gform_submit_button_1:hover {
	background-color: #414544;
	border-color: #414544;
	color: #fff
}

.page-template-contact .schedule_btn {
	display: none
}

.page-template-contact .slide-inner {
	padding-bottom: 4px
}

.contact-us-footer__header_group {
	text-align: center
}

.gform_body .gform_fields li {
	list-style: none !important
}

.gform_anchor {
	display: none
}

div.gform_wrapper .gform_footer {
	padding-left: 15px;
	padding-right: 15px
}

.main-content img {
	height: auto;
	max-width: 100%
}

.main-content h3 {
	line-height: 1.5
}

#gform_wrapper_3, #gform_wrapper_4,#gform_wrapper_7 {
	background-color: #162d45;
	border-radius: 4px;
	padding: 5px 4px 10px 20px;
	color:#fff;
}

#gform_wrapper_3 input,
#gform_wrapper_4 input,
#gform_wrapper_7 input,
#gform_wrapper_3 select,
#gform_wrapper_4 select,
#gform_wrapper_7 select,
#gform_wrapper_3 textarea,
#gform_wrapper_4 textarea,
#gform_wrapper_7 textarea {
	color: #323232;
}



#gform_wrapper_3 {
	margin-bottom: 40px;
	margin-top: 40px
}

#gform_wrapper_3 label, #gform_wrapper_4 .gfield_label,#gform_wrapper_7 .gfield_label {
	color: #fff
}

#gform_wrapper_3 input + label {
	font-size: 1.3rem
}
.checkboxes .gfield_checkbox {
	display: flex;
	align-items: center;
}

.checkboxes .gfield_checkbox li {
	width: 25%;
}

.checkboxes .gfield_checkbox li input[type=checkbox] {
	margin: 0 !important;
}

hr {
	border-color: #ee7712;
	border-width: 2px;
	margin-bottom: 40px;
	margin-top: 40px
}

.entry-content ul > li > ul > li {
	list-style-type: circle !important
}

.panel-heading {
	padding: 0
}

.panel-title a {
	background-color: #162d45;
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 12px 18px;
	transition: background .2s
}

.panel-title a:hover {
	background-color: #30475f
}

.panel-title a[class=collapsed]:after {
	content: "\f078"
}

.panel-title a:after {
	content: "\f054";
	float: right;
	font-family: FontAwesome
}

.theContent img {
	border: 1px solid #ccc
}

@media screen and (min-width: 768px) {
	.contact-us-footer {
		padding: 60px 0 80px
	}

	.contact-us-footer h2 {
		font-size: 30px
	}

	.contact-us-footer .gform_footer {
		padding-top: 24px;
		text-align: right
	}

	#gform_submit_button_1 {
		line-height: 42px;
		min-width: 255px
	}

	.th-business-resources-page-widget {
		padding-top: 80px
	}

	.wpmtp-testimonial {
		float: left;
		margin: 1.33333%;
		width: 45%
	}

	.trust.text-center .col-sm-3 {
		width: 33.33333333%
	}

	.trust.text-center .col-sm-offset-3 {
		margin-left: 0
	}
}

@media (min-width: 992px) {
	.trust.text-center .col-md-2 {
		width: 12.3%
	}
}

@media (min-width: 992px) {
	.page-id-3514 .trust.text-center .col-md-2 {
		width: 16%
	}

	.page-id-3514 .trust.text-center .row2 .col-md-2 {
		width: 21.3%
	}

	.page-id-3514 .trust .row > div:first-of-type img, .page-id-3514 .trust .row > div:last-of-type img {
		margin-top: 0
	}

	.page-id-3514 .trust.text-center .col-md-2 img {
		border: none
	}

	.page-id-3514 .trust {
		margin-bottom: -36px;
		padding-bottom: 0
	}
}

.at-a-glance {

	background: url(/wp-content/uploads/2022/07/at-a-glance.webp) no-repeat;
	background-size: cover
}

.at-a-glance a {
	color: #fff
}

.at-a-glance li i {
	color: green
}

.gform_wrapper {
	width: 100%
}

.contact-us-footer .gform_wrapper.gf_browser_chrome .gform_body, .sidebar .gform_wrapper.gf_browser_chrome .gform_body {
	max-width: 100%
}

.site-header.sticky {
	padding-top: 6px
}

.sticky .logo {
	margin-top: -60px
}

.sticky .logo2 {
	margin-top: -60px
}

.img-wrapper img {
	margin-bottom: .25em
}

.theContent .gform_wrapper.gf_browser_chrome .gform_body {
	width: calc(100% - 15px)
}

@media screen and (max-width: 1099px) {
	.overlay-container {
		display: block;
		padding: 10px 20px;
		width: auto !important
	}

	.overlay-container img {
		display: none !important
	}


}

@media screen and (min-width: 768px) {
	body {
		font-size: 18px
	}

	.phone, span.phone {
		text-align: right
	}

	span.phone {
		font-size: 30px;
		margin-top: 0
	}

	.hero .readmore-button {
		font-size: 24px
	}

	.contect-us-button a {
		font-size: 20px
	}

	.why-choose-us h2 {
		font-size: 35px
	}

	.practice-item h2 {
		margin-bottom: 15px
	}

	.practice-item i {
		font-size: 20px
	}

	.textwidget {
		line-height: 1.8
	}

	.practice-item h2 {
		font-size: 19px;
		letter-spacing: .1em
	}

	.practice-item i {
		font-size: 18px
	}

	.resources-title h2 {
		font-size: 2em
	}

	.widget_thbusiness_resources_widget .th-services-box .th-front-page-summery {
		min-height: 172px
	}

	.widget_thbusiness_resources_widget > div:first-of-type .th-front-page-summery {
		min-height: 192px
	}

	.site-header {
		padding-bottom: 3px
	}

	.site-header.sticky {
		padding-top: 20px
	}

	.sticky .logo {
		margin-top: 0
	}

	.sticky .logo2 {
		margin-top: 0
	}

	.slides-section .overlay-container .slider-text > h6 {
		margin-top: 1em;
		padding-top: 0
	}

	.slides-section .slider-text > h6 {
		font-size: 32px;
		margin-bottom: 5px;
		margin-left: 25px
	}

	.container-fluid.th-business-oberheiden-page-widget .th-oberheiden {
		width: 80%
	}
}

@media screen and (min-width: 992px) {
	.site-header {
		padding-bottom: 0
	}

	span.phone {
		font-size: 40px;
		margin-top: .3em
	}

	.hero h1,
	.hero .h1 {
		font-size: 80px
	}

	.officeHoursAppointment {
		float: left;
		font-size: 11px;
		margin-bottom: 0;
		padding-top: 0
	}

	.site-nav {
		clear: both;
		display: table;
		float: none;
		margin: 0 auto -3px
	}

	.site-nav, .site-nav .menu > li > a {
		line-height: 50px
	}

	.logo {
		background-position: 0;
		height: 65px;
		transition: height .2s
	}

	.logo2 {
		background-position: 0;
		height: 65px;
		transition: height .2s
	}

	.sticky .logo {
		height: 55px
	}

	.sticky .logo2 {
		height: 55px
	}

	.sticky .phone {
		font-size: 30px
	}

	.site-nav, .site-nav.open {
		height: auto;
		overflow: visible
	}

	.site-nav ul {
		list-style: none;
		margin: 0;
		padding-left: 0
	}

	.site-nav .menu li:last-of-type {
		padding-right: 0
	}

	.site-nav ul li {
		float: left;
		padding: 0 2px;
		position: relative;
		text-align: center
	}

	.site-nav ul li a {
		color: #000;
		padding: 0 5px;
		position: relative
	}

	.site-nav ul li a:hover {
		color: #0089bb
	}

	.site-nav ul li:hover ul.sub-menu {
		background: #fff;
		display: block !important;
		left: 15px;
		margin: -3px 0 0;
		padding: 10px 0;
		position: absolute;
		top: 100%;
		width: 210px;
		z-index: 4
	}

	.site-nav ul li:hover ul.sub-menu li {
		float: none;
		padding: 0 10px;
		text-align: left
	}

	.site-nav ul li:hover ul.sub-menu li a {
		display: inline-block;
		padding: 8px 0
	}

	.btn-primary {
		font-size: 20px
	}

	.hero {
		padding: 120px 0
	}

	.why-choose-us h2 {
		font-size: 2em
	}

	.widget_thbusiness_resources_widget > div:first-of-type .th-front-page-summery {
		min-height: 139px
	}

	.widget_thbusiness_resources_widget .th-services-box .th-front-page-summery {
		min-height: 170px
	}

	.blog-post, .quote-item, .trust img {
		margin-bottom: 0
	}

	.contact-us-footer .gform_wrapper textarea.medium {
		width: 100%
	}

	div.gform_wrapper .gform_footer {
		padding-left: 0;
		padding-right: 0
	}

	.contact-us-footer .gform_wrapper ul li.gfield {
		clear: none
	}

	.contact-us-footer h2 {
		font-size: 2em
	}

	.contact-us-footer .subheader {
		font-size: 1.25em
	}
}

@media screen and (min-width: 1200px) {
	.site-nav ul li {
		padding: 0 13px
	}

	.hero h1,
	.hero .h1 {
		margin-top: 60px
	}

	/*.hero h1 span:first-of-type,*/
	/*.hero .h1 span:first-of-type {*/
	/*    font-size: 50px*/
	/*}*/

	.hero h1 span:last-of-type,
	.hero .h1 span:last-of-type {
		font-size: 86px
	}

	.practice-item h2 {
		font-size: 1.8vw
	}

	.practice-item i {
		font-size: 20px
	}

	.widget_thbusiness_resources_widget .th-services-box .th-front-page-summery {
		min-height: 120px
	}

	.widget_thbusiness_resources_widget > div:first-of-type .th-front-page-summery {
		min-height: 140px
	}

	.trust.text-center .container {
		text-align: center;
		width: 100%
	}
}

@media screen and (max-width: 767px) {
	.container-fluid.th-business-oberheiden-page-widget .th-oberheiden {
		width: 100%
	}
}

.article section.working-with-oberheiden.verdicts {
	background: url(img/bg-verdicts.jpg);
}

.footer h2 {
	border-bottom: 1px solid #08b;
	color: #1c1f26;
	margin-top: 0;
	padding-bottom: 15px;
}

.home .gform_body iframe {
	margin-top: 15px;
	margin-left: 15px;
}

.entry-content.reporting {
	text-align: center;
}

.entry-content.reporting table {
	margin-left: auto;
	margin-right: auto;
}

.entry-content.reporting table td {
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	.page-template-contact img.alignright,
	.page-template-contact img.alignleft {
		width: 100%;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.protfolio-view-btn {
		height: 52px;
		width: 360px;
	}
}

.homepage.main-content h1 {
	font-size: 24px;
}

.homepage .header-subtext {
	color: #ee7712;
}

/*** Footer Locations Blocks ***/

section.locations-blocks {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*footer.site-footer {
background-color: #fafafa;
padding: 0px 0 70px;
}
*/
.locations-blocks h2,
.locations-blocks i {
	color: #fff;
}

.locations-blocks #block-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	/* 	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(12,1fr);
	display: -ms-grid;
	display: grid;
	grid-gap: 10px; */
}

.locations-blocks .location-item {
	flex-basis: calc((100% - 40px) / 5)
}

/* 
.locations-blocks #block-grid .item-1 {
grid-column: 1 / 4;
grid-row: 1;
}

.locations-blocks #block-grid .item-2 {
grid-column: 4 / 7;
grid-row: 1;
}

.locations-blocks #block-grid .item-3 {
grid-column: 7 / 10;
grid-row: 1;
}

.locations-blocks #block-grid .item-4 {
grid-column: 10 / 13;
grid-row: 1;
}

.locations-blocks #block-grid .item-5 {
grid-column: 1 / 4;
grid-row: 2;
}

.locations-blocks #block-grid .item-6 {
grid-column: 4/7;
grid-row: 2;
}

.locations-blocks #block-grid .item-7 {
grid-column: 7/10;
grid-row: 2;
}

.locations-blocks #block-grid .item-8 {
grid-column: 10/13;
grid-row: 2;
}
*/

.locations-blocks .location-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

.locations-blocks .location-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.locations-blocks .location-item:hover:after {
	background-color: rgba(238, 119, 18, .4);
}

.locations-blocks a {
	text-align: center;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.locations-blocks h2 {
	display: inline-block;
	font-family: karmina-sans, sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.28;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.2vw;
}

.locations-blocks i {
	display: block;
}

@media (max-width: 1200px) {
	/*.locations-blocks .location-item {
	min-height: 200px;
}

	.locations-blocks #block-grid .item-1 {
	grid-column: 1 / 7;
	grid-row: 1 / span 3;
}

	.locations-blocks #block-grid .item-2 {
	grid-column: 7 / 11;
	grid-row: 1;
}

	.locations-blocks #block-grid .item-3 {
	grid-column: 11 / 15;
	grid-row: 1;
}

	.locations-blocks #block-grid .item-4 {
	grid-column: 7 / 11;
	grid-row: 2;
}

	.locations-blocks #block-grid .item-5 {
	grid-column: 11 / 15;
	grid-row: 2;
}

	.locations-blocks #block-grid .item-6 {
	grid-column: 7 / 11;
	grid-row: 3;
}

	.locations-blocks #block-grid .item-7 {
	grid-column: 11 / 15;
	grid-row: 3;
}*/
}

@media (max-width: 897px) {
	.locations-blocks .location-item {
		min-height: 200px;
	}
	.locations-blocks .location-item {
		flex-basis: calc((100% - 10px) / 2)
	}
	/* 
	.locations-blocks #block-grid .item-1 {
	grid-column: 1 / 13;
	grid-row: 1;
}

	.locations-blocks #block-grid .item-2 {
	grid-column: 1 / 13;
	grid-row: 2;
}

	.locations-blocks #block-grid .item-3 {
	grid-column: 1 / 13;
	grid-row: 3;
}

	.locations-blocks #block-grid .item-4 {
	grid-column: 1 / 13;
	grid-row: 4;
}

	.locations-blocks #block-grid .item-5 {
	grid-column: 1 / 13;
	grid-row: 5;
}

	.locations-blocks #block-grid .item-6 {
	grid-column: 1 / 13;
	grid-row: 6;
}

	.locations-blocks #block-grid .item-7 {
	grid-column: 1 / 13;
	grid-row: 7;
}

	.locations-blocks #block-grid .item-8 {
	grid-column: 1 / 13;
	grid-row: 8;
}

	.locations-blocks #block-grid .item-9 {
	grid-column: 1 / 13;
	grid-row: 9;
}

	.locations-blocks #block-grid .item-10 {
	grid-column: 1 / 13;
	grid-row: 10;
}

	.locations-blocks #block-grid .item-11 {
	grid-column: 1 / 13;
	grid-row: 11;
} */
}

@media (max-width: 897px) {
	.locations-blocks h2 {
		font-size: 28px;
	}
}

@media (max-width: 515px) {
	.locations-blocks .location-item {
		flex-basis: 100%;
	}
}

/*** Home video banner ***/

section#banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

section#banner:before {
	background-color: rgba(0,0,0,.5);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

body #banner video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
	background-size: cover;
	background-position: right;
	-ms-grid-column: 1;
	-ms-grid-column-span: 12;
	grid-column: 1/13;
}

body #banner.video-banner {
	overflow: hidden;
}

section#banner.hero {
	background: none;
	background-size: cover;
	color: #fff;
	padding: 150px 0;
}

#banner #video-screenshot img {
	width: 100%;
}


.grid-container-12 {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(12,1fr);
	display: -ms-grid;
	display: grid;
	grid-gap: .5vw;
}

section#banner #banner-content {
	grid-column: 2 / 12;
	display: flex;
	justify-content: space-around;
	z-index: 1;
	align-items: center;
}

section#banner .banner-left {
	flex-basis: 40%;
}

section#banner.hero h1, section#banner.hero .h1 {
	margin-top: 0;
	line-height: 0;

}

section#banner.hero .banner-left h1 span:first-of-type, 
section#banner.hero .h1 span:first-of-type {
	font-size: 2.5rem;
	line-height: 1;
	text-shadow: 1px 1px 5px #000;
	margin-bottom: 10px;
	display: block;
}

section#banner.hero .banner-left h1 span:last-of-type, 
section#banner.hero .banner-left .h1 span:last-of-type {
	font-size: 56px;
	line-height: 66px!important;
	display: block;
}

section#banner .banner-right {
	flex-basis: 40%;
	position: relative;
}

section#banner .banner-right #video-screenshot {
	position: relative;
}

section#banner .banner-right #video-screenshot img {
	box-shadow: 0 0 15px #303030;
	border-radius: 11px;
}

section#banner .banner-right #video-screenshot .home-form {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	width: fit-content;
	width: -moz-fit-content;
}

@media (max-width: 1024px) {
	section#banner #banner-content {
		flex-direction: column;
	}

	section#banner.hero {
		padding: 75px 0;
	}

	section#banner .banner-left {
		flex-basis: 100%;
		margin-bottom: 50px;
		text-align: center;
	}

	section#banner .banner-right {
		width: 70%;
		min-width: 300px;
	}
}

@media (max-width: 897px) {

	section#banner.hero {
		/*background: url(img/hero-new.jpg) 50% no-repeat;*/
		/*background: url(/wp-content/themes/bankruptcy/img/mobile-banner-bg.jpg) 50% no-repeat;*/
		background-position: center;
		background-size: cover;
		background-color: #162d45;
	}

}

/*** Banner Play Button ***/

#play-button .col-md-12,
#play-button .col-lg-4 {
	float: right;
	display: table;
}

.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ih-item a {
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ih-item a:hover {
	text-decoration: none;
}

.ih-item img {
	width: 100%;
	height: 100%;
}

.ih-item.circle {
	position: relative;
	width: 0;
	height: 0;
	border-radius: 50%;
	display: table-cell;
}

.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
	width: 120px;
	height: 120px;
	border: 3px solid transparent;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-radius: 50%;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.ih-item.circle.effect1 .spinner-inner {
	width: 100px;
	height: 100px;
	border: 3px solid transparent;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-radius: 50%;
	position: relative;
	top: 7px;
	left: 7px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .img {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	width: auto;
	height: auto;
}

.ih-item.circle.effect1 .img:before {
	display: none;
}

.ih-item.circle.effect1.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}

.ih-item.circle.effect1 .info {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.info-back {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

span.video-text {
	display: table-cell;
	vertical-align: middle;
	color: rgba(255, 255, 255, .5);
	position: relative;
	left: 25px;
	font-size: 25px;
}

span.video-text:after {
	content: '';
	position: absolute;
	top: 80px;
	width: 92px;
	height: 3px;
	background: #5BB531;
	left: 7px;
}

i.circle {
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin: 0 5px;
	position: relative;
	top: 19px;
	right: 37px;
}

.ih-item.circle.effect1 a .arrow-right {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 30px solid #FFF;
	position: relative;
	margin: 0 auto;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 a:hover .arrow-right {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 30px solid #FFF;
	position: relative;
	margin: 0 auto;
}

.ih-item.circle.effect1 a:hover .spinner {
	border-right-color: rgba(255, 255, 255, .5);
	border-bottom-color: rgba(255, 255, 255, .5);
	border-left-color: rgba(255, 255, 255, .5);
	border-top-color: rgba(255, 255, 255, .5);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ih-item.circle.effect1 a:hover .spinner-inner {
	border-right-color: rgba(255, 255, 255, .5);
	border-bottom-color: rgba(255, 255, 255, .5);
	border-left-color: rgba(255, 255, 255, .5);
	border-top-color: rgba(255, 255, 255, .5);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.ih-item.circle.effect1 a:hover .info {
	opacity: 1;
}



.ih-item.circle.effect1 .spinner {
	width: 80px;
	height: 80px;
	border: 2px solid transparent;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.ih-item.circle.effect1 .spinner-inner {
	width: 65px;
	height: 65px;
	border: 2px solid transparent;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	top: 6px;
	left: 5px;
}

.ih-item.circle.effect1 a .arrow-right {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #FFF;
}

.ih-item.circle.effect1 a:hover .arrow-right {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid rgba(255, 255, 255, .5);
}

.ih-item.circle.effect1 .info {
	width: 100%;
	height: 100%;
}

.ih-item.circle {
	vertical-align: middle;
}

.ih-item.circle.effect1 .info {
	top: 0;
	right: 0;
	position: absolute;
	left: 0;
	margin: 0 auto;
}

@media (max-width: 768px) {
	span.video-text {
		display: none;
	}

	.ih-item.circle {
		position: relative;
		width: 0;
		height: 0;
		border-radius: 50%;
		display: table-cell;
	}

	.ih-item.circle.effect1 .spinner {
		width: 80px;
		height: 80px;
		border: 2px solid transparent;
		border-left-color: rgba(255, 255, 255, .5);
		border-top-color: rgba(255, 255, 255, .5);
		border-right-color: rgba(255, 255, 255, .5);
		top: 0;
		right: 0;
	}

	.ih-item.circle.effect1 .spinner-inner {
		width: 65px;
		height: 65px;
		border: 2px solid transparent;
		border-right-color: rgba(255, 255, 255, .5);
		border-bottom-color: rgba(255, 255, 255, .5);
		border-left-color: rgba(255, 255, 255, .5);
		top: 6px;
		left: 5px;
	}

	.ih-item.circle.effect1 .info {
		width: 100%;
		height: 100%;
	}

	.ih-item.circle.effect1 a .arrow-right {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 20px solid rgba(255, 255, 255, .5);

	}

	section#banner.hero .readmore-button {
		font-size: 21px;
	}

	section#banner .banner-right {
		width: 100%;
		min-width: 300px;
	}
}

@media (max-width: 468px) {
	section#banner.hero .banner-left h1 span:last-of-type, 
	section#banner.hero .banner-left .h1 span:last-of-type {
		font-size: 40px;
		line-height: 46px!important;
	}

	section#banner.hero .readmore-button {
		font-size: 17px;
	}
	.col-xs-6.col-md-3.practice-item {
		width: 100%;
	}
}

.fluid-wrapper { position: relative; padding-bottom: 56.25%; height: 0; margin-bottom: 25px }
.fluid-wrapper iframe,.fluid-wrapper div.wp-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none }
/* iframe[src*="youtube.com"] {
width: 100%;
height: 0;
padding-bottom: 56.25%;
position: relative;
}

.lity-iframe-container iframe[src*="youtube.com"] {
width: inherit;
height: inherit;
padding-bottom: 56.25%;
position: absolute;
}
*/
img.nationwideimg {
	width: 100%;
	max-width: 1080px;
	margin-top: 20px;
	padding: 0 20px;
}


.offices-wrapper ul {
	list-style: none;
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 15px;
}

.offices-wrapper ul li {
	list-style: none !important;
	height: inherit;
	position: relative;
	flex-basis: calc((100% - 45px) / 4);
}

.offices-wrapper ul li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	filter: grayscale(100%);
}

.offices-wrapper ul li > a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	top: 0px;
	left: 0px;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all .25s;
}

.offices-wrapper ul li > a:hover {
	background-color: rgba(238,119,18,.4);
}

@media (max-width: 768px) {
	section.contact-us-footer:not(.is-bg-loaded),
	body.home section.working-with-oberheiden:not(.is-bg-loaded),
	body.home section.home-testimonials:not(.is-bg-loaded),
	body.home .free-expert:not(.is-bg-loaded),
	body.home .at-a-glance:not(.is-bg-loaded),
	body.home section.fight-back:not(.is-bg-loaded) > div {
		background-image: none !important;
		background-color: #162d45;
	}
	.main-content img.alignleft,.main-content img.alignright {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	section.interior-hero {
		margin-top: 50px;
	}
}


/* Global Sidebar */
.gfield--type-honeypot{display:none !important;}

/*Elder Abuse Table*/
table.elderabuse {width:100%;margin-bottom:30px;}
table.elderabuse tbody {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 30px;
}

table.elderabuse tbody tr {
	display: flex;
	flex-direction: column;
	flex-basis: 30%;
	border: 1px solid #ccc;
}

.entry-content.reporting table.elderabuse tbody tr td {
	padding: 0;
}

table.elderabuse tbody tr:first-child {
	display: none;
}

table.elderabuse tbody tr td:first-child {
	background-color: #0F2336;
	color: white;
}

.entry-content.reporting table.elderabuse tbody tr td ul {
	padding: 0;
	list-style: none !important;
}


.entry-content.reporting table.elderabuse tbody tr td ul li {
	list-style: none !important;
}

@media(max-width:767px){
	table.elderabuse tbody tr{flex-basis: 45%}
}
@media(max-width:500px){
	table.elderabuse tbody tr{flex-basis: 100%}
	.wp-block-image .alignleft, .wp-block-image .alignleft img,
	.wp-block-image .alignright, .wp-block-image .alignright img {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
}
body.single #wrapper.internal .featured-image img {
    width: 100%;
}



/* Internal Banner  */
@media (max-width: 768px) {
	body:not(.is-loaded) section#internal-banner {
		background-image: none !important;
		background: rgba(15, 35, 54, 1) !important;
	}	
}


.gform_confirmation_wrapper,
#gform_confirmation_wrapper_8 {
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	background: #0A0;
}

.gform_confirmation_wrapper .gform_confirmation_message,
#gform_confirmation_wrapper_8 #gform_confirmation_message_8 {
	color: #FFF;
}



/* CTA Form */
#wrapper.internal .internal-cta-form-wrapper {
	padding: 40px;
	background-color: #0f2336;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 0px;
	row-gap: 20px;
	column-gap: 25px;
	margin: 30px 0;
}

#wrapper.internal .internal-cta-form-wrapper a.button {
	width: fit-content;
}

#wrapper.internal .internal-cta-form-wrapper .title {
	color: #FFF;
    font-family: 'DM Sans';
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
	flex: 1;
	min-width: 270px;
}

@media (max-width: 1024px) {
	#wrapper.internal .internal-cta-form-wrapper {
		padding: 6vw 4vw;
	}	
}

@media (max-width: 768px) {
	#wrapper.internal .internal-cta-form-wrapper {
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
	}
	
	#wrapper.internal .internal-cta-form-wrapper .title {
		text-align: center;
	}
}

@media (max-width: 450px) {
	#wrapper.internal .internal-cta-form-wrapper {
		padding: 40px 20px;
	}
	#wrapper.internal .internal-cta-form-wrapper .title {
		font-size: 20px;
	}
}

/* *
* New PA Page Template Style
* */
@media (max-width: 1024px){
html, body{
	overflow-x: hidden;
}
}	

@media (min-width:1025px) and (max-width:1920px){
	body.page-template-page-new-practice-areas-ind section.page-section .section-area {
	flex-wrap: nowrap !important;
}
	
	body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .left-section {
	max-width: 550px !important;
}
}

body.page-template-page-new-practice-areas-ind section.page-section {
	padding: 90px 150px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area {
	display: flex;
	column-gap: calc(30px + 3.646vw);
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area img {
	width: fit-content;
	height: auto;
	max-width: 100%;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content {
	flex: 1;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content h2,
body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content h3 {
	color: #1C1B1F;
	font-family: "DM Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 114.7%;
	margin: 0 0 30px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content p,
body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content ul {
	color: #1C1B1F;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content a {
	color: #1C1B1F;
	text-decoration: underline;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content ul > li {
	list-style: disc;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper {
	display: flex;
	background-image: url(/wp-content/uploads/2025/03/low-angle-shot-texas-capitol-building-blue-beautiful-sky-austin-city-texas1-ezgif.com-png-to-webp-converter.webp);
	background-size: auto 100%;
	background-position: left;
	background-repeat: no-repeat;
	flex-wrap: wrap;
	padding: 40px;
	background-color: #F8F8F8;
	gap: 30px;
	margin-bottom: 60px;
	flex-direction: column;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper .block-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper .block-left .block-desc {
	color: #000;
	font-family: "DM Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper .block-left .contact-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper .block-left .contact-item > span,
body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper .block-left .contact-item > span > a {
	color: var(--Orage, #EE7712);
	font-family: "Halyard Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 114.7%;
	letter-spacing: 1px;
	flex: 1;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper .block-left .contact-item > span > a {
	text-decoration: none;
	cursor: pointer;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper .block-right {
	max-width: 475px;
	width: 100%;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content {
	max-width: 465px;
	width: 100%;
	height: fit-content;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .review-wrapper {
	background-color: #0F2336;
	padding: 65px 55px;	
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .review-wrapper > .review-title {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 114.7%;
	letter-spacing: 1.6px;
	margin-bottom: 30px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .review-wrapper > svg {
	margin-bottom: 35px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .review-wrapper > .block-content {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .review-wrapper > .block-content::after {
	display: block;
	content: ' ';
	width: 53px;
	background: #FFF;
	height: 2px;
	margin-top: 30px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .review-wrapper > .block-author {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .contact-wrapper {
	display: flex;
	padding: 47px 38px;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	background: #151921;
	margin-bottom: 60px;
	overflow: hidden;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .contact-wrapper > .contact-block-title {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 114.7%;
	margin-bottom: 25px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .contact-wrapper > .contact-block-title::after {
	display: block;
	content: ' ';
	width: 389px;
	height: 1px;
	background: #EE7712;
	margin-top: 15px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .contact-wrapper > .contact-block-item {
	display: flex;
	gap: 15px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .contact-wrapper > .contact-block-item > span {
	flex: 1;
	color: #FFF;
	font-family: "Halyard Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 114.7%;
	letter-spacing: 1px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .pa-list-wrapper {
	background-color: #EE7712;
	padding: 50px 40px;
	margin-bottom: 60px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .pa-list-wrapper > .pa-list-title {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 114.7%;
	margin: 0 0 20px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .pa-list-wrapper > ul.pa-list {
	margin: 0;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .pa-list-wrapper > ul.pa-list > li.pa-item {
	list-style: disc;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .pa-list-wrapper > ul.pa-list > li.pa-item::marker {
	color: #fff;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .pa-list-wrapper > ul.pa-list > li.pa-item > a {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 190%;
	text-decoration: none;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .pa-list-wrapper > ul.pa-list > li.pa-item > a:hover {
	text-decoration: underline;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .experience-wrapper {
	background: #EE7712;
	padding: 50px 40px;
	margin-bottom: 60px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .experience-wrapper > .block-title {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 114.7%;
	letter-spacing: 2px;
	margin-bottom: 24px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .experience-wrapper > .block-pre-title {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 30px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .experience-wrapper > .block-sub-title {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 27px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .experience-wrapper > .block-sub-title::after {
	display: block;
	content: ' ';
	margin: 30px 0;
	width: 53px;
	height: 2px;
	background: #fff;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .experience-wrapper > .block-content {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .case-form-wrapper {
	background: #F8F8F8;
	padding: 50px 40px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .case-form-wrapper .form_header > h3 {
	color: var(--Primary, #222);
	font-family: "DM Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%;
	letter-spacing: -1px;
	border: none;
	text-align: center;
	margin: 0 0 5px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .case-form-wrapper .form_header > p {
	color: var(--Primary, #222);
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 5px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .case-form-wrapper .form_header > .highlight-text {
	color: var(--Orage, #EE7712);
	text-align: center;
	font-family: "DM Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 108.4%;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	margin: 0 0 50px;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .case-form-wrapper .gform-body input,
body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .case-form-wrapper .gform-body textarea {
	position: relative;
	background-color: transparent;
	margin: 0;
	padding: 10px 0;
	color: #222;
	font-family: "DM Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 108.4%; /* 11.924px */
	letter-spacing: 1.1px;
	border: none;
	border-bottom: 1px solid #222;
	box-shadow: none;
	outline: none;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .case-form-wrapper .gform-body input::placeholder,
body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .case-form-wrapper .gform-body textarea::placeholder {
	color: var(--Orage, #EE7712);
	text-transform: uppercase;
}

body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .case-form-wrapper .gform-footer .gform_button {
	margin: 0 auto;
	display: inline-flex;
	padding: 16px 45px;
	align-items: flex-start;
	gap: 10px;
	background: var(--Orage, #EE7712);
	color: #FFF;
	font-family: "Big Shoulders Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 0px !important;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section {
	background: linear-gradient(90deg, rgba(248, 248, 248, 0.00) 0%, #F8F8F8 63.2%);
	padding-left: 0;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .left-section {
	max-width: 711px;
	width: 100%;
	overflow: hidden;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section {
	flex: 1;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .why-choose-sub-title {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 24px;
	color: #1C1B1F;
	font-family: "Big Shoulders Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .why-choose-sub-title::before {
	content: ' ';
	width: 53px;
	height: 2px;
	background: #EE7712;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .why-choose-title {
	text-align: left;
	color: #1C1B1F;
	font-family: "Halyard Display";
	font-size: 55px;
	font-style: normal;
	font-weight: 500;
	line-height: 114.7%;
	letter-spacing: 2.75px;
	margin: 0 0 55px;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .why-choose-item {
	display: flex;
	column-gap: 35px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .why-choose-item > svg {
	display: flex;
	width: 100px;
	height: 100px;
	padding: 20px;
	align-items: center;
	border-radius: 50px;
	background: #1F3E5B;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .why-choose-item > .block-meta {
	flex: 1;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .why-choose-item > .block-meta .block-title {
	color: #1C1B1F;
	font-family: "DM Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%;
	text-transform: uppercase;
}


body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .why-choose-item > .block-meta .block-content {
	color: #1C1B1F;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .btn {
	border: 1px solid #EE7712;
	background-color: #EE7712;
	padding: 16px 45px;
	border-radius: unset;
	color: #FFF;
	font-family: "Big Shoulders Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-left: 130px;

	transition: all .25s ease-in-out;
}

body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .btn:hover {
	background-color: #fff;
	color: #EE7712;
}

body.page-template-page-new-practice-areas-ind section#cta-section {
	background-color: #F8F8F8;
	background-repeat: no-repeat;
	background-size: contain;
}

body.page-template-page-new-practice-areas-ind section#cta-section .section-area {
	justify-content: flex-end;
}

body.page-template-page-new-practice-areas-ind section#cta-section .section-area .section-content {
	max-width: 50%;
}

body.page-template-page-new-practice-areas-ind section#cta-section .section-area .section-content > img {
	width: 100%;
	height: auto;
	max-width: 558px;
	margin-bottom: 40px;
}

body.page-template-page-new-practice-areas-ind section#cta-section .section-area .section-content > .cta-title {
	color: #1E1E1E;
	font-family: "Halyard Display";
	font-size: 55px;
	font-style: normal;
	font-weight: 500;
	line-height: 114.7%;
	letter-spacing: 2.75px;
	margin-bottom: 40px;
}

body.page-template-page-new-practice-areas-ind section#cta-section .section-area .section-content > .cta-title > span {
	color: #EE7712;
}

body.page-template-page-new-practice-areas-ind section#cta-section .section-area .section-content > .cta-subtitle {
	color: #000;
	font-family: "DM Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%;
}

body.page-template-page-new-practice-areas-ind section#cta-section .section-area .section-content > .cta-content {
	color: #000;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	margin-bottom: 30px;
}

body.page-template-page-new-practice-areas-ind section#cta-section .section-area .section-content > a.cta-button {
	border: 1px solid #EE7712;
	border-left: unset;
	border-right: unset;
	padding: 26px 0;
	color: var(--Orage, #EE7712);
	font-family: "Halyard Display";
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 114.7%;
	letter-spacing: 2px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	border-radius: 0px !important;
}

@media(max-width: 1500px) {
	body.page-template-page-new-practice-areas-ind section.page-section {
		padding: 70px 100px;
	}
}

@media(max-width: 1100px) {
	body.page-template-page-new-practice-areas-ind section#home-banner {
		padding-top: 150px;
	}

	body.page-template-page-new-practice-areas-ind section.page-section {
		padding: 50px 4vw;
	}

	body.page-template-page-new-practice-areas-ind section#why-choose-section {
		padding: 50px 4vw;
	}

	body.page-template-page-new-practice-areas-ind section.page-section .section-area,
	body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .why-choose-item {
		flex-direction: column;
		row-gap: 50px;
	}

	body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content,
	body.page-template-page-new-practice-areas-ind section#cta-section .section-area .section-content,
	body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .left-section {
		width: 100%;
		max-width: unset;
	}

	body.page-template-page-new-practice-areas-ind section#cta-section {
		background-size: cover;
	}

	body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .why-choose-item {
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	body.page-template-page-new-practice-areas-ind section#why-choose-section .section-area .right-section .btn {
		margin: 0 auto;
		text-align: center;
		display: block;
		margin-left: 0;
	}
	
	body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .case-form-wrapper {
		display: none;
	}
}

@media(max-width: 800px) {
	body.page-template-page-new-practice-areas-ind section.page-section {
		padding: 40px 4vw;
	}
}

@media(max-width: 500px) {
	body.page-template-page-new-practice-areas-ind section.page-section {
		padding: 30px;
	}
	
	body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper {
		padding: 40px 20px;
	}
	
	body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper .block-right iframe {
		width: 100% !important;
	}
	
	body.page-template-page-new-practice-areas-ind section#cta-section .section-area .section-content > .cta-title {
		font-size: 38px;
	}
}


@media(max-width: 400px) {
	body.page-template-page-new-practice-areas-ind section.page-section,
	body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .review-wrapper,
	body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .contact-wrapper,
	body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .pa-list-wrapper,
	body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .experience-wrapper,
	body.page-template-page-new-practice-areas-ind section.page-section .section-area .section-content .contact-block-wrapper {
		padding: 20px 4vw;
	}
	
	body.page-template-page-new-practice-areas-ind section.page-section .section-area aside.sidebar-content .experience-wrapper > .block-title {
		font-size: 32px;
	}
	
	body.page-template-page-new-practice-areas-ind section#cta-section .section-area .section-content > a.cta-button {
		font-size: 24px;
	}
	
	.site-nav.open .menu-new-menu-container {
		right: 0px !important;
	}
}

#about-us-container div#section-right-content .featured-image {
    height: auto;
	width: 100%;
}

.cdp-copy-loader-overlay,
.cdp-text-overlay {
  display: none !important;
}

/*Reviewed by widget styles*/
.reviewed-by-container {
    display: flex;
    gap: 10px;
    margin-top: 60px;
	align-items: center;
}

.text-column img {
    margin-right: 10px;
	color: #516E89;
	margin-top: -3px;
}

.text-column p {
	color: #516E89;
	margin-bottom: 0px;
}

.text-column a.reviewed-by-name {
	all: unset !important;
    color: #fff !important;
	font-weight: 700 !important;
	cursor: pointer !important;
}

.text-column .name-column {
    display: flex;
    gap: 10px;
	align-items: center;
}

@media (max-width:767px){
	.text-column .name-column {
    display: flex;
    gap: 0;
    flex-direction: column;
}
	.reviewed-by-container {
    margin-top: 30px;
}
}

/*Review Bio on Post styles*/
.review-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #f9f9f9;
  padding: 5rem;
  border-radius: 12px;
  font-family: 'DM Sans', sans-serif;
  margin: 60px auto 0;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.review-author {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.review-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid #f26622;
}

.review-author-details p {
  margin: 0;
}

.reviewed-by-label {
  color: #516E89;
  font-weight: 400;
  font-size: 20px;
}

.reviewed-by-name {
  color: #0F2336;
  font-weight: 700;
  font-size: 20px;
}

.reviewed-by-title {
  color: #516E89;
  font-weight: 400;
  font-size: 20px;
}

.verified-icon {
  width: 25px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.review-labels {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.review-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.check-icon {
  width: 20px;
}

.label-text {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
}

.review-description {
  color: #1C1B1F;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 20px;
}

@media (max-width:767px){
	.review-author {
    align-items: flex-start;
	flex-direction: column;	
}
	.review-box {
    padding: 4rem;
}
}

section#internal-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}