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

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

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

ul.has-before li + li,
.content li + li {
	margin-top: 5px;
}

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

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

.content ul:not(.slick-dots) li:before,
ul.has-before li:before {
	top: 3px;
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: 0.875rem;
	content: '\f061';
	color: var(--color-blue);
}

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

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

section.sidebar-block h2 {
	font-size: 1.188rem;
	margin-bottom: 15px;
}

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

.sidebar section ul li {
	padding: 0 0 0 22px;
	position: relative;
	font-size: 1.063rem;
}

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

.sidebar section ul li:before {
	position: absolute;
	top: 2px;
	left: 0;
	font-weight: bold;
	color: var(--color-blue);
	content: '\f061';
	font-size: 0.875rem;
}

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

.sidebar section button.no-button,
.sidebar section ul li a {
	font-weight: 400;
	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-blue);
}

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

.sidebar-post {
	position: relative;
	padding: 40px 10px 23px;
	font-size: 1.375rem;
	text-align: center;
	box-shadow: var(--base-box-shadow);
}

.sidebar-post-info h3 {
	font-size: 1.875rem;
	text-transform: capitalize;
	background: url(./images/sidebar-post-text.jpeg) no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 18px;
	display: inline-block;
}

.sidebar-post p:last-of-type {
	margin-bottom: 55px;
}

.sidebar-post .button {
	font-size: 0.75rem;
	position: absolute;
	bottom: -103px;
	left: 50%;
	transform: translateX(-50%);
}

.sidebar-post-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sidebar-post-info {
	position: relative;
	z-index: 1;
}

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

	.sidebar-post {
		padding: 40px 43px 23px;
	}
}

@media screen and (min-width: 1201px) {
	.sidebar-post .button {
		padding: 18px 33px;
	}
}

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

input::placeholder,
select::placeholder,
textarea::placeholder {
	color: var(--color-near-black);
}

select {
	border-bottom: none;
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
}

input::placeholder,
textarea::placeholder {
}

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

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

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

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

.form-container {
	padding: 36px 41px;
	background-color: var(--color-white);
	box-shadow: var(--base-box-shadow);
}

.form-container h2 {
	color: var(--color-near-black);
	font-size: 1.875rem;
}

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 {
	letter-spacing: 1px;
	font-weight: 700;
	color: var(--color-primary);
}

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

.gform_submission_error {
	display: none;
	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;
}

.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-white);
	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: 20px var(--gutter-size);
	display: none;
	align-items: center;
}

.mobile-navigation-top-inner img {
	width: 220px;
	height: auto;
	display: block;
}

.mobile-navigation-top-inner .header-mobile-phone {
	margin-left: auto;
}

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

.mobile-navigation-menu {
	padding: 35px;
}

.mobile-navigation-menu a {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-secondary);
}

.mobile-navigation-menu a:hover,
.mobile-navigation-menu a:active,
.mobile-navigation-menu a:focus {
	color: var(--color-alternate);
	background: transparent;
}

#mobile-navigation ul {
	margin: 0;
}

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

.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:before {
	display: none;
}

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

#mobile-navigation .sub-menu a {
	text-transform: none;
	padding: 5px 0;
}

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

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

#mobile-navigation .menu-item-has-children > a:after {
	line-height: 1.2;
	display: block;
	font-family: var(--font-family-icon);
	font-weight: 700;
	content: '\f067';
	font-size: 1.2rem;
	color: var(--color-alternate);
}

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

.mobile-navigation-close {
	margin-left: 12px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	font-size: 1.4rem;
	color: var(--color-secondary);
	background: none;
	border: 1px solid var(--color-secondary);
}

.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: 768px) {
	.mobile-navigation-close {
		margin-left: 30px;
	}

	.mobile-navigation-top-inner img {
		width: 263px;
	}
}

@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-menu 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 {
	padding-top: 45px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
	background-color: var(--color-near-black);
}

.footer:after {
	position: absolute;
	top: 260px;
	right: -360px;
	pointer-events: none;
	width: 700px;
	height: 650px;
	content: '';
	display: block;
	background-image: url('./images/footer-shape.svg');
	background-size: cover;
	background-repeat: no-repeat;
	transition: width 1.5s;
}

.footer.animate:after {
	width: 0;
}

.footer.animated:after {
	width: 700px;
}

.footer-holder {
	position: relative;
	z-index: 1;
}

.footer-info {
	font-size: 1.25rem;
	padding-left: 21px;
	padding-right: 21px;
	margin-bottom: 55px;
	color: var(--color-white);
}

.footer-info h5 {
	font-size: 1.25rem;
	margin-bottom: 17px;
	text-transform: uppercase;
	color: var(--color-white);
}

.footer-info address {
	line-height: 1.5;
	margin-bottom: 10px;
}

.footer-call {
	font-size: 1.5rem;
	font-weight: 700;
}

.footer-call a {
	text-decoration: none;
	color: var(--color-alternate);
}

.footer-call a:focus,
.footer-call a:hover {
	color: var(--color-white);
}

.footer-call i {
	margin-right: 5px;
	font-size: 0.813rem;
	vertical-align: middle;
	padding-bottom: 6px;
}

.footer-copy {
	display: block;
	text-align: center;
}

.footer-social {
	display: flex;
	font-size: 1.25rem;
	margin-bottom: 18px;
	color: var(--color-white);
	text-decoration: none;
	justify-content: center;
}

.footer-social i {
	width: 47px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--color-blue);
}

.footer-links {
	font-size: 0.875rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
	color: var(--color-white);
}

.footer-links li:first-of-type {
	display: block;
	width: 100%;
}

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

.footer-links li:not(:last-child):after {
	margin: 0 3px;
	content: '|';
}

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

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

.footer-right {
	margin-bottom: 40px;
}

.footer-form {
	padding: 38px 20px;
	background-color: var(--color-white);
}

.footer-form h6 {
	font-size: 1.75rem;
	color: var(--color-near-black);
}

.footer .form-container {
	padding: 39px 20px 57px;
}

.footer .form-container h2 {
	font-size: 29px;
	margin-bottom: 14px;
}

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

	.footer:after {
		top: 0;
		right: -150px;
	}

	.footer-holder {
		display: flex;
	}

	.footer-info {
		width: 50.7%;
		padding-top: 114px;
		margin-bottom: 0;
		padding-left: 0;
	}

	.footer-call {
		margin-bottom: 108px;
	}

	.footer-right {
		width: 49%;
		margin-bottom: 0;
	}

	.footer-form {
		padding: 38px 40px;
	}

	.footer-copy {
		display: flex;
		align-items: center;
		text-align: unset;
	}

	.footer-social {
		display: block;
		margin-right: 28px;
		margin-bottom: 0;
	}

	.footer-social i {
		width: 47px;
		height: 47px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid var(--color-blue);
	}

	.footer-links {
		font-size: 1rem;
		justify-content: unset;
		margin-bottom: 0;
	}

	.footer-links li:not(:last-child):after {
		margin: 0 3px;
	}
}

@media screen and (min-width: 1025px) {
	.footer:after {
		height: 771px;
		width: 0;
	}

	.footer.animated:after {
		width: 829px;
	}

	.footer-right {
		width: 41.3%;
	}

	.footer .form-container {
		padding: 39px 40px 57px;
	}

	.page-template-template-contact-full .footer-links li:first-of-type {
		width: auto;
	}

	.page-template-template-contact-full .footer-links li:first-of-type:after {
		display: inline-block;
	}
}

@media screen and (min-width: 1067px) {
	.footer:after {
		right: calc(((100vw - 1067px) / 2) - 594px);
		background-position: right;
	}
}

@media screen and (min-width: 1441px) {
	.footer {
		padding-top: 73px;
		padding-bottom: 79px;
	}

	.page-template-template-contact-full .footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/*******************************************************************************************
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-top: 1px solid var(--color-gray);
}

.accordion-item:last-of-type {
	border-bottom: 1px solid var(--color-gray);
}

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

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

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

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