/*Reset Styling*/
@import url('https://fonts.cdnfonts.com/css/museo-sans-rounded');

.tabunderline:focus-visible{
	text-decoration: underline !important;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	 webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: rgba(0, 0, 0, .1) 0 0 1px;
}
html {
	scroll-behavior: smooth;
	scroll-padding: 15vh;
}
body {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 1fr auto;
	grid-template-rows: auto 1fr auto;
	min-height: 100vh;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li, span, label, input, button {
    text-decoration: unset;
    -webkit-margin-before: unset;
            margin-block-start: unset;
    -webkit-margin-after: unset;
            margin-block-end: unset;
	min-height: 0vw;
}
button {
	cursor: pointer;
	-webkit-transition: .2s transrform ease-in-out;
	-o-transition: .2s transform ease-in-out;
	transition: .2s transform ease-in-out;
}
li {
	list-style: none;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  image-rendering: -webkit-optimize-contrast;
}
textarea {
	resize: none;
}
input,
textarea,
button,
select,
a,
span {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.taeg{
	font-size: 18px !important;
	font-weight: 700 !important;
}

.tan{
	font-size: 25px !important;
	font-weight: 700 !important;
}

.newTassoPromoAst{
    max-width: 1200px;
    text-align: center;
    padding: 40px 20px;
    margin: 0 auto;
}
.stairlift-promo-banner-tasso{
	font-family: 'Poppins';
	font-style: normal;
	font-size: 28px;
	line-height: 46px;
	color: #952345;
}
#newTassoPer{
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	color: #952345;
}
/*COLORS*/
:root {
	--dark-burgundy: #6D1937;
	--site-burgundy: #8F023D;
	--site-green: #47A447;
	--site-brown: #AA7F4B;
	--green: #6EAF60;
	--black: #1A1919;
	--rich-black: #060403;
	--gray: #777776;
	--light-gray: #CBCCCB;
	--light-light-gray: #F6F8FA;
	--charcoal-grey: #2A2A2A;
	--steel-grey: #505050;
	--stone-grey: #979394;
	--sage-green: #6D7A59;
	--ruby-red: #782323;
}
/*Font*/
p,
li,
a,
span,
label,
button,
td,
blockquote,
time,
address,
input,
.form-input-wrapper input,
textarea,
h6,
.pac-item-query
{
	font-family: calibri, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(calc(1rem + .25vw), 18px);
	color: #1A1919;
}
p, h6, blockquote {
	line-height: 1.5;
}
b {
	font-weight: 700;
}

ul#whistleblowingul li {
	    list-style: disc;
	margin-left: 40px;
}

.msr-500 {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.msr-600 {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.msr-700 {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.msr-900 {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.cl-300 {
	font-family: calibri, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.cl-400 {
	font-family: calibri, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.cl-italic, i {
	font-family: calibri, sans-serif;
	font-weight: 400;
	font-style: italic;
}
.cl-700 {
	font-family: calibri, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.cl-i-bold {
	font-family: calibri, sans-serif;
	font-weight: 700;
	font-style: italic;
}
/*Headings*/
h1, h2, h3, h4, h5, h6 {
	color: #1A1919;
}
h1, .heading-text {
    font-size: clamp(39px, calc(2rem + 1.5vw), 60px);
    line-height: 1.4;
}
h2, .xl-text {
    font-size: clamp(32px, calc(1.6rem + 1.5vw), 44px);
    line-height: 1.4;
}
h3, .large-text {
	font-size: clamp(28px, calc(1.5rem + .9vw), 36px);
	line-height: 1.4;
}
h4, .med-text {
	font-size: clamp(24px, calc(1rem + .8vw), 28px);
    line-height: 1.4;
}
h5, th, .sm-text, .phone-num {
	font-size: 22px;
    line-height: 1.4;
}
@media screen and (max-width: 475px) {
	p,
	li,
	a,
	span,
	label,
	button,
	td,
	blockquote,
	time,
	address,
	.form-input-wrapper input,
	h6
	{
		font-size: 16px;
	}
	/*Headings*/
	h1, .heading-text {
		font-size: 30px;
	}
	h2, .xl-text {
		font-size: 26px;
	}
	h3, .large-text {
		font-size: 22px;
	}
	h4, .med-text  {
		font-size: 20px;
	}
	h5, th, .sm-text, .phone-num {
		font-size: 18px;
	}
}

.footer-social-link-icon{
	max-width: 35px;
	width: 100%;
	    margin: 0px 5px;
}

/*TEXT ALIGNMENT*/
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

.text-underline {
	text-decoration: underline;
}
.text-uppercase {
	text-transform: uppercase;
}
.no-wrap {
	white-space: nowrap;
}
.disc-list {
	list-style-type: disc;
    margin-left: 25px;
}
.disc-list li{
	list-style: disc;
	-webkit-margin-before: inherit;
            margin-block-start: inherit;
    -webkit-margin-after: inherit;
            margin-block-end: inherit;
}
.number-list {
    margin-left: 25px;
}
.number-list li{
	list-style: inherit;
	-webkit-margin-before: inherit;
            margin-block-start: inherit;
    -webkit-margin-after: inherit;
            margin-block-end: inherit;
}
/*Transform*/
.h-flip {
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.ps-relative {
	position: relative;
}
/*DISPLAY*/
.d-none {
	display: none;
}
.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.d-grid {
	display: -ms-grid;
	display: grid;
}
.d-i-grid {
	display: -ms-inline-grid;
	display: inline-grid;
}
.d-block {
	display: block;
}
/*Grid*/
.g-col-2fr-1fr {
	-ms-grid-columns: 2fr 1fr;
	grid-template-columns: 2fr 1fr;
}
.g-col-1fr-2fr {
	-ms-grid-columns: 1fr 2fr;
	grid-template-columns: 1fr 2fr;
}
.g-temp-col-auto-2 {
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;	
}
.g-temp-col-1fr-1 {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}
.g-temp-col-1fr-2 {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}
.g-temp-col-1fr-3 {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}
.g-temp-col-1fr-4 {
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.g-temp-col-1fr-5 {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.g-temp-row-1fr-1 {
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
}
.g-temp-row-1fr-2 {
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
.g-temp-row-1fr-3 {
	-ms-grid-rows: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
}
.g-temp-row-1fr-4 {
	-ms-grid-rows: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
}
.row-1 {
	-ms-grid-row: 1;
	grid-row: 1;
}
.row-2 {
	-ms-grid-row: 2;
	grid-row: 2;
}
.row-3 {
	-ms-grid-row: 3;
	grid-row: 3;
}
.row-4 {
	-ms-grid-row: 4;
	grid-row: 4;
}
.col-1 {
	-ms-grid-column: 1;
	grid-column: 1;
}
.col-2 {
	-ms-grid-column: 2;
	grid-column: 2;
}
.col-3 {
	-ms-grid-column: 3;
	grid-column: 3;
}
.col-4 {
	-ms-grid-column: 4;
	grid-column: 4;
}
.row-column-1 {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
}
.col-span-2 {
	grid-column: auto / span 2;
}
.col-span-3 {
	grid-column: auto / span 3;
}
.row-span-2 {
	grid-row: auto / span 2;
}
.row-span-3 {
	grid-row: auto / span 3;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
/*Alignment*/
.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.flex-column-r {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.j-content-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.j-space-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.j-space-evenly {
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}
.j-flex-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.j-flex-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.a-items-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.a-items-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.a-items-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
/*Gaps*/
.gap-half {
	gap: .5rem;
}
.gap-1 {
	gap: 1rem;
}
.gap-2 {
	gap: 2rem;
}
.gap-3 {
	gap: 3rem;
}
.gap-4 {
	gap: 4rem;
}
.gap-5 {
	gap: 5rem;
}
.gap-6 {
	gap: 6rem;
}
.gap-7 {
	gap: 7rem;
}
.gap-8 {
	gap: 8rem;
}
.gap-9 {
	gap: 9rem;
}
.gap-10 {
	gap: 10rem;
}
.gap-col-half {
	grid-column-gap: .5rem;
}
.gap-col-1 {
	grid-column-gap: 1rem;
}
.gap-col-2 {
	grid-column-gap: 2rem;
}
.gap-col-3 {
	grid-column-gap: 3rem;
}
.gap-col-4 {
	grid-column-gap: 4rem;
}
.gap-col-5 {
	grid-column-gap: 5rem;
}
.gap-row-half {
	grid-row-gap: .5rem;
}
.gap-row-1 {
	grid-row-gap: 1rem;
}
.gap-row-2 {
	grid-row-gap: 2rem;
}
.gap-row-3 {
	grid-row-gap: 3rem;
}
.gap-row-4 {
	grid-row-gap: 4rem;
}
.gap-row-5 {
	grid-row-gap: 5rem;
}
/*Margin*/
.m-auto {
	margin: auto;
}
.mx-auto {
	margin: 0 auto;
}
.my-auto {
	margin: auto 0;
}
.m-left {
	margin-left: auto;
}
.m-right {
	margin-right: auto;
}
.m-top {
	margin-top: auto;
}
.m-bottom {
	margin-bottom: auto;
}
.mt-tenth {
	margin-top: .1rem;
}
/*Padding*/
.px-1 {
	padding: 0 1rem;
}
.px-2 {
	padding: 0 2rem;
}
.px-3 {
	padding: 0 3rem;
}
.py-1 {
	padding: 1rem 0;
}
.py-1-5 {
	padding: 1.5rem 0;
}
.py-2 {
	padding: 2rem 0;
}
.py-3 {
	padding: 3rem 0;
}
.py-4 {
	padding: 4rem 0;
}
.py-5 {
	padding: 5rem 0;
}
.py-6 {
	padding: 6rem 0;
}
.py-7 {
	padding: 7rem 0;
}
.py-8 {
	padding: 8rem 0;
}
.py-9 {
	padding: 9rem 0;
}
.py-10 {
	padding: 10rem 0;
}
.py-11 {
	padding: 11rem 0;
}
.p-qt {
	padding: .25rem;
}
.p-half {
	padding: .5rem;
}
.p-3-4 {
	padding: .75rem;
}
.p-1 {
	padding: 1rem;
}
.p-2 {
	padding: 2rem;
}
.p-3 {
	padding: 3rem;
}
.p-4 {
	padding: 4rem;
}
.p-5 {
	padding: 5rem;
}
.pt-qt {
	padding: .25rem 0 0 0;
}
.pt-1 {
	padding: 1rem 0 0 0;
}
.pt-2 {
	padding: 2rem 0 0 0;
}
.pt-3 {
	padding: 3rem 0 0 0;
}
.pt-4 {
	padding: 4rem 0 0 0;
}
.pt-5 {
	padding: 5rem 0 0 0;
}
.pt-10 {
	padding: 10rem 0 0 0;
}
.pb-half {
	padding: 0 0 .5rem 0;
}
.pb-1 {
	padding: 0 0 1rem 0;
}
.pb-2 {
	padding: 0 0 2rem 0;
}
.pb-3 {
	padding: 0 0 3rem 0;
}
.pb-4 {
	padding: 0 0 4rem 0;
}
.pb-5 {
	padding: 0 0 5rem 0;
}
.pb-6 {
	padding: 0 0 6rem 0;
}
.pb-7 {
	padding: 0 0 7rem 0;
}
.pb-8 {
	padding: 0 0 8rem 0;
}
.pb-9 {
	padding: 0 0 9rem 0;
}
.pb-10 {
	padding: 0 0 10rem 0;
}
.pl-1 {
	padding-left: 1rem;
}
.pl-1-5 {
	padding-left: 1.5rem;
}
.pl-15 {
	padding-left: 15%;
}
.pr-1 {
	padding-right: 1rem;
}
/*CURSOR*/
.cursor-pointer {
	cursor: pointer;
}
/*OBJECT*/
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-top {
		-o-object-position: top;
	   object-position: top;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.object-left {
	-o-object-position: left;
	   object-position: left;
}
.object-right {
	-o-object-position: right;
	   object-position: right;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
/*RATIO*/
.aspect-1 {
	aspect-ratio: 1;
}
.radius-50 {
	border-radius: 50%;
}
/*BACKGROUND*/
.bg-center {
	background-position: center;
}
.bg-cover {
	background-size: cover;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
/*MAX WIDTH*/
.max-ch-20 {
	max-width: 20ch;
}
.max-page {
	max-width: 1920px;
}
.max-xxl {
	max-width: 1600px;
}
.max-xl {
	max-width: 1300px;
}
.max-lg {
	max-width: 1200px;
}
.max-1000 {
	max-width: 1000px;
}
.max-900 {
	max-width: 900px;
}
.max-825 {
	max-width: 825px;
}
.max-md {
	max-width: 700px;
}
.max-600 {
	max-width: 600px;
}
.max-sm {
	max-width: 500px;
}
.max-450 {
	max-width: 450px;
}
.max-xsm {
	max-width: 400px;
}
.max-300 {
	max-width: 300px;
}
/*HEIGHT / WIDTH*/
.w-fit-content {
	width: fit-content;
}
.w-auto {
	width: auto;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.w-95 {
	width: 95%;
}
.w-100 {
    width: 100%;
}
.max-w-100 {
	max-width: 100%;
}
.h-10 {
	height: 10%;
}
.h-20 {
	height: 20%;
}
.h-30 {
	height: 30%;
}
.h-40 {
    height: 40%;
}
.h-50 {
    height: 50%;
}
.h-60 {
    height: 60%;
}
.h-70 {
    height: 70%;
}
.h-80 {
    height: 80%;
}
.h-90 {
    height: 90%;
}
.h-100 {
    height: 100%;
}
.max-h-100 {
	max-height: 100%;
}
.min-h-100 {
	min-height: 100%;
}
.h-auto {
	height: auto;
}
.z-1 {
	z-index: 1;
}

/*XL Screens*/
@media screen and (max-width: 1700px) {
	.xl-d-none {
		display: none;
	}
	.xl-d-block {
		display: block;
	}
	.xl-pl-0 {
		padding-left: 0;
	}
	.xl-pb-3 {
		padding: 0 0 3rem 0;
	}
	.xl-w-90 {
		width: 90%;
	}
	.xl-w-80 {
		width: 80%;
	}
	.xl-mx-auto {
		margin: 0 auto;
	}
	.xl-text-center {
		text-align: center;
	}
	.xl-gap-2 {
		gap: 2rem;
	}
}

/*Large Screens*/
@media screen and (max-width: 1300px) {
	.lg-d-none {
		display: none;
	}
	.lg-d-block {
		display: block;
	}
	.lg-pl-0 {
		padding-left: 0;
	}
	.lg-w-80 {
		width: 80%;
	}
	.lg-mx-auto {
		margin: 0 auto;
	}
	.lg-text-center {
		text-align: center;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*LAPTOP STYLING*/
@media screen and (max-width: 1024px) {
	.lp-max-650 {
		max-width: 650px;
	}
	.lp-w-50 {
		width: 50%;
	}
	.lp-w-80 {
		width: 80%;
	}
	.lp-w-100 {
		width: 100%;
	}
	.lp-h-auto {
		height: auto;
	}
	.lp-mx-auto {
		margin: 0 auto;
	}
	.lp-d-none {
		display: none!important;
	}
	.lp-d-block {
		display: block;
	}
	.lp-d-grid {
		display: -ms-grid;
		display: grid;
	}
	.lp-d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.lp-gap-1 {
		gap: 1rem;
	}
	.lp-gap-2 {
		gap: 2rem;
	}
	.lp-gap-3 {
		gap: 3rem;
	}
	.lp-p-0 {
		padding: 0;
	}
	.lp-py-6 {
		padding: 6rem 0;
	}
	.lp-py-5 {
		padding: 5rem 0;
	}
	.lp-py-4 {
		padding: 4rem 0;
	}
	.lp-py-3 {
		padding: 3rem 0;
	}
	.lp-py-2 {
		padding: 2rem 0;
	}
	.lp-py-1 {
		padding: 1rem 0;
	}
	.lp-pl-0 {
		padding-left: 0;
	}
	.lp-pt-7 {
		padding: 7rem 0 0 0;
	}
	.lp-pt-8 {
		padding: 8rem 0 0 0;
	}
	.lp-pb-5 {
		padding: 0 0 5rem 0;
	}
	.lp-text-center {
		text-align: center;
	}
	.lp-flex-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.lp-a-items-center {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.lp-col-span-2 {
		grid-column: auto / span 2;
	}
	.lp-col-1 {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.lp-col-2 {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.lp-row-1 {
		-ms-grid-row: 1;
		grid-row: 1;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*TABLET STYLING*/
@media screen and (max-width: 768px) {
	.tb-max-sm {
		max-width: 500px;
	}
	/*TEXT ALIGNMENT*/
	.tb-text-center {
		text-align: center;
	}
	.tb-text-left {
		text-align: left;
	}
	.tb-text-right {
		text-align: right;
	}

	/*Transform*/
	.h-flip {
		-webkit-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	/*DISPLAY*/
	.tb-d-none {
		display: none;
	}
	/*Displays*/
	.tb-d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.tb-d-grid {
		display: -ms-grid;
		display: grid;
	}
	.tb-d-block {
		display: block;
	}
	/*Grid*/
	.tb-g-temp-col-1fr-1 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.tb-g-temp-col-1fr-2 {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.tb-g-temp-col-1fr-3 {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.tb-g-temp-col-1fr-4 {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.tb-g-temp-row-1fr-1 {
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
	}
	.tb-g-temp-row-1fr-2 {
		-ms-grid-rows: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.tb-g-temp-row-1fr-3 {
		-ms-grid-rows: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}
	.tb-g-temp-row-1fr-4 {
		-ms-grid-rows: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}
	.tb-row-1 {
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.tb-row-2 {
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.tb-row-3 {
		-ms-grid-row: 3;
		grid-row: 3;
	}
	.tb-row-4 {
		-ms-grid-row: 5;
		grid-row: 5;
	}
	.tb-col-1 {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.tb-col-2 {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.tb-row-column-1 {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.tb-col-span-2 {
		grid-column: auto / span 2;
	}
	.tb-col-span-3 {
		grid-column: auto / span 3;
	}
	.tb-row-span-2 {
		grid-row: auto / span 2;
	}
	.tb-row-span-3 {
		grid-row: auto / span 3;
	}
/*	ORDER*/
	.tb-order-1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.tb-order-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	/*Alignment*/
	.tb-flex-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.tb-flex-column-r {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.tb-flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.tb-j-content-center {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}
	.tb-j-space-between {
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}
	.tb-j-space-evenly {
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
	.tb-j-flex-start {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.tb-j-flex-end {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.tb-a-items-start {
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
	}
	.tb-a-items-center {
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}
	/*Gaps*/
	.tb-gap-0 {
		gap: 0;
	}
	.tb-gap-half {
		gap: .5rem;
	}
	.tb-gap-1 {
		gap: 1rem;
	}
	.tb-gap-2 {
		gap: 2rem;
	}
	.tb-gap-3 {
		gap: 3rem;
	}
	.tb-gap-4 {
		gap: 4rem;
	}
	.tb-gap-5 {
		gap: 5rem;
	}
	.tb-gap-col-half {
		grid-column-gap: .5rem;
	}
	.tb-gap-col-1 {
		grid-column-gap: 1rem;
	}
	.tb-gap-col-2 {
		grid-column-gap: 2rem;
	}
	.tb-gap-col-3 {
		grid-column-gap: 3rem;
	}
	.tb-gap-col-4 {
		grid-column-gap: 4rem;
	}
	.tb-gap-col-5 {
		grid-column-gap: 5rem;
	}
	.tb-gap-row-half {
		grid-row-gap: .5rem;
	}
	.tb-gap-row-1 {
		grid-row-gap: 1rem;
	}
	.tb-gap-row-2 {
		grid-row-gap: 2rem;
	}
	.tb-gap-row-3 {
		grid-row-gap: 3rem;
	}
	.tb-gap-row-4 {
		grid-row-gap: 4rem;
	}
	.tb-gap-row-5 {
		grid-row-gap: 5rem;
	}
	/*Margin*/
	.tb-m-auto {
		margin: auto;
	}
	.tb-mx-auto {
		margin: 0 auto;
	}
	.tb-my-auto {
		margin: auto 0;
	}
	.tb-m-left {
		margin-left: auto;
	}
	.tb-m-right {
		margin-right: auto;
	}
	.tb-m-top {
		margin-top: auto;
	}
	.tb-m-bottom {
		margin-bottom: auto;
	}
	.tb-mt-tenth {
		margin-top: .1rem;
	}
	/*Padding*/
	.tb-px-1 {
		padding: 0 1rem;
	}
	.tb-px-2 {
		padding: 0 2rem;
	}
	.tb-px-3 {
		padding: 0 3rem;
	}
	.tb-py-1 {
		padding: 1rem 0;
	}
	.tb-py-2 {
		padding: 2rem 0;
	}
	.tb-py-3 {
		padding: 3rem 0;
	}
	.tb-py-4 {
		padding: 4rem 0;
	}
	.tb-py-5 {
		padding: 5rem 0;
	}
	.tb-p-0 {
		padding: 0;
	}
	.tb-p-half {
		padding: .5rem;
	}
	.tb-p-1 {
		padding: 1rem;
	}
	.tb-p-2 {
		padding: 2rem;
	}
	.tb-p-3 {
		padding: 3rem;
	}
	.tb-pt-qt {
		padding: .25rem 0 0 0;
	}
	.tb-pt-1 {
		padding: 1rem 0 0 0;
	}
	.tb-pt-2 {
		padding: 2rem 0 0 0;
	}
	.tb-pt-3 {
		padding: 3rem 0 0 0;
	}
	.tb-pt-4 {
		padding: 4rem 0 0 0;
	}
	.tb-pt-5 {
		padding: 5rem 0 0 0;
	}
	.tb-pb-half {
		padding: 0 0 .5rem 0;
	}
	.tb-pb-1 {
		padding: 0 0 1rem 0;
	}
	.tb-pb-2 {
		padding: 0 0 2rem 0;
	}
	.tb-pb-3 {
		padding: 0 0 3rem 0;
	}
	.tb-pb-4 {
		padding: 0 0 4rem 0;
	}
	.tb-pb-5 {
		padding: 0 0 5rem 0;
	}
	.tb-pl-1 {
		padding-left: 1rem;
	}
	.tb-pr-1 {
		padding-right: 1rem;
	}

	/*HEIGHT / WIDTH*/
	.tb-max-w-100 {
		max-width: 100%;
	}
	.tb-w-auto {
		width: auto;
	}
	.tb-w-10 {
		width: 10%;
	}
	.tb-w-20 {
		width: 20%;
	}
	.tb-w-30 {
		width: 30%;
	}
	.tb-w-40 {
		width: 40%;
	}
	.tb-w-50 {
		width: 50%;
	}
	.tb-w-60 {
		width: 60%;
	}
	.tb-w-70 {
		width: 70%;
	}
	.tb-w-80 {
		width: 80%;
	}
	.tb-w-90 {
		width: 90%;
	}
	.tb-w-100 {
		width: 100%;
	}
	.tb-h-30 {
		height: 30%;
	}
	.tb-h-40 {
		height: 40%;
	}
	.tb-h-50 {
		height: 50%;
	}
	.tb-h-60 {
		height: 60%;
	}
	.tb-h-70 {
		height: 70%;
	}
	.tb-h-80 {
		height: 80%;
	}
	.tb-h-90 {
		height: 90%;
	}
	.tb-h-100 {
		height: 100%;
	}
	.tb-h-auto {
		height: auto;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*MOBILE STYLING*/
@media screen and (max-width: 475px) {

	/*TEXT ALIGNMENT*/
	.m-text-center {
		text-align: center;
	}
	.m-text-left {
		text-align: left;
	}
	.m-text-right {
		text-align: right;
	}

	/*Transform*/
	.h-flip {
		-webkit-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	/*DISPLAY*/
	.m-d-none {
		display: none;
	}
	/*Displays*/
	.m-d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.m-d-grid {
		display: -ms-grid;
		display: grid;
	}
	.m-d-block {
		display: block;
	}
	/*Grid*/
	.m-g-temp-col-1fr-1 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.m-g-temp-col-1fr-2 {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.m-g-temp-col-1fr-3 {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.m-g-temp-col-1fr-4 {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.m-g-temp-row-1fr-1 {
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
	}
	.m-g-temp-row-1fr-2 {
		-ms-grid-rows: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.m-g-temp-row-1fr-3 {
		-ms-grid-rows: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}
	.m-g-temp-row-1fr-4 {
		-ms-grid-rows: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}
	.m-row-1 {
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.m-row-2 {
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.m-row-3 {
		-ms-grid-row: 3;
		grid-row: 3;
	}
	.m-row-4 {
		-ms-grid-row: 4;
		grid-row: 4;
	}
	.m-col-1 {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.m-col-2 {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.m-row-column-1 {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.m-col-span-2 {
		grid-column: auto / span 2;
	}
	.m-col-span-3 {
		grid-column: auto / span 3;
	}
	.m-row-span-2 {
		grid-row: auto / span 2;
	}
	.m-row-span-3 {
		grid-row: auto / span 3;
	}
	/*ORDER*/
	.m-order-1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.m-order-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	/*Alignment*/
	.m-flex-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.m-flex-column-r {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.m-flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.m-j-content-center {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}
	.m-j-space-between {
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}
	.m-j-space-evenly {
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
	.m-j-flex-start {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.m-j-flex-end {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.m-a-items-start {
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
	}
	.m-a-items-center {
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}
	/*Gaps*/
	.m-gap-0 {
		gap: 0;
	}
	.m-gap-half {
		gap: .5rem;
	}
	.m-gap-1 {
		gap: 1rem;
	}
	.m-gap-2 {
		gap: 2rem;
	}
	.m-gap-3 {
		gap: 3rem;
	}
	.m-gap-4 {
		gap: 4rem;
	}
	.m-gap-5 {
		gap: 5rem;
	}
	.m-gap-col-half {
		grid-column-gap: .5rem;
	}
	.m-gap-col-1 {
		grid-column-gap: 1rem;
	}
	.m-gap-col-2 {
		grid-column-gap: 2rem;
	}
	.m-gap-col-3 {
		grid-column-gap: 3rem;
	}
	.m-gap-col-4 {
		grid-column-gap: 4rem;
	}
	.m-gap-col-5 {
		grid-column-gap: 5rem;
	}
	.m-gap-row-half {
		grid-row-gap: .5rem;
	}
	.m-gap-row-1 {
		grid-row-gap: 1rem;
	}
	.m-gap-row-2 {
		grid-row-gap: 2rem;
	}
	.m-gap-row-3 {
		grid-row-gap: 3rem;
	}
	.m-gap-row-4 {
		grid-row-gap: 4rem;
	}
	.m-gap-row-5 {
		grid-row-gap: 5rem;
	}
	/*Margin*/
	.m-m-0 {
		margin: 0;
	}
	.m-m-auto {
		margin: auto;
	}
	.m-mx-auto {
		margin: 0 auto;
	}
	.m-my-auto {
		margin: auto 0;
	}
	.m-m-left {
		margin-left: auto;
	}
	.m-m-right {
		margin-right: auto;
	}
	.m-m-top {
		margin-top: auto;
	}
	.m-m-bottom {
		margin-bottom: auto;
	}
	.m-mt-tenth {
		margin-top: .1rem;
	}
	/*Padding*/
	.m-p-y2-x1 {
		padding: 2rem 1rem;
	}
	.m-p-0 {
		padding: 0;
	}
	.m-px-1 {
		padding: 0 1rem;
	}
	.m-px-2 {
		padding: 0 2rem;
	}
	.m-px-3 {
		padding: 0 3rem;
	}
	.m-py-1 {
		padding: 1rem 0;
	}
	.m-py-2 {
		padding: 2rem 0;
	}
	.m-py-3 {
		padding: 3rem 0;
	}
	.m-py-4 {
		padding: 4rem 0;
	}
	.m-py-5 {
		padding: 5rem 0;
	}
	.m-p-half {
		padding: .5rem;
	}
	.m-p-3-4 {
		padding: .75rem;
	}
	.m-p-1 {
		padding: 1rem;
	}
	.m-p-2 {
		padding: 2rem;
	}
	.m-p-3 {
		padding: 3rem;
	}
	.m-pt-qt {
		padding: .25rem 0 0 0;
	}
	.m-pt-1 {
		padding: 1rem 0 0 0;
	}
	.m-pt-2 {
		padding: 2rem 0 0 0;
	}
	.m-pt-3 {
		padding: 3rem 0 0 0;
	}
	.m-pt-4 {
		padding: 4rem 0 0 0;
	}
	.m-pb-half {
		padding: 0 0 .5rem 0;
	}
	.m-pb-1 {
		padding: 0 0 1rem 0;
	}
	.m-pb-2 {
		padding: 0 0 2rem 0;
	}
	.m-pb-3 {
		padding: 0 0 3rem 0;
	}
	.m-pb-4 {
		padding: 0 0 4rem 0;
	}
	.m-pb-5 {
		padding: 0 0 5rem 0;
	}
	.m-pl-1 {
		padding-left: 1rem;
	}
	.m-pr-1 {
		padding-right: 1rem;
	}

	/*HEIGHT / WIDTH*/
	.m-w-10 {
		width: 10%;
	}
	.m-w-20 {
		width: 20%;
	}
	.m-w-30 {
		width: 30%;
	}
	.m-w-40 {
		width: 40%;
	}
	.m-w-50 {
		width: 50%;
	}
	.m-w-60 {
		width: 60%;
	}
	.m-w-70 {
		width: 70%;
	}
	.m-w-80 {
		width: 80%;
	}
	.m-w-85 {
		width: 85%;
	}
	.m-w-90 {
		width: 90%;
	}
	.m-w-95 {
		width: 95%;
	}
	.m-w-100 {
		width: 100%;
	}
	.m-h-30 {
		height: 30%;
	}
	.m-h-40 {
		height: 40%;
	}
	.m-h-50 {
		height: 50%;
	}
	.m-h-60 {
		height: 60%;
	}
	.m-h-70 {
		height: 70%;
	}
	.m-h-80 {
		height: 80%;
	}
	.m-h-90 {
		height: 90%;
	}
	.m-h-100 {
		height: 100%;
	}
	.m-h-auto {
		height: auto;
	}
}

.c-hlight {
	background: yellow;
}

/*CUSTOM STYLING*/
/*Background Colors*/
.bg-llg {
	background-color: var(--light-light-gray);
}
.bg-sb {
	background-color: var(--site-burgundy);
}
.bg-db {
	background-color: var(--dark-burgundy);
}
.bg-sg {
	background-color: var(--site-green);
}
.bg-w {
	background-color: #fff;
}
.bg-gold {
	background-color: var(--site-brown);
}
/*Colors*/
.color-sb {
	color: var(--site-burgundy);
}
.color-db {
	color: var(--dark-burgundy);
}
.color-rb {
	color: var(--rich-black);
}
.color-w {
	 color: #fff;
}
.color-gold {
	color: var(--site-brown);
}
/*COMPONENTS STYLING*/
.section-container {
	margin: 0 auto;
}
@media screen and (max-width: 1150px) {
	.section-container {
		padding: 2rem;
	}
}
/*Links*/
a {
	-webkit-transition: .2s transform ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
	-o-transition: .2s transform ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s transform ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
	a:hover {
		opacity: .7;
	}
}
/*Opacity*/
.no-hover:hover {
	opacity: inherit;
}
/*Buttons*/
@media (hover: hover) and (pointer: fine) {
  .main-btn:hover,
  .circle-btn:hover, 
  .forward:hover,
  .back:hover,
  #covid-badge:hover,
  .rounded-btn:hover,
  .main-contact-submit-btn:hover,
  #home-submit-btn:hover,
  .acorn-club-btn:hover,
  .sub-covid-link-btn:hover
	{
	  -webkit-transform: translateY(-5px);
	      -ms-transform: translateY(-5px);
	          transform: translateY(-5px);
	  opacity: inherit;
	}
	.rounded-btn:hover,
	.main-btn:hover,
	.forward:hover,
	.acorn-club-btn:hover,
	.main-contact-submit-btn:hover,
    #home-submit-btn:hover {
		-webkit-box-shadow: 0px 9px 8px rgba(0, 0, 0, 0.15);
				box-shadow: 0px 9px 8px rgba(0, 0, 0, 0.15);
	}
}
.a-link, .main-btn, .rounded-btn {
	font-size: 22px;
}
.main-btn {
	display: block;
	position: relative;
	color: #fff;
	padding: 1rem;
	text-align: center;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	min-width: 250px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	transform: translateY(0.0001px);
}
@media screen and (max-width: 500px) {
	.main-btn, .rounded-btn {
		font-size: 20px;
	}
	.main-btn {
		min-width: 200px;
		padding: .75rem 1rem;
	}
	.a-link {
		font-size: 18px;
	}
}
/*Border inside the button*/
.main-btn::before {
	position: absolute;
	content: "";
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	border: 1px solid #fff;
}
/*Arrows for buttons*/
.circle-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	-webkit-transition: .2s transform ease-in-out;
	-o-transition: .2s transform ease-in-out;
	transition: .2s transform ease-in-out;
}
.circle-btn.shadow {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.corner-arrow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	height: 1.25rem;
	width: 1.25rem;
}
.corner-arrow.small{
	height: 1rem;
	width: 1rem;
}
.corner-arrow.white-border {
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
}
.corner-arrow.black-border {
    border-bottom: 4px solid #000;
    border-left: 4px solid #000;
}
.corner-arrow.black-border-thin {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}
.corner-arrow.gray-border {
    border-bottom: 4px solid #3A3A3A;
    border-left: 4px solid #3A3A3A;
}
.corner-arrow.burgundy-border {
    border-bottom: 4px solid var(--site-burgundy);
    border-left: 4px solid var(--site-burgundy);
}
.corner-arrow.down {
	-webkit-transform: translateY(-.25rem) rotate(-45deg);
	    -ms-transform: translateY(-.25rem) rotate(-45deg);
	        transform: translateY(-.25rem) rotate(-45deg);
}
.corner-arrow.top {
	-webkit-transform: translateY(.25rem) rotate(135deg);
	    -ms-transform: translateY(.25rem) rotate(135deg);
	        transform: translateY(.25rem) rotate(135deg);
}
.corner-arrow.right {
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg);
}
.corner-arrow.left {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*MENU*/
/*On hover display overlay*/
body::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.25);
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	transition: visibility 0.1s linear, opacity 0.1s linear;
}

body.overlay::before {
	visibility: visible;
	opacity: 1;
}

/*HEADER STYLING*/
header {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 10001;
}
nav {
  position: relative;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 0.75fr 1fr;
  min-height: 160px;
  padding: 0 3rem;
}
/*Main Nav Links*/
#main-logo-link {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  margin: 20% 0 0 0;
  width: 210px;
  padding: 0 10px;
  height: fit-content;
}
.nav-links {
  -ms-grid-row: 2;
  grid-row: 2;
  border-top: 1px solid #c0bdbd;
  max-width: 775px;
  width: 100%;
}
#left-nav {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin: 0 0 0 auto;
}
#right-nav {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 1rem;
}
.nav-ac {
  gap: 5px;
}
#header-contact-btn {
  padding: 0;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 200px;
}
.main-link {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-link-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px;
}
.main-link-tag.active {
  color: var(--site-burgundy);
}
.main-link-tag::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  height: 2px;
  -webkit-transition: 0.1s background-color linear;
  -o-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear;
  z-index: -1;
  background-color: transparent;
}
@media screen and (min-width: 1441px) {
  .main-link-tag,
  .nav-font {
    font-size: 20px;
  }
}
.main-link.open-state .mega-menu-container {
  display: block !important;
}
.main-link.open-state .main-link-tag::after {
  opacity: inherit !important;
  background-color: var(--site-burgundy) !important;
}
@media (pointer: coarse) and (min-width: 1301px) {
  .main-link.current-link .main-link::after {
    opacity: inherit;
    background-color: var(--site-burgundy);
  }
}

/*Mega Menu Drop Down Items*/
@media screen and (min-width: 1301px) {
  /*Mega Menu Grid*/
  .sub-pages-links {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 5fr 3fr 3fr;
    grid-template-rows: auto 1fr;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 40px 0;
  }
  .mega-menu-li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .mega-menu-main-link a,
  .mega-menu-sub-link a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mega-menu-icon-link a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: var(--site-burgundy);
  }
  /*Element Placement*/
  .mega-menu-main-link {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .mega-menu-icon-link {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  /*Sub Links*/
  .mega-menu-sub-link {
    width: 300px;
    height: 245px;
  }
  /*Menu Images*/
  .mega-menu-sub-link .sub-img-container {
    height: 100%;
    overflow: hidden;
  }
  .mega-menu-sub-link .mega-menu-img {
    width: 300px;
    height: 200px;
  }
  .mega-menu-img {
    display: block;
  }

  /*Menu Text*/
  .sub-page-link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
  }
  .mega-menu-main-link .sub-page-link-text,
  .mega-menu-sub-link .sub-page-link-text {
    font-size: 22px;
    background-color: var(--site-burgundy);
  }
  .mega-menu-main-link .sub-page-link-text {
    min-height: 50px;
  }
  .mega-menu-sub-link .sub-page-link-text {
    min-height: 45px;
  }
  .mega-menu-icon-link .sub-page-link-text {
    font-size: 22px;
  }

  .mobile-menu-r-arrow {
    display: none;
  }
}
.mega-menu-container {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.mega-menu-close-btn {
  display: none;
}
@media (pointer: coarse) and (min-width: 1301px) {
  .main-link.open-state .mega-menu-close-btn {
    position: absolute;
    top: calc(100% + 10px);
    right: 15px;
    z-index: 101;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 0 8px 5px;
    min-height: 25px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    line-height: 1;
  }
  .mega-menu-close-btn-svg {
    display: block;
    width: 10px;
    height: auto;
    transform: translateY(-2px);
  }
  .sub-pages-links {
    padding: 50px 0 40px;
  }
}
.sub-page-link-text {
  font-family: calibri, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m-menu-only,
#mobile-menu,
#mobile-shadow {
  display: none;
}
/*Large Screen*/
@media screen and (max-width: 1475px) and (min-width: 1300px) {
  nav {
    padding: 0 2rem;
  }
  #right-nav {
    gap: 10px;
  }
  #header-contact-btn {
    min-width: 180px;
  }
  .main-link-tag,
  .nav-font {
    font-size: 18px;
  }
  .dsk-nav-ac-logo {
    width: 50px;
    height: auto;
  }
}
/*Header Mobile View*/
@media screen and (max-width: 1300px) {
  .m-menu-only {
    display: block;
  }
  .desk-menu-only {
    display: none;
  }
  nav {
    position: relative;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    min-height: inherit;
    padding: 0.5rem 0 0;
  }
  nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  nav > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  nav.active {
    height: 100vh;
    overflow-y: auto;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
  }
  #main-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
    padding: 12px 32px;
	width: fit-content;
    align-self: center;
  }
  #main-logo {
    width: 145px;
    margin: auto 0;
  }
  #right-nav,
  #left-nav {
    display: none;
  }
  #mobile-menu,
  #mobile-shadow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mobile-menu {
    font-size: 18px;
    margin: 0 2rem 0 auto;
    background: none;
    border: none;
  }
  #mobile-bar-container {
    gap: 5px;
  }
  .mobile-bar {
    width: 35px;
    height: 5px;
    background-color: #000;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  /*Turn Bars into X when menu is open*/
  .mobile-bar.active:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 10px);
    -ms-transform: rotate(45deg) translate(5px, 10px);
    transform: rotate(45deg) translate(5px, 10px);
  }
  .mobile-bar.active:nth-child(2) {
    opacity: 0;
  }
  .mobile-bar.active:nth-child(3) {
    -webkit-transform: rotate(135deg) translate(-4px, 9px);
    -ms-transform: rotate(135deg) translate(-4px, 9px);
    transform: rotate(135deg) translate(-4px, 9px);
  }
  #mobile-shadow {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    padding-bottom: 0.5rem;
    z-index: 1000;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
  /*Mobile Mega Menu*/
  #left-nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 5% 0;
    height: fit-content;
    overflow-y: scroll;
  }
  #left-nav {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 3;
    grid-row: 3;
    border-top: none;
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .phone-icon-container {
    width: 65px;
    height: 100%;
  }
  .mobile-menu-phone-btn {
    padding: 0;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
  }
  .main-link-tag {
    padding: 2.5rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .main-link-tag.mobile.active {
    color: var(--site-burgundy);
  }
  .mega-menu-container {
    top: 0;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mega-menu-display {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 5%;
  }
  .mobile-back {
    background-color: transparent;
    background-image: url("/assets/imgs/header/left-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    border: none;
    width: 40px;
    height: 40px;
  }
  .sub-pages-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 0.5rem;
  }
  .sub-pages-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sub-pages-links span {
    padding: 2rem 0;
  }
  .mobile-main-link-text {
    color: var(--dark-burgundy);
  }
  .sub-page-link-text {
    color: #000;
  }
  .sub-img-container {
    display: none;
  }
}
@media screen and (max-width: 1300px) and (min-width: 900px) {
  .main-link-tag,
  .nav-font,
  .mobile-main-link-text,
  .sub-page-link-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 899px) and (min-width: 476px) {
  .main-link-tag,
  .nav-font,
  .mobile-main-link-text,
  .sub-page-link-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 475px) {
  #left-nav.active,
  .mega-menu-display {
    padding: 1.5rem 7.5% 0;
  }
  .mega-menu-display {
    gap: 1rem;
  }
  .main-link-tag,
  .nav-font,
  .mobile-main-link-text,
  .sub-page-link-text {
    font-size: 20px;
  }
  .sub-page-link-text.indent,
  .mobile-menu-phone-btn {
    font-size: 18px;
  }
  #main-logo-link {
    padding: 10px 16px;
  }
  #main-logo {
    width: 125px;
  }
  #mobile-menu {
    margin: 0 1rem 0 auto;
  }
  .main-link-tag,
  .sub-pages-links span {
    padding: 1.5rem 0;
  }
  .mobile-menu-phone-btn {
    min-height: 50px;
  }
  .mobile-menu-phone-btn img {
    width: 20px;
  }
}
/*END OF HEADER STYLING*/
/*Back To Top Button*/
#back-top {
	display: none;
	position: fixed;
	cursor: pointer;
    bottom: 20px;
    right: 20px;
	z-index: 10000;
    background-color: rgba(0, 0, 0, .7);
	border: none;
}
#back-top.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 600px) {
	#back-top {
		height: 45px;
		width: 45px;
	}
	#back-top .corner-arrow {
		height: 1rem;
		width: 1rem;
		border-bottom: 3px solid #fff;
		border-left: 3px solid #fff;
		-webkit-transform: translateY(3px) rotate(135deg);
		    -ms-transform: translateY(3px) rotate(135deg);
		        transform: translateY(3px) rotate(135deg);
	}
}

/*FOOTER STYLING*/
.footer {
    display: grid;
    width: 100vw;
    background: #3A3A3A;
    justify-self: center;
    justify-items: center;
}
.footer-container {
    width: min(80vw, 1200px);
    display: grid;
    padding: 16px 0;
}
/* Font Size */
.footer-large-text {
    font-size: 18px;
}
.footer-regular-text {
    font-size: 16px;
}

/* Styled Gray Lines */
.footer-container::before,
.footer-horizontal-line::before {
    background: #777776;
}
/* Vertical Line */
@media screen and (min-width: 1251px) {
    .footer-container::before {
        content: "";
        display: block;
        height: 90%;
        width: 1px;
        grid-row: 1;
        margin: 0 35px 0 0;
    }
}
/* Horizontal Line */
.footer-horizontal-line.top {
    display: none;
}
.footer-horizontal-line.bottom {
    display: block;
}
.footer-horizontal-line {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 16px 0;
    grid-column: 1 / span 5;
    grid-row: 2;
}
.footer-horizontal-line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(85vw, 1400px);
}

/* Top Row */
.footer-list-container,
.footer-contact-info {
    grid-row: 1;
}
.footer-list-container:nth-of-type(1) {
    grid-column: 1;
    padding: 0 60px 0 0;
}
.footer-list-container:nth-of-type(2) {
    grid-column: 2;
    padding: 0 50px 0 0;
}
.footer-list-container:nth-of-type(3) {
    grid-column: 3;
    padding: 0 50px 0 0;
}
.footer-contact-info {
    grid-column: 5;
}

/* Footer Element Styling */
.footer-list-link {
    color: #ffffff;
}
/* List/Link Containers */
.footer-list-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: fit-content;
}
/* Safety Link */
.footer-safety-link {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: fit-content;
}
.footer-mask-icon {
    display: block;
    width: 35px;
    height: 30px;
}
.footer-contact-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
	justify-content: space-between;
}

.footer-contact-info-sub-social{
	margin-top: 25px;
}

/* Bottom Row */
.footer-list-bottom {
    grid-row: 3;
    display: flex;
    align-items: center;
}
.footer-list-bottom.left {
    grid-column: 1 / span 3;
/*    width: min(95%, 650px);*/
	width: min(100%, 672px);
    justify-content: space-between;
}
.footer-list-bottom.right {
    grid-column: 5;
    gap: min(3.5vw, 60px);
}

.footer-life-lift-logo {
    width: 171px;
    height: auto;
    transform: translateX(-7px);
}

.footer-copyright {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.footer-copyright-icon {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1500px) {
    .footer-container {
        width: 90vw;
    }
    .footer-horizontal-line::before {
        width: 95vw;
    }
}

@media screen and (max-width: 1300px) {
    .footer-container {
        width: 95vw;
    }
    .footer-horizontal-line::before {
        width: 97vw;
    }
    .footer-list-container:nth-of-type(1),
    .footer-list-container:nth-of-type(2) {
        padding: 0 45px 0 0;
    }
    .footer-list-container:nth-of-type(3) {
        padding: 0 30px 0 0;
    }
    .footer-container::before {
        margin: 0 25px 0 0;
    }
}

@media screen and (max-width: 1250px) {
	.footer-contact-info-sub-info{
	display: flex;
    align-items: baseline;
    align-content: center;
    flex-wrap: wrap;
    padding-right: 20px;
	}
	
	/*Container Styling*/
	.footer-container {
		grid-template-columns: repeat(4, auto);
		width: min(85vw, 900px);
	}
	/* Styling/Placing Grid Elements */
	/*Horizontal Lines*/
	.footer-horizontal-line {
        margin: 20px 0;
    }
	.footer-horizontal-line.top {
        display: block;
        grid-row: 2;
    }
    .footer-horizontal-line.bottom {
        grid-row: 4;
    }
	.footer-horizontal-line::before {
		width: min(88vw, 950px);
	}
	
	/*Full Span Elements*/
	.footer-contact-info,
	.footer-list-bottom.right {
		grid-column: 1 / -1;
	}
	
	/*1st Row*/
	.footer-contact-info {
		grid-row: 1;
	}
	/*Middle Row*/
	.footer-list-container {
		grid-row: 3;
	}
	.footer-list-bottom.left {
		grid-column: 4;
		flex-direction: column;
		align-items: initial;
		justify-content: initial;
		gap: 8px;
	}
	/*Bottom Row*/
	.footer-list-bottom.right {
		grid-row: 5;
		justify-content: space-between;
        flex-wrap: wrap;
	}
	.footer-copyright {
		justify-content: center;
	}
}

@media screen and (max-width: 950px) {
    /* Container Styling */
    .footer-container {
        width: min(85vw, 600px);
        grid-template-columns: 1fr 1fr;
        gap: 0 clamp(20px, 6vw, 80px);
        padding: 30px 0 15px;
    }

    /* Styling/Placing Grid Elements */
    /* Horizontal Lines */
    .footer-horizontal-line {
        margin: 20px 0;
        grid-column: 1 / span 2;
    }
    .footer-horizontal-line::before {
		width: min(90vw, 650px);
    }
    .footer-horizontal-line.top {
        display: block;
        grid-row: 2;
    }
    .footer-horizontal-line.bottom {
        grid-row: 5;
    }
    /* Move contact block to the top */
    /* 1st Row */
    .footer-contact-info {
        grid-column: 1 / span 2;
        grid-row: 1;
    }

    /* 2nd Row */
    .footer-list-container:nth-of-type(1),
    .footer-list-container:nth-of-type(2) {
        padding: 0;
    }
    /* Auto place all the link containers */
    .footer-list-container,
    .footer-list-bottom {
        grid-row: auto;
    }

    /* 3rd Row */
    .footer-list-bottom.left,
    .footer-list-container:nth-of-type(3) {
        padding: 40px 0 0 0;
    }

    /* 4th Row */
    .footer-list-container:nth-of-type(3) {
        grid-column: 1;
    }
    .footer-list-bottom.left {
        grid-column: 2;
        grid-row: 4;
        flex-direction: column;
        align-items: initial;
		justify-content: initial;
        gap: 8px;
    }

    /* Last Row */
    .footer-list-bottom.right {
        grid-column: 1 / span 2;
		grid-row: 6;
    }
    .footer-copyright {
        gap: 5px;
    }
    .footer-copyright-icon {
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 600px) {
	/* Font Size */
    .footer-large-text {
        font-size: 16px;
    }
    .footer-regular-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
	.footer-life-lift-logo {
		width: 120px;
    }
}
@media screen and (max-width: 425px) {
	 .footer-contact-info {
		gap: 5px;
    }
	.footer-contact-info-sub-info {
		flex-direction: column;
		gap: 10px;
	}
}
@media screen and (max-width: 400px) {
    .footer-container {
        width: min(90vw, 400px);
    }
    .footer-horizontal-line::before {
        width: min(92vw, 450px);
    }
    /* 1st Row */
    .footer-contact-info {
        padding: 0 2.5vw;
    }
    /* 2nd Row */
    .footer-list-container:nth-of-type(1) {
        padding: 0 0 0 2.5vw;
    }
    /* 3rd Row */
    .footer-list-container:nth-of-type(3) {
        padding: 40px 0 0 2.5vw;
    }
}

@media screen and (max-width: 350px) {
	.footer-container {
		gap: 0;
	}
}

/*END OF FOOTER STYLING*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*PAGES STYLING*/

/*UNIVERSAL PAGE COMPONENTS*/
.page-header-container {
	width: 100vw;
	max-width: 2300px;
	margin: 0 auto;
	position: relative;
}
.page-header-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page-header-container.left::before{
	background: -webkit-gradient(linear, left top, right top, from(rgba(42, 42, 42, 0.7)), color-stop(45.77%, rgba(0, 0, 0, 0.25)), color-stop(62.32%, rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(left, rgba(42, 42, 42, 0.7) 0%, rgba(0, 0, 0, 0.25) 45.77%, rgba(255, 255, 255, 0) 62.32%);
	background: linear-gradient(90deg, rgba(42, 42, 42, 0.7) 0%, rgba(0, 0, 0, 0.25) 45.77%, rgba(255, 255, 255, 0) 62.32%);
}
.page-header-container.center::before {
	background: rgba(0, 0, 0, 0.5);
}
.page-header-title {
	position: absolute;
	top: 50%;
}
.page-header-title.left {
	left: 10%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	max-width: min(55vw, 1050px);
}
.page-header-title.center {
	width: 80vw;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-align: center;
}
.page-header-title.x-large {
	left: 5%;
}
.page-header {
	display: block;
	width: 100%;
	min-height: 250px;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media screen and (max-width: 1440px) {
	.page-header-title.left.large {
		left: 5%;
	}
}
@media screen and (max-width: 500px) {
	.page-header {
		min-height: 125px;
	}
	.page-header-title {
		line-height: 1.2;
	}
	.page-header-title.left {
		left: 5%;
	}
}

/*Offset Grid Styling*/
.offset-full-grid {
	width: 100vw;
	max-width: 1920px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
}
@media (min-width: 950px) {
	.offset-full-grid {
		-ms-grid-rows: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
}
.offset-full-grid-row {
	display: -ms-grid;
	display: grid;
	min-height: min(30vw, 500px);
}
@media (min-width: 1921px) {
	.offset-full-grid-row {
		max-height: 500px;
	}
}
/*Top Row Styling*/
.offset-full-grid-row.top {
	-ms-grid-columns: 41fr 59fr;
	grid-template-columns: 41fr 59fr;
	background-color: var(--light-light-gray);
}
/*Bottom Row Styling*/
.offset-full-grid-row.bottom {
	-ms-grid-columns: 59fr 41fr;
	grid-template-columns: 59fr 41fr;
	background-color: var(--site-burgundy);
}
.offset-full-grid-row.bottom .offset-full-grid-img-container {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
}
.offset-full-grid-row.bottom .offset-full-grid-img-container {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
}

/*Grid Images Styling*/
.offset-full-grid-img-container {
	height: 100%;
	overflow: hidden;
}
.offset-full-grid-img-container img {
	display: block;
	width: 100%;
	min-height: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
/*Grid Content Syling*/
.offset-full-grid-content-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 35px;
	width: 85%;
	max-width: 800px;
	margin: auto;
	padding: 55px 0 75px;
}
.offset-full-grid-content--btn-padding {
	padding: 0 0 20px;
}

.offset-full-grid-row.bottom .offset-full-grid-content-container * {
	color: #ffffff;	
}
/*Grid Button Styling*/
.rounded-btn {
	display: grid;
	place-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 250px;
	min-height: 60px;
	padding: 0 1rem;
	text-align: center;
	border-radius: 60px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	transform: translateY(0.0001px);
}
.offset-full-grid-row.top .rounded-btn {
	border: 2px solid var(--site-burgundy);
}
.offset-full-grid-row.bottom .rounded-btn {
	border: 2px solid #ffffff;
}
@media screen and (min-width: 769px) {
	.offset-full-grid-img-container {
		display: -webkit-box;
	}
}
@media screen and (max-width: 1440px) and (min-width: 1201px) {
	.offset-full-grid-row.top {
		-ms-grid-columns: 42fr 58fr;
		grid-template-columns: 42fr 58fr;
	}
	/*Bottom Row Styling*/
	.offset-full-grid-row.bottom {
		-ms-grid-columns: 58fr 42fr;
		grid-template-columns: 58fr 42fr;
	}
}
@media screen and (max-width: 1200px) and (min-width: 950px) {
	.offset-full-grid-row.top {
		-ms-grid-columns: 450px auto;
		grid-template-columns: 450px auto;
	}
	.offset-full-grid-row.bottom {
		-ms-grid-columns: auto 450px;
		grid-template-columns: auto 450px;
	}
}
@media screen and (max-width: 949px) {
	.offset-full-grid-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-height: none;
	}
	@media (min-width: 700px) {
		.offset-full-grid-img-container {
			height: 400px;
		}
	}
	.offset-full-grid-content-container {
		min-height: 300px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 40px 0 60px;
	}
}
@media screen and (max-width: 700px) {
	.offset-full-grid-img-container {
		overflow: inherit;
		height: auto;
	}
	.offset-full-grid-img-container img {
		min-height: inherit;
	}
}
@media screen and (max-width: 600px) {
	.offset-full-grid {
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto;
	}
}
@media screen and (max-width: 475px) {
	.offset-full-grid-content-container {
		padding: 30px 0 50px;
	}
	.rounded-btn {
		min-width: 200px;
		padding: 0 1rem;
		min-height: 50px;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*Tab Carousel Styling*/
.tab-carousel-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2rem;
	border: 1px solid var(--light-gray);
	border-radius: 10px;
}
.tab-selector-container {
	width: 100%;
	overflow-x: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.tab-selector-container::-webkit-scrollbar {
	display: none;
}
.tab-selector-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
.tab-selector {
	width: 100%;
}
.tab-selector-button {
	width: 100%;
    background: var(--light-light-gray);
	border: none;
    border-bottom: 1px solid var(--light-gray);
	padding: 1rem;
	white-space: nowrap;
	font-size: 24px;
}
.tab-selector:not(:first-of-type) .tab-selector-button {
	border-left: 1px solid var(--light-gray);
}
.tab-selector:first-of-type .tab-selector-button {
	border-radius: 10px 0 0 0;
}
.tab-selector:last-of-type .tab-selector-button {
	border-radius: 0 10px 0 0;
}
.tab-content-wrapper {
	display: -ms-grid;
	display: grid;
	width: 100%;
}
.tab-content {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
	visibility: hidden;
}
/*ACTIVE STATE*/
.tab-selector.active .tab-selector-button {
	font-weight: 700;
	border-bottom: transparent 1px solid;
	background: #ffffff;
}
.tab-content.active {
	visibility: visible;
}
@media screen and (max-width: 786px) {
	.tab-selector-button {
		font-size: 22px;
	}
	.tab-section > div {
		width: 100%;
	}
}
@media screen and (max-width: 550px) {
	.tab-carousel-container {
		border-radius: 0;
		border: none;
	}
	.tab-selector-container {
		width: 100vw;
	}
	.tab-selector-wrapper {
		border-top: 1px solid var(--light-gray);
		border-bottom: 1px solid var(--light-gray);
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.tab-selector {
		-webkit-box-flex: initial;
		    -ms-flex: initial;
		        flex: initial;
	}
	.tab-selector-button {
		padding: .75rem 1rem;
		border-bottom: none;
		font-size: 16px;
	}
	.tab-selector:first-of-type .tab-selector-button,
	.tab-selector:last-of-type .tab-selector-button {
		border-radius: 0;
	}
	.tab-content {
		display: none;
	}
	.tab-content.active {
		display: block;
	}
}

/*STEP BY STEP FORM*/
#form-section {
	-ms-grid-rows: 1rem auto 2rem auto;
	grid-template-rows: 1rem auto 2rem auto;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding: 0 0 140px;
}
#form-section > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
#form-section > *:nth-child(2) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}
#form-section > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
#form-section > *:nth-child(4) {
	-ms-grid-row: 4;
	-ms-grid-column: 1;
}
#red-banner {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	grid-row: 1 / 4;
	-ms-grid-column: 1;
	grid-column: 1;
}
#form-section h2, #form-section h3 {
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column: 1;
	grid-column: 1;
}
#step-form-container {
	width: 95%;
	-ms-grid-row: 3;
	-ms-grid-row-span: 2;
	grid-row: 3 / 5;
	-ms-grid-column: 1;
	grid-column: 1;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
#home-step-display,
#step-display {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 88%;
	margin: 1rem auto 0;
}
/*Progress Bar*/
.step-line-container {
	position: absolute;
	top: 30px;
	width: 88%;
	height: 3px;
	background-color: #c4c4c4;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}
.step-bar {
	-webkit-transition: .3s all ease-in;
	-o-transition: .3s all ease-in;
	transition: .3s all ease-in;
	height: 100%;
	background: -o-linear-gradient(left, #47A447 0%, #0BA360 100%);
	background: -webkit-gradient(linear, left top, right top, from(#47A447), to(#0BA360));
	background: linear-gradient(90deg, #47A447 0%, #0BA360 100%);
}
.step-box {
	display: -ms-grid;
	display: grid;
	row-gap: 5px;
	z-index: 100;
}
.step-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 60px;
	height: 60px;
	background-color: #c4c4c4;
	border-radius: 60px;
	margin: 0 auto;
	font-size: 2rem;
}
/*When user is on current step*/
.step-number.active {
	color: #fff;
	background-color: var(--site-green);
	background-image: -o-linear-gradient(left, #47A447 0%, #0BA360 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#47A447), to(#0BA360));
	background-image: linear-gradient(90deg, #47A447 0%, #0BA360 100%);
}
.step-text {
	text-align: center;
	font-size: 22px;
}
/*Progress Form*/
#home-step-form {
	display: -ms-grid;
	display: grid;
	padding: 0 6%;
}
#step-form {
	display: -ms-grid;
	display: grid;
	padding: 3rem 6%;
	width: 100%;
}
#home-step-form .step-fieldset,
#step-form .step-fieldset {
	row-gap: 2rem;
	column-gap: 4rem;
	min-height: 200px;
}
#info-form .step-fieldset {
	gap: 3rem;
}
.step-fieldset {
	display: none;
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
	border: none;
	-ms-grid-columns: 1fr 4rem 1fr;
	grid-template-columns: 1fr 1fr;
}
/*Location Fieldset*/
.main-autofill-element {
	width: 100%;
	max-width: 450px;
	justify-self: center;
}
@media screen and (min-width: 769px) {
	#info-form .step-fieldset.location-fieldset,
	#home-step-form .step-fieldset.location-fieldset,
	#step-form .step-fieldset.location-fieldset {
		grid-template-columns: auto 1fr 1fr;
		column-gap: 2rem;
	}
}
@media screen and (min-width: 626px) {
	.main-autofill-element,
	.street-address-element {
		grid-column: 1 / span 3;
	}
	.street-address-element {
		max-width: 530px;
	}
	.location-fieldset {
		grid-template-columns: auto 1fr 1fr;
	}
	.postcode-container,
	.location-fieldset .back {
		grid-column: 1;
	}
	.postcode-container {
		max-width: 150px;
	}
	.location-fieldset .forward {
		grid-column: 2 / span 2;
	}
}
.step-fieldset.active {
	display: grid;
}
.step-fieldset label,
.step-fieldset span,
.step-fieldset-radio-title {
	font-size: 22px;
}
.form-input-wrapper {
	position: relative;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.form-input-wrapper input {
	font-size: 18px;
}
.form-input-wrapper.error::before {
	content: "Richiesto";
	font-family: calibri, sans-serif;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 1rem;
	color: #FF2626;
}
.form-input-wrapper.email-invalid::before {
	content: "Non Valido";
	font-family: calibri, sans-serif;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 1rem;
	color: #FF2626;
}
#home-step-form .form-input:not(.form-readonly),
#info-form .form-input:not(.form-readonly) {
	background-color: #ffffff;
}
#step-form .form-input:not(.form-readonly) {
	background-color: var(--light-light-gray);
}
.form-input {
	border: 1px solid var(--light-gray);
	border-radius: 5px;
	padding: .5rem;
	width: 100%;
	outline: none;
}
.form-input:focus, .form-input:focus-visible {
	border: 1px solid var(--gray) !important;
}
.form-input.error {
	border: 1px solid #FF2626;
}
.form-input.form-readonly {
	background-color: #D8D9D8;
}
.radio-input {
	background-color: var(--light-light-gray);
	border: 1px solid var(--light-gray);
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: .5rem 1rem;
	margin-bottom: 2rem;
	min-width: 120px;
	max-height: 55px;
	cursor: pointer;
}
#home-form-section .radio-input {
	background-color: #ffffff;
}
input[type="radio"] {
    height: 20px;
    width: 20px;
}
.forward, #submit-btn, #home-submit-btn, #success-btn {
	width: 100%;
	max-width: 250px;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: var(--site-green);
	background-image: -o-linear-gradient(left, #47A447 0%, #0BA360 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#47A447), to(#0BA360));
	background-image: linear-gradient(90deg, #47A447 0%, #0BA360 100%);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 100px;
	border: none;
	padding: 0 1rem;
	min-height: 50px;
	font-size: 22px;
	margin-top: auto;
	transform: translateY(0.0001px);
	-webkit-transition: .2s transform ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
	-o-transition: .2s transform ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s transform ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
	font-weight: 700;
}
.forward .corner-arrow {
	position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
}
.back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: .5rem;
	background-color: transparent;
	border: none;
	padding: .5rem 1rem;
	margin: auto auto 0 0;
}
@media screen and (max-width: 768px) {
	#info-form {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		grid-column: 2 / span 2;
		width: 100%;
	}
	#home-step-form,
	#step-form {
		width: 100%;
		-ms-grid-column-align: center;
		    justify-self: center;
		padding: 3rem 5%;
	}
	#info-form .step-fieldset {
		gap: 2rem;
	}
	#home-step-form .step-fieldset,
	#step-form .step-fieldset {
		row-gap: 1rem;
		column-gap: 1rem;
	}
}
@media screen and (max-width: 625px) {
	.step-fieldset {
		display: none;
	}
	.step-fieldset.active {
		display: grid;
	}
	.form-input-element {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		width: min(100%, 350px);
		-ms-grid-column-align: center;
		    justify-self: center;
	}
}
@media screen and (max-width: 550px) {
	.mobile-step-display {
		padding: 0 5%;
	}
	.step-ring-container {
		position: relative;
	}
	.ring-fill {
		-webkit-transition: 0.35s stroke-dashoffset;
		-o-transition: 0.35s stroke-dashoffset;
		transition: 0.35s stroke-dashoffset;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: 50% 50%;
		    -ms-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
	}
	.mobile-step-number {
		position: absolute;
		width: 100%;
		text-align: center;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.mobile-step-text,
	.mobile-step-number,
	.mobile-current-number {
		font-size: 22px;
	}
	#home-step-display,
	#step-display {
		display: none;
	}
	#home-mobile-step-display,
	.mobile-step-display {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#home-step-form,
	#step-form {
		padding: 1rem 5% 3rem;
	}
}
@media screen and (max-width: 475px) {
	#form-section {
		padding: 0 0 85px;
	}
	#info-form .radio-input {
		min-width: initial;
	}
	.forward,
	#submit-btn,
	#home-submit-btn,
	#success-btn {
		font-size: 20px;
		max-width: 180px;
	}
}
/*END OF STEP BY STEP FORM*/

/*Confirmation Modal*/
#modal-overlay {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100000;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.40);
}
#success-modal {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 3rem 2rem;
	gap: 2rem;
	background-color: #ffffff;
	width: 80%;
	max-width: 400px;
	border-radius: 10px;
}
#success-modal img {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

/*SHADOW & ELEVATION STYLING*/
.elevation-1 {
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.elevation-2 {
	-webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.15);
}
.elevation-3 {
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
.elevation-4 {
	-webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.25);
}

/*Checkmark*/
.checkmark {
  width: 35px;
  height: 35px;
}
@media (max-width: 825px) {
  .checkmark {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 500px) {
  .checkmark {
    width: 20px;
    height: 20px;
  }
}

.link-arrow {
	transform: translateY(3px);
}

/*Screen Reader only*/
/*Hides visually and structurally but not from search engines*/
.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;
	overflow: hidden !important;
	margin: -1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*HOME PAGE*/
#home-hero-section {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	background-color: var(--site-burgundy);
	background-image: url(/assets/imgs/home/home-hero/home-hero-bg.png);
	background-size: 110% 100%;
	background-position: 100% 50%;
}
@media (max-width: 1400px) {
	#home-hero-section {
		background-size: 140% 100%;
	}
}
@media (max-width: 574px) {
	#home-hero-section {
		background-image: url("/assets/imgs/home/home-hero/home-hero-bg-mobile.png");
		background-size: cover;
	}
}
/*Covid Banner*/
#covid-badge {
	position: absolute;
	right: 2%;
	top: 10px;
	width: 290px;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	z-index: 100;
	line-height: 1.1;
	padding: 5px 13px;
}
#covid-badge span {
	font-size: 1rem;
}
#covid-badge img {
	float: right;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-bottom: -10px;
}
#covid-banner span {
	font-size: 14px;
}
@media screen and (max-width: 1100px) {
	#covid-badge {
		display: none;
	}
	#covid-banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

/*NEW HERO V2*/
.home-hero-carousel-2 {
	position: relative;
	display: grid;
	grid-template-rows: 1fr auto;
	gap: clamp(30px, calc(1.875rem + ((1vw - 14.4px) * 12.5)), 50px);
	overflow: hidden;
}
.home-hero-carousel-2::before {
/*	content: "";*/
	position: absolute;
	top: -10%;
	left: 10%;
	width: 80vw;
	max-width: 1300px;
	height: 1000px;
	background-image: url("/assets/imgs/home/home-hero/fade-glow.png");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
@media (max-width: 1150px) {
	.home-hero-carousel-2 {
		grid-template-columns: auto 1fr;
	}
	.home-hero-carousel-2::before {
		top: 0;
		left: 0;
		height: 750px;
	}
}
@media (max-width: 800px) {
	.home-hero-carousel-2 {
		gap: 0 30px;
	}
	.home-hero-carousel-2::before {
		height: 100%;
		left: -5%;
	}
}
@media (max-width: 760px) {
	.home-hero-carousel-2 {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.home-hero-carousel-2::before {
		top: 50%;
		width: 120vw;
		max-width: 500px;
		height: 120vw;
		max-height: 500px;
		left: 10%;
		bottom: 40px;
	}
}
@media (max-width: 400px) {
	.home-hero-carousel-2::before {
		left: 5%;
	}
}
/*Overwrite Slick Styling*/
.home-hero-carousel-2 .slick-track {
	display: flex !important;
}
.home-hero-carousel-2 .slick-slide {
	height: inherit !important;
}
/*Images*/
.home-hero-main-stairlift-img-2.mobile {
	display: none;
}
.home-hero-main-stairlift-img-container-2 {
	position: relative;
	display: grid;
	grid-column: 1;
	grid-row: 1 / span 2;
}
.home-hero-main-stairlift-img-2 {
	display: block;
	grid-row: 1;
	grid-column: 1;
	width: 40vw;
	max-width: 770px;
	height: auto;
	max-height: 760px;
	object-fit: cover;
	object-position: bottom;
	z-index: 10;
}
.home-hero-main-stairlift-img-js {
	transform: translateX(-100%);
	visibility: hidden;
	opacity: 0;
	transition: .75s all ease-in-out;
}
.home-hero-main-stairlift-img-js.active {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}
@media (max-width: 1150px) {
	.home-hero-main-stairlift-img-2 {
		width: 42vw;
	}
}
@media (max-width: 970px) {
	.home-hero-main-stairlift-img-2 {
		height: 90%;
		width: 35vw;
		object-position: bottom right;
	}
}
@media (max-width: 800px) {
	.home-hero-main-stairlift-img-2 {
		width: 35vw;
		margin: -30px 0 0 0;
	}
}
@media (max-width: 760px) {
	.home-hero-main-stairlift-img-container-2.desktop {
		display: none;
	}
	.home-hero-main-stairlift-img-2.mobile {
		display: block;
		margin: auto 0 0 0;
	}
	.home-hero-main-stairlift-img-2 {
		width: 70vw;
		height: min(100vw, 410px);
	}
}

/*Content*/
.home-hero-main-stairlift-content-slick {
	padding: 100px 0 0 0;
	z-index: 11;
	width: 47.5vw;
	max-width: 640px;
	grid-column: 2;
	align-self: flex-end;
}
.home-hero-main-stairlift-content-slick .slick-slide {
	opacity: 1 !important;
}
.home-hero-main-content-2 {
	width: 100%;
	transition: .75s opacity ease-in-out;
	display: flex;
	flex-direction: column;
	gap: 30px;
	opacity: 0;
	visibility: hidden;
	transition: visibility .5s linear, opacity .5s ease-in-out;
}
@media (min-width: 1000px) {
	.home-hero-main-content--p {
		font-size: 20px;	
	}
}
/*Links*/
.home-hero-main-link-2 {
	border: 2px solid #FFFFFF;
}
@media (max-width: 1150px) {
	.home-hero-main-stairlift-content-slick {
		padding: clamp(50px, calc(3.125rem + ((1vw - 9px) * 24.1935)), 80px) 0 0 0;
		width: 50vw;
	}
}
@media (max-width: 970px) {
	.home-hero-main-stairlift-content-slick {
		width: 60vw;
	}
	.home-hero-main-content--p {
		width: 55vw;
	}
}
@media (max-width: 800px) {
	.home-hero-main-link-2 {
		min-height: 50px;
		min-width: 225px;
	}
}
@media (max-width: 800px) {
	.home-hero-main-content--p {
		width: 52vw;
	}
}
@media (max-width: 760px) {
	.home-hero-carousel-2 .slick-slide {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.home-hero-main-stairlift-content-slick {
		padding: 40px 0 0 0;
		grid-column: 1;
		width: 100vw;
		max-width: none;
		justify-self: center;
	}
	.home-hero-main-content-2 {
		text-align: center;
		width: 95vw;
		margin: 0 auto 15px;
	}
	.home-hero-main-link-2 {
		margin: 0 auto;
	}
	.home-hero-main-content--p {
		width: 90vw;
		max-width: 565px;
		margin: 0 auto;
	}
}
@media (max-width: 500px) {
	.home-hero-main-content-2 {
		margin: 0 auto -35px;
	}
}
/*Arrows*/
.home-hero-main-stairlift-content-slick .slick-prev {
	display: none !important;
}
.home-hero-slick-next {
	width: fit-content;
	background: none;
	border: none;
	padding: 10px;
	z-index: 15;
	position: absolute;
	right: 3%;
	top: 40%;
}
@media (max-width: 1030px) {
	.home-hero-slick-next {
		right: 1%;
	}
}
@media (max-width: 760px) {
	.home-hero-slick-next {
		display: none;
	}
}
/*Indicators*/
.home-hero-indicator-container-2 {
	display: flex;
	gap: clamp(25px, calc(1.5625rem + ((1vw - 8.5px) * 30)), 40px);
	grid-column: 2;
	grid-row: 2;
	z-index: 10;
	align-self: flex-end;
	justify-self: flex-end;
	padding: 35px 35px 35px 0;
}
.home-hero-indicator-2 {
	width: fit-content;
	background: none;
	border: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
	opacity: .65;
	transition: .5s opacity ease-in-out;
}
.home-hero-indicator-img-2 {
	width: clamp(85px, calc(5.3125rem + ((1vw - 12px) * 27.0833)), 150px);
	height: clamp(65px, calc(4.0625rem + ((1vw - 12px) * 27.0833)), 130px);
	object-fit: cover;
	object-position: bottom right;
}
.home-hero-indicator-2::after {
	content: "";
	display: block;
	width: clamp(10px, calc(0.625rem + ((1vw - 10.24px) * 0.5319)), 12px);
	height: clamp(10px, calc(0.625rem + ((1vw - 10.24px) * 0.5319)), 12px);
	border-radius: 12px;
	background: #ffffff;
	margin: 6px 0 0 0;
	opacity: 0;
	transition: .5s opacity ease-in-out;
}
@media (max-width: 1050px) {
	.home-hero-indicator-2 {
		font-size: 15px;
	}
}
@media (max-width: 970px) {
	.home-hero-indicator-container-2 {
		max-width: 400px;
	}
	.home-hero-indicator-img-2 {
		display: none;
	}
}
@media (max-width: 800px) {
	.home-hero-indicator-container-2 {
		padding: 55px 15px 25px 0;
	}
} 
@media (max-width: 760px) {
	.home-hero-indicator-container-2 {
		padding: 25px 25px 35px;
		width: 100%;
		justify-content: space-between;
		margin: 0;
		grid-column: 1;
	}
}
/*Active State*/
.slick-active .home-hero-main-content-2,
.home-hero-indicator-2.active,
.home-hero-indicator-2.active::after {
	opacity: 1;
	visibility: visible;
}

/*IT Promo Banner NEW*/
@media (hover: hover) and (pointer: fine) {
	.promo-banner:hover {
		opacity: inherit;
	}
}
/*Promo Fonts*/
.promo-banner-ribbon-text,
.promo-banner-main-text,
.promo-banner-main-text-large {
	font-family: montserrat, sans-serif;
}
.promo-banner-main-text.large {
	font-weight: 700;
	font-size: clamp(55px, calc(3.4375rem + ((1vw - 14.4px) * 3.125)), 70px);
}
.promo-banner-ribbon-text {
	font-weight: 700;
	font-size: clamp(24px, calc(1.5rem + ((1vw - 14.4px) * 0.4167)), 26px);
}
.promo-banner-main-text.regular {
	font-size: clamp(35px, calc(2.1875rem + ((1vw - 14.4px) * 2.0833)), 45px);
}
/*Promo Structure*/
.promo-banner {
	display: block;
	width: 100%;
	max-width: 1920px;
	z-index: 2;
	position: relative;
}
.promo-banner-container {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	background: linear-gradient(144.71deg, #FA4B29 -8.15%, #BD0E00 82.16%);
}
/*Ribbons*/
.promo-banner-ribbon {
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 550px;
}
.promo-banner-ribbon.left {
	background: linear-gradient(346.41deg, #FFEA63 38.18%, #FFCC2C 53.76%, #FFB907 65.79%);
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
	padding: 0 15% 0 0;
	justify-content: flex-end;
}
.promo-banner-ribbon.right {
	background: linear-gradient(15deg, #FFEA63 38.18%, #FFCC2C 53.76%, #FFB907 65.79%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
	padding: 0 0 0 15%;
	justify-content: flex-start;
}
/*Main*/
.promo-banner-main {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
	padding: 2px clamp(1px, calc(0.0625rem + ((1vw - 14.4px) * 18.5417)), 90px)
}
.promo-banner-checkmark {
	display: block;
	width: clamp(65px, calc(4.0625rem + ((1vw - 14.4px) * 2.5)), 77px);
	height: auto;
}
.promo-banner-main-text-container {
	display: inline-block;
}
.promo-banner-main-text {
	vertical-align: middle;
}

.promo-banners-section{
	max-width: 1500px;
    margin: 0 auto;
	padding-bottom: 50px;
}

.promo-title{
	font-family: 'Museo Sans Rounded';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
	color: #242424;
}

.promo-subtitle{
	font-family: 'calibri';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #242424;
	margin: 0 auto;
	max-width: 1200px
}

/*
.promo-banners-container {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
*/


@media (max-width: 1300px) {
	.promo-banners-container{
		flex-wrap: wrap;
    flex-direction: row;
	}
}

@media (max-width: 1199px) {
	.promo-banners-section{
		margin: 0 15px !important;
	}
}

@media (max-width: 1439px) {
	.promo-banner-main-text.large {
		font-size: clamp(45px, calc(2.8125rem + ((1vw - 10.5px) * 6.6667)), 55px);
	}
	.promo-banner-container {
		grid-template-columns: 1fr 1fr;
	}
	.promo-banner-ribbon {
		max-width: none;
	}
	.promo-banner-ribbon.left {
		display: none;
	}
	.promo-banner-ribbon.right {
		justify-content: center;
		padding: 0 0 0 10%;
	}
	.promo-banner-main {
		gap: 5px;
	}
}

@media (max-width: 1000px) {
	.promo-banner-ribbon-text {
		font-size: clamp(16px, calc(1rem + ((1vw - 6.5px) * 2.2857)), 24px);
	}
	.promo-banner-main-text.large {
		font-size: clamp(34px, calc(2.125rem + ((1vw - 6.5px) * 3.1429)), 45px);
	}
	.promo-banner-main-text.regular {
		font-size: clamp(22px, calc(1.375rem + ((1vw - 6.5px) * 3.7143)), 35px);
	}
	.promo-banner-container {
		grid-template-columns: 1.1fr 1fr;
		min-height: 50px;
	}
	.promo-banner-checkmark {
		width: clamp(35px, calc(2.1875rem + ((1vw - 6.5px) * 8.5714)), 65px);
	}
}

@media (max-width: 768px) {
	.promo-banner-ribbon.right {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
		padding: 0 0 0 5%;
	}
}

@media (max-width: 624px) {
	.promo-banner-container {
		grid-template-columns: 1fr;
		grid-template-rows: 50px 30px;
	}
	.promo-banner-ribbon.right {
		clip-path: none;
		padding: 0;
	}
}

/*Acorn Customer Section*/
.home-acorn-logo {
	width: min(18vw, 250px);
}
@media screen and (max-width: 1300px) {
	.acorn-customer-grid {
		grid-column-gap: 1rem;
	}
}
@media screen and (max-width: 1000px) {
	.acorn-customer-grid {
		-ms-grid-columns: 1fr auto;
		grid-template-columns: 1fr auto;
	}
}
@media screen and (max-width: 925px) {
	.home-acorn-logo {
		-ms-grid-row: 1;
		grid-row: 1;
		grid-column: 1;
		width: clamp(155px, 40vw, 200px);
		height: auto;
		justify-self: center;
	}
	.acorn-customer-p {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
	}
}

.home-acorn-customer-icon-content-grid {
	max-width: 1225px;
}
.home-acorn-customer-icon-container {
	width: 100px;
	height: 100px;
	display: grid;
	align-items: flex-end;
}
@media screen and (max-width: 850px) {
	.home-acorn-customer-icon-content-grid {
		gap: 2rem;
	}	
}
@media screen and (max-width: 768px) {
	.home-acorn-customer-icon-content-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.acorn-customer-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.acorn-customer-p {
		-ms-grid-column: 1;
		grid-column: 1;
	}
}
@media screen and (max-width: 550px) {
	.home-acorn-customer-icon-container {
		width: 75px;
		height: 75px;
	}
}

/*Infographic Section*/
.info-block-container {
  max-width: 1330px;
  width: 90vw;
  margin: 0 40px;
  justify-self: center;
}
/*Individual Info Block Styling*/
.info-block {
  display: -ms-grid;
  display: grid;
  column-gap: 2rem;
  row-gap: 1rem;
  position: relative;
}
.info-block:not(:last-child) {
  border-bottom: 5px solid var(--site-burgundy);
}
@media (min-width: 1200px) {
  .info-block:nth-child(odd) {
    padding: 45px 30px 75px 80px;
  }
  .info-block:nth-child(even) {
    padding: 45px 80px 75px 30px;
  }
}
@media (max-width: 1199px) and (min-width: 1001px) {
  .info-block:nth-child(odd) {
    padding: 35px 15px 60px 60px;
  }
  .info-block:nth-child(even) {
    padding: 35px 60px 75px 15px;
  }
}
@media screen and (min-width: 1001px) {
  /*Left Blocks*/
  .info-block:nth-child(odd) {
    grid-template-columns: auto 30%;
    border-left: 5px solid var(--site-burgundy);
  }
  /*Right Blocks*/
  .info-block:nth-child(even) {
    grid-template-columns: 30% auto;
    border-right: 5px solid var(--site-burgundy);
  }
  /*Left Blocks (odd)*/
  .info-block:nth-child(odd) .info-block-title,
  .info-block:nth-child(odd) .info-block-content {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .info-block:nth-child(even) .info-block-title,
  .info-block:nth-child(even) .info-block-content {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .info-block-title {
    -ms-grid-column: 1;
    grid-column: 1;
    margin: auto 0 0 0;
  }
  .info-block.home-survey .info-block-title {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  .info-block.home-survey .info-img {
    grid-column: 2;
  }
}
.info-block-content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
/*Custom Content*/
.info-block.acorn-club .info-block-content {
  max-width: 780px;
}
.info-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}
.info-img-collapsed {
  display: none;
}
/*Custom Img Styling*/
.info-grid-stairlift-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.info-grid-stairlift-img {
  height: 200px;
  width: auto;
}
.info-img-quote {
  max-width: 310px;
}
.info-img-home {
  max-width: 310px;
  align-self: flex-end;
}
.info-img-installers {
  max-width: 310px;
}
.info-img-acorn {
  max-width: 220px;
}
.info-number {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: var(--site-burgundy);
}
.info-block:nth-child(odd) .info-number {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.info-block:nth-child(even) .info-number {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.info-number span {
  color: #fff;
  font-size: calc(1.5rem + 1vw);
}
@media (max-width: 1200px) {
  .info-grid-stairlift-img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .info-block-container {
    width: 100%;
    background-color: transparent;
  }
  .info-block {
    margin: 0 auto;
    width: 92.5%;
    padding: 15px 25px 30px;
    column-gap: 15px;
    row-gap: 0;
    border-radius: 20px;
  }
  .info-block::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--site-burgundy);
    left: 50px;
    transition: 500ms background linear;
  }
  .info-block:nth-of-type(1)::before {
    height: 50%;
    bottom: 0;
  }
  .info-block:nth-of-type(5)::before {
    height: 50%;
    top: 0;
  }
  /*Active State*/
  .info-block.active {
    background: var(--light-light-gray);
  }
  .info-block.active::before {
    background: transparent;
  }
  .info-block.active .info-number {
    background-color: var(--site-green);
  }
  .info-block.active .info-block-title {
    color: var(--site-burgundy);
  }

  .info-block:not(:last-child) {
    border-bottom: none;
  }
  .info-block:nth-child(odd),
  .info-block:nth-child(even) {
    grid-template-columns: auto 1fr;
    border-left: none;
    border-right: none;
  }
  .info-block:nth-child(even) .info-number {
    right: inherit;
    left: 0;
  }
  .info-number {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    position: unset;
    height: 50px;
    width: 50px;
    grid-column: 1;
    grid-row: 1;
    margin: auto 0;
    -webkit-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  .info-number span {
    font-size: 28px;
  }
  .info-img {
    display: none;
  }
  @media (min-width: 601px) {
    .info-img-collapsed {
      display: block;
      margin: 0 auto;
      padding: 30px 0;
    }
  }
  .info-block-title {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: 1rem 0;
  }
  .info-block-content {
    padding: 10px 0 0;
    grid-column: 1 / span 2;
    grid-row: 2;
  }
  #info-form {
    padding: 0 0 30px;
  }
  .info-grid-stairlift-img {
    margin: 0 auto;
  }
  .info-img:not(:first-child) {
    margin: 0;
  }
  .info-img-stairlift-names {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .info-block-container {
    margin: 0;
  }
  .info-block {
    width: 100vw;
    padding: 15px 15px 25px;
    column-gap: 10px;
    border-radius: 10px;
  }
  .info-block::before {
    left: 37px;
  }
  .info-number {
    width: 45px;
    height: 45px;
  }
  .info-number span {
    font-size: 26px;
  }
  .info-block-title {
    padding: 0;
  }
  .info-block-content {
    padding: 20px 0 0 10px;
  }
}
@media (max-width: 475px) {
  .info-block-title {
    font-size: 18px;
  }
}

/* Innovation Section */
.home-innovation-section {
  max-width: 1920px;
  width: 97.5vw;
  margin: 0 0 0 auto;
  display: flex;
  gap: 30px;
  padding: clamp(130px, calc(8.125rem + ((1vw - 11px) * 17.5)), 200px) 0;
}
@media (min-width: 1600px) {
  .home-innovation-section {
    width: min(calc(100vw - ((100vw - 1200px) / 2)), 95vw);
  }
}
/* Home Innovation Checkmark Content */
.home-innovation-content {
  width: 53vw;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, calc(1.875rem + ((1vw - 11px) * 4)), 50px);
}
.home-innovation-checkmark-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 0 0 40px;
}
.home-innovation-checkmark--li {
  position: relative;
}
.home-innovation-checkmark--li::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("/assets/imgs/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/* Home Innovation Carousel */
.home-innovation-carousel-container {
  overflow: hidden;
  position: relative;
  width: 60vw;
  height: fit-content;
}
.home-innovation-carousel-slick-js {
  width: min(90vw, 1330px);
}
.home-innovation-carousel-slick-js .slick-list {
  margin-right: -20px;
}
.home-innovation-carousel-slick-js .slick-slide {
  margin-right: 20px;
  opacity: .5;
  transition: opacity 500ms ease-in-out;
}
.home-innovation-carousel-slick-js .slick-current.slick-slide {
  opacity: 1;
}
.home-innovation-carousel-img {
  width: 45vw;
  max-width: 665px;
  height: 530px;
  height: clamp(500px, calc(31.25rem + ((1vw - 12px) * 10)), 530px);
  object-fit: cover;
}
.home-innovation-carousel-slick-js .slick-prev {
  display: none !important;
}
.home-innovation-carousel-slick-next {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  left: min(calc(50vw + 20px), 685px);
  transform: translateY(-50%);
  z-index: 3;
}
.home-innovation-carousel-slick-next-svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 1450px) and (min-width: 1251px) {
  .home-innovation-carousel-slick-next {
    left: initial;
    right: 10px;
  }
}
@media (max-width: 1250px) {
  .home-innovation-section {
    width: 95vw;
    flex-direction: column;
    gap: 40px;
  }
  .home-innovation-content {
    width: 90vw;
    max-width: none;
  }
  .home-innovation-content-title {
    max-width: 750px;
  }
  .home-innovation-carousel-container {
    width: 95vw;
  }
  .home-innovation-carousel-slick-js {
    width: min(170vw, 1540px);
  }
  .home-innovation-carousel-img {
    width: 85vw;
    max-width: 770px;
  }
  .home-innovation-carousel-slick-next {
    left: min(87.5vw, 800px);
  }
}
@media (max-width: 800px) {
  @media (min-width: 550px) {
    .home-innovation-carousel-slick-js {
      width: 165vw;
    }
    .home-innovation-carousel-img {
      height: 425px;
      width: 82.5vw;
    }
  }
  .home-innovation-carousel-slick-next {
    left: initial;
    right: 2.5vw;
  }
}
@media (max-width: 549px) {
  .home-innovation-section {
    gap: 30px;
  }
  .home-innovation-content,
  .home-innovation-checkmark-container {
    gap: 25px;
  }
  .home-innovation-checkmark-container {
    margin: 0 0 0 30px;
  }
  .home-innovation-checkmark--li::before {
    width: 20px;
    height: 20px;
    left: -30px;
    top: 2px;
  }
  .home-innovation-carousel-slick-js .slick-list {
    margin-right: -20px;
  }
  .home-innovation-carousel-slick-js .slick-slide {
    margin-right: 20px;
  }
  .home-innovation-carousel-slick-next {
    display: none !important;
  }
  .home-innovation-carousel-img {
    min-height: auto;
    height: 225px;
  }
}

/*Contact Button Section*/
.home-contact-btn-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 4rem;
}
.home-contact-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2rem;
	padding: 2.5rem 0;
	min-width: 200px;
	width: min(25vw, 300px);
	background-color: var(--light-light-gray);
}
.home-contact-btn-icon {
	display: block;
	min-width: 60px;
	width: 30%;
	max-width: 75px;
}
.home-contact-btn .main-btn {
	min-width: 125px;
	width: 80%;
	max-width: 200px;
}
@media screen and (max-width: 1000px) {
	.home-contact-btn {
		width: min(80vw, 275px);
	}
}

/*Stairlift Promo Page*/
/*Intro Banner*/
.stairlift-promo-banner-container,
.stairlift-promo-banner-container-inner {
	display: grid;
	grid-template-rows: 35px 6fr 4fr 30px;
}

.new-promo-banner-tasso-container{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
	padding-top: 20px;
}

.new-promo-banner-tasso-container a:hover{
	opacity: 1.0;
}
/*Linear Gray Background*/
.stairlift-promo-banner-container::before {
	content: "";
	display: block;
	grid-column: 1;
	grid-row: 2 / span 2;
	width: 100%;
	background: linear-gradient(90deg, #E5E5E5 0, rgba(229, 229, 229, 0.788695) 26.43%, rgba(229, 229, 229, 0.2) 100%);
	border: .5px solid #E5E5E5;
	border-radius: 5px;
	box-sizing: border-box;
}
/*Inner Container*/
.stairlift-promo-banner-container-inner {
	width: 95%;
	justify-self: center;
	grid-column: 1;
	grid-row: 1 / span 4;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr auto auto 1fr;
	justify-items: center;
	gap: 0 20px;
}
/*Banner Text*/
.stairlift-promo-banner-text {
	text-align: center;
	height: fit-content;
}
/*Top Red Text*/

.new-move-left{
	margin-left: 15px;
}
.new-tasso-text-left-container{
	text-align: left;
}
.stairlift-promo-banner-text.top {
	grid-row: 2;
	display: grid;
	font-family: poppins, sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #A30C44;
	align-self: flex-end;
	padding: 10px 0 0 0;
}
.stairlift-promo-banner-text-red-top {
	font-size: clamp(30px, 6vw, 80px);
}
.tasso {
	position: relative;
    right: 25%;
}
.stairlift-promo-banner-text-red-bottom {
	font-size: clamp(60px, 14vw, 200px);
	margin: 0 0 -25px 0;
}
/*Bottom Sub Text*/
.stairlift-promo-banner-text.bottom {
	grid-row: 3;
	display: grid;
/*	justify-items: center;*/
	align-self: flex-start;
	padding: 10px 0;
}

.stairlift-promo-banner-textTwo.bottom {
	grid-row: 3;
	display: grid;
	justify-items: center;
	align-self: flex-start;
	padding: 10px 0;
	text-align: left;
}
.stairlift-promo-banner-text-sub-bottom {
	max-width: 410px;
	padding: 0 0 5px 0;
}

.stairlift-promo-banner-text-sub-bottomTwo {
	max-width: 539px;
	padding: 0 0 5px 0;
}

/*Banner Stairlift Img*/
.stairlift-promo-banner-stairlift-img {
	grid-row: 1 / span 4;
	grid-column: 2;
	display: block;
	width: min(40vw, 400px);
	height: auto;
	margin: auto;
}

/*How Does It Work Section*/
.stairlift-promo-how-works-container {
	display: grid;
	grid-template-columns: 7fr 4fr;
	gap: 20px;
}
/*Icon/Details List Container*/
.stairlift-promo-how-works-ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0 0 0 25px;
}
/*Promo List*/
.stairlift-promo-how-works-li {
	display: flex;
	align-items: center;
	gap: 25px;
}
.stairlift-promo-how-works-icon {
	display: block;
	width: 60px;
	height: auto;
}
/*Piggy Bank Img*/
.stairlift-promo-piggy-bank {
	display: block;
	width: min(100%, 355px);
	height: auto;
	align-self: flex-end;
	justify-self: flex-end;
}

.displaytasso{
	display: block;
}

.displaymobiletasso{
	display: none;
}

@media screen and (max-width: 1200px) {
.tasso{
    right: 30%;
}
}
@media screen and (max-width: 900px) {
	.stairlift-promo-banner-tasso{
	font-size: 42px;
}
	.stairlift-promo-how-works-ul {
		gap: 30px;
		margin: 0 0 0 15px;
	}
	.stairlift-promo-how-works-li {
		gap: 15px;
	}
	.stairlift-promo-how-works-icon {
		width: 50px;
	}
	
	.stairlift-promo-banner-container-inner {
     height: 605px; 
}
	
	.displaytasso{
	display: none;
}

.displaymobiletasso{
	display: block;
}
	
	.new-move-left{
		margin-left: 0;
	}

}

@media screen and (max-width: 750px) {
	.stairlift-promo-how-works-container {
		grid-template-columns: 1fr;
	}
	.stairlift-promo-piggy-bank {
		width: min(75%, 355px);
		align-self: initial;
		justify-self: center;
	}
}

@media screen and (max-width: 650px) {
	.stairlift-promo-banner-container, .stairlift-promo-banner-container-inner {
		grid-template-rows: 15px auto auto 15px;
	}
	.stairlift-promo-banner-stairlift-img {
		width: 100%;
	}
}

@media screen and (max-width: 524px) {
	/*Promo Banner*/
	
	.tasso {
    position: inherit !important; 
}
	
	.stairlift-promo-banner-container,
	.stairlift-promo-banner-container-inner {
		grid-template-columns: 1fr;
	}
	.stairlift-promo-banner-container {
		grid-template-rows: 1fr;
		padding: 0;
	}
	.stairlift-promo-banner-container-inner {
		grid-template-rows: repeat(3, auto);
	}
	.stairlift-promo-banner-text-red-bottom {
		margin: 0 0 -10px 0;
	}
	/*Element Placement*/
	.stairlift-promo-banner-container,
	.stairlift-promo-banner-container::before,
	.stairlift-promo-banner-container-inner {
		grid-row: 1;
	}
	.stairlift-promo-banner-text.top {
		grid-row: 1;
		padding: 0;
	}
	.stairlift-promo-banner-stairlift-img {
		width: 200px;
		grid-column: 1;
		grid-row: 2;
	}
	.stairlift-promo-banner-text.bottom {
		grid-row: 3;
		padding: 0;
	}
	/*Mobile Styling*/
	.stairlift-promo-banner-container-inner {
		padding: 20px 0;
		gap: 20px;
	}
	.stairlift-promo-how-works-ul {
		margin: 0;
	}
}

/*COVID PAGE*/
@media screen and (max-width: 475px) {
	.stairlift-promo-banner-tasso {
    font-size: 32px;
}
	#newTassoPer {
    font-size: 28px;
}
	.mobile-only-accordion-container {
		width: 100vw;
	}
	.mobile-only-accordion-header {
		cursor: pointer;
	}
	.mobile-only-accordion-header,
	.mobile-only-accordion-content > *
	{
		padding: 1rem 7.5vw;
	}
	.mobile-only-accordion-section .corner-arrow {
		-webkit-transition: .25s all linear;
		-o-transition: .25s all linear;
		transition: .25s all linear;
	}
	.mobile-only-accordion-section.expand .corner-arrow {
	-webkit-transform: translateY(.25rem) rotate(135deg);
	    -ms-transform: translateY(.25rem) rotate(135deg);
	        transform: translateY(.25rem) rotate(135deg);
	}
}

.covid-page-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--site-burgundy);
	background: -webkit-gradient(linear, right top, left top, from(#8F023D), to(#6D1937));
	background: -o-linear-gradient(right, #8F023D 0%, #6D1937 100%);
	background: linear-gradient(270deg, #8F023D 0%, #6D1937 100%);
	min-height: 135px;
	height: 25vw;
	max-height: 350px;
}
.covid-header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: auto;
	gap: 5rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.covid-header-container h1 {
	line-height: 1.1;
}
.covid-header-icon {
	display: block;
	width: 20vw;
	max-width: 200px;
	max-height: 200px;
	height: auto;
}

@media screen and (max-width: 1279px) {
	.covid-page-banner {
		height: auto;
	}
	.covid-header-container {
		padding: 20px 0;
	}
	.covid-header-icon {
		width: clamp(100px, 15vw, 130px);
	}
}
@media screen and (max-width: 475px) {
	.covid-header-container {
		gap: 2rem;
	}
	.covid-header-icon {
		width: 80px;
	}
}

/*Intro Content*/
.covid-main-virtual-call-container {
	max-width: 1920px;
	width: 100vw;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	gap: 100px;
}
.covid-main-virtual-call-content {
	flex: 1;
	max-width: 773px;
	align-self: center;
	padding: 3rem 0;
	margin: 0 0 0 min(7.5vw, 120px);
}
.covid-main-virtual-call-content-title {
	line-height: 1;
}
.covid-main-virtual-call-img-container {
	width: clamp(520px, calc(32.5rem + ((1vw - 14.4px) * 60)), 770px);
}
.covid-main-virtual-call-img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1279px) {
	.covid-main-virtual-call-container {
		flex-direction: column;
		gap: 0;
	}
	.covid-main-virtual-call-img-container {
		width: 100%;
		order: -1;
	}
	.covid-main-virtual-call-img {
		max-height: min(550px, 45vw);
		object-position: 0 40%;
	}
	.covid-main-virtual-call-content {
		width: 80vw;
		margin: 0 auto;
	}
}
@media screen and (max-width: 475px) {
	.covid-main-virtual-call-content {
		width: 85vw;
		padding: 2rem 0 3rem;
	}
}

.covid-measurements-link-section {
	padding: clamp(100px, calc(6.25rem + ((1vw - 7.68px) * 4.3403)), 150px) 0 clamp(175px, calc(10.9375rem + ((1vw - 7.68px) * 4.3403)), 225px);
	gap: 50px;
}
.sub-covid-link-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 50px;
	text-align: center;
	background: var(--light-light-gray);
	height: 375px;
	width: 425px;
}
.sub-covid-link-btn svg {
	width: 25vw;
	max-width: 135px;
	height: 25vw;
	max-height: 135px;
}

@media screen and (max-width: 1100px) {
	.sub-covid-link-btn {
		gap: 25px;
		height: 275px;
		width: 86vw;
	}
	@media (min-width: 400px) {
		.sub-covid-link-btn {
			max-width: clamp(300px, calc(18.75rem + ((1vw - 7.68px) * 7.5301)), 325px);
		}
	}
	.sub-covid-link-btn svg {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 475px) {
	.covid-measurements-link-section {
		gap: 25px;
		padding: 60px 0 80px;
	}
	.sub-covid-link-btn {
		padding: 2rem;
	}
}


@media screen and (min-width: 476px) {
	.mobile-only-accordion-section.covid-page {
		background-color: var(--light-light-gray);
	}
}
@media screen and (max-width: 850px) {
	.covid-header-container h1 {
		text-align: center;
	}
}
@media screen and (max-width: 475px) {
	.mobile-only-accordion-section.covid-page .mobile-only-accordion-content {
		background-color: var(--light-light-gray);
		padding: 2rem 0;
	}
}

/*Covid Sub Pages*/
@media screen and (max-width: 750px) {
	.covid-header-icon.sub {
		display: none;
	}
}
/*Person Measure*/
@media screen and (min-width: 560px) {
	.person-measure-banner-text {
		display: -ms-grid;
		display: grid;
	}
}
.covid-measurements-content {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.covid-measurements-img {
	-ms-grid-column-align: center;
	    justify-self: center;
}
@media screen and (max-width: 1000px) {
	.covid-measurements-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.covid-measurements-content {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		padding: 0 0 1rem 0;
	}
	.covid-measurements-img {
		min-width: 200px;
		width: 100%;
		max-width: 435px;
	}
}
/*Staircase Measure Page*/
.staircase-measure-video {
	max-width: 1070px;
	border: 1px #000000 solid;
	margin: 2rem 0;
}

/*Reviews Hidden Page*/
.hidden-reviews-hero-title.sub-title {
	max-width: 675px;
}
.hidden-reviews-main-img {
	max-width: 600px;
}
.hidden-review-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5rem;
	padding: 3rem 1rem;
	width: 50%;
	max-width: 420px;
}
/*Review Components*/
.google-review-img {
	max-width: 240px;
	width: 100%;
}
.trustpilot-review-img {
	max-width: 290px;
	width: 100%;
}
/*Review Buttons*/
.hidden-review-card .main-btn {
	min-width: 250px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.google-review-btn {
	background-color: #4C8CEE;	
}
.trustpilot-review-btn {
	background-color: #1BB57C;
}
.bbb-review-btn {
	background-color: #4BA34C;
}
/*Review Quotes*/
.quote-card {
	display: -ms-grid;
	display: grid;
}
.quote-card.main {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.quote-card-small-container {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 10rem;
}
.quote-card.small {
	-ms-grid-rows: 1fr 5px auto;
	grid-template-rows: 1fr auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 3rem 1.5rem;
	min-height: 300px;
	max-width: 400px;
	gap: 5px;
}
.quote-card.small blockquote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	height: 100%;
}

@media screen and (max-width: 1000px) {
	.hidden-reviews-hero {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 2rem;
		text-align: center;
	}
	.hidden-reviews-hero-title.sub-title {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.hidden-review-card-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.hidden-review-card {
		width: 100%;
	}
	.quote-card-small-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 500px) {
	.hidden-reviews-hero {
		gap: 1rem;
	}
	.hidden-review-card {
		padding: 2rem;
		gap: 3rem;
	}
	.hidden-review-card .main-btn {
		min-width: 200px;
	}
	.hidden-review-quote-text {
		font-size: 16px;
	}
	.quote-card.small {
		min-height: 200px;
	}
	.quote-card-small-container {
		padding-bottom: 3rem;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*CAREERS PAGE*/
.careers-main-banner-container {
	max-width: 1920px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: min(5.5vw, 100px);
	align-items: center;
	justify-items: flex-end;
}
.careers-main-banner-content {
	margin: 0 min(5vw, 96px);
}
.careers-main-banner-content * {
	line-height: 1.2;
}
.careers-main-banner-img {
	display: block;
	height: auto;
	width: min(50vw, 960px);
	margin: 0 0 0 min(-5vw, -96px);
}

@media screen and (max-width: 1200px) {
	.careers-main-banner-container {
		gap: 0;
	}
	.careers-main-banner-content {
		justify-self: flex-start;
	}
}

@media screen and (max-width: 800px) {
	.careers-main-banner-content {
		margin: 0 0 0 4vw;
	}
	.careers-main-banner-img {
		margin: 0 0 0 -12vw;
	}
}

@media screen and (max-width: 750px) {
	.careers-main-banner-content {
		text-align: left;
	}
	.careers-main-banner-img {
		width: max(45vw, 180px);
		margin: 0 0 0 -7vw;
	}
}

.careers-icon-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
}
.careers-icon-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
}
.careers-icon {
	min-height: 75px;
	height: 6vw;
	max-height: 100px;
	width: auto;
}
.careers-card-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	gap: clamp(25px, calc(1.5625rem + ((1vw - 5px) * 15)), 40px);
}
.careers-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 2rem 1rem;
	background: #ffffff;
	text-align: center;
	border-radius: 10px;
	max-width: 500px;
	min-height: 200px;
}
@media (min-width: 901px) {
	.careers-card:nth-of-type(3) {
		grid-column: 1 / -1;
		margin: 0 auto;
	}
}
@media (max-width: 900px) {
	.careers-card-grid {
		display: flex;
		flex-direction: column;
	}
}
.careers-card-title {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.careers-card p {
	max-width: 550px;
}
.careers-card .main-btn {
	margin-top: auto;
}

@media screen and (max-width: 1024px) and (min-width: 601px) {
	.careers-icon-grid {
		-ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
		grid-template-columns: repeat(6, 1fr);
		row-gap: 4rem;
		-webkit-column-gap: 1rem;
		   -moz-column-gap: 1rem;
		        column-gap: 1rem;
	}
	.careers-icon-group:nth-of-type(1) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		grid-column: 2 / span 2;
	}
	.careers-icon-group:nth-of-type(2) {
		-ms-grid-column: 4;
		-ms-grid-column-span: 2;
		grid-column: 4 / span 2;
	}
	.careers-icon-group.bottom {
		grid-column: auto / span 2;
	}
}
@media screen and (max-width: 600px) {
	.careers-icon-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		row-gap: 40px;
	}
}
@media screen and (max-width: 500px) {
	.careers-icon-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 15px;
	}
	.careers-icon {
		min-height: inherit;
		height: 55px;
	}
	.careers-icon-group p {
		text-align: left;
	}
	.careers-card {
		padding: 2rem 1rem;
	}
}

.financebanner{
	background-image: url("/assets/images/financebg.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
}
.financebanner p {
	font-size: 42px;
	color: #8F023D;
	text-align: center;
	    padding: 5px 0;
}

.stairsafebannersection{
	background: #8f023d;
}

.newest-stairlift-feature{
	font-size: 1.8rem;
	font-family: 'Museo Sans Rounded', sans-serif;
	color: white;
	padding-left: 15px;
	margin-top: 15px;
}

.learn-more-banner-btn{
background: white;
    width: 175px;
    height: 35px;
    border-radius: 20px;
    text-align: center;
    padding: 5px;
    margin-top: 15px;
    position: relative;
    left: 5%;
}
.learn-more-banner-btn a{
	color: #8f023d;
	font-weight: 700;
}
.banner-stairsafe-details{
		color: white;
	font-size:  1.3rem;;
		font-family: "Calibri",sans-serif; 
		padding: 0 15px 0 15px;
max-width: 1170px;
}
.homestairsafelogo{
	padding: 30px 0 30px 0;
	width: 200px;
}

.logo-container-banner{
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
	
}

@media (max-width:1432px) {
	.banner-container-stairsafe{
		    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
		text-align: center;
	}
	
	.responsive-banner-flex{
		display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	}
	
		.homestairsafelogo {
    padding: 15px 0 0 0;
}
	
	.learn-more-banner-btn{
    position: inherit;
		margin-top: 3px;
}
	.newest-stairlift-feature{
		padding-left: 0;
		margin-top: 0;
	}
}



/*ACORN CLUB PAGE*/
.max-acorn-club {
	max-width: 1300px;
}


/*StairSafe Section*/
.acorn-club-stairsafe-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 30px;
}
.acorn-club-stairsafe-logo {
  display: block;
  width: min(35vw, 345px);
  height: auto;
  margin: 0 auto;
  grid-row: 1 / span 2;
  grid-column: 2;
}

/*Intro Section*/
.acorn-club-banner {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 40px 0;
}
.acorn-club-banner-heading {
	line-height: 1;
	font-size: 44px;
}
.acorn-club-banner-subheading {
	font-size: 18px;
}
.ac-club-white-logo {
	width: 100px;
	margin: 0 0 0 10px;
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / span 2;
	-ms-grid-row-align: center;
	    align-self: center;
}
.acorn-club-btn {
	min-width: 250px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 30px;
	min-height: 60px;
	background-color: var(--site-green);
	background-image: linear-gradient(180deg, #47A447 0%, #87C487 100%);
	border-radius: 60px;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	transform: translateY(00000.1px);
}
/*Start with Acorn Club Cards*/
.acorn-club-card-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
/*Cards*/
.acorn-club-card {
	display: grid;
	grid-template-rows: auto 1fr;
}
.acorn-club-card-header {
	background: var(--site-burgundy);
	position: relative;
	min-height: 62px;
	text-align: center;
}
.acorn-club-card-header-icon,
.acorn-club-card-header-title {
	position: absolute;
	top: 50%;
}
.acorn-club-card-header-icon {
	left: 20px;
	display: block;
	width: auto;
	height: 40px;
	transform: translateY(-50%);
}
.acorn-club-card-header-title {
	width: fit-content;
	left: 50%;
	transform: translate(-50%, -50%);
}
.acorn-club-card-content {
	background: #ffffff;
	padding: 20px 4%;
	text-align: center;
}

/*Acorn Club Benefits*/
.acorn-club-benefit-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
}
.acorn-club-benefit-intro {
	grid-column: 1 / span 2;
}
/*List*/
.acorn-club-benefit-list-container {
	display: flex;
	flex-direction: column;
	gap: 45px;
}
.acorn-club-benefit-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.acorn-club-benefit-header {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}
.acorn-club-benefit-header-icon {
	display: block;
	width: 40px;
	height: 40px;
}
.acorn-club-benefit-header h5 {
	color: var(--dark-burgundy);
}
.acorn-club-benefit-phone {
	display: block;
	width: 350px;
	height: auto;
	justify-self: center;
	align-self: center;
}

@media screen and (max-width: 1200px) {
	.acorn-club-benefit-section {
		grid-template-columns: 1fr auto;
	}
	.acorn-club-benefit-list-container {
		gap: 25px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1100px) {
	/*Get Started Acorn Club Cards*/
	.acorn-club-card-header-title {
		left: 65px;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 1100px) {
	/*Start Section*/
	.acorn-club-start-section {
		width: 90%;
	}
	.acorn-club-card-container {
		grid-template-columns: auto;
		justify-content: center;
	}
	.acorn-club-card {
		max-width: 500px;
	}
	/*Benefits Section*/
	.acorn-club-benefit-phone {
		width: 380px;
	}
}

@media screen and (max-width: 999px) {
	.acorn-club-benefit-section {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.acorn-club-benefit-intro {
		grid-column: 1;
	}
	.acorn-club-benefit-phone {
		grid-row: 2;
		width: min(62vw, 270px);
	}
	/*StairSafe Section*/
	.acorn-club-stairsafe-container {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.acorn-club-stairsafe-logo {
		grid-row: 2;
		grid-column: 1;
		width: min(60vw, 345px);
		margin: 0;
	}
}
@media screen and (max-width: 540px) {
	.acorn-club-banner {
		padding: 30px 0;
	}
	.acorn-club-banner-subheading {
		font-size: 16px;
	}
}
@media screen and (max-width: 500px) {
	/*Start Section*/
	.acorn-club-start-section {
		width: 92%;
	}
	.acorn-club-start-intro {
		padding: 0 1.5vw;
	}
	/*Acorn Club Cards*/
	.acorn-club-card-header {
		min-height: 50px;
	}
	.acorn-club-card-header-icon {
		height: 35px;
	}
}
@media screen and (max-width: 400px) {
	.acorn-club-banner-heading {
		font-size: 40px;
	}
	.ac-club-white-logo {
		width: 75px;
	}
	.acorn-club-start-intro {
		padding: 0;
	}
	.acorn-club-card-header-icon {
		height: 30px;
		left: 10px;
	}
}
@media screen and (max-width: 360px) {
	.acorn-club-banner-subheading {
		font-size: 15px;
	}
	.ac-club-white-logo {
		width: 60px;
		margin: 0 0 0 5px;
	}
	
	.stairlift-promo-banner-container-inner {
    padding: 1px 0; 
    gap: 1px; 
	}
	
	.stairlift-promo-banner-stairlift-img {
    width: 170px;
}
	.stairlift-promo-banner-tasso {
    font-size: 24px;
}
	#newTassoPer {
    font-size: 18px;
}
}

/*Request Offer Page*/
.request-offer-text {
	max-width: 880px;
}
@media (min-width: 476px) {
	.request-offer-header {
		width: 91%;
	}
}
/*Request Offer Form Section*/
.request-offer-form-container {
	padding: 75px 0 200px;
}
.request-offer-form-graphic {
	display: block;
	width: 165px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 500px) {
	.request-offer-form-container {
		padding: 65px 0 100px;
	}
	.request-offer-form-graphic {
		width: 150px;
	}
}

/*Request Offer Main Bottom Content */
.request-offer-main-container {
	max-width: 1920px;
	width: 100vw;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	gap: clamp(25px, calc(1.5625rem + ((1vw - 10.24px) * 23.4375)), 160px);
}
.request-offer-main-content {
	flex: 1;
	max-width: 860px;
	align-self: center;
	padding: clamp(25px, calc(1.5625rem + ((1vw - 10.24px) * 3.4722)), 45px) 0 clamp(85px, calc(5.3125rem + ((1vw - 10.24px) * 4.3403)), 110px);
	margin: 0 0 0 min(5vw, 120px);
}

@media screen and (min-width: 1001px) {
	.request-offer-main-img-container {
		width: clamp(445px, calc(27.8125rem + ((1vw - 10.24px) * 38.1944)), 665px);
		background-image: url("/assets/imgs/general/request-offer/request-offer-bottom-img.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 86% 65%;
	}
}

@media screen and (max-width: 1000px) {
	.request-offer-main-container {
		flex-direction: column;
		gap: 0;
	}
	.request-offer-main-img-container {
		order: -1;
		width: 100vw;
		height: min(55vw, 550px);
	}
	.request-offer-main-img {
		display: block;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: 50% 40%;
	}
	.request-offer-main-content {
		padding: 25px 0 110px;
		margin: 0 auto;
		width: 90vw;
	}
}

@media screen and (max-width: 550px) {
	.request-offer-form-container .home-survey-form-content-img-container {
		flex-direction: column;
	}
	.request-offer-main-img-container {
		height: 106.6vw;
	}
	.request-offer-main-img {
		object-position: 50% 70%;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*STAIRLIFT PAGE*/
/*Main Page*/
/*Stairlift Main Header*/
.stairlift-main-banner-section {
	padding: 0 0 150px;
}
.stairlift-main-banner-container {
	max-width: 1920px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: min(4vw, 100px);
	align-items: center;
	justify-items: flex-end;
}
.stairlift-main-banner-content {
	margin: 0 min(5vw, 96px);
	display: grid;
	justify-content: center;
	gap: 10px;
	text-align: center;
}
.stairlift-main-banner-content * {
	line-height: 1.2;
}
.stairlift-main-banner-img {
	display: block;
	height: auto;
	width: min(50vw, 960px);
	margin: 0 0 0 min(-6vw, -96px);
}

@media screen and (max-width: 1675px) {
	.stairlift-main-banner-container {
		gap: 0;
	}
	.stairlift-main-banner-content {
		justify-self: flex-start;
	}
}

@media screen and (max-width: 800px) {
	.stairlift-main-banner-section {
		padding: 0 0 100px;
	}
	.stairlift-main-banner-content {
		margin: 0 2.5vw;
	}
	.stairlift-main-banner-img {
		margin: 0 0 0 -7vw;
	}
}

@media screen and (max-width: 750px) {
	.stairlift-main-banner-content-subtitle {
		border: 0 !important;
		clip: rect(1px, 1px, 1px, 1px) !important;
		-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;
		height: 1px !important;
		overflow: hidden !important;
		margin: -1px !important;
		padding: 0 !important;
		position: absolute !important;
		width: 1px !important;
		white-space: nowrap !important;
	}
	.stairlift-main-banner-content {
		text-align: left;
	}
	.stairlift-main-banner-img {
		width: max(45vw, 180px);
		margin: 0 0 0 -7vw;
	}
}
@media screen and (max-width: 500px) {
	.stairlift-main-banner-section {
		padding: 0 0 60px;
	}
}

/*Stairlift Main Cards*/
.stairlift-main-card-display {
	max-width: 1640px;
	width: 95vw;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.stairlift-main-card-item {
	display: flex;
	align-items: center;
}
.stairlift-main-card-img-container {
	display: grid;
	place-items: center;
	height: 450px;
	width: 325px;
	border-radius: 5px 0px 0px 5px;
	z-index: -1;
}
.stairlift-main-card-img-element {
	height: 385px;
	width: auto;
}
.stairlift-main-card-content {
	display: grid;
	grid-template-rows: auto auto 1fr;
	padding: 30px 20px 40px 30px;
	width: 430px;
	min-height: 575px;
	height: 100%;
}
.stairlift-main-card-content-header {
	padding: 0 0 25px;
}
.stairlift-main-card-content-header * {
	line-height: 1.2;
}
@media (min-width: 476px) {
	.stairlift-main-card-cotnent-title-sm {
		font-size: clamp(26px, calc(1.625rem + ((1vw - 10px) * 0.9091)), 30px);
	}
	.stairlift-main-card-content-title-lg {
		font-size: clamp(28px, calc(1.5rem + .9vw), 36px);
	}
}
.stairlift-main-card-content--features-title {
	padding: 0 0 15px;
}
.stairlift-main-card-content--features {
	display: flex;
	flex-direction: column;
	padding: 35px 0 0 0;
}
.stairlift-main-card-content--features_ul {
	display: grid;
	height: 100%;
	gap: 25px;
	margin: 0 0 0 30px;
}
.stairlift-main-card-content--features_li {
	position: relative;
}
.stairlift-main-card-content--features_li::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -30px;
	width: 20px;
	height: 20px;
	background-image: url(/assets/imgs/check-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.stairlift-main-card-link {
	border: 2px solid var(--site-burgundy);
	height: fit-content;
}
@media (max-width: 1650px) and (min-width: 1450px) {
	.stairlift-main-card-img-container {
		width: clamp(280px, calc(17.5rem + ((1vw - 15.5px) * 45)), 325px);
	}
	.stairlift-main-card-content {
		width: clamp(390px, calc(24.375rem + ((1vw - 15px) * 80)), 430px);
	}
}
@media (max-width: 1449px) {
	.stairlift-main-card-display {
		flex-direction: column;
		align-items: center;
		gap: 60px;
	}
}
@media (max-width: 825px) and (min-width: 761px) {
	.stairlift-main-card-img-container {
		width: 38vw;
	}
}
@media (max-width: 760px) {
	.stairlift-main-card-item {
		flex-direction: column;
	}
	.stairlift-main-card-img-container {
		width: 275px;
		height: 350px;
		border-radius: 5px 5px 0px 0px;
	}
	.stairlift-main-card-img-element {
		height: 325px;
	}
	.stairlift-main-card-content {
		min-height: auto;
	}
	.stairlift-main-card-content-header {
		text-align: center;
		padding: 0 0 20px;
	}
	.stairlift-main-card-link {
		margin: 0 auto;
	}
	.stairlift-main-card-content--features_ul {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 475px) {
	.stairlift-main-card-img-container {
		width: 250px;
		height: 270px;
	}
	.stairlift-main-card-img-element {
		height: 250px;
	}
	.stairlift-main-card-content {
		width: 95vw;
		max-width: 340px;
		padding: 16px 4px 25px 14px;
		min-height: 455px;
	}
	.stairlift-main-card-item:nth-of-type(2) .stairlift-main-card-content--features_ul {
		gap: 20px;
	}
	.stairlift-main-card-content--features_ul {
		margin: 0 0 0 24px;
	}
	.stairlift-main-card-content--features_li::before {
		height: 15px;
		width: 15px;
		left: -24px;
	}
}

/*Stairlift Main Form*/
.stairlift-main-form-container {
	padding: 165px 0 200px;
}
@media screen and (max-width: 800px) {
	.stairlift-main-form-container {
		padding: 150px 0;
	}
}
@media screen and (max-width: 500px) {
	.stairlift-main-form-container {
		padding: 100px 0;
	}
}

/*Stairlift Offset Grid*/
.stairlift-main-offset-grid-mc-link {
	font-size: 22px;
}
.stairlift-main-offset-grid-outdoor-img {
	object-position: 60% 20%;
}

@media screen and (max-width: 1300px) {
	.stairlift-main-offset-grid-mc-link {
		font-size: 20px;
	}
	@media (min-width: 950px) {
		.stairlift-main-offset-grid .offset-full-grid {
			grid-template-rows: auto auto;
		}
		.stairlift-main-offset-grid .offset-full-grid-row {
			min-height: 420px;
		}
		.stairlift-main-offset-grid .offset-full-grid-row.top {
			grid-template-columns: 350px auto;
		}
		.stairlift-main-offset-grid .offset-full-grid-row.bottom {
			grid-template-columns: auto 350px;
		}
		.stairlift-main-offset-grid .offset-full-grid-content-container {
			width: 90%;
			max-width: 650px;
		}
	}
}

@media screen and (max-width: 475px) {
	.stairlift-main-offset-grid-mc-link {
		font-size: 18px;
	}
	.stairlift-main-offset-grid-outdoor-img {
		object-position: 50% 30%;
	}		
}

/*Stairlift Main FAQ and Guide Section*/
.stairlift-main-bottom-section {
	max-width: 1385px;
	margin: 0 auto;
	padding: 250px 0;
	display: flex;
	justify-content: space-between;
	gap: 75px;
}
/*Stairlift Main FAQ*/
.stairlift-main-faq-container {
	display: flex;
	flex-direction: column;
	gap: 50px;
	flex: 1;
}
.stairlift-main-faq-title {
	max-width: 680px;
}
.stairlift-main-faq-accordion-container {
	display: flex;
	flex-direction: column;
	gap: 35px;
	max-width: 640px;
}
/*Stairlift Main Guide Buttons*/
.stairlift-main-guide-card-container {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.stairlift-main-guide-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 20px 0 25px;
	width: 500px;
	min-height: 295px;
	background: var(--light-light-gray);
}
.stairlift-main-guide-card-header {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
}
.stairlift-main-guide-card-header-title {
	line-height: 1.2;
}
.stairlift-main-guide-card-text {
	text-align: center;
	width: 90%;
	max-width: 415px;
}
.stairlift-main-guide-card .main-btn {
	margin: auto 0 0;
}

@media screen and (max-width: 1250px) {
	.stairlift-main-bottom-section {
		flex-direction: column;
		align-items: center;
		padding: 150px 0 200px;
		gap: 150px;
	}
	
	.stairlift-main-guide-card-container {
		order: -1;
	}
	@media (min-width: 950px) {
		.stairlift-main-guide-card-container {
			flex-direction: row;
		}	
	}
	.stairlift-main-guide-card {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 475px) {
	.stairlift-main-bottom-section {
		padding: 120px 0 150px;
	}
	.stairlift-main-faq-accordion-container {
		gap: 20px;
	}
}

@media screen and (max-width: 370px) {
	.stairlift-main-guide-card-header {
		padding: 0 5%;
	}
	.stairlift-main-guide-card-svg {
		width: 40px;
		height: auto;
	}
}

/*INNER PAGES*/
.stairlift-header-container {
	max-width: 2560px;
	width: 100vw;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
@-webkit-keyframes linear-wrap {
	0%   { -webkit-transform: translateX(0%); transform: translateX(0%); }
	100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}
@keyframes linear-wrap {
	0%   { -webkit-transform: translateX(0%); transform: translateX(0%); }
	100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}
.stairlift-header-carousel {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.stairlift-header-img {
	min-width: 150px;
	width: 25vw;
	max-width: 310px;
	-o-object-fit: cover;
	   object-fit: cover;
	height: auto;
	min-height: 150px;
	transform: translate3d(0, 0, 0);
	margin: 0 0 0 1rem;
}
@media screen and (max-width: 500px) {
	.stairlift-header-img {
		height: 150px;
	}
}
/*END OF ANIMATED IMAGES*/

@media (min-width: 769px) {
	.inner-stairlift-hero {
		padding: 50px 0 100px;
	}
}

.stairlift-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 2rem;
}
@media (min-width: 1251px) {
	.stairlift-hero-grid {
		grid-template-rows: auto auto 1fr;
	}
}
.stairlift-hero-img {
	max-width: 380px;
}
.stairlift-hero-title h1 {
	line-height: 1;
}
.tech-layout {
	display: grid;
	grid-template-columns: 4fr 6fr;
	gap: 0 2rem;
}
@media screen and (max-width: 900px) {
	.tech-layout {
		grid-template-columns: 45fr 55fr;
	}
}
.inner-stairlift-container {
	max-width: 1350px;
}
@media (min-width: 1000px) {
	.inner-stairlift-container {
		width: 87vw;
	}
}
@media (min-width: 1101px) {
	.inner-stairlift-grid-container {
		grid-template-rows: auto auto 1fr;
	}	
}
.inner-stairlift-gallery-slider {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	grid-row: 1 / span 3;
	justify-self: flex-end;
}
@media screen and (max-width: 1250px) and (min-width: 616px) {
	.stairlift-hero-grid {
		-ms-grid-columns: auto 1fr;
		grid-template-columns: auto 1fr;
	}
	.stairlift-hero-img {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 1;
		grid-column: 1;
		width: 25vw;
		max-width: 300px;
	}
	.stairlift-hero-title {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 2;
		grid-column: 2;
		margin: auto 0;
	}
	.stairlift-hero-content {
		grid-column: auto / span 2;
	}
}

@media screen and (max-width: 1100px) {
	.inner-stairlift-list-content {
		grid-column: 1 / -1;
		width: 100%;
	}
	@media (min-width: 925px) {
		.inner-stairlift-list-content .disc-list {
			grid-template-columns: repeat(3, auto);
		}		
	}
	.inner-stairlift-list-content .disc-list {
		gap: 1rem 2rem;
	}
	.inner-stairlift-gallery-slider {
		grid-row: 1 / span 2;
	}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.inner-stairlift-gallery-slider {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / span 2;
	}
	.inner-stairlift-list-content {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
	}
}
@media screen and (max-width: 925px) {
	.inner-stairlift-grid-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.inner-stairlift-gallery-slider {
		order: -1;
	}
}
@media screen and (max-width: 850px) and (min-width: 769px) {
	.inner-stairlift-gallery-slider {
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.inner-stairlift-foldable-content {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
	}
}
@media screen and (max-width: 768px) {
	.stairlift-hero-grid {
		gap: 20px 15px;
	}
	.stairlift-dimensions-accordion-img {
		max-width: 375px;
		width: 90%;
		align-self: center;
	}
}
@media screen and (max-width: 670px) {
	.inner-stairlift-list {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 615px) {
	.stairlift-hero-grid {
		grid-template-columns: 1fr;
	}
}

/*Table Styling*/
.stairlift-table {
	border-spacing: 0;
    border-collapse: collapse;
	height: fit-content;
	width: 100%;
}
.stairlift-table,
.stairlift-table-th,
.stairlift-table-td {
	border: 1px solid #666666;
	padding: 9px 8px;
}
.stairlift-table-th {
	background-color: #EEEEEE;
	color: var(--black);
	text-align: left;
	font-size: 18px;
}
.stairlift-table tbody tr:nth-of-type(even) {
	background-color: var(--light-light-gray);
}
.stairlift-table-td {
	font-size: 16px;
	vertical-align: top;
}
@media screen and (max-width: 600px) {
	.stairlift-table-th {
		font-size: 16px;
	}
	.stairlift-table-td-alpha {
		min-width: 35px;
	}
}

/*Gallery Layout*/
.stairlift-gallery-container {
	position: relative;
	width: min(42vw, 650px);
	overflow: hidden;
	aspect-ratio: 650 / 670;
}
.stairlift-gallery-container .slick-slider {
	touch-action: auto !important;
}
.slick-js-inner-stairlift-slide {
	width: min(42vw, 650px);
	height: auto;
	max-height: 670px;
	aspect-ratio: 650 / 670;
}
.slick-js-inner-stairlift-img {
	object-fit: cover;
	width: 100%;
	height: auto;
	min-height: 100%;
}
@media (max-width: 900px) {
	.stairlift-gallery-container,
	.slick-js-inner-stairlift-slide {
		max-width: 550px;
		width: 90vw;
	}
}

.gallery-img {
	width: 100%;
	min-height: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
.gallery-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 5;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .gallery-btn:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.gallery-right.gallery-btn {
  right: 0;
}
.gallery-left-svg {
  transform: translateX(-15%);
}
.gallery-right-svg {
  transform: translateX(15%);
}
@media (max-width: 1200px) {
  .gallery-btn {
    width: 35px;
    height: 35px;
  }
  .gallery-left-svg,
  .gallery-right-svg {
    width: 12px;
    height: auto;
  }
}


.view-tech-details-btn {
	font-size: 22px;
	background-color: transparent;
	background-image: url("/assets/imgs/stairlift/view-tech-details-bg.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border: none;
	width: 277px;
	height: 48px;
	padding: 0 0 0 5%;
	margin-top: 35px;
}

.main.accordion-header,
.multi-acc-header {
	cursor: pointer;
}
.accordion-container .corner-arrow,
.multi-acc-container .corner-arrow {
	-webkit-transition: all linear .25s;
	-o-transition: all linear .25s;
	transition: all linear .25s;
}
.accordion-container .corner-arrow.down,
.multi-acc-container .corner-arrow.down {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.accordion-container.expand .corner-arrow,
.multi-acc-container.expand .corner-arrow {
	-webkit-transform: translate(0, 4px) rotate(135deg);
	    -ms-transform: translate(0, 4px) rotate(135deg);
	        transform: translate(0, 4px) rotate(135deg);
}

.small.multi-acc-header {
	padding: 5px 2rem;
	min-height: 70px;
}
.accordion-title,
.faq-accordion-title
{
	font-size: 20px;
}

/*Mini FAQs*/
.mini-faq-container {
	max-width: 1150px;
	width: 90vw;
	margin: 0 auto;
	padding: 150px 0 200px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 30px;
}
.mini-faq-container.large {
	max-width: 1250px;
}
.mini-faq-intro {
	max-width: 440px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 15% 0 0 0;
}
.mini-faq-accordion-container {
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap: 35px;
	justify-self: flex-end;
}
.mini-faq-container.large .mini-faq-accordion-container{
	max-width: 700px;
}

/*With Gray Underline*/
.multi-acc-header.underline {
	border-bottom: 1px solid var(--light-gray);
	padding: 25px 0 10px;
	transition: border-bottom .25s ease-in-out;
}
.multi-acc-container.expand .multi-acc-header.underline {
	border-bottom: 1px solid transparent;
}

@media screen and (max-width: 1000px) {
	.mini-faq-container {
		grid-template-columns: auto;
		justify-content: center;
		gap: 50px;
	}
	.mini-faq-intro {
		max-width: none;
		padding: 0;
		gap: 10px;
	}
	.mini-faq-accordion-container {
		justify-self: initial;
	}
}
@media screen and (max-width: 550px) {
	.mini-faq-container {
		padding: 100px 0 125px;
	}
	.mini-faq-accordion-container {
		gap: 25px;
	}
}

/*TABLET DISPLAY ACCORDIAN STYLING*/
@media screen and (max-width: 768px) {
	.tb-btm-border {
		border-bottom: 1px solid var(--light-gray);
	}
}
/*Force Mobile Heading Text ot be Uniform*/
@media screen and (max-width: 500px) {
	.small.multi-acc-header {
		padding: 5px 1rem;
	}
	.accordion-title,
	.mobile-only-accordion-title {
		font-size: 18px;
	}
	.faq-accordion-title {
		font-size: 16px;
	}
}

/*Stairlift Features*/
.stairlift-features-section {
	display: flex;
	flex-direction: column;
	gap: clamp(45px, calc(2.8125rem + ((1vw - 5px) * 45)), 90px);
	padding: 40px 0 65px;
}
.stairlift-features-container {
	max-width: 1200px;
	width: 90vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.stairlift-features-item-layout {
	display: grid;
 	grid-template-columns: 1fr 1fr;
	gap: 50px clamp(50px, calc(3.125rem + ((1vw - 7.68px) * 19.5313)), 100px);
}
.stairlift-features-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	align-items: center;
}
.stairlift-features-icon-container {
	width: clamp(65px, calc(4.0625rem + ((1vw - 7.68px) * 3.9063)), 75px);
	height: clamp(65px, calc(4.0625rem + ((1vw - 7.68px) * 3.9063)), 75px);
}
.stairlift-features-icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.stairlift-features-item-text-350 {
	max-width: 350px;
}

@media (max-width: 700px) {
	.stairlift-features-container {
		width: 87.5vw;
	}
	.stairlift-features-item-layout {
		grid-template-columns: 1fr;
	}
}

/*Buyers Guide Page*/

/*Alternating Backgrounds*/
@media screen and (min-width: 516px) {
	/*Every odd step & every even content gets llg background*/
	.buyers-guide-step:nth-of-type(odd),
	.buyers-guide-step:nth-of-type(even) .buyers-guide-step-content-container {
		background: var(--light-light-gray);
	}
	/*Every even step & every odd content gets white background*/
	.buyers-guide-step:nth-of-type(even),
	.buyers-guide-step:nth-of-type(odd) .buyers-guide-step-content-container {
		background: #ffffff;
	}
}
/*Round the corners of containers*/
.buyers-guide-step-img-container {
	border-radius: 5px;
}
/*Element Step Styling*/
.buyers-guide-step {
	display: -ms-grid;
	display: grid;
	place-items: center;
	padding: 50px 0;
	min-height: 500px;
}

/*Inner Containers*/
.buyers-guide-step-inner-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 30px auto 30px;
	grid-template-rows: 30px auto 30px;
	width: min(90vw, 1320px);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
/*Individual Element Grids*/
@media screen and (min-width: 1101px) {
	/*1st + 3rd Grid*/
	.buyers-guide-step:nth-of-type(1) .buyers-guide-step-inner-container,
	.buyers-guide-step:nth-of-type(3) .buyers-guide-step-inner-container {
		-ms-grid-columns: 500fr 30px 850fr;
		grid-template-columns: 500fr 30px 850fr;
	}
	/*2nd + 4th*/
	.buyers-guide-step:nth-of-type(2) .buyers-guide-step-inner-container,
	.buyers-guide-step:nth-of-type(4) .buyers-guide-step-inner-container {
		-ms-grid-columns: 800fr 30px 540fr;
		grid-template-columns: 800fr 30px 540fr;
	}
	/*5th + 7th*/
	.buyers-guide-step:nth-of-type(5) .buyers-guide-step-inner-container,
	.buyers-guide-step:nth-of-type(7) .buyers-guide-step-inner-container {
		-ms-grid-columns: 440fr 30px 800fr;
		grid-template-columns: 440fr 30px 800fr;
	}
	/*6th*/
	.buyers-guide-step:nth-of-type(6) .buyers-guide-step-inner-container {
		-ms-grid-columns: 780fr 30px 540fr;
		grid-template-columns: 780fr 30px 540fr;
	}
	/*8th*/
	.buyers-guide-step:nth-of-type(8) .buyers-guide-step-inner-container {
		-ms-grid-columns: 840fr 30px 490fr;
		grid-template-columns: 840fr 30px 490fr;
	}
}
/*Large Laptop to Large Tablets*/
@media screen and (max-width: 1100px) and (min-width: 900px) {
	.buyers-guide-step {
		padding: 60px 0;
	}
	.buyers-guide-step:nth-of-type(1) .buyers-guide-step-inner-container,
	.buyers-guide-step:nth-of-type(3) .buyers-guide-step-inner-container,
	.buyers-guide-step:nth-of-type(5) .buyers-guide-step-inner-container,
	.buyers-guide-step:nth-of-type(7) .buyers-guide-step-inner-container {
		-ms-grid-columns: 370fr 30px 500fr;
		grid-template-columns: 370fr 30px 500fr;
	}
	.buyers-guide-step:nth-of-type(2) .buyers-guide-step-inner-container,
	.buyers-guide-step:nth-of-type(4) .buyers-guide-step-inner-container {
		-ms-grid-columns: 500fr 30px 370fr;
		grid-template-columns: 500fr 30px 370fr;
	}
	.buyers-guide-step:nth-of-type(6) .buyers-guide-step-inner-container {
		-ms-grid-columns: 600fr 30px 300fr;
		grid-template-columns: 600fr 30px 300fr;
	}

	.buyers-guide-step:nth-of-type(8) .buyers-guide-step-inner-container {
		-ms-grid-columns: 620fr 30px 335fr;
		grid-template-columns: 620fr 30px 335fr;
	}
	/*Image Max Heights for 1 - 5*/
	.buyers-guide-step:nth-of-type(-n+5) .buyers-guide-step-img-container {
		max-height: 475px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 900px) {
	.buyers-guide-step-inner-container {
		width: 95vw;
	}
}
/*Large Tablets and Under*/
@media screen and (max-width: 899px) and (min-width: 516px) {
	.buyers-guide-step {
		min-height: 600px;
	}
	.buyers-guide-step-inner-container {
		width: 85vw;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
	/*Content Box Layout*/
	.buyers-guide-step:nth-of-type(odd) .buyers-guide-step-inner-container {
		-ms-grid-columns: 1fr 75vw;
		grid-template-columns: 1fr 75vw;
	}
	.buyers-guide-step:nth-of-type(even) .buyers-guide-step-inner-container {
		-ms-grid-columns: 75vw 1fr;
		grid-template-columns: 75vw 1fr;
	}
}

/*Step Image Styling*/
@media screen and (min-width: 900px) {
	.buyers-guide-step:nth-of-type(odd) .buyers-guide-step-img-container {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
	}
	.buyers-guide-step:nth-of-type(even) .buyers-guide-step-img-container {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		grid-column: 2 / span 2;
	}
	/*First 3 images*/
	.buyers-guide-step:nth-of-type(-n+3) .buyers-guide-step-img-container {
		-ms-grid-row: 2;
		grid-row: 2;
	}
	/*4 through 8 images*/
	.buyers-guide-step:nth-of-type(n+4):nth-of-type(-n+8) .buyers-guide-step-img-container {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		grid-row: 1 / span 3;
	}
	.buyers-guide-step-img-container {
		z-index: 1;
		background-size: cover;
		background-position: 75% 35%;
		width: 100%;
		height: 100%;
	}
	/*Specific Image Styling*/
	.buyers-guide-step:nth-of-type(2) .buyers-guide-step-img-container {
		background-position: 35% 50%;
	}
	.buyers-guide-step:nth-of-type(4) .buyers-guide-step-img-container {
		background-position: 0 50%;
	}
	.buyers-guide-step:nth-of-type(6) .buyers-guide-step-img-container {
		background-position: 50% 50%;
	}
	.buyers-guide-step:nth-of-type(7) .buyers-guide-step-img-container {
		min-height: 575px;
	}
	.buyers-guide-step:nth-of-type(8) .buyers-guide-step-img-container {
		background-position: 0 45%;
		min-height: 525px;
	}
}
/*HIDE IMAGES BELOW 899px*/
@media screen and (max-width: 899px) {
	.buyers-guide-step-img-container {
		display: none;
	}
}

/*Step Number Styling*/
.buyers-guide-step-number-circle {
	display: -ms-grid;
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: var(--site-burgundy);
}
.buyers-guide-step-number {
	color: #ffffff;
	line-height: 1;
}

/*Step Content Container*/
/*All Screens Styling*/
.buyers-guide-step-content-container {
	display: -ms-grid;
	display: grid;
	gap: 15px;
	min-height: 350px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-grid-row-align: center;
	    align-self: center;
}
.buyers-guide-step-content-header {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 10px 1fr;
	grid-template-columns: auto 1fr;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.buyers-guide-step-content {
    max-width: 730px;
}
/*Large Screens only*/
@media screen and (min-width: 900px) {
	.buyers-guide-step:nth-of-type(odd) .buyers-guide-step-content-container {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		grid-column: 2 / span 2;
		padding: 25px 25px 25px 60px;
	}
	.buyers-guide-step:nth-of-type(even) .buyers-guide-step-content-container {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		padding: 25px 60px 25px 25px;
	}
	/*First 3 content containers*/
	.buyers-guide-step:nth-of-type(-n+3) .buyers-guide-step-content-container {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		grid-row: 1 / span 3;
	}
	/*4 through 8 content containers*/
	.buyers-guide-step:nth-of-type(n+4):nth-of-type(-n+8) .buyers-guide-step-content-container {
		-ms-grid-row: 2;
		grid-row: 2;
	}
}
/*Large Laptops to Large Tablets*/
@media screen and (max-width: 1100px) and (min-width: 900px) {
	.buyers-guide-step:nth-of-type(odd) .buyers-guide-step-content-container {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		grid-column: 2 / span 2;
		padding: 15px 20px 15px 50px;
	}
	.buyers-guide-step:nth-of-type(even) .buyers-guide-step-content-container {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		padding: 15px 50px 15px 20px;
	}
	.buyers-guide-step:nth-of-type(7) .buyers-guide-step-content-container {
		padding: 15px 10px 15px 50px;
	}
}
/*Large Latops and Under*/
@media screen and (max-width: 1100px) {
	.buyers-guide-step-number-circle {
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 899px) and (min-width: 516px) {
	.buyers-guide-step:nth-of-type(odd) .buyers-guide-step-content-container {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.buyers-guide-step:nth-of-type(even) .buyers-guide-step-content-container {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.buyers-guide-step-content-container {
		min-height: inherit;
		padding: 15px 25px;
	}
}
/*ALL MOBILE RESPONSIVENESS FOR BUYERS GUIDE*/
@media screen and (max-width: 515px) {
	.buyers-guide-step-wrapper {
		padding: 0 0 125px 0;
	}
	.buyers-guide-step {
		position: relative;
		min-height: inherit;
		padding: 25px 0 25px 10px;
		place-items: inherit;
	}
	/*Line down the side*/
	.buyers-guide-step::before {
		content: "";
		position: absolute;
		left: 35px;
		width: 1px;
		background-color: var(--site-burgundy);
	}
	/*First Line start halfway down the number circle*/
	.buyers-guide-step:nth-of-type(1)::before {
		top: 50px;
	}
	/*Every step inbetween starts at the top*/
	.buyers-guide-step:not(:nth-of-type(1))::before {
		top: 0;
	}
	/*Last step line does not go all the way down*/
	.buyers-guide-step:not(:nth-last-child(1))::before {
		bottom: 0;
	}
	/*Last step line goes halfway down the circle*/
	.buyers-guide-step:last-of-type::before {
		bottom: calc(100% - 50px);
	}
	
	.buyers-guide-step-inner-container {
		width: 90vw;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
	.buyers-guide-step-content-container {
		min-height: inherit;
		gap: 0;
	}
	.buyers-guide-step-content-header {
		z-index: 5;
	}
	.buyers-guide-step-number {
		-webkit-transition: .1s background ease-in-out;
		-o-transition: .1s background ease-in-out;
		transition: .1s background ease-in-out;
		font-size: 28px;
	}
	.buyers-guide-step-title {
		line-height: 1.2;
	}
	.buyers-guide-step-content {
		padding: 15px 0 0 60px;
	}
	/*Active State*/
	.buyers-guide-step.active .buyers-guide-step-number-circle {
		background: var(--site-green);
	}
	.buyers-guide-step.active:last-of-type::before {
		bottom: 25px;
	}
}

/*END OF BUYERS GUIDE*/

/*Recommend Friend*/
.referral-img {
	display: block;
	width: 200px;
	height: auto;
}
.recommend-friend-referral-img {
	display: block;
	width: 250px;
	height: auto;
}
@media screen and (max-width: 475px) {
	.recommend-friend-btm-img {
		max-height: 200px;
		-o-object-position: top;
		   object-position: top;
	}
}

/*Medical Conditions Page*/
.medical-conditions-header-element {
	width: 45vw;
}
@media screen and (max-width: 475px) {
	.medical-conditions-header-element {
		width: inherit;
	}
	img.medical-conditions-header-element {
		width: 250px;
	}
}
/*Conditions Section*/
#medical-conditions-container,
.medical-conditions-btn-info-wrapper, 
.medical-conditions-info {
	display: -ms-grid;
	display: grid;
	justify-items: center;
}

.medical-conditions-btn {
	width: min(30vw, 300px);
	height: min(30vw, 250px);
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 65fr 25px 35fr;
	grid-template-rows: 65fr 35fr;
	justify-items: center;
	gap: 25px;
	background: #ffffff;
	border: none;
	z-index: 10;
}
.medical-conditions-icon {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.medical-conditions-info {
	visibility: hidden;
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1 / span 3;
	-ms-grid-rows: 40px auto 40px;
	grid-template-rows: 40px auto 40px;
	width: 100%;
}
.medical-conditions-info-content {
	background-color: var(--light-light-gray);
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1 / span 3;
	width: 100%;
	padding: 2rem;
}


/*Active State*/
.medical-conditions-btn-info-wrapper.active .medical-conditions-btn {
	background: var(--site-burgundy);
}
.medical-conditions-btn-info-wrapper.active .medical-conditions-icon path {
	fill: #ffffff;
}
.medical-conditions-btn-info-wrapper.active .medical-conditions-text {
	color: #ffffff;
}
.medical-conditions-btn-info-wrapper.active .medical-conditions-info {
	visibility: visible;
	z-index: 10;
}

/*Desktop Styling*/
@media screen and (min-width: 768px) {
	.medical-conditions-btn-info-wrapper, 
	.medical-conditions-info {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.medical-conditions-btn-info-wrapper {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.medical-conditions-btn-info-wrapper {
		-ms-grid-rows: 250px auto 250px;
		grid-template-rows: 250px auto 250px;
	}
	/*Flip Over Indicators for Bottom Row*/
	.medical-conditions-btn-info-wrapper:nth-of-type(n+4):nth-of-type(-n+6) .medical-conditions-indicator {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	/*Position the buttons and active indicators*/
	/*Top Row*/
	.medical-conditions-btn-info-wrapper:nth-of-type(-n+3) .medical-conditions-btn,
	.medical-conditions-btn-info-wrapper:nth-of-type(-n+3) .medical-conditions-indicator
	{
		-ms-grid-row: 1;
		grid-row: 1;
		align-self: flex-end;
	}
	/*Bottom Row*/
	.medical-conditions-btn-info-wrapper:nth-of-type(n+4):nth-of-type(-n+6) .medical-conditions-btn,
	.medical-conditions-btn-info-wrapper:nth-of-type(n+4):nth-of-type(-n+6) .medical-conditions-indicator
	{
		-ms-grid-row: 3;
		grid-row: 3;
		align-self: flex-start;
	}
	/*Column Positioning*/
	.medical-conditions-btn-info-wrapper:nth-of-type(3n+1) .medical-conditions-btn,
	.medical-conditions-btn-info-wrapper:nth-of-type(3n+1) .medical-conditions-indicator
	{
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.medical-conditions-btn-info-wrapper:nth-of-type(3n+2) .medical-conditions-btn,
	.medical-conditions-btn-info-wrapper:nth-of-type(3n+2) .medical-conditions-indicator
	{
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.medical-conditions-btn-info-wrapper:nth-of-type(3n+3) .medical-conditions-btn,
	.medical-conditions-btn-info-wrapper:nth-of-type(3n+3) .medical-conditions-indicator
	{
		-ms-grid-column: 3;
		grid-column: 3;
	}
}

/*Tablet/Mobile Styling*/
@media screen and (max-width: 767px) {
	.medical-conditions-info {
		display: none;
		-ms-grid-rows: 40px auto;
		grid-template-rows: 40px auto;
	}
	
	.medical-conditions-indicator {
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}
	
	/*Tablet/Mobile Active Styling*/
	.medical-conditions-btn-info-wrapper.active .medical-conditions-info {
		display: -ms-grid;
		display: grid;
	}
}
/*Tablet Styling*/
@media screen and (max-width: 767px) and (min-width: 501px) {
	#medical-conditions-container,
	.medical-conditions-btn-info-wrapper,
	.medical-conditions-info {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	#medical-conditions-container {
		row-gap: 4rem;
	}
	.medical-conditions-btn-info-wrapper {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		width: 100%;
		justify-items: center;
	}
	/*Grid Container Placement*/
	.medical-conditions-btn-info-wrapper:nth-of-type(n+1):nth-of-type(-n+2) {
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.medical-conditions-btn-info-wrapper:nth-of-type(n+3):nth-of-type(-n+4) {
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.medical-conditions-btn-info-wrapper:nth-of-type(n+5):nth-of-type(-n+6) {
		-ms-grid-row: 3;
		grid-row: 3;
	}
	/*Grid Button/Indicator Placement*/
	.medical-conditions-btn-info-wrapper:nth-of-type(even) .medical-conditions-btn,
	.medical-conditions-btn-info-wrapper:nth-of-type(even) .medical-conditions-indicator {
		-ms-grid-column: 2;
		grid-column: 2;
	}
	.medical-conditions-btn {
		width: min(45vw, 300px);
		height: min(45vw, 250px);
	}
	
	/*Info Styling*/
	.medical-conditions-info {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
	}
}

@media screen and (max-width: 500px) {
	#medical-conditions-container {
		row-gap: 2rem;
	}
	.medical-conditions-btn {
		width: 200px;
		min-height: 175px;
	}
	.medical-conditions-icon {
		width: 50px;
		height: 70px;
	}
	.medical-conditions-info,
	.medical-conditions-info-content {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.medical-conditions-info-content {
		padding: 1rem;
	}
}

/*Bottom Grid Section*/
.mc-grid-btm-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 1.5rem auto 1.5rem 1fr;
	grid-template-rows: auto auto 1fr;
	row-gap: 1.5rem;
	-webkit-column-gap: 2.5rem;
	   -moz-column-gap: 2.5rem;
	        column-gap: 2.5rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.mc-grid-btm-img {
	display: block;
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	grid-row: 1 / span 3;
	width: 100%;
	height: 100%;
	max-height: 560px;
	overflow: hidden;
}
.mc-grid-btm-img img {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
	width: 100%;
}
.mc-grid-btm-content {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: 100%;
	max-width: 620px;
}
@media screen and (min-width: 1150px) {
	.mc-grid-btm-container:nth-of-type(1) {
		-ms-grid-columns: 1fr min(35vw, 500px);
		grid-template-columns: 1fr min(35vw, 500px);
	}
	.mc-grid-btm-container:nth-of-type(2) {
		-ms-grid-columns: min(35vw, 500px) 1fr;
		grid-template-columns: min(35vw, 500px) 1fr;
	}
}
@media screen and (min-width: 751px) {
	.mc-grid-btm-img.right {
		-ms-grid-column: 2;
		grid-column: 2;
		margin-left: auto;
		-o-object-position: 50% 65%;
		   object-position: 50% 65%;
	}
	.mc-grid-btm-img.left {
		-ms-grid-column: 1;
		grid-column: 1;
		margin-right: auto;
	}
	.mc-grid-btm-img.left img {
		-o-object-position: 50% 80%;
		   object-position: 50% 80%;
	}
	.mc-grid-btm-content.left {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.mc-grid-btm-content.right {
		-ms-grid-column: 2;
		grid-column: 2;
	}
}

.mc-check-list-container {
	display: -ms-grid;
	display: grid;
	gap: 2rem;
}
@media screen and (max-width: 1024px) and (min-width: 951px) {
	.mc-grid-btm-section {
		width: 80%;
	}
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
	.mc-grid-btm-container {
		row-gap: .5rem;
		-webkit-column-gap: 2rem;
		   -moz-column-gap: 2rem;
		        column-gap: 2rem;
	}
	.mc-grid-btm-container:nth-of-type(1) {
		-ms-grid-columns: 56fr 44fr;
		grid-template-columns: 56fr 44fr;
	}
	.mc-grid-btm-container:nth-of-type(2) {
		-ms-grid-columns: 44fr 56fr;
		grid-template-columns: 44fr 56fr;
	}
	.mc-grid-btm-img {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / span 2;
	}
	.mc-grid-btm-content.content-2 {
		-ms-grid-row: 3;
		grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		max-width: none;
	}
	.mc-grid-btm-content.content-2.btn-container {
		padding: 2rem 0 0;
	}
}
@media screen and (max-width: 1024px) and (min-width: 901px) {
	.mc-grid-btm-img {
		height: min(40vw, 400px);
	}
}
@media screen and (max-width: 900px) and (min-width: 751px) {
	.mc-grid-btm-img {
		height: 100%;
	}
}
@media screen and (max-width: 750px) {
	.mc-grid-btm-section {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.mc-grid-btm-content {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.mc-grid-btm-img {
		-ms-grid-row: 2;
		grid-row: 2;
		-ms-grid-column: 1;
		grid-column: 1;
		width: max(65vw, 245px);
		height: max(70vw, 265px);
		-ms-grid-column-align: center;
		    justify-self: center;
	}
	.mc-grid-btm-img.right img {
		-o-object-position: 50% 61%;
		   object-position: 50% 61%;
	}
	.mc-grid-btm-img.left img {
		-o-object-position: 50% 79%;
		   object-position: 50% 79%;
	}
}

/*Stairlift Pricing*/
/*Icon Section*/
.stairlift-pricing-icon {
	display: block;
	width: clamp(100px, 15vw, 150px);
	height: auto;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

@media screen and (min-width: 600px) {
	/*Pricing Page Stairlift Cards*/
	.pricing-page-award-winning-stairlift {
		max-width: 1300px;
	}
	.pricing-page-award-winning-stairlift .award-winning-stairlift-card {
		width: 400px;
		grid-template-rows: auto 1fr;
	}
	.pricing-page-award-winning-stairlift .award-winning-stairlift-card-img-container {
		overflow: hidden;
	}
	.pricing-page-award-winning-stairlift .award-winning-stairlift-card-img {
		height: 250px;
		object-fit: cover;
	}
	.pricing-page-award-winning-stairlift .award-winning-stairlift-card-content-text {
		font-size: clamp(18px, calc(1.125rem + ((1vw - 6px) * 0.303)), 22px);
	}
	.pricing-page-award-winning-stairlift .red-arrow {
		display: block;
		width: 25px;
		height: auto;
	}
	@media screen and (max-width: 1300px) {
		.pricing-page-award-winning-stairlift .award-winning-stairlift-container {
			padding: 0 40px;
		}
	}
}

/*Image / Gray Box Section*/
.pricing-main-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: min(40vw, 670px) 1fr;
	grid-template-columns: min(40vw, 670px) 1fr;
}
.pricing-main-img-container {
	width: 100%;
	height: 100%;
}
.pricing-main-img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media screen and (min-width: 769px) {
	.stairlift-pricing-text {
		max-width: 21ch;
	}
}
@media (max-width: 1500px) {
	.pricing-main-gray-box {
		padding: 0 0 3rem;
	}
}
@media screen and (max-width: 1024px) and (min-width: 476px) {
	.pricing-main-gray-box div {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.pricing-main-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.pricing-main-img-container {
		width: 100%;
		min-height: 325px;
	}
}
@media screen and (min-width: 475px) {
	.stairlift-pricing-text {
		font-size: min(calc(1rem + .25vw), 20px);
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*SERVICE MAIN PAGE*/
/*Service Main Header*/
.service-main-header.page-header-container.left::before {
	background: rgba(0, 0, 0, 0.2);
}
.service-main-header .page-header-title.left {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	max-width: none;
}
@media screen and (min-width: 551px) {
	.service-main-header .page-header-title.left {
		-webkit-transform: translateY(-10%);
		    -ms-transform: translateY(-10%);
		        transform: translateY(-10%);
	}
}
@media screen and (max-width: 550px) {
	.service-main-header .page-header-title {
		left: 2.5%;
		width: 95%;
		text-align: center;
	}
}
/*Service Main Info Grid*/
.service-main-info-grid-container {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 5rem 0 8rem;
}
.service-main-info-grid {
  display: grid;
  grid-template-columns: 7fr 3fr;
  row-gap: 1rem;
  column-gap: 3rem;
}
.service-main-info-heading {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.service-main-info-asset {
  -ms-grid-column: 2;
  grid-column: 2;
  max-width: 400px;
  width: 100%;
}
.service-main-btn {
  margin: 35px 0 0;
}

/*Assets*/
.service-main-info-asset.wrench-img-container {
  grid-row: 1 / span 2;
  max-height: 450px;
  overflow: hidden;
}
.service-main-info-asset.wrench-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-main-info-asset.checkmark-list {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
  display: -ms-grid;
  display: grid;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1300px) {
	.checkmark-list--li {
		white-space: nowrap;
	}
	.service-main-info-asset.wrench-img-container {
		width: 360px;
	}
}
@media (max-width: 1024px) {
  .service-main-info-grid {
    column-gap: 2rem;
  }
}
@media (max-width: 825px) {
  .service-main-info-grid-container {
    gap: 80px;
  }
  .service-main-info-grid {
    grid-template-columns: 1fr 235px;
    column-gap: 1rem;
  }
  .service-main-info-grid.maintenance .service-main-info-heading,
  .service-main-info-asset.checkmark-list,
  .service-main-info-content.maintenance {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .service-main-info-content.maintenance {
    padding: 15px 0 0 0;
  }
  .service-main-info-asset.checkmark-list {
    grid-row: 2;
    max-width: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 25px;
  }
  .service-main-info-content.installation {
    max-width: 425px;
  }
}
@media (max-width: 790px) {
  .service-main-info-grid.installation .service-main-info-heading {
    grid-column: 1 / span 2;
  }
  .service-main-info-asset.wrench-img-container {
    grid-row: 2;
    height: 250px;
  }
}
@media screen and (max-width: 720px) {
  .service-main-info-grid-container {
    padding: clamp(20px, calc(1.25rem + ((1vw - 5.5px) * 20)), 50px) 0 135px;
  }
  @media (min-width: 650px) {
    .service-main-info-grid-container {
      width: 92%;
    }
  }
  .service-main-info-grid {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .service-main-info-asset.wrench-img-container {
    display: none;
  }
  .service-main-info-asset.checkmark-list {
    grid-row: 2;
    grid-column: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .service-main-info-content.installation {
    max-width: initial;
  }
}

/*Service General Styling*/
.gray-underline {
	height: 2px;
	background-color: var(--light-gray);
}
.vertical-line {
	width: 2px;
	background-color: var(--light-gray);
}

@media screen and (max-width: 768px) {
	.vertical-line {
		height: 2px;
		width: 70%;
	}
}

/*Service Installation Page*/
/*Header Styling*/
@media screen and (max-width: 1050px) {
	.service-installation .page-header-title {
		left: 5%;
	}
}
@media screen and (max-width: 949px) and (min-width: 880px) and (min-width: 500px) {
	.service-installation .page-header {
		object-position: 80% 0;
	}
}
.service-installation-info-grid {
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 1rem 5px;
}
.service-installation-info-grid-title {
	align-self: flex-end;
}
.service-installation-8minute-img {
	display: block;
	width: 100%;
	max-width: 292px;
	height: auto;
	max-height: 214px;
	align-self: center;
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0 10px;
}
@media screen and (max-width: 1100px) {
	.service-installation-info-grid {
		padding-top: 1rem; 
	}
}
@media screen and (max-width: 700px) {
	.service-installation-8minute-img {
		justify-self: center;
		width: 75%;
		grid-column: 1;
		grid-row: 2;
	}
}

/*Service Maintenance Page*/
@media screen and (max-width: 1075px) {
	.service-maintenance-section .page-header-title.left {
		left: 5%;
		max-width: 60vw;
	}
}
@media screen and (max-width: 700px) {
	@media (min-width: 500px) {
		.service-maintenance-section .page-header {
			min-height: 150px;
			object-position: 40% 0;
		}
	}
	.service-maintenance-section .page-header-title.left {
		max-width: 65vw;
	}
}
@media screen and (max-width: 500px) {
	.service-maintenance-section .page-header-title.left {
		font-size: 30px;
	}
	.service-maintenance-section .page-header {
		object-position: 80% 0;
	}
}

/*Service Quality and Testing Page*/
.quality-testing-awards-container {
	display: -ms-grid;
	display: grid;
}
.quality-testing-awards-container h4 {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.award-winning-quality-img {
	display: block;
	width: clamp(200px, 90%, 503px);
	height: auto;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
@media screen and (min-width: 950px) {
	.quality-testing-awards-container {
		-ms-grid-columns: 6fr 4fr;
		grid-template-columns: 6fr 4fr;
		-ms-grid-rows: 1fr auto;
		grid-template-rows: 1fr auto;
	}
	.quality-testing-awards-container > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.quality-testing-awards-container > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.quality-testing-awards-container > *:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.quality-testing-awards-container > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	.award-winning-quality-img {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / span 2;
		-ms-grid-column: 2;
		grid-column: 2;
		justify-self: flex-end;
	}
}

@media screen and (min-width: 725px) {
	#quality-testing-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 1rem;
	}
	/*Modify the tabs to vertical with new indicator*/
	#quality-testing-tabs .tab-selector-container {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		overflow-x: visible;
	}
	#quality-testing-tabs .tab-selector-wrapper {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 3rem;
		padding: 3rem 0;
	}
	#quality-testing-tabs .tab-selector-button {
		border-radius: 0;
		border-left: none;
		border-bottom: none;
		background: transparent;
		text-align: left;
		font-size: 22px;
		padding: 0 0 0 25px;
		min-height: 50px;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	#quality-testing-tabs .tab-selector.active .tab-selector-button::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 5px;
		background: var(--site-burgundy);
	}
	.safety-features-container {
		width: 100%;
		padding: 2rem 0;
	}
}
@media screen and (min-width: 725px) and (max-width: 1440px) {
	#quality-testing-tabs .tab-selector-button {
		font-size: 20px;
	}
}
@media screen and (min-width: 725px) and (max-width: 900px) {
	#quality-testing-tabs .tab-selector-button {
		white-space: normal;
	}
}
/*Quality Testing Tabs Styling Before Scroll Tabs*/
@media screen and (min-width: 550px) {
	#quality-testing-tabs {
		-webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.15);
		        box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.15);
		border: none;
		width: 90vw;
	}
}
/*Modify the content*/
#quality-testing-tabs {
	overflow: hidden;
	margin-bottom: 5rem;
}
#quality-testing-tabs .tab-selector-button {
	position: relative;
}
#quality-testing-tabs .tab-selector.active .tab-selector-button {
	color: var(--site-burgundy);
}
.safety-features-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	width: 85%;
	max-width: 670px;
}
.safety-features-img-container {
	position: relative;
}
.safety-features-img-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.safety-features-img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 670px;
}
.safety-features-header {
	color: #ffffff;
	text-align: center;
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media screen and (max-width: 550px) {
	#quality-testing-tabs {
		margin-bottom: 0;
	}
	#quality-testing-tabs .tab-selector.active .tab-selector-button::before {
		content: "";
		position: absolute;
		left: 1rem;
		right: 1rem;
		bottom: -2px;
		height: 2px;
		background: var(--site-burgundy);
	}
}

/*Ease-of-Use Page*/
.ease-of-use-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: center;
}
.ease-of-use-header-img {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	justify-self: center;
}
@media screen and (max-width: 650px) {
	.ease-of-use-header {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.ease-of-use-header-img {
		width: 70vw;
	}
}

/*Home Survey Page*/
.home-survey-header-section .page-header {
	object-position: 90% 0;
}
@media screen and (max-width: 1075px) {
	.home-survey-header-section .page-header-title {
		left: 5%;
	}
}
@media screen and (max-width: 800px) and (min-width: 501px) {
	.home-survey-header-section .page-header {
		min-height: 180px;
	}
}
.home-survey-main-content {
	max-width: 1250px;
}

/*Form section*/
.home-survey-form-container {
	max-width: 780px;
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.home-survey-form-content-img-container {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.home-survey-form-content {
	flex: 1;
	align-self: flex-end;
}
.home-survey-form-img {
	display: block;
	width: 220px;
	height: auto;
	margin: 0 auto;
}

/*Reset stylings from normal forms*/
@media (min-width: 551px){
	.home-survey-form-container #step-form {
		padding: 3rem 0;
	}
}
.home-survey-form-container #step-display {
	width: 100%;
}
.home-survey-form-container .mobile-step-display {
	padding: 0;
}

@media (max-width: 500px) {
	.home-survey-form-container {
		gap: 50px;
	}
}

/*FastTrack Page*/
.fasttrack-header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 90%;
	margin: 0 auto;
}
.fasttrack-title, .fasttrack-arrow-title {
	line-height: 100%;
}
.fasttrack-title {
	position: relative;
}
.fasttrack-r {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}
.fasttrack-arrow-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto 1fr;
	grid-template-columns: auto auto 1fr;
	min-height: 70px;
}
@media screen and (min-width: 1100px) {
	.fasttrack-arrow-container {
		width: 70%;
	}
}
.fasttrack-arrow-tail {
	width: 70px;
	height: 100%;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 50% 50%, 0% 0%);
	        clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 50% 50%, 0% 0%);
}
.fasttrack-arrow-tail.light {
	background-color: rgba(131, 26, 61, .5);
}
.fasttrack-arrow-tail.medium {
	background-color: rgba(131, 26, 61, .75);
}
.fasttrack-arrow-tail.medium, .fasttrack-arrow-title-container {
	margin-left: -20px;
}
.fasttrack-arrow-title-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #831A3D;
	-webkit-clip-path: polygon(calc(100% - 35px) 0, 100% 50%, calc(100% - 35px) 100%, 0% 100%, 35px 50%, 0% 0%);
	        clip-path: polygon(calc(100% - 35px) 0, 100% 50%, calc(100% - 35px) 100%, 0% 100%, 35px 50%, 0% 0%);
}
.fasttrack-arrow-title {
	margin: auto;
	padding: .5rem 30px .5rem 45px;
}
.fasttrack-arrow-part {
	display: block;
	height: 100%;
}

.fasttrack-quote-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2rem auto;
	grid-template-columns: 1fr auto;
	gap: 2rem 4rem;
}
.fasttrack-img-container {
	display: -webkit-box;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / span 2;
	-ms-grid-column: 2;
	grid-column: 2;
	width: 35vw;
	max-width: 560px;
	max-height: 660px;
}
.fasttrack-img-container img {
	display: block;
	min-height: 100%;
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
	.fasttrack-quote-wrapper {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
	}
	.fasttrack-img-container {
		-ms-grid-row: 1;
		grid-row: 1;
	}
}
@media screen and (max-width: 768px) {
	.fasttrack-quote-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.fasttrack-img-container {
		width: 80vw;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.fasttrack-check-grid {
		display: grid;
		grid-template-columns: auto;
		justify-content: center;
	}
	.fasttrack-check-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.fasttrack-check {
		width: 25px;
		height: 25px;
	}
}
@media screen and (max-width: 620px) {
	.fasttrack-header-container {
		width: 95%;
	}
	.fasttrack-arrow-container {
		width: 100%;
		max-width: 400px;
		min-height: 50px;
	}
	.fasttrack-arrow-tail {
		width: 40px;
	}
	.fasttrack-arrow-tail.medium, .fasttrack-arrow-title-container {
		margin-left: -15px;
	}
	.fasttrack-arrow-title-container {
		-webkit-clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%, 0% 0%);
		        clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%, 0% 0%);
	}
	.fasttrack-arrow-title {
		font-size: 18px;
		padding: .5rem 5px .5rem 15px;
	}
}
@media screen and (max-width: 475px) {
	.fasttrack-main-info-container {
		width: 85%;
	}
	.fasttrack-img-container {
		width: 100%;
		height: max(70vw, 250px);
	}
}
@media screen and (max-width: 360px) {
	.fasttrack-arrow-title {
		font-size: 16px;
	}
}
@media screen and (max-width: 330px) {
	.fasttrack-arrow-title {
		padding: 8px 5px 8px 25px
	}
}

/*Service Warranty Page*/
.service-warranty-info-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.service-warranty-info-block {
	flex: 1;
	min-width: 320px;
}
/*Phone Icon*/
.warranty-phone {
	display: block; 
	width: 90px;
	height: auto;
	margin: 1rem 0;
}
/*AC Icon*/
.service-warranty-info-block-acorn-club-logo {
	width: clamp(200px, 30vw, 250px);
	margin: auto;
}
@media screen and (max-width: 475px) {
	.warranty-phone {
		width: 66px;
		margin: 0;
	}
	.service-warranty-info-block-acorn-club-logo {
		width: 165px;
	}
}

/*Aftercare Bottom Section*/
.service-warranty-aftercare-container {
	display: grid;
	grid-template-columns: 60fr 37fr;
	grid-template-rows: auto 1fr;
	gap: 15px clamp(50px, 4.5vw, 85px);
	max-width: 1100px;
	width: 90%;
	padding: 115px 0;
}
.service-warranty-aftercare-img {
	width: min(100%, 365px);
	justify-self: center;
	grid-row: 1 / span 2;
	grid-column: 2;
}

@media screen and (max-width: 980px) {
	.service-warranty-aftercare-container {
		gap: 20px 50px;
		padding: 80px 0;
	}
	.service-warranty-aftercare-title {
		grid-column: 1 / span 2;
		max-width: 750px;
	}
	.service-warranty-aftercare-img {
		grid-row: 2;
	}
}
@media screen and (max-width: 768px) {
	.service-warranty-aftercare-container {
		display: flex;
		flex-direction: column;
	}
	.service-warranty-aftercare-img {
		width: min(65%, 265px);
		order: -1;
		margin: 0 auto;
	}
}
@media screen and (max-width: 475px) {
	.service-warranty-aftercare-container {
		padding: 40px 0 80px;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*ABOUT PAGE*/
.about-main-intro {
	max-width: 1050px;
}
.about-acorn-logo {
	display: block;
	width: clamp(100px, 25vw, 150px);
	height: clamp(100px, 25vw, 150px);
}
/*About Main Grid*/
.about-main-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr min(6.5vw, 120px) 1fr;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	width: min(90vw, 1520px);
	gap: min(6.5vw, 120px);
}
.about-main-grid > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.about-main-grid > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.about-main-grid > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.about-main-grid > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.about-main-grid > *:nth-child(5) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.about-main-grid > *:nth-child(6) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}
/*About Cards*/
.about-main-card {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 150px 150px auto;
	grid-template-rows: 150px 150px auto;
	max-width: 700px;
}
.about-main-card-img,
.about-main-card-background {
	-ms-grid-column: 1;
	grid-column: 1;
}
.about-main-card-img {
	display: block;
	-ms-grid-column-align: center;
	    justify-self: center;
	width: auto;
	height: 300px;
	border-radius: 300px;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / span 2;
	z-index: 10;
}
.about-main-card-background {
	display: -ms-grid;
	display: grid;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	grid-row: 2 / span 2;
	background: var(--light-light-gray);
	border-radius: 10px;
	padding: 150px 0 0;
}
.about-main-card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	width: 91%;
	margin: 0 auto;
	padding: 40px 0 30px;
}
@media screen and (max-width: 1024px) {
	.about-main-grid {
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		gap: 4rem;
	}
	.about-main-card {
		-ms-grid-rows: clamp(75px, 15vw, 132px) clamp(75px, 15vw, 132px) auto;
		grid-template-rows: clamp(75px, 15vw, 132px) clamp(75px, 15vw, 132px) auto;
	}
	.about-main-card-img {
		height: clamp(150px, 30vw, 265px);
	}
	.about-main-card-background {
		padding: clamp(75px, 15vw, 132px) 0 0;
	}
	.about-main-card-content {
		padding: 25px 0;
	}
}
@media screen and (max-width: 950px) {
	.about-main-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		justify-items: center;
	}
}
@media screen and (max-width: 600px) {
	.about-main-grid {
		width: 100vw;
		gap: 50px;
	}
	.about-main-card {
		-ms-grid-rows: clamp(85px, 25vw, 132px) clamp(85px, 25vw, 132px) auto;
		grid-template-rows: clamp(85px, 25vw, 132px) clamp(85px, 25vw, 132px) auto;
	}
	.about-main-card-img {
		height: clamp(170px, 50vw, 265px);
	}
	.about-main-card-background {
		padding: clamp(85px, 25vw, 132px) 0 0;
	}
	.about-main-card-content {
		width: 85%;
		gap: 5px;
	}
}

/*Slide animations*/
@-webkit-keyframes rightSlide {
  0% {
 	opacity: 0;
    -webkit-transform: translate3d(125%, 0, 0);
    transform: translate3d(125%, 0, 0);
  }

  100% {
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rightSlide {
  0% {
 	opacity: 0;
    -webkit-transform: translate3d(125%, 0, 0);
    transform: translate3d(125%, 0, 0);
  }

  100% {
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes leftSlide {
  0% {
	opacity: 0;
    -webkit-transform: translate3d(-125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
  }

  100% {
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes leftSlide {
  0% {
	opacity: 0;
    -webkit-transform: translate3d(-125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
  }

  100% {
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes outLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		opacity: .75;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-125%, 0, 0);
		transform: translate3d(125%, 0, 0);
	}
}
@keyframes outLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		opacity: .75;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-125%, 0, 0);
		transform: translate3d(125%, 0, 0);
	}
}
@-webkit-keyframes outRight {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		opacity: .75;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(-125%, 0, 0);
		transform: translate3d(-125%, 0, 0);
	}
}
@keyframes outRight {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		opacity: .75;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(-125%, 0, 0);
		transform: translate3d(-125%, 0, 0);
	}
}
.gold-arrow {
	background-color: transparent;
	background-image: url("/assets/imgs/about/quote-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-width: 35px;
	width: 10%;
	max-width: 70px;
	min-height: 35px;
	height: auto;
	aspect-ratio: 1;
	border: none;
}
.gold-quote-icon {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(20%, -40%);
	    -ms-transform: translate(20%, -40%);
	        transform: translate(20%, -40%);
	width: 15%;
	max-width: 65px;
}
.quote {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
	opacity: 0;
}
.quote.active {
	opacity: 1;
}
.quote.active.right-slide {
	-webkit-animation-name: rightSlide;
	animation-name: rightSlide;
	-webkit-animation-duration: .75s;
	        animation-duration: .75s;
	opacity: 1;
    z-index: 1;
}
.quote.active.left-slide {
	-webkit-animation-name: leftSlide;
	animation-name: leftSlide;
	-webkit-animation-duration: .75s;
	        animation-duration: .75s;
	opacity: 1;
    z-index: 1;
}
.quote.out-right {
	-webkit-animation-name: outRight;
	animation-name: outRight;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
}
.quote.out-left {
	-webkit-animation-name: outLeft;
	animation-name: outLeft;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
}
.quote-indicator {
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background-color: var(--light-gray);
	cursor: pointer;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.quote-indicator.active {
	background-color: #AA7F4B;
}
/*Mobile Quotes*/
.mobile-quote-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
	padding: 3rem 0 2rem;
	width: 100%;
	background: var(--light-light-gray);
}
#indicator-container span {
	font-size: 20px;
}
@media screen and (max-width: 1024px) {
	.quote .gold-quote-icon {
		width: 45px;
		left: 8px;
	}
}
@media screen and (max-width: 475px) {
	.quote .gold-quote-icon {
		width: 40px;
	}
	.mobile-quote-content {
		gap: 1rem;
		padding: 2rem 0 1rem;
	}
}

/*REVIEWS PAGE*/
/*SLICK CAROUSEL*/
#review-background {
	min-height: 80vh;
	background-image: url("/assets/imgs/about/about-reviews-background.jpg");
	background-size: cover;
}
#review-slider-container {
	width: 100vw;
}
@media (min-width: 769px) {
	#review-slider-container {
		grid-template-columns: 1fr min(40vw, 500px) 1fr;
	}
}
#review-slider-container .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
	padding: 2rem 0;
}
#review-slider-container .slick-slide {
    height: inherit !important;
}
#review-slider-container .slick-list {
	grid-column: auto / span 3;
}
#review-slider-container .slick-slide {
	min-height: 400px;
	width: 80vw;
	max-width: 600px;
	height: 100%;
	-webkit-transition: .5s ease all;
	-o-transition: .5s ease all;
	transition: .5s ease all;
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
	opacity: .75;
	z-index: -1;
}
#review-slider-container .slick-slide blockquote {
	color: rgba(0,0,0,0.50);
}
.brb-5 {
	border-radius: 0 0 5px 5px;
}
.brt-5 {
	border-radius: 5px 5px 0 0;
}
#review-slider-container .slick-center {
	-webkit-transform: scale(1) !important;
	    -ms-transform: scale(1) !important;
	        transform: scale(1) !important;
	z-index: 1 !important;
	opacity: 1 !important;
}
#review-slider-container .slick-slide.slick-center blockquote {
	color: #000000 !important;
}
.review-slider-card {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
/*Slick Arrows*/
#review-slider-container .slick-prev {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 2;
	grid-row: 2;
	margin-left: auto;
	cursor: pointer;
}
#review-slider-container .slick-next {
	-ms-grid-column: 3;
	grid-column: 3;
	-ms-grid-row: 2;
	grid-row: 2;
	cursor: pointer;
}
/*Custom Dots*/
#review-slider-container .slick-dots {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 2;
	grid-row: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#review-slider-container .slick-dots li button {
	font-size: 0;
	background-color: rgba(255,255,255,0.50);
	border: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	-webkit-transition: .5s ease-in-out background;
	-o-transition: .5s ease-in-out background;
	transition: .5s ease-in-out background;
}
#review-slider-container .slick-dots li.slick-active button {
	background-color: #ffffff;
}

/*Review Cards*/
.review-sub-title {
	max-width: 900px;
}

.about-review-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	justify-content: space-between;
	gap: 4rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 650px;
}
.about-review-card-container {
	position: relative;
}
.about-review-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
	gap: 25px;
}
.about-review-card.normal {
	padding: 70px 0 30px;
	min-height: 260px;
}
.about-review-card.small {
	padding: 70px 0;
	min-height: 225px;
}
.about-review-card-blockquote {
	width: 85%;
}
.about-review-name {
	font-size: min(calc(1rem + .4vw), 22px);
	min-height: 50px;
	display: -ms-grid;
	display: grid;
	place-items: center;
}

/*GOOGLE REVIEW*/
.about-reviews-google-container {
	max-width: 550px;
}
.about-reviews-google-img {
	display: block;
	width: min(85%, 215px);
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 899px) {
	.about-review-column-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.about-review-column {
		gap: 3rem;
	}
}

@media screen and (max-width: 500px) {
	#review-background {
		background-position: 20% 0;
	}
	#review-slider-container .slick-track {
		padding: 2rem 0 0;
	}
	#review-slider-container .slick-dots li button {
		width: 20px;
		height: 20px;
	}
	.about-review-name,
	.read-more-text {
		font-size: 18px;
	}
	.about-review-name {
		min-height: 40px;
	}
	.about-review-card {
		min-height: 250px;
	}
	#review-slider-container .gold-quote-icon,
	.about-review-card .gold-quote-icon {
		width: 40px;
	}
	
	.about-review-card.normal,
	.about-review-card.small {
		padding: 50px 0;
		min-height: 250px;
	}
}
/*FAQ Page*/
/*Search Bar*/
.search-bar-container {
	position: relative;
	width: 100%;
	max-width: 525px;
	margin: 0 auto;
}
#faq-search-input {
	width: 100%;
	padding: 1rem;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	border: none;
}
#faq-search-input:focus {
	outline: none;
}
#faq-search-input::-webkit-input-placeholder {
	color: var(--gray);
}
#faq-search-input::-moz-placeholder {
	color: var(--gray);
}
#faq-search-input:-ms-input-placeholder {
	color: var(--gray);
}
#faq-search-input::-ms-input-placeholder {
	color: var(--gray);
}
#faq-search-input::placeholder {
	color: var(--gray);
}
.faq-search-icon {
	position: absolute;
	top: 50%;
	right: 5%;
	width: 25px;
	height: 25px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (min-width: 500px) {
	#faq-search-input,
	.faq-sub-para-text {
		font-size: 20px;
	}
}
.faq-section-wrapper {
	width: 100%;
	max-width: 910px;
	margin: 0 auto;
}
.faq .multi-acc-header {
	padding: 5px 2rem;
	min-height: 70px;
}
@media screen and (max-width: 500px) {
	#faq-search-input {
		padding: .7rem 1rem;
	}
	.faq-search-icon {
		width: 18px;
		height: 18px;
	}
	.faq .multi-acc-header {
		padding: 5px 1rem;
	}
	.faq .multi-acc-header p {
		line-height: 1.2;
	}
}

/*BLOG PAGES*/
.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5 {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
}
.blog-post strong {
	font-weight: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*CONTACT PAGE*/
.contact-main-section {
	max-width: 1700px;	
}
.contact-main-page-content {
	display: -ms-grid;
	display: grid;
	grid-template-columns: auto auto;
	gap: 4rem;
}

/*INFO CARDS*/
.contact-main-info-card-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: fit-content;
}
.contact-main-info-card {
	display: grid;
	place-items: center;
	gap: 1rem;
	width: 230px;
	min-height: 225px;
	padding: 30px 0;
	background-color: var(--light-light-gray);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.contact-main-info-card-icon {
	height: 50px;
}
.contact-main-acorn-club-logo {
	max-width: 370px;
}

#contact-main-tabs {
	max-width: 820px;
}
#contact-main-tabs {
	width: 100%;
	justify-self: flex-end;
}
@media screen and (min-width: 476px) {
	.main-contact-form-container {
		width: 90%;
	}
}
.main-contact-form {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 5rem 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}
@media screen and (min-width: 621px) {
	.main-contact-form {
		grid-template-rows: repeat(6, auto) 1fr;
		height: fit-content;
	}
}
.main-contact-form label,
.main-contact-form-text {
	font-size: 22px;
}
.main-contact-form-xl-form-field {
	grid-column: 1 / -1;
}
.main-contact-form-lg-form-field {
	max-width: 350px;
}
.main-contact-form-md-form-field {
	width: 80%;
	max-width: 200px;
}
.main-contact-radio .main-contact-form-text {
	padding-left: 10px;
}
.main-contact-submit-btn {
	font-size: 22px;
	min-width: 250px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-height: 60px;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#47A447), to(#0BA360)) var(--site-green);
	background: -o-linear-gradient(left, #47A447 0%, #0BA360 100%) var(--site-green);
	background: linear-gradient(90deg, #47A447 0%, #0BA360 100%) var(--site-green);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border: none;
	color: #ffffff;
	border-radius: 100px;
	grid-column: 1;
	-webkit-transition: .2s transform ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
	-o-transition: .2s transform ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s transform ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
	margin-top: 20px;
}
@media screen and (max-width: 1700px) and (min-width: 1301px) {
	.contact-main-info-card-container {
		width: 480px;
		justify-content: center;
	}
}
@media screen and (max-width: 1300px) {
	.contact-main-section {
		gap: 2rem;
	}
	.contact-main-page-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 7rem;
	}
	.contact-main-content {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}
@media screen and (max-width: 800px) and (min-width: 766px) {
	.contact-main-info-card-container {
		gap: 15px;
	}
}
@media screen and (max-width: 767px) {
	.contact-main-content {
		width: 85vw;
	}
	@media (min-width: 565px) {
		.contact-main-info-card-container {
			width: 480px;
			justify-content: center;
		}
	}
}
@media screen and (max-width: 620px) {
	.contact-main-section {
		gap: 1rem;
	}
	.contact-main-page-content {
		gap: 4rem;
	}
	#contact-main-tabs .tab-content {
		display: none;
	}
	#contact-main-tabs .tab-content.active {
		display: block;
	}
	.main-contact-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.main-contact-form label,
	.main-contact-form-text {
		font-size: 20px;
	}
	.main-contact-submit-btn {
		margin-top: 0;
	}
}
@media screen and (max-width: 564px) {
	.contact-main-info {
		align-items: center;
	}
	.contact-main-info-card-container {
		flex-direction: column;
	}
	.contact-main-info-card {
		min-height: 217px;
		padding: 25px 0;
	}
}
@media screen and (max-width: 550px) {
	#contact-main-tabs .tab-selector-wrapper {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.main-contact-submit-btn {
		min-width: 200px;
		min-height: 50px;
	}
} 

/*3 Contact Cards*/
/*Laptop*/
@media screen and (max-width: 1024px) {
	.contact-cards {
		gap: 1rem;
	}
}
/*Large Tablet*/
@media screen and (max-width: 950px) {
	.contact-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 3rem;
		width: 90%;
		max-width: 500px;
	}
}
@media screen and (max-width: 475px) {
	.contact-cards {
		width: 87%;
		padding: 4rem 0;
		gap: 35px;
	}
}

/*Future Customer Page*/
.future-customer-intro-container {
	max-width: 1130px;
	width: 90%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 53fr 54fr;
	gap: 50px;
	padding: 30px 0 0 0;
}
.future-customer-intro-content {
	align-self: flex-end;
}
.future-customer-intro-img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 543px;
	align-self: flex-end;
}
@media screen and (max-width: 1100px) {
	.future-customer-intro-container {
		grid-template-columns: 65fr 55fr;
	}
}

@media screen and (max-width: 960px) {
	.future-customer-intro-container {
		grid-template-columns: 1fr;
		gap: 20px;
		justify-items: center;
		padding: 15px 0 0 0;
	}
	.future-customer-intro-content {
		text-align: center;
		max-width: 730px;
	}
	.future-customer-intro-img {
		order: -1;
	}
}

/*Form Section*/
.future-customer-form-container {
	padding: 115px 0 150px;
}
.future-customer-form-img {
	width: 235px;
}

.future-customer-acorn-club-logo {
	width: 200px;
	height: auto;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.future-customer-icon-container {
	display: -ms-grid;
	display: grid;
	place-items: center;
	height: 100px;
	width: 100px;
}
.contact-future-phone {
	max-width: 80px;
}
@media screen and (max-width: 500px) {
	.future-customer-acorn-club-logo {
		width: 150px;
	}
	.future-customer-icon-container {
		height: 75px;
		width: 75px;
	}
}

/*Future Customer Accreditations Section*/
.future-customer-accreditations-container {
	max-width: 920px;
	padding: 135px 0;
}
.future-customer-accreditations-img-container {
	display: flex;
	gap: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 2.9762)), 50px);
	align-items: center;
	justify-content: center;
	width: fit-content;
}
.future-customer-accreditations-img-eou {
	width: clamp(195px, calc(12.1875rem + ((1vw - 7.68px) * 5.6548)), 233px);
}
.future-customer-accreditations-img-8minute {
	width: 215px;
}
@media screen and (max-width: 750px) {
	.future-customer-accreditations-container {
		gap: 3rem;
	}
	.future-customer-accreditations-img-container {
		justify-content: center;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 600px) {
	.future-customer-accreditations-container {
		padding: 100px 0;
	}
}
@media screen and (max-width: 475px ) {
	.future-customer-accreditations-container {
		padding: 65px 0 100px;
	}
	.future-customer-accreditations-img-eou,
	.future-customer-accreditations-img-8minute {
		width: 175px;
	}
}
	
/*EXISTING CUSTOMTER PAGE*/
.existing-customer-banner-container {
	max-width: 1920px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: min(5.5vw, 100px);
	align-items: center;
	justify-items: flex-end;
}
.existing-customer-banner-content {
	max-width: 570px;
	margin: 0 0 0 min(5vw, 96px);
	display: flex;
	flex-direction: column;
}
.existing-customer-banner-title {
	line-height: 1.2;
}
.existing-customer-banner-img {
	display: block;
	height: auto;
	width: min(50vw, 960px);
}

@media screen and (max-width: 1023px) {
	.existing-customer-banner-container {
		gap: 0;
	}
}

@media screen and (max-width: 940px) {
	.existing-customer-banner-content {
		justify-self: flex-start;
	}
	.existing-customer-banner-p-desktop {
		display: none;
	}
	.existing-customer-banner-p-mobile {
		display: block;
		width: 90vw;
		margin: 0 auto;
	}
	.existing-customer-banner-img {
		margin: 0 0 0 -5vw;
	}
}

@media screen and (max-width: 700px) {
	.existing-customer-banner-img {
		width: max(45vw, 180px);
	}
}
@media (max-width: 1099px) and (min-width: 976px) {
	.existing-customer.contact-cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 3rem;
		width: 90%;
		max-width: 500px;
	}
}

/*Existing Customer Acorn Club*/
.existing-customer-acorn-club-container {
	max-width: 1050px;
	width: 90vw;
	display: grid;
	gap: 0 25px;
	padding: 75px 0 0 60px;
}
.existing-customer-acorn-club-title-container {
	display: grid;
	align-items: center;
	max-width: 600px;
}
.existing-customer-acorn-club-title,
.existing-customer-acorn-club-title-svg {
	grid-column: 1;
	grid-row: 1;
}
.existing-customer-acorn-club-title {
	z-index: 2;
}
.existing-customer-acorn-club-title-svg {
	margin: 0 0 0 -60px;
	transform: translateY(-30%);
	z-index: -1;
}
.existing-customer-acorn-club-para {
	max-width: 600px;
}
@media (min-width: 900px) {
	.existing-customer-acorn-club-para {
		padding: 15px 0 0 0;
	}	
}
.existing-customer-acorn-club-phone {
	display: block;
	width: min(100%, 261px);
	height: auto;
	grid-row: 1 / span 3;
	grid-column: 2;
	justify-self: flex-end;
	align-self: center;
}
.existing-customer-acorn-club-btn-container {
	width: 100%;
	max-width: 600px;
	height: fit-content;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 35px;
	align-self: center;
	padding: 20px 0 0 0;
}

@media screen and (max-width: 1050px) {
	.existing-customer-acorn-club-title-svg {
		width: 120px;
		margin: 0 0 0 -50px;
	}
	.existing-customer-acorn-club-container {
		padding: 75px 0 0 50px;
	}
}

@media screen and (max-width: 999px) {
	@media (min-width: 900px) {
		.existing-customer-acorn-club-container {
			grid-template-columns: 55fr 45fr;
		}
	}
	.existing-customer-acorn-club-btn-container {
		padding: 40px 0 0 0;
	}
}

@media screen and (max-width: 899px) {
	.existing-customer-acorn-club-container {
		gap: 25px;
		padding: 75px 0 0 0;
	}
	.existing-customer-acorn-club-title-container {
		width: fit-content;
		justify-self: center;
		text-align: center;
		max-width: none;
	}
	.existing-customer-acorn-club-phone {
		grid-row: 2;
		grid-column: 1;
		justify-self: center;
		width: min(45vw, 200px);
	}
	.existing-customer-acorn-club-para,
	.existing-customer-acorn-club-btn-container {
		justify-self: center;
	}
	.existing-customer-acorn-club-btn-container {
		max-width: 600px;
		padding: 0;
		gap: 50px;
	}
	
	.existing-customer-acorn-club-title-svg.desktop {
		display: none;
	}
	.existing-customer-acorn-club-title-svg.mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 90px;
		height: auto;
		transform: translate(15%, -15%);
	}
	.existing-customer-acorn-club-title {
		display: grid;
		place-items: center;
	}
	.existing-customer-acorn-club-title-span {
		position: relative;
		width: fit-content;
	}
}

@media screen and (max-width: 650px) {
	.existing-customer-acorn-club-btn-container {
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 475px) {
	.existing-customer-acorn-club-title {
		gap: 3px;
	}
	.existing-customer-acorn-club-title-svg.mobile {
		width: 72px;
		transform: translate(25%, -20%);
	}
	
	/*Existing Customer Contact Cards*/
	.existing-customer.contact-cards {
		padding: 160px 0 115px;
	}
}

/*Other Services Section*/
.existing-customer-other-services-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr 1rem auto 1rem auto;
	grid-template-rows: 1fr auto auto;
	gap: 1rem;
}
.other-services-header,
.other-services-p,
.other-services-btn {
	-ms-grid-column: 1;
	grid-column: 1;
}
.other-services-header {
	-ms-grid-row: 1;
	grid-row: 1;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	align-self: flex-end;
}
.other-services-icon {
	width: clamp(300px, 35vw, 515px);
	height: auto;
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	grid-row: 1 / span 3;
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row-align: center;
	    align-self: center;
}
.other-services-p {
	-ms-grid-row: 2;
	grid-row: 2;
}
.other-services-btn {
	-ms-grid-row: 3;
	grid-row: 3;
	padding: 1rem 0 0;
}
@media (max-width: 950px) and (min-width: 701px) {
	.other-services-icon {
		grid-row: 1 / span 2;
	}
	.other-services-btn {
		grid-column: 1 / span 2;
	}
}
@media screen and (max-width: 700px) {
	/*Other Services Section*/
	.existing-customer-other-services-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.other-services-icon {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2;
		width: min(375px, 90%);
		padding: 1rem 0;
	}
	.other-services-p {
		-ms-grid-row: 3;
		grid-row: 3;
	}
	.other-services-btn {
		-ms-grid-row: 4;
		grid-row: 4;
		padding: 0;
	}
}

/*Brochure Page*/
.brochure-content-container {
	max-width: 950px;
}
@media screen and (min-width: 500px) {
	.brochure-heading-end-text {
		white-space: nowrap;
	}
}
@media (max-width: 1100px) {
	.brochure-sub-intro {
		max-width: 550px;
	}
	.brochure-main-para {
		max-width: 725px;
	}
}
@media screen and (max-width: 800px) and (min-width: 476px) {
	.brochure-content-container {
		width: 95%;
	}
}

/*Complaints Page*/
.contact-complaints-intro {
	max-width: 1250px;
}
@media (min-width: 900px) {
	.contact-complaints-intro-sub-header {
		display: grid;
	}
}
.contact-complaints-ac-section {
	padding: 0 0 clamp(100px, calc(6.25rem + ((1vw - 7.68px) * 37.8788)), 150px);
}

@media (max-width: 475px) {
	.contact-complaints-suggestions {
		align-items: flex-start;
	}
}

/*Thank You Form Error Page*/
.or-alt-container::before {
	content: "";
	position: absolute;
	height: 2px;
	background-color: rgba(131,26,61,0.20);
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
}
.or-alt-text-bg {
	width: fit-content;
}
.or-alt-text {
	padding: 0 10px;
	background: #ffffff;
}

/*Award Winning Stairlift Cards*/
.award-winning-stairlift-section {
	width: 100vw;
}
.award-winning-stairlift-wrapper {
	display: grid;
	width: 100%;
	overflow-x: scroll;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.award-winning-stairlift-wrapper::-webkit-scrollbar { 
    display: none;
}
.award-winning-stairlift-container {
	display: flex;
	width: fit-content;
	gap: 30px;
	justify-self: center;
}
.award-winning-stairlift-card {
	display: grid;
	grid-template-rows: 1fr 1fr;
	width: 275px;
	border: 1.5px solid #E6D1D8;
}
.award-winning-stairlift-card-img {
	display: block;
	height: auto;
	width: 100%;
}
.award-winning-stairlift-card-content-title {
	padding-bottom: 5px;
}
.award-winning-stairlift-card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 5px;
	padding: 20px;
}
.award-winning-stairlift-card-link {
	font-size: 22px;
}
@media screen and (max-width: 900px) {
	.award-winning-stairlift-container {
		padding: 0 40px;
	}
}
@media screen and (max-width: 475px) {
	.award-winning-stairlift-container {
		padding: 0 max(7.5vw, 25px);
	}
	.award-winning-stairlift-card {
		grid-template-rows: 1fr auto;
	}
	.award-winning-stairlift-card-link {
		font-size: 20px;
	}
}

/*404 ERROR PAGE*/
.error-header-container {
	display: flex;
	justify-content: space-between;
	gap: 5vw;
	max-width: 1020px;
}
.error-header-title {
	font-size: clamp(175px, calc(10.9375rem + ((1vw - 8.5px) * 2.3364)), 200px);
	line-height: 1;
}
.error-header-content {
	max-width: 515px;
}
.error-header-img {
	display: block;
	width: clamp(270px, 30vw, 400px);
	height: auto;
}
@media screen and (max-width: 1100px) and (min-width: 475px) {
	.error-header-container {
		width: 85%;
	}
}
@media screen and (max-width: 850px) {
	/*Header Section*/
	.error-header-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.error-header-img {
		order: -1;
	}
	
	/*Error Button Container*/
	.error-btn-container {
		padding: 0 0 2rem 0;
		max-width: 550px;
	}
}

@media screen and (max-width: 500px) {
	.error-header-title {
		font-size: clamp(100px, calc(6.25rem + ((1vw - 3.75px) * 40)), 150px);
	}
	.error-header-img {
		width: 65vw;
	}
}

/*LOCATIONS PAGE*/
/*Location Map/Links*/
.locations-main-link-map-container {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap: 50px;
	width: 100%;
	max-width: 920px;
	padding: 2rem 0;
}
.locations-main-link-grid {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: repeat(9, 1fr);
	grid-auto-flow: column;
	width: 100%;
	gap: 40px 10px;
}
.locations-main-map {
	display: block;
	width: 40vw;
	max-width: 425px;
	height: auto;
}

@media screen and (max-width: 700px) {
	.locations-main-link-map-container {
		flex-direction: column;
	}
	.locations-main-link-grid {
		justify-content: space-around;
		order: 1;
		grid-template-rows: repeat(15, 1fr) !important;
	}
	.locations-main-map {
		min-width: 250px;
		width: 95%;
	}
}
.locations-grid {
	max-width: 1550px;
	gap: 20px;
}
.location-card {
	padding: 1.5rem 1rem 2.5rem;
}
.location-card-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
	padding: 1.5rem 0 0;
}

@media screen and (max-width: 1300px) {
	.locations-grid {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		-ms-grid-rows: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}
	.locations-grid > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.locations-grid > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.locations-grid > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	.locations-grid > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	.locations-grid > *:nth-child(7) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(8) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	.locations-grid > *:nth-child(9) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
}
@media screen and (max-width: 900px) {
	.locations-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}
	.locations-grid > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.locations-grid > *:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	.locations-grid > *:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	.locations-grid > *:nth-child(7) {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(8) {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}
	.location-card {
		padding: 1rem;
	}
}
@media screen and (max-width: 600px) {
	.locations-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: (1fr)[6];
		grid-template-rows: repeat(6, 1fr);
		width: 85%;
		max-width: 350px;
		margin: 0 auto;
	}
	.locations-grid > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(2) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(4) {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(5) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.locations-grid > *:nth-child(6) {
		-ms-grid-row: 6;
		-ms-grid-column: 1;
	}
}

/*Inner Location Pages*/
.inner-location-banner .page-header {
	object-position: 15% 0;
}
.inner-location-banner .page-header-title.left {
	max-width: none;
}
@media screen and (max-width: 1300px) {
	.inner-location-banner .page-header-title.left {
		left: 5%;
	}
}
@media screen and (max-width: 500px) {
	.inner-location-banner .page-header {
		object-position: 0;
	}
	.inner-location-banner .page-header-title.left {
		font-size: 30px;
		min-width: 220px;
	}
}

.newstairsafebanner img {
    width: 100%;
    max-width: 2300px;
    /* height: auto; */
    max-height: 200px;
}

a.home-stairsafe-link:hover{
	 opacity: 1;
}




/*grants*/
.new-grants-nav-fix{
	grid-column: auto !important;
}
		.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}
		.img-full {
    width: 100%;
    height: auto;
}
		
		@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
		
		@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
		
		.container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}
		
		.page-banner {
    position: relative
}
.page-banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background: rgba(0, 0, 0, .3);
    background: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}
.page-banner > .container {
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 50%;
    text-align: center;
    transform: translateX(-50%)
}
.page-banner .page-banner__content {
    position: absolute;
    text-align: left;
    padding: 0;
    width: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    top: 43%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    margin: 0 10px
}
.page-banner .page-banner__content h1 {
    color: #fff;
    margin-top: 50px;
    font-size: 2.2em;
	/*
		margin-top: 0;
		font-size: 2.4em;
	*/
}
@media (max-width:1199px) {
    .page-banner .page-banner__content {
        width: 60%;
        top: 40%
    }
    .page-banner .page-banner__content h1 {
        font-size: 1.6em
    }
}
		
		@media (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
.page-banner .page-banner__content2 {
    position: absolute;
    text-align: center;
    padding: 0;
    width: 70%;
    left: 15%;
    right: auto;
    bottom: auto;
    top: 43%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    margin: 0 10px;
}

.grants ul li {
	font-weight: 600;
/*	padding-bottom: */
	line-height: 40px;
}

.grants ul {
	margin-bottom: 0;
}

.gray-square {
	background-color: #EEEEEE;
	border-radius: 20px;
/*	border: 2px solid rgba(0 0 0 / 20%);*/
	box-shadow: inset 0 0 0 2px rgba(0 0 0 / 20%);
	padding: 20px 30px 20px 30px;
	margin-bottom: 20px;
	width: 70%;
}

@media screen and (max-width: 900px) {
	.gray-square {
		width: 100%;
	}
}

.page-banner__content2 > h1 {
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin-bottom: .2em;
	filter: drop-shadow(0 4px 4px rgba(0 0 0 / 25%));
}

.grants a {
	text-decoration: underline;
	color: inherit;
	font-weight: 500;
}

.grants 	
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.grants
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.grants
tr:nth-child(even) {
  background-color: #dddddd;
  border: 1px solid #eeeeee;
}

.grants
tr:nth-child(even) > td {
  border: 1px solid #eeeeee;
}

@media (min-width: 1200px) {
	.nav_container {
		width: 1174px;
	}
}	
	





/*OVERVIEW*/
.overview-page{
	    position: relative;
}
/*
.overview-page *{
	 font-family: "Inter", serif;
}
*/

.overview-bg{
	background-color: #8f023d;
	    background-image: url("/assets/images/overview/overviewbgheader.png");
	    background-repeat: no-repeat;
    background-position: top left;
	height: 23%;
}

.overview-header-content-left{
	padding-left: 100px;
}

.overview-right-header-bg{
		    background-image: url("/assets/images/overview/overviewheader.png");
	    background-repeat: no-repeat;
}

.overview-banner-container{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: grid;
/*    grid-template-columns: 4fr 7fr;*/
	    grid-template-columns: 6fr 11fr;
    gap: min(3.5vw, 100px);
    align-items: center;
	padding-top: 20px;

}


.overview-title{
	font-weight: 700;
	font-size: clamp(48px, 3vw, 60px);
	line-height: 48px;
	padding-bottom: 10px;
	color: white;
}

.overview-subtitle{
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
		color: white;

}

.overview-header-left{
/*	max-width: 660px;*/
	width: 100%;
	padding-left: 50px;
}

.overview-main-section{
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
	margin-top: 310px;
}

.overview-main-section ul li {
	list-style: disc;
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
}
.overview-main-section ul {
	padding: 10px 0 0 30px;
}

.overview-learn-more-btn{
    border: 2px solid #BE0C54;
    width: 200px;
    height: 60px;
    background: white;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 35px;
}
.overview-learn-more-btn a {
	color: #BE0C54;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    width: 200px;
    height: 60px;
}

.overview-right-grid{
	padding: 40px 0 0 30px;
}
.overview-left-grid{
	padding: 40px 10px 0 0;
}



.stair-title{
	font-weight: 700;
	font-size: 32px;
	line-height: 30px;
	color: #851C3F;
	font-style: italic;

}

.stair-sub{
	font-weight: 700;
	font-size: clamp(36px, 3vw, 48px);	
	line-height: 40px;
	color: #851C3F;
	padding: 10px 0 20px 0;
}

.stair-des {
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
}

.test-p{
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: #851C3F;
	text-align: center;
	padding: 0 45px;
}

.testimony-card-container{
	display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 150px;
}
.author{
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	color: #851C3F;
	font-style: italic;
	text-align: center
}

.overview-card-box{
max-width: 465px;
    width: 100%;
    height: 350px;
    border: 3px solid #851C3F;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-right: 30px;
    background: white;
	margin-bottom: 30px;
}

.overview-footer{
    background: #851C3F;
    background-image: url(/assets/images/overview/overviewbgfooter.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 400px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-evenly;
	    margin-top: 455px;
}

.overview-header-btn{
    width: 200px;
    border: 2px solid #FFFFFF;
    height: 60px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 35px;
}

.overview-header-btn a {
	font-weight: 700;
	font-size: 24px;
	line-height: 20px;
	color: white;
	    width: 200px;
    height: 60px;
}

.overview-header-btn:hover{
	background: white;
}

.overview-header-btn a:hover {
	color: #851C3F;
}

.overview-footer-btn:hover{
	background: white;
}

.overview-footer-btn a:hover {
	color: #851C3F;
}


.overview-footer-btn{
    width: 200px;
    border: 2px solid #FFFFFF;
    height: 60px;
	position: absolute;
    bottom: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 35px;
	
}
.overview-footer-btn a {
	font-weight: 700;
	font-size: 24px;
	line-height: 20px;
	color: white;
	width: 200px;
    height: 60px;
}

.carousel-indicators li {
    width: 100px !important;
    height: 5px !important;
	margin: 0 3px 15px 10px !important;
}

.carousel-inner {
	right: -18px;
}

.overview-stair-container{
	padding: 25px 0 0 0;
}

a:hover {
    text-decoration: none !important;
}

.overview-grid-container-straight {      
    display: grid;
    grid-template-columns: 5.5fr 4.5fr;
    grid-template-rows: 2fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    max-width: 1480px;
    margin: 0 auto;
	padding: 0px 0px 0 30px;
}

.overview-grid-container-choose{
	    display: grid;
    grid-template-columns: 5.5fr 4.5fr;
    grid-template-rows: 2fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    max-width: 1480px;
    margin: 0 auto;
	padding: 30px 0px 0 30px;
}

 .overview-grid-container-outdoor {      
    display: grid;
    grid-template-columns: 5.5fr 4.5fr;
    grid-template-rows: 2fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    max-width: 1480px;
    margin: 0px auto;
	padding: 30px 0px 0 30px;
}

.overview-grid-container-curved, .overview-grid-container-installation {      
    display: grid;
    grid-template-columns: 4.5fr 5.5fr;
    grid-template-rows: 2fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    max-width: 1480px;
    margin: 0 auto;
	padding: 30px 0px 0 30px;
}

.overview-contact-form-wrapper{
	border: 3px solid #851C3F;
	background: white;
	position: absolute;
/*    top: 620px;*/
	width: 95%;
    max-width: 900px;
	margin: 20px auto;
    right: 0;
    left: 0;
}

.overview-contact-form-title{
	font-weight: 700;
	font-size: clamp(26px, 4.5vw, 48px);
	line-height: 48px;
	color: #BE0C54;
}

#overview-contact-form-container .form-input{
	border: 3px solid #851C3F;
    max-width: 350px;
    width: 100%;
    height: 80px;
}

#overview-contact-form-container #home-step-display, #step-display{
    max-width: 840px;
    width: 80%;
	margin-top: -10px;
	padding-bottom: 60px;
}

#overview-contact-form-container .step-fieldset label, .step-fieldset span, .step-fieldset-radio-title {
    font-weight: 400;
	font-size: 20px;
	color: #851C3F;
	line-height: 20px;
	padding-bottom: 10px;
}

 .overview-step-text{
	color: #BE0C54;
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	padding-top: 10px;
}

#overview-contact-form-container .step-number {
	    background-color: #dc83a7;
	    color: white;
}

#overview-contact-form-container #home-step-form {
    position: relative;
    bottom: 35px;
}

#overview-contact-form-container .step-number.active {
    color: #fff;
    background-image: linear-gradient(90deg, #BE0C54 0%, #BE0C54 100%);
}

#overview-contact-form-container .step-line-container {
    background-color: #dc83a7;
}

#overview-contact-form-container .step-bar {
    background: unset;
}

#overview-next-btn{
    background-color: #851C3F !important; 
    background-image: linear-gradient(90deg, #BE0C54 0%, #BE0C54 100%);
    background-image: linear-gradient(90deg, #BE0C54 0%, #BE0C54 100%);
    background-image: linear-gradient(90deg, #851C3F 0%, #851C3F 100%);
    max-width: 200px;
    height: 60px;
	position: relative;
    top: 15px;
	border-radius: 0px;
}

.gallery {
    text-align: center;
}

.main-photo #mainImage {
	width: 100%;
    max-width: 778px;
	height: auto;
    margin-bottom: 20px;
}

.thumbnails {
    display: flex;
    gap: 20px;
    justify-content: center;
	flex-wrap: wrap;
}

.thumbnails .thumbnail {
    max-width: 180px;
	width: 100%;
	height: auto;
    cursor: pointer;
    transition: border-color 0.3s;
}

.thumbnail:hover {
        border: 3px solid #851C3F;
}

.overview-learn-more-btn:hover {
    background: #851C3F;
	border: none;
	color: white;

}
.overview-learn-more-btn a:hover {
    color: white;
}

.mobile-info-display{
	display: none;
}

.desktop-info-display{
	display: block;
}

	.mobile-gallery{
		display: none;
	}

@media screen and (max-width: 1800px) {
.overview-main-section {
    margin-top: 290px;
}
	
}

@media screen and (max-width: 1600px) {
.overview-main-section {
    margin-top: 280px;
/*	        padding: 0 20px;*/
}
	
	.overview-footer {
    padding: 0px 0px 0px 30px;
}
}



/*tablet responsive*/

@media screen and (max-width: 1455px) {
	
	.overview-banner-container {
    width: 75%;
}
 .overview-banner-container {
    display: flex;
	 flex-direction: column;
	  align-items: center;
}
	.carousel-inner {
    right: 0px;
}
	.overview-footer {
        margin-top: 1150px;
		padding: 0;
    }

	.overview-main-section {
        margin-top: 0;
		    padding: 0 20px;
}
	
	.left-img{
	text-align: center;
	padding: 0px 30px;
	}
	.overview-subtitle {
 	width: 100%;
    max-width: 964px;
    text-align: center;
}
	.overview-header-btn {
    margin: 0 auto;
}
	.overview-header-content-left {
     padding-left: 0px; 
}
	.overview-grid-container-straight {
    display: flex;
    flex-direction: column;
    padding: 170px 0 0 0;		
}
	
	.overview-bg {
    height: 22%;
}
	
	.overview-grid-container-outdoor {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
		padding: 0px;
}
	.overview-grid-container-choose {
    display: flex;
    flex-direction: column;
		padding: 0px;
}
	
	.overview-grid-container-curved {
    display: flex;
    max-width: 1480px;
    margin: 0 auto;
    flex-direction: column;
				padding: 0px;

}
	.overview-grid-container-installation{
		display: flex;
        flex-direction: column-reverse;
    }
	
	.testimony-card-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
	.thumbnails{
		    justify-content: space-around;
	}
	
	.overview-main-section {
    max-width: 780px;
}
	.overview-learn-more-btn {
    margin: 15px auto;
}
	.stair-des {
    padding-top: 20px;
}
	
	.gallery {
    text-align: initial;
}
	
	.stair-title, .stair-sub{
		text-align: center;
	}
	
	.mobile-info-display{
		display: block;
	}
	.desktop-info-display{
		display: none;
	}
	.overview-grid-container-curved, .overview-grid-container-installation {      
	    padding-top: 0px;
}

	
	.thumbnails .thumbnail {
    max-width: 160px;
}
	
	
.overview-card-box {
     margin-right: 0; 
    height: 300px;
     width: 90%;
}
	
}

@media screen and (max-width: 1400px) {
        .overview-grid-container-straight {
        padding: 150px 0 0 0;
    }
}

@media screen and (max-width: 1350px) {
    .overview-footer {
        margin-top: 1170px;
    }
}
@media screen and (max-width: 1300px) {
    .overview-grid-container-straight {
        padding: 130px 0 0 0;
    }
}

	@media screen and (max-width: 1200px) {
    .overview-grid-container-straight {
        padding: 110px 0 0 0;
    }
	  .overview-footer {
        margin-top: 1200px;
    }
	}


/*
@media screen and (max-width: 1160px) {
    .overview-grid-container-straight {
        padding-top: 160px;
    }
}
*/

@media screen and (max-width: 1130px) {
        .overview-footer {
        margin-top: 1220px;
    }
}

@media screen and (max-width: 1060px) {
        .overview-footer {
        margin-top: 1060px;
    }
}
@media screen and (max-width: 1099px) {
	.overview-bg {
        height: 20%;
    }
	    .overview-footer {
        margin-top: 1110px;
    }
    .overview-grid-container-straight {
        padding-top: 200px;
    }
}
@media screen and (max-width: 999px) {
    .overview-grid-container-straight {
        padding-top: 210px;
    }

}

@media screen and (max-width: 808px) {
	.overview-contact-form-wrapper {
    width: 95%;
    max-width: 700px;
}
	#overview-contact-form-container .form-input {
    max-width: 290px;
}
	    .overview-grid-container-straight {
        padding-top: 180px;
    }

}

@media screen and (max-width: 768px) {
    #overview-contact-form-container #home-step-form, #step-form {
         padding:  0rem 5%;; 
    }
	
	#overview-contact-form-container #home-step-form {
    bottom: 50px;
}
	
	    .overview-main-section {
        padding: 60px 20px;
    }
	    .overview-footer {
        margin-top: 1090px;
    }
	    .overview-grid-container-straight {
        padding-top: 215px;
    }
}

@media screen and (max-width: 750px) {
	    .overview-grid-container-straight {
        padding-top: 210px;
    }

}

@media screen and (max-width: 739px) {
	
	    .overview-main-section {
        padding: 10px 20px;
    }
	    .overview-grid-container-straight {
        padding-top: 210px;
    }
	    .overview-footer {
        margin-top: 1170px;
    }
}

@media screen and (max-width: 625px) {
	    .overview-main-section {
        padding: 80px 20px;
    }
	
	#overview-contact-form-container .form-input {
    max-width: 340px;
    height: 60px;
}
	    .overview-footer {
        margin-top: 1040px;
    }
	
	    .overview-grid-container-straight {
        padding-top: 330px;
    }

}

@media screen and (max-width: 550px) {
   .overview-contact-form-wrapper #home-step-display, #step-display {
         display: flex !important; 
    }
}

@media screen and (max-width: 549px) {
/*
    .overview-grid-container-straight {
        padding-top: 50px;
    }
*/
	    .overview-main-section {
        padding: 200px 20px;
    }
}

/*
@media screen and (max-width: 490px) {
	.overview-footer{
		width: 95%;
	}
}
*/

@media screen and (max-width: 470px) {
 .overview-bg {
        height: 17%;
    }
	    .overview-main-section {
        padding: 370px 20px;
    }
	    .overview-footer {
        margin-top: 670px;
    }
	    .overview-grid-container-straight {
        padding-top: 460px;
    }

}

/*mobile responsive*/
@media screen and (max-width: 393px) {
	    .overview-bg {
        height: 19%;
    }
	
	.desktop-gallery{
		display: none;
	}
	.mobile-gallery{
		display: block;
	}
	    .overview-grid-container-straight {
        align-items: center;
    }
	
	.overview-contact-form-wrapper .step-number{
	 width: 40px;
    height: 40px;
	}
	
	.overview-contact-form-wrapper .step-line-container{
		top: 20px;
		 width: 73%;
	}
	    .overview-footer {
         padding: 0; 
    }
}

@media screen and (max-width: 370px) {
    .overview-main-section {
        padding: 350px 20px;
    }
}




















