

.hub-page .uk-container {
    overflow: initial !important;
}

.hub-page .uk-container header {
    border-bottom: none;
}

body.lab_nav_always_top .top-nav,
.hub-page .top-nav .left-nav.desktop {
    z-index: 0 !important;
}

.hub-page .tile .img {
    opacity: 1;
}

.hub-page .top-nav .right-side-btns {
    display: flex;
}

h1, h1 a,
.top-nav .secondary-logo > a,
.top-nav .secondary-logo > a img,
.item-next-prev .preview h6,
.empty-hub-wrapper .empty-hub .display-block h2 {
    color: #999999;
}

a, .page-width a,
.bread-crumbs a,
.tile.single > a.view,
.tile .description em {
    color: #4fa2d2;
}

.large-header {
    background-color: #4fa2d2;
}

.large-header {
    background-image: url('../images/bn-resource.jpg');
    background-attachment: scroll;
}

div.description,
div.description .icon,
.cta > a.accent-button,
.item-next-prev .item-next .preview .meta-top .preview-icon,
.item-next-prev .item-prev .preview .meta-top .preview-icon,
#header-loading-overlay.hide-splash-state {
    background-color: #999999;
}

.entry blockquote {
    border-left: 10px solid #999999;
}

.left-nav > li,
.left-nav > li > a,
.mobile-nav .exit-bar,
.mobile-share .exit-bar,
.search-results-overlay .mobile-search-header,
.top-nav .search-container .search-toggle.expanded,
.locale-selector-mobile > div {
    background-color: #4fa2d2;
    border-color: #4fa2d2;
}

.top-nav .search-container .search-toggle .search-toggle-inner .search-close span {
    color: #4fa2d2;
}

.tile.single .description {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 70px;
}
#collection-items .tile {border: 4px solid #fff;transition: all 0.5s ease-out;}
#collection-items .tile:hover {border-color: #3e6d89;}
#collection-items .tile .description {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#collection-items .tile:hover .description {
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#collection-items .tile .share-single {
    display: none;
}
.tile.single.with-img .description h4.long-h3 {
    display: block;
}
#collection-items .tile:hover .description {
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
body.lab_highlight .tile.highlight {
    border: 4.5px solid #fff;
}
body.lab_highlight .tile.highlight:hover {
    border: 4.5px solid #3e6d89;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.tile .img img {
    float: none;
    width: 100%;
    height: 137px;
    max-width: none;
    padding: 0;
    margin: 0;
}
.tile .img img.shorter {
    /* height: 100%; */
    width: auto;
}
.tile .img {
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41.09947644%;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.tile .img.visible {
    opacity: 1;
    filter: alpha(opacity=100);
}