/******************************************   */
/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2402                         */
/******************************************   */

/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > Utility Classes */
.no-margin-last > p:last-of-type {
	margin: 0 !important;
}

.no-transition {
	transition: none !important;
}

.hr-after {
	position: relative;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.center,
.has-text-align-center,
.align-center,
.text-center {
	text-align: center;
}

.right,
.align-right,
.text-right {
	text-align: right;
}

.body-font {
	font-family: var(--font-family-body);
}

.header-font {
	font-family: var(--font-family-heading);
}

.overflow-hidden {
	overflow: hidden;
}

.flex-container {
	display: flex;
	align-items: center;
}

.flex-align-vertical {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-align-horizontal {
	display: flex;
	justify-content: center;
	text-align: center;
}

.small-margin-left {
	margin-left: 5px;
}

.small-margin-right {
	margin-right: 5px;
}

.pointer-events-none {
	pointer-events: none;
}

.transition-all {
	transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
	position: relative;
	z-index: 1;
}

.background-center {
	background-position: center center !important;
}

.background-y-bottom {
	background-position-y: 100%;
}

.background-y-top {
	background-position-y: 0%;
}

.background-cover {
	background-repeat: no-repeat;
	background-size: cover;
}

.background-transparent {
	background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
	color: var(--color-white);
}

/* GENERAL > HTML and Structure */
.content {
	margin-bottom: 60px;
}

.content .wp-block-image {
	margin-bottom: 30px;
}

.content .wp-block-image .alignright {
	margin: 0 0 20px 20px;
	float: right;
}

.content .wp-block-image .alignleft {
	margin: 0 20px 20px 0;
	float: left;
}

.content.full-width {
	float: none;
}

.content p.indent {
	margin-left: 60px;
}

.content section {
	margin-bottom: 60px;
}

.content section:last-of-type {
	margin: 0;
}

ol,
ul {
	margin: 0 0 35px;
	padding: 0;
}

ol {
	padding-left: 20px;
	list-style-position: outside;
}

ul.has-before li,
.content li {
	padding: 0 0 0 20px;
	position: relative;
}

.content ol li {
	padding-left: 5px;
}

.content ol li::marker {
	font-weight: bold;
	color: var(--color-secondary);
}

.content ul:not(.slick-dots) li:before,
ul.has-before li:before {
	position: absolute;
	left: 0;
	font-weight: bold;
	color: var(--color-secondary);
	content: '\f0da';
}

ul.has-before li:before,
.content ul li:before,
.sidebar section ul li:before {
	font-family: var(--font-family-icon);
}

.content ul ul {
	margin: 5px 0 5px 20px;
}

hr,
.hr-after:after {
	margin: 40px 0;
	display: block;
	height: 1px;
	border: none;
	background: var(--color-gray);
	content: '';
}

figure {
	margin: 0;
}

.italic {
	font-style: italic;
}

.non-italic,
address {
	font-style: normal;
}

section.no-underline ul {
	border: none;
}

section.no-underline ul:last-of-type {
	padding: 0;
}

section.sidebar-block {
	width: 100%;
}

section.sidebar-block h2 {
	margin-bottom: 20px;
}

section.sidebar-news .post {
	padding-bottom: 15px;
}

section.sidebar-news .post-head h3 {
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 10px;
}

section.sidebar-news .post-head-info {
	font-size: .85rem;
}

section.sidebar-news .post:not(:last-child) {
	margin-bottom: 15px;
}

.sidebar section:not(:last-child) {
	margin-bottom: 40px;
}

.sidebar section ul li {
	line-height: 1.5;
	font-weight: 400;
	position: relative;
	padding-bottom: 12px;
	font-family: var(--font-family-heading);
	border-bottom: 1px solid rgba(165, 165, 165, .45);
}

.sidebar section ul li:not(:last-child) {
	margin-bottom: 12px;
}

.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section button.no-button,
.sidebar section ul li a {
	text-decoration: none;
	color: var(--color-primary);
}

.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	text-decoration: none;
	color: var(--color-alternate);
}

.sidebar section ul li ul {
	margin: 0;
	padding-left: 20px;
}

.content .search-results-container {
	margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.main-inner {
		display: flex;
	}

	.content {
		margin-bottom: 0;
		padding-right: calc(var(--gutter-size) * 2);
		flex: 1;
	}

	.content.full-width {
		padding-right: var(--gutter-size);
		width: 100%;
	}

	.sidebar {
		padding-left: 0;
		width: calc(260px + var(--gutter-size));
	}
}

@media screen and (min-width: 1025px) {
	.content {
		padding-right: calc(var(--gutter-size) * 3);
	}
}

/* GENERAL > Form and Inputs */
/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color: var(--color-body-text);
	background: none;
	border: 0;
	font-weight: 300;
	border-bottom: 1px solid var(--color-border-light);
	font-size: 1.063rem;
	line-height: 1.2;
	box-shadow: none;
	margin: 0;
	width: 100%;
	display: block;
	border-radius: 0;
	padding: 10px 0;
}

select {
	border-bottom: none;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
	color: var(--color-primary);
}

textarea {
	resize: none;
	height: 120px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--color-body-text);
}

input::placeholder,
textarea::placeholder {
	color: var(--color-body-text);
}

form legend,
form label,
form p {
	font-weight: 300;
	font-size: 1.063rem;
}

legend,
label {
	color: var(--color-body-text);
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

label {
	transition: all 200ms ease-out;
}

input ~ label,
textarea ~ label,
select ~ label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	line-height: 1.2;
	pointer-events: none;
	padding: 10px 0;
}

input ~ label i,
textarea ~ label i,
select ~ label i {
	font-size: 0.813rem;
	margin-right: 10px;
}

input:focus:not([type="checkbox"]) ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
	padding: 8px 0;
	font-size: 0.7rem;
	top: -10px;
}

.gfield,
.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select-wrapper {
	position: relative;
	width: 100%;
}

.select-wrapper::after {
	content: "\f0dc";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	line-height: 45px;
	color: var(--color-primary);
	pointer-events: none;
	transition: all 200ms ease-out;
}

.select-wrapper.active::after {
	background: var(--color-primary);
	color: white;
}

.select-wrapper select {
	height: 45px;
	padding: 10px 50px 10px 20px;
}

.form-container {
	padding: 30px 20px;
	background: linear-gradient(45deg, rgba(248, 248, 248, 1) 0%, rgba(237, 237, 237, 1) 100%);
}

.form-container h2 {
	text-align: center;
}

.background-input input:focus:not([type="checkbox"]) ~ label,
.background-input textarea:focus ~ label,
.background-input input.active ~ label,
.background-input textarea.active ~ label,
.background-input select.active ~ label {
	color: var(--color-primary);
}

.background-input input,
.background-input textarea,
.background-input select {
	background-color: var(--color-primary);
}

.background-input.select-wrapper::after,
.background-input .select-wrapper::after {
	background-color: var(--color-gray);
}

input.has-error {
	border: 1px solid #f00 !important;
	box-shadow: 0 0 2px #f00 !important;
}

.gform_submission_error,
.gfield_validation_message,
p.error-text {
	color: red;
}

.gfield_validation_message,
p.error-text {
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

/* GENERAL > Gravity Forms Customizations */
.gform_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.gform_fields .gfield {
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
}

.gform_footer {
	padding-top: 5px;
}

.gform_footer .gform_button {
	height: 66px;
	padding: 10px;
	font-weight: bold;
	font-size: 0.938rem;
}

.gform_submission_error {
	font-size: 1rem;
}

.gform_validation_errors ol,
.gform_submission_error .gform_heading,
.ginput_counter,
span.gfield_required {
	display: none;
}

.gfield_validation_message,
p.error-text {
	color: red;
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

@media screen and (min-width: 768px) {
	.gform_fields .gfield--width-half {
		width: calc(50% - 30px);
	}
}
/* GENERAL > Swiper Customizations */
.swiper.swiper-initialized {
	visibility: visible;
}

.swiper-button-container {
	position: absolute;
	display: flex;
	justify-content: space-between;
	left: -30px;
	right: 0;
	width: calc(100% + 60px);
	top: calc(50% - 22px);
}

.swiper-button-container.buttons-bottom {
	left: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
    top: initial;
	gap: 15px;
	grid-gap: 15px;
}

.swiper-button-container .swiper-button-next,
.swiper-button-container .swiper-button-prev {
	position: relative !important;
	height: auto !important;
	min-width: 44px !important;
	margin-top: 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: "Font Awesome 6 Pro" !important;
	content: "\f054" !important;
	color: var(--color-secondary);
	font-weight: 700;
	-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;
}

.swiper-button-prev:after {
	content: "\f053" !important;
}

.swiper-button-next:hover:after,
.swiper-button-next:focus:after,
.swiper-button-prev:hover:after,
.swiper-button-prev:focus:after {
	color: var(--color-primary) !important;
}

.swiper-button-container.buttons-bottom .swiper-button-next:after,
.swiper-button-container.buttons-bottom .swiper-button-prev:after{
	font-size: 2.188rem;
}

.swiper-outer {
	max-width: 85%;
	position: relative;
	margin: 0 auto;
}

.swiper-outer.full-width {
	max-width: none !important;
}

@media screen and (min-width: 768px) {
	.sidebar .swiper-outer {
		max-width: 100%;
	}
}

@media screen and (min-width: 1025px) {
	.swiper-outer {
		max-width: calc(100% - 200px);
	}

	.swiper-button-container {
		left: -100px;
		width: calc(100% + 200px);
	}
}

/* GENERAL > Skip To Content */
#skiptocontent {
	padding: 8px;
	position: fixed;
	z-index: 10;
	display: block !important;
	opacity: 0;
	color: var(--color-white);
	background-color: var(--color-secondary);
	transform: translateY(-40px);
	transition: all 200ms ease-out;
}

#skiptocontent:focus {
	opacity: 1;
	transform: translateY(0);
}

@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}

/*******************************************************************************************
MENUS - Non-critical menu styling
*******************************************************************************************/

/* MENUS > Mobile Menu */
#mobile-navigation {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100vh;
	background-color: var(--color-primary);
	overflow: auto;
}

#mobile-navigation.active {
	display: block;
	-webkit-animation: fadeinright 400ms cubic-bezier(0.87, 0, 0.13, 1);
	animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
}

.mobile-navigation-top-inner {
	padding: 0;
	display: none;
	align-items: center;
}

.mobile-navigation-top-inner img {
	max-width: 70%;
	height: auto;
}

#mobile-navigation.active .mobile-navigation-top-inner {
	display: flex !important;
}

#mobile-navigation a {
	padding: 12px 40px;
	display: flex;
	margin: 0 -40px;
	justify-content: space-between;
	font-size: 1.125rem;
	text-decoration: none;
	color: var(--color-white);
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
	color: var(--color-white);
	background: var(--color-secondary);
}

#mobile-navigation li > a {
	font-weight: normal;
	font-family: var(--font-family-heading);
}

#mobile-navigation ul {
	margin: 0;
	padding: 10px 40px;
}

#mobile-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(239, 248, 255, .34);
}

.mobile-menu-accordion #mobile-navigation .sub-menu li {
	border-bottom: none;
}

.mobile-menu-accordion #mobile-navigation .sub-menu a {
	padding-left: calc(var(--gutter-size) * 1.5);
}

#mobile-navigation ul li:last-of-type {
	border: none;
}

#mobile-navigation ul li:before {
	display: none;
}

#mobile-navigation .sub-menu {
	margin: 0;
	z-index: 1;
	display: none;
	width: 100%;
	padding: 15px 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow: auto;
}

#mobile-navigation .sub-menu a {
	margin: 0;
	font-weight: 400;
	padding: 4px 0;
	font-size: 0.938rem;
}

#mobile-navigation .sub-menu a:hover,
#mobile-navigation .sub-menu a:focus {
	color: var(--color-secondary);
	background: transparent;
}

#mobile-navigation .sub-menu li {
	border-bottom: 0;
}

#mobile-navigation ul li.sub-menu-open > .sub-menu {
	display: block;
}

#mobile-navigation .menu-item-has-children > a:after {
	font-size: 1rem;
	font-family: var(--font-family-icon);
	font-weight: 700;
	content: '\f067';
}

#mobile-navigation .sub-menu-open.menu-item-has-children > a:after {
	content: '\f068';
}

.mobile-navigation-close {
	margin-left: auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 50px;
	font-size: 1.64rem;
	color: var(--color-primary);
	background: var(--color-white);
}

.mobile-navigation-close:focus,
.mobile-navigation-close:hover {
	color: var(--color-secondary);
}

.mobile-navigation-previous {
	margin-bottom: 10px;
	border: none !important;
}

@media screen and (min-width: 1025px) {
	#mobile-navigation {
		display: none;
	}

	.mobile-navigation-top-inner {
		display: none;
	}
}

/* MENUS > Mobile Menu Paged */
.mobile-menu-paged #mobile-navigation .sub-menu {
	position: fixed;
	top: 0;
	height: 100vh;
}

.mobile-menu-paged #mobile-navigation .menu-item-has-children > a:after {
	content: '\f105';
}

.mobile-menu-paged #mobile-navigation a {
	padding-left: var(--gutter-size);
}

.mobile-menu-paged #mobile-navigation ul li.sub-menu-open > .sub-menu {
	-webkit-animation: fadeinright 300ms ease-out;
	animation: fadeInRight 300ms ease-out;
}

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

.practice-box:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	pointer-events: none;
	transition: all 0.25s ease-in-out;
	background: linear-gradient(to bottom, rgba(0, 63, 136, 0) 0%, rgba(0, 34, 73, 1) 100%);
}

.practice-box img {
	width: 100%;
	height: auto;
	display: block;
}

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

.practice-box:hover:before,
.practice-box:focus:before {
	background-color: rgba(0, 49, 99, 0.8);
}

.practice-box span {
	margin: 0;
	align-self: center;
	left: 38px;
	width: 100%;
	bottom: 0;
	display: flex;
	font-weight: 600;
	padding: 30px 0;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	font-size: 1.25rem;
	font-family: var(--font-family-heading);
	max-width: calc(100% - 60px);
}

.practice-box span i {
	width: 38px;
	height: 36px;
	display: flex;
	font-size: 1.438rem;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease-in-out;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

@media screen and (min-width: 768px) {
	.practice-box {
		margin-bottom: 0;
	}
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer .row {
	max-width: calc(1080px + var(--gutter-size) * 2);
}

.footer-top {
	padding-top: 60px;
	padding-bottom: 60px;
	background: linear-gradient(45deg, rgba(248, 248, 248, 1) 0%, rgba(237, 237, 237, 1) 100%);
}

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

.footer-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-small-logo {
	display: flex;
	margin-bottom: 25px;
}

.footer-small-logo img {
	width: 240px;
}

.footer-left h2 {
	font-weight: 500;
	font-size: 2.25rem;
	color: var(--color-primary);
	margin-bottom: 14px;
}

.footer-left ul > li {
	padding-left: 42px;
	margin-bottom: 11px;
	position: relative;
}

.footer-left ul > li > a {
	color: var(--color-primary);
	text-decoration: none;
}

.footer-left ul > li > a:hover {
	color: var(--color-secondary);
}

.footer-left i {
	position: absolute;
	top: 9px;
	left: 5px;
	font-size: 16px;
	color: var(--color-secondary);
}

.footer-form {
	width: 100%;
}

.footer-copyright {
	background-color: var(--color-white);
	padding-top: 35px;
	padding-bottom: 35px;
}

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

.footer-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column-reverse;
}

.footer-info {
	width: 100%;
}

.footer-info ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	font-size: 0.8125rem;
}

.footer-info ul > li > a {
	text-decoration: none;
}

.footer-info ul > li:not(:last-child):after {
	content: '|';
	margin: 0 4px;
}

.footer-logo {
	display: none;
}

.footer-social {
	width: 100%;
	margin-bottom: 10px;
}

.footer-social ul {
	display: flex;
	margin-bottom: 0;
}

.footer-social ul > li:not(:last-child) {
	margin-right: 18px;
}

@media screen and (min-width: 768px) {
	.footer {
		background: linear-gradient(45deg, rgba(248, 248, 248, 1) 0%, rgba(237, 237, 237, 1) 100%);
	}

	.footer-holder {
		border-bottom: 1px solid #d9d9d9;
		padding-bottom: 18px;
	}

	.footer-left {
		flex: 1;
	}

	.footer-small-logo {
		justify-content: unset;
	}

	.footer-left h2 {
		font-size: 2.6875rem;
	}

	.footer-left ul {
		padding-top: 8px;
	}

	.footer-form {
		width: 50%;
		max-width: 530px;
		margin-left: calc(var(--gutter-size) * 2);
	}

	.footer-wrap {
		flex-direction: row;
		justify-content: space-between;
	}

	.footer-info {
		width: auto;
	}

	.footer-social {
		width: auto;
		margin-bottom: 0;
		margin-left: 30px;
	}

	.footer-top {
		padding-bottom: 0;
	}

	.footer-top,
	.footer-copyright {
		background: transparent;
	}
}

@media screen and (min-width: 1025px) {
	.footer-top {
		padding-top: 90px;
	}

	.footer-logo {
		display: block;
		width: 281px;
	}

	.footer-logo img {
		width: 100%;
		display: block;
		height: auto;
	}

	.footer-wrap {
		flex: 1;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1440px) {
	.footer > .row {
		max-width: calc(1287px + var(--gutter-size) * 2);
	}
}

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Content Tables */
table.has-fixed-layout {
	width: 100%;
	table-layout: fixed;
}

.content table {
	border-collapse: collapse;
}

table th,
table td {
	padding: 5px;
	text-align: left;
	border: 1px solid var(--color-light-gray);
}

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
	margin-bottom: 35px;
	display: none;
	flex-wrap: wrap;
}

.breadcrumbs-single {
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
	text-decoration: none;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
	text-decoration: underline;
}

.breadcrumbs-single:after {
	position: absolute;
	right: -4px;
	font-family: var(--font-family-icon);
	content: '\f105';
}

.breadcrumbs-single:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.breadcrumbs-single:last-of-type:after {
	display: none;
}

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

/* FEATURES > Accordion */
.accordion-item {
	border-bottom: 1px solid rgba(221, 221, 221, 0.79);
}

.accordion-item > h3 {
	margin-bottom: 0;
}

.accordion-item-title {
	margin: 0;
	padding: 20px 0;
	position: relative;
	display: flex;
	grid-gap: 15px;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	color: var(--color-primary);
	transition: background 200ms ease-out;
	cursor: pointer;
	text-transform: none;
}

.accordion-item-title:after {
	width: 30px;
	height: 30px;
	font-family: var(--font-family-icon);
	font-size: 1.188rem;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: var(--color-secondary);
	content: '\f067';
}

.accordion-item-title span {
	flex: 1;
	text-align: left;
}

.accordion-item.active:focus {
	outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
	color: var(--color-primary);
	background: transparent;
}

.accordion-item-title:focus:not(:focus-visible) {
	outline: none;
}

.accordion-item.active .accordion-item-title:after {
	content: '\f068';
}

.accordion-item-content {
	display: none;
}

.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadein 200ms both;
	animation: fadeIn 200ms both;
}

.accordion-item-content > *:first-child {
	margin-top: 20px;
}

.accordion-item-content > *:last-child {
	margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 80px;
	position: relative;
	font-style: italic;
	border-left: 5px solid var(--color-primary);
}

blockquote p,
.quote-single p {
	margin: 0;
}

blockquote:before,
.quote-single:before {
	position: absolute;
	top: 1%;
	left: 3%;
	opacity: 1;
	font-family: var(--font-family-icon);
	font-size: 2.7rem;
	font-style: normal;
	color: var(--color-primary);
	content: '\f10d';
}

/* FEATURES > CTA Block */
.cta-single {
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
	border: 1px solid var(--color-primary);
	background: var(--color-light-gray);
}

.cta-single span {
	margin-bottom: 12px;
	display: block;
	font-size: 1.3rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.cta-single a {
	font-size: 2rem;
	line-height: 1.2;
}

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
	padding: 30px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block !important;
	opacity: 0;
	max-width: 400px;
	background: var(--color-near-white);
	transform: translateX(100%);
	transition: all 200ms ease-out;
	box-shadow: 0 0 20px var(--color-near-black);
}

.bottom-slideout.active {
	opacity: 1;
	transform: translateX(0);
}

/* FEATURES > Reviews */
.reviews-container {
	padding: 50px 0;
	background: var(--color-light-gray);
}

.reviews-star-icon {
	font-size: 1.1rem;
	color: var(--color-alternate);
}

.reviews-single-source:before {
	margin-right: 2px;
	content: '\2014';
}

.reviews-star-icon i {
	margin: 0 2px;
}

.reviews-single {
	float: none;
	text-align: center;
}

.reviews-single em {
	margin: 10px 0;
	display: block;
	font-style: italic;
}

/* FEATURES > Video Gallery */
.videos-single {
	margin-bottom: 120px;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 225px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	-ms-background-position-x: 100%;
	background-position-x: 100%;
	background-size: cover;
}

.videos-single:hover:before,
.videos-single:focus:before {
	opacity: 0.6;
}

.videos-single:before {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: var(--color-near-black);
	transition: opacity 200ms ease-out;
	content: '';
}

.videos-single h2 {
	margin: 0;
	padding: 10px 20px;
	position: absolute;
	top: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 75px;
	max-height: 75px;
	font-size: 1.1rem;
	color: var(--color-white);
	background-color: var(--color-secondary);
	transition: background-color 200ms ease-out;
	overflow: hidden;
}

.videos-single:hover h2,
.videos-single:focus h2 {
	background-color: var(--color-primary);
}

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

	.videos-single {
		margin: 0;
	}
}

@media screen and (min-width: 1025px) {
	.videos-container {
		margin-bottom: 50px;
		grid-template-columns: repeat(3, 1fr);
	}
}

/* FEATURES > YouTube Player */
.youtube-player {
	margin: 20px 0 50px;
	padding-bottom: 56.23%;
	position: relative;
	max-width: 100%;

	/* Use 75% for 4:3 videos */
	height: 0;
	background: var(--color-near-black);
}

.youtube-player-inner {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	content: '';
	overflow: hidden;
}

.youtube-player-inner:after,
.videos-single:after {
	margin: 0 auto;
	z-index: 1;
	display: inline-block;
	opacity: 0.8;
	font-family: var(--font-family-icon);
	font-size: 3.5rem;
	color: var(--color-alternate);
	transition: all 150ms ease-out;
	content: '\f144';
	pointer-events: none;
}

.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after,
.videos-single:hover:after,
.videos-single:focus:after {
	opacity: 1;
	color: var(--color-white);
	transform: scale(1.1);
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.youtube-player img {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
	transition: all 200ms ease-out;
	cursor: pointer;
}

/* FEATURES > Social Link Lists */
.social-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 160px;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-size: 1.3rem;
	line-height: 35px;
	text-decoration: none;
}

.social-links a img {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}

.social-links a:hover,
.social-links a:focus {
	color: var(--color-secondary);
}

/* FEATURES > Case Results */
.results-slider {
	margin-bottom: 30px;
}

.results-slider-single {
	padding: 30px;
	border: 1px solid var(--color-secondary);
}

.results-slider-single:last-of-type {
	margin: 0;
}

.results-slider-single h3 {
	margin-bottom: 25px;
	font-weight: 700;
	color: var(--color-primary);
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.animated.fast {
	animation-duration: 600ms;
}

.animated.slow {
	animation-duration: 2000ms;
}

.animated.fadeIn {
	animation-name: fadeIn;
}

.animated.fadeInUp {
	animation-name: fadeInUp;
}

.animated.fadeInUpSlight {
	animation-name: fadeInUpSlight;
}

.animated.fadeInRight {
	animation-name: fadeInRight;
}

.animated.fadeInRightSlight {
	animation-name: fadeInRightSlight;
}

.animated.fadeInDown {
	animation-name: fadeInDown;
}

.animated.fadeInDownSlight {
	animation-name: fadeInDownSlight;
}

.animated.fadeInLeft {
	animation-name: fadeInLeft;
}

.animated.fadeInLeftSlight {
	animation-name: fadeInLeftSlight;
}

.animated.slideInUp {
	animation-name: slideInUp;
}

.animated.slideInRight {
	animation-name: slideInRight;
}

.animated.slideInDown {
	animation-name: slideInDown;
}

.animated.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpSlight {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(50%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRightSlight {
	from {
		opacity: 0;
		transform: translate3d(10%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -50%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownSlight {
	from {
		opacity: 0;
		transform: translate3d(0, -10%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-50%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeftSlight {
	from {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		visibility: visible;
		transform: translate3d(0, 100%, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		visibility: visible;
		transform: translate3d(100%, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		visibility: visible;
		transform: translate3d(0, -100%, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		visibility: visible;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes menuSlideRight {
	from {
		margin-left: -10px;
		opacity: 0;
	}
	to {
		margin-left: 0;
		opacity: 1;
	}
}

@keyframes menuSlideDown {
	from {
		margin-top: -10px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}

/*******************************************************************************************
MODULES - General styling for repeatable blocks
*******************************************************************************************/
.module {
	padding: 80px 0;
}

main .column .module .column {
	padding-right: 0;
	padding-left: 0;
}

.module-dark {
	background: var(--color-primary);
}

h2.module-title {
	margin-bottom: 60px;
}

.modules-showcase .module-title {
	display: block;
}

.box-icon {
	margin: 0;
}

.box-icon:before {
	margin: 0 auto;
	display: block;
	width: 50px;
	font-family: var(--font-family-icon);
	font-size: 2rem;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	color: var(--color-primary);
	content: '\f073';
}

.content-selector {
	cursor: pointer;
	transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
	background: var(--color-gray);
}

.modules-skip {
	flex-wrap: wrap;
	justify-content: center;
}

.modules-skip button {
	margin: 0 5px 5px 0;
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
	.header {
		position: static;
		top: 0;
		height: auto;
		border: none;
	}

	.header-mobile-buttons {
		display: none;
	}
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/

#theme-switcha {
	margin-bottom: 30px;
	color: var(--color-primary);
	border: 1px solid var(--color-secondary);
}
