/**
 * ***************************************
 *
 * @format
 */

/* 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 22px;
	position: relative;
}

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

.content ol li::marker {
	font-weight: 700;
	font-size: 1rem;
	color: var(--color-secondary);
}

.content ul:not(.slick-dots) li:before,
ul.has-before li:before {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 0.875rem;
	color: var(--color-secondary);
	content: '\f068';
}

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

.content ul ul {
	margin: 0;
}

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

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

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

.sidebar-block h2,
.sidebar-insights h2 {
	font-size: 1.25rem;
	font-weight: 700;
	font-family: var(--font-family-heading), sans-serif;
}

.sidebar-block ul li {
	padding: 0 0 17px 33px;
	position: relative;
	border-bottom: 1px solid var(--color-secondary);
	line-height: 1.15;
}

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

.sidebar-block ul li:before {
	position: absolute;
	top: 2px;
	left: 7px;
	font-weight: bold;
	font-size: 0.875rem;
	color: var(--color-secondary);
	content: '\f105';
}

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

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

.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;
	color: var(--color-secondary);
}

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

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

.sidebar-insights-slider {
	margin-bottom: 15px;
	padding: 51px 60px 41px;
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	color: var(--color-primary);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
	background-image: url('./images/insight-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.sidebar-insights-img {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	display: block;
}

.sidebar-insights-img img {
	width: 100%;
}

.sidebar-insights-text {
	position: relative;
	z-index: 1;
}

.sidebar-insights-slide-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}

.sidebar-insights-text h5 {
	margin-bottom: 13px;
	font-size: 1.25rem;
	font-family: var(--font-family-heading), sans-serif;
	line-height: 1;
	letter-spacing: 0.3px;
}

.sidebar-insights-text h5 a {
	color: var(--color-primary);
	text-decoration: none;
}

.sidebar-insights-text h5 a:hover,
.sidebar-insights-text h5 a:focus {
	color: var(--color-secondary);
}

.sidebar-insights-text .button {
	font-size: 0.813rem;
	text-transform: uppercase;
}

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

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

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

	.sidebar {
		padding-left: 0;
		width: 35%;
	}
}

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

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

select {
	border-bottom: none;
}

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

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

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

form legend,
form label,
form p {
	font-size: 0.938rem;
}

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

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

.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%;
	border: 1px solid var(--color-primary);
}

.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: 34px;
	background-image: url('./images/form-bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
}

.form-container h2 {
	text-align: center;
	font-size: 1.781rem;
}

.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_footer {
	padding-top: 20px;
}

.gform_footer .gform_button {
	font-size: 0.938rem;
	letter-spacing: 1px;
	background-color: var(--color-secondary);
}

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

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

/* GENERAL > Slick Customizations */
.slick-slide img {
	height: auto;
}

.slick-next,
.slick-prev {
	padding: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: none;
	background: 0 0;
	transform: translate(0, -50%);
	cursor: pointer;
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon,
.slick-prev:hover .slick-next-icon,
.slick-prev:hover .slick-prev-icon {
	opacity: 1;
}

.slick-next:focus,
.slick-prev:focus {
	top: calc(50% - 1px);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon {
	margin-left: -2px;
	font-size: 2rem;
	color: var(--color-alternate);
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-prev.slick-disabled .slick-prev-icon {
	opacity: 0.25;
}

.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
	display: block;
	opacity: 0.75;
	font-family: slick;
	font-size: 2rem;
	line-height: 1;
	color: var(--color-near-black);
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev .slick-prev-icon:before {
	content: '←';
}

[dir='rtl'] .slick-prev .slick-prev-icon:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next .slick-next-icon:before {
	content: '→';
}

[dir='rtl'] .slick-next .slick-next-icon:before {
	content: '←';
}

.slick-dots {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 20px;
	display: block;
	width: 100%;
	text-align: center;
	list-style: none;
}

.slick-dots li {
	margin: 0 6px;
	padding: 0;
	position: relative;
	display: inline-block;
}

.slick-dots li button {
	padding: 0;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	border: 0;
	border-radius: 50%;
	background: var(--color-gray);
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	background: var(--color-secondary);
	transform: scale(1.1);
}

.slick-dots li.slick-active button {
	background: var(--color-primary);
	transform: scale(1.2);
}

.slick-sr-only {
	margin: -1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	white-space: nowrap !important;
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
}

.slick-autoplay-toggle-button {
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 40px;
	height: 40px;
	color: var(--color-secondary);
	background: none !important;
	border: 0;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	opacity: 1;
	color: var(--color-alternate);
}

.slick-autoplay-toggle-button .slick-pause-icon:before,
.slick-autoplay-toggle-button .slick-play-icon:before {
	font-family: var(--font-family-icon);
	text-align: center;
}

.slick-autoplay-toggle-button:focus {
	color: var(--color-alternate);
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
	content: '\f04c';
}

.slick-autoplay-toggle-button .slick-play-icon:before {
	content: '\f04b';
}

.slider-container {
	margin: 0 auto;
	position: relative;
	max-width: 85%;
}

.slick-arrow-container {
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	left: -50px;
	display: flex;
	justify-content: space-between;
	width: calc(100% + 100px);
	pointer-events: none;
}

.slick-arrow-container button {
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 3rem;
	text-align: center;
	color: var(--color-primary);
	background: none;
	pointer-events: all;
}

.slick-arrow-container button i {
	line-height: 0;
}

@media screen and (min-width: 1025px) {
	.slider-container {
		max-width: 100%;
	}

	.slick-arrow-container {
		left: 0;
		width: 100%;
	}
}

/* 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;
	background-image: url('./images/mobile-menu-bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#mobile-navigation:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	opacity: 0.05;
	pointer-events: none;
	position: absolute;
	background-image: url('./images/navigation-logo.svg');
	background-position: -5px center;
	background-size: 315px auto;
	background-repeat: no-repeat;
}

#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 {
	height: var(--header-height);
	padding: 0 var(--gutter-size);
	display: none;
	align-items: center;
}

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

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

#mobile-navigation a {
	padding: 13px 0;
	display: flex;
	justify-content: space-between;
	font-size: 1.063rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--color-primary);
}

#mobile-navigation-top {
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

#mobile-navigation ul {
	margin: 0;
	padding: 0 35px;
	position: relative;
	z-index: 2;
}

#mobile-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--color-light-gray);
}

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

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

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

#mobile-navigation .sub-menu li {
	border: 0;
	font-size: 1rem;
	line-height: 1.2;
}

#mobile-navigation .sub-menu li a {
	padding: 8px 0;
}

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

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

.mobile-navigation-close {
	margin-left: auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	max-width: 38px;
	height: 38px;
	color: var(--color-blue);
	border: 1px solid var(--color-blue);
	background: transparent;
	font-size: 1.313rem;
}

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

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
	position: relative;
	text-align: center;
}

.footer-main {
	padding-top: 41px;
	padding-bottom: 47px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.footer-main.active {
	background-image: url('./images/footer-small-bg.png');
}

.footer-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	align-items: center;
}

.footer-logo {
	max-width: 326px;
	display: block;
	margin-bottom: 20px;
}

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

.footer-item {
	margin-bottom: 26px;
}

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

.footer-title {
	margin-bottom: 8px;
	font-size: 2.063rem;
	color: var(--color-primary);
	line-height: 1.2;
	font-family: var(--font-family-heading), sans-serif;
}

.footer-item ul {
	margin-bottom: 0;
}

.footer-item li {
	margin-bottom: 8px;
	line-height: 1.35;
}

.footer-item li:last-of-type {
	margin-bottom: 0;
}

.footer-item li a {
	display: inline-block;
	color: var(--color-primary);
	text-decoration: none;
	transition: all 0.3s;
}

.footer-item li i {
	margin-right: 7px;
	display: inline-block;
	font-size: 0.875rem;
	color: var(--color-secondary);
}

.footer-item li a:focus,
.footer-item li a:hover {
	color: var(--color-secondary);
}

.office-title,
.footer-item address {
	color: var(--color-primary);
	line-height: 1.35;
}

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

.footer-copyright {
	padding: 22px 0;
	line-height: 1.4;
	text-align: center;
	font-size: 0.813rem;
	color: var(--color-white);
	background-color: var(--color-alternate);
}

.footer-copyright a {
	color: inherit;
}

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

.footer-copyright ul {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 300px;
	margin: 0 auto;
}

.footer-copyright li:after {
	margin: 0 7px;
	content: '|';
}

.footer-copyright li:first-child {
	width: 100%;
}

.footer-copyright li:first-child:after,
.footer-copyright li:nth-child(3)::after,
.footer-copyright li:last-of-type:after {
	display: none;
}

@media screen and (min-width: 450px) {
	.footer-copyright ul {
		max-width: none;
	}

	.footer-copyright li:nth-child(3)::after {
		display: inline-block;
	}
}

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

	.footer-main.active {
		background-image: url('./images/footer-medium-bg.png');
	}

	.footer-copyright {
		padding: 18px 0;
	}

	.footer-copyright li:first-child {
		width: auto;
	}

	.footer-copyright li:first-child:after {
		display: inline-block;
	}
}

@media screen and (min-width: 1025px) {
	.footer {
		text-align: left;
	}

	.footer-inner {
		flex-wrap: wrap;
		flex-direction: row;
	}

	.footer-logo {
		margin-bottom: 0;
		padding-top: 16px;
		padding-right: 20px;
		width: 50%;
		max-width: none;
	}

	.footer-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		width: 50%;
	}

	.footer-item {
		margin-bottom: 0;
		padding-right: 25px;
	}

	.footer-item:last-of-type {
		padding-right: 0;
	}

	.footer-title {
		margin-bottom: 14px;
	}

	.footer-item li {
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 1920px) {
	.footer-main.active {
		background-image: url('./images/footer-bg.png');
	}

	.footer-logo {
		width: 510px;
	}
}

/*******************************************************************************************
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 var(--color-light-gray);
}

.accordion-item:first-of-type {
	border-top: 1px solid var(--color-light-gray);
}

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

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

.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: '\2b';
}

.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-body-text);
	background: var(--color-white);
}

.accordion-item-title:hover::after,
.accordion-item-title:focus::after {
	color: #fff;
}

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

a.accordion-item-title:after {
	display: none;
}

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

/* 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.fadeInUpLight {
	animation-name: fadeInUpLight;
}

.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, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

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

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

.load-map-in-view {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
