.event-card-off {
    height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-shadow: 3px 4px 10px -3px rgba(0,0,0,.2);
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    background-color: #f4f4f4;
}

.event-card-off:hover {
    background: #FFC52F;
    outline: 1px solid #BB7231;
    outline-offset: -5px;
}

.buttons {
    margin: auto 0 0 0;
    padding: 0;
    height: 40px;
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.buttons>a.get-tix {
    display: block;
    background: #0256b1;
    color: #fff;
    font-family: "Public Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .5px;
    padding: 10px;
    min-width: 138px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 100ms linear;
    flex: 0 0 auto;
    margin-top: 10px;
    order: 3;
}

.buttons>a.register {
    display: block;
    background: #3C6230;
    color: #fff;
    font-family: "Public Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .5px;
    padding: 10px;
    min-width: 138px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 100ms linear;
    flex: 0 0 auto;
    margin-top: 10px;
    order: 3;
}

.buttons>a.learn-more {
    display: block;
    background: #0256b1;
    color: #fff;
    font-family: "Public Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .5px;
    padding: 10px;
    min-width: 138px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 100ms linear;
    flex: 0 0 auto;
    margin-top: 10px;
    margin-right: 12px;
    order: 3;
}

.buttons>a.about-ccl {
    display: block;
    background: #AC1E2C;
    color: #fff;
    font-family: "Public Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .5px;
    padding: 10px;
    min-width: 138px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 100ms linear;
    flex: 0 0 auto;
    margin-top: 10px;
    margin-right: 12px;
    order: 3;
}

.card-blk-top-off {
    width: 100%;
    height: 100%;
    color: #000;
    cursor: pointer;
    flex-direction: column;
    text-decoration: none;
    transition: all .6s;
    display: flex;
}

.date-box {
    z-index: 10;
    width: 62px;
    color: #fff;
    text-align: center;
    background-color: #0256b1;
    border-radius: 2px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: absolute;
    transform: translateY(10px);
    box-shadow: 0 1px 5px rgba(0,0,0,.26);
}

.box-month {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 3px;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
}

.box-day {
    text-shadow: 0 1px 1px rgba(0,0,0,.31);
    font-family: Roboto,sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 23px;
}

.box-tbd {
    letter-spacing: .1em;
    text-shadow: 0 1px 1px rgba(0,0,0,.31);
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

.card-image.off-canvas {
    border-radius: 0;
    margin-bottom: 5%;
    overflow: hidden;
    box-shadow: 0 8px 16px -8px rgba(0,0,0,.28), 0 8px 16px -8px rgba(50,50,92,.3);
}

.card-image {
    z-index: 1;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 5%;
    padding-top: 52.3333%;
    position: relative;
    box-shadow: 0 8px 16px -8px rgba(0,0,0,.3), 0 8px 16px -8px #32325c;
}

.label {
    z-index: 9;
    color: #fff;
    text-align: left;
    letter-spacing: .05rem;
    text-transform: uppercase;
    background-image: linear-gradient(51deg,#FFC52F 25%,transparent 72%);
    border-bottom-left-radius: 2px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.card-info .image, .photo-card .image, .card-blk-top-off .image {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.image {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
    transform: scale(1.01);
    box-shadow: inset 1px 1px 3px #000;
}

.card-who {
    text-transform: uppercase;
    margin-top: 0;
    font-family: Roboto,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
}

.card-who-row {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    display: flex;
    padding: 0 15px 5px 15px;
}

.card-who.artist {
    width: 80%;
    font-size: 24px;
    line-height: 25px;
    color:#000;
}

.card-cta {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 14px 15px;
    display: flex;
}

.cta-date-row {
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 6px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    width: 100%;
}

.card-date-block {
    align-items: center;
    display: flex;
}

.date-day {
    color: #000000;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.date-comma {
    color: #000;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    font-weight: 300;
}

.event-notes {
    color: #000000;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
}

.card-date-split {
    color: #000000;
    margin-left: 6px;
    margin-right: 6px;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.card-date-time {
    opacity: 1;
    color: #000000;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
}