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

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Non-critical page features
*******************************************************************************************/
.search-form {
	position: relative;
	display: flex;
}

.search-form input {
	height: 45px;
	padding: 20px;
	color: var(--color-body-text);
	border: 1px solid var(--color-primary);
}

.search-form input::placeholder {
	color: var(--color-body-text);
}

.search-form button {
	padding: 0 12px;
	width: 45px;
	height: 45px;
	font-size: 1.1rem;
	border-radius: 0;
}

.search-form button:after {
	display: none;
}

/*******************************************************************************************
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: 10px;
	padding: 0;
	font-size: 1.875rem;
	border: 0;
	line-height: 1.4;
	color: var(--color-secondary);
	font-weight: 600;
}

.post-head h1 a,
.post-head h2 a {
	color: inherit;
	text-decoration: none;
}

.post-head {
	margin-bottom: 30px;
}

.post-body {
	display: block;
}

.post-head-info {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1px;
	color: var(--color-primary);
	text-transform: uppercase;
}

.post-head-info a {
	color: inherit;
	text-decoration: none;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: var(--color-black);
}

.post-head-info > div:not(:last-of-type):after {
	margin: 0 4px;
	position: relative;
	display: inline-block;
	content: "-";
}

.post-body-image img {
	max-width: 100%;
	display: block;
}

.post-body-image {
	margin-bottom: 15px;
}

.post-body-excerpt {
	font-size: 1.063rem;
	margin-bottom: 20px;
}

.post-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* 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;
	text-decoration: underline;
	color: var(--color-primary);
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	color: var(--color-primary);
}

.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);
	border-radius: 0;
	background: none;
}

.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-primary);
	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-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-near-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-near-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 */
.main-attorney-search {
	background: var(--color-light-gray);
}

.attorney-search-inner {
	display: block;
	outline: none;
	transition: filter 300ms ease-out, opacity 100ms ease-out;
}

.attorney-search-inner.search-running {
	filter: blur(12px);
	opacity: 0;
}

.attorney-single-box {
	margin-bottom: 30px;
	padding: 0;
	display: block;
	position: relative;
	text-decoration: none;
}

.attorney-results .attorney-single-box {
	width: 100%;
}

.attorney-result-image-container {
	position: relative;
	transition: all 200ms ease-out;
}

.attorney-result-image-container img {
	display: block;
	width: 100%;
}

.attorney-result-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-white);
	background: rgba(18, 30, 70, 0.7);
	transition: all 200ms ease-out;
}

.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
	opacity: 1;
}

.attorney-single-box-info {
	padding: 15px;
	text-align: center;
	background-color: var(--color-secondary);
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	margin: 0;
	color: var(--color-white);
}

.attorney-single-box h2 {
	font-size: 1.3rem;
}

.attorney-single-box-info p {
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--color-primary);
}

@media screen and (min-width: 650px) {
	.attorney-results {
		display: grid;
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.attorney-single-box {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Attorney Rows */
.attorney-single-row {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.attorney-row-link {
	margin: 0 auto;
	justify-content: center;
	max-width: 280px;
	transition: opacity 200ms ease-out;
}

.attorney-row-link:focus,
.attorney-row-link:hover {
	opacity: 0.9;
}

.attorney-row-info-main {
	padding-top: 20px;
	border-top: 2px solid var(--color-gray);
}

.attorney-row-additional span,
.attorney-row-info-main-contact span {
	display: block;
}

.attorney-single-row i {
	color: var(--color-primary);
}

.attorney-row-additional {
	margin-top: 6px;
}

.attorney-row-info-main-position {
	margin-bottom: 20px;
	font-size: 1.2rem;
}

@media screen and (min-width: 790px) {
	.attorney-results-type-row {
		display: grid;
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.attorney-single-row {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results.attorney-results-type-row {
		display: block;
	}

	.attorney-single-row {
		margin-bottom: 30px;
		flex-direction: row;
		text-align: left;
		border-bottom: 2px solid var(--color-gray);
	}

	.attorney-row-info-main-position,
	.attorney-single-row:last-of-type,
	.attorney-row-additional,
	.attorney-row-link {
		margin: 0;
	}

	.attorney-row-info {
		padding: 0 0 40px 5vw;
		display: flex;
		flex: 1;
	}

	.attorney-row-info-main {
		padding: 0;
		display: flex;
		flex: 1;
		flex-direction: column;
		justify-content: flex-end;
		border: none;
	}

	.attorney-row-info-main-contact {
		margin-top: 40px;
	}

	.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-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 > Attorney Info */
.attorney-info {
	padding-top: 47px;
	padding-bottom: 80px;
	background: linear-gradient(to bottom, rgba(192, 196, 211, 0.36) 0%, rgba(192, 196, 211, 0) 100%);
	text-align: center;
	position: relative;
}

.attorney-info:before {
	content: "";
	background-color: var(--color-alternate);
	height: 80px;
	width: 3px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	transition: height 1000ms ease-out;
}

.attorney-info.animate:before {
	height: 0;
}

.attorney-info.animated:before {
	height: 80px;
}

.attorney-info h4 {
	font-size: 1.25rem;
}

.attorney-info h2 {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 46px;
	color: var(--color-secondary);
}

.attorney-info p {
	max-width: 906px;
	margin-left: auto;
	margin-right: auto;
}

.attorney-info p:last-of-type {
	margin-bottom: 0;
}

.attorney-info p:first-of-type {
	max-width: 706px;
}

@media screen and (min-width: 768px) {
	.attorney-info {
		padding-top: 70px;
		padding-bottom: 100px;
	}

	.attorney-info:before {
		height: 100px;
		bottom: -50px;
	}

	.attorney-info h4 {
		font-size: 1.375rem;
		margin-bottom: 22px;
	}

	.attorney-info h2 {
		font-size: 1.875rem;
		margin-bottom: 26px;
	}
}

/* TEMPLATES > Attorney Talent */
.attorney-talent {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background-color: var(--color-near-white);
	overflow: hidden;
	text-align: center;
}

.attorney-talent p:last-of-type {
	margin-bottom: 0;
}

.attorney-talent h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 32px;
	color: var(--color-secondary);
	line-height: 1.55;
}

.attorney-talent-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	width: 1651px;
	height: 1434px;
	margin-top: -194px;
	margin-left: -31px;
}

.attorney-talent-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.attorney-talent-holder {
	margin: 0 auto;
	max-width: 725px;
}

.attorney-talent-right-image {
	display: none;
}

.attorney-talent-left-image {
	display: none;
}

.attorney-talent-holder {
	position: relative;
}

@media screen and (min-width: 1025px) {
	.attorney-talent {
		padding-top: 115px;
		padding-bottom: 115px;
		text-align: center;
	}

	.attorney-talent-left-image,
	.attorney-talent-right-image {
		display: block;
		position: absolute;
		top: 0;
	}

	.attorney-talent-left-image {
		left: -493px;
	}

	.attorney-talent-right-image {
		right: -493px;
	}
}

/* TEMPLATES > Attorney Intro */
.attorney-intro {
	padding-top: 40px;
	padding-bottom: 65px;
	text-align: center;
	position: relative;
	line-height: 1.8;
	font-size: 1.063rem;
}

.attorney-intro:before {
	content: "";
	background-color: var(--color-primary);
	height: 80px;
	width: 3px;
	position: absolute;
	bottom: -41px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	transition: height 1000ms ease-out;
}

.attorney-intro.animate:before {
	height: 0;
}

.attorney-intro.animated:before {
	height: 80px;
}

.attorney-intro h4 {
	font-size: 1.25rem;
	line-height: 1.45;
	margin-bottom: 15px;
}

.attorney-intro p {
	max-width: 734px;
	margin-left: auto;
	margin-right: auto;
}

.attorney-intro p:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.attorney-intro {
		padding-top: 138px;
		padding-bottom: 144px;
	}

	.attorney-intro h4 {
		line-height: 1.6;
	}

	.attorney-intro:before {
		height: 128px;
		bottom: -66px;
	}
}

/* TEMPLATES > Attorney Rule */
.attorney-rule {
	background-color: var(--color-alternate);
	color: var(--color-white);
	text-align: center;
	padding-top: 68px;
	padding-bottom: 53px;
	line-height: 1.7;
	font-size: 1rem;
}

.attorney-rule h2 {
	color: var(--color-white);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 16px;
}

.attorney-rule h2 span {
	font-weight: 800;
}

.attorney-rule p {
	max-width: 585px;
	margin-left: auto;
	margin-right: auto;
}

.attorney-rule p:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.attorney-rule {
		line-height: 1.8;
		font-size: 1.063rem;
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.attorney-rule h2 {
		font-size: 2.25rem;
		line-height: 1.3;
	}
}

/* TEMPLATES > Attorney Know */
.attorney-know {
	padding-top: 30px;
	padding-bottom: 60px;
}

.attorney-know h2 {
	font-weight: 400;
	line-height: 1.5;
	font-size: 1.875rem;
	margin-bottom: 10px;
}

.attorney-know h2 span {
	font-weight: 800;
	color: var(--color-primary);
}

.attorney-know-content {
	font-size: 1.063rem;
	line-height: 1.8;
	color: var(--color-black);
}

@media screen and (min-width: 768px) {
	.attorney-know {
		padding-top: 112px;
		padding-bottom: 85px;
	}

	.attorney-know-holder {
		display: flex;
		justify-content: space-between;
	}

	.attorney-know-title {
		width: 35%;
	}

	.attorney-know h2 {
		font-size: 2.25rem;
		line-height: 1.6;
	}

	.attorney-know-content {
		width: 55.7%;
	}
}

/* TEMPLATES > Practices Landing */
.practice-box {
	margin-bottom: 20px;
	padding: 25px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: var(--color-white);
	background: var(--color-primary);
	transition: background 200ms ease-out;
}

.practice-box:last-of-type {
	margin-bottom: 0;
}

.practice-box:hover,
.practice-box:focus {
	background: var(--color-alternate);
}

.practice-box span {
	margin: 0;
	align-self: center;
	width: 100%;
	font-size: 1.3rem;
}

.practice-box:focus span,
.practice-box:hover span {
	color: var(--color-white);
}

.practice-box-column + .practice-box-column {
	margin-top: -1px;
}

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

	.practice-box {
		margin-bottom: 0;
	}

	.practice-box-column + .practice-box-column {
		margin-top: 0;
	}
}

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

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

/* TEMPLATES > Contact */
.office-block {
	margin-bottom: 30px;
}

.office-block-image {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-size: cover;
}

.office-block-info {
	position: relative;
}

.office-block-info p {
	margin: 0;
}

.office-contact {
	margin-top: 15px;
	margin-bottom: 15px;
}

.office-contact p {
	font-weight: 700;
}

.office-block-info-inner {
	width: 100%;
}

.office-contact-map {
	position: absolute;
	right: 0;
	bottom: 0;
}

.contact-background-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: auto;
	pointer-events: none;
}

.page-template-template-contact #main {
	position: relative;
	overflow: hidden;
}

.page-template-template-contact .main-inner {
	position: relative;
	z-index: 1;
}

.page-template-template-contact .footer {
	padding: 30px 0;
	color: var(--color-white);
	background: var(--color-secondary);
}

.page-template-template-contact .footer-copyright {
	font-size: 0.9rem;
	margin: 0;
	text-align: center;
}

.page-template-template-contact .footer-copyright a:focus,
.page-template-template-contact .footer-copyright a:hover {
	color: var(--color-white);
}

@media screen and (min-width: 768px) {
	.page-template-template-contact .content,
	.page-template-template-contact .sidebar {
		width: 50%;
		padding-left: var(--gutter-size);
		padding-right: var(--gutter-size);
	}

	.page-template-template-contact .sidebar .form-container {
		margin-top: 0;
		max-width: 400px;
		margin-left: auto;
	}

	.page-template-template-contact .sidebar .form-container textarea {
		height: 140px;
	}
}

@media screen and (min-width: 1025px) {
	.office-block {
		display: flex;
	}

	.office-block-image {
		display: flex;
		flex-basis: 250px;
		width: 250px;
		height: 250px;
	}

	.office-block-info {
		display: flex;
		flex: 1;
		padding-left: 20px;
		flex-wrap: wrap;
	}
}

/* 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: var(--font-family-icon);
	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 > Results */
.content-result-single {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--color-gray);
}

.content-result-single:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.content-result-single p:last-child {
	margin: 0;
}

/* 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-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;
	flex-wrap: wrap;
}

.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: 50px;
	height: 50px;
	font-size: 1.7rem;
	border: 1px solid var(--color-primary);
	background: var(--color-near-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: "-";
}
