/*_____________________________________________________________________*/
/*----------------For Mobile Devices (1201px and 1440px)-----------------*/
/*_____________________________________________________________________*/
@media only screen and (min-width: 1201px) and (max-width: 1440px) {

	#container{ width: 100%; overflow: hidden;}
	.container { width: 1124px; }

	/* ########## CONTROLS THE LOOK OF THE HEADER AND FIXES TO THE TOP ########## */
	header#header { position: fixed; z-index: 99999}

	/* ########## CONTROLS THE WORDMARK LOGOS AT TOP ########## */
	img#uci { width: 180px; display: inline-block; height: auto; }
	img#logomobile { display: none; }
	img#logo { width: 480px; display: inline-block; height: auto; }
	img#socsci { width: 240px; display: inline-block; height: auto; }	

	/* ########## CONTROLS THE BANNERS ON THE SITE ########## */
	#banner { background-image: url('/_resources/images/banner_reg.jpg'); top: 20px; margin-top: 156px; }
	/*.banner { background-image: url('/_resources/images/banner_lg.jpg'); top: 20px; margin-top: 156px; } */


	/* ########## CONTROLS THE NAVIGATION SPACES BETWEEN TABS ########## */	
	.main-menu li a {
		padding: 10px 15px 10px 15px;
	}

	/* ########## CONTROLS THE NEWS LOOK ########## */
	.blog-post.layout-2 .post-intro {
		width: 55%;
	}

	h6.widget-title {
		margin-left: 0px;
	}

	.widget ul.sidebar-nav {
		margin-left: -30px;
	}

	.widget nav.top-search {
		width: auto;
		margin-right: -30px;
	}

	ul#sliderName.slider {
		padding-left: 0px;
	}

	/* ########## CONTROLS THE BREADCRUMBS ########## */
	#breadcrum {
		margin-top: 20px;
		padding: 20px 0px 10px 0px;
	}

	#breadcrumb .container .one-half {
		padding: 20px 0px 0px 0px;
	}

	/* ########## CONTROLS THE FOOTER ########## */
	footer#footer section.container section.one section.one-fourth {
		margin-left: 1%;
		margin-right: 1%;
		width: 23%;
		font-size: small;
		line-height: 1.25;
	}

}


/*_____________________________________________________________________*/
/*----------------For Mobile Devices (1025px and 1200px)-----------------*/
/*_____________________________________________________________________*/
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	#container{ width: 100%; overflow: hidden; }
	.container { width: 1024px; }

	/* ########## CONTROLS THE LOOK OF THE HEADER AND FIXES TO THE TOP ########## */
	header#header { position: fixed; z-index: 99999; }

	/* ########## CONTROLS THE WORDMARK LOGOS AT TOP ########## */
	img#uci { width: 180px; display: inline-block; height: auto; }
	img#logo { width: 480px; display: inline-block; height: auto; }
	img#socsci { width: 240px; display: inline-block; height: auto; }	

	/* ########## CONTROLS THE BANNERS ON THE SITE ########## */
	#banner { background-image: url('/_resources/images/banner_reg.jpg'); top: 20px; margin-top: 156px; }
	/* .banner { background-image: url('/_resources/images/banner_reg.jpg'); top: 0px; top: 20px; margin-top: 156px; } */

	/* ########## CONTROLS THE NAVIGATION SPACES BETWEEN TABS ########## */	
	.main-menu li a {
		padding: 10px 11px 10px 11px;
	}

	/* ########## CONTROLS THE NEWS LOOK ########## */
	.blog-post.layout-2 .post-intro {
		width: 55%;
	}

	h6.widget-title {
		margin-left: 0px;
	}

	.widget ul.sidebar-nav {
		margin-left: -30px;
	}

	.widget nav.top-search {
		width: auto;
		margin-right: -30px;
	}

	ul#sliderName.slider {
		padding-left: 0px;
	}

	/* ########## CONTROLS THE BREADCRUMBS ########## */
	#breadcrum {
		margin-top: 20px;
		padding: 20px 0px 10px 0px;
	}

	#breadcrumb .container .one-half {
		padding: 10px 0px 10px 0px;
	}

	/* ########## CONTROLS THE FOOTER ########## */
	footer#footer section.container section.one section.one-fourth {
		margin-left: 1%;
		margin-right: 1%;
		width: 23%;
		line-height: 1.25;
		font-size: small;
	}

}	

/*_____________________________________________________________________*/
/*----------------For Mobile Devices (961px and 1024px)-----------------*/
/*_____________________________________________________________________*/
@media only screen and (min-width: 961px) and (max-width: 1024px) {
	#container{ width: 100%; overflow: hidden; }
	.container { width: 940px; }

	/* ########## CONTROLS THE LOOK OF THE HEADER AND FIXES TO THE TOP ########## */
	header#header { position: fixed; z-index: 99999; }

	/* ########## CONTROLS THE WORDMARK LOGOS AT TOP ########## */
	img#uci { width: 180px; display: inline-block; height: auto; }
	img#logo { width: 480px; display: inline-block; height: auto; }
	img#socsci { width: 240px; display: inline-block; height: auto; }	

	/* ########## CONTROLS THE BANNERS ON THE SITE ########## */
	#banner { background-image: url('/_resources/images/banner_reg.jpg'); top: 20px; margin-top: 156px; }
	/* .banner { background-image: url('/_resources/images/banner_md.jpg'); height: 300px; top: 20px; margin-top: 156px; } */
	.banner { height: 600px; margin-top: 156px; }

	/* ########## CONTROLS THE NAVIGATION SPACES BETWEEN TABS ########## */	
	.main-menu li a {
		padding: 10px 6px 10px 6px;
	}

	/* ########## CONTROLS THE NEWS LOOK ########## */
	.blog-post.layout-2 .post-intro {
		width: 55%;
	}

	h6.widget-title {
		margin-left: 0px;
	}

	.widget ul.sidebar-nav {
		margin-left: -30px;
	}

	.widget nav.top-search {
		width: auto;
		margin-right: -30px;
	}

	ul#sliderName.slider {
		padding-left: 0px;
	}

	/* ########## CONTROLS THE BREADCRUMBS ########## */
	#breadcrum {
		margin-top: 20px;
		padding: 20px 0px 10px 0px;
	}

	#breadcrumb .container .one-half {
		padding: 20px 0px 0px 0px;
	}

	/* ########## CONTROLS THE FOOTER ########## */

	footer#footer section.container section.one section.one-fourth {
		margin-left: 1%;
		margin-right: 1%;
		width: 23%;
		font-size: small;
		line-height: 1.25;
	}
	
	
	.container-div2 .container .one-third {
		width: 31.25%;
	}

}


/*_____________________________________________________________________*/
/*----------------For Mobile Devices (821px and 960px)-----------------*/
/*_____________________________________________________________________*/
@media only screen and (min-width: 821px) and (max-width: 960px) {
	#container{ width: 100%; overflow: hidden; }
	.container { width: 820px; }

	/* ########## CONTROLS THE LOOK OF THE HEADER AND FIXES TO THE TOP ########## */
	header#header { position: fixed; z-index: 99999; }

	/* ########## CONTROLS THE WORDMARK LOGOS AT TOP ########## */
	img#uci { width: 180px; display: inline-block; height: auto; }
	img#logo { width: 480px; display: inline-block; height: auto; }
	img#socsci { width: 240px; display: inline-block; height: auto; }	

	/* ########## CONTROLS THE BANNERS ON THE SITE ########## */
	#banner { background-image: url('/_resources/images/banner_reg.jpg'); top: 20px; margin-top: 152px; }
	/* .banner { background-image: url('/_resources/images/banner_md.jpg'); height: 300px; top: 20px; margin-top: 152px; } */
	.banner { height: 600px; top: 20px; }
	
	.container-div3 {
		background-image: url('/_resources/images/research_mobile.webp');
	}

#gradstudies.one-half {
    width: 100%;
    margin-right: auto;
}
	
#undergradstudies.one-half {
    width: 100%;
    margin-right: auto;
}
	
#gradtext.one-half {
    width: 100%;
}
	
#undergradtext.one-half {
    width: 100%;
}

#undergradtext.one-half .container .one-half {
    width: 100%;
	margin: -10px -20px;
}



	.hero-text {
		z-index: 2;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 96%
	}

	.hero-text h1 {
		font-size: 1.9em;
		line-height: 1.15;
		margin: 0px 0px;
		padding-top: 60px;
	}

	.hero-text h2 {
		font-size: 1em;
		font-weight: 500;
		line-height: 1.25;
	}


	.hero-text2 {
		z-index: 2;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 96%
	}

	.hero-text2 h1 {
		font-size: 1.9em;
		line-height: 1.15;
		margin: 0px 0px;
		color:#fff;
	}

	.hero-text2 h2 {
		font-size: 1.25em;
		font-weight: 500;
		line-height: 1.5;
		color:#fff;
	}		
	
	
	
	

	/* ########## CONTROLS THE NAVIGATION SPACES BETWEEN TABS ########## */	
	.main-menu li a {

		padding: 10px 4px 10px 4px;
	}

	/* ########## CONTROLS THE NEWS LOOK ########## */

	.blog-post.layout-2 .post-intro {
		width: 55%;
	}

	h6.widget-title {
		margin-left: 0px;
	}

	.widget ul.sidebar-nav {
		margin-left: -30px;
	}

	.widget nav.top-search {
		width: auto;
		margin-right: -30px;
	}

	ul#sliderName.slider {
		padding-left: 0px;
	}


	/* ########## CONTROLS THE MOBILE NAVIGATION ########## */
	header nav2 {
		width: 100%;
		position: absolute;
		left: -100%;
		margin: 0;
		right: 100%;
		overflow: hidden;
		/*height: calc(100% - 64px); */
		height: calc(100vh - 0px);
		background-color: rgba(27,61,109);
		top: 0px;
		overflow-y: scroll;
		overflow-x: hidden;
		display: block;
		z-index: 99999;
	}

	nav2 {
		display: block;
		z-index: 99999;
		background-color: #ffd200;
	}

	nav2 li {
		width: 100%;
		display: block;
		padding: 15px 0px 15px 20px;
		border-bottom: 1px solid rgba(192,192,192,.5);
		left: 0;
		font-size: 20px;
	}

	nav2 li a .submenu {
		display: block;
		padding: 25px;
	}

	header nav2 ul li {
		display: block;
		border-bottom: 1px solid rgba(192,192,192,.6);
		position: relative;

	}

	header nav2 ul li .children {
		display: none;
		position: relative;
	}

	header nav2 ul li .children li a {
		color: #000;
		font-weight: 400;
		font-size: 18px;
		margin-right: 10%;
		text-wrap: balance;
	}	

	header nav2 ul li .children li:hover a {
		color: #255799;
	}

	header nav2 ul li .children li:hover a span {
		color: #255799;
	}

	header nav2 ul li.active .children {
		display: block;
	}

	header nav2 ul li .children .heading_title {
		color: #002244;
		font-size: large;
	}

	header nav2 ul li:hover {
		background: #fff;
		color: #000;
	}	

	.menu_bar {
		display: block;
		position: fixed;
		z-index: 99999;
		width: 95%;
		overflow: hidden;
		top: 20px;
		text-align: right;
		font-size: 30px;
	}

	.menu_bar a {
		color: #fff;
	}

	.menu_bar .button-menu {
		padding: 15px 10px 25px 40px;
		text-decoration: none;
		overflow: hidden;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}

	.menu_bar span {
		background-color: #1B3D6D;
		padding: 8px;
		color: #fff;
		margin-right: -10px;
	}

	header nav2 ul li .arrow {
		position: relative;
		margin-left: 5px;
		float: right;
		padding: 0px 50px;
		color: #fff;
	}

	header nav2 ul li:hover .arrow {
		color: #F0AB00;
	}

	header nav2 ul li a span {
		margin-right: 5px;
		color: #555759;
	}

	header nav2 ul li a:link {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 5px;
	}

	header nav2 ul li a:visited {
		color: #fff;
	}

	.heading_title {
		display: block;
		text-transform: uppercase;
		padding: 15px;
		font-weight: 800;
	}

	header nav2 ul li:hover a {
		color: #F0AB00;
		font-weight: 800;
	}
	
	
	/* ########## CONTROLS THE BREADCRUMBS ########## */
	#breadcrum {
		margin-top: 20px;
		padding: 20px 0px 10px 0px;
	}

	#breadcrumb .container .one-half {
		padding: 20px 0px 0px 0px;
	}

	/* ########## CONTROLS THE FOOTER ########## */

	footer#footer section.container section.one section.one-fourth {
		margin-left: 1%;
		margin-right: 1%;
		font-size: small;
		width: 23%;
		line-height: 1.25;
	}
	
	/* ########## THINGS TO REMOVE ########## */
	.after-nav-info { display: none; }
	.top-search{display: none;}	
	#search.one-half { display: none; }
	/* #main-navigation { display: none; } */
	#main-navigation .main-menu { display: none; }
	#header-links { display: none; }
	.widget ul.sidebar-nav { display: none; }
	.widget h6.widget-title { display: none; }

}	

/*_____________________________________________________________________*/
/*----------------For Mobile Devices (769px and 820px)-----------------*/
/*_____________________________________________________________________*/
@media only screen and (min-width: 769px) and (max-width: 820px) {
	#container{ width: 100%; overflow: hidden; }
	.container { width: 790px; }

	/* ########## CONTROLS THE LOOK OF THE HEADER AND FIXES TO THE TOP ########## */
	header#header { position: fixed; z-index: 99999; padding-bottom: 5px; }

	/* ########## CONTROLS THE WORDMARK LOGOS AT TOP ########## */
	img#uci { width: 180px; display: inline-block; height: auto; }
	img#logo { width: 480px; display: inline-block; height: auto; }
	img#socsci { width: 240px; display: inline-block; height: auto; }	

	/* ########## CONTROLS THE BANNERS ON THE SITE ########## */
	#banner { background-image: url('/_resources/images/banner_reg.jpg'); top: 20px; margin-top: 85px; }
	/* .banner { background-image: url('/_resources/images/banner_md.jpg'); height: 300px; top: 20px; margin-top: 85px; } */
	.banner { height: 400px; top: 20px; margin-top: 85px; }

	.container-div3 {
		background-image: url('/_resources/images/research_mobile.webp');
	}

#gradstudies.one-half {
    width: 100%;
    margin-right: auto;
}
	
#undergradstudies.one-half {
    width: 100%;
    margin-right: auto;
}
	
#gradtext.one-half {
    width: 100%;
}
	
#undergradtext.one-half {
    width: 100%;
}

#undergradtext.one-half .container .one-half {
    width: 100%;
	margin: -10px -20px;
}



	.hero-text {
		z-index: 2;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 96%
	}

	.hero-text h1 {
		font-size: 1.9em;
		line-height: 1.15;
		margin: 0px 0px;
		padding-top: 60px;
	}

	.hero-text h2 {
		font-size: 1em;
		font-weight: 500;
		line-height: 1.25;
	}


	.hero-text2 {
		z-index: 2;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 96%
	}

	.hero-text2 h1 {
		font-size: 1.9em;
		line-height: 1.15;
		margin: 0px 0px;
		color:#fff;
	}

	.hero-text2 h2 {
		font-size: 1.25em;
		font-weight: 500;
		line-height: 1.5;
		color:#fff;
	}	
	

	/* ########## CONTROLS THE NAVIGATION SPACES BETWEEN TABS ########## */	
	.main-menu li a {
		padding: 10px 7px 10px 7px;
	}

	/* ########## CONTROLS THE NEWS LOOK ########## */


	.blog-post.layout-2 .post-intro {
		width: 50%;
	}

	h6.widget-title {
		margin-left: 0px;
	}

	.widget ul.sidebar-nav {
		margin-left: -30px;
	}

	.widget nav.top-search {
		width: auto;
		margin-right: -30px;
	}

	ul#sliderName.slider {
		padding-left: 0px;
	}


	a.button.simple-grey {
		font-size: 16px;
		font-weight: 800;
	}

	/* ########## CONTROLS THE BREADCRUMBS ########## */
	#breadcrum {
		margin-top: 20px;
		padding: 20px 0px 10px 0px;
	}


	#breadcrumb .container .one-half {
		padding: 20px 0px 10px 0px;
	}

	/* ########## CONTROLS THE MOBILE NAVIGATION ########## */
	header nav2 {
		width: 100%;
		position: absolute;
		left: -100%;
		margin: 0;
		right: 100%;
		overflow: hidden;
		/*height: calc(100% - 64px); */
		height: calc(100vh - 5px);
		background-color: rgba(27,61,109);
		top: 5px;
		overflow-y: scroll;
		overflow-x: hidden;
		display: block;
		z-index: 99999;
	}

	nav2 {
		display: block;
		z-index: 99999;
		background-color: #ffd200;
	}

	nav2 li {
		width: 100%;
		display: block;
		padding: 15px 0px 15px 20px;
		border-bottom: 1px solid rgba(192,192,192,.5);
		left: 0;
		font-size: 20px;
	}

	nav2 li a .submenu {
		display: block;
		padding: 25px;
	}

	header nav2 ul li {
		display: block;
		border-bottom: 1px solid rgba(192,192,192,.6);
		position: relative;

	}

	header nav2 ul li .children {
		display: none;
		position: relative;
	}

	header nav2 ul li .children li a {
		color: #000;
		font-weight: 400;
		font-size: 18px;
		margin-right: 10%;
		text-wrap: balance;
	}	

	header nav2 ul li .children li:hover a {
		color: #255799;
	}

	header nav2 ul li .children li:hover a span {
		color: #255799;
	}

	header nav2 ul li.active .children {
		display: block;
	}

	header nav2 ul li .children .heading_title {
		color: #002244;
		font-size: large;
	}

	header nav2 ul li:hover {
		background: #fff;
		color: #000;
	}	

	.menu_bar {
		display: block;
		position: fixed;
		z-index: 99999;
		width: 95%;
		overflow: hidden;
		top: 20px;
		text-align: right;
		font-size: 30px;
	}

	.menu_bar a {
		color: #fff;
	}

	.menu_bar .button-menu {
		padding: 15px 10px 25px 40px;
		text-decoration: none;
		overflow: hidden;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}

	.menu_bar span {
		background-color: #1B3D6D;
		padding: 8px;
		color: #fff;
		margin-right: -10px;
	}

	header nav2 ul li .arrow {
		position: relative;
		margin-left: 5px;
		float: right;
		padding: 0px 50px;
		color: #fff;
	}

	header nav2 ul li:hover .arrow {
		color: #F0AB00;
	}

	header nav2 ul li a span {
		margin-right: 5px;
		color: #555759;
	}

	header nav2 ul li a:link {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 5px;
	}

	header nav2 ul li a:visited {
		color: #fff;
	}

	.heading_title {
		display: block;
		text-transform: uppercase;
		padding: 15px;
		font-weight: 800;
	}

	header nav2 ul li:hover a {
		color: #F0AB00;
		font-weight: 800;
	}

.one-third {
	width: 30%;
	margin-right: 3.2%;
}
	
	.one-fifth {
		width: 17.5%;
		margin-right: 1.2%;
		margin-left: 1.2%
	}
	

	/* ########## CONTROLS THE FOOTER ########## */
	footer#footer section.container section.one section.one-fourth {
		margin-left: 1%;
		margin-right: 1%;
		font-size: small;
		width: 23%;
		line-height: 1.25;
	}

	/* ########## THINGS TO REMOVE ########## */
	.after-nav-info { display: none; }
	.top-search{display: none;}	
	#search.one-half { display: none; }
	/* #main-navigation { display: none; } */
	#main-navigation .main-menu { display: none; }
	#header-links { display: none; }
	.widget ul.sidebar-nav { display: none; }
	.widget h6.widget-title { display: none; }


}	



/*_____________________________________________________________________*/
/*----------------For Mobile Devices (481px and 768px)-----------------*/
/*_____________________________________________________________________*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
	#container{ width: 100%; overflow: hidden;}
	.container { width: 480px; }

	/* ########## CONTROLS THE LOOK OF THE HEADER AND FIXES TO THE TOP ########## */
	header#header { position: fixed; z-index: 99999; padding-bottom: 15px; }

	/* ########## CONTROLS COLUMNS ########## */
	.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{ float:left; position:relative; width: 100%; margin-right: 0!important; padding-bottom: 0px;}

	/* ########## CONTROLS THE WORDMARK LOGOS AT TOP ########## */
	#wordmark.one-half { width: 100%; }
	img#uci { width: 180px; display: inline-block; height: auto; }
	img#logo { width: 480px; display: inline-block; height: auto; }
	img#socsci { width: 240px; display: inline-block; height: auto; }	

	/* ########## CONTROLS THE BANNERS ON THE SITE ########## */
	#banner { background-image: url('/_resources/images/banner_reg.jpg'); top: 20px; margin-top: 106px; }
	.banner { background-image: url('/_resources/images/banner_md.jpg'); height: 600px; top: 20px; margin-top: 106px; }
	
	
	#undergradstudies.one-half {
		width: 100%;
	}

	#gradstudies.one-half {
		width: 100%;
	}

	#gradstudies.one-half img {
		display: none;
	}

	img#gradstudiesmobile {
		display: block;
	}
	
		.container-div3 {
		background-image: url('/_resources/images/research_mobile.webp');
	}

	.hero-text {
		z-index: 2;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 96%
	}

	.hero-text h1 {
		font-size: 2.5em;
		line-height: 1.15;
	}

	.hero-text h2 {
		font-size: 1.5em;
		font-weight: 500;
		line-height: 1.25;
		padding: 0px 10%;
	}


	.hero-text2 {
		z-index: 2;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 96%
	}

	.hero-text2 h1 {
		font-size: 1.9em;
		line-height: 1.15;
		margin: 0px 0px;
		color:#fff;
	}

	.hero-text2 h2 {
		font-size: 1.25em;
		font-weight: 500;
		line-height: 1.5;
		color:#fff;
	}
	
	
	
	

	/* ########## CONTROLS THE FONT OF THE PAGE AND LINE-SPACE ########## */
	body {
		font-size: 18px;
		line-height: 1.5;
	}
	blockquote {
		line-height: 1.5;
	}
	small {
		font-size: 11px;
	}	

	/* ########## CONTROLS THE MOBILE NAVIGATION ########## */

	header nav2 {
		width: 100%;
		position: absolute;
		left: -100%;
		margin: 0;
		right: 100%;
		overflow: hidden;
		/*height: calc(100% - 64px); */
		height: calc(100vh - 15px);
		background-color: rgba(27,61,109);
		top: 15px;
		overflow-y: scroll;
		overflow-x: hidden;
		display: block;
		z-index: 99999;
	}

	nav2 {
		display: block;
		z-index: 99999;
		background-color: #ffd200;
	}

	nav2 li {
		width: 100%;
		display: block;
		padding: 15px 0px 15px 20px;
		border-bottom: 1px solid rgba(192,192,192,.5);
		left: 0;
		font-size: 20px;
	}

	nav2 li a .submenu {
		display: block;
		padding: 25px;
	}

	header nav2 ul li {
		display: block;
		border-bottom: 1px solid rgba(192,192,192,.6);
		position: relative;

	}

	header nav2 ul li .children {
		display: none;
		position: relative;
	}

	header nav2 ul li .children li a {
		color: #000;
		font-weight: 400;
		font-size: 18px;
		margin-right: 10%;
		text-wrap: balance;
	}	

	header nav2 ul li .children li:hover a {
		color: #255799;
	}

	header nav2 ul li .children li:hover a span {
		color: #255799;
	}

	header nav2 ul li.active .children {
		display: block;
	}

	header nav2 ul li .children .heading_title {
		color: #002244;
		font-size: large;
	}

	header nav2 ul li:hover {
		background: #fff;
		color: #000;
	}	

	.menu_bar {
		display: block;
		position: fixed;
		z-index: 99999;
		width: 95%;
		overflow: hidden;
		top: 20px;
		text-align: right;
		font-size: 30px;
	}

	.menu_bar a {
		color: #fff;
	}

	.menu_bar .button-menu {
		padding: 15px 10px 25px 40px;
		text-decoration: none;
		overflow: hidden;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	.menu_bar span {
		background-color: #1B3D6D;
		padding: 8px;
		color: #fff;
		margin-right: -10px;
	}

	header nav2 ul li .arrow {
		position: relative;
		margin-left: 5px;
		float: right;
		padding: 0px 50px;
		color: #fff;
	}

	header nav2 ul li:hover .arrow {
		color: #F0AB00;
	}

	header nav2 ul li a span {
		margin-right: 5px;
		color: #555759;
	}

	header nav2 ul li a:link {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 5px;
	}

	header nav2 ul li a:visited {
		color: #fff;
	}

	.heading_title {
		display: block;
		text-transform: uppercase;
		padding: 15px;
		font-weight: 800;
	}

	header nav2 ul li:hover a {
		color: #F0AB00;
		font-weight: 800;
	}

	/* ########## CONTROLS THE LOOK OF THE PROFILES ########## */
	ul.post-meta li {
		width: 100%;
		font-size: large;
		display: content;
		line-height: 1.5;
	}

	.faculty-info {
		float: left;
		position: relative;
		width: -webkit-fill-available;
	}

	.faculty-info .permalink h4 {
		font-size: 26px;
		padding-bottom: 10px;
	}

	.faculty-info .permalink h4 a {
		font-size: 26px;
		padding-bottom: 10px;
	}

	.post-intro p a.button.simple-grey.small.round {
		font-size: 16px;
		font-weight: 600;
		padding: 10px;
	}

	.blog-post.layout-2 .media-holder {
		width: 100%;
	}

	.blog-post.layout-2 .post-intro {
		width: -webkit-fill-available;
		float: left;
		line-height: 1.5;
	}

	.blog-post.layout-2 .media-holder img {
		width: 100%;
	}

	nav.pagination ul {
		margin-left: -30px;
	}	

	/* ########## CONTROLS THE NEWS LOOK ########## */
	ul#sliderName.slider {
		padding-left: 0px;
	}

	.one-third.featured-block figure {
		width: 100%;
		display: block;
	}

	ul#sliderName.slider {
		padding-left: 0px;
	}

	/* ########## CONTROLS THE BREADCRUMBS ########## */
	#breadcrumb .container .one-half {
		text-align: center;
		padding: 0px;
	}

	#breadcrumbs ul {
		float: none;
		padding-left: 0px;
	}


	/* ########## CONTROLS THE FOOTER ########## */
	#footer .one-fourth {
		margin-left: 25%;
		width: 760px;
		font-size: medium;
	}


	/* ########## THINGS TO REMOVE ########## */
	.after-nav-info { display: none; }
	.top-search{display: none;}	
	#search.one-half { display: none; }
	/* #main-navigation { display: none; } */
	#main-navigation .main-menu { display: none; }
	#header-links { display: none; }
	.widget ul.sidebar-nav { display: none; }
	.widget h6.widget-title { display: none; }
}


/*_____________________________________________________________________*/
/*----------------For Mobile Devices (320px and 480px)-----------------*/
/*_____________________________________________________________________*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
	#container{ width: 100%; overflow: hidden; }	/* 300 260 */
	.container {width: 320px; }

	/* ########## CONTROLS THE LOOK OF THE HEADER AND FIXES TO THE TOP ########## */
	header#header { position: fixed; z-index: 99999; padding-bottom: 0px; top: 0; }

	/* ########## CONTROLS COLUMNS ########## */
	.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{ float:left; position:relative; width: 100%; margin-right: 0!important; padding-bottom: 0px;}

	/* ########## CONTROLS THE WORDMARK LOGOS AT TOP ########## */
	#wordmark.one-half { width: 100%; }
	img#uci { width: 180px; display: inline-block; height: auto; }
	img#logomobile { width: 320px; display: inline-block; height: auto; }
	img#logo { display: none; }
	img#socsci { width: 240px; display: inline-block; height: auto; }	

	/* ########## CONTROLS THE BANNERS ON THE SITE ########## */
	#banner { background-image: url('/_resources/images/banner_reg.jpg'); height: 200px; top: 0px; margin-top: 122px; }
	.banner { background-image: url('/_resources/images/banner_sm.jpg'); height: 600px; top: 20px; margin-top: 0px; }
	video#mainvideo.hero { display: none; }

	.hero-text {
		z-index: 2;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 96%
	}

	.hero-text h1 {
		font-size: 1.9em;
		line-height: 1.15;
		margin: 0px 0px;
	}

	.hero-text h2 {
		font-size: 1.25em;
		font-weight: 500;
		line-height: 1.25;
	}


	.hero-text2 {
		z-index: 2;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 96%
	}

	.hero-text2 h1 {
		font-size: 1.9em;
		line-height: 1.15;
		margin: 0px 0px;
		color:#fff;
	}

	.hero-text2 h2 {
		font-size: 1.25em;
		font-weight: 500;
		line-height: 1.5;
		color:#fff;
	}

	h1 {
		font-size: 1.75em;
	}

	#undergradstudies.one-half {
		width: 100%;
	}

	#gradstudies.one-half {
		width: 100%;
	}

	#gradstudies.one-half img {
		display: none;
	}

	img#gradstudiesmobile {
		display: block;
	}

	.container-div3 {
		background-image: url('/_resources/images/research_mobile.webp');
	}

	/* ########## CONTROLS THE FONT OF THE PAGE AND LINE-SPACE ########## */
	body {
		font-size: 20px;
		line-height: 1.5;
	}
	blockquote {
		line-height: 1.5;
	}
	small {
		font-size: 11px;
	}

	/* ########## CONTROLS THE MOBILE NAVIGATION ########## */
	header nav2 {
		width: 100%;
		position: absolute;
		left: -100%;
		margin: 0;
		right: 100%;
		overflow: hidden;
		/*height: calc(100% - 64px); */
		height: calc(100vh - 0px);
		background-color: rgba(27,61,109);
		top: 0px;
		overflow-y: scroll;
		overflow-x: hidden;
		display: block;
		z-index: 99999;
	}

	nav2 {
		display: block;
		z-index: 99999;
		background-color: #ffd200;
	}

	nav2 li {
		width: 100%;
		display: block;
		padding: 15px 0px 15px 20px;
		border-bottom: 1px solid rgba(192,192,192,.5);
		left: 0;
		font-size: 20px;
	}

	nav2 li a .submenu {
		display: block;
		padding: 25px;
	}

	header nav2 ul li {
		display: block;
		border-bottom: 1px solid rgba(192,192,192,.6);
		position: relative;
		font-weight: 400;
	}

	header nav2 ul li .children {
		display: none;
		position: relative;
	}

	header nav2 ul li .children li a {
		color: #000;
		font-weight: 400;
		font-size: 18px;
		margin-right: 10%;
		text-wrap: balance;
	}	

	header nav2 ul li .children li:hover a {
		color: #255799;
	}

	header nav2 ul li .children li:hover a span {
		color: #255799;
	}

	header nav2 ul li.active .children {
		display: block;
	}

	header nav2 ul li .children .heading_title {
		color: #002244;
		font-size: large;
	}

	header nav2 ul li:hover {
		background: #fff;
		color: #000;
	}	


	.menu_bar {
		display: block;
		position: fixed;
		z-index: 99999;
		width: 98%;
		overflow: hidden;
		top: 6px;
		text-align: right;
		font-size: 30px;
	}

	.menu_bar a {
		color: #fff;
	}

	.menu_bar .button-menu {
		padding: 15px 10px 25px 40px;
		text-decoration: none;
		overflow: hidden;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}

	.menu_bar span {
		/** background-color: #1B3D6D; **/
		padding: 8px;
		color: #1B3D6D;
		margin-right: -10px;
	}

	header nav2 ul li .arrow {
		position: relative;
		margin-left: 5px;
		float: right;
		padding: 0px 50px;
		color: #fff;
	}

	header nav2 ul li:hover .arrow {
		color: #F0AB00;
	}

	header nav2 ul li a span {
		margin-right: 5px;
		color: #555759;
	}

	header nav2 ul li a:link {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 5px;
	}

	header nav2 ul li a:visited {
		color: #fff;
		font-weight: 600;
	}

	.heading_title {
		display: block;
		text-transform: uppercase;
		padding: 15px;
		font-weight: 800;
	}

	header nav2 ul li:hover a {
		color: #F0AB00;
		font-weight: 800;
	}	


	/* ########## CONTROLS THE LOOK OF THE PROFILES ########## */
	ul.post-meta li {
		width: 310px;
		font-size: large;
	}

	.faculty-info .permalink h4 {
		font-size: 26px;
		padding-bottom: 10px;
	}

	.faculty-info .permalink h4 a {
		font-size: 26px;
		padding-bottom: 10px;
	}

	.post-intro p a.button.simple-grey.small.round {
		font-size: 16px;
		font-weight: 600;
		padding: 10px;
	}

	.blog-post.layout-2 .media-holder {
		width: 100%;
	}

	.blog-post.layout-2 .media-holder img {
		width: 100%;
	}

	.blog-post.layout-2 .post-intro {
		width: -webkit-fill-available;
		float: left;
		line-height: 1.5;
	}

	nav.pagination ul {
		margin-left: -30px;
	}

	/* ########## CONTROLS THE NEWS LOOK ########## */
	ul#sliderName.slider {
		padding-left: 0px;
	}

	/* ########## CONTROLS THE BREADCRUMBS ########## */
	
	#breadcrumb {
		/** border-top: none; **/
		margin-bottom: 30px;
	}
	
	nav#breadcrumbs {
		padding-top: 0px
	}
	
	#breadcrumb h4 {
		margin: 0.5rem 0;
	}
	
	
	#breadcrumb .container .one-half {
		text-align: center;
		padding: 0px;
	}

	#breadcrumbs ul {
		float: none;
		padding-left: 0px;
	}

	/* ########## CONTROLS THE FOOTER ########## */
	footer#footer section.container section.one section.one-fourth {
		margin-left: 1%;
		margin-right: 1%;
		width: 100%;
	}
	
	p#speak, p#age, p#think {
		scroll-margin-top: 145px
		}

	/* ########## THINGS TO REMOVE ########## */
	.after-nav-info { display: none; }
	.top-search{display: none;}	
	#search.one-half { display: none; }
	#main-navigation .main-menu { display: none; }
	#header-links { display: none; }
	.widget ul.sidebar-nav { display: none; }
	.widget h6.widget-title { display: none; }
}