/* ==========================================================================
    STRATEGIC PLAN IN ACTION PAGE CSS
========================================================================== */
/* Mission, vision, and values */
.strat {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .strat__img {
        display: grid;
    }
  	.strat__img img {
        height: 100% !important;
    	width: auto !important;
    	object-fit: cover;
  	}
}
@media (min-width: 1024px) and (max-width: 1100px) {
  	.strat {
        grid-template-columns: auto;
    }
}
.strat__img p {
    margin-bottom: 0;
    padding-top: 0;
    text-align: center;
}
/* Strategic Priorities */
.stratpris .checklist li {
    margin: .5rem auto;
}
.stratpris .checklist li:before {
    content: "\f3c5";
}
/* Link to full strategic plan */
.full p:before {
  	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\e494";
    color: var(--vcu-gold);
    margin-right: .25rem;
}