#events-usa {
    margin: 4em 0 0 0;
}
#events-canada {
    margin: 0 0 4em 0;
}
.events-list {
    list-style: none;
    margin: 0 0 4vw;
    padding: 0;
}
.events-list > * {
    margin-bottom: 1em;
}
@media (min-width: 37.5em) {
    .events-list {
        display: grid;
        grid-gap: 1em;
        grid-template-columns: repeat(auto-fill, minmax(21.5em, 1fr));
    }
    .events-list > * {
        margin: 0;
    }
}
.event-listing {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 0;
    text-align: center;
}
.event-listing header {
    margin: 0 0 1em;
}
.event-listing .event-listing_heading {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 2.4em;
    text-transform:uppercase;
    font-family: 'futura-pt-condensed';
}
.event-listing .event-listing_subheading {
    font-weight: 400;
    margin-top: -1em;
    color: #fff;
    font-weight: normal;
    font-size: 1.1em;
    text-transform:uppercase;
    margin-bottom: 0.6em;
}

.cutout {
    display: inline-block;
    background-color: #000;
    padding: 0em .8em;
    margin: 0.25em;
}

@media only screen and (max-width: 480px) {
    .cutout {
        padding: 0em .5em;
        margin: 0.15em;
    }
}

@media only screen and (max-width: 380px) {
    .cutout {
        padding: 0em .29em;
        margin: 0.15em;
    }
}

.detail-btn {
    width: 5em;
    background-color: #000;
    color: #F77BAF;
    font-weight: 500;
    margin: 0px auto;
    padding: 0.25em;
    font-size: 1.1em;
}

.centered {
    text-align:center;
}

header.bracketed {
    background-color: #fff;
    margin: 1em 0;
    position: relative;
    text-align: center;
}
header.bracketed:after {
    border: none;
    border-top: 1px solid #000;
    content: ' ';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

header.bracketed .title {
    background: #fff;
    background: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 0.5em;
    position: relative;
    z-index: 2;
}
#steeplechase-btn{
    position: absolute;
    left: 30px;
    bottom: 10px;
    font-family: 'futura-pt-condensed';
    font-size: 2.5rem;
    font-weight: 700;
    padding: 5px 10px;
    background: rgba(255,255,255, 0.5);
    letter-spacing: .3px;
    border-width: 1.5px;
}

#steeplechase-btn:hover, #steeplechase-btn:focus{
    background: #000000;
}