/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

.image__caption {max-height:60px !important;}

.figure__item {height:100% !important;}

.event__item {height:100% !important;}

.sidebar { clear: left; }

.sidebar a {
	white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.ou-table-border {
	border: 1px;
}
/* Added for ticket #43568 */
@media screen and (max-width: 480px) { 
    .hero__home {
        top: 80%;
    }
}