/*Adjust the subnav because the welcome page is a little wider*/

/* # *** RESET COJ STYLES *** /[04]Subnav tab# */
#entity_subnav { top: 195px !important; }
@media screen and (max-width:1450px){ 
    #entity_subnav{ top: 195px !important; }
    #side_nav_entity_container{ top: 32.4vw !important; }
}
/* #entity_subnav:not(.subpage_subnav) #side_nav_entity_container { max-width: 1404px !important; }*/

.subnav_cover { min-height: 100vh!important; max-height: 100%; } /* Need this to make it stop bouncing when scrolling at very bottom */

/* # *** RESET COJ STYLES *** /[05]Breadcrumbs# */
.entityTarget #adaBreadcrumb { background-color: #FFF; margin-bottom: -10px; }
.entityTarget .page_breadcrumb { margin-left: 95px; }
