/* math 222 */
.math-222 .content-wrapper{
  background-image: url("../../assets/images/math222-black.png");                
}
body.math-222{
background-color:lightsteelblue;
}
.math-222 .week-item-content {
  background-color:rgba(70,130,180,0.2);    
}
/* .math-222 .current-week .week-item-content{    
  background-color: rgba(70,130,180,0.5);   
} */
.math-222 footer{
  background-color: rgba(70,130,180,1);
}