/* Custom CSS from the support team. */

/*
*  News Post Pop Up
*  09/19/16 - Sarah B
*/

.fsPost .fsTitle {
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: .5em;
}

.fsPost.fsDialog a {
    color: #b4035b;
}

/* End Section */


/*
*  Ticket 8465645
*  Link color in calendar popup.
*  10/06/16 - James B
*/

.ui-widget-content a {
    color: #b4035b;
}

.ui-widget-content a:hover {
    color: #002144;
}

/* End Section */