/**
 * 8421593   
 * Chris Norman
 * Directory Adjustment
 */
.fsPhones,
.fsTitles{
    margin-bottom: 1em;
}

.fsFullName,
.fsEmail {
    margin-top: 1em;
}

.fsTitles {
    margin-top: -1em;
}

.fsConstituentItem > div br {
    display: block;
}

/* End Section */

/**
 *
 *  Ticket 8427606 - Search Updates
 *  Jacob John
 *  Search Issues
 *
 */

    .site-search.active div.gsc-input-box {

      height: 75px;
      -webkit-transition: .3s;
      transition: .3s;
      bottom: -75px;
      z-index: 5;

    }

/* End Block */


/**
* Ticket 3870-8432241: link to form
* Author: Erich Polixa
* Description: Change "View" to "Register for" on event .fsFormLink's
*/

  .fsEventDetails .fsFormLink a:last-child {
    text-indent: -46px;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 102px;
    display: inline-block;
  }

  .fsEventDetails .fsFormLink a:last-child:before {
    content: 'Register for';
    display: inline-block;
    text-indent: 0;
    left: 18px;
    position: absolute;
  }

/* End Section */

/**
*
* Ticket 3870-8433363
* Author: Kosha Burnett
* Description: change the way calendar lists appear
*/

.fsDayContainer article .fsDate {
  display: none;
}

.fsDayContainer article:first-child .fsDate {
  display: block;
}

.fsCalendar .fsDayContainer:last-child article {
  margin-bottom: 25px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

/* End Section */

/* Hiding 'School:' text on directory pages - CN */

span.hide {
    display: none;
}
 
/* End Block */

/**
 *
 *  April 21st 2016
 *  Ticket 3870-8442260: Adding Blog to our top banner
 *  Jacob John
 *
 */

    .utility-nav ul li a[href*=health]:before {

      content: '\e602';

    }

    .utility-nav ul li a[href*=blog]:before {

      font-family: FontAwesome;
      content: '\f040';

    }

/* End Block */

/**
*
*   Date: 05/26/2016
*   Ticket 3870-8445492
*   Author: Kosha Burnett
*   Description: move read more link to the end of the story
*/

.inlineReadmore .fsReadMoreLink:before {
  content: ' ';
}

.inlineReadmore .fsThumbnail {
	margin: 0 20px 20px 0;
	float: left;
}

.inlineReadmore .fsSummary, 
.inlineReadmore .fsSummary *:last-child, .inlineReadmore .fsReadMoreLink {
  display: inline;
}

/* End Section */


/* 
*  Ticket 8449866
*  Add bottom border on last news article in list. Important when load more news button is used.
*  07/06/16 - James B
*/

.inlineReadmore.fsNews.fsList article:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* End Section */

/**
*
*   Date: 12/01/2016
*   Ticket 3870-8472073
*   Author: Kosha Burnett
*   Description: clear search placeholder text on search results page
*/

.search-page form.gsc-search-box-tools div.gsc-input-box .gsib_a:after {
	content: ' ';
}

/* End Section */
