/*******************************************/
/* 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.2505                         */
/*******************************************/

/*
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: 10px;
}

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

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

img.alignright,
.content .wp-block-image .alignright,
.content .wp-block-image.alignright {
	float: right;
	margin: 0 0 var(--gutter-size) var(--gutter-size);
}

img.alignleft,
.content .wp-block-image .alignleft,
.content .wp-block-image.alignleft {
	float: left;
	margin: 0 var(--gutter-size) var(--gutter-size) 0;
}

.content .pseudo-h5,
.content h5 {
	font-weight: 500;
	color: var(--color-secondary);
	font-size: var(--font-size-base);
	line-height: var(--font-line-height);
	font-family: var(--font-family-body), sans-serif;
}

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

.content p a:not(.button) {
	font-weight: bold;
	text-decoration: underline;
}

.content p a:not(.button):focus,
.content p a:not(.button):hover {
	text-decoration: none;
}

.content-intro {
	font-size: 1.25rem;
}

.content-slider {
	position: relative;
}

.content-slider img {
	display: block;
	border-radius: 4px;
	object-fit: cover;
}

#slider-bio-content .swiper-autoplay-toggle {
	right: auto;
	left: 20px;
}

.content-slider .swiper-pagination {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	padding-right: var(--gutter-size);
	padding-left: var(--gutter-size);
	bottom: 20px;
}

.content-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid var(--color-white);
	background: transparent;
}

.content-slider .swiper-pagination-bullet-active {
	background: var(--color-alternate);
	border: 1px solid var(--color-alternate);
}

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

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

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

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

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

.content li a {
	font-weight: bold;
}

.content ol {
	margin-left: 10px;
}

.content ol li {
	padding-left: 0;
}

.content ol li::marker {
	color: var(--color-body-text);
}

.content ul li::before,
ul.has-before li::before {
	position: absolute;
	top: 12px;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--color-secondary);
}

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

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

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

hr,
.hr-after::after {
	background: var(--color-border-alt);
	width: 100%;
	height: 1px;
	display: block;
	border: none;
	margin: 38px 0;
	content: "";
	opacity: 0.25;
}

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

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

.sidebar-block {
	width: 100%;
}

.sidebar-block h2 {
	font-size: 1.875rem;
}

.sidebar-block ul li {
	line-height: 1.2;
	padding: 6px 0;
	position: relative;
	border-bottom: 1px solid rgba(109, 166, 180, 0.2);
}

.sidebar-block ul li:first-child {
	border-top: 1px solid rgba(109, 166, 180, 0.2);
}

.sidebar-block ul li:before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: var(--color-alternate);
	content: "\f178";
	font-size: 0.625rem;
}

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

.sidebar-block button.no-button,
.sidebar-block ul li a {
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	color: var(--color-secondary);
}

.sidebar-block button.no-button:hover,
.sidebar-block button.no-button:focus,
.sidebar-block ul li a:hover,
.sidebar-block ul li a:focus {
	text-decoration: none;
	font-weight: 700;
	color: var(--color-body-text);
}

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

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

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

select {
	border-bottom: none;
}

textarea {
	resize: none;
	min-height: 90px;
	line-height: 1.2;
}

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

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

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

.gfield,
.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 18px;
	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: var(--color-white);
}

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

.form-container {
	padding: 32px;
	background: var(--color-gray);
}

.form-container h2 {
	text-align: center;
	font-size: 1.875rem;
	margin-bottom: 10px;
	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 */
input,
select,
textarea,
label {
	height: 45px;
	line-height: 45px;
}

label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	pointer-events: none;
	font-size: 1.063rem;
	transition: all 200ms ease-out;
}

.search-form input:focus ~ label,
.search-form input.active ~ label,
.gform_fields input:focus:not([type="checkbox"]) ~ label,
.gform_fields textarea:focus ~ label,
.gform_fields input.active ~ label,
.gform_fields input.active ~ label,
.gform_fields textarea.active ~ label,
.gform_fields select.active ~ label {
	top: -28px;
	font-size: 0.8rem;
	left: 0;
	padding-left: 0;
}

.gform_wrapper label {
	line-height: 1;
	display: flex;
	align-items: center;
}

.gform_footer .gform_button {
	padding: 0;
}

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

.gfield_contains_required label.gfield_label:after {
	content: " *";
	color: red;
	margin-left: 5px;
}

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

.gform_footer {
	padding-top: 20px;
}

.gform_footer .gform_button {
	color: var(--color-secondary);
	border-color: var(--color-secondary);
	background-color: transparent;
}

.gform_footer .gform_button:hover,
.gform_footer .gform_button:focus {
	color: var(--color-white);
	background-color: var(--color-secondary);
}

.gform_submission_error {
	font-size: 1rem;
}

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

.gfield_contains_required label.gfield_label:after {
	content: " *";
	color: red;
	margin-left: 5px;
}

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

/* 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;
	top: 100%;
	width: 100%;
}

.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: "\f105" !important;
	color: var(--color-primary);
	-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: "\f104" !important;
}

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

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

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

.swiper-autoplay-toggle {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 20px;
}

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

	.swiper-outer.full-width .swiper-button-container {
		left: 0;
		width: 100%;
	}
}

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

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

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

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

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

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

#mobile-navigation {
	width: 100%;
	height: 100vh;
	padding-bottom: 90px;
}

#mobile-navigation li::marker {
	display: none;
}

.mobile-navigation-top-inner {
	align-items: center;
	padding: 15px var(--gutter-size);
	display: none;
}

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

#mobile-navigation a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--color-white);
	letter-spacing: 1px;
	padding: 10px 0;
}

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

#mobile-navigation-top {
	height: 90px;
}

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

#mobile-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(240, 246, 247, 0.2);
}

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

.mobile-menu-accordion #mobile-navigation .sub-menu a {
	padding: 2px 0;
	text-transform: capitalize;
	font-weight: 400;
}

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

#mobile-navigation ul + ul {
	margin-top: 15px;
}

#mobile-navigation ul + ul a {
	font-weight: 400;
	text-transform: capitalize;
}

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

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

#mobile-navigation .menu-item-has-children > a::after {
	content: "\f0d7";
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	color: #edd212;
}

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

.mobile-menu-toggle.mobile-navigation-close {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: none;
	margin-left: auto;
	font-size: 1.438rem;
	border: 0;
	color: var(--color-primary);
	background: var(--color-white) !important;
}

.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 {
	height: 100vh;
}

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

.mobile-menu-paged #mobile-navigation a {
}

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

.mobile-menu-paged #mobile-navigation .sub-menu {
	position: fixed;
	top: 0;
}

/* MENUS > Mega Menu */
.mega-menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	background: var(--color-primary);
	padding: 25px 75px;
}

.mega-navigation-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 18px;
	margin: 0;
}

.mega-menu li {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-menu li:nth-child(4n) {
	border-right: none;
	margin: 0;
	padding-right: 0;
}

/*******************************************************************************************
HEADER - Non-critical header styling
*******************************************************************************************/

/* HEADER > Header Search Bar */
.header-search {
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	background-color: var(--color-primary);
	padding: 18px 0;
	width: 100%;
	z-index: 3;
	transition: all 200ms ease-out;
}

.header-search.active {
	opacity: 1;
	top: 0;
}

.header-search-inner {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	float: none;
}

.search-results-post-type:not(:last-child) {
	margin-bottom: 30px;
}

.search-results-post-type ul {
	margin: 0;
}

.header-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 30px var(--gutter-size);
	background: var(--color-primary);
	display: none;
	max-height: 350px;
	overflow: auto;
}

.header-search-results.active {
	display: block;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

.header-search-results h3,
.header-search-results a,
.header-search-results p {
	color: var(--color-white);
}

.header-search-results h3 {
	margin-bottom: 8px;
}

.header-search-results a {
	text-decoration: none;
}

.header-search-results a:hover,
.header-search-results a:focus {
	text-decoration: underline;
}

.header-search-form {
	position: relative;
	flex: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

#header-search-input {
	margin: 0;
	height: 45px;
	border: 0 none;
	font-size: 1.3rem;
	color: var(--color-white);
	border-bottom: 1px solid var(--color-white);
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.header-search button {
	padding: 0 20px;
	height: 45px;
	white-space: pre;
}

.header-search-submit {
	margin: 0 1%;
}

#header-search-open {
	font-size: 1.1rem;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	margin: 0 0 5px 30px;
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
	position: relative;
	background: linear-gradient(50deg, rgba(237, 248, 251, 0.3) 0%, rgba(200, 229, 239, 1) 100%);
}

.footer-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-info {
	font-size: 1.063rem;
	text-align: center;
}

.footer-info-text p a {
	color: inherit;
	font-weight: 700;
}

.footer-info-text p a:hover,
.footer-info-text p a:focus {
	color: var(--color-secondary);
}

.footer-info-subtitle {
	font-size: 0.75rem;
	font-weight: 800;
	margin-bottom: 16px;
	text-transform: uppercase;
	color: var(--color-primary);
}

.footer-info-title {
	font-size: 2.25rem;
	margin-bottom: 17px;
}

.footer-info-title span {
	color: var(--color-secondary);
}

.footer-info-address {
	text-align: center;
	margin-bottom: 22px;
	line-height: 1.75;
}

.footer-info-address p {
	margin-bottom: 0;
}

.footer-links {
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 0.813rem;
	justify-content: center;
}

.footer-links a {
	color: var(--color-primary);
	text-decoration: underline;
}

.footer-links a:focus,
.footer-links a:hover {
	color: var(--color-secondary);
	text-decoration: none;
}

.footer-links li {
	display: inline;
	color: var(--color-primary);
}

.footer-links li:first-child {
	margin-right: 4px;
}

.footer-links li:not(:last-of-type):after {
	display: inline-block;
	content: "|";
	margin: 0 5px;
}

.footer-links li:first-of-type:after {
	display: none;
}

.footer-note {
	font-size: 0.625rem;
	font-weight: 300;
	line-height: 1.95;
	color: var(--color-primary);
}

.footer-note p:last-child {
	margin-bottom: 0;
}

.footer-form {
	width: 100%;
	position: relative;
	margin-bottom: 37px;
}

.footer-icon {
	position: absolute;
	top: -76px;
	right: -45px;
	pointer-events: none;
}

.footer-icon img {
	width: 100%;
	height: 226px;
}

.footer-form .form-container {
	background: var(--color-white);
}

.footer-form .gform_footer .gform_button {
	border-color: transparent;
	color: var(--color-primary);
	background: var(--color-alternate);
}

.footer-form .gform_footer .gform_button:hover,
.footer-form .gform_footer .gform_button:focus {
	color: var(--color-white);
	background: var(--color-secondary);
}

.footer-social {
	position: relative;
	z-index: 5;
	margin-bottom: 0;
	background-color: var(--color-secondary);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	column-gap: 36px;
	align-items: center;
	justify-content: center;
}

.footer-social a {
	color: var(--color-white);
}

.footer-social a:focus,
.footer-social a:hover {
	color: var(--color-alternate);
}

.footer-info-text a:hover,
.footer-info-text a:focus {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.footer {
		padding-top: 110px;
		padding-bottom: 75px;
	}

	.footer-holder {
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.footer-info {
		flex: 1;
		display: flex;
		flex-direction: column;
		max-width: 696px;
		text-align: unset;
		padding-right: 30px;
		align-items: flex-start;
	}

	.footer-info-address {
		margin-bottom: 35px;
		text-align: unset;
	}

	.footer-links {
		margin-top: auto;
		max-width: 462px;
		margin-bottom: 27px;
		justify-content: unset;
	}

	.footer-links li:first-of-type {
		margin-right: 5px;
	}

	.footer-form {
		width: 446px;
		margin-bottom: 0;
	}

	.footer-icon {
		top: -193px;
		right: -39px;
		width: 240px;
	}

	.footer-icon img {
		height: 400px;
	}

	.footer-social {
		position: absolute;
		margin-bottom: 130px;
		right: 0;
		bottom: 0;
		width: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
		flex-direction: column;
	}

	.footer-social a + a {
		margin-top: 10px;
	}
}

@media screen and (min-width: 1025px) {
	.footer-info-subtitle {
		font-size: 1rem;
		letter-spacing: 1px;
	}

	.footer-info-title {
		line-height: 1.4;
		font-size: 2.75rem;
		margin-bottom: 20px;
	}

	.footer-icon {
		top: -182px;
		right: -136px;
	}

	.footer-icon img {
		height: auto;
	}

	.footer-links li:nth-child(2):after {
		display: none;
	}
}

@media screen and (min-width: 1441px) {
	.footer-info {
		margin-top: 32px;
		padding-right: 0;
	}

	.footer-info-title {
		font-size: 3rem;
	}

	.footer-icon {
		top: -179px;
		right: -124px;
	}
}

/*******************************************************************************************
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 {
	border: 1px solid var(--color-light-gray);
	padding: 5px;
	text-align: left;
}

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

.breadcrumbs-single {
	position: relative;
	text-decoration: none;
	padding-right: 5px;
	margin-right: 7px;
	font-size: 0.75rem;
	font-weight: 500;
	color: var(--color-border-alt);
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
	text-decoration: underline;
	color: var(--color-primary);
}

.breadcrumbs-single::after {
	position: absolute;
	top: 2px;
	right: -3px;
	content: "\f105";
	font-size: 0.625rem;
	font-family: "Font Awesome 6 Pro";
}

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

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

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

/* FEATURES > Accordion */
.accordion-item:first-of-type {
	border-top: 2px solid var(--color-secondary);
}

.accordion-item {
	border-bottom: 2px solid var(--color-secondary);
}

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

.accordion-item-title {
	margin: 0;
	border: 0;
	padding: 18px 0;
	position: relative;
	display: flex;
	grid-gap: 15px;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	color: var(--color-body-text);
	transition: background 200ms ease-out;
	cursor: pointer;
	text-transform: inherit;
	letter-spacing: unset;
}

.accordion-item-title:after {
	width: 30px;
	height: 30px;
	font-family: var(--font-family-icon);
	font-size: 1.2rem;
	line-height: 30px;
	text-align: center;
	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: 0;
}

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

/* 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 {
	padding: 40px;
	background: var(--color-light-gray);
	border: 1px solid var(--color-primary);
	text-align: center;
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.videos-single {
		margin: 0;
	}
}

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

/* FEATURES > YouTube Player */
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	background: var(--color-black);
	margin: 20px 0 50px;
}

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

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

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

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

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

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

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	width: 35px;
	line-height: 35px;
	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-alternate);
}

/* FEATURES > Case Results */
.slider-results-single {
	border: 1px solid var(--color-secondary);
	padding: 30px;
}

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

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

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

.image-reveal {
	will-change: clip-path, transform;
}

.image-reveal.animated {
	animation: image-reveal-right 1200ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
}

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

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 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(100%, 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, -100%, 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(-100%, 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;
	}
}

@keyframes image-reveal-right {
	0% {
		clip-path: inset(0 100% 0 0);
	}

	100% {
		clip-path: inset(0 0 0 0);
	}
}

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

main .column .module .column {
	padding-left: 0;
	padding-right: 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 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 10px;
}

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

/* testimonial item */
.testimonial-item {
	padding: 25px 35px 42px;
	font-size: 0.938rem;
	text-align: center;
	background-color: rgba(109, 166, 180, 0.1);
}

.testimonial-item p:last-of-type {
	margin-bottom: 0;
}

.testimonial-item .button {
	margin-top: 25px;
	font-size: 0.813rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.testimonial-item-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
}

.testimonial-item-rating img {
	margin-right: 20px;
}

.testimonial-item-rating i + i {
	margin-left: 10px;
}

.testimonial-item-name {
	display: block;
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
	.testimonial-item {
		padding: 45px 35px 53px;
	}
}

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