/*--------------------------------
	Responsive styles applied
	only to mobile devices
--------------------------------*/

@media only screen and (max-width: 768px) {
	.hide-on-mobile{
		display:none !important;
	}
	.hide-on-desktop{
		display: inherit !important;
	}
	
	.navigationTopStatic #navigation {
		padding-top:2px !important;
	}
	
	.pageContainer{
		padding:0 15px;
		overflow:hidden !important;
	}
	#header{
		height:50px;
	}
	#homePage #header{
		height:auto;
	}
	#header #logo{
		float:none;
		margin:0 auto;
		width:267px;
		height: 50px;
		background:url(../images/minilogo.png) center center no-repeat;
		background-size: 50%;
		display:block;
	}
	#header #logo img{
		display:none;
	}
	#header .Nav{
		clear: both;
		margin: 0 0 10px 30px;
		float:none;
	}
	
	.pWrap{
		width:100%;
	}
	#header .headerNav{
		margin:-10px auto 15px auto;
		float:none;
		padding-left:10px;
	}
	
	/* Hide LI containing date */
	.headerNav li{
		display:none; 
	}
	.headerNav .ri,
	.headerNav .an{
		display:block;
	}

	#secPage .headerNav,
	#secPage .Nav {
		display:none;
	}
	

	#featuredItem {
		width: 100%;
	}
	.captionContainer,
	.SlideShowImage img {
		max-width: 100% !important;
		width:100% !important;
	}
/* academic programs guide
	#element622521_257153 img{	
		margin-left: -140px;
		width: 680px;
	}
*/
	/* Video */
	#homePage #subColumn {
		float: none;
		width:100%;
		padding: 0 !important;
	}
	#homePage #mainColumn {
		float: none;
		width: 100%;
		overflow:hidden;
	}
	iframe{
		width: 300px !important;
		height: 175px !important;
	}
	
	/* Quicklinks */	
	#element3734790_257153 li{
		/*
width:90%;
		margin-left:10%;
*/
		width:46%;
		margin:0 2%;
	}
	#element3734790_257153{
		margin:0 -10px !important;
	}
	
	#footer .bottomNav li{
		width:50% !important;
		display:block;
		float:left;
		background:none !important;
		padding: 0 !important;
	}
	
	#footer .bottomNav li a {
		padding: 2px 20px;
		display: block;
	}
	
	#threeContainer{
		border-bottom:0;
		padding-bottom:0;
	}
	
	#threeContainer > div{
		margin:10px 20px;
		padding:0;
	}
	
	#threeContainer div.clear{
		margin:0;
	}
	
	#copyright .logo{
		display:none;
	}
	
	#copyright #copyNav{
		padding:0 20px 10px 20px;
	}
	
	.sectionMenu{
		display:none;
	}


	#secPage #subColumn,
	#secPage #mainColumn,
	#twoColLeft,
	#twoColRight{
		width:100% !important;
		float:none;
		/* padding:0 10px; */
		margin:0 !important;
		padding:0 !important;
	}
	
	#subColumn img,
	#mainColumn img {
		max-width: 100% !important;
	}
	
	.fullColumn{
		padding:10px 0 0 0;
	}
	
	#mainColumn h1, 
	#mainColumn h2, 
	#mainColumn h3, 
	#mainColumn h4, 
	#mainColumn h5, 
	#mainColumn h6, 
	#mainColumn p, 
	#mainColumn ul,	
	#mainColumn ol,
	
	#subColumn h1, 
	#subColumn h2, 
	#subColumn h3, 
	#subColumn h4, 
	#subColumn h5, 
	#subColumn h6, 
	#subColumn p, 
	#subColumn ul
	#subColumn ol
	{
		padding:0 10px;
	}
/*
	#subColumn > div,
	#mainColumn > div{
		padding:0 10px;		
	}
*/


	#pageTitle {
	margin-top: 5px;
	background: url(../images/pageTitlebg.jpg) center center repeat-y;
	padding: 10px 0 10px 15px;
	height:auto;
	}


/*
    .selectedPage,
    .selectedPageRoot {
        display: block;
    }
*/

	.nav{
		width:100%;
		display:none;
	}
    .toggleMenu{
	    display:block;
    }
    
    a.selectedPage,
    a.selectedPageRoot,
    a.selectedPageParent{
	    color:#cc9;
	    text-decoration: underline;
    }
    
    .dropdown{
/*
		display:inline-block;
		height:1em;
		width:30px;
		margin-top:-5px;
		background: url(../images/downArrow.png) left center no-repeat;
		margin-left:5px;
		
		-webkit-border-radius: 	50%;
		-moz-border-radius: 	50%;
		border-radius: 			50%;
 		vertical-align: middle;
*/
	}
    .nav a{
	  padding:5px 10px;  
    }
    .nav > li {
        float: none;
    }
    .nav > li > a{
	    border-right:0;
    }

    .nav li.hover > ul{
        display: inline-block !important;
        width: 100%;
        position: static !important;
    }

    .nav li li a{
    	background:rgba(255,255,255,0.1);
	    padding:5px 10px 5px 20px;
    }
    .nav li li li a{
    	background:rgba(255,255,255,0.2);
	    padding:5px 10px 5px 30px;
    }
    .nav li li li li a{
    	background:rgba(255,255,255,0.3);
	    padding:5px 10px 5px 40px;
    }
    .nav li li li li li a{
    	background:rgba(255,255,255,0.4);
	    padding:5px 10px 5px 40px;
    }
    .nav li li li li li li a{
    	background:rgba(255,255,255,0.5);
	    padding:5px 10px 5px 40px;
    }

	#homePage .photoGallery{
		width:100%;
	}	
}

@media only screen and (max-width: 320px) {
	.hide-on-mobile2{
		display:none !important;
		width:100%;
	}
	.hide-on-desktop2{
		display: inherit !important;
	}
}