/**
 * 8422554
 * 11/03/15
 * Chris Batt
 * Removing all background colors for calendar printing
 */

body[data-pageid="251"],
body[data-pageid="251"] main,
body[data-pageid="251"] .fsCalendarEventGrid .fsCalendarRow .fsCalendarToday,
body[data-pageid="251"] #fsPoweredByFinalsite,
body[data-pageid="251"] main .fsElement {
	background: #ffffff;
}

/* End Section */

/**
*
*	Ticket 3870-8424884
*	Author: Kosha Burnett
*	Description: Composer element hover style causing content visibility issue
*/
 
body.fsComposeMode .fsBanner.fsStateEditable:not(.fsBanner):not(.fsPanel):hover, body.fsComposeMode .fsElement.fsStateEditable:not(.fsBanner):not(.fsPanel):hover {
    background-color: rgba(208,246,246,0.8);
}

/* End Section */


/**
 *
 * Ticket: 8408922
 * Date: 04/11/2016
 * Author: Joel C.
 * Allow new Athletics Event set to Table to display correctly
 *
 */

.fsTable .fsAthleticsAdvantage,
.fsTable .fsAthleticsEvent.fsList .fsAlertIcon,
.fsTable .fsAthleticsEvent.fsList .fsTitle,
.fsTable .fsAthleticsLocations,
.fsTable .fsAthleticsOpponents,
.fsTable  .fsAthleticsTeamIcon {
	float: none;
}

/* End Section */



/**
 *
 * Ticket: 8442907
 * Date: 04/29/2016
 * Author: Chris N.
 * Hiding Account Bar Avatar
 *
 */

#fsAccountBar .fsAccountBarAvatar {
    display: none;
}

/* End Section */

/*
* Ticket 8870334
* Temp fix for Feeds module on old Theme due to overriding styles.
* 07/09/20 - James B
*/

.fsFeeds .j-poster h3, 
.fsFeeds .j-poster .twitter-poster,
.fsFeeds li.feed-item {
    color: #333;
}
.fsFeeds li.feed-item .j-message a {
    color: #044836;
}

/* End Section */
