.nw_introtext {
font-size: 1.2em; 
color: rgb(0, 55, 103); 
line-height: 150%;
}

.nw_heading1, .nw_heading2,.nw_heading3,.nw_heading4,.nw_heading5,.nw_heading6,.nw_heading7,.nw_heading8 {
color: white;
    clear: both;
    height: 80px;
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-left: 20px;
}

.nw_heading1 {
background-image: url(/uploadedImages/Classroom_Resources/Features/Notice_and_Wonder/nw_1170x80_divider1.jpg);
}

.nw_heading2 {
background-image: url(/uploadedImages/Classroom_Resources/Features/Notice_and_Wonder/nw_1170x80_divider2.jpg);
}

.nw_heading3 {
background-image: url(/uploadedImages/Classroom_Resources/Features/Notice_and_Wonder/nw_1170x80_divider3.jpg);
}

.nw_heading4 {
background-image: url(/uploadedImages/Classroom_Resources/Features/Notice_and_Wonder/nw_1170x80_divider4.jpg);
}

.nw_heading5 {
background-image: url(/uploadedImages/Classroom_Resources/Features/Notice_and_Wonder/nw_1170x80_divider5.jpg);
}

.nw_heading6 {
background-image: url(/uploadedImages/Classroom_Resources/Features/Notice_and_Wonder/nw_1170x80_divider6.jpg);
}

.nw_heading7 {
background-image: url(/uploadedImages/Classroom_Resources/Features/Notice_and_Wonder/nw_1170x80_divider7.jpg);
}

.nw_heading8 {
background-image: url(/uploadedImages/Classroom_Resources/Features/Notice_and_Wonder/nw_1170x80_divider8.jpg);
}

/* lessons listing page */

.highlight .widget-header {
}

.content-listing .item .thumb img {
max-width: 95% !important;
}

.content-listing .item .title {
clear: both;
}

@media only screen and (max-width: 768px) {
.content-listing .item {
width: 50%;
float: left;
}
}

@media only screen and (min-width: 769px) {
.content-listing .item {
width: 33%;
min-height: 240px;
float: left;
}
}