/* LOGO STYLES*/
 nav .umlogo img {
	 height: 60px;
	 margin-top:10px;
}
 .navbar.news .umlogo{
	 width:auto;
}
/* Small-Medium Viewport max width */
@media only screen and (max-width: 47.438em) {
/*.navbar.news .umlogo img{
    height: 40px;
    margin-bottom:2px;
    margin-top:4px;
    padding: 0;
}*/
}
 @media only screen and (max-width: 47.438em) {
     .navbar.news .umlogo img, .navbar.news .umlogo svg {
         height: 33px;
         margin-top:7px;
    }
     .navbar.news .umlogo {
         width:auto;
    }
}
/* MASTHEAD BACKGROUND*/
.masthead-bg, .interruptor .header.externalNews{
    background-color:#272b4b;
}
 .navbar.news{
	 border-bottom: 6px solid rgba(0, 0, 0, 0.2);
}
 #ayce.um-main-menu:hover li.ayce-primary.stagsansbook:hover > a:hover{
    color:#44001f !important;
    }
#ayce.um-main-menu:hover li.ayce-primary.stagsansbook:hover > a{
    color:#fff !important;
    }