/**
 * Teacher Effectiveness
 *
 */
 
/* Custom Teacher Effectiveness class */
.teacher-effectiveness {}

/* Call to action image */
.teacher-effectiveness .call-to-action img {
	display: block;
    width: 100%;
    height: auto;
}

/* Call to action text */
.teacher-effectiveness .call-to-action p {
	width: 100%;
    text-align: center;
}

/* WCM 640 Breakpoint */
@media (max-width: 767px) {
	/* Adjust double inset content width */
    .teacher-effectiveness.double-inset-content {
    	max-width: none;
        margin: 0px;
    }
}