/* math 345 */
.math-345 .content-wrapper{
  background-image: url("../../assets/images/math345.png");
}
body.math-345{  
  background-color:rgba(0, 86, 47, 0.6);
}
.math-345 .week-item-content{    
  background-color:rgba(0, 86, 47, 0.1);
}
.math-345 .current-week .week-item-content{        
  background-color: rgba(0, 86, 47, 0.2);
}
.math-345 footer{    
  background-color: rgb(0, 86, 47);
}