/* Stop active link in the local navigation appearing black */
.unisan-page-header a.active {
    color: #fff;
}

/* Correct footer header colour as the header might not be a link */
.unisan-local-footer h3 {
    color: #91b9a4;
}

/* Prevent conflict with unstyled lists and Drupal lists */
.unisan-unstyled-list .leaf, .unisan-unstyled-list .expanded, .unisan-unstyled-list .collapsed {
    list-style: none;
    padding: 0;
}

/* Prevent conflict with vertical breadcrumb active items */
.unisan-vertical-breadcrumb a.active {
    color: #999999;
}

/* Prevent conflict with vertical breadcrumb navigation lists and Drupal lists */
.unisan-vertical-breadcrumb-navigation li.leaf, .unisan-vertical-breadcrumb-navigation li.expanded, .unisan-vertical-breadcrumb-navigation li.collapsed {
    padding: 10px 0;
}

/* Prevent conflict with vertical breadcrumb children lists and Drupal lists */
.unisan-vertical-breadcrumb-children li.leaf, .unisan-vertical-breadcrumb-children li.expanded, .unisan-vertical-breadcrumb-children li.collapsed {
    padding: 5px 5px 5px 0;
}

/* Correct padding on footer lists */
.unisan-navigation-list li.leaf {
    padding-bottom: 5px;
}

/* Stop contextual links in a carousel from being floated. */
.unisan-carousel .contextual-links li {
    float: none;
}

/* Make sure news listing items end with a border */
.unisan-news-listing:last-child {
    border-bottom: 1px solid #cccccc; /* 1px dashed #b5b5b5 */
}

/* Stop active local footer links from changing colour */
.unisan-local-footer li a.active {
    color: #fff;
}

/* Prevent padding on small table rows */
.unisan-table tr.even, .unisan-table tr.odd {
    padding: 0;
}

/* Remove field collection styles */
.field-collection-view {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.field-collection-container {
    border-bottom: 0;
    margin-bottom: 0;
}
