.landing-correct {
    .banner {
        background-image: url("/images/woman.jpg");
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        position: relative;
        padding-bottom: 80px;
        padding-top: 80px;
        @include breakpoint(large up) {
            padding-top: 116px;
            padding-bottom: 116px;
        }
        .overlay {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            opacity: 0.24;
            background-color: $charcoal;
            background-repeat: no-repeat;
            background-size: 43%;
            z-index: 0;
            display: block;
            @include breakpoint(large up) {
                background-position: 100% 23%;
                background-image: url("images/watermark.svg");
            }
        }
        .watermark {
            position: relative;
            z-index: 1;
            .large-width-fix {
                @include breakpoint(large up) {
                    width: 708px;
                }
            }
            h1 {
                font-size: (36em / 16);
                line-height: (45em / 36);
                margin-bottom: (8em / 36);
                @include breakpoint(large up) {
                    font-size: (72em / 16);
                    line-height: (90em / 72);
                }
            }
            h4 {
                font-size: (18em / 16);
                line-height: (27em / 18);
                margin-bottom: (32em / 18);
                font-weight: 600;
                @include breakpoint(large up) {
                    font-size: (24em / 16);
                    line-height: (36em / 24);
                }
            }
            .button {
                &:hover {
                    background-color: $rose;
                    color: $white;
                }
            }
        }
    }

    .image-with-content-block {
        position: relative;
        .image-container {
            background-position: center bottom;
            background-size: 1250px;
            background-repeat: no-repeat;
            height: 530px;
            @include breakpoint(medium up) {
                height: 768px;
            }
            @include breakpoint(large up) {
                height: 1284px;
                background-size: 1850px;
            }
            @include breakpoint(xlarge up) {
                height: 1124px;
            }
            &.two {
                background-size: cover;
                background-position: 0 bottom;
                @include breakpoint(large up) {
                    background-position: center bottom;
                    height: 903px;
                }
                @include breakpoint(xlarge up) {
                    height: 838px;
                }
            }
            &.three {
                background-size: cover;
                display: none;
                @include breakpoint(large up) {
                    display: block;
                    height: 668px;
                }
            }
        }
        .over-image {
            @include breakpoint(large up) {
                position: relative;
                //right: 0;
                //left: 28px;
                //top: 50px;
            }
            &.over-image-right {
                .content-block-container {
                    right: 60px;
                    left: unset;
                }
            }
            //    .content-block-container {
            //        @include breakpoint(large up) {
            //            right: 0;
            //            left: 0;
            //        }
            //    }
            //}
        }



        .content-block-container {
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
            margin-top: -250px;
            margin-left: 20px;
            margin-right: 20px;
            background-color: $white;
            padding: 40px 20px;
            border-radius: 12px;
            border: 2px solid $light-mint;

            &.three {
                margin-top: 0;
            }

            @include breakpoint(large up) {
                margin-top: unset;
                position: absolute;
                top: 50%;
                left: 60px;
                padding: 40px;
                right: 0;
                width: 694px;
                transform: translateY(-50%);
            }

            .content-block {
                text-align: center;
                @include breakpoint(medium up) {
                    text-align: left;
                }

                h4.sub-title {
                    font-size: (16em / 16);
                    line-height: (25em / 16);
                }

                .divider {
                    margin-top: 16px;
                    margin-bottom: 18px;
                }

                h1 {
                    font-size: (32em / 16);
                    line-height: (40em / 32);
                    @include breakpoint(large up) {
                        font-size: (40em / 16);
                        line-height: (50em / 40);
                        margin-bottom: (13em / 40);
                    }
                }

                &.right {
                    h4 {
                        line-height: (24em / 16);
                    }
                    p {
                        font-size: (16em / 16);
                        line-height: (24em / 16);
                    }
                }
            }
        }
    }

    .landing-user-info-blocks-container {
        text-align: center;
        background-image:  url("/images/landing-pattern.png");
        background-position: center;
        background-color: $off-white;
        padding-top: 40px;
        padding-bottom: 40px;

        .divider {
            background-color: $light-grey;
            margin: 8px auto 38px;
            width: 60px;
        }

        .title {
            text-align: center;
        }

        h4 {
            font-size: (24em / 16);
            line-height: (36em / 24);
            margin-bottom: (8em / 24);
        }

        h5 {
            font-size: (16em / 16);
            line-height: (20em / 16);
        }

        p {
            font-size: (16em / 16);
            line-height: (25em / 16);
            margin-bottom: (32em / 16);
        }


        @include breakpoint(medium up) {
            text-align: left;
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .info-block {
            @include breakpoint(large up) {
                padding-right: 24px;
            }
            .smiley {
                img {
                    max-width: 44px;
                    height: auto;
                }
                margin-bottom: 14px;
            }
            h5 {
                margin-bottom: (16em / 16);
                @include breakpoint(medium up) {
                    margin-bottom: (18em / 16);
                }
            }
        }

    }

    .divider {
        width: 40px;
        background-color: #f2f2f2;
        height: 4px;
        display: inline-block;
        border-radius: 2px;
        margin: 24px auto 26px;
        &.full {
            width: 100%;
        }
        @include breakpoint(large up) {
            margin-left: 0;
            margin-right: 0;
        }
    }

    .section-break {
        background-color: $white;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
        @include breakpoint(large up) {
            margin: auto;
            width: 748px;
        }
        a {
            span.facebook {
                color: #3b5998;
                font-size: 40px;
                width: 35px;
                height: 40px;
                margin-right: 17px;
                margin-left: 15px;
            }
            span.instagram {
                color: #ef4955;
                font-size: 40px;
                width: 35px;
                height: 40px;
                margin-right: 15px;
            }
            span.twitter {
                color: #55acee;
                font-size: 40px;
                width: 38px;
                height: 40px;
                margin-right: 16px;
            }
            span.linkedin {
                color: #0077b5;
                font-size: 40px;
                width: 35px;
                height: 40px;
                margin-right: 16px;
            }
        }
        @include breakpoint(medium up) {
            padding-top: 65px;
            padding-bottom: 85px;
        }
        h2 {
            font-size: (32em / 16);
            line-height: (40em / 32);
            font-weight: bold;
            margin-bottom: (16em / 32);
            @include breakpoint(medium up) {
                font-size: (40em / 16);
                line-height: (50em / 40);
                margin-bottom: (12em / 40);
            }
        }
        h5 {
            font-size: (18em / 16);
            line-height: (27em / 18);
            margin-bottom: (24em / 18);
            @include breakpoint(medium up) {
                font-size: (24em / 16);
                line-height: (36em / 24);
                margin-bottom: (25em / 24);
            }
        }
    }
}
.spacer {
    margin-bottom: 60px;
    @include breakpoint(large up) {
        margin-bottom: 100px;
    }
}
.show-for-medium {
    display: none;
    @include breakpoint(medium up) {
        display: block;
    }
}
.large-pr-4 {
    @include breakpoint(large up) {
        padding-right: 4px;
    }
}