/* ***************************** CHANGE LOG *********************************************************
x20250317 - willialq - 17 March 2025 - adjust overflow for profile details section
x20241024 - willialq - 24 October 2024 - adjust overflow for profile images to remove scroll
x20230724 - johns2ja - 24 July 2023 - proper alignment of breadcrumbs and display name for profiles 
x20220922 - johns2ja - 22 September 2022 - bold class 
x20161026 - johns2ja - 26 October 2016 - prevent stretching profile images beyond 172px in width
x20160810 - johns2ja - 10 August 2016 - fix rule to use margin over padding so as to have truly 
circular images instead of elliptical ones. 
ORIGIN - johns2ja - 3 May 2016 - extended CSS to the main CSS to be used with pages using the Format 
at https://cascade.jmu.edu/entity/open.act?id=7339c0b1867e488e34fd1c30c9d377c5&type=format
************************************************************************************************** */
#defaultregion, .news-list .date, .news-list~h2#profiletitle {display: none; } 
h5 { padding: 10px 15px; } 

#in-page-footer { display: block; } 
.profileimage { padding: 0px; max-width:172px !important; } /* 172 replaces 200 per x20161026 */
#profiledetails{overflow: clip!important;} /* x20250317 */
.bold { font-weight: bold; }/* x20220922 */

#breadcrumbs_container { padding-left: 9px !important; } /* x20230724 */

@media all and (min-width:120px){
    #profileimg { text-align: center; overflow:clip; } /* x20241024 */
    .profileimage { padding: 0px; }
}

@media all and (min-width:481px){
    #profileimg { text-align: left; }
}

@media all and (min-width:560px){
    .profileimage { margin: 0 0 5px 20px; } /* x20160810 */
}