/* math 221 */
.math-221 .content-wrapper{  
  background-image: url("../../assets/images/math221.png");    
}
body.math-221{  
  background-color:rgba(11, 80, 129, 0.8);
}
.math-221 .week-item-content{    
  background-color:rgba(11, 80, 129, 0.1);
}
.math-221 .current-week .week-item-content{        
  background-color: rgba(11, 80, 129, 0.2);
}
.math-221 footer{    
  background-color: rgb(3, 40, 66);
}