.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.copyright a {
    text-decoration: underline;
    color: #1775D9;
}

#footer span {
    color: #3F5B6E;
}

.content a {
    text-decoration: underline;
    color: #1775D9;
}

.landingPage-header {
    margin-right: 30px;
    text-align: right;
}

.usergroup-event-feed {
    width: 100%;
    display: grid;
    grid-template-columns: 120px 1fr;
}

.usergroup-event-feed .day {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.usergroup-event-feed .day-events {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

h2 small {
    color: #757575 !important;
}

.two-columns {

    display: grid;
    grid-template-columns: 1fr 1fr;

}

@media only screen and (max-width: 768px) {

    .two-columns {
        display: block;
    }

}

.error p {
    color: red !important;
}
