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


nav.academic { display: none; }

body { }

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


#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;
}

body#faculty .text2cols { position: relative; width: 100%; display: table; }
body#faculty .text2cols .textcol { position: relative; width: 50%; display: table-cell; }

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

	#introshell {
		margin: 0px 0 0 0;
	}
	body#faculty .text2cols { position: relative; width: 100%; display: block; }
	body#faculty .text2cols .textcol { position: relative; width: 100%; display: block; }
}