

a, a:active, a:focus {
    outline: none;
}

nav#subnav .sidebarSubMenu {
    background-color: #eee;
}

nav#subnav ul.sidebarSubMenu li a {
    padding-left: 10px;
    padding-right: 10px;
}

nav#subnav ul li a.parentMenuItem:after {
    font-family: 'custom-icons';
    content: "\e803";
    float: right;
}

nav#subnav ul li a.parentMenuItem.collapsed:after {
    content: "\e805";
}

.eventpage .entry-meta li {
    margin-bottom: 5px;
}

footer .footerListLink {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
}

ul.newsArchiveList a {
    text-transform: capitalize;
}

div.boxFocus {
    margin-bottom: 20px;
}

ul.entry-meta-list li {
    display: block;
    margin-bottom: 5px;
}

.future-events a {
    text-decoration: none;
}

.border-between > [class*='col-']:before {
 background: #e3e3e3;
 bottom: 0;
 content: " ";
 left: 0;
 position: absolute;
 width: 1px;
 top: 0;
}
.border-between > [class*='col-']:first-child:before {
 display: none;
}

.success-message {
    background: #469d4e;
    color: white;
}

.error-message {
    background: red;
    color: white;
}