/******************************************   */
/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2402                         */
/******************************************   */

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

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > Utility Classes */
.no-margin-last > p:last-of-type {
	margin: 0 !important;
}

.no-transition {
	transition: none !important;
}

.hr-after {
	position: relative;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.center,
.has-text-align-center,
.align-center,
.text-center {
	text-align: center;
}

.right,
.align-right,
.text-right {
	text-align: right;
}

.body-font {
	font-family: var(--font-family-body);
}

.header-font {
	font-family: var(--font-family-heading);
}

.overflow-hidden {
	overflow: hidden;
}

.flex-container {
	display: flex;
	align-items: center;
}

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

.flex-align-horizontal {
	display: flex;
	justify-content: center;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

.background-transparent {
	background: transparent;
}

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

/* GENERAL > HTML and Structure */
.content {
	position: relative;
	margin-bottom: 60px;
}

.content .wp-block-image {
	margin-bottom: 30px;
}

.content .wp-block-image .alignright {
	margin: 0 0 20px 20px;
	float: right;
}

.content .wp-block-image .alignleft {
	margin: 0 20px 20px 0;
	float: left;
}

.content.full-width {
	float: none;
	margin-bottom: 0;
}

.content p.indent {
	margin-left: 60px;
}

.content section {
	margin-bottom: 60px;
}

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

ol,
ul {
	margin: 0 0 35px;
	padding: 0;
}

ol {
	padding-left: 20px;
	list-style-position: outside;
}

ul.has-before li,
.content li {
	padding: 0 0 0 20px;
	position: relative;
}

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

.content ul:not(.slick-dots) li:before,
ul.has-before li:before {
	top: 12px;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	display: block;
	background-color: var(--color-secondary);
	content: '';
}

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

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

.content-intro {
	line-height: 1.5;
	font-size: 1.125rem;
	font-weight: 600;
	max-width: 915px;
	margin: 0 auto;
}

.content-text {
	max-width: 820px;
	margin: 0 auto;
}

.content-info {
	/* max-width: 850px; */
	margin: 0 auto;
}

.content-info-image {
	margin-bottom: 20px;
}

.content-info-image img {
	width: 100%;
	height: auto;
	display: block;
}

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

figure {
	margin: 0;
}

.italic {
	font-style: italic;
}

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

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

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

section.sidebar-block {
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
}

section.sidebar-block li,
section.sidebar-block li span{
	font-weight: 500 !important;
}

section.sidebar-block h2,
section.sidebar-chairs h2 {
	font-size: 1.875rem;
	font-weight: 300;
	margin-bottom: 20px;
}

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

.sidebar section ul li {
	padding: 0 0 0 15px;
	position: relative;
}

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

.sidebar section ul li:before {
	width: 4px;
	height: 4px;
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	background-color: var(--color-secondary);
	content: '';
}

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

.sidebar section button.no-button,
.sidebar section ul li a {
	font-weight: inherit;
	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 {
	/* font-weight: bold; */
	text-decoration: none;
	color: var(--color-secondary);
}

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

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

.sidebar-block ul ul {
	padding-left: 20px;
	padding-bottom: 15px;
}

.sidebar-block ul li span{
	display: block;
}

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

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

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

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

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

	.content-intro {
			font-size: 1.25rem;
	}

	.content-info {
			display: flex;
	}

	.content-info-image {
			margin-bottom: 0;
			width: 38.3%;
	}

	.content-info-image + .content-info-text {
			width: 61.7%;
			padding-left: 38px;
	}
}

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

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

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

input::-moz-placeholder,
textarea::-moz-placeholder,
input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: var(--color-body-text);
}

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

label {
	transition: all 200ms ease-out;
}

label.gfield_label.gform-field-label{
	display: none;
}

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

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

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 40px;
}

.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: 50%;
	text-align: center;
	width: 45px;
	line-height: 45px;
	color: var(--color-primary);
	pointer-events: none;
	transform: translateY(-50%);
	transition: all 200ms ease-out;
}

.select-wrapper.active::after {
	color: var(--color-secondary);
}

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

.form-container h2 {
	color: inherit;
	text-align: center;
}

input.has-error {
	border: 1px solid #f00 !important;
	box-shadow: 0 0 2px #f00 !important;
}

.gform_submission_error,
.gfield_validation_message,
p.error-text {
	color: red;
}

.gfield_validation_message,
p.error-text {
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

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

.gform_footer .gform_button {
	width: 100%;
	padding: 10px;
	font-weight: bold;
	font-size: 1.125rem;
}

.gform_submission_error {
	font-size: 1rem;
}

.gform_validation_errors ol,
.gform_submission_error .gform_heading,
.ginput_counter,
span.gfield_required {
	display: none;
}

.gfield_validation_message,
p.error-text {
	color: red;
	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 {
	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-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-arrow {
	position: absolute;
	top: 65px;
	width: 33px;
	height: 60px;
	font-size: 26px;
	color: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-secondary);
	text-decoration: none;
	z-index: 1;
	border: 0;
	padding: 0;
}

.slick-arrow:focus,
.slick-arrow:hover {
	color: var(--color-white);
}

.prev-arrow {
	left: calc(var(--gutter-size) * -1);
}

.next-arrow {
	right: calc(var(--gutter-size) * -1);
}

.slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	text-align: center;
	list-style: none;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.slick-dots li {
	margin: 0 3px;
	padding: 0;
	position: relative;
	display: inline-block;
}

.slick-dots li button {
	padding: 0;
	display: block;
	width: 12px;
	height: 12px;
	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);
}

.slick-dots li.slick-active button {
	background: var(--color-secondary);
}

.slick-sr-only {
	margin: -1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	white-space: nowrap !important;
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
}

.slick-autoplay-toggle-button {
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 40px;
	height: 40px;
	color: var(--color-secondary);
	background: none !important;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	opacity: 1;
	color: var(--color-alternate);
}

.slick-autoplay-toggle-button .slick-pause-icon:before,
.slick-autoplay-toggle-button .slick-play-icon:before {
	font-family: var(--font-family-icon);
	text-align: center;
}

.slick-autoplay-toggle-button:focus {
	color: var(--color-alternate);
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
	content: '\f04c';
}

.slick-autoplay-toggle-button .slick-play-icon:before {
	content: '\f04b';
}

.slider-container {
	margin: 0 auto;
	position: relative;
	max-width: 85%;
}

.slick-arrow-container {
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	left: -50px;
	display: flex;
	justify-content: space-between;
	width: calc(100% + 100px);
	pointer-events: none;
}

.slick-arrow-container button {
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 3rem;
	text-align: center;
	color: var(--color-primary);
	background: none;
	pointer-events: all;
}

.slick-arrow-container button i {
	line-height: 0;
}

@media screen and (min-width: 1025px) {
	.slider-container {
			max-width: 100%;
	}

	.slick-arrow-container {
			left: 0;
			width: 100%;
	}
}

/* GENERAL > Skip To Content */
#skiptocontent {
	padding: 8px;
	position: fixed;
	z-index: 10;
	display: block !important;
	opacity: 0;
	color: var(--color-white);
	background-color: var(--color-secondary);
	transform: translateY(-40px);
	transition: all 200ms ease-out;
}

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

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

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

/* MENUS > Mobile Menu */
#mobile-navigation {
	position: fixed;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	overflow: auto;
	padding-top: 97px;
	padding-bottom: 45px;
	background-color: #0e315a;
	flex-wrap: wrap;
	align-content: space-between;

}

#mobile-navigation.active {
	display: flex;
	-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.active .mobile-navigation-close {
	color: var(--color-white);
	font-size: 1.063rem;
	border-color: var(--color-white);
}

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

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

#mobile-navigation a {
	padding: 12px 7px 10px 7px;
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--color-light-gray);
	text-transform: uppercase;
}

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

#mobile-navigation ul {
	padding: 0 50px;
	width: 100%;
}

#mobile-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid #304d6f;
}

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

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

#mobile-navigation ul li:last-of-type {
	border-bottom: solid 1px #304d6f;
}

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

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

#mobile-navigation .sub-menu a {
	padding: 0;
	font-weight: normal;
	text-transform: none;
}

#mobile-navigation .sub-menu li {
	margin-bottom: 10px;
}

#mobile-navigation .sub-menu li,
#mobile-navigation .sub-menu li:last-child {
	border: 0;
}

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

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

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

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

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

.mobile-navigation-previous {
	margin-bottom: 10px;
	border: none !important;
}

#mobile-navigation-top {
	width: 100%;
	position: absolute;
	top: 0;
}

.mobile-search {
	padding: 0 50px;
}

.mobile-search input {
	padding: 15px 0;
	font-size: 0.875rem;
	color: var(--color-light-gray);
	border-bottom: solid 1px var(--color-white);
}

.mobile-search .header-search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	font-size: 1.125rem;
	background: transparent;
	width: 30px;
	height: 100%;
	color: var(--color-light-gray);
}

.mobile-search .header-search-submit:focus,
.mobile-search input:focus {
	outline: 0;
}

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

	.mobile-navigation-top-inner,
	.mobile-search {
		display: none;
	}
}

/* MENUS > Mobile Menu Paged */
.mobile-menu-paged #mobile-navigation .sub-menu {
	position: fixed;
	top: 0;
	height: 100vh;
}

.mobile-menu-paged #mobile-navigation .menu-item-has-children > a:after {
	content: '\f105';
}

.mobile-menu-paged #mobile-navigation a {
	padding-left: var(--gutter-size);
}

.mobile-menu-paged #mobile-navigation ul li.sub-menu-open > .sub-menu {
	-webkit-animation: fadeinright 300ms ease-out;
	animation: fadeInRight 300ms ease-out;
}

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

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

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

.header-search-inner {
	display: flex;
	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 {
	padding: 30px var(--gutter-size);
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: none;
	max-height: 350px;
	background: var(--color-primary);
	overflow: auto;
}

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

.ps219sw17
{
	color: blue;
}

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

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

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

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

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

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

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

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

#header-search-open {
	margin-left: 15px;
	padding: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 0.938rem;
	text-align: center;
	background-color: transparent;
}

#header-search-open:before {
	display: none;
}

#header-search-open:hover {
	color: var(--color-secondary);
}

@media screen and (min-width: 1025px) {
	.header-search {
			padding-top: 28px;
			padding-bottom: 28px;
	}
}

@media screen and (min-width: 1180px) {
	#header-search-open {
			margin-left: 20px;
	}
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
	position: relative;
	z-index: 5;
	background-color: #0e315a;
	text-align: center;
}

.footer .row {
	margin: 0 auto;
	max-width: 1070px;
}

.footer-logo {
	padding-top: 34px;
	padding-bottom: 20px;
	display: block;
}

.footer-logo img {
	margin: 0 auto;
	display: block;
}

.footer-locations {
	margin-bottom: 0;
}

.footer-locations-item {
	margin-right: -30px;
	margin-left: -30px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	width: calc(100% + 60px);
	border-bottom: 1px solid #304d6f;
	background-color: var(--color-primary);
	cursor: pointer;
}

.footer-locations-item.active .footer-locations-address {
	display: block;
}

.footer-locations-item > span {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-white);
}

.footer-locations-item > span i {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.footer-locations-item.active > span i {
	transform: rotate(180deg);
}

.footer-locations-item:hover span {
	z-index: 2;
}

.footer-locations-address {
	margin: 10px -15px 0;
	padding: 25px 15px;
	display: none;
	width: calc(100% + 30px);
	text-align: center;
	background-color: var(--color-gray);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.footer-locations-name {
	margin-bottom: 12px;
	font-family: var(--font-family-heading);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #0e315a;
}

.footer-locations-address address {
	margin-bottom: 4px;
	font-size: 14px;
	color: var(--color-black);
	line-height: 1.4;
}

.footer-locations-tel {
	font-family: var(--font-family-heading);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	color: var(--color-primary);
	transition: all 0.3s;
}

.footer-locations-tel:hover {
	color: var(--color-secondary);
}

.footer-copyright {
	padding-top: 37px;
	padding-bottom: 37px;
	background-color: var(--color-primary);
}

.footer-copyright-nav {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.footer-copyright-nav > li {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-white);
	transition: all 0.3s;
}

.footer-copyright-nav > li:after {
	margin: -2px 7px 0;
	display: inline-block;
	width: 1px;
	height: 15px;
	vertical-align: middle;
	background-color: var(--color-white);
	content: '';
}

.footer-copyright-nav > li:last-child,
.footer-copyright-nav > li:first-child {
	width: 100%;
}

.footer-copyright-nav > li:nth-child(4):after,
.footer-copyright-nav > li:first-child:after,
.footer-copyright-nav > li:last-child:after {
	display: none;
}

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

.footer-copyright-nav > li > a:hover {
	color: var(--color-secondary);
}

.footer-copyright-social {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.footer-copyright-social > li {
	margin-right: 29px;
}

.footer-copyright-social > li:last-child {
	margin-right: 0;
}

.footer-copyright-social > li > a {
	font-size: 16px;
	text-decoration: none;
	color: var(--color-white);
}

.footer-copyright-social > li > a span {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
}

.footer-copyright-social > li > a:hover {
	color: var(--color-secondary);
}

@media screen and (min-width: 1025px) {
	.footer {
			text-align: left;
	}

	.footer-holder {
			padding-top: 30px;
			padding-bottom: 27px;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
	}

	.footer-logo {
			padding-top: 0;
			padding-bottom: 0;
			display: inline-block;
			width: 78px;
			margin-right: 56px;
	}

	.footer-logo img {
			margin: 0;
	}

	.footer-locations {
			margin-bottom: 0;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			flex: 1;
	}

	.footer-locations-item {
			margin-right: 0;
			margin-left: 0;
			width: auto;
			border-bottom: 0;
			background-color: #0e315a;
	}

	.footer-locations-address {
			margin: 0;
			padding: 25px 15px 28px;
			position: absolute;
			bottom: 0;
			left: 50%;
			z-index: 1;
			display: block !important;
			opacity: 0;
			visibility: hidden;
			width: 200px;
			height: auto !important;
			text-align: center;
			background-color: var(--color-gray);
			transform: translateX(-50%);
			box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
			transition: all 0.3s;
	}

	.footer-locations-address:after {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 6px;
			background-color: var(--color-secondary);
			content: '';
	}

	.footer-locations-item.active span i {
			transform: rotate(0);
	}

	.footer-locations-item:hover .footer-locations-address {
			opacity: 1;
			visibility: visible;
			bottom: 100%;
	}

	.footer-copyright-holder {
			display: flex;
			align-items: center;
			justify-content: space-between;
	}

	.footer-copyright-nav > li:last-child,
	.footer-copyright-nav > li:first-child {
			width: auto;
	}

	.footer-copyright-nav > li:nth-child(4):after {
			display: inline-block;
	}

	.footer-copyright-social,
	.footer-copyright-nav {
			justify-content: unset;
	}

	.footer-copyright-nav {
			margin-bottom: 0;
	}

	.footer-copyright-nav > li:first-child:after{
		display: inline-block;
	}
}

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

/* FEATURES > Content Tables */
table.has-fixed-layout {
	width: 100%;
	table-layout: fixed;
}

.content table {
	border-collapse: collapse;
}

table th,
table td {
	padding: 5px;
	text-align: left;
	border: 1px solid var(--color-light-gray);
}

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.breadcrumbs-single {
	font-size: 14px;
	color: var(--color-primary);
	margin-right: 6px;
	position: relative;
	text-decoration: none;
}

.breadcrumbs-single.last{
	color: var(--color-secondary);
	text-decoration: underline;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
	text-decoration: underline;
}

.breadcrumbs-single:after {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	font-family: var(--font-family-icon);
	content: '\f105';
}

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

.breadcrumbs-single:last-child:after {
	display: none;
}

@media screen and (min-width: 1025px) {
	.breadcrumbs-container {
			margin-bottom: 35px;
	}

	.breadcrumbs-container.is-tools {
			padding-right: 100px;
	}

	.breadcrumbs-container + .tools-container {
			top: 0;
			right: calc(var(--gutter-size) * 3);
			position: absolute;
	}
}

/* FEATURES > Tools */
.tools-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.tools-container .scroll-to {
	color: var(--color-primary);
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}

.tools-container .scroll-to:not(:last-child) {
	margin-right: 16px;
}

.tools-container .scroll-to:hover,
.tools-container .scroll-to:focus {
	color: var(--color-secondary);
}

.tools-container .scroll-to i.small-margin-right {
	margin-right: 7px;
}

@media screen and (min-width: 1025px) {
	.tools-container {
			margin-bottom: 35px;
	}

}

/* FEATURES > Accordion */
.accordion-item {
	border-bottom: 2px solid var(--color-secondary);
}

.accordion-item:first-of-type {
	border-top: 2px solid var(--color-secondary);
}

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

.accordion-item-title {
	margin: 0;
	padding: 20px 0;
	position: relative;
	display: flex;
	grid-gap: 15px;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	color: var(--color-primary);
	transition: background 200ms ease-out;
	cursor: pointer;
	text-transform: none;
	letter-spacing: unset;
	font-family: var(--font-family-heading);
}

.accordion-item-title:after {
	width: 30px;
	height: 30px;
	font-family: var(--font-family-icon);
	font-size: 1.5rem;
	line-height: 30px;
	text-align: center;
	color: var(--color-secondary);
	content: '\f067';
	font-weight: normal;
}

.accordion-item-title span {
	flex: 1;
	text-align: left;
}

.practice-item.active:focus,
.accordion-item.active:focus {
	outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
	background: transparent;
	color: var(--color-secondary);
}

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

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

.accordion-item-content {
	display: none;
}

.practice-item.active .accordion-item-content,
.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;
}

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

/* FEATURES > Quotes */
blockquote,
.quote-single {
	margin: 0 0 27px;
	position: relative;
	font-weight: 600;
}

blockquote,
.quote-single {
	border: 0;
	padding-left: 27px;
}

blockquote p,
.quote-single p {
	margin-bottom: 20px;
}

blockquote p:last-child {
	margin-bottom: 0;
}


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

/* 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-white);
	transform: translateX(100%);
	transition: all 200ms ease-out;
	box-shadow: 0 0 20px var(--color-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-black);
	transition: opacity 200ms ease-out;
	content: '';
}

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

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

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

	.videos-single {
			margin: 0;
	}
}

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

/* FEATURES > YouTube Player */
.youtube-player {
	margin: 20px 0 50px;
	padding-bottom: 56.23%;
	position: relative;
	max-width: 100%;

	/* Use 75% for 4:3 videos */
	height: 0;
	background: var(--color-black);
}

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

.youtube-player-inner:after,
.videos-single:after {
	margin: 0 auto;
	z-index: 1;
	display: inline-block;
	opacity: 0.8;
	font-family: var(--font-family-icon);
	font-size: 3.5rem;
	color: var(--color-alternate);
	transition: all 150ms ease-out;
	content: '\f144';
	pointer-events: none;
}

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

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

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

/* FEATURES > Social Link Lists */
.social-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 160px;
}

.social-links li{
	padding: 0;
}

.social-links li::before{
	display: none !important;
}

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

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

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

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


/* News Section */
.news {
	padding-top: 27px;
	position: relative;
	padding-bottom: 27px;
}

.news h2 {
	z-index: 1;
	font-weight: 300;
	font-size: 2.25rem;
	position: relative;
}

.news-holder {
	z-index: 1;
	position: relative;
}

.news-grid {
	margin-bottom: 33px;
	padding: 0 11px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.news-flex{
	grid-gap: 33px;
	gap: 33px;
	margin-bottom: 33px;
	padding: 0 11px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.news-flex .news-block{
	width: 100%;
}

.news-grid.slick-slider {
	display: block;
}

.news-background {
	top: 30px;
	left: 50%;
	position: absolute;
	width: 100%;
	max-width: 1280px;
	transform: translateX(-50%);
}

.news-background svg {
	width: 100%;
	height: auto;
	display: block;
}

.news-background g {
	opacity: 0.04;
}

.news-background path {
	fill: var(--color-primary);
}

.news.related {
	background-color: var(--color-light-gray);
}

.news.related .news-background path {
	fill: var(--color-white);
}

.news.related .news-background g {
	opacity: .5;
}

.ps219sw17 {
	color: blue; 
}

@media screen and (min-width: 768px) {
	.news h2 {
			font-size: 3.75rem;
			margin-bottom: 38px;
	}

	.news-grid {
			padding: 0;
			grid-template-columns: repeat(2, 1fr);
			gap: 20px;
	}

	.news-flex .news-block{
		width: 50%;
	}

	.news .slick-list {
			margin-right: -30px;
	}

	.news .news-slide {
			margin-right: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.news {
			padding-top: 71px;
			padding-bottom: 63px;
	}

	.news-grid {
			grid-template-columns: repeat(3, 1fr);
			gap: 32px;
	}

	.news-flex .news-block{
		width: calc(33% - 66px);
	}

	.news .slick-list {
			margin-right: 0;
	}

	.news .news-slide {
			margin-right: 0;
	}

	.news .news-slide {
			padding: 0 15px;
	}

	.news-background {
			top: 68px;
	}
}

@media screen and (min-width: 1281px) {
	.news {
			padding-top: 80px;
			padding-bottom: 103px;
	}
}

/* News Block */
.news-block {
	font-size: 1rem;
	color: var(--color-black);
	display: flex;
	width: 100%;
	flex-direction: column;
	font-weight: 500;
	margin-bottom: 20px;
	text-decoration: none;
}

.news-block:focus,
.news-block:hover {
	text-decoration: none;
	color: var(--color-primary);
}

.news-block i,
.cases-block i.case_arrow {
	transition: all 0.3s ease;
}

.news-block:focus i,
.news-block:hover i,
.cases-block:focus i.case_arrow,
.cases-block:hover i.case_arrow {
	color: var(--color-primary);
	transform: translateX(5px);
}

.news-block-image {
	position: relative;
	margin-bottom: 17px;
}

.news-block-image:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: var(--color-secondary);
}

.news-block-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 3px 3px 0 0;
	height: 175px;
	max-height: 175px;
}

.news-block span {
	display: block;
	font-size: 0.688rem;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.news-block i {
	margin-top: auto;
	color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
	.news-block-image {
			margin-bottom: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.news-block {
			margin-bottom: 0;
	}

}


/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.animated.fast {
	animation-duration: 600ms;
}

.animated.slow {
	animation-duration: 2000ms;
}

.animated.fadeIn {
	animation-name: fadeIn;
}

.animated.fadeInUp {
	animation-name: fadeInUp;
}

.animated.fadeInUpSlight {
	animation-name: fadeInUpSlight;
}

.animated.fadeInRight {
	animation-name: fadeInRight;
}

.animated.fadeInRightSlight {
	animation-name: fadeInRightSlight;
}

.animated.fadeInDown {
	animation-name: fadeInDown;
}

.animated.fadeInDownSlight {
	animation-name: fadeInDownSlight;
}

.animated.fadeInLeft {
	animation-name: fadeInLeft;
}

.animated.fadeInLeftSlight {
	animation-name: fadeInLeftSlight;
}

.animated.slideInUp {
	animation-name: slideInUp;
}

.animated.slideInRight {
	animation-name: slideInRight;
}

.animated.slideInDown {
	animation-name: slideInDown;
}

.animated.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes fadeIn {
	from {
			opacity: 0;
	}
	to {
			opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
			opacity: 0;
			transform: translate3d(0, 100%, 0);
	}
	to {
			opacity: 1;
			transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpSlight {
	from {
			opacity: 0;
			transform: translate3d(0, 10%, 0);
	}
	to {
			opacity: 1;
			transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
			opacity: 0;
			transform: translate3d(100%, 0, 0);
	}
	to {
			opacity: 1;
			transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRightSlight {
	from {
			opacity: 0;
			transform: translate3d(10%, 0, 0);
	}
	to {
			opacity: 1;
			transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
			opacity: 0;
			transform: translate3d(0, -100%, 0);
	}
	to {
			opacity: 1;
			transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownSlight {
	from {
			opacity: 0;
			transform: translate3d(0, -10%, 0);
	}
	to {
			opacity: 1;
			transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
			opacity: 0;
			transform: translate3d(-100%, 0, 0);
	}
	to {
			opacity: 1;
			transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeftSlight {
	from {
			opacity: 0;
			transform: translate3d(-10%, 0, 0);
	}
	to {
			opacity: 1;
			transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
			visibility: visible;
			transform: translate3d(0, 100%, 0);
	}
	to {
			transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
			visibility: visible;
			transform: translate3d(100%, 0, 0);
	}
	to {
			transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
			visibility: visible;
			transform: translate3d(0, -100%, 0);
	}
	to {
			transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
			visibility: visible;
			transform: translate3d(-100%, 0, 0);
	}
	to {
			transform: translate3d(0, 0, 0);
	}
}

@keyframes menuSlideRight {
	from {
			margin-left: -10px;
			opacity: 0;
	}
	to {
			margin-left: 0;
			opacity: 1;
	}
}

@keyframes menuSlideDown {
	from {
			margin-top: -10px;
			opacity: 0;
	}
	to {
			margin-top: 0;
			opacity: 1;
	}
}

/*******************************************************************************************
IMAGE ANIMATION - Swipe image animation on load
*******************************************************************************************/
@-webkit-keyframes image-reveal-right {
	0% {
			clip-path: inset(0 100% 0 0);
			-webkit-clip-path: inset(0 100% 0 0);
	}

	100% {
			clip-path: inset(0 0 0 0);
			-webkit-clip-path: inset(0 0 0 0);
	}
}

@keyframes image-reveal-right {
	0% {
			clip-path: inset(0 100% 0 0);
			-webkit-clip-path: inset(0 100% 0 0);
	}

	100% {
			clip-path: inset(0 0 0 0);
			-webkit-clip-path: inset(0 0 0 0);
	}
}

.image-active-swipe-right {
	will-change: clip-path, transform;
}

.image-active-swipe-right.animated {
	-webkit-animation: image-reveal-right 2s cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
	animation: image-reveal-right 2s cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
}


/*******************************************************************************************
MODULES - General styling for repeatable blocks
*******************************************************************************************/
.module {
	padding: 80px 0;
}

main .column .module .column {
	padding-right: 0;
	padding-left: 0;
}

.module-dark {
	background: var(--color-primary);
}

h2.module-title {
	margin-bottom: 60px;
}

.modules-showcase .module-title {
	display: block;
}

.box-icon {
	margin: 0;
}

.box-icon:before {
	margin: 0 auto;
	display: block;
	width: 50px;
	font-family: var(--font-family-icon);
	font-size: 2rem;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	color: var(--color-primary);
	content: '\f073';
}

.content-selector {
	cursor: pointer;
	transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
	background: var(--color-gray);
}

.modules-skip {
	flex-wrap: wrap;
	justify-content: center;
}

.modules-skip button {
	margin: 0 5px 5px 0;
}

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

	.header-mobile-buttons {
			display: none;
	}
}

/* location */

.map-info-wrapper{
	position: relative;
}

.location {
	position: absolute;
	margin: 0 auto;
	max-width: 880px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 400;
}

.location-map {
	width: 100%;
	position: relative;
}

.location-map svg {
	width: 100%;
	height: auto;
	display: block;
}

.location-map-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.location-map-dots button {
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
	background-color: var(--color-secondary);
	margin-bottom: 0;
	padding: 0;
}

.location-map-dots button:before {
	display: none;
}

.location-map-dots li {
	line-height: 1;
	position: absolute !important;
	padding-left: 0 !important;
}

.location-map-dots li:before {
	display: none !important;
}

.mpfy-map-canvas-shell img{
	pointer-events: none !important;
}

/* infobox */
.infobox {
	padding: 50px 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 580px;
	border-radius: 3px;
	background-color: var(--color-white);
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
	transform: translate(-50%, -50%);
}

.infobox h5 {
	font-size: 1.125rem;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-family: var(--font-family-body);
}

.infobox h6 {
	font-size: 0.875rem;
	letter-spacing: 0.5px;
	font-family: var(--font-family-body);
	margin-bottom: 15px;
	font-weight: 700;
}

.infobox-left {
	width: 100%;
	margin-bottom: 40px;
}

.infobox-left img {
	width: 114px;
	margin-left: -9px;
	margin-bottom: 30px;
}

.infobox-back {
	color: var(--color-primary);
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding-left: 25px;
	line-height: 1.3;
	margin-left: -10px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}

.infobox-back i {
	position: absolute;
	top: 0;
	left: 0;
}

.infobox-list {
	width: 100%;
	padding-top: 2px;
}

.infobox-types {
	margin-bottom: 33px;
	width: 100%;
}

.infobox-types:nth-child(2) {
	margin-bottom: 0;
}

.infobox-types ul {
	list-style: none;
	margin-bottom: 0;
}

.infobox-types ul > li {
	position: relative;
	padding-left: 16px;
}

.infobox-types ul > li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 1px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--color-secondary);
}

.infobox-types ul > li > a {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: var(--color-primary);
	text-decoration: none;
}

.infobox-types ul > li > a:hover {
	color: var(--color-secondary);
	font-weight: 700;
}

.infobox-scrollbar {
	width: 100%;
	height: 109px;
	overflow: auto;
}

.infobox-scrollbar::-webkit-scrollbar {
	width: 7px;
	background-color: var(--color-light-gray);
}

.infobox-scrollbar::-webkit-scrollbar-thumb {
	background-color: var(--color-primary);
}

.infobox-close {
	position: absolute;
	top: 18px;
	right: 22px;
	font-size: 1.563rem;
	font-weight: 300;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary);
	text-decoration: none;
	background: transparent;
}

.infobox-close:hover,
.infobox-close:focus {
	color: var(--color-secondary);
}

.infobox-close:before {
	display: none;
}

@media screen and (min-width: 768px) {
	.infobox.is-active {
		display: flex;
	}

	.infobox-left {
		margin-bottom: 0;
		max-width: 139px;
		width: 100%;
		border-right: solid 1px #e3e3e3;
		padding-right: 25px;
	}

	.infobox-left img {
		margin-bottom: 59px;
	}

	.infobox-list {
		width: 64.5%;
	}
}

/* Mapify Map Styling  */

.mpfy-map-canvas{
	background-color: transparent !important;
}

img.leaflet-tile.leaflet-tile-loaded {
	width: 258px !important;
	height: 257px !important;
}

@media screen and (min-width:768px){
	.mpfy-map-canvas{
		pointer-events: none;
	}
}