.eea-tiles::after,
.eea-tileDescription::after,
.eea-tile::after {
    content: '';
    display: table;
    clear: both;
}

.eea-tile {
    overflow: hidden;
}
.eea-list-tiles .eea-tileUrl,
.eea-tile .eea-tileUrl{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 100%;
    font-size: 10px;
    color: #9e9e9e;
}

.eea-tile .eea-tileUrl {
    white-space: nowrap;
}

#facetview_rightcol .eea-tileUrl{
    margin-bottom: 0;
}

.eea-tileInner {
    display: block;
    box-shadow: 0 1px 5px -1px rgba(0,0,0,.5);
    border-radius: 3px;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    height: 305px;
    z-index: 1;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.eea-tileInner:hover,
.eea-tileInner:focus {
    box-shadow: 0 0 3px 1px rgb(55, 146, 218);
}

.eea-tileHead {
    overflow: hidden;
    height: 57%;
}

.eea-tileThumb {
    overflow: hidden;
    height: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: no-repeat center center;
    background-size: cover;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.eea-tileDescription::after {
    content: '';
    display: block;
    /* 16:9 ratio */
    padding-top: 5.25%;
}
.eea-tileThumb img {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    height: 100%;
    width: auto;
}

.eea-tileHovered {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.eea-tileBody {
    position: absolute;
    padding: 10px;
    background-color: #FFF;
    border-top: 1px solid #ddd;
    min-height: 43%;
    max-height: 95%;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.eea-tileHeadMetadata {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
}

.eea-tileTypeHead {
    background-color: #009590;
    padding: 0.5em;
    color: #FFF;
    font-weight: bold;
    max-width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.eea-tileType {
    position: absolute;
    bottom: 100%;
    right: 8px;
    margin-bottom: -6px;
    z-index: 2;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    font-size: 14px;
    box-shadow: 0 0 2px rgba(0,0,0,.4);
    border-radius: 50%;
    padding-left: 30px;
    background: #fff no-repeat center;
}

.eea-tileTitle {
    margin: 0;
    line-height: 1.25;
    font-size: 1em;
    font-weight: normal;
    color: #00446A;
    word-wrap: break-word;
}
.eea-tileInner:hover .eea-tileTitle,
.eea-tileInner:focus .eea-tileTitle {
    color: #0044dd;
}

.eea-tileTopic,
.eea-tileIssued {
    display: block;
    font-size: smaller;
}

.eea-tileTopic {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 85%;
}

.eea-tileIssued {
    color: gray;
}

.eea-tileType {
    right: 0;
    bottom: 26%;
    background-size: 100%;
}

.eea-tileDescription {
    text-overflow: ellipsis;
    height: 120px;
    overflow: hidden;
    display: none;

}

.eea-tileMetadata {
    position: absolute;
    bottom: 0;
    width: 95%;
    background-color: white;
    min-height: 40px;
}

/* MEDIA Queries, place normal css above this section */
@media (min-width: 380px) {
    .eea-tile {
        float: left;
        padding: 10px;
        width: 50%;
    }
}

@media (max-width: 500px) {
    .eea-tileMetadata {
        width: 92%;
    }
}

@media (min-width: 381px) and (max-width: 767px) {
    .eea-tile:nth-child(odd) {
        padding-left: 1px;
    }
    .eea-tile:nth-of-type(2n) {
        padding-right: 1px;
    }
}

@media (max-width: 375px) {
    .eea-tile {
        width: 100%;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .eea-section.eea-right-section {
        background-color: #FFF;
    }
    .eea-section.right-column-area {
        padding: 3em;
        margin-top: 3em;
    }
}

@media (min-width: 1025px) and (max-width: 1280px){
    .eea-tile {
        width: 33.3%;
    }

    .eea-tile:nth-of-type(3n) {
        padding-right: 1px;
    }
    .eea-tile:nth-of-type(3n + 1) {
        padding-left: 1px;
    }
}
@media (min-width: 1281px) {
    .eea-tile {
        width: 25%;
    }
    .eea-tile:nth-of-type(4n) {
        padding-right: 1px;
    }
    .eea-tile:nth-of-type(4n + 1) {
        padding-left: 1px;
    }
    #content .eea-section-trigger {
        display: none;
    }
}

@media (min-width: 320px) {
    .eea-tileTitle {
        min-height: 2.5em;
        max-height: 4em;
        overflow: hidden;
        position: relative;
    }

    .eea-tile:hover .eea-tileTitle {
        max-height: 100%;
    }

    .eea-tile:hover .eea-tileMetadata::after {
        content: '';
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        height: .75em;
        background-image: linear-gradient(rgba(255,255,255, .5), #fff);
        display: block;
    }
}
@media (min-width: 768px) {
    .eea-tileTitle {
        font-size: 1.4em;
    }
}

/* /MEDIA Queries, place normal css above this entire section */

.explanation li.jstree-node {
    background-color:white;
}