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

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 p.indent {
	margin-left: 60px;
}

.content section {
	margin: 60px 0;
}

.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,
.sidebar-list li {
	padding: 0 0 0 24px;
	position: relative;
}

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

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

.content ul li::before,
ul.has-before li::before,
.sidebar-list ul li::before {
	position: absolute;
	top: 11px;
	left: 10px;
	content: '';
	width: 4px;
	height: 4px;
	background-color: var(--color-body-text);
	border-radius: 100%;
}

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

.content ul ul {
	margin: 0;
}

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

hr,
.hr-after::after {
	background: var(--color-secondary);
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 40px 0;
	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;
}

.sidebar h2 {
	font-size: var(--font-size-h3);
}

.sidebar-block h2:after {
	position: absolute;
	top: 100%;
	right: 0;
	width: 30px;
	height: 1px;
	content: '';

	background-color: var(--color-primary);
}

.sidebar-block ul {
	position: relative;
}

.sidebar-block *:last-child {
	margin-bottom: 0;
}

.sidebar-block ul li {
	padding: 15px 0;
	position: relative;
	border-top: 1px solid var(--color-near-gray);
	border-bottom: 1px solid var(--color-near-gray);
}

.sidebar-block ul li + li {
	margin-top: -1px;
}

.sidebar-block ul:has(a):after,
.sidebar-block ul li:has(> a):after {
	position: absolute;
	top: 100%;
	right: 0;
	width: 30px;
	height: 1px;
	content: '';
	z-index: 1;
	background-color: var(--color-primary);
}

.sidebar-block ul:has(a):after {
	top: 0;
}

.sidebar-block ul li:has(> a):before {
	position: absolute;
	top: 15px;
	right: 6px;
	color: var(--color-primary);
	content: '\f061';
}

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

.sidebar-block button.no-button,
.sidebar-block ul li a {
	font-weight: 500;
	padding-right: 30px;
	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;
	font-weight: 600;
	color: var(--color-primary);
}

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

.sidebar-block ul li ul li:first-child {
	border-top: none;
}

.sidebar-block ul li ul li:last-child {
	border-bottom: none;
}

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

select {
	border-bottom: none;
}

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

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

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: white;
}

input::placeholder,
textarea::placeholder {
	color: white;
}

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

legend,
label {
	color: white;
}

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

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

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

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

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

.gfield,
.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	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: var(--font-family-icon);
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	line-height: 45px;
	color: var(--color-primary);
	pointer-events: none;
	transition: all 200ms ease-out;
}

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

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

.form-container {
	padding: 30px;
	border-radius: 20px;
	/* background: var(--color-secondary); */
	background: #fff;
}

.sidebar .form-container {
	background: var(--color-light-gray);
	padding: 30px 0;
}

.sidebar .form-container h2 {
	color: var(--color-black);
}

.form-container iframe {
	height: 590px !important;
}

.form-container h2 {
	text-align: center;
	margin-bottom: 10px;
	color: var(--color-white);
	text-transform: uppercase;
}

.form-container h2 span {
	display: block;
	color: var(--color-primary);
}

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
	.sidebar .form-container {
		padding: 30px 10px;
	}
}

@media only screen and (min-width: 1441px) {
	.form-container {
		padding: 55px;
	}
}

/* GENERAL > Gravity Forms Customizations */
.gform_footer {
	padding-top: 20px;
}

.gform_footer .gform_button {
	border: 0;
	height: 70px;
	padding: 10px;
	font-weight: bold;
	font-size: 0.875rem;
	border-radius: 15px;
	color: var(--color-white);
	background-color: var(--color-primary);
}

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

.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: 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-white);
	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;
}

.mobile-navigation-top-inner {
	align-items: center;
	padding: 20px 15px 48px;
	background: var(--color-white);
	display: none;
}

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

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

#mobile-navigation a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 400;
	color: var(--color-black);
	padding: 20px 35px;
}

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

#mobile-navigation ul {
	margin: 0;
	border-top: 1px solid var(--color-gray-500);
}

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

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

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

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

#mobile-navigation .sub-menu a {
	font-size: 1rem;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}

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

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

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

.mobile-navigation-close {
	padding: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 40px;
	background: none;
	margin-left: auto;
	color: var(--color-white);
	background-color: var(--color-primary);
	border-radius: 0;
	font-size: 1rem;
	height: 40px;
}

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

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

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
	z-index: 1;
	padding: 40px 0;
	text-align: center;
	position: relative;
	font-size: 0.938rem;
	color: var(--color-white);
	background-color: var(--color-secondary);
}

.footer a {
	color: inherit;
}

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

.footer h2 {
	color: inherit;
	line-height: 1.3;
	font-size: 2.688rem;
	text-align: center;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.footer-text {
	max-width: 795px;
	margin: 0 auto 20px;
}

.footer-holder {
	max-width: 855px;
	margin: 0 auto 35px;
}

.footer-address {
	font-size: 1.063rem;
	font-weight: normal;
	margin-bottom: 30px;
}

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

.footer-menu {
	font-size: 0.813rem;
	font-weight: normal;
	margin-bottom: 30px;
}

.footer-menu a,
.footer-copyright a {
	text-decoration: none;
}

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

.footer-disclaimer {
	font-size: 0.688rem;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.5);
}

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

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

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

.footer-copyright li:last-child:after {
	display: none;
}

@media screen and (max-width: 767px) {
	.footer-copyright li:last-child {
		width: 100%;
	}

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

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

	.footer h2 {
		font-size: 3.125rem;
		max-width: 700px;
		margin: 0 auto 20px;
	}

	.footer-text {
		margin-bottom: 50px;
	}

	.footer-holder {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
		margin-bottom: 30px;
	}

	.footer-menu {
		display: flex;
		margin-bottom: 16px;
		text-align: unset;
		justify-content: center;
	}

	.footer-menu li:not(:last-of-type):after {
		content: '|';
		margin: 0 18px;
		color: var(--color-white);
	}

	.footer-disclaimer {
		font-size: 0.625rem;
	}

	.footer-copyright li:after {
		margin: 0 12px;
	}
}

/*******************************************************************************************
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;
	padding-right: 20px;
	margin-right: 20px;
}

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

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

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

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

/* FEATURES > Accordion */
.accordion-item {
	position: relative;
	border-top: 2px solid var(--color-gray-100);
	border-bottom: 2px solid var(--color-gray-100);
}

.accordion-item + .accordion-item {
	margin-top: -2px;
}

.accordion-item:before,
.accordion-item:last-of-type:after {
	position: absolute;
	top: -2px;
	right: 0;
	width: 95px;
	height: 2px;
	content: '';
	background-color: var(--color-primary);
}

.accordion-item:last-of-type:after {
	top: unset;
	bottom: -2px;
}

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

.accordion-item-title {
	margin: 0;
	padding: 26px 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: 600;
	line-height: 30px;
	text-align: center;
	color: var(--color-body-text);
	transition: background 200ms ease-out;
	cursor: pointer;
	text-transform: inherit;
}

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

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

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

.accordion-item-title:hover,
.accordion-item-title:focus {
	color: var(--color-body-text);
	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: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	margin: 0 0 40px;
	padding-top: 60px;
	position: relative;
	font-style: normal;
}

blockquote p,
.quote-single p {
	margin-bottom: 15px;
}

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

blockquote:before,
.quote-single:before {
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 7.5rem;
	font-style: normal;
	color: var(--color-primary);
	content: '“';
	line-height: 1;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	blockquote,
	.quote-single {
		padding-top: 0;
		padding-left: 70px;
	}
}

/* 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: 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;
	border-radius: 20px;
	overflow: hidden;
}

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

.youtube-player-inner::after,
.videos-single::after {
	right: 12px;
	bottom: 12px;
	position: absolute;
	width: 60px;
	height: 60px;
	content: '\f04b';
	font-family: var(--font-family-icon);
	font-size: 1.563rem;
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 150ms ease-out;
	color: var(--color-primary);
	pointer-events: none;
	z-index: 1;
	background-color: var(--color-white);
}

.youtube-player-inner:hover::after,
.youtube-player-inner:focus::after,
.videos-single:hover::after,
.videos-single:focus::after {
	transform: scale(1.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;
}

@media screen and (min-width: 768px) {
	.youtube-player-inner::after,
	.videos-single::after {
		right: 30px;
		bottom: 23px;
		width: 74px;
		height: 74px;
	}
}

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

/* connect */
.connect {
	z-index: 1;
	padding: 38px 0;
	background-color: var(--color-dark-gray);
	/* background-image: url('./images/connect-mobile.png'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.connect-top {
	text-align: center;
	margin-bottom: 25px;
}

.connect-top h2 {
	font-size: 3.125rem;
	margin-bottom: 12px;
}

.connect-top h3 {
	font-weight: 800;
	line-height: 1.5;
	font-size: 0.938rem;
	letter-spacing: 0.15em;
	font-family: var(--font-family-alt);
	text-transform: uppercase;
}

.connect-form {
	margin-top: 33px;
}

.connect .form-container {
	border-radius: 20px;
	padding: 30px 20px;
	text-align: center;
	/* background-color: var(--color-primary); */
	background: #fff;
}

.connect .form-container h2 {
	line-height: 1.1;
	font-weight: 400;
	font-size: 2.25rem;
	margin-bottom: 15px;
	text-transform: none;
	color: var(--color-black);
}

.connect .form-container p {
	margin-bottom: 15px;
}

.connect .form-container input:not([type='submit']),
.connect .form-container textarea {
	color: var(--color-black);
	border-bottom-color: var(--color-black);
}

.connect .form-container input ~ label,
.connect .form-container textarea ~ label {
	font-weight: 500;
	color: var(--color-black);
}

.connect .gform_button {
	height: 60px;
	font-size: 1rem;
	border-radius: 5px;
	letter-spacing: 0.15em;
	color: var(--color-primary);
	background-color: var(--color-white);
}

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

.connect-item {
	padding-left: var(--gutter-size);
	padding-right: var(--gutter-size);
}

.connect-item + .connect-item {
	margin-top: 20px;
}

.connect-image {
	width: 112px;
	margin-bottom: 10px;
}

.connect-image img {
	display: block;
	width: 100%;
}

.connect-info h3 {
	font-size: 1.938rem;
	margin-bottom: 8px;
	letter-spacing: -1px;
}

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

@media screen and (min-width: 768px) {
	.connect {
		padding: 90px 0;
		/* background-image: url('./images/connect-pattern.png'); */
	}

	.connect-top {
		margin-bottom: 45px;
	}

	.connect-top h2 {
		font-size: 3.75rem;
		margin-bottom: 27px;
	}

	.connect-top h3 {
		font-size: 1rem;
	}

	.connect-holder {
		display: flex;
		/* flex-direction: row-reverse; */
	}

	.connect-item {
		max-width: 750px;
		padding-left: 0;
		padding-right: 0;
	}

	.connect-form {
		width: 397px;
		margin-top: 74px;
	}

	.connect-right {
		flex: 1;
		padding-right: calc(var(--gutter-size) * 2);
	}

	.contact-connect-holder {
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.contact-connect-holder .connect-right {
		padding-right: 0;
		flex: none;
	}

	.connect-image {
		width: 250px;
	}
}

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

	.connect-item + .connect-item {
		margin-top: 50px;
	}

	.connect-image {
		margin-right: 35px;
		margin-bottom: 0;
	}

	.connect-image img {
		display: block;
	}

	.connect-info {
		flex: 1;
		align-self: center;
	}

	.connect-item:nth-child(1) .connect-info {
		padding-top: 45px;
	}

	.connect-item:nth-child(2) .connect-info {
		padding-top: 30px;
	}

	.connect-item:nth-child(3) .connect-info {
		padding-top: 10px;
	}
}

@media screen and (min-width: 1441px) {
	.connect-form {
	}
}

/* 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
*******************************************************************************************/
.animate {
	opacity: 0;
}

.animated {
	opacity: 1;
	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);
	}
}

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

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

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

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

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

@media screen and (min-width: 1025px) {
	.make-sticky {
		position: sticky;
		top: var(--header-height);
		z-index: 1;
	}
}

.confirm-phone {
	line-height: 1.4;
	font-family: var(--font-family-alt);
	font-weight: 600;
	color: var(--color-primary);
	font-size: 1.375rem;
	margin-left: 10px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.confirm-phone i {
	font-size: 70%;
	transform: rotate(45deg);
}
