/* Custom CSS from the Support team. */

/*
*  Ticket 8457229
*  Fast facts rows aren't aligning.
*  08/24/16 - James B
*/

.fast-facts #fsPageContent .fsElement {
    display: flex;
    display: -webkit-flex;     /* Safari */
    flex-wrap: wrap;
}

.fast-facts #fsPageContent .fsElement .fsElementContent {
    width: 100%;
}

.fast-facts #fsPageContent .fsElement img {
    margin-bottom: 15px;
}

/* End Section */

/*
*  Ticket 8457086
*  News callout on top of the news thumbnail 
*  09/4/16 
*/
 
blockquote.fsCallout { 
    float: left;
}



/*
*  Ticket 9205417
*  08/17/22 
*/
 #fsHeader .top-bar .nav-school .fsNavPageInfo {
width: 100%;
white-space: normal;
}

