/*///////////////////////////////////////////////////////

DOCUMENT INFO
Document: Custom Extended Edits CSS
Ticket: 
---- Ticket 3870-8397035: Adding Bold to the Style Sheet Heading Levels ----
Author: Jacob John
Client: Mansfield Independent School District

/////////////////////////////////////////////////////////*/

/* Adding Bold to Calendar Event Headings */

.pagetype_calendar .verbose_event h2 {

	font-weight: bold;

}

/*///////////////////////////////////////////////////////

End Document

/////////////////////////////////////////////////////////*/

/* Accessiblity Fix - PC  */
.topbtns li a {text-indent: -9999px;}

#poweredby {
    margin-top: -10px;
    background: rgb(98, 99, 101);
}

.page_1 #poweredby {
  margin-top: -100px;
  background: rgb(98, 99, 101);
  padding-top: 60px;
  padding-bottom: 20px;
}

/* By Blake 8408512 */
div#google_translate_element {
    position: absolute;
    top: 224px;
    right: 210px;
}

.hiersect {
  width: 293px;
}

/* End Section */


/* 
*  Ticket 8451788
*  Fix bottom banner img. Background images are used in different bottom banner divs. Adding images causes body background color to show as a line.
*  07/27/16 - James B
*/

#bottombanner img {
    margin-bottom: -4px;
}

/* End Section */