@charset "UTF-8";
/* CSS Document for FYSEM Program */


nav.academic { display: none; }

body { }

/*header, header.fixed, nav#navigation_menus {display: none !important;}*/

/*header.mobile {
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 9900;
    height: 60px;
}

#navigation_menu.mobile {
    width: 1000px;
    max-width: none;
    min-height: 60px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    text-align: left;
    font-size: 12px;
    color: #222;
    background-color: #FFF;
}

#navigation_menu.mobile .logo-head {
    position: absolute;
    top: 10px;
    left: 84% !important;
    margin: 0;
    display: block;
    width: 200px;
    z-index: 3;
}

#navigation_menu.mobile .nav_menu_toggle {
    display: block;
    position: relative;
    margin: 0;
    top: 15px;
    right: 0;
    z-index: 3;
    width: 5%;
    left: 95%;
}*/

#introshell {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0px;
    overflow: hidden;
    z-index: 900;
    margin: 70px 0 0 0;
    /*margin: 0px 0 0 0;*/
    padding: 0;
}
#introshell .introtype {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 1000px;
    margin: 00px auto 0 auto;
    padding: 0;
}


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

	#introshell {
		margin: 0px 0 0 0;
	}

}