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


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

nav.campus { display: none; }

body { }

.cmsnav .multibuttons { background: #FFF !important; }

#introshell>.image>.sitetitle {
    position: absolute;
    top: 40px;
    left: 15%;
}
#introshell>.image>.sitetitle>.sitelogo {
    position: relative;
    top: 0;
    margin: 0px;
    padding: 0;
    height: auto;
    width: auto !important;
    display: block;
    max-width: 50% !important;
    background: transparent;
    overflow: hidden;
}
#introshell>.introtype>.sitetitle>.sitelogo {
    padding: 2% !important;
    background: #000 !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) {
	
	
}