.imageHeaderBlock {  background-image: url(/upload/products/landings/pro-av/education/top.png); background-position: bottom center; }
.pageBody h2 {   font-weight: 500; text-align: left; }

.pageBody .iconBox  blockquote p {  color: #005BAA; font-weight: 600; }
.pageBody .iconBox.bgText  blockquote p {  color: #252525; font-weight: 400; font-size: 18px; }


/* --- Tablet portrait --- (col-tp) */
@media only screen and (min-width: 992px) and (max-width: 1240px) {
.pageBody .iconBox.bgText  blockquote p {  font-size: 16px;  }

}

/* --- Small tablet portrait --- (col-st) */
@media only screen and (min-width: 767px) and (max-width: 992px) {
.pageBody .iconBox.bgText  blockquote p {  font-size: 14px;  }

}

/* --- Mobile landscape --- (col-ml) */
@media only screen and (min-width: 480px) and (max-width: 767px) {	
.pageBody .iconBox.bgText  blockquote p {  font-size: 12px;  }

}

/* --- Mobile portrait --- (col-mp) */
@media only screen and (min-width: 0px) and (max-width: 480px) {	
.pageBody .iconBox.bgText  blockquote p {  font-size: 12px;  }

}
