/**
 * Subpage styling goes here. Excluded on homepage
 *
 * @format
 */

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Banner and sidebar elements
*******************************************************************************************/
.banner {
	height: 225px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.book-page .banner {
	height: auto;
}

.banner,
.banner-xl {
	margin-top: 65px;
}

/* .banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(20, 23, 47, 0.5);
  pointer-events: none;
} */

.single-attorneys .banner {
	height: auto;
	padding: 40px 0;
}

.banner img {
	position: relative;
	width: 100%;
}

.banner > .row {
	height: 100%;
}

.banner-inner {
	position: relative;
	z-index: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	float: none;
	text-align: center;
}

.banner-title {
	font-size: 2.222rem;
	color: #fff;
	margin-bottom: 0;
	font-family: var(--heading-font-family);
	line-height: 1.1;
}

.banner-book-area .banner-title,
.banner-book-area p,
.banner-book-area li {
	color: #2a4946;
}

.banner-book-area .banner-title {
	font-size: 1.7rem;
	margin-bottom: 30px;
}

.banner-book-area li:before {
	top: 10px;
}

.banner-book-area .form-container {
	background-color: #2a4946;
}

.banner-book-area {
	padding-top: 36px;
	padding-bottom: 36px;
}

.banner-book-area-inner {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 25px;
}

.banner-book-area img {
	width: auto;
	margin: 0 auto -50px;
	display: block;
}

@media screen and (min-width: 768px) {
	.banner-title {
		font-size: 4.2rem;
	}

	.banner-book-area .banner-title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1025px) {
	.banner {
		height: 320px;
	}

	.banner-title {
		font-size: 3.333rem;
	}

	.banner,
	.banner-xl {
		margin-top: 90px;
	}

	.banner-book-area .banner-title {
		font-size: 2rem;
	}

	.banner-book-area-inner {
		display: flex;
		padding: 50px;
	}

	.banner-book-area-left {
		flex: 1;
		margin-right: 50px;
	}

	.banner-book-area-right {
		width: 450px;
	}

	.banner-book-area-left-content *:last-child {
		margin-bottom: 0;
	}

	.banner-book-area img {
		margin: 0 30px 0 0;
		max-width: 200px;
	}

	.banner-book-area-left-inner {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
}

@media screen and (min-width: 1281px) {
	.banner-book-area .banner-title {
		font-size: 2.3rem;
	}

	.banner-book-area p,
	.banner-book-area li {
		font-size: 1.111rem;
	}

	.banner-book-area-right {
		width: 400px;
	}

	.banner-book-area img {
		max-width: 100%;
	}

	.banner-book-area-left-inner {
		flex-direction: row;
	}

	.banner-book-area-right {
		width: 325x;
	}
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
	.banner {
		height: 250px;
	}
}

.search-form {
	display: flex;
	position: relative;
}

.search-form button {
	margin-left: 10px;
	height: 45px;
	width: 45px;
	font-size: 1.1rem;
	padding: 0 12px;
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/
.post {
	margin-bottom: 50px;
	padding-bottom: 50px;
	background-color: #f0f1f1;
}

.post-head {
	padding: 30px 25px 20px;
}

.post-head h1,
.post-head h2 {
	font-size: 2rem;
	margin-bottom: 12px;
	padding: 0;
	border: 0;
}

.post-head a {
	color: #2a4946;
}

.post-image {
	padding-right: 25px;
}

.post-image img {
	display: block;
	max-width: 100%;
}

.post-body {
	display: block;
	padding: 20px 25px 20px;
}

.single-post .post-body {
	display: block;
}

.post-head-info {
	line-height: 1.3;
}

.post-head-info span,
.post-head-info a {
	font-size: 0.778rem;
	font-weight: 400;
	margin-bottom: 0;
	color: #525252;
}

.post-head-info i {
	margin: 0 5px;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: #000;
}

.post-head-info span {
	margin-bottom: 0;
}

.post-head-info span:not(:last-of-type):after {
	width: 1px;
	height: 12px;
	background: #525252;
	content: "";
	display: inline-block;
	margin: 0 3px 0 5px;
	position: relative;
	top: 2px;
}

.post-body-image img {
	max-width: 100%;
	object-fit: cover;
	height: 210px;
	width: 100%;
}

.post-body-image {
	margin-bottom: 8px;
}

img.alignright {
	float: right;
	margin: 0 0 15px 30px;
}

img.alignleft {
	float: right;
	margin: 0 30px 15px 0;
}

.post-body-excerpt p:last-of-type {
	margin-bottom: 0;
}

.post-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 0 25px;
}

.post-bottom-read-more {
	color: #f86624;
	font-size: 0.944rem;
	font-weight: 700;
}

.post-bottom-share {
	color: #f86624;
	font-weight: 600;
}

#posts-slider-previous {
	margin-right: 15px;
}

@media screen and (min-width: 768px) {
	.post-head {
		padding: 46px 42px 32px;
	}

	.post-image {
		padding-right: 42px;
	}

	.post-body {
		padding: 30px 42px 37px;
	}

	.post-bottom {
		padding: 0 42px;
	}
}

@media screen and (min-width: 1025px) {
	.post-body {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.single .post-body-image {
		margin: 0 0 30px;
	}

	.post-body-image ~ .post-body-excerpt {
		margin-left: 40px;
		width: 75%;
	}
}

/* BLOG > Page Navigation */
.wp-pagenavi {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: 600;
	text-decoration: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	display: block;
	background: #2a4946;
	color: #fff;
	margin-right: 10px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #c84c09;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	background: #f0f1f1;
	color: #2a4946;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	color: #c84c09;
	background: none;
	padding: 0 15px;
	border-radius: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
	background: none;
	color: #c84c09;
}

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Banner */
.attorney-banner-name h1 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 10px;
}

.attorney-banner-left {
	margin: 0 auto 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: auto;
}

.attorney-banner-left img {
	max-width: 300px;
	display: block;
}

.attorney-banner-right {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.attorney-banner-phone-fax,
.attorney-banner-info p {
	margin-bottom: 15px;
}

.attorney-banner-info p,
.attorney-banner-info a {
	color: #fff;
	line-height: 1;
	font-size: 1.1rem;
}

.banner.custom-attorney .attorney-banner-info p,
.banner.custom-attorney .attorney-banner-info a {
	color: #2a4946;
}

.attorney-banner-info > p:last-child {
	margin: 0;
}

.attorney-banner-info .divider-span {
	display: none;
}

.attorney-banner-position {
	text-transform: uppercase;
	color: #fff;
}

/* TEMPLATES > Attorney Banner Template A */
.single-attorneys-template-a .attorney-banner-right {
	background-color: #2a4946;
	position: relative;
}

.single-attorneys-template-a .attorney-banner-left {
	-ms-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 0;
}

.single-attorneys-template-a .attorney-banner-name,
.single-attorneys-template-a .attorney-banner-info {
	padding: 30px 45px;
}

.single-attorneys-template-a .attorney-banner-name {
	border-bottom: 1px solid #fff;
}

.single-attorneys-template-a .attorney-banner-name h1 {
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.single-attorneys-template-a .attorney-banner-info i {
	color: #c84c09;
	width: 20px;
	text-align: center;
}

.banner.custom-attorney {
	padding: 20px 0;
}

@media screen and (min-width: 1025px) {
	.attorney-banner-left {
		margin: 0 auto;
	}

	.banner.custom-attorney {
		padding: 0;
	}
}

/* TEMPLATES > Attorney Banner Template B */
.single-attorneys-template-b .attorney-banner-name {
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.single-attorneys-template-b .attorney-banner-left {
	background: white;
	background: linear-gradient(30deg, white 0%, #f0f1f1 100%);
	border: 2px solid #c84c09;
}

.single-attorneys-template-b .attorney-banner-info p,
.single-attorneys-template-b .attorney-banner-info a {
	font-size: 1.3rem;
}

.single-attorneys-template-b .vcard a {
	text-transform: uppercase;
	font-size: 0.9rem;
}

.single-attorneys-template-b .attorney-banner-info {
	margin-bottom: 30px;
}

.single-attorneys-template-b .attorney-banner-letter,
.single-attorneys-template-b .vcard i {
	display: inline-block;
	color: #c84c09;
}

.single-attorneys-template-b .vcard i {
	font-size: 75%;
}

.single-attorneys-template-b .attorney-banner-info span {
	display: none;
}

@media screen and (min-width: 900px) {
	.attorney-banner-flex-row {
		display: flex;
		align-items: center;
	}

	.attorney-banner-flex-row p {
		margin: 0 24px 0 0;
	}

	.attorney-banner-name h1 {
		font-size: 2.8rem;
	}

	.attorney-banner-left img {
		max-width: none;
		width: auto;
	}

	.attorney-banner-right {
		min-width: 50%;
		margin-left: 40px;
		text-align: left;
		width: auto;
	}

	.single-attorneys .banner {
		height: auto;
		padding: 25px 0 0;
	}

	.single-attorneys .banner-inner {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.single-attorneys-template-b .attorney-banner-phone-fax p:first-of-type {
		margin-right: 15px;
	}
}

/* TEMPLATES > Attorney Template C */
.attorney-template-c-tabs {
	display: none;
}

.attorney-template-c-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

.single-attorneys-template-c main {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 0;
	background-image: url(../images/background_ceiling.jpg);
}

.attorney-template-c-contact h1 {
	margin-bottom: 10px;
}

.attorney-template-c-contact h2 {
	font-size: 1.2rem;
}

.mCSB_draggerRail,
.mCSB_scrollTools {
	background-color: #2a4946 !important;
	width: 3px !important;
}

.mCSB_dragger,
.mCSB_dragger_bar {
	background-color: #c84c09 !important;
	width: 4px !important;
}

.mCSB_scrollTools_vertical,
.mCSB_dragger {
	border-radius: 4px !important;
}

.attorney-template-c-content {
	background: #fff;
	order: 1;
	padding: 30px 15px;
	width: 100%;
}

.attorney-template-c-photo {
	order: 0;
	display: flex;
	align-items: flex-end;
	text-align: center;
	width: 100%;
	justify-content: center;
}

.attorney-template-c-photo img {
	max-width: 100%;
	width: auto;
	height: 400px;
}

@media screen and (min-width: 1025px) {
	.attorney-template-c-content-inner {
		max-height: 700px;
	}

	.single-attorneys-template-c main {
		padding-top: 180px;
	}

	.attorney-template-c-tabs {
		display: block;
		background: #c84c09;
	}

	.attorney-template-c-photo img {
		height: auto;
	}

	.attorney-template-c-container {
		flex-wrap: nowrap;
		justify-content: center;
	}

	.attorney-template-c-content.content {
		order: 0;
		max-width: 525px;
		align-self: flex-start;
		padding: 0;
	}

	.attorney-template-c-content-inner {
		padding: 35px 10px 35px 35px;
	}

	.attorney-template-c-photo {
		order: 1;
		width: auto;
		margin-left: 50px;
	}

	.attorney-template-c-content-inner .content-tab {
		padding: 0;
		margin: 0;
	}
}

/* TEMPLATES > Attorney Banner Template D */
.attorney-banner-large-left {
	order: 2;
}

.attorney-banner-large-right {
	order: 1;
	margin-bottom: 20px;
	width: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	background: #f0f1f1;
}

.attorney-banner-large-name,
.attorney-banner-large-buttons,
.attorney-banner-large-info {
	margin-bottom: 35px;
}

.attorney-banner-large-info a,
.attorney-banner-large-info p {
	color: #fff;
}

.attorney-banner-large-info p {
	margin-bottom: 4px;
	font-size: 1.1rem;
}

.attorney-banner-large-right img {
	height: 300px;
	width: auto;
	max-width: 100%;
}

.attorney-bio-main-d {
	position: relative;
}

.attorney-banner-large-quote {
	position: relative;
	padding-left: 70px;
}

.attorney-banner-large-quote em {
	color: #fff;
	font-size: 1.1rem;
}

.attorney-banner-large-quote:before {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	width: 45px;
	height: 39px;
	background-image: url(../images/quote_cutout.png);
	background-repeat: no-repeat;
}

.attorney-banner-large-buttons {
	display: flex;
	flex-wrap: wrap;
}

.attorney-banner-large-buttons a {
	padding: 0;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-tabs-anchor-links .content-tabs-row {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 1;
	background: rgba(15, 133, 119, 0.8);
}

.content-tabs-anchor-links .content-tabs-row button {
	background: none;
	color: #fff;
	min-height: 60px;
	margin: 0;
	position: relative;
	flex: 1;
}

.content-tabs-anchor-links .content-tabs-row button:hover,
.content-tabs-anchor-links .content-tabs-row button:focus {
	background: #2a4946;
}

.content-tabs-anchor-links .content-tabs-row button:after {
	position: absolute;
	content: "";
	height: 14px;
	background: #fff;
	right: 0;
	top: calc(50% - 7px);
	width: 1px;
}

.content-tabs-anchor-links .content-tabs-row button i {
	display: none;
}

.content-tabs-anchor-links .content-tabs-row button.active {
	background: #fff;
	color: #c84c09;
}

.content-tabs-anchor-links .content-tabs-row button:hover:after,
.content-tabs-anchor-links .content-tabs-row button:focus:after,
.content-tabs-anchor-links .content-tabs-row button.active:after {
	display: none;
}

.single-attorneys-template-d .banner:before {
	display: none;
}

@media screen and (min-width: 900px) {
	.attorney-banner-large-left {
		order: 0;
		flex: 1;
		margin-right: 8%;
		align-self: center;
	}

	.attorney-banner-large-right {
		flex: 1;
		background: none;
		width: auto;
		margin: 0;
		align-self: flex-end;
	}

	.attorney-banner-large-right img {
		height: auto;
	}
}

/* TEMPLATES > Attorneys Landing */
.attorney-search-results,
.page-template-template-attorneys main {
	background: #f0f1f1;
}

.page-id-2007 main {
	padding-bottom: 0;
}

.page-template-template-attorneys main {
	padding-top: 150px;
}

.attorney-results {
	display: block;
	outline: none;
}

.attorney-result-single {
	padding: 0;
	background: #fff;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.attorney-results .attorney-result-single {
	width: 100%;
}

.attorney-result-single img {
	width: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.attorney-result-single:hover img,
.attorney-result-single:focus img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.attorney-result-single .attorney-result-info {
	padding: 12px;
	background-color: #2a4946;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.attorney-result-info h2,
.attorney-result-info p {
	color: #fff;
	margin: 0;
}

.attorney-result-single:hover .attorney-result-info,
.attorney-result-single:focus .attorney-result-info {
	background: #c84c09;
}

.attorney-result-single h2 {
	font-size: 1.3rem;
}

.attorney-result-info p {
	font-size: 0.9rem;
}

@media screen and (min-width: 550px) {
	.attorney-results {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.attorney-results .attorney-result-single {
		width: 49%;
	}

	.attorney-results .attorney-result-single:nth-child(2n + 1) {
		margin-right: 2%;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results .attorney-result-single {
		width: 32.3%;
		margin-right: 1%;
	}

	.attorney-results .attorney-result-single:nth-child(2n + 1) {
		margin-right: 1%;
	}

	.attorney-results .attorney-result-single:nth-child(3n + 3) {
		margin-right: 0;
	}
}

/* TEMPLATES > Attorney Search */
.attorney-search-results-bar {
	text-align: center;
	padding: 12px 0;
	margin-bottom: 40px;
	border-top: 1px solid #f0f1f1;
	border-bottom: 1px solid #f0f1f1;
}

.attorney-search-inner {
	padding: 80px 0;
}

.attorney-search-letters {
	margin-bottom: 40px;
}

.attorney-search-letters-single {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
}

span.attorney-search-letters-single {
	color: #f0f1f1;
}

@media screen and (min-width: 700px) {
	.attorney-search-form .form-input-row {
		display: flex;
	}

	.form-input-group:first-of-type {
		margin-right: 15px;
	}
}

@media screen and (min-width: 1025px) {
	.attorney-search-letters {
		display: flex;
		justify-content: space-between;
	}
}

/* TEMPLATES > Practices Landing */

.page-template-template-practices h1 {
	color: #fff;
}

.page-template-template-practices h1:after {
	display: none;
}

.practice-box-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.practice-box {
	width: 100%;
	height: 90px;
	padding: 0 15px;
	/* background: #065151;  */
	background: #2a4946;
	border: none;
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	text-decoration: none;
	justify-content: center;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	position: relative;
	z-index: 1;
}

.practice-box:hover,
.practice-box:focus {
	background: #c84c09;
}

.practice-box:hover span:after,
.practice-box:focus span:after {
	color: #fff;
}

.practice-box-list .column-left,
.practice-box-list .column-right {
	width: 100%;
}

.practice-box-outer {
	margin: 0 0 20px;
	overflow: hidden;
}

.practice-box span {
	margin: 0;
	font-size: 1.2rem;
	font-family: "Jost", sans-serif;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-align: left;
	font-weight: 400;
}

.practice-box.has-children span:after {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	display: block;
}

.practice-box span:after {
	display: none;
}

.practice-box-outer.active .practice-box span:after {
	content: "\f068";
}

.practice-children {
	background-color: #f0f1f1;
	padding: 0 0 40px;
	margin-bottom: 0;
}

.practice-children li,
.practice-children li a {
	color: #000;
	text-decoration: none;
}

.practice-children li {
	position: relative;
	clear: both;
}

.practice-children li:before {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	color: #000;
	content: "\f0da";
	font-weight: 700;
	top: 10px;
	left: 30px;
}

.practice-children li a {
	display: block;
	padding: 10px 30px 10px 45px;
}

.practice-children li a:hover,
.practice-children li a:focus {
	background-color: #065151;
	color: #fff;
}

.practice-children li:hover:before,
.practice-children li:focus:before {
	color: #fff;
}

.practice-children li.active:before {
	color: #fff;
}

.practice-box-outer.active .practice-children {
	display: block;
}

.practice-parent-overview-content {
	padding-top: 30px;
}

@media screen and (min-width: 1025px) {
	.practice-box-list .column-left,
	.practice-box-list .column-right {
		width: 50%;
		padding-right: 20px;
	}

	.practice-box-list .column-right {
		padding-left: 20px;
		padding-right: 0;
	}
}

.full-width-form {
	background-color: #2a4946;
	padding: 50px 0;
}

.full-width-form .form-input-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	grid-gap: 0 25px;
	gap: 0 25px;
}

.full-width-form .form-input-group:first-of-type {
	margin-bottom: 25px;
}

@media screen and (min-width: 1025px) {
	.full-width-form .form-input-row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row;
	}

	.full-width-form .form-input-group:first-of-type {
		margin: 0;
	}
}

/* TEMPLATES > Areas Served */

.areas-served .practice-box {
	justify-content: center;
}

.areas-served .practice-box span {
	width: auto;
	text-align: center;
}

/* TEMPLATES > Contact A */
.page-template-template-contact-a main {
	background-image: url(../images/hero_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0 80px;
	position: relative;
}

.contact-full-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.contact-full-inner {
	width: 100%;
	background: #fff;
	padding: 40px 0;
}

@media screen and (min-width: 1025px) {
	.page-template-template-contact-a main {
		height: 100vh;
		padding: 0;
	}

	.contact-full-inner {
		padding: 40px;
	}

	.contact-full-content {
		padding-right: 15%;
	}

	.contact-full-container {
		align-items: center;
		height: 100vh;
		padding-top: 100px;
	}
}

@media screen and (max-height: 750px) and (min-width: 1025px) {
	.page-template-template-contact-a main,
	.contact-full-container {
		height: 100%;
	}

	.contact-full-container {
		padding: 0;
	}

	.page-template-template-contact-a main {
		padding: 160px 0 100px;
	}
}

/* TEMPLATES > Contact B */
.office-block {
	margin-bottom: 30px;
}

.office-block-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

/* .office-block address {
  display: flex;
}

.office-block address:before {
  content: "\f041";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: #000;
  margin-right: 15px;
} */

.office-block-info {
	background: #f0f1f1;
	position: relative;
	padding: 30px;
}

.office-block-info p {
	margin: 0;
}

.office-contact {
	margin: 30px 0 15px;
}

.office-contact p {
	font-weight: 700;
}

.office-block-info-inner {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.office-contact-map {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.office-contact {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.office-block {
		display: flex;
	}

	.office-block-image {
		display: flex;
		width: 250px;
		flex-basis: 250px;
		height: 250px;
	}

	.office-block-info {
		flex: 1;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}

/* TEMPLATES > Attorney Bios */
.content-tabs-row {
	display: none;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.content-tabs-row-inner {
	display: flex;
}

.content-tabs-row .content-tab-activate {
	margin-right: 10px;
}

.content-tab-activate:last-of-type {
	margin-right: 0;
}

.content-tab-activate.active {
	background: #2a4946;
	pointer-events: none;
}

.content-tab {
	display: none;
	margin-bottom: 50px;
}

.content-tab.active {
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

.content-tab.active,
.content-tabs-anchor-links .content-tab {
	display: block;
}

.content-tabs-anchor-links .mobile-tab {
	display: none;
}

.content-tabs-select {
	margin: 0 auto 30px;
	display: none;
}

.content-tabs-anchor-links .content-tabs-select {
	display: block;
}

.mobile-tab {
	width: 100%;
	text-align: left;
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
}

.mobile-tab:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
	right: 15px;
	position: absolute;
}

@media screen and (min-width: 1025px) {
	.content-tabs-row {
		display: block;
	}

	.mobile-tab,
	.content-tabs-anchor-links .content-tabs-select {
		display: none;
	}
}

/* TEMPLATES > Long-Form */
.banner-xl {
	background: rgb(20, 23, 47);
	background: linear-gradient(180deg, rgba(20, 23, 47, 1) 46%, rgba(36, 42, 88, 1) 100%);
	padding: 40px 0;
}

.banner-xl-content p:last-child {
	margin: 0;
}

.banner-xl-image {
	text-align: center;
}

.banner-xl-title {
	font-size: 3.5rem;
	line-height: 1.4;
}

.banner-xl-image img {
	max-width: 70%;
	margin: 0 auto;
}

@media screen and (min-width: 1100px) {
	.banner-xl-inner {
		display: flex;
		align-items: center;
	}

	.banner-xl-image img {
		max-width: 100%;
	}

	.banner-xl-content {
		padding-left: 60px;
		flex: 1;
	}
}

.table-contents {
	padding: 50px 0;
	background: #e5e8f6;
}

.table-contents-button {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	text-decoration: none !important;
	margin: 0 auto;
}

.table-contents-button {
	font-size: 1.2rem;
}

.table-contents-icon-container {
	margin-bottom: 15px;
}

.table-contents-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

.table-contents-button-icon {
	background: #c84c09;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.table-contents-button i {
	font-size: 3rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table-contents-button-icon:hover,
.table-contents-button-icon:focus {
	transform: scale(1.03);
	background: #c84c09;
}

.is-sticky .table-contents {
	padding: 20px 0;
}

.is-sticky .table-contents-button-icon {
	width: 30px;
	height: 30px;
}

.is-sticky .table-contents-button i {
	font-size: 1rem;
}

.is-sticky .table-contents-icon-container {
	margin: 0 12px 0 0;
}

.is-sticky .table-contents-title {
	display: none;
}

.is-sticky .table-contents-button {
	flex-direction: row;
	margin: 0 auto 0 0;
}

.single-chapter-banner-title h2 {
	font-size: 2.4rem;
	margin: 0;
}

.single-chapter-banner-image {
	margin-bottom: 20px;
}

.single-chapter:nth-child(2n) {
	background: #f0f1f1;
}

.banner-xl {
	padding: 50px 0;
}

.single-chapter-banner {
	background: #2a4946;
}

.single-chapter-content,
.single-chapter-banner {
	padding: 30px 0;
}

@media screen and (min-width: 900px) {
	.single-chapter-banner-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
	}

	.single-chapter-banner-image {
		margin-bottom: 0;
		padding-left: 5vw;
	}

	.single-chapter-banner-title h2 {
		margin: 0;
		font-size: 3.2rem;
	}
}

@media screen and (min-width: 1025px) {
	.table-contents-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* TEMPLATES > Confirmation */
.confirm-contact {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 10px;
}

.confirm-contact a:not(:last-child) {
	margin-right: 20px;
}

.confirm-social {
	margin-bottom: 60px;
}

/* TEMPLATES > Results */

.single-results {
	position: relative;
	background-color: #2a4946;
	text-align: center;
	margin-bottom: 25px;
	padding: 20px 40px;
}

.single-results * {
	color: #fff;
}

.single-results h3 {
	margin-bottom: 3px;
	font-size: 2rem;
	text-transform: none;
}

.single-results h4 {
	font-size: 1.176rem;
	margin-bottom: 0;
}

.single-results p {
	margin-bottom: 15px;
}

.single-results span {
	font-weight: 600;
	text-transform: uppercase;
}

.single-results span.occupation {
	display: block;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
}

@media screen and (min-width: 768px) {
	.results-holder {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}
	.single-results {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.results-holder {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 15px;
	}
}

/* TEMPLATES > Testimonials */

.single-testimonial {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #76777c;
}

.single-testimonial h2 {
	margin-bottom: 10px;
}

.single-testimonial h3 {
	margin-bottom: 10px;
	text-transform: none;
}

.single-testimonial:before {
	content: "\f005\f005\f005\f005\f005";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	color: #c84c09;
	margin-bottom: 10px;
	display: block;
}

.testimonials-holder.book-reviews .single-testimonial:before {
	display: none;
}

.single-testimonial p {
	margin-bottom: 15px;
}

.single-testimonial span {
	font-weight: 600;
	text-transform: uppercase;
}

.single-testimonial span.occupation {
	display: block;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
}

@media screen and (min-width: 1025px) {
	.reviews-video-holder {
		display: flex;
	}

	.reviews-video-holder .vimeo-player {
		width: 50%;
		padding-bottom: 28.25%;
	}

	.reviews-video-holder .vimeo-player:first-of-type {
		margin-right: 15px;
	}
}

/* Get Started */

.cta-primary {
	background: #065151;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	padding: 30px;
	margin-bottom: 30px;
}

.cta-primary div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	grid-gap: 0 16px;
	gap: 0 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.cta-primary div span {
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	grid-gap: 5px;
	gap: 5px;
	align-items: center;
	font-size: 22px;
}

.cta-primary .button {
	text-align: center !important;
}

.option-section {
	padding: 40px 0;
}

.option-cards {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	grid-gap: 30px;
	gap: 30px;
	flex-wrap: wrap;
}

.option-cards .option-card {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 40px;
	background-color: #f0f1f1;
	width: 100%;
}

.option-cards .option-card * {
	text-align: center !important;
}

.option-cards .option-card h5 {
	font-size: 1.5rem;
	font-weight: 700;
}

@media screen and (min-width: 1025px) {
	.option-cards .option-card {
		width: calc((100% - 30px) / 2);
	}
}

.why-choose-section ul {
	display: grid;
	gap: 15px 25px;
	padding: 0;
}

.why-choose-section ul li {
	display: inline-block;
	padding: 0 0 0 25px;
}

.why-choose-section ul li::before {
	/* content checkmark */
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-size: 0.8rem;
	top: 3px;
}

@media screen and (min-width: 1025px) {
	.why-choose-section ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

.cta-full {
	background-color: #065151;
	padding: 60px 0;
	text-align: center;
}

.cta-full h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
}

.cta-buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	grid-gap: 20px;
	gap: 20px;
	justify-content: center;
	flex-direction: column;
}

.cta-buttons .button:hover,
.cta-buttons .button:focus {
	background-color: #fff;
	color: #065151;
}

@media screen and (min-width: 1025px) {
	.cta-full h2 {
		font-size: 50px;
	}

	.cta-buttons {
		flex-direction: row;
	}
}

/* News letter page */

.gform_wrapper input:focus ~ label,
.gform_wrapper textarea:focus ~ label,
.gform_wrapper input.active ~ label,
.gform_wrapper textarea.active ~ label,
.gform_wrapper select.active ~ label {
	position: static !important;
	padding: 0 !important;
	font-size: initial !important;
	line-height: initial !important;
	height: auto !important;
}

.newsletter-form_wrapper {
	background-color: #065151;
	padding: 50px;
}

.newsletter-form h2 {
	color: #fff;
	text-align: center !important;
}

.newsletter-form input:not([type="submit"]),
.newsletter-form textarea,
.newsletter-form select {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.78);
	color: #525252;
}

.newsletter-form select option {
	color: #000;
}

.newsletter-form label {
	color: #fff;
	padding: 0 !important;
	font-size: initial !important;
	line-height: initial !important;
	height: auto !important;
	position: static !important;
}

.newsletter-form input[type="submit"] {
	width: auto;
	height: auto;
	border: none;
}

.gform_wrapper.gravity-theme .ginput_container_address span,
.gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
	margin-bottom: 15px;
}

.newsletters-list {
	margin-top: 60px !important;
	display: grid;
	grid-gap: 40px;
}

.newsletters-list .row {
	max-width: 1200px;
}

.newsletter-single {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	/* align-items: center; */
	flex-direction: column;
	grid-gap: 15px;
	gap: 15px;
	padding: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.newsletter-single img {
	object-fit: cover;
	object-position: top center;
	height: 400px;
}

.newsletter-single:hover,
.newsletter-single:focus {
	text-decoration: none;
}

.newsletter-single:hover h4,
.newsletter-single:focus h4 {
	color: #c84c09;
}

.newsletter-single h4 {
	margin-bottom: 0;
}

.newsletter-single strong {
	color: #000;
	font-size: 0.9rem;
}

.newsletter-single p {
	margin-bottom: 0;
}

.newsletters-list .wp-pagenavi {
	grid-column: 1 / -1;
	width: 100%;
}

.newsletter-image {
	height: auto;
}

.newsletter-single .read-more {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	grid-gap: 5px;
	gap: 5px;
	justify-content: flex-end;
}

@media screen and (min-width: 640px) {
	.newsletters-list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
}

@media screen and (min-width: 1025px) {
	.newsletters-list {
		grid-template-columns: repeat(3, 1fr);
	}
}
