:root {
    --main-color: #4557F5;
    --bg: #DEEEFA;
    --shadow: -1px 4px 8px rgba(0, 0, 0, 0.09);
}
/*GLOBAL*/
html {
    scroll-behavior: smooth;
}
body {
    background-color: var(--bg);
}
.max-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 112rem;
    padding: 4%;
    width: 100%;
}
p {
    margin-bottom: 0px;
}
ul {
    list-style: none;
    padding-left: 0px;
    width: 100%;
}
.img-shadow {
    border-radius: 9px;
    box-shadow: 0px 10px 19px #00000026;
}
table {
    background-color: white !important;
}
li {
    margin: 1rem 0rem;
}
a {
    color: black;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
a:hover {
    text-decoration: none;
    color: var(--main-color);
}
.max-container > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section {
    overflow: hidden;
    position: relative;
    min-height: 34rem;
    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;
}
.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media(min-width:992px) {
    ul {
        width: initial;
    }
}
/*GLOBAL END*/
/*FONTS*/
.copy-wrap {
    max-width: 42rem;
}
.hero-heading {
    font-family: rig-shaded-bold-face, sans-serif;
    font-size: 2.5rem;
    letter-spacing: -2px;
}
.main-heading {
    font-family: rig-shaded-bold-face, sans-serif;
    font-size: 1.6rem;
    letter-spacing: -2px;
}
.sub-heading {
    font-family: rig-shaded-bold-face, sans-serif;
    font-size: 1.1rem;
}
.cta {
    font-family: rig-shaded-bold-face, sans-serif;
    font-weight: 900;
    color: var(--secondary-color);
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0rem;
}
.cta:hover {
    text-decoration: none;
}
.title {
    font-family: rig-shaded-bold-face, sans-serif;
    font-size: 1.2rem;
}
.copy {
    font-family: bernhard-gothic-urw, sans-serif;
    font-size: 1.1rem;
}
.lt-bl {
    color: var(--bg)
}
.wht {
    color: white;
}
.bl {
    color: var(--main-color);
}
#data-card-row {
    height: 100%;
    min-height: 64rem;
}
#data-card-col {
    min-height: 48rem;
    height: 100%;
    position: relative;
}
@media(min-width:992px) {
    .hero-heading {
        font-size: 4rem;
    }
    .main-heading {
        font-size: 2rem;
    }
    .title {
        font-size: 1.5rem;
    }
    #data-card-col {
        min-height: 30rem;
    }
    #data-card-row {
        height: initial;
        min-height: initial;
    }
}
/*FONTS-END*/
/*BUTTONS*/
.btn {
    background-color: var(--main-color);
    padding: 1rem;
    width: 100%;
    max-width: 18rem;
    margin-right: 1rem;
    margin-top: 1rem;
    color: white;
    font-family: rig-shaded-bold-face, sans-serif;
    font-weight: 900;
    transition: all .3s ease-in-out;
}
.btn:hover {
    color: black;
    transform: scale(1.1);
}
.button-row {
    display: flex;
    flex-wrap: wrap;
}
/*BUTTONS END*/
/*IMAGES*/
.image-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 78%;
    width: 100%;
}
.image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.image-bg {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 100%;
}
.image-asset {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.image-alt {
    width: 100%;
    height: auto;
}
/*IMAGES END*/
#home-page {
    overflow: hidden;
}
/*HOMEPAGE*/
#hero-header {
    padding-top: 4rem;
    background-color: black;
    padding-bottom: 16rem;
}
#about-section {
    overflow: visible;
}
.data-card-container {
    height: 100%;
    min-height: 50rem;
    position: absolute;
    top: -20%;
    left: 10%;
    width: 30%;
    min-width: 15rem;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.data-card-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border: .6rem solid var(--main-color);
    border-radius: 9px;
}
.data-card {
    position: absolute;
    width: 60%;
    height: 30%;
    background-color: white;
    border: .6rem solid var(--main-color);
    display: flex;
    border-radius: 9px;
}
#dc-1 {
    top: 4rem;
    right: -4rem;
}
#dc-2 {
    width: 86%;
    bottom: 4rem;
    right: -4.5rem;
}
#dc-3 {
    top: 6rem;
    left: -4rem;
    width: 76%;
}
.data-card .main-heading {
    font-size: 1.6rem;
}
#dc-4 {
    bottom: 6rem;
    left: -25%;
    border: none;
    background-color: var(--bg);
    width: 50%;
    padding: 2% 4%;
    align-items: center;
}
#dc-4 .hero-heading {
    font-size: 1.6rem;
}
@media(min-width:1200px) {
    #dc-1 {
        width: 40%;
    }
    #dc-2 {
        width: 60%;
    }
    #dc-3 {
        width: 50%;
    }
    #dc-4 {
        width: 50%;
    }
    #dc-4 .hero-heading {
        font-size: 2.4rem;
    }
}
.icon {
    background-color: white;
    max-width: 10rem;
    max-height: 10rem;
    width: 30vw;
    height: 30vw;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 6rem;
    min-height: 6rem;
}
.icon-wrap {
    width: 100%;
    height: 10rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.icon-wrap .title {
    color: var(--main-color);
    margin-top: .5rem;
}
.icon-wrap .image-wrapper {
    padding-bottom: 64% !important;
}
.line {
    width: 100%;
    height: .2rem;
    background-color: var(--main-color);
}
.type-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: center;
    max-width: 16rem;
    margin: 2rem 0rem;
}
.type-card .copy-wrap {
    text-align: center;
    margin-top: .5rem;
}
#quotes {
    background-color: black;
}
.quote-card {
    max-width: 40rem;
    position: relative;
}
.quote-card .image-container {
    max-width: 12rem;
    left: -4rem;
    top: -6rem;
}
.carousel-inner {
    overflow: visible;
}
cite {
    font-size: 1.2rem;
}
.banner-card {
    background-color: black;
    border-radius: .6rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner-card .image-container {
    z-index: 0;
    max-width: 25rem;
    right: 35%;
}
.category {
    position: absolute;
    right: 0;
    top: 0;
    padding: .2rem .5rem;
    background-color: var(--main-color);
}
.article-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.article-card {
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 32rem;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
}
.article-card .category {
    width: initial !important;
}
#blog-slider {
    width: 100%;
    height: 100%;
    min-height: 24rem;
    padding-bottom: 6rem;
}
.carousel-indicators li {
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
    background-color: var(--main-color);
}
.carousel-indicators li:hover {
    cursor: pointer;
}
.article-card .image-wrapper {
    padding-bottom: 100%;
    height: 100%;
    width: initial;
}
.article-card .image-asset {
    width: 100%;
    object-fit: cover;
}
.bottom-banner {
    background-color: black;
}
.bottom-banner .image-container {
    z-index: 0;
    opacity: .4;
}
#bb-2 .image-asset {
    width: 100%;
    height: auto;
}
#bb-2 .image-wrapper {
    padding-bottom: 32%;
}
#bb-1 .image-asset {
    width: 100%;
    height: auto;
    max-width: 30vw;
}
#bb-1 .image-wrapper {
    padding-bottom: 46%;
}
input {
    width: 100%;
    padding: 1rem;
    margin: 2%;
}
.quote-form {
    background-color: var(--bg);
    width: 100%;
    height: 100%;
    padding: 6%;
    border: .4rem solid var(--main-color);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.quote-form .row {
    width: 100%
}
@media(min-width:992px) {
    .data-card-container {
        width: 72%;
        top: -56%;
    }
}
@media(min-width:1400px) {}
/*HOMEPAGE END*/
/*STAIRLIFTS PAGE*/
#stairlifts-page #main-header {
    padding-bottom: 36%;
}
#stairlift-select {
    margin-top: -8rem;
}
.stairlift-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    min-width: 8rem;
    height: 100%;
    min-height: 20rem;
}
.stairlift-card {
    background-color: white;
    border-radius: 9px;
    height: 100%;
    width: 100%;
    margin-bottom: 1rem;
}
.stairlift-card .image-wrapper {
    padding-bottom: 100%;
}
@media(min-width:992px) {
    .stairlift-card {
        width: 66%;
    }
    #stairlifts-page #main-header {
        padding-bottom: 4rem;
    }
}
/*STAIRLIFTS PAGE END*/
/*STAIRLIFT OVERVIEW PAGE*/
#stairlift-overview-page #main-header .image-asset {
    z-index: 9;
}
#info-tabs {
    background-color: black;
}
#info-tabs .nav-link {
    color: white;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--main-color) !important;
}
.tab-content {
    width: 100%;
}
.tab-pane {
    width: 100%;
}
.content-row {
    background-color: var(--bg);
    justify-content: center;
}
.nav-link {
    color: white;
    font-family: rig-shaded-bold-face, sans-serif;
    font-size: 1.1rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--main-color);
}
.tab-content .image-wrapper {
    padding-bottom: 50%;
}
.circle {
    position: absolute;
    z-index: 0;
    border-radius: 100%;
    width: 24vw;
    height: 24vw;
    min-width: 14rem;
    min-height: 14rem;
    background-color: var(--bg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
/* STAIRLIFT OVERVIEW PAGE END*/
/*SERVICE PAGE*/
#service-info {
    padding-bottom: 2rem;
}
#service-info .image-wrapper {
    padding-bottom: 100%;
}
#main-header {
    background-color: black;
    padding-top: 8rem;
}
#split-info .image-wrapper {
    padding-bottom: 100%;
}
/*SERVICE PAGE END*/
/*ABOUT-PAGE*/
#awards .image-wrapper {
    padding-bottom: 8rem;
}
#awards .image-asset {
    top: 2rem;
    right: initial;
}
.acorn-logo .image-asset {
    width: 100%;
    height: auto !important;
    margin-top: 3rem;
}
.acorn-logo {
    padding-bottom: 32%;
}
/*CONTACT PAGE*/
#contact-page .image-wrapper {
    padding-bottom: 100%;
    height: 100%;
}
#contact-page #main-header {
    min-height: 100vh;
}
@media(min-width:992px) {
    #contact-page .image-asset {
        width: 150%;
    }
}
/*CONTACT PAGE END*/
/*BLOG PAGE*/
#blog-page .credits footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
    padding: 2rem;
    border-radius: 9px;
    background-color: #232323;
    max-width: 20rem;
}
#blog-content {
    overflow: visible;
}
.header .image-container {
    z-index: 0;
    width: 68%;
    right: 0;
}
.header .image-container .image-wrapper {
    padding-bottom: 100vw;
}
.header .image-asset {
    left: initial;
    bottom: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-gradient {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    background: linear-gradient(to right, black -1%, transparent);
    z-index: 9;
}
.blog-copy {
    padding: 6%;
    background-color: white;
    border-radius: 1rem;
    margin-top: -6rem;
}
@media(min-width:992px) {
    .blog-copy {
        margin-top: -40%;
    }
    .header .image-container .image-wrapper {
        padding-bottom: 100vw;
    }
}
@media(min-width:1440px) {
    .header .image-container .image-wrapper {
        padding-bottom: 70vw;
    }
}
@media(min-width:1600px) {
    .header .image-container .image-wrapper {
        padding-bottom: 58vw;
    }
}
/*LANDING PAGE*/
#acorn-about .image-wrapper {
    padding-bottom: 50%;
}
/*BLOG PAGE END*/
/* NAVBAR */
#navbar {
    background-color: black;
}
.navbar-nav {
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
nav .nav-item {
    text-align: center;
    font-size: 3rem;
}
.nav-link, .dropdown-item {
    font-weight: bold;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
nav .nav-link:hover, footer .nav-link:hover {
    color: var(--main-color);
    font-size: 1.2rem;
}
.navbar-brand {
    width: 100%;
    max-width: 3rem;
}
.dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
}
.dropdown-menu {
    background-color: var(--main-color);
    border: none;
}
@media(min-width:768px) {
    .dropdown-menu {
        border-left: 1px solid var(--main-light);
        border-bottom: 1px solid var(--main-light);
        border-right: 1px solid var(--main-light);
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow);
    }
}
.navbar-toggler {
    padding: .55rem .75rem;
    border-radius: 100%;
    margin-right: .5rem;
    background-color: var(--tertiary-color);
}
/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: white;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}
/**
 * Animate collapse into X.
 */
/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    -webkit-transform: translate(15%, -33%) rotate(45deg);
    -ms-transform: translate(15%, -33%) rotate(45deg);
    transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    -webkit-transform: translate(15%, 33%) rotate(-45deg);
    -ms-transform: translate(15%, 33%) rotate(-45deg);
    transform: translate(15%, 33%) rotate(-45deg);
}
/**
 * Animate collapse open into hamburger menu
 */
/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
    -ms-transform: translate(0%, 0%) rotate(0deg);
    transform: translate(0%, 0%) rotate(0deg);
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
    -ms-transform: translate(0%, 0%) rotate(0deg);
    transform: translate(0%, 0%) rotate(0deg);
}
@media(min-width:768px) {
    .navbar-nav {
        height: initial;
    }
    nav .nav-item {
        text-align: center;
        font-size: 1.4rem;
    }
}
/* NAVBAR END */
@media(min-width:992px) {
    #navbarNav {
        width: 90%;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .nav-item {
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 0rem;
    }
}
/*COUNTER*/
.counter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#counter-1, #counter-2, #counter-3 {
    width: 100%;
}
/*FOOTER*/
.border {
    width: 100%;
    border: none !important;
    border-top: 2px solid #0000001c !important;
    margin-bottom: 1rem;
}
footer {
    width: 100%;
    padding-bottom: 2rem;
}
.footer-logo {
    width: 100%;
    max-width: 6rem;
    background-color: black;
    padding: 1rem;
    border-radius: 20rem;
}
.footer-link {
    width: 100%;
    text-align: center;
}
.footer-link, .category {
    padding: 0rem 2rem;
    text-decoration: none;
    color: black;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-link h4, .category {
    font-family: rig-shaded-bold-face, sans-serif;
    font-weight: 900;
    font-size: 1.4rem;
    width: 100%;
}
.footer-link:hover, .category:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color: white;
}
#footer {
    background-color: var(--main-color);
    min-height: 18rem;
}
.disclaimer {
    margin-top: 2rem;
    font-family: bernhard-gothic-urw, sans-serif;
}
.sec-footer {
    min-height: 12rem;
}
@media(min-width:992px) {
    .sec-footer {
        min-height: 2rem;
    }
    #thankyou-page .quote-form {
        box-sizing: border-box;
    }
}
/*FOOTER END*/
/*ALT PAGES*/
#alt-page .blog-copy {
    margin-top: -10%;
}
#thankyou-page #main-header {
    min-height: 80vh;
    padding-top: unset;
}
#thankyou-page .quote-form {
    box-sizing: unset;
}