/*
|===================
| # Helpers
|===================
*/
.white-btn,
.white-btn:visited {
    background-color: #ffffff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    border: 0;
}

.white-btn:active,
.white-btn:focus,
.white-btn:hover {
    background-color: #0967b2;
    color: #ffffff;
}

/*
|===================
| # Newsletter CTA
|===================
*/
.cta-background {
    background: center / cover no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

@media (min-width: 990px) {
    .cta-background {
        text-align: left;
    }

    .newsletter-button {
        text-align: right;
    }
}

/*
|=========================
| # Header Item Alignment
|=========================
*/
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    margin-bottom: -15px;
}

.ch-pre-header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ch-pre-header-conditional-pages {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.ch-pre-header-btn {
    margin-top: -25px;
}

@media only screen and (min-width: 768px) {
    .ch-pre-header-item-left {
        text-align: left;
    }
}

/*
|=========================
| # Light Up the Night
|=========================
*/
.hslm-anniversary {
    background: #ffffff;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}

.hslm-anniversary .save-the-date-container {
    padding: 40px 15px 212px;
    background-position: center bottom;
    background-size: cover;
    color: #ffffff;
}

.hslm-anniversary .save-the-date-container .humane-society-logo {
    height: 119px;
}

.hslm-anniversary .save-the-date-invite {
    margin: 0 auto;
    width: 100%;
    max-width: 426px;
}

.hslm-anniversary .save-the-date-title,
.hslm-anniversary .save-the-date-subtitle {
    color: #ffffff;
}

.hslm-anniversary .save-the-date-title {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 1.75em;
    text-transform: capitalize;
}

.hslm-anniversary .save-the-date-title .large {
    display: block;
    font-size: 1.4em;
    text-transform: none;
}

.hslm-anniversary .save-the-date-subtitle {
    font-size: 1.5em;
    font-weight: 500;
}

.hslm-anniversary .save-the-date-subtitle .large {
    display: block;
    font-size: 1.75em;
    font-weight: bold;
}

.hslm-anniversary .save-the-date-divider-container::before,
.hslm-anniversary .save-the-date-divider-container::after {
    display: inline-block;
    content: '';
    background-color: #ffffff;
    height: 1px;
    width: 178px;
    opacity: .3;
}

.hslm-anniversary .save-the-date-divider {
    display: block;
    margin: 5px auto 0;
    height: 25px;
}

.hslm-anniversary .ticket-link {
    display: inline-block;
    margin-top: 15px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    padding: 12px 29px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.hslm-anniversary .ticket-link::before {
    content: '';
    background: url('../images/ticket-icon.svg') center / auto no-repeat;
    display: inline-block;
    width: 17px;
    height: 11px;
    margin-right: 5px;
}

.hslm-anniversary .ticket-link:hover,
.hslm-anniversary .ticket-link:focus {
    border-color: #0967b2;
    background-color: #0967b2;
}

.hslm-anniversary .cta-link {
    border-color: #0967b2;
    background-color: #0967b2;
}

.hslm-anniversary .parallax-chips {
    position: relative;
    top: 0;
    margin-top: -125px;
    width: 80%;
    max-width: 340px;
}

.hslm-anniversary .save-the-date-support {
    margin-top: 26px;
    padding-right: 15px;
    padding-left: 15px;
}

.hslm-anniversary .save-the-date-support-title {
    margin-top: 40px;
    font-size: 1em;
    font-weight: 600;
    color: #767676;
}

.hslm-anniversary .save-the-date-support-image {
    margin-top: 20px;
    max-width: 450px;
    width: 100%;
}

.hslm-anniversary .join-us-container {
    margin: 50px auto 0;
    max-width: 1020px;
}

.hslm-anniversary .join-us-title {
    background-color: #f3f8fc;
    padding: 40px;
    color: #292929;
    line-height: 1.2;
}

.hslm-anniversary .join-us-title::before {
    display: block;
    margin: 0 auto 25px;
    width: 72px;
    height: 6px;
    background-color: #0967b2;
    content: '';
}

.hslm-anniversary .join-us-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto;
    padding: 0 15px;
    list-style-type: none;
    color: #a1a1a1;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

.hslm-anniversary .join-us-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px auto;
    padding: 27px 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    list-style-type: none;
    color: #a1a1a1;
}

.hslm-anniversary .join-us-detail .title {
    margin: 0 auto;
    font-size: 0.937em;
    font-weight: 600;
    line-height: 23px;
    color: #a1a1a1;
}

.hslm-anniversary .join-us-detail .detail {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 30px;
    color: #0967b2;
}

.hslm-anniversary .join-us-detail .extra {
    margin: 0 auto;
    font-size: 0.75em;
}

.hslm-anniversary .join-us-detail .extra a {
    display: block;
    font-weight: 500;
    line-height: 20px;
}

.hslm-anniversary .cta-link {
    margin-top: 20px;
}

.hslm-anniversary-footer {
    margin: 40px auto;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 22px;
}

.hslm-anniversary-footer .humane-society-logo {
    height: 45px;
}

.hslm-anniversary-footer .back-to-hslm span {
    display: inline-block;
    margin-top: 20px;
    font-size: 0.812em;
}

.hslm-anniversary-footer .copyright-text {
    margin-top: 15px;
    font-size: 0.687em;
}

@media only screen and (min-width: 600px) {
    .hslm-anniversary .save-the-date-divider {
        display: inline-block;
        margin: 0 18px;
    }
}

@media only screen and (min-width: 870px) {
    .hslm-anniversary .save-the-date-container {
        padding: 100px 50px 212px;
    }

    .hslm-anniversary .save-the-date-title .large {
        font-size: 2.142em;
    }

    .hslm-anniversary .save-the-date-subtitle .large {
        font-size: 1.8333em;
    }

    .hslm-anniversary .save-the-date-support-title {
        margin-top: 80px;
    }

    .hslm-anniversary .join-us-title {
        padding: 80px 135px 135px;
        font-size: 42px;
    }

    .hslm-anniversary .join-us-details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .hslm-anniversary .join-us-detail {
        margin: 0;
        width: 213px;
    }

    .hslm-anniversary-footer {
        margin: 80px auto 60px;
    }
}
