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

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

.pointer-events-none {
	pointer-events: none;
}

.transition-all {
	transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
	position: relative;
	z-index: 1;
}

.background-center {
	background-position: center center !important;
}

.background-y-bottom {
	background-position-y: 100%;
}

.background-y-top {
	background-position-y: 0%;
}

.background-cover {
	background-repeat: no-repeat;
	background-size: cover;
}

.background-transparent {
	background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
	color: var(--color-white);
}

/* GENERAL > HTML and Structure */
.content .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-bottom: 60px;
}

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

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

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

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

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

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

.content ul li::before,
ul.has-before li::before,
.sidebar-list li::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 11px;
	height: 10px;
	border-radius: 10px;
	background-color: var(--color-primary);
	content: '';
}

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

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

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: 40px;
}

.sidebar-block {
	width: 100%;
}

.sidebar-list h2,
.sidebar-block h2 {
	font-size: 1.5rem;
}

.sidebar-block ul li {
	padding: 7px 0 7px 26px;
	position: relative;
	font-size: 1.063rem;
	border-bottom: 1px solid var(--color-gray-10);
}

.sidebar-block ul li:first-of-type {
	border-top: 1px solid var(--color-gray-10);
}

.sidebar-block ul li::before {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 0.875rem;
	transition: all 0.25s;
	content: '\f105';
	color: var(--color-primary);
}

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

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

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

.sidebar-block ul li:hover:before {
	color: var(--color-primary);
}

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

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

@media screen and (min-width: 1025px) {
	.sidebar section:not(:last-child) {
		margin-bottom: 60px;
	}

	.sidebar .form-container:first-child {
		margin-top: -120px;
		position: relative;
	}

	.sidebar-list {
		padding-bottom: 30px;
	}
}

/* GENERAL > sidebar-list */
.sidebar-list {
	border-bottom: 1px solid var(--color-gray);
}

.sidebar-list:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.sidebar-list li::before {
	border-radius: 0;
}

.sidebar-list li a {
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

.sidebar-list li a:hover,
.sidebar-list li a:focus {
	color: var(--color-primary);
}

/* GENERAL > sidebar-video */
.sidebar-video {
	width: 100%;
	display: flex;
	row-gap: 34px;
	flex-direction: column;
}

.sidebar-video-text {
	line-height: 1.3;
	padding-left: 27px;
	font-size: 1.25rem;
	border-left: 6px double var(--color-primary);
}

.sidebar-video-text h3 {
	margin-bottom: 13px;
	font-size: 1.688rem;
	text-transform: none;
	line-height: 1.39;
}

.sidebar-video-text h3 a {
	color: inherit;
	text-decoration: none;
}

.sidebar-video-text h3 a:hover,
.sidebar-video-text h3 a:focus {
	color: var(--color-primary);
}

.sidebar-video-text p:last-of-type {
	margin-bottom: 0;
}

/* GENERAL > sidebar-info */
.sidebar-info {
	padding: 35px;
	color: var(--color-gray-600);
	background-color: var(--color-primary);
	text-align: center;
}

.sidebar-info h2 {
	margin-bottom: 10px;
	text-transform: none;
	color: var(--color-gray-200);
}

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

@media screen and (min-width: 1025px) {
	.sidebar-info {
		padding: 40px 65px;
	}
}

/* GENERAL > sidebar-testimonial */
.sidebar-testimonial {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid var(--color-gray-20);
	border-bottom: 1px solid var(--color-gray-20);
}

.sidebar-testimonial h3 {
	margin-bottom: 25px;
	padding-left: 42px;
	position: relative;
	letter-spacing: 0.044rem;
}

.sidebar-testimonial h3:before {
	position: absolute;
	top: -27px;
	left: 0;
	font-size: 6.25rem;
	font-weight: 400;
	font-family: var(--font-family-body), sans-serif;
	color: var(--color-primary);
	pointer-events: none;
	content: '“';
}

.sidebar-testimonial p {
	margin-bottom: 16px;
}

.sidebar-testimonial .button.no-button {
	text-transform: uppercase;
}

/* GENERAL > sidebar-news */
.sidebar-news h2 {
	margin-bottom: 35px;
}

.sidebar-news h2 span:before {
	bottom: 0;
}

.sidebar-news-item {
	margin-bottom: 25px;
}

.sidebar-news-item strong {
	display: block;
	margin-bottom: 15px;
	letter-spacing: inherit;
}

.sidebar-news-item h3 {
	margin-bottom: 20px;
	color: var(--color-gray-600);
	text-transform: none;
}

.sidebar-news-item h3 a {
	color: inherit;
	text-decoration: none;
}

.sidebar-news-item h3 a:focus,
.sidebar-news-item h3 a:hover {
	color: var(--color-primary);
}

.sidebar-news-item span {
	display: block;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 0.063rem;
	text-transform: uppercase;
	color: var(--color-gray-50);
}

/* GENERAL > sidebar-result */
.sidebar-result {
	position: relative;
	text-align: center;
	padding: 87px 40px 57px;
	background-color: var(--color-alternate);
}

.sidebar-result h2 {
	position: absolute;
	top: 29px;
	left: 50%;
	font-size: 6.5rem;
	font-weight: 700;
	opacity: 0.11;
	transform: translateX(-50%);
	color: var(--color-primary);
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.156rem;
	pointer-events: none;
}

.sidebar-result-title {
	margin-bottom: 35px;
	padding-bottom: 22px;
	position: relative;
	font-size: 2.125rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.144rem;
}

.sidebar-result-slider {
	padding: 0 35px;
	position: relative;
	margin-bottom: 27px;
}

.sidebar-result-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	border-bottom: 6px double var(--color-primary);
	pointer-events: none;
	content: '';
}

.sidebar-result-counter {
	margin-bottom: 5px;
	font-size: 4.438rem;
	font-weight: 700;
	font-family: var(--font-family-heading), sans-serif;
	line-height: 1.2;
	letter-spacing: -0.075rem;
}

.sidebar-result-text {
	color: var(--color-gray-600);
	line-height: 1.3;
}

.sidebar-result-text p {
	margin-bottom: 11px;
	font-size: 1.125rem;
}

.sidebar-result-text strong {
	font-weight: 600;
}

.sidebar-result-text p:last-of-type {
	margin-bottom: 0;
}

.sidebar-result .swiper-button-prev {
	left: -20px;
}

.sidebar-result .swiper-button-next {
	right: -20px;
}

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

select {
	border-bottom: none;
}

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

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

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

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

form legend,
form label,
form p {
	font-size: 17px;
	position: relative;
	display: flex;
	padding-left: 25px;
	padding-bottom: 10px;
	font-family: var(--font-family-heading);
}
#blog-search-form label {
	position: absolute;
	left: 0;
	padding: 0;
	top: -25px;
}

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

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

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

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

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

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

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

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

.select-wrapper select {
	height: 45px;
	padding: 10px 50px 10px 20px;
	color: var(--color-white);
}

.form-container {
	padding: 30px;
	background: var(--soft-metal-gradient);
}

.gsection_title {
	font-size: 22px;
	color: var(--color-white);
	font-family: var(--font-family-body);
	margin-bottom: 35px;
	text-transform: uppercase;
}

.form-container h2 {
	font-size: 1.5rem;
	letter-spacing: 0.063rem;
	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;
}

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

.gform_footer .gform_button {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	background: var(--color-secondary);
	color: var(--color-black);
	border: solid 1px transparent;
	padding: 10px !important;
}

.gform_footer .gform_button:hover,
.gform_footer .gform_button:focus {
	padding-top: 10px;
	padding-bottom: 10px;
	background: var(--color-primary);
	color: var(--color-white);
	border: solid 1px #fff;
}

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

body .gform_wrapper .icon-name label::before {
	content: '\f007';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 15px;
	color: var(--color-secondary);
	top: 0;
	position: absolute;
	left: 2px;
}

body .gform_wrapper .icon-phone label::before {
	content: '\f095';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 15px;
	color: var(--color-secondary);
	top: 0;
	position: absolute;
	left: 2px;
}

body .gform_wrapper .icon-email label::before {
	content: '\f0e0';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 15px;
	color: var(--color-secondary);
	top: 0;
	position: absolute;
	left: 2px;
}

body .gform_wrapper .icon-message label::before {
	content: '\f086';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 15px;
	color: var(--color-secondary);
	top: 0;
	position: absolute;
	left: 2px;
}

/* GENERAL > Swiper Customizations */
.swiper.swiper-initialized {
	visibility: visible;
}

.swiper-button-next,
.swiper-button-prev {
	margin-top: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 50px;
	height: 50px;
	border: 0;
	font-size: 1.875rem;
	border-radius: 50px;
	transform: translateY(-50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: block;
	font-size: inherit;
	font-family: var(--font-family-icon);
	color: inherit;
	transition: color 200ms ease-out;
}

.swiper-button-next:after {
	content: '\f105';
}

.swiper-button-prev:after {
	content: '\f104';
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: pointer;
	pointer-events: all;
}

.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;
	height: auto;
	min-width: 44px;
	margin-top: 0;
}

.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;
	padding: 7px 10px;
}

@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: 100;
	position: fixed;
	padding: 8px;
	display: block !important;
	transform: translateY(-40px);
	opacity: 0;
	background-color: var(--color-secondary);
	color: var(--color-white);
	transition: all 200ms ease-out;
}

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

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

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

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

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

#mobile-navigation {
	width: 100%;
	height: 100vh;
}

.mobile-navigation-top-inner {
	/*  height: var(--height-header);*/
	align-items: center;
	padding-left: var(--gutter-size);
	padding-right: var(--gutter-size);
	background: var(--color-white);
	display: none;
}

.mobile-navigation-top-inner img {
	max-width: 200px;
	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.2rem;
	color: var(--color-secondary);
	padding: 15px var(--gutter-size);
	font-family: var(--font-family-heading);
}

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

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

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

#mobile-navigation ul li:first-of-type {
	border-top: 1px solid var(--color-gray);
}

.mobile-menu-accordion #mobile-navigation .sub-menu {
	padding-bottom: 10px;
}

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

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

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

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

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

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

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

.mobile-navigation-close:focus,
.mobile-navigation-close:hover {
	color: var(--color-secondary);
	background-color: var(--color-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
	width: 100%;
	position: relative;
}

.footer-top {
	position: relative;
	text-align: center;
	color: var(--color-white);
	background-color: var(--color-primary);
}

.footer-title {
	line-height: 1.25;
	font-size: 2.125rem;
	margin-bottom: 10px;
	letter-spacing: 0.088rem;
	text-transform: uppercase;
	font-family: var(--font-family-heading);
}

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

.footer-left .form-container {
	padding: 0;
	background: transparent;
}

.footer-intro {
	margin-bottom: 30px;
}

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

.footer-right {
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
}

.footer-right:before {
	top: 0;
	bottom: 0;
	content: '';
	left: calc(var(--gutter-size) * -1);
	right: calc(var(--gutter-size) * -1);
	position: absolute;
	background-size: cover;
	background-position: center;
}

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

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

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

.footer-call {
	line-height: 1.4;
	margin-bottom: 35px;
}

.footer-call a {
	font-weight: 700;
	text-decoration: none;
	color: var(--color-primary);
}

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

.footer-location {
	line-height: 1.45;
}

.footer-location + .footer-location {
	margin-top: 35px;
}

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

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

.footer-location-phone {
	font-weight: 600;
	font-size: 1.25rem;
	margin-top: 5px;
}

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

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

.footer-bottom {
	padding-top: 28px;
	padding-bottom: 28px;
	background-color: var(--color-white);
}
.page-template-template-contact .footer-bottom {
	background-color: #f1f1f1;
}

.footer-newsletter {
	margin-bottom: 30px;
}

.footer-newsletter-title {
	font-weight: 700;
	font-size: 0.938rem;
	letter-spacing: 0.113rem;
	text-transform: uppercase;
	color: var(--color-primary);
}

.footer-newsletter-form {
	position: relative;
}

.footer-newsletter-form input {
	border: 0;
	font-size: 0.938rem;
	padding: 12px 25px 12px 0;
	color: var(--color-gray-100);
	border-bottom: 1px solid var(--color-gray-400);
}

.footer-newsletter-form input::placeholder {
	color: var(--color-gray-100);
}

.footer-newsletter-form button {
	position: absolute;
	top: 11px;
	right: 0;
	border: 0;
	padding: 0;
	font-size: 1.063rem;
	color: var(--color-primary);
	background: transparent;
}

.copyright-field {
	margin-bottom: 23px;
}

.footer-menu {
	display: flex;
	margin-bottom: 0;
	text-align: center;
	font-size: 0.938rem;
	flex-direction: column;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	font-weight: 500;
}

.footer-menu a {
	color: var(--color-black);
	font-weight: 500;
}

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

.footer-social {
	display: flex;
	column-gap: 20px;
	align-items: center;
	font-size: 1.125rem;
	margin-bottom: 20px;
	justify-content: center;
}

.footer-social a {
	color: var(--color-gray-200);
	text-decoration: none;
	transition: all 0.25s;
}

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

@media screen and (min-width: 768px) {
	.footer-top {
		font-size: 1.25rem;
		text-align: left;
	}

	.footer-logo {
		margin-bottom: 20px;
	}

	.footer-title {
		margin-bottom: 22px;
		font-size: 1.875rem;
		line-height: 1.02;
	}

	.footer-top-holder {
		display: flex;
	}

	.footer-left {
		padding-top: 60px;
		padding-bottom: 90px;
		width: 56%;
		padding-right: 80px;
	}

	.footer-right {
		width: 44%;
		position: unset;
		padding-left: 30px;
		padding-top: 60px;
		padding-bottom: 90px;
	}

	.footer-right:before {
		right: 0;
		left: 53%;
	}

	.footer-intro {
		margin-bottom: 33px;
		line-height: 1.6;
	}

	.footer-text {
		display: block;
	}

	.footer-location + .footer-location {
		margin-top: 60px;
	}

	.footer-email {
		margin-bottom: 7px;
	}

	.footer-tel a {
		margin-left: 5px;
	}

	.footer-call {
		margin-bottom: 33px;
		font-size: 1.188rem;
	}

	.footer-bottom {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-newsletter {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-newsletter-title {
		margin-right: 22px;
	}

	.footer-newsletter-form input {
		width: 220px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.footer-social {
		font-size: 1.063rem;
		column-gap: 15px;
	}

	.footer-menu {
		flex-wrap: wrap;
		align-items: center;
		flex-direction: row;
		font-size: 0.813rem;
		justify-content: center;
	}

	.footer-menu li {
		display: flex;
		align-items: center;
	}

	.footer-menu li + li:before {
		content: '|';
		margin: 0 10px;
	}
}

@media screen and (min-width: 1025px) {
	.footer-title {
		font-size: 3.063rem;
		letter-spacing: 0.125rem;
	}

	.footer-left {
		padding-right: 112px;
	}

	.footer-right {
		padding-left: 112px;
	}

	.footer-left .form-container .gform_fields {
		display: flex;
		flex-wrap: wrap;
		column-gap: 10px;
	}

	.footer-left .form-container .gfield:nth-child(1),
	.footer-left .form-container .gfield:nth-child(2),
	.footer-left .form-container .gfield:nth-child(3),
	.footer-left .form-container .gfield:nth-child(4) {
		width: calc(50% - 5px);
	}

	.footer-left .form-container input,
	.footer-left .form-container select,
	.footer-left .form-container textarea {
		padding: 16px 13px;
	}

	.footer-left .form-container textarea {
		height: 140px;
	}

	.footer-left .form-container .gfield,
	.footer-left .form-container .form-input-group {
		margin-bottom: 15px;
	}

	.footer-left .form-container .gform_footer .gform_button {
		font-size: 1.375rem;
	}

	.footer-bottom {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-bottom-holder {
		display: flex;
	}

	.footer-newsletter {
		order: 2;
		margin-bottom: 0;
		margin-left: 20px;
		justify-content: space-between;
	}

	.footer-social {
		order: 3;
		margin-bottom: 0;
		margin-left: 50px;
	}

	.footer-menu {
		flex: 1;
		order: 1;
		justify-content: flex-start;
	}
}

@media screen and (min-width: 1200px) {
	.footer-right {
		padding-left: 180px;
	}

	.footer-social {
		margin-left: 107px;
	}
}

/* TEMPLATES > RESULTS */
.results {
	padding-top: 87px;
	padding-bottom: 57px;
	background-color: var(--color-alternate);
	text-align: center;
	position: relative;
}

.results-holder {
	position: relative;
}

.results-mark {
	position: absolute;
	top: -50px;
	left: 50%;
	font-size: 5.938rem;
	font-family: var(--font-family-heading), sans-serif;
	font-weight: 700;
	opacity: 0.11;
	transform: translateX(-50%);
	color: var(--color-primary);
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.156rem;
	pointer-events: none;
}

.results-left {
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}

.results-title {
	padding-bottom: 22px;
	position: relative;
	font-size: 2.125rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.144rem;
}

.results-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	border-bottom: 6px double var(--color-primary);
	pointer-events: none;
	content: '';
}

.results-counter {
	margin-bottom: 5px;
	font-size: 4.438rem;
	font-weight: 700;
	font-family: var(--font-family-heading), sans-serif;
	line-height: 1.2;
	letter-spacing: -0.075rem;
}

.results-text {
	color: var(--color-gray-600);
	line-height: 1.3;
}

.results-text p {
	margin-bottom: 11px;
	font-size: 1.125rem;
}

.results-text strong {
	font-weight: 600;
}

.results-text p:last-of-type {
	margin-bottom: 0;
}

.results-slider {
	padding: 0 30px;
	position: relative;
	z-index: 1;
}

.results-slider .swiper-button-prev {
	left: -20px;
}

.results-slider .swiper-button-next {
	right: -20px;
}

.results.is-inner {
	padding-left: var(--gutter-size);
	padding-right: var(--gutter-size);
	margin-left: calc(var(--gutter-size) * -1);
	margin-right: calc(var(--gutter-size) * -1);
}

.results.is-inner .results-mark {
	top: -50px;
}

@media only screen and (min-width: 768px) {
	.results {
		padding-top: 85px;
		padding-bottom: 80px;
		text-align: left;
	}

	.results-title {
		padding-right: 36px;
		padding-bottom: 0;
		writing-mode: sideways-lr;
	}

	.results-title:after {
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
		width: 6px;
		height: 100%;
		border-right: 6px double var(--color-primary);
		border-bottom: 0;
	}

	.results-holder {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.results-left {
		margin-bottom: 0;
		width: 19%;
	}

	.results-slider {
		padding-right: 50px;
		padding-left: 50px;
		width: 81%;
	}

	.results-text {
		line-height: 1.3;
	}

	.results-text p {
		font-size: 1.063rem;
	}

	.results-text p:first-of-type {
		font-size: 1.125rem;
	}

	.results-mark {
		top: -93px;
		left: 10px;
		font-size: 7.313rem;
		writing-mode: sideways-lr;
		transform: translateX(0);
		letter-spacing: 0.188rem;
	}

	.results.is-inner {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.results.is-inner:before {
		top: 0;
		bottom: 0;
		width: 50vw;
		content: '';
		right: 100%;
		display: block;
		position: absolute;
		background-color: var(--color-alternate);
	}

	.results.is-inner .results-left {
		width: 100px;
	}

	.results.is-inner .results-slider {
		padding-right: var(--gutter-size);
		width: calc(100% - 100px);
	}

	.results.is-inner .results-mark {
		left: -120px;
		top: -92px;
	}
}

@media only screen and (min-width: 1025px) {
	.results-slider {
		padding-right: 0;
		padding-left: 29px;
	}

	.results-slider .swiper-button-next,
	.results-slider .swiper-button-prev {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.results-left {
		padding-left: 70px;
	}

	.results.is-inner .results-left {
		padding-left: 0;
	}
}

/*******************************************************************************************
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: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	margin-bottom: 20px;
	color: var(--color-gray-60);
}

.breadcrumbs-single {
	position: relative;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 10px;
	color: inherit;
}

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

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

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

/* FEATURES > Accordion */
.accordion-item {
	margin-bottom: 12px;
	background-color: var(--color-alternate);
}

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

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

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

.accordion-item-title:after {
	width: 30px;
	height: 30px;
	line-height: 0.85;
	font-size: 1.813rem;
	font-family: var(--font-family-body), sans-serif;
	text-align: center;
	content: '+';
}

.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-black);
    background: var(--color-alternate); */
	border: none;
}

.accordion-item-title:focus:not(:focus-visible) {
	outline: none;
}

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

.accordion-item-content {
	padding: 21px;
	display: none;
}

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

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

@media only screen and (min-width: 768px) {
	.accordion-item-content {
		padding: 25px 50px 40px;
	}
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 80px;
	position: relative;
	font-style: italic;
	border-left: 5px solid var(--color-primary);
}

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

blockquote:before,
.quote-single:before {
	position: absolute;
	top: 1%;
	left: 3%;
	opacity: 1;
	font-family: var(--font-family-icon);
	font-size: 2.7rem;
	font-style: normal;
	color: var(--color-primary);
	content: '\f10d';
}

/* FEATURES > CTA Block */
.cta-single {
	padding: 40px;
	background: var(--color-light-gray);
	border: 1px solid var(--color-primary);
	text-align: center;
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.videos-single {
		margin: 0;
	}
}

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

/* FEATURES > YouTube Player */
.youtube-player {
	width: 100%;
	aspect-ratio: 416/240;
	position: relative;
	background: var(--color-black);
}

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

.youtube-player-inner::after,
.videos-single::after {
	content: '\f04b';
	font-family: var(--font-family-icon);
	font-size: 1.063rem;
	display: flex;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: all 150ms ease-out;
	color: var(--color-white);
	pointer-events: none;
	z-index: 1;
	font-weight: bold;
	background-color: rgba(232, 180, 58, 0.9);
}

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

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

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

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

@media screen and (min-width: 767px) {
	.social-links {
		max-width: 160px;
		justify-content: left;
	}
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	width: 55px;
	line-height: 55px;
	height: 55px;
	text-decoration: none;
}

.social-links a img {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}

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

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

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

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

/* FEATURES > Attorney Single */
.attorney-single-box {
	padding: 0;
	display: block;
	position: relative;
	text-decoration: none;
}

.attorney-single-box:after {
	width: 26px;
	height: 4px;
	margin: 5px auto 0;
	background-color: var(--color-primary);
	content: '';
	display: block;
}

.attorney-result-image-container {
	position: relative;
	margin-bottom: 5px;
}

.attorney-result-image-container img {
	display: block;
	width: 100%;
}

.attorney-result-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-white);
	background: rgba(158, 23, 30, 0.7);
	transition: all 200ms ease-out;
}

.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
	opacity: 1;
}

.attorney-single-box-info {
	line-height: 1.4;
	padding: 12px 0;
	text-align: center;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	margin: 0;
}

.attorney-single-box h2 {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.attorney-single-box-info p {
	font-size: 1.25rem;
	font-weight: 300;
	font-style: italic;
	color: var(--color-white);
}

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

.select-wrapper.hide-for-medium {
	background: var(--color-secondary);
}

@media screen and (min-width: 280px) and (max-width: 767px) {
	.footer-left .form-container {
		padding: 0;
		background: transparent;
		display: none;
	}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	.gsection_title {
		font-size: 18px !important;
	}

	.footer-intro p:last-child {
		margin-bottom: 0;
		font-size: 16px;
	}

	.footer-left {
		padding-bottom: 0;
	}
}

.alt-form-title h3 {
	margin-bottom: 10px;
}

.form-subtitle h3 {
	font-size: 15px;
    margin-bottom: 35px;
}

.content a {
	font-weight: 400;
}