a.ou-btn[data-region-style="button"] {
	position:relative!important;
	z-index:9999!important;	
}
.college-large-image {
    margin-top:71px;
}
.btn-danger {
    color: #FFF;
    background-color: #aa0000;
    border-color: #aa0000;
 }
.btn-default {
    color: #444444;
  }
.btn-margin {
	margin-top:10px;
	}

/* Forces left nav to collapse on medium. Thanks to UA ITS, for fixing this on your own site and not sharing.  We found the css and stole it.
-------------------------------------------------- */
@media (max-width: 991px) {
#sidebar .navbar-collapse.collapse {
    display:none!important
}

#sidebar .navbar-collapse.collapsing {
    top:0
}
}

/* Left Nav Style
-------------------------------------------------- */
#sidebar .sidenav li a {
    font-size:17.5px;
    margin-bottom:12px;
    padding-left:9px
}

.childItem {
    list-style-type:none;
    display:none
}

.childItem > li > a:hover,.childItem > li > a:focus {
    text-decoration:none;
    background-color:#EEE
}

.childItem li a,.childItem li {
    padding-left:15px;
    font-size:14px!important;
    margin-top:-10px
}

.childItem > li > a {
    position:relative;
    display:block;
    padding:10px 15px
}

