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

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

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

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

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

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

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

figure {
	margin: 0;
}

.italic {
	font-style: italic;
}

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

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

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

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

.sidebar-block h2 {
	font-size: 1.25rem;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: var(--color-secondary);
}

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

.sidebar section ul li {
	position: relative;
	padding-bottom: 11px;
	padding-top: 11px;
	border-bottom: 1px solid rgba(165, 165, 165, 0.45);
}

.sidebar-quote {
	position: relative;
	width: 100%;
	font-size: 1.125rem;
	padding: 35px 15px;
	text-align: center;
	margin-top: 70px;
	border: 4px solid var(--color-blue);
}

.content section.sidebar-quote {
	margin-top: 60px;
}

.sidebar-quote:before {
	position: absolute;
	top: -50px;
	left: 50%;
	line-height: 1;
	content: '“';
	transform: translateX(-50%);
	font-size: 11.438rem;
	color: var(--color-orange);
	font-family: var(--font-family-quote);
}

.sidebar-quote p {
	margin-bottom: 20px;
}

.sidebar-quote p::before {
	content: '“';
}

.sidebar-quote p::after {
	content: '”';
}

.sidebar-quote strong {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--color-dark);
	letter-spacing: 4px;
	text-transform: uppercase;
}

.sidebar-quote strong:before {
	content: '- ';
	margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

input:not([type='checkbox']) ~ label,
textarea ~ label,
select ~ label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	line-height: 46px;
	padding-left: 10px;
	transition: all 200ms ease-out;
	pointer-events: none;
	font-size: 0.938rem;
}

input:focus:not([type='checkbox']) ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
	opacity: 0;
}

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

.gform_hidden {
	display: none;
}

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

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

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

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

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

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

.form-container {
	padding: 35px;
	background: var(--color-primary);
}

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

.form-container h3 {
	font-size: 0.875rem;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.form-container input,
.form-container textarea {
	border: 0;
	padding-left: 10px;
	padding-right: 0;
	color: var(--color-white);
	border-bottom: 1px solid var(--color-white);
	background: transparent;
}

.form-container input::-moz-placeholder,
.form-container textarea::-moz-placeholder {
	color: var(--color-white);
}

.form-container input::placeholder,
.form-container textarea::placeholder {
	color: var(--color-white);
}

.form-container input + label,
.form-container textarea + label {
	color: var(--color-white);
}

.form-container .gform_footer .gform_button {
	width: 100%;
	color: var(--color-body-text);
	background-color: var(--color-alternate);
	padding: 0;
	border: none;
}

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

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

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

.gform_button {
	min-width: 225px;
	padding: 0;
}

.gform_fields {
	display: grid;
	grid-column-gap: 13px;
	grid-row-gap: 15px;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(auto-fill, auto);
	width: 100%;
}

.gform_fields .gfield {
	grid-column: 1 / -1;
	min-width: 0;
}

h2.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,
.gfield_description {
	color: red;
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

@media screen and (min-width: 768px) {
	.gform_fields .gfield.gfield--width-half {
		grid-column: span 6;
	}

	.gform_fields .gfield.gfield--width-third {
		grid-column: span 4;
	}
}

/* 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: 40px;
	z-index: 100;
	width: 100%;
	height: calc(100vh - 40px);
	background-color: var(--color-primary);
	overflow: auto;
}

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

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

.mobile-navigation-top-inner img {
	max-width: 245px;
	height: auto;
}

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

#mobile-navigation a {
	padding: 8px var(--gutter-size);
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
	text-decoration: none;
	color: var(--color-white);
}

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

#mobile-navigation ul {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.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: 640px) {
	#mobile-navigation {
		top: 0;
		height: 100vh;
	}

	.mobile-navigation-top-inner {
		padding-top: 15px;
		padding-bottom: 15px;
	}

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

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

/* bulletin ticker */
.bulletin {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
}
.bulletin-track {
	font-size: 3.75rem;
	font-weight: 900;
	color: transparent;
	font-family: sans-serif;
	-webkit-text-stroke: 1px var(--color-orange);
	animation: marqueeLeft 20s linear infinite;
}

@media screen and (min-width: 768px) {
	.bulletin-track {
		font-size: 5rem;
	}
}

@media screen and (min-width: 1025px) {
	.bulletin.is-alt {
		margin-top: -150px;
	}
}

@keyframes marqueeLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* Move left by 50% of the total width so the duplicated copy fills in */

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
	position: relative;
	padding-top: 10px;
	padding-bottom: 70px;
	background-color: var(--color-body-text);
}

.footer-main {
	padding-top: 211px;
}

.footer-heading {
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 56px;
	font-size: 1.6875rem;
	color: var(--color-white);
}

.footer-info {
	font-size: 1.3125rem;
	display: flex;
	font-weight: 300;
	margin-bottom: 32px;
	flex-direction: column;
	color: var(--color-white);
}

.footer-info ul {
	margin-bottom: 7px;
}

.footer-info li {
	line-height: 1.5;
	margin-bottom: 1px;
}

.footer-info li a {
	text-decoration: none;
	color: var(--color-white);
}

.footer-title {
	font-size: 1.5625rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--color-orange);
}

.footer-link {
	font-size: 1.125rem;
	margin-top: auto;
	font-weight: 700;
	text-decoration: underline;
	color: var(--color-white);
}

footer address p {
	margin-bottom: 0;
}

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

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	font-size: 0.8125rem;
	color: var(--color-white);
	justify-content: space-between;
	column-gap: 30px;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.footer-menu li:not(:last-child):after {
	display: inline-block;
	margin: 0 7px;
	content: '|';
	vertical-align: middle;
}

.footer-menu a {
	text-decoration: none;
	color: var(--color-white);
}

.footer-social {
	display: flex;
}

.footer-social li:not(:last-of-type) {
	margin-right: 33px;
}

.footer-social li a {
	font-size: 2.1875rem;
	color: var(--color-white);
}

.footer-shape {
	position: absolute;
	top: 142px;
	left: -77px;
	pointer-events: none;
}

.footer-shape img {
	opacity: 0.06;
}

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

	.footer-main {
		padding-top: 73px;
		padding-bottom: 75px;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	}

	.footer-heading {
		max-width: 405px;
		margin-bottom: 0;
		width: calc(50% - var(--gutter-size));
	}

	.footer-right {
		display: flex;
		justify-content: flex-end;
		width: calc(50% - var(--gutter-size));
	}

	.footer-info {
		font-size: 1rem;
		margin-bottom: 0;
	}

	.footer-info + .footer-info {
		margin-left: calc(var(--gutter-size) * 2);
	}

	.footer-title {
		font-size: 1.1875rem;
		margin-top: -3px;
		margin-bottom: 5px;
	}

	.footer-link {
		font-size: 0.875rem;
	}

	.footer-bottom {
		padding-top: 34px;
		flex-direction: row;
		font-size: 0.8125rem;
	}

	.footer-bottom p {
		order: 3;
		margin-bottom: 0;
		max-width: 934px;
	}

	.footer-menu {
		order: 1;
	}

	.footer-social {
		width: 13%;
		order: 2;
		margin-bottom: 15px;
	}

	.footer-social li:not(:last-of-type) {
		margin-right: 23px;
	}

	.footer-social li a {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1920px) {
	.footer .row {
		max-width: 1290px;
	}

	.footer-shape {
		top: 113px;
		left: 50%;
		transform: translateX(-50%);
		margin-left: -703px;
	}
}

/*******************************************************************************************
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 {
	position: relative;
	margin-bottom: 17px;
	border: 1px solid var(--color-solid-gray);
}

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

.accordion-item-title {
	position: relative;
	display: flex;
	grid-gap: 15px;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-align: center;
	color: var(--color-primary);
	transition: background 200ms ease-out;
	cursor: pointer;
	font-weight: 400;
	padding: 19px 70px 17px 16px;
	font-size: 1.0625rem;
	line-height: 1.2;
	border: 0;
}

.accordion-item-title:after {
	font-family: var(--font-family-icon);
	color: var(--color-dark);
	content: '\2b';
	position: absolute;
	right: 0;
	top: 0;
	width: 57px;
	height: 100%;
	font-weight: 600;
	background: var(--color-orange);
	display: flex;
	justify-content: center;
	align-items: center;
}

.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-content {
	border-top: none;
}

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

.accordion-item-content {
	display: none;
	padding: 15px;
	background-color: var(--color-light-gray);
}

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

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

.accordion-item-content > *:last-child {
	mmargin-bottom: 0;
}

.accordion-item-content p:last-child {
	margin-bottom: 0;
}

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

a > .liveChatFloatingButtonMobile {
	bottom: 0 !important;
}
