﻿.tile-link {
    cursor: default;
    margin: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 150px;
    height: 150px;
    font-weight: 300;
    text-align: center;
}
.tiles-link {
    display: inline-block;
    flex-wrap: wrap;
    padding: 15px 15px 0;
}
.tile--extra-link {
    display: flex;
    align-items: stretch;
    margin: 0 5px 5px;
    box-shadow: none;
}
.tile--photo-link {
    width: 85px;
    position: relative;
    padding: 0 0 3px 24px;
}
.tile--content a {
    color: white;
    text-decoration: none;
}
.tile--content a:hover {
    background-color:#005b92;
}
