/* Print */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: none;
    color: #000;
}

header,
footer,
.event-sidebar,
.alert,
.print-hide {
    display: none;
}

.site-layout,
.site-page,
.site-page .event-content {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.site-footer__print-logo {
    display: block;
    height: 50px;
    width: auto;
    margin: 1rem auto;
}

#activity-rsvp-group .read-more {
    display: none;
}

/* Render columns as md instead of xs https://gist.github.com/donnierayjones/6fd9802d992b2d8d6cfd */
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}