/*******************************************/
/* 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.2306                         */
/*******************************************/

/*
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: #000;
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 10px;
}

.content ol li {
	padding-left: 0;
}
.form-container.blog-form {
	padding: 0;
}
.content ul:not(.slick-dots) li::before {
	position: absolute;
	left: 0;
	content: "\f105";
	color: var(--secondary-color);
}

.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: #0f8577;
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 40px 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: #efefef;
	padding: 35px;
}

.sidebar section:not(:last-child) {
	margin-bottom: 40px;
}

.sidebar section ul li {
	padding: 8px 0 8px 25px;
	position: relative;
}

.sidebar section ul li::before {
	position: absolute;
	color: var(--secondary-color);
	content: "\f105";
	top: 6px;
	left: 0;
}

.sidebar section ul li {
	border-bottom: 1px solid #cacaca;
}

.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section button.no-button, .sidebar section ul li a {
	color: #242424;
	text-decoration: none;
	font-weight: 400;
	text-align: left;
}

.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(--secondary-color);
	text-decoration: none;
}

.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: 80px 0;
	}
.page-template-template-practices #main {
	padding: 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: #fff;
	background: none;
	border: 0;
	border: 1px solid #fff;
	font-size: 1rem;
	line-height: 1;
	font-family: var(--body-font-family);
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 15px;
}

select {
	border-bottom: none;
}

input, select, textarea, label {
	height: 32px;
	line-height: 32px;
}
.gform_wrapper.gravity-theme .gform_fields {
 
	grid-row-gap: 10px;
 
}
input.dark-input,
select.dark-input,
textarea.dark-input {
	color: #1b2c58;
}

textarea {
	resize: none;
	min-height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff;
}

input::placeholder,
textarea::placeholder {
	color: #fff;
}

select,
form legend,
form label,
form p {
	font-size: 0.9rem;
}

legend,
label {
	color: #fff;
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

label {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 10px;
	pointer-events: none;
	transition: all 200ms ease-out;
}

.gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 2px !important; 
 
}

.gform_wrapper.gravity-theme .gfield_label {
   float: left;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 30px!important;
}
h3.gsection_title {
	color: #fff;
	text-align: left;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 600;
}
.home-hero-form-container .gsection_title {
	font-size: 25px;
}



.gform_wrapper.gravity-theme .gfield_required {
	color: red !important;
 
}

.gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 15px !important;
	font-weight: normal !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: -15px;
	font-size: 0.7rem;
}

.form-input-group label i {
	color: var(--secondary-color);
}

.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	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: #1b2c58;
	pointer-events: none;
	transition: all 200ms ease-out;
}

.select-wrapper.active:after {
	background: #1b2c58;
	color: #fff;
}

.gform_button {
	padding: 0px;
	min-height: 40px;
	background: #DDF2FD;
	border: none !important;
	color: var(--primary-color);
	font-size: 18px;
	text-transform: none !important;
	font-weight: bold;
}

.gform_button:hover,
.gform_button:focus {
	padding: 0px;
	min-height: 40px;
	background:var(--secondary-color);
	border: none !important;
	color: #fff;
	font-size: 18px;
	text-transform: none !important;
	font-weight: bold;
}
.gform_wrapper.gravity-theme .gsection {
 
	border: none !important;
}

.form-container {
	 
	padding: 30px;
	padding-top:10px;
}

.home-hero-form .form-container, .home-hero-form .gform_wrapper.gravity-theme .gsection {
	padding-top: 10px;
	border: none;
}

.gform_wrapper.gravity-theme .gsection {
    border-bottom: 1px solid #ccc;
    padding: 0 16px 8px 0;
    padding-top: 30px;
}
 

section.sidebar-block h2 {
	color: var(--primary-color);
}

.sidebar  .gform_wrapper {
	background: var(--primary-color);
	padding: 20px;
	margin-bottom:30px
}

.sidebar.columns .form-container input {
 height:50px
}

.sidebar.columns .form-container textarea {
 min-height:80px
}

.contact-form-heading {
	color: #fff;
	text-align: center;
}
.small-12.map-main {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}

.small-12.map-main:last-of-type {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.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: #1b2c58;
}

.background-input input, .background-input textarea, .background-input select {
	background-color: #1b2c58;
	height: 45px;
}

.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;
	width:160px;
}

.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: #710e18;
	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: #1b2c58;
	transform: scale(1.1);
}

.slick-dots li.slick-active button {
	background: var(--secondary-color);
	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;
	background: none !important;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding: 0;
	color: #0f8577;
	width: 40px;
	height: 40px;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	color: #710e18;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	opacity: 1;
}

.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: #710e18;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
	content: "\f04c";
}

.slick-autoplay-toggle-button .slick-play-icon:before {
	content: "\f04b";
}

.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: #1b2c58;
    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: #0f8577;
	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 .mm_button{
	max-width: 300px;
	margin: 30px auto 0;
}

#mobile-navigation {
	z-index: 100;
	position: fixed;
	top: 0;
	background-color: #1b2c58;
}

#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: #e9f5f7;
	display: none;
}

#mobile-navigation.active .mobile-navigation-top-inner {
	display: flex !important;
}

#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: #710e18;
	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: 0;
	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: #282c4f;
	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: 60px;
	height: 100%;
	background: none;
	margin-left: auto;
	color: #1b2c58;
	font-size: 1.6rem;
	height: 60px;
}

.mobile-navigation-close:focus,
.mobile-navigation-close:hover {
	color: #0f8577;
}

.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: #1b2c58;
	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
*******************************************************************************************/

/* HEADER > Header Search Bar */
.header-search {
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	background-color: #1b2c58;
	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: #1b2c58;
	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: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	margin: 0 0 5px 30px;
	display: none;
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
	padding: 80px 0;
	text-align: center;
}

.footer-upper h2 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 5px;
}
.footer-contact-top .cont-tit:nth-child(3) {
	margin-top: 30px;
 
}.footer-lower .menu-footer-navigation-container {
	display: inline;
}

.footer-lower .footer-navigation {
	margin: 0;
	display: inline;
}
.footer-lower .footer-navigation li {
	display: inline;
}

.footer.module-footer-c {
	padding: 15px 0;
	background: #2b2828;
}



.footer.module-footer-c {
	padding: 25px 0;
	background: var(--primary-color);
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	display: none;
}

.footer.module-footer-c .menu-footer-navigation-container {
	display: inline;
}

.footer.module-footer-c .footer-navigation {
	margin: 0;
	display: inline;
}
.footer.module-footer-c .footer-navigation li {
	display: inline;
}

.page-template-template-contact .footer.module-footer-b {
	display: none;
}
.page-template-template-contact .footer.module-footer-c {
 
	display: block;
}

.footer.module-footer-c a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.footer.module-footer-c a:hover,
.footer.module-footer-c a:focus {
	color: #d7b178;
	text-decoration: none;
	text-transform: uppercase;
}




.footer-contact-top a {
	color: var(--secondary-color);
}
.footer-contact-top a:hover,
.footer-contact-top a:focus
 {
	color: var(--alternate-color);
	text-decoration:none
}

.footer-upper h3 {
	color: var(--alternate-color);
	font-size: 30px;
	padding-top: 20px;
}


.footer-upper p {
	margin: 0;
	color: #fff;
	font-size: 15px;
}


.footer-upper-phone, .footer-upper-phone a {
	color: #bd4f4f;
	font-weight: bold;
	font-size: 25px;
}
.footer-upper-phone {
	color: #c43b51;
}

.footer-upper p {
	margin: 0;
	color: #fff;
}

.footer-upper-buttons,
.footer-upper-social {
	margin: 40px 0;
}

.footer-upper-social .social-links a {
	font-size: 1.6rem;
	color: #fff;
}
.footer-upper-social .social-links a:hover,
.footer-upper-social .social-links a:focus {
	font-size: 1.6rem;
	color: var(--secondary-color);
}
.footer-upper-social .social-links {
	margin: 0 auto;
	justify-content: center;
}
.footer-lower {
	text-align: center;
	color: #fff;
}

.footer-lower a {
	color: #fff;
	text-decoration: none;
}

.footer-lower a:hover,
.footer-lower a:focus {
	color: var(--secondary-color);
	text-decoration: none;
}


.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;
}

.ps219sw17 {color: blue; }

@media screen and (min-width: 1025px) {
	.footer-lower-disclaimer {
		width: 60%;
	}
}

/*******************************************************************************************
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: 20px;
	font-size: 20px;
	margin: 0;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	color: #1c2137;
	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.5rem;
    text-align: center;
    color: #bd822d;
}

.accordion-item.active:focus {
	outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
	background:#f5ddb1;
}

.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-content p {
	font-size: 18px;
}

.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: 20px;
	/* padding-left: 80px; */
	border-left: 5px solid var(--secondary-color);
}

blockquote p, .quote-single p, blockquote h3 {
	margin: 0;
	font-size: 20px;
	color: var(--primary-color);
}

/* blockquote:before,
.quote-single:before {
	content: "\f10d";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 1%;
	left: 3%;
	font-size: 2.7rem;
	opacity: 1;
	color: #c0862e;
	font-style: normal;
	font-weight: 700;
} */

/* FEATURES > CTA Block */
.cta-single {
	padding: 40px;
	background: #e9f5f7;
	border: 1px solid #1b2c58;
	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: #710e18;
	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: #0f8577;
	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: #1b2c58;
}

@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: #710e18;
	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.3rem;
	width: 35px;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
}

.social-links a img {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}

.social-links a:hover,
.social-links a:focus {
	color: #710e18;
}

/* FEATURES > Case Results */
.results-slider {
	margin-bottom: 30px;
}

.results-slider-single {
	border: 1px solid #0f8577;
	padding: 30px;
}

.results-slider-single:last-of-type {
	margin: 0;
}

.results-slider-single h3 {
	font-weight: 700;
	color: #1b2c58;
	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: 30px 0;
	
}

main .column .module .column {
	padding-left: 0;
	padding-right: 0;
}

.module-dark {
	background: #020a2c;
}
.module.module-cta-a.module-dark.light-text .module-title {
	margin-bottom: 30px;
	color: var(--primary-color);
	font-size: 30px;
}

.module.module-cta-a.module-dark.light-text p, .module.module-cta-a.module-dark.light-text p span {
	color: #000 !important;
}


.module.module-cta-a.module-dark a:hover, .module.module-cta-a.module-dark a:focus {
	color: #fff !important;
	margin-bottom: 0 !important;
}


.module.module-cta-a.module-dark a:hover,
.module.module-cta-a.module-dark a:focus
 {
	color: #ae162f;
}


h2.module-title {
    text-align: center;
    font-size: 2.5rem;
}

.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: #1b2c58;
	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 #0f8577;
	margin-bottom: 30px;
	color: #1b2c58;
}


.module-practices-b-inner .practices-single {
	width: 100%;
	height: 200px;
	background-color: var(--primary-color);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.2;
	background-size: cover;
	background-position: center;
	position: relative;
	animation-duration: 1s;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}


.module-practices-b-inner .practices-single:hover,
.module-practices-b-inner .practices-single:focus {
	background-color: var(--secondary-color);
	    transition: all .5s;
    transform : translateY(-15px);
 
	 
}
 

.module-practices-i-right-single:hover,
.module-practices-i-right-single:focus {
 
}

.module-practices-b-inner .practices-single::after {
	content: "";
	position: absolute;
	background: rgba(6, 18, 51, 0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.module-practices-b-inner .practices-single:hover:after,
.module-practices-b-inner .practices-single:focus:after {
	content: "";
	position: absolute;
	background: rgba(6, 18, 51, 0.9);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}


.module-practices-b .practices-single span {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 5px #000;
    font-family: var(--heading-font-family);
}


@media screen and (min-width: 768px) {
	.module-practices-b-inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

.module-practices-b .practices-single {
	min-height: 200px;
	height: auto;
	padding: 15px;
}
}

@media screen and (min-width: 1025px) {
.module-practices-b-inner {
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 1px;
grid-column-gap:  1px;
}
}

.module-practices-c h3 {
	margin-top: 15px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.module-practices-c h3::after {
	content: "";
	width: 100px;
	margin: 5px 0 1rem;
	height: 5px;
	background-color: #cb9132;
	display: block;
	margin: 0 auto;
	margin-top: 0;
	/* margin-bottom: 20px; */
	width: 0px;
	height: 0px;
}




@media screen and (min-width: 280px) and (max-width: 767px) {

.module {
	padding: 40px 0;
}

h2.module-title {
	margin-bottom: 20px;
}

.module-practices-c .module-title {
	margin-bottom: 0;
	font-size: 27px !important;
}
.module-practices-c .practices-single {
	margin-bottom: 20px!important;
}



}
p.disclaimer {
    color: #fff;
    font-size: 11px;
}

.google-reviews {
margin: 50px 0 60px;	
}

.google-reviews-single {
	text-align: center;
	border-radius: 0;
}

.google-reviews-cta {
	margin-bottom: 30px;
}

