/* Subpage styling goes here. Excluded on homepage */

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
BANNER - Page-top image and title
*******************************************************************************************/
.banner {
	position: relative;
	height: 275px;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-size: cover;
}
.banner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 23, 47, 0.5);
	content: '';
	pointer-events: none;
}
.banner img {
	position: relative;
	width: 100%;
}
.banner > .row {
	height: 100%;
}
.banner-inner {
	padding-top: 40px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	float: none;
	height: 100%;
}
.banner-title {
	margin-bottom: 0;
	font-family: var(--font-family-heading);
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	color: var(--color-pure-white);
}

@media screen and (min-width: 768px) {
	.banner {
		height: 426px;
	}
	.banner-title {
		font-size: 3.125rem;
	}
	.banner-inner {
		padding-top: 80px;
	}
}

/*******************************************************************************************
SUBPAGE STRUCTURE - Non-critical page features
*******************************************************************************************/

.search-form {
	position: relative;
	display: flex;
}
.search-form input:focus {
	outline: none;
	box-shadow: none;
}
.search-form input {
	padding: 0 20px;
	width: calc(100% - 55px);
	height: 55px;
	font-weight: 500;
	border: 1px solid var(--color-border);
	border-right: 0;
}
.search-form button:hover {
	color: var(--color-pure-white);
	background: var(--color-secondary);
}
.search-form button {
	padding: 0 12px;
	justify-content: center;
	width: 55px;
	height: 55px;
	font-size: 1.1rem;
	border-radius: 0;
	background: var(--color-secondary-light);
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/

.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--color-border);
}
.post:last-child {
	padding-bottom: 0;
	border: none;
}
.post-head h1,
.post-head h2 {
	margin-bottom: 15px;
	padding: 0;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: unset;
	color: var(--color-secondary);
	border: 0;
}
.post-head h1 a,
.post-head h2 a {
	color: inherit;
}
.post-head,
.post-body {
	margin-bottom: 15px;
}
.post-body {
	display: block;
}
.post-head-info {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.938rem;
	font-weight: 500;
	line-height: 1.6;
}
.post-head-info a {
	font-weight: 600;
	text-decoration: none;
	color: var(--color-body-text);
}
.post-head-info a:hover,
.post-head-info a:focus {
	color: var(--color-pure-black);
}
.post-head-info > div {
	display: flex;
	align-items: center;
}
.post-head-info > div:not(:last-of-type):after {
	margin: 0 10px;
	display: inline-block;
	width: 1px;
	height: 30px;
	background: var(--color-secondary-light);
	content: '';
}
.post-body-image img {
	width: 100%;
	max-width: 100%;
}
.post-body-image {
	margin-bottom: 8px;
	flex: 1;
}
img.alignright {
	margin: 0 0 30px 30px;
	float: right;
}
img.alignleft {
	margin: 0 30px 30px 0;
	float: left;
}
.post-bottom {
	display: flex;
	align-items: center;
}
.post-bottom .button.no-button {
	margin-right: 25px;
}
.post-bottom .button.no-button:after {
	width: 100%;
	height: 1px;
}
.post-bottom-share {
	font-weight: 600;
	color: var(--color-secondary-light);
}
.post-bottom-share span {
	display: none;
}

@media screen and (min-width: 1025px) {
	.post-body {
		display: flex;
		flex-direction: row-reverse;
	}
	.single .post-body {
		display: block;
	}
	.single .post-body-image {
		margin: 0 0 30px;
	}
	.post-body-image ~ .post-body-excerpt {
		margin-right: 40px;
		width: 58%;
	}
}

/* BLOG > Page Navigation */
.wp-pagenavi {
	display: flex;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0;
	margin-right: 20px;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: var(--color-body-text);
}
.wp-pagenavi span.current {
	font-weight: bold;
	color: var(--color-secondary-light);
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	color: var(--color-secondary-light);
}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: inline-flex;
	align-items: center;
	width: auto;
	font-weight: bold;
	color: var(--color-secondary-light);
	border-radius: 0;
	background: none;
}
.wp-pagenavi .nextpostslink i,
.wp-pagenavi .previouspostslink i,
.wp-pagenavi .first i,
.wp-pagenavi .last i {
	font-size: 0.75rem;
}
.wp-pagenavi .nextpostslink i,
.wp-pagenavi .last i {
	margin-left: 10px;
}
.wp-pagenavi .previouspostslink i,
.wp-pagenavi .first i {
	margin-right: 10px;
}
.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 {
	color: var(--color-secondary);
	background: none;
}

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Bios */

.content-tabs-anchor-links .content-tabs-row {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: 1;
	background: rgba(15, 133, 119, 0.8);
}
.content-tabs-anchor-links .content-tabs-row button {
	margin: 0;
	position: relative;
	flex: 1;
	min-height: 60px;
	color: var(--color-pure-white);
	background: none;
}
.content-tabs-anchor-links .content-tabs-row button:hover,
.content-tabs-anchor-links .content-tabs-row button:focus {
	background: var(--color-primary);
}
.content-tabs-anchor-links .content-tabs-row button:after {
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
	width: 1px;
	height: 14px;
	background: var(--color-pure-white);
	content: '';
}
.content-tabs-anchor-links .content-tabs-row button i {
	display: none;
}
.content-tabs-anchor-links .content-tabs-row button.active {
	color: var(--color-secondary);
	background: var(--color-pure-white);
}
.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;
}

/* TEMPLATES > Attorneys Landing */

/* Attorney Boxes */
.attorney-search-inner {
	display: block;
	outline: none;
	-webkit-transition: filter 300ms ease-out, opacity 100ms ease-out;
	-moz-transition: filter 300ms ease-out, opacity 100ms ease-out;
	-ms-transition: filter 300ms ease-out, opacity 100ms ease-out;
	-o-transition: filter 300ms ease-out, opacity 100ms ease-out;
	transition: filter 300ms ease-out, opacity 100ms ease-out;
}
.attorney-search-inner.search-running {
	filter: blur(15px);
	opacity: 0;
}
.attorney-single-box {
	margin-bottom: 15px;
	padding: 0;
	position: relative;
	display: flex;
	align-items: flex-end;
	background: #fff;
	overflow: hidden;
}
.attorney-results .attorney-single-box {
	width: 100%;
}
.attorney-single-box 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-single-box:hover img,
.attorney-single-box:focus img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.attorney-single-box .attorney-single-box-info {
	padding: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: var(--dark-grey);
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}
.attorney-single-box-info h2,
.attorney-single-box-info p {
	margin: 0;
	color: #fff;
}
.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
	background: var(--red);
}
.attorney-single-box h2 {
	font-size: 1.3rem;
}
.attorney-single-box-info p {
	font-size: 0.9rem;
}
.attorney-single-row,
.practice-tab-content > .attorney-single-row {
	margin-bottom: 30px;
}
.attorney-row-link {
	display: inline-block;
	align-self: flex-start;
	font-weight: 400;
	background-color: #efefef;
	overflow: hidden;
}
.attorney-row-info-main {
	padding: 20px 0 16px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 2px solid var(--light-grey);
}
.attorney-row-info-main h3 {
	font-size: 1.375rem;
	letter-spacing: normal;
	text-transform: none;
}
.attorney-row-info-main h3 a {
	color: var(--color-primary);
}
.attorney-single-row i {
	font-size: 1rem;
	color: var(--color-primary);
}
.attorney-row-additional {
	margin-top: 6px;
}
.attorney-row-info-main-position {
	margin-bottom: 20px;
	font-size: 1.063rem;
	color: var(--color-secondary);
}
.attorney-single-row-arrow {
	position: absolute;
	right: 32px;
	bottom: 16px;
	align-self: flex-end;
	font-size: 1.375rem;
}
.attorney-practices-container {
	margin-top: auto;
	margin-bottom: 10px;
}
.attorney-practices-container > .attorney-practice {
	position: relative;
}
.attorney-practices-container > .attorney-practice a {
	font-size: 0.875rem;
	color: var(--black);
}
.attorney-practices-container > .attorney-practice:not(:last-of-type):after {
	margin: 0 2px;
	display: inline;
	font-size: 0.875rem;
	content: '|';
}
.attorney-row-info-main-contact {
	margin-bottom: 10px;
	font-size: 0.938rem;
	color: var(--color-secondary);
}
.attorney-row-info-main-contact a {
	color: var(--color-secondary);
}
.attorney-row-link img {
	filter: drop-shadow(5px 5px 5px #222) grayscale(100%);
	-webkit-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	-o-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	transition: opacity 200ms ease-out, filter 200ms ease-in-out;
}
.attorney-single-row:hover .attorney-row-link img,
.attorney-single-row:focus .attorney-row-link img {
	filter: drop-shadow(5px 5px 5px #222) grayscale(0);
}

@media screen and (min-width: 641px) {
	.attorney-single-row {
		display: flex;
		flex-direction: row;
		text-align: left;
		border-bottom: 2px solid var(--color-border);
	}
	.attorney-row-info-main {
		padding: 0 32px 16px;
		flex: 1;
		height: 100%;
		border: none;
		transition: padding 200ms ease-in-out, background-color 200ms ease-in-out;
	}
	.attorney-row-info {
		flex: 1;
	}
}

@media screen and (min-width: 650px) {
	.attorney-results {
		display: grid;

		/* grid-template-columns: repeat(2, 1fr); */
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}
	.attorney-single-box {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 790px) {
	.attorney-results-type-row {
		display: grid;

		/* grid-template-columns: repeat(2, 1fr); */
		grid-gap: 32px 30px;
		gap: 32px 30px;
	}
	.attorney-single-row {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.attorney-results {
		grid-template-columns: repeat(3, 1fr);
	}
	.attorney-results.attorney-results-type-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.attorney-single-row:hover .attorney-row-info-main,
	.attorney-single-row:focus .attorney-row-info-main {
		padding: 16px 32px 12px;
		border-bottom: none;
		background-color: var(--color-primary);
	}
	.attorney-single-row:hover .attorney-row-info-main *,
	.attorney-single-row:focus .attorney-row-info-main * {
		color: var(--color-pure-white);
	}
	.attorney-row-info-main-position,
	.attorney-single-row:last-of-type,
	.attorney-row-additional,
	.attorney-row-link {
		margin: 0;
	}
	.attorney-row-link img {
		object-fit: cover;
		max-width: 179px !important;
	}
	.attorney-row-info {
		display: flex;
		flex: 1;
	}
	.attorney-row-info-main {
		padding: 0 32px 16px;
		flex: 1;
		border: none;
	}
	.attorney-row-info-main-contact {
		margin-top: 10px;
		margin-bottom: 0;
	}
	.attorney-row-info-main-contact > .email {
		margin-bottom: 5px;
		transition: margin 200ms ease-in-out;
	}
	.attorney-single-row:hover .attorney-row-info-main-contact > .email,
	.attorney-single-row:focus .attorney-row-info-main-contact > .email {
		margin-bottom: 6px;
	}
	.attorney-row-additional {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 50%;
	}
}

/* Attorney Pops */

.attorney-results.attorney-results-type-pop {
	display: block;
}
.attorney-result-pop {
	padding: 30px;
	position: absolute;
	top: calc(100% - 115px);
	right: 0;
	z-index: 1;
	display: none;
	height: 200px;
	background: var(--color-primary);
}
.attorney-result-pop-row {
	padding: 20px 0;
	font-size: 1.1rem;
	border-bottom: 1px solid var(--color-gray);
}
.attorney-result-pop-cell {
	margin-bottom: 5px;
	flex: 1;
}
.attorney-result-pop-name {
	position: relative;
	flex-basis: 30%;
	width: 30%;
}
.attorney-result-pop-info {
	margin-left: 40px;
}
.attorney-result-pop-info p {
	margin-bottom: 0;
}
.attorney-result-pop-row i {
	color: var(--color-secondary);
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}
.attorney-result-pop-cell a {
	text-decoration: none;
}
.attorney-result-pop-cell > a {
	color: var(--color-primary);
}
.attorney-result-pop-name:hover > a,
.attorney-result-pop-cell a:hover,
.attorney-result-pop-cell a:focus {
	text-decoration: underline;
	color: var(--color-alternate);
}
.attorney-result-pop-info > a {
	margin-bottom: 5px;
	font-size: 1.2rem;
}
.attorney-result-pop-info a {
	color: var(--color-pure-white);
}
.attorney-result-pop-inner {
	display: flex;
	align-items: center;
}
.attorney-result-pop .attorney-result-pop-image img {
	max-width: 130px;
}
.attorney-result-pop-image {
	display: flex;
	flex-direction: column;
	background: var(--color-gray);
}
.attorney-result-pop:before {
	position: absolute;
	top: calc(50% - 15px);
	right: calc(100% - 1px);
	width: 0;
	height: 0;
	border-color: transparent var(--color-primary) transparent transparent;
	border-style: solid;
	border-width: 15px 14px 15px 0;
	content: '';
}
.attorney-result-pop-vcard {
	margin-left: auto;
	flex-grow: 0;
}
.attorney-result-pop-vcard a:hover i,
.attorney-result-pop-vcard a:focus i {
	color: var(--color-alternate);
}
.attorney-result-pop-name-link {
	margin-bottom: 8px;
	display: block;
	font-size: 1.3rem;
}

@media screen and (min-width: 900px) {
	.attorney-result-pop-cell {
		margin-bottom: 0;
	}
	.attorney-result-pop-name-link {
		margin-bottom: 0;
		font-size: inherit;
	}
	.attorney-result-pop-row {
		display: flex;
		width: 100%;
	}
	.attorney-result-pop-name:focus-within .attorney-result-pop,
	.attorney-result-pop-name:hover .attorney-result-pop {
		display: block;
		-webkit-animation: fadeinleftslight 200ms ease-out;
		animation: fadeInLeftSlight 200ms ease-out;
	}
}

/* TEMPLATES > Attorney Search */
.attorney-search-bar {
	margin-bottom: 40px;
	text-align: center;
	border-top: 1px solid var(--color-light-gray);
	border-bottom: 1px solid var(--color-light-gray);
}
.attorney-search-container-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
.attorney-search-bar-string span {
	font-weight: 600;
}
.attorney-search-bar-string span:not(:last-of-type):after {
	margin-right: 5px;
	content: ',';
}
.attorney-search-letters {
	margin-bottom: 40px;
}
.attorney-search-letters-single {
	padding: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: var(--color-secondary);
	background: none;
}
#attorney-search-clear {
	display: none;
}
.search-results-displayed #attorney-search-clear {
	display: inline-block;
}
span.attorney-search-letters-single {
	color: var(--color-gray);
}

@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 */
.practice-box-list {
	display: grid;
}
.practice-box-list .accordion-item-title {
	padding: 30px;
	align-items: flex-end;
	min-height: 125px;
	letter-spacing: normal;
	text-transform: initial;
	color: var(--color-pure-white);
}
.practice-box-list .accordion-item-title:after {
	color: inherit;
}
.practice-box-list .accordion-item-content {
	padding-right: 30px;
	padding-left: 30px;
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.practice-box-list .accordion-item-title {
		min-height: 155px;
	}
}

.practice-box {
	margin-bottom: 30px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	min-height: 155px;
	text-decoration: none;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--color-primary);
}
a.practice-box {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-weight: 600;
}
a.practice-box:hover {
	color: var(--color-pure-white);
}
.practice-box a {
	padding: 8px 0;
	display: block;
	text-decoration: none;
	color: #fff;
}

.practice-box a:hover,
.practice-box a:focus{
	text-decoration: underline;
}

.practice-box.active {
	background: var(--color-primary) !important;
}
.practice-box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.25); */
	transition: 0.3s ease;
	content: '';
}
.practice-box span {
	margin: 0;
	position: relative;
	-ms-align-self: center;
	align-self: center;
	width: 100%;
	font-size: 1.3rem;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
}
.practice-box-list .practice-box:focus,
.practice-box-list .practice-box:hover {
	text-decoration: none;
}
.practice-box:focus:before,
.practice-box:hover:before {
	background-color: var(--color-secondary);
}
.practice-box.active:before {
	display: none;
}
.practice-box ul li {
	padding-left: 25px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.practice-box ul li:before {
	position: absolute;
	top: 8px;
	left: 0;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 700;
	color: #fff;
	content: '\f178';
}

@media screen and (min-width: 769px) {
	.practice-box-list {
		grid-gap: 30px;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

/* TEMPLATES > Video Gallery */
.videos-filter {
	margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
	.videos-filter {
		max-width: 450px;
	}
}

/* TEMPLATES > Office */
.office-block {
	margin-bottom: 30px;
}
.office-block-image {
	margin-top: 20px;
	display: block;
	width: 100%;
	height: 300px;
	border: 0;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-size: cover;
}
.office-block-info {
	position: relative;
	margin-bottom: 20px;
}
.office-block-info p {
	margin: 0;
}
.office-contact {
	margin-top: 30px;
}
.office-contact p {
	font-weight: 700;
}
.office-block-info-inner {
	width: 100%;
}
.office-contact-map {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (min-width: 1025px) {
	.office-block {
		display: block;
	}
	.office-block-image {
		display: flex;
		width: 100%;
		height: 250px;
	}
	.office-block-info {
		display: flex;
		flex: 1;
		flex-wrap: wrap;
		align-items: center;
	}
}

/* TEMPLATES > Contact Page */
.page-template-template-contact .footer-left,
.page-template-template-contact .footer-right {
	padding-top: 0;
	padding-bottom: 0;
}
.page-template-template-contact .footer-left {
	margin-bottom: 20px;
}
.page-template-template-contact .footer-inner {
	align-items: center;
}
.page-template-template-contact .footer-disclaimer {
	text-align: center;
}

body.page-template-template-contact .footer-top{
	display: none;
}

@media screen and (min-width: 768px) {
	.page-template-template-contact .footer-disclaimer {
		text-align: left;
	}
	.page-template-template-contact .footer-left {
		margin-bottom: 0;
	}
	.page-template-template-contact .content {
		width: calc(50% + 38px);
	}
	.page-template-template-contact .sidebar {
		width: calc(50% - 38px);
	}
}

/* TEMPLATES > Attorney Bios */

.content-tabs-row {
	margin-bottom: 30px;
	display: none;
	flex-wrap: wrap;
}
.content-tabs-row-inner {
	display: flex;
}
.content-tabs-row .content-tab-activate {
	margin-right: 10px;
}
.content-tab-activate {
	flex: 1;
	border-radius: 0;
}
.content-tab-activate.active {
	background: var(--color-primary);
	pointer-events: none;
}
.content-tab {
	margin-bottom: 50px;
	display: none;
}
.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 {
	margin-bottom: 20px;
	padding: 20px 30px;
	position: relative;
	width: 100%;
	text-align: left;
}
.mobile-tab:after {
	position: absolute;
	right: 15px;
	font-family: 'Font Awesome 6 Pro';
	content: '\f0d7';
}

@media screen and (min-width: 1025px) {
	.content-tabs {
		display: flex;
		flex-wrap: wrap;
	}
	.content-tabs-row {
		display: block;
	}
	.mobile-tab,
	.content-tabs-anchor-links .content-tabs-select {
		display: none;
	}
}

/* TEMPLATES > Long-Form */

.banner-xl {
	padding: 50px 0;
	background-color: rgb(20, 23, 47);
	background-image: linear-gradient(180deg, rgba(20, 23, 47, 1) 46%, rgba(36, 42, 88, 1) 100%);
}
.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 {
	margin: 0 auto;
	max-width: 70%;
}

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

.top-table-contents {
	padding: 50px 0;
	background: #e5e8f6;
}
.top-table-contents-button {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none !important;
}
.top-table-contents-icon-container {
	margin-bottom: 15px;
}
.top-table-contents-inner {
	display: grid;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.top-table-contents-button-icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: var(--color-secondary);
	transition: all 200ms ease-out;
}
.top-table-contents-button i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	color: var(--color-pure-white);
}
.top-table-contents-button-icon:hover,
.top-table-contents-button-icon:focus {
	background: var(--color-alternate);
	transform: scale(1.03);
}
.is-sticky .top-table-contents {
	padding: 20px 0;
}
.is-sticky .top-table-contents-button-icon {
	width: 30px;
	height: 30px;
}
.is-sticky .top-table-contents-button i {
	font-size: 1rem;
}
.is-sticky .top-table-contents-icon-container {
	margin: 0 12px 0 0;
}
.is-sticky .top-table-contents-title {
	display: none;
}
.is-sticky .top-table-contents-button {
	margin: 0 auto 0 0;
	flex-direction: row;
}
.single-chapter-banner-title h2 {
	margin: 0;
	font-size: 2.4rem;
}
.single-chapter-banner-image {
	margin-bottom: 20px;
}
.single-chapter:nth-child(2n) {
	background: var(--color-light-gray);
}
.single-chapter-banner {
	background: var(--color-primary);
}
.single-chapter-content,
.single-chapter-banner {
	padding: 30px 0;
}

@media screen and (min-width: 900px) {
	.single-chapter-banner-inner {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: center;
	}
	.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) {
	.top-table-contents-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* TEMPLATES > Confirmation */

.confirm-contact {
	margin-bottom: 10px;
	display: flex;
}
.confirm-contact a:not(:last-child) {
	margin-right: 20px;
}
.confirm-social {
	margin-bottom: 60px;
}

/* TEMPLATES > Reviews */

.review-social {
	margin: 40px 0;
}
.review-social .social-links {
	justify-content: flex-start;
	max-width: none;
}
.review-social .social-links a {
	margin: 0 15px 0 0;
	width: 60px;
	height: 60px;
	font-size: 2.4rem;
	border: 1px solid var(--color-primary);
	background: var(--color-pure-white);
	transition: all 200ms ease-out;
}
.review-social .social-links a:focus,
.review-social .social-links a:hover {
	opacity: 0.85;
	background: var(--color-light-gray);
}
.review-stars i {
	font-size: 2rem;
	color: var(--color-secondary);
}

/* TEMPLATES > Testimonials */

.content-testimonial-single:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-gray);
}
.content-testimonial-stars {
	font-size: 1.5rem;
}
.content-testimonial-source {
	display: block;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.content-testimonial-source:before {
	margin-right: 6px;
	display: inline-block;
	content: '-';
}

.sitemap-block ul.children{
	margin: 0;
}

.sitemap-block ul.children li{
	padding-bottom: 0;
}