/**
*
*	Ticket 3870-8431751
*	Author: Pauline 
*	Description: Radio/Checkboxes not working in Chrome
*
*/
html input[type="radio"] {
      -webkit-appearance: radio;
}
html input[type="Checkbox"] {
      -webkit-appearance: checkbox;
}
/* End Session */


/*
*  Ticket 8468918
*  Fix length of Facebook box on social mashup page.
*  11/07/16 - James B
*/

.page_1274 .news-container {
    padding: 80px 20px;
}

.page_1274 .facebook-box.row1 .entry-content {
    overflow: hidden;
    max-height: 360px;
}

.page_1274 .news-box.facebook-box .bannermodtitle a,
.page_1274 .news-box.alumni-facebook .bannermodtitle a {
    font-weight: bold;
}

.page_1274 .news-box.alumni-facebook article:last-child {
    display: block;
}

/*  End Session */