/* Enter Your Custom CSS Here */

/*This CSS is for the accordion on Academic Calendar page*/
.accordion-title {
    border-top: 1px solid #dbdbdb;
  	padding: 10px 0;
}
.accordion-title:hover {
  cursor: pointer;
}
/*end of CSS for accordion on Academic Calendar page*/

/* hide author name on pages */
.s5_authortext {display: none;}

/* hide comments off text */
.comments-link {display: none;}

h2, .blog-featured .item h2 a {font-size: 1.5em !important;}
