/*
 * Hero
 */
.hero {
    background-image: url("/assets/community/images/sitc/bubbles.png?v=2");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.svg .hero {
    background-image: url("/assets/community/images/sitc/bubbles.svg?v=2");
}

.hero .form {
    position: relative;
    z-index: 1;
}

.hero__content {
    min-height: 650px;
}

/*
 * Reasons
 */
.reasons {
    background-image: url("/assets/community/images/sitc/white-curve.png");
    background-repeat: no-repeat;
    background-position: center top;
}

.svg .reasons {
    background-image: url("/assets/community/images/sitc/white-curve.svg");
}

.reasons.spaced-top--negative {
    top: -130px;
    top: -8.125rem;

    margin-bottom: -130px;
    margin-bottom: -8.125rem;
}

.reasons .padded-top--loose {
    padding-top: 160px;
    padding-top: 10rem;
}

/*
 * Blockquote
 */
.band-blockquote {
    background-image: url("/assets/community/images/sitc/quote-bubbles.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
}

.svg .band-blockquote {
    background-image: url("/assets/community/images/sitc/quote-bubbles.svg");
}

.band-blockquote .blockquote--short {
    padding-left: 0;
    padding-right: 0;
}

.band-blockquote cite {
    color: #fff !important;
}

/*
 * Register
 */
.register {
    background-image: url("/assets/community/images/sitc/register-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: -100px;
    margin-top: -6.25rem;
}
