/******************************************   */
/* 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.2307                         */
/******************************************   */

/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/
/* GENERAL > HTML and Structure */
.content {
	margin-bottom: 60px;
}
.content li{
	padding: 6px 0 6px 25px;
	position: relative;
}
.content li::before{
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 0.875rem;
	font-weight: bold;
	color: var(--color-secondary-light);
	content: '\f178';
	font-family: 'Font Awesome 6 Pro';
}
.content img {
	max-width: 100%;
	height: auto;
}
.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-entry li {
	padding: 0 0 0 25px;
	position: relative;
	font-size: 1rem;
	color: var(--color-body-text);
}
.content-entry ol li {
	padding-left: 10px;
}
.content-entry ol li::marker {
	font-weight: bold;
	color: var(--color-secondary-light);
}
.content-entry ul li:before,
ul.has-before li:before {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 0.875rem;
	font-weight: bold;
	color: var(--color-secondary-light);
	content: '\f178';
}
ul.has-before li:before,
.content-entry ul li:before,
.sidebar section ul li:before {
	font-family: 'Font Awesome 6 Pro';
}
.content-entry ul ul {
	margin: 5px 0 5px 20px;
}
hr,
.hr-after:after {
	margin: 40px 0;
	display: block;
	width: 20%;
	height: 5px;
	border: none;
	background: var(--color-secondary);
	content: '';
}
figure {
	margin: 0;
}
.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 section h2 {
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-primary);
}
.sidebar section ul li {
	padding: 6px 0 6px 25px;
	position: relative;
}
.sidebar section ul li:before {
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 0.875rem;
	font-weight: bold;
	color: var(--color-secondary-light);
	content: '\f178';
}
.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-secondary-light);
}
.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: 76px;
		width: 66.66%;
	}
	.content.full-width {
		padding-right: var(--gutter-size);
		width: 100%;
	}
	.sidebar {
		padding-left: 0;
		width: 33.33%;
	}
	.sidebar section:not(:last-child) {
		margin-bottom: 80px;
	}
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
	-ms-grid-column-span: 6;
	grid-column: span 6
}

/* 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-pure-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: 'Font Awesome 6 Pro';
	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%;
	}
}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.main-navigation-menu li {
	padding: 0;
	position: relative;
	display: block;
}
.main-navigation-menu > li {
	margin-right: 45px;
	padding: 0 0 20px;
}
.main-navigation-menu > li:last-of-type {
	margin-right: 0;
}
.main-navigation-menu > li:last-of-type > a {
	margin-right: 0;
}
.main-navigation-menu .sub-menu {
	margin: 0;
	position: absolute;
	top: 100%;
	display: none;
	width: 400px;
	background: var(--color-alternate);
}
.main-navigation-menu > a:hover + .sub-menu,
.main-navigation-menu > a:focus + .sub-menu,
.main-navigation-menu > li.active > .sub-menu {
	display: block;
	-webkit-animation: menuslidedown 200ms both;
	animation: menuSlideDown 200ms both;
}
.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover > a {
	text-decoration: none;
	color: var(--color-pure-white);
}
.main-navigation-menu > li > a {
	padding: 17px 0 15px;
	position: relative;
	display: block;
	font-family: var(--font-family-heading);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	color: var(--color-pure-white);
}
.main-navigation-menu > li > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--color-secondary);
	transition: all 0.3s;
	content: '';
}
.main-navigation-menu > li:hover > a:after {
	width: 100%;
}

/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu {
	padding: 10px 25px;
}
#desktop-navigation .sub-menu li {
	position: relative;
	border-bottom: 1px solid var(--color-pure-white);
	transition: background 200ms ease-out;
	cursor: pointer;
}
#desktop-navigation .sub-menu li:last-child {
	border-bottom: 0;
}
#desktop-navigation .sub-menu li a {
	padding: 14px 25px;
	position: relative;
	z-index: 1;
	display: block;
	font-size: 1.063rem;
	line-height: 1;
	text-decoration: none;
	color: var(--color-pure-white);
}
#desktop-navigation .sub-menu li a:before {
	margin: 0 -25px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	opacity: 0;
	width: calc(100% + 50px);
	height: 100%;
	background: var(--color-secondary-light);
	transition: all 0.3s;
	content: '';
}
#desktop-navigation .sub-menu li.active,
#desktop-navigation .sub-menu li:has( + li.active){
	border-color: transparent;
}

#desktop-navigation .sub-menu li.active a:before {
	opacity: 1;
}
#desktop-navigation .sub-menu li a:after {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 1;
	font-family: 'Font Awesome 6 Pro';
	color: var(--color-pure-white);
	transition: color 200ms ease-out;
	content: '\f178';
	pointer-events: none;
}
#desktop-navigation .sub-menu li.active a:after {
	color: var(--color-pure-white);
}
#desktop-navigation .sub-menu .menu-item-has-children > a:after {
	position: absolute;
	right: 10px;
	font-family: 'Font Awesome 6 Pro';
	color: var(--color-pure-white);
	content: '\f101';
}
#desktop-navigation .sub-menu .menu-item-has-children.active > a:after {
	color: var(--color-pure-white);
}
#desktop-navigation .sub-menu .menu-item-has-children ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#desktop-navigation .sub-menu .sub-menu .sub-menu {
	display: none !important;
}
#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active > .sub-menu {
	display: block;
	-webkit-animation: menuslideright 200ms both;
	animation: menuSlideRight 200ms both;
}

/* MENUS > Mobile Menu */
#mobile-navigation {
	position: fixed;
	top: 0;
	z-index: 111;
	display: none;
	background: url('images/hero-img.jpg') center bottom no-repeat;
	background-size: cover;
}
#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,
#mobile-navigation .sub-menu {
	width: 100%;
	height: 100vh;
}
.mobile-navigation-top-inner {
	padding: 20px 20px 0;
	display: none;
	align-items: center;
	height: 90px;
}
.mobile-navigation-top-inner img{
	max-width: 250px;
}
#mobile-navigation.active .mobile-navigation-top-inner {
	display: flex !important;
}

#mobile-navigation.active .mobile-navigation-top-inner .mobile-menu-toggle i:before {
	content: '\f00d';
}
#mobile-navigation a.button.alt-01 {
	color: var(--color-pure-white);
}
#mobile-navigation a {
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	text-decoration: none;
	color: var(--color-pure-white);
}
#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
	color: var(--color-alternate);
	background: var(--color-pure-white);
}
#mobile-navigation ul {
	margin: 0;
	padding: 20px;
}
#mobile-navigation ul li a {
	padding: 10px 0;
	display: block;
}
#mobile-navigation ul li {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--color-light-gray);
}
#mobile-navigation ul li:last-of-type {
	border: none;
}
#mobile-navigation ul li:before {
	display: none;
}
#mobile-navigation ul li.sub-menu-open > .sub-menu {
	top: 0;
	display: block;
	transform: translateY(0);
	-webkit-animation: fadeinright 300ms ease-out;
	animation: fadeInRight 300ms ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#mobile-navigation .sub-menu {
	margin: 0;
	position: fixed;
	z-index: 1;
	display: none;
	background-color: var(--color-alternate);
	overflow: auto;
}
#mobile-navigation .menu-item-has-children > a:after {
	position: absolute;
	right: 0;
	font-family: 'Font Awesome 6 Pro';
	content: '\f178';
}
.mobile-navigation-close {
	margin-left: auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 1.6rem;
	color: #fff;
	background: none;
}
.mobile-navigation-close:focus,
.mobile-navigation-close:hover {
	color: var(--color-secondary);
}
.mobile-navigation-previous {
	margin-bottom: 10px;
	border: none !important;
}
.mobile-navigation-previous button:after {
	display: none;
}

@media screen and (min-width: 1025px) {
	#mobile-navigation {
		display: none;
	}
	.mobile-navigation-top-inner {
		display: none;
	}
}

@media screen and (min-width: 1440px) {
	.main-navigation-menu > li > a {
		font-size: 1.375rem;
	}
}

/*******************************************************************************************
hero - Page bottom
*******************************************************************************************/
.hero {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	text-align: center;
}
.hero-bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero p {
	animation-delay: 1.3s;
}
.hero .button {
	animation-delay: 1.6s;
}
.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-content {
	padding-top: 50px;
	position: relative;
	z-index: 2;
	width: 100%;
}
.hero-content h1 {
	margin: 0;
	font-size: 61px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: -4px;
	text-transform: capitalize;
	color: var(--color-pure-white);
	animation-delay: 1s;
}
.hero-content p {
	font-family: var(--font-family-heading);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-transform: capitalize;
	color: var(--color-pure-white);
}
.hero-content h1 span {
	margin-bottom: 10px;
	display: block;
	color: var(--color-secondary-light);
}

@media screen and (min-width: 1024px) {
	.hero {
		text-align: left;
	}
	.hero-content h1 {
		font-size: 110px;
		line-height: 110px;
	}
	.hero-content p {
		font-size: 24px;
	}
	.hero-content h1 span {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1440px) {
	.hero-content h1 {
		font-size: 136px;
		line-height: 124px;
	}
	.hero-content p {
		font-size: 29px;
	}
}

/*******************************************************************************************
intro
*******************************************************************************************/
.intro:after {
	margin-left: -70px;
	position: absolute;
	top: -120px;
	left: 50%;
	z-index: -1;
	width: 804px;
	height: 804px;
	background: url('../images/intro-bg.svg') center center no-repeat;
	content: '';
}
.intro {
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
	width: 100%;
}
.intro-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.intro-left {
	width: 100%;
}
.intro-right {
	margin-bottom: 60px;
	padding-left: 60px;
	position: relative;
	width: 100%;
	animation-delay: 0.4s;
}
.intro-right img {
	width: 100%;
}
.intro-img1 img {
	height: 100%;
	object-fit: cover;
}
.intro-img2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 114px;
	transform: translateY(-50%);
}
.intro-inner h2 span {
	display: block;
	color: var(--color-secondary);
}
.intro-inner h2 {
	font-size: 45px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -4px;
	text-transform: capitalize;
	color: var(--color-primary);
}
.intro-subtitle:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 0;
	background: var(--color-secondary);
	transition: all 0.8s;
	transition-delay: 0.7s;
	content: '';
}
.intro-subtitle.animated:after {
	height: 100%;
}
.intro-subtitle {
	margin-bottom: 20px;
	padding-left: 12px;
	position: relative;
	max-width: 320px;
	font-family: var(--font-family-heading);
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
	.intro-img2 {
		left: -110px;
		width: 202px;
	}
	.intro-left {
		width: 43%;
	}
	.intro-right {
		margin-bottom: 0;
		margin-left: auto;
		padding-left: 0;
		display: flex;
		order: 1;
		width: 35%;
	}
}

@media screen and (min-width: 1024px) {
	.intro-inner h2 {
		font-size: 70px;
		line-height: 75px;
	}
	.intro {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

/*******************************************************************************************
services
*******************************************************************************************/
.services:after {
	margin-left: -800px;
	position: absolute;
	top: -70px;
	left: 50%;
	z-index: -1;
	width: 1090px;
	height: 1120px;
	background: url('../images/services-bg.svg') center center no-repeat;
	content: '';
}
.services {
	position: relative;
	z-index: 1;
	width: 100%;
	background: var(--color-alternate);
}
.services-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.services-left {
	padding-top: 150px;
	padding-bottom: 80px;
	width: 100%;
}
.services-right {
	margin: -140px 0 -90px;
	position: relative;
	width: 100%;
	height: 300px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
}
.services-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services-inner .accordion-item-content,
.services-inner .accordion-item-title {
	color: var(--color-pure-white) !important;
}
.services-inner .accordion-item-title {
	font-size: 22px;
}
.services-inner h2 {
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -2px;
	color: var(--color-pure-white);
}
.services .accordion-list {
	margin-top: 40px;
	border-color: rgba(255, 255, 255, 0.73);
	border-top: 1px solid rgba(255, 255, 255, 0.73);
}
.services-subtitle {
	margin-bottom: 20px;
	font-family: var(--font-family-heading);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--color-pure-white);
}

@media screen and (min-width: 768px) {
	.services-left {
		width: 55%;
	}
	.services .accordion-list {
		margin-top: 60px;
	}
	.services-right {
		margin: -80px 0 -80px auto;
		display: flex;
		order: 1;
		width: 40%;
		height: auto;
	}
}

@media screen and (min-width: 1024px) {
	.services-subtitle {
		font-size: 20px;
	}
	.services-inner .accordion-item-title {
		font-size: 27px;
	}
	.services-left {
		padding-top: 100px;
		padding-bottom: 80px;
		width: 50%;
	}
	.services-inner h2 {
		font-size: 3.125rem;
		line-height: 3.125rem;
	}
	.services-right {
		width: 40%;
		min-height: calc(100% + 160px);
	}
}

@media screen and (min-width: 1200px) {
	.services-left {
		padding-top: 150px;
	}
	.services-right {
		margin-right: -65px;
		width: calc(40% + 65px);
	}
	.services-inner .accordion-item-title {
		font-size: 30px;
		line-height: 36px;
	}
}

/*******************************************************************************************
image-text
*******************************************************************************************/
.image-text {
	margin-bottom: 100px;
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
	width: 100%;
}
.image-text-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.image-text-down span {
	display: block;
	transform: rotate(-90deg);
}
.image-text-down i {
	margin-top: 20px;
}
.image-text-down {
	position: absolute;
	right: -70px;
	bottom: -80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 80px;
	font-family: var(--font-family-heading);
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	color: #b9b9b9;
}
.image-text-left {
	margin-bottom: 50px;
	width: 100%;
}
.image-text-right {
	position: relative;
	width: 100%;
}
.image-text-left img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.image-text-left {
		width: 44.5%;
	}
	.image-text-right {
		margin-left: auto;
		width: 42.3%;
	}
}

@media screen and (min-width: 1024px) {
	.image-text-inner {
		padding: 0 70px;
	}
}

@media screen and (min-width: 1440px) {
	.image-text-right {
		padding-right: 200px;
	}
	.image-text-down {
		right: 115px;
		bottom: -40px;
	}
}

/*******************************************************************************************
form-container
*******************************************************************************************/
.form-container {
	padding: 50px 25px;
	position: relative;
	z-index: 1;
	width: 100%;
	color: var(--color-pure-white);
	background: url('./images/form-bg.jpg') center center no-repeat;
	background-size: cover;
}
.form-container:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(4, 36, 93, 0.7);
	content: '';
}
.form-container input::placeholder,
.form-container textarea::placeholder {
	color: var(--color-pure-white);
}
.form-container input:focus,
.form-container textarea:focus {
	outline: none;
	box-shadow: none;
}
.form-container .gform_wrapper.gravity-theme .gform_footer {
	justify-content: flex-start;
}
.form-container .gform_wrapper.gravity-theme .gform_footer .button {
	padding: 10px 22px;
	height: 40px;
	font-size: 14px;
}
.form-container input:not(.button),
.form-container textarea {
	padding-bottom: 6px;
	font-size: 13px;
	color: var(--color-pure-white);
	border-color: rgba(255, 255, 255, 0.2);
}
.form-container h3 {
	margin-bottom: 5px;
	font-family: var(--font-family-heading);
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -1px;
	text-transform: capitalize;
	color: var(--color-pure-white);
}
.form-container h4 {
	color: var(--color-pure-white);
}

.sidebar .gform_validation_errors h2{
	color: #f00;
}

.gform_validation_errors ol{
	display: none;
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
	padding: 40px 0;
	width: 100%;
	background: url('/wp-content/uploads/footer-bg.jpg') center center no-repeat;
}
.footer .social-links {
	justify-content: center;
}
.footer-inner {
	display: flex;
	flex-wrap: wrap;
}
.footer-logo {
	margin: 0 auto 25px;
	display: block;
	width: 248px;
}
.footer-phone i {
	margin-right: 10px;
}
.footer-phone {
	display: inline-flex;
	align-content: center;
	align-items: center;
	font-size: 18px;
	text-decoration: none;
	color: var(--color-primary);
}
.footer-left {
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
}
.footer-top {
	margin-bottom: 20px;
}
.footer address {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
	color: var(--color-secondary);
}
.footer-right h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
	color: var(--color-alternate);
}
.footer-right {
	width: 100%;
}
.footer-right p {
	margin-bottom: 0;
	font-size: 15px;
	color: var(--color-primary);
}
.footer-right h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 4px;
	color: var(--color-alternate);
}
.footer-form {
	margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.home .footer {
		padding: 150px 0 120px;
	}
	.footer-top {
		width: 100%;
	}
	.footer .social-links {
		justify-content: flex-start;
	}
	.footer-logo {
		margin: 0 0 100px;
		width: 248px;
	}
	.footer-left {
		margin-bottom: 0;
		padding-top: 50px;
		padding-bottom: 90px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		width: 36%;
		text-align: left;
		border-right: 1px solid var(--color-primary);
	}
	.footer-right {
		padding-top: 50px;
		padding-bottom: 90px;
		padding-left: 70px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		width: 64%;
	}
	.footer-right h4 {
		font-size: 18px;
		line-height: 25px;
	}
}

@media screen and (min-width: 1440px) {
	.footer > .row {
		max-width: 1220px;
	}
	.footer address {
		font-size: 19px;
		line-height: 30px;
	}
	.footer-right h3 {
		font-size: 42px;
		line-height: 50px;
	}
	.footer-right h4 {
		font-size: 21px;
		line-height: 30px;
	}
	.footer-phone {
		font-size: 21px;
	}
}

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

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* 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: 'Font Awesome 6 Pro';
	content: '\f105';
}
.breadcrumbs-single:last-of-type {
	margin-right: 0;
	padding-right: 0;
}
.breadcrumbs-single:last-of-type:after {
	display: none;
}

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

/* FEATURES > Accordion */
.accordion-item {
	border-bottom: 1px solid #e3e3e3;
}
.accordion-item > h3 {
	margin-bottom: 0;
}
.accordion-item-title {
	margin: 0;
	padding: 25px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-family: var(--font-family-heading);
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -1px;
	text-align: left;
	text-transform: capitalize;
	color: var(--color-secondary);
	background: none;
	transition: background 200ms ease-out;
	cursor: pointer;
}
.accordion-item-title:after {
	width: 30px;
	height: 30px;
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 30px;
	text-align: center;
	color: var(--color-secondary-light);
	content: '\f067';
}
.accordion-item.active:focus {
	outline: none;
}
.accordion-item-title:hover,
.accordion-item-title:focus {
	/* color: var(--color-secondary); */
	background: var(--color-secondary);
	outline: none;
}
.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-content p {
	margin-top: 0 !important;
}
.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadein 200ms both;
	animation: fadeIn 200ms both;
}
.accordion-item-content > *:first-child {
	margin-top: 20px;
}
.accordion-item-content > *:last-child {
	margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 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: 'Font Awesome 6 Pro';
	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-pure-white);
	transform: translateX(100%);
	transition: all 200ms ease-out;
	box-shadow: 0 0 20px var(--color-pure-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-pure-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-pure-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%; /* Use 75% for 4:3 videos */
	position: relative;
	max-width: 100%;
	height: 0;
	background: var(--color-pure-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: 'Font Awesome 6 Pro';
	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-pure-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;
}
.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	text-decoration: none;
	color: var(--color-primary);
	border: 1px solid var(--color-secondary);
}
.social-links a:not(:last-child) {
	margin-right: 7px;
}
.social-links a img {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}
.social-links a:hover,
.social-links a:focus {
	color: var(--color-pure-white);
	background-color: var(--color-primary);
}

/* 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 {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.fast {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}
.animated.slow {
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}
.animated.fadeIn {
	-webkit-animation-name: fadein;
	animation-name: fadeIn;
}
.fadeInUp {
	-webkit-animation-name: fadeinup;
	animation-name: fadeInUp;
}
.fadeInUpSlight {
	-webkit-animation-name: fadeinupslight;
	animation-name: fadeInUpSlight;
}
.animated.fadeInRight {
	-webkit-animation-name: fadeinright;
	animation-name: fadeInRight;
}
.fadeInRightSlight {
	-webkit-animation-name: fadeinrightslight;
	animation-name: fadeInRightSlight;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeindown;
	animation-name: fadeInDown;
}
.fadeInDownSlight {
	-webkit-animation-name: fadeindownslight;
	animation-name: fadeInDownSlight;
}
.fadeInLeft {
	-webkit-animation-name: fadeinleft;
	animation-name: fadeInLeft;
}
.fadeInLeftSlight {
	-webkit-animation-name: fadeinleftslight;
	animation-name: fadeInLeftSlight;
}
.slideInUp {
	-webkit-animation-name: slideinup;
	animation-name: slideInUp;
}
.slideInRight {
	-webkit-animation-name: slideinright;
	animation-name: slideInRight;
}
.slideInDown {
	-webkit-animation-name: slideindown;
	animation-name: slideInDown;
}
.slideInLeft {
	-webkit-animation-name: slideinleft;
	animation-name: slideInLeft;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@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 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 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 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 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 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 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 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 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 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 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 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 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 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;
	}
}
@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: 'Font Awesome 6 Pro';
	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;
}

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

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