@charset "UTF-8";
/* Web Solutions 4.0 Compatible */

html, body {
	scroll-behavior: smooth;
	scroll-padding-top: 5.25em;
}


body > header, 
#mainnav, 
main {
	float: none;
}


body>header {
    align-items: center;
    box-shadow: 0 1px 0 0 var(--light-blue-grey-2);
    display: flex;
    float: none;
    gap: 1em;
    justify-content: space-between;
    padding: 0.5em 1em;
    position: sticky;
    top: 0;
}

body>header #brand,
body>header #brand img {
    min-height: 0;
    padding: 0;
	max-width: 7.875em;
}

body>header > .menu {
    align-items: center;
    color: var(--blue);
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 700;
    gap: 0.5em;
    line-height: 1rem;
    padding: 1em;
}

body>header > .menu svg path{
	fill: var(--blue);
}

#navContainer li {
    border-top: 1px solid rgba(255,255,255,0.125);
}

#navContainer a, #navContainer .menu {
    color: #fff;
    display: block;
    float: left;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 2.5em;
    padding: 0 1rem;
    width: 100%;
}

body>footer {
	background: var(--dark-blue);
	position: relative;
	z-index: 2;
}


/*  Hero  */
#hero {
    float: none;
    min-height: 50vh;
    overflow: visible;
    text-align: center;
    z-index: 2;
}

#hero .wrap {
    padding: 0;
}

#hero .background:before {
    background: rgba(0,24,43,0.70);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#hero .background:after {
	aspect-ratio: 400/33;
	background: url(/images/m/swoosh-down.svg) no-repeat center / cover;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	transform: translateY(50%);
	width: 100%;
	z-index: 3;
}

#hero .background img {
    object-fit: cover;
    object-position: center;
}



/*  Intro  */
#intro {
}



/*  Why Lifeway  */
#why-lifeway h2 {
    text-align: center;
}

#why-lifeway h2:after {
    margin-left: auto;
    margin-right: auto;
}

#why-lifeway li {
    width: 50%;
}

#why-lifeway ul {
    flex-wrap: wrap;
    gap: 2.5em 0;
}

#why-lifeway li .icon {
    max-width: 50%;
}



/*  Pricing  */
#pricing .finance-options {
    flex-direction: column;
}

#pricing .finance-options img {
    margin: 0 auto;
    max-width: 9.375rem;
}



/*  Reviews  */
#reviews .awards {
    gap: 0.5em;
}



/*  Contact  */
#contact .locations {
    margin-top: 2em;
}



/*  Form  */

#form form .form-flex label {
	font-size: 1em;
}

#form fieldset {
	margin: 1em 0 0;
}




/*=============================================================================*/

/*   Landing Page: Sticky Form   */

/*=============================================================================*/
.sticky-form #form {
	background: url(/images/home/bg-patttern.jpg) repeat top center / 252px auto;
    padding: 0 1.5em 3em;
	position: relative;
	z-index: 2;
}

.sticky-form #form {
    padding: 0 1.5em 3em;
}

.sticky-form #form .actions .next,
.sticky-form #form .actions .prev {
	display: none;
}

.sticky-cta {
	z-index: 1;
}




/*=============================================================================*/

/*   Landing Page: Full-Width Form   */

/*=============================================================================*/
main:not(.sticky-form) #contact {
	padding-bottom: 0;
}

main:not(.sticky-form) #form {
    background: url(/images/home/bg-patttern.jpg) repeat top center / 252px auto;
    margin-top: 2em;
    padding: 0 0 3em;
    position: relative;
    z-index: 2;
}

main:not(.sticky-form) .sticky-cta {
    margin: 0;
    width: 100%;
}
