.stu-action-box {
    text-align: center;
	padding: 10px;
	cursor: pointer; 
	margin-bottom: 13px;
    font-size: 12px;
    min-height: 125px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(210, 213, 221);
    border-radius: 10px;
    background-color: #f9fbfb;
}
.stu-action-box:hover {color: #fff; background-color: #ff6000;}

.stu-action-box:hover .s-action {fill: #fff;}