body #main .content-area {
    max-width: unset;
}

body #main {
    padding: 0;
}

p {
    font-size: 16px
}

.builder-landing.landing-page p b {
    font-weight: bold;
}

.content-row-container {
    margin: 0 auto;
}

@media screen and (min-width: 1150px) {

    .content-row-container {
        margin: 0 auto 3rem;
    }
}

.landing-page h2 {
    background: none;
    font-family: 'Open Sans';
    font-size: clamp(1.25em, 5.5vw, 2em);
    color: #2c2c2c;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.stitch-perfect-landing.landing-page h2 {
    text-transform: none;
}

.landing-page h3 {
    background: none;
    font-family: 'Open Sans';
    font-size: clamp(1.1em, 4.5vw, 1.5em);
    color: #499da7;
    line-height: 1.2em;
    margin-bottom: 0.3em;
    font-weight: bold;
}

.stitch-perfect-landing.landing-page h3 {
    text-transform: none;
}

.builder-landing.landing-page .content-row .footer {
    margin-top: 2em;
}





.builder-landing.landing-page .hero {
    background: url(https://assets.needlepaint.com/images/lt-landing/hero-bg.jpg) left;
    background-size: cover;
}

.stitch-perfect-landing.landing-page .hero {
    /* background: url(https://assets.needlepaint.com/images/stitch-perfect-hero.jpg) center; */
    /* background-size: cover; */
}

.builder-landing.landing-page .hero .content-row {
    padding: 0 0 8em;
    position: relative;
}



.builder-landing.landing-page .hero .hero-image {
    /* max-height: calc(100% + 5em); */
    position: absolute;
    right: -18vw;
    bottom: -3.25rem;
    pointer-events: none;
    /* max-width: 76%; */
    z-index: 10;
    /* height: 200px; */
    max-width: 81vw;
}


.landing-page .hero div.header {
    background: none;
    font-family: 'Open Sans';
    font-size: clamp(1rem, 6.25vw, 2rem);
    color: #2c2c2c;
    line-height: 1.2em;
    margin-bottom: 0.3em;
}

.builder-landing.landing-page .hero div.header {
    text-transform: uppercase;
}

.landing-page div.header h1 {
    color: #499da7;
    font-weight: bold;
}

.builder-landing.landing-page .hero .button {
    font-size: 1rem;
    width: 21em;
}

.builder-landing.landing-page .hero .link {
    font-size: 1rem;
}


@media screen and (min-width: 460px) {

    .builder-landing.landing-page .hero p {
        width: 56%;
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {

    .builder-landing.landing-page .hero .content-row {
        padding: 2em;
    }

    .builder-landing.landing-page .hero .hero-image {
        right: -12%;
        bottom: -3em;
        max-width: 65%;
        height: unset;
    }

    .builder-landing.landing-page .hero .content {
        width: 600px;
        margin-top: 2em;
        margin-bottom: 3em;
        /* z-index: 200; */
        /* position: relative; */
    }
}

@media screen and (min-width: 1150px) {

    .builder-landing.landing-page .hero .hero-image {
    }
}

.builder-landing.landing-page .sub-hero {
    background: url(https://assets.needlepaint.com/images/template/bg-main.png) 50% 50% repeat;
    padding: 2em;
    position: relative;
    text-align: center;
}

    .builder-landing.landing-page .sub-hero::before {
        top: 8px;
        right: 8px;
        left: 8px;
        bottom: 8px;
        border: dashed 2px #499da7;
        content: ' ';
        position: absolute;
        pointer-events: none;
    }


    .builder-landing.landing-page .sub-hero .content {
        margin: 1em 0;
    }

    .builder-landing.landing-page .sub-hero h2 {
    }



    .builder-landing.landing-page .sub-hero p b {
        font-weight: bold;
    }

.custom-key-fob .builder-landing.landing-page .sub-hero .hero-image {
    box-shadow: 0 1px 4px rgb(60 60 60 / 50%);
}

.builder-landing.landing-page .sub-hero .hero-image {
    width: 100%;
    z-index: 10;
    position: relative;
}

@media screen and (min-width: 768px) {


    .builder-landing.landing-page .sub-hero .flex {
        display: flex;
        column-gap: 2em;
    }

    .builder-landing.landing-page .sub-hero .content {
        width: 60%;
        margin-top: 2em;
    }

    .builder-landing.landing-page .sub-hero .hero-image {
        max-height: 90%;
        max-width: 60%;
        height: fit-content;
    }

    .custom-key-fob .builder-landing.landing-page .sub-hero .hero-image {
        margin: 2em;
        /* box-shadow: 0 1px 4px rgb(60 60 60 / 50%); */
        max-width: 51%;
        height: 100%;
    }
}




.landing-page .double-feature {
    max-width: 960px;
    padding: 0 1em;
    margin: auto;
}

.stitch-perfect-landing.landing-page .double-feature {
    padding: 3em 1em;
    /* margin: auto; */
}

.landing-page .double-feature h2 {
    text-align: center;
}

.landing-page .double-feature p {
    padding-right: 14%;
}

.landing-page .double-feature .footer {
    text-align: center;
}

.landing-page .footer .button:hover {
    transform: none;
    opacity: .8;
}

.landing-page .double-feature .flex {
    display: flex;
    column-gap: 1em;
}

    .landing-page .double-feature .flex > div {
        width: 50%;
        position: relative;
        padding-bottom:3em;
    }
.landing-page .double-feature .flex > div a {
    position:absolute;
    bottom:0;
}
    .landing-page .double-feature .flex img {
        max-width: 100%;
        margin-bottom: 2em;
    }

.landing-page h1 span {
    color: #499da7;
    font-weight: bold;
}


.landing-page .simple-center {
    text-align: center;
    padding: 3em 0;
}

    .landing-page .simple-center img {
        width: 100%;
        max-width: 960px;
    }


.landing-page .callout {
    background: url(https://assets.needlepaint.com/images/lt-landing/guarantee-bg.jpg) 50% 20% no-repeat;
    background-size: cover;
    padding: 2em;
    height: 420px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.stitch-perfect-landing .callout {
    background: url(https://assets.needlepaint.com/images/stitch-perfect-zoom.jpg) 50% 41% no-repeat;
    background: url(https://assets.needlepaint.com/images/sp-christmas-town-wide.jpg) 50% 50% no-repeat;
    /* background: url(https://assets.needlepaint.com/images/sp-christmas-town.jpg) 100% 41% no-repeat; */
    background-size: cover;
    /* background-size: contain; */
    background-color: #def0f0;
    /* border-radius: 4px; */
    margin: 3em auto;
    max-width: 900px;
    transition: 1s;
}

.landing-page .callout .content {
    /* width: 40%; */
    margin: 1em 0em;
    background: #fff;
    position: relative;
    padding: 1.5em;
    font-size: 18px;
    max-width: 400px;
}

.landing-page .callout span span {
    font-weight: bold;
    color: #499da7;
}

.landing-page .callout span {
    /* font-weight: bold; */
    text-transform: uppercase;
}

.landing-page .callout .button {
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: top left;
}

@media screen and (min-width: 768px) {
    .landing-page .callout .content {
        /* width: 40%; */
        margin: 3em;
        padding: 2em;
    }
}

@media screen and (min-width: 900px) {
    .stitch-perfect-landing.landing-page .callout {
        /* background-size:contain; */
        border-radius: 4px;
    }
}

.stitch-perfect-landing.landing-page .callout .content {
    /* width: 40%; */
    margin: 3em 2em;
}


.landing-page .callout-right {
    text-align: center;
    margin-bottom: 0;
    padding: 3em 2em;
}

.stitch-perfect-landing.landing-page .callout-right {
    margin-top: 0;
}

.landing-page .callout-right .content {
    max-width: 650px;
}


    .landing-page .callout-right .content img {
        max-width: 100%;
        margin-top: 2em;
    }

@media screen and (min-width: 768px) {
    .landing-page .callout-right {
        background: url(https://assets.needlepaint.com/images/lt-landing/custom-bg.jpg) no-repeat;
        background-size: contain;
        background-position: left calc(-230px + 14vw) top 0;
        text-align: left;
    }

        .landing-page .callout-right .content {
            margin: 2em 0 0 30%;
            padding: 1em;
        }
}

@media screen and (min-width: 1150px) {
    .landing-page .callout-right {
        background-position-x: -30px;
    }
}

.landing-page .button {
    background: #499da7;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 1.5em;
    line-height: 3em;
    font-weight: bold;
    font-size: .8rem;
    width: 21em;
    margin-bottom: 1rem;
    text-align: center;
    max-width: 100%;
}

.landing-page .link {
    /* color: #333; */
    display: inline-block;
    margin-bottom: .5em;
    /* font-size: 1rem; */
    text-transform: uppercase;
    margin-right: 1em;
    text-decoration: underline;
}

.landing-page .button:hover {
    transform: scale(1.05);
    transition: transform .5s;
}
.landing-page .progress-bar-wrapper {
    width:100%;
}
.stitch-perfect-landing.landing-page .hero .content {
    background: #ffffffed;
    padding: 2em;
    border-radius: 3px;
    box-shadow: 1px 2px 6px #33333380;
    display: inline-block;
    margin: 3em 0 6em;
}

.stitch-perfect-landing.landing-page .hero div.header {
    text-transform: none;
}

.stitch-perfect-landing.landing-page .hero {
    background: url(https://assets.needlepaint.com/images/stitch-perfect-hero.jpg) center;
    background-size: cover;
    min-height: 400px;
}

.landing-page .content-row.collection {
    text-align: center;
}

.landing-page .content-row.info-block .content {
    max-width: 800px;
    margin: auto;
}

    .landing-page .content-row.info-block .content li {
        margin-bottom: 1em;
        font-size: 16px;
        color: #707070;
    }
