/* Site: https://www.uillinois.edu/data */

il-header[view="full"] .il-links {
	margin-top: -50px;
}
.homepage il-header[view="full"] .il-links {
	margin-top: 0px;
}

#Container .mix span {
    position: absolute;
    top: 96px;
    left: 0px;
    width: 250px;
    text-align: center;
}

#Container .mix {
    position: relative;
    display: none;
    margin-right: 30px;
    margin-bottom: 50px;
    transition: scale 0.4s ease;
    background-color: #eef3f6;
    -webkit-box-shadow: 0px 14px 6px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 14px 6px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 14px 6px -8px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 250px;
    height: 159px;
    font-size: 1.1rem;
}

#Container .mix img {
    width: auto;
    height: 76px;
    padding-top: 20px;
    margin-top: 20px;
}

#Container .mix .card-title {
    top: 100px;
}

.mix {
    transition: all .4s ease-in-out;
}

.mix:hover {
    transform: scale(1.1);
}

a.mix {
    text-decoration: none;
}

a.mix:focus {
    transform: scale(1.1);
    outline: 2px dotted;
}

/*.mix a:hover, .mix a:visited:hover {
text-decoration: none;
border-bottom-color: transparent;
}*/
/*.filter {
color: #045694;
}*/
#Container .mix .mixheader {
    display: block;
    padding: 1px 6px;
    font-size: .75rem;
    text-transform: uppercase;
    color: #fff;
    text-align: left !important;
    top: 0;
}

/*  Set flags for categories */
.cat-aca .mixheader:after {
    content: 'Academics';
}

.cat-res .mixheader:after {
    content: 'Research';
}

.cat-eco .mixheader:after {
    content: 'Economic Development';
}

.cat-hca .mixheader:after {
    content: 'Health Care';
}

.cat-fnd .mixheader:after {
    content: 'Fundraising';
}
.cat-eng .mixheader:after {
    content: 'Engagement';
}
.bg-purple {
    background-color: #653C99;
}