@charset "UTF-8";
/* CSS Document for 2024 Subsites */


/* ---------------------------- GLOBAL STYLES ------------------------ */

nav.academics { display: none; }

body { }

#navigation_menu .menu_nav > .bcomlogo a {
    position: relative;
    display: block;
    font-size: 0px;
    width: 100px;
    /* height: auto !important; */
    height: 40px !important;
    margin: 0 10px 0 0;
    padding: 0 0 0 0 !important;
    text-indent: -9999px;
    color: #222 !important;
    text-decoration: none;
    outline: none;
    z-index: inherit;
    background-image: url(https://www.bard.edu/conservatory/images/bcom-logo.png) !important;
    background-size: 100px auto !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
}

/* ---------------------------- MEGA SCREEN DISPLAY STYLES ------------------------ */

@media only screen and (min-width: 1201px) and (max-width: 3000px) {

}


/* ---------------------------- LARGE SCREEN DISPLAY STYLES ------------------------ */

@media only screen and (min-width: 1400px) and (max-width: 1835px) {


}


/* ---------------------------- DESKTOP STYLES ------------------------ */

@media only screen and (min-width: 1200px) and (max-width: 1401px) {


}


/* ---------------------------- LAPTOP STYLES ------------------------ */

@media only screen and (min-width: 1001px) and (max-width: 1201px) {
	
	
}

/* ---------------------------- TABLET STYLES ------------------------ */

@media only screen and (min-width: 701px) and (max-width: 1000px) {
	
	
}

/* ---------------------------- MOBILE STYLES ------------------------- */
@media screen and (max-width: 700px) {
	
	
}

/* ---------------------------- MINI MOBILE STYLES ------------------------- */
@media screen and (max-width: 400px) {
	
	
}