/*******************************************/
/* 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.2507                         */
/*******************************************/

/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > HTML and Structure */
.content {
	margin-bottom: 60px;
}

.content img {
	max-width: 100%;
}

.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 0;
	padding: 0;
}

ol {
	list-style-position: outside;
	padding-left: 20px;
}

.content li {
	font-size: 18px;
	color: #111;
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 8px;
}

.content ol li {
	padding-left: 0;
}

.content ul:not(.slick-dots) li:before {
	position: absolute;
	left: 0;
	content: "\f105";
	color: #000;
}

.content ul li:before,
.sidebar section ul li:before {
	font-family: "Font Awesome 6 Pro";
}

.content ul ul {
	margin: 5px 0 5px 20px;
}

hr,
.hr-after:after {
	background: #efefef;
	width: 20%;
	height: 4px;
	display: block;
	border: none;
	margin: 20px 0;
	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;
}

section.sidebar-block {
    /* background: #ececec; */
    background: var(--gray-color);
	padding: 35px;
    padding-top: 20px;
}

.sidebar section:not(:last-child) {
	margin-bottom: 40px;
}

.sidebar section ul li {
	padding: 6px 0 6px 15px;
	position: relative;
}

.sidebar section ul li:before {
	position: absolute;
	color: var(--primary-color);
	content: "\f105";
	top: 6px;
	left: 0;
}

.sidebar section ul li {
	border-bottom:1px solid #c6c6c6;
}

.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section button.no-button, .sidebar section ul li a {
	color: var(--secondary-color);
	text-decoration: none;
    text-decoration: none !important;
}

.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: var(--primary-color);
	text-decoration: underline;
}

.sidebar section ul li ul {
	padding-left: 20px;
	margin: 0;
}

.content .search-results-container {
	margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
	margin: 0;
}

@media screen and (min-width: 768px) {
	main {
		padding: 50px 0;
	}

	.main-inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: flex;
	}

	.content {
		width: 65%;
		margin-bottom: 0;
		padding-right: 70px;
	}

	.content.full-width {
		width: 100%;
		padding-right: var(--gutter-size);
	}

	.sidebar {
		width: 35%;
		padding-left: 0;
	}
}

@media screen and (min-width: 1025px) {
	.content {
		padding-right: 90px;
	}
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color:  var(--black-color);
	background: none;
	border: 0;
	border-bottom: 1px solid var(--black-color);
	font-size: 1rem;
	line-height: 1;
	font-family: var(--body-font-family);
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 0px;
}

select {
	border-bottom: none;
}

input,
select,
textarea,
label {
	height: 40px;
	line-height: 40px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
	color: #070b2e;
}

textarea {
	resize: none;
	min-height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color:  var(--black-color);
}

input::placeholder,
textarea::placeholder {
	color:  var(--black-color);
}

select,
form legend,
form label,
form p {
	font-size: 0.9rem;
}

.gform_wrapper .ginput_container {
	position: relative;
	padding-top: 10px;
	padding-bottom: 8px;
}

.gform_wrapper .ginput_container label {
	position: absolute;
	left: 0;
	padding: 0;
}

legend,
label {
	color: var(--black-color);
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

.search-form label{
	position: absolute;
}



label {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 10px;
	pointer-events: none;
	transition: all 200ms ease-out;
}

.search-form input:focus~ label {
    top: -10px !important;
}

input:focus:not([type="checkbox"]) ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
	padding-left: 0;
	line-height: 0;
	top: 0px;
	font-size: 0.7rem;
}

.form-input-group label i {
	color: #fff;
}

.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
	display: 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: #070b2e;
	pointer-events: none;
	transition: all 200ms ease-out;
}

.select-wrapper.active:after {
	background: #070b2e;
	color: #fff;
}

.form-container {
	background: var(--gray-color);
	padding: 20px;
}
.gform_button {
    padding: 0;
    font-size: 1.2rem;
}
.gfield_required {
/*   opacity:0;*/
}

.gform_required_legend {
	display: none;
}
span.gfield_required.gfield_required_text {
   display:none;
}

label.gfield_label.gform-field-label::after {
	content: "*";
	color: red;
	font-weight: bold;
	display: inline;
	margin-left: 5px;
	display: none;
}
.contact-form-heading {
	color: #fff;
	text-align: center;
}

.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(--primary-color);
}

.background-input input,
.background-input textarea,
.background-input select {
	background-color: var(--white-color);
}

.background-input.select-wrapper:after,
.background-input .select-wrapper:after {
	background-color: #c0c3d3;
}

input.has-error {
	border: 1px solid #ff0000 !important;
	box-shadow: 0 0 2px #ff0000 !important;
}

.gfield_validation_message,
p.error-text {
	color: #ff0000;
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

/* GENERAL > Slick Customizations */
.slick-slide img {
	height: auto;
}

.slick-next,
.slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	border: none;
	transform: translate(0, -50%);
}

.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 {
	color: #000;
	font-size: 2rem;
	margin-left: -2px;
}

.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;
	color: #000;
	opacity: 0.75;
	font-family: slick;
	font-size: 2rem;
	line-height: 1;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev .slick-prev-icon:before {
	content: "â†";
}

[dir="rtl"] .slick-prev .slick-prev-icon:before {
	content: "â†’";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next .slick-next-icon:before {
	content: "â†’";
}

[dir="rtl"] .slick-next .slick-next-icon:before {
	content: "â†";
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
	padding: 0;
}

.slick-dots li button {
	display: block;
	height: 20px;
	width: 20px;
	padding: 0;
	line-height: 0;
	font-size: 0;
	border: 0;
	border-radius: 50%;
	background: #c0c3d3;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	background: #000;
	transform: scale(1.1);
}

.slick-dots li.slick-active button {
	background: #070b2e;
	transform: scale(1.2);
}

.slick-sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
	position: absolute;
	left: 5px;
	bottom: -32px;
	z-index: 10;
	opacity: 0.75;
	background: 0 0;
	border: 0;
	cursor: pointer;
	color: #000;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	opacity: 1;
}

.slick-autoplay-toggle-button:focus {
	color: #000;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
	content: "â¸";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
	content: "â–¶";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.slider-container {
	max-width: 85%;
	position: relative;
	margin: 0 auto;
}

.slick-arrow-container {
	position: absolute;
	left: -50px;
	right: 0;
	width: calc(100% + 100px);
	top: calc(50% - 25px);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.slick-arrow-container button {
	position: relative;
	padding: 0;
	background: none;
	font-size: 3rem;
	width: 50px;
	height: 50px;
	color: #5f6272;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	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 {
		width: 100%;
		left: 0;
	}
}

/* GENERAL > Skip To Content */
#skiptocontent {
	z-index: 10;
	position: fixed;
	padding: 8px;
	display: block !important;
	transform: translateY(-40px);
	opacity: 0;
	background-color: #000;
	color: #fff;
	transition: all 200ms ease-out;
}

#skiptocontent:focus {
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}

/*******************************************************************************************
MENUS - Non-critical menu styling
*******************************************************************************************/

/* MENUS > Mobile Menu */
#mobile-navigation {
	z-index: 100;
	position: fixed;
	top: 0;
	background-color: var(--secondary-color);
}

#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,
#mobile-navigation .sub-menu {
	width: 100%;
	height: 100vh;
}

.mobile-navigation-top-inner {
	align-items: center;
	padding: 8px 0 8px 20px;
	padding-right: 0;
	background: var(--secondary-color);
	display: none;
}

.fas.fa-x {
	color: #fff;
	border-color: #fff;
}
 
#mobile-navigation.active .mobile-navigation-top-inner {
	display: flex !important;
}
#mobile-navigation.active .mobile-navigation-top-inner img {
	height:auto;
	width:180px;
}
#mobile-navigation a {
	padding-left: 20px;
}

#mobile-navigation a {
	display: block;
	text-decoration: none;
	font-size: 1.2rem;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
	color: #000;
	background: #fff;
}

#mobile-navigation ul {
	margin: 0;
}

#mobile-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #e9f5f7;
}

#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: 60px;
	transform: translateY(0);
	display: block;
	-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;
	background-color: var(--secondary-color);
	z-index: 1;
	overflow: auto;
	display: none;
}

#mobile-navigation .menu-item-has-children > a:after {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 25px;
}

.mobile-navigation-close {
	padding: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 40px;
	height: 100%;
	background: none;
	margin-left: auto;
	color: #fff;
	font-size: 1.6rem;
	height: 40px;
	border-color: #fff;
	margin-right: 15px;
}

.mobile-navigation-close:focus,
.mobile-navigation-close:hover {
	color: #000;
}

.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 > Mega Menu */
.mega-menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	background: #070b2e;
	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 #fff;
}

.mega-menu li:nth-child(4n) {
	border-right: none;
	margin: 0;
	padding-right: 0;
}

.mega-menu .sub-menu {
	display: none;
}

/*******************************************************************************************
HEADER - Non-critical header styling
*******************************************************************************************/
.module-header-a-right {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-self: flex-end;
}

.module-header-a-right-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
}

.module-header-a-right-top span {
	font-weight: 600;
}

.module-header-a-phone {
	font-weight: 600;
	color: var(--color-secondary);
	font-size: 1.2rem;
	margin-left: 20px;
	display: inline-block;
}

.module-header-a-phone i {
	font-size: 80%;
}

.module-header-a-right-bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
	.module-header-a-right {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 70%;
	}

	.module-header-a-logo {
		flex: 1;
	}

	.module-header-a-inner {
		padding: 0 var(--gutter-size);
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		position: relative;
	}

	.module-header-a-logo img {
		padding: 0;
	}
}

/* HEADER > Header Search Bar */
.module-header-a-right {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
}

.module-header-a-right-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom:20px;
}

.home .module-header-a-right-top span {
    font-weight: 600;
    font-size: 20px;
    color: var(--white-color);
    font-family: var(--heading-font-family);
}

.module-header-a-right-top span {
   font-weight: 600;
    font-size: 20px;
    color:var(--primary-color);
    font-family: var(--heading-font-family);
}

.scrolled .module-header-a-right-top span {
    color:var(--primary-color);
   
}

 .module-header-a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: transparent;
/*	background: linear-gradient(to bottom, rgba(3, 16, 17, 1), rgba(3, 16, 17, 0));*/
	pointer-events: none;
	/* opacity: 0 !important; */
}

body.scrolled .module-header-a::before{
	display: none;
}
.home .module-header-a-phone {
    font-weight: 600;
    font-size: 1.2rem;
    margin-left: 20px;
    display: inline-block;
    color:var(--white-color)
}
.module-header-a-phone {
    font-weight: 600;
    font-size: 1.2rem;
    margin-left: 20px;
    display: inline-block;
    color:var(--primary-color)
}

.scrolled .module-header-a-phone {
   color:var(--primary-color);
}

.scrolled .module-header-a-phone:focus,
.scrolled .module-header-a-phone:hover{
   color:var(--secondary-color);
}

.module-header-a-phone i {
    font-size: 90%;
    margin-right: 5px;
    font-weight: bold;
}

.module-header-a-right-bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
	.module-header-a-right {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding-top: 8px;
		width: 80%;
	}

	.module-header-a-logo {
		flex: 1;
	}

.module-header-a-inner {
	padding: 10px 15px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
}

	.module-header-a-logo img {
		padding: 0;
	}
}

.header-search {
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	background-color:#2c4d77;
	padding: 18px 0;
	width: 100%;
	opacity: 0;
	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: #070b2e;
	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: #fff;
}

.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: #fff;
	border-bottom: 1px solid #fff;
	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: none;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	margin: 0 0 5px 30px;
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.menu-footer-navigation-container {
    display: inline;
}
.footer-navigation {
    display: inline;
    margin: 0;
}
.menu-footer-navigation-container ul li {
    display: inline-flex;
    font-family: var(--body-font-family);
}
.module-footer-a {
	background-color: var(--secondary-color);
}

.module-footer-a .footer-upper-phone {
	font-size: 1.6rem;
	color: var(--black-color);
	margin: 25px 0;
}

.module-footer-a .footer-lower,
.module-footer-a p,
.module-footer-a a,
.module-footer-a h2,
.module-footer-a h3 {
	color: var(--white-color);
}
 
.module-footer-a a  {
	text-decoration:none
}


.module-footer-a a:hover,
.module-footer-a a:focus  {
 	color: var(--primary-color);
}


.module-footer-a h2,
.module-footer-a h3 {
	margin: 0;
}

.module-footer-a h3 {
	font-size: 1.2rem;
}

.footer {
	padding: 20px 0;
	text-align: center;
}

.footer-upper h2 {
	margin-bottom: 40px;
}

.footer-upper p {
	margin: 0;
}

.footer-upper-buttons,
.footer-upper-social {
	margin: 40px 0;
}

.footer-upper-social .social-links a {
	font-size: 1.6rem;
}

.footer-upper-social .social-links {
	margin: 0 auto;
}

.footer-lower span {
	position: relative;
	font-size: 0.7rem;
	text-transform: uppercase;
}

.footer-lower span:after {
	content: "|";
	margin: 0 8px;
}

.footer-lower span:last-of-type:after {
	display: none;
}

.footer-lower-disclaimer {
	line-height: 1;
	margin: 0 auto 40px;
}

@media screen and (min-width: 1025px) {
	.footer-lower-disclaimer {
		width: 60%;
	}
}
.module-footer-c {
	background-color: var(--gray-color);
	padding: 20px 0;
}

.footer-inner span {
	text-transform: uppercase;
	font-size: 0.8rem;
	position: relative;
	color: var(--primary-color);
}
.footer-inner span a {
	text-transform: uppercase;
	font-size: 0.8rem;
	position: relative;
	color: var(--primary-color);
}
.footer-inner span a:hover,
.footer-inner span a:focus {
	text-transform: uppercase;
	font-size: 0.8rem;
	position: relative;
	color: var(--secondary-color);
}



.footer-inner span::after {
	margin: 0 6px;
	position: relative;
	display: inline-block;
	top: 2px;
	left: 0;
	content: "";
	width: 1px;
	height: 12px;
	background: #464646;
}

.footer-inner span:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.footer-inner span:last-of-type::after {
	display: none;
}

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
	display: none;
	flex-wrap: wrap;
}

.breadcrumbs-single {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
	text-decoration: underline;
}

.breadcrumbs-single:after {
	position: absolute;
	right: -4px;
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
}

.breadcrumbs-single:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumbs-single:last-of-type:after {
	display: none;
}

@media screen and (min-width: 1025px) {
	.breadcrumbs-container {
		display: flex;
	}
}

/* FEATURES > Accordion */
.accordion-item {
	border-bottom: 1px solid #c0c3d3;
}
.accordion-item-title {
	padding-top:20px;
	padding-bottom:20px;
    /* padding: 20px; */
    font-size: 22px;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    color: #385e78;
    line-height: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    transition: background 200ms ease-out;
}

.accordion-item-title:after {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 1.2rem;
	text-align: center;
	color: #000;
}

.accordion-item.active:focus {
	outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
	color:#f16725;
}

.accordion-item-title:focus:not(:focus-visible) {
	outline: none;
}

.accordion-item.active .accordion-item-title:after {
	content: "\f106";
}

.accordion-item-content {
	display: none;
}


.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadeIn 200ms both;
	animation: fadeIn 200ms both;
}

.accordion-item-content > *:first-child {
	margin-top: 20px;
}

.accordion-item-content > *:last-child {
	margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	font-style: italic;
	position: relative;
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 70px;
}

blockquote p,
.quote-single p {
	margin: 0;
}

blockquote:before, .quote-single:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 1%;
    left: 1%;
    font-size: 2.7rem;
    opacity: 1;
    color: #070b2e;
    font-style: normal;
	font-weight:bold;
}

/* FEATURES > CTA Block */
.cta-single {
	padding: 40px;
	background: #e9f5f7;
	border: 1px solid #070b2e;
	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: #fff;
	box-shadow: 0 0 20px #000;
	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: #e9f5f7;
	padding: 50px 0;
}

.reviews-star-icon {
	color: #000;
	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: #000;
	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: #000;
	color: #fff;
	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: #070b2e;
}

@media screen and (min-width: 640px) {
	.videos-container {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.videos-single {
		width: 48%;
	}
}

@media screen and (min-width: 1025px) {
	.videos-container {
		justify-content: flex-start;
	}

	.videos-single {
		width: 31.3%;
		margin: 0 3% 110px 0;
	}

	.videos-single:nth-child(3n) {
		margin-right: 0;
	}
}

/* FEATURES > YouTube Player */
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	background: #000;
	margin: 20px 0 50px;
}

.youtube-player-inner {
	width: 100%;
	height: 100%;
	content: "";
	overflow: hidden;
	position: absolute;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.youtube-player-inner:after,
.videos-single:after {
	content: "\f144";
	font-family: "Font Awesome 6 Pro";
	font-size: 3.5rem;
	opacity: 0.8;
	display: inline-block;
	margin: 0 auto;
	transition: all 150ms ease-out;
	color: #000;
	pointer-events: none;
	z-index: 1;
}

.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after,
.videos-single:hover:after,
.videos-single:focus:after {
	transform: scale(1.1);
	color: #fff;
	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: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */
.social-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	max-width: 160px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 45px;
    line-height: 45px;
    height: 45px;
    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(--secondary-color);
}

/* FEATURES > Case Results */
.results-slider {
	margin-bottom: 30px;
}

.results-slider-single {
	border: 1px solid #000;
	padding: 30px;
}

.results-slider-single:last-of-type {
	margin: 0;
}

.results-slider-single h3 {
	font-weight: 700;
	color: #070b2e;
	margin-bottom: 25px;
}

/*******************************************************************************************
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;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInUpSlight {
	-webkit-animation-name: fadeInUpSlight;
	animation-name: fadeInUpSlight;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeInRightSlight {
	-webkit-animation-name: fadeInRightSlight;
	animation-name: fadeInRightSlight;
}

.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;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-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);
	}
}

@-webkit-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);
	}
}

@-webkit-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);
	}
}

@-webkit-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);
	}
}

@-webkit-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);
	}
}

@-webkit-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);
	}
}

@-webkit-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);
	}
}

@-webkit-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);
	}
}

@-webkit-keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@-webkit-keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

@-webkit-keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

/*******************************************************************************************
MODULES - General styling for repeatable blocks
*******************************************************************************************/
/* .module {
	padding: 80px 0;
} */
.module.module-badges-a {
    padding-top: 10px;
    padding-bottom: 120px;
}

.module-badges-a-single img {
	max-width: 200px;
	height: auto;
}
.module-dark {
	background: #070b2e;
}


.modules-showcase .module-title {
	display: block;
}

.box-icon {
	margin: 0;
}

.box-icon:before {
	content: "\f073";
	font-family: "Font Awesome 6 Pro";
	width: 50px;
	line-height: 50px;
	font-size: 2rem;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #070b2e;
	margin: 0 auto;
}

.content-selector {
	cursor: pointer;
	transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
	background: #c0c3d3;
}

.modules-skip {
	justify-content: center;
	flex-wrap: wrap;
}

.modules-skip button {
	margin: 0 5px 5px 0;
}

/*******************************************************************************************
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
*******************************************************************************************/
.grecaptcha-badge {
	display: none;
}

#theme-switcha {
	border: 1px solid #000;
	margin-bottom: 30px;
	color: #070b2e;
}



@media screen and (min-width: 767px) and (max-width:1024px) {

section.sidebar-block {
	background: #ececec;
	padding: 20px;
}

}
i.fab.fa-square-instagram:focus,
i.fab.fa-square-instagram:hover {
    color: #f26522;
}

