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

}

/*_____________________________________________________________________*/
/*----------------For Mobile Devices (821px and 1024px)-----------------*/
/*_____________________________________________________________________*/
@media only screen and (min-width: 821px) 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 ########## */
	#wordmark.one-half { width: 100%; }
	img#uci { width: 180px; display: inline-block; height: auto; }
	img#program { width: 380px; display: block; height: auto; margin: -5px 0 0 0; }
	img#logomobile { width: 320px; display: block; height: auto; margin: -15px 0 0 0; }
	img#socsci { display: none; height: 0px;}

	/* ########## CONTROLS THE BANNERS ON THE SITE ########## */
	#banner { background-image: url('/_resources/images/banner_reg.jpg'); height: 200px; top: 0px; margin-top: 115px; }
	.banner { background-image: url('/_resources/images/banner_sm.jpg'); height: 300px; top: 0px; margin-top: 115px; }
	
		
		#banner01.container {
		width: 100%;
	}
	
	#banner02.container {
		width: 100%;
	}
	
	#photodiv.one-half {
		top:300px;
		opacity: 1;
		margin-bottom: 300px;
		width: 100%;
		float: left;
	}
	
	.container-div5 {
		height: 300px;
		display: block;
	}
	
		#photodiv2.one-half {
		top:300px;
		opacity: 1;
		margin-bottom: 300px;
					width: 100%;
		float: left;
	}
	
		.container-div6 {
		height: 300px;
		display: block;
	}

	.faculty-info {
		width: 100%;
	}

	
	
h1#hero-heading {
		font-size: 2.5rem;
		max-width: 100%;
		margin-top: 200px;
	}

	p.hero-subheading {
		font-size: 1.5rem;
		max-width: 100%;
		margin: 0 5%;		
	}

	p.hero-tagline {
		font-size: 1.25rem;
		max-width: 100%;
		margin: 1rem 0;		
	}

	.hero-cta {
		text-align: center;
		width: 100%;
		margin: 2rem 0;
	}

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

	
	.box h2 {
		font-size: 2.5em;
	}
	
	.one-third .box p span {
		font-size: 0.95rem;
	}
	


img#billmaurer {
		width: 300px;
	}
	
	#grad.one section div .one-half img {
		display: none;
	}

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

	h2.hero-subheading {
		color: #fff;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 1.5;
		margin: -0.5rem 0 1rem 0;
	}


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

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

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

	img#gradstudiesmobile {
		display: block;
	}

	#undergrad.one-half {
		width: 100%;
		margin-bottom: 5%;
	}
	
	.container-div3 {
		background-image: url('/_resources/images/research_mobile.webp');
		height: 500px;
	}

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

	/**
	h1 {
    font-size: 1.875rem;
    margin: 1rem 0 1.5rem 0;
}
	**/
	
		/* ########## 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 - 112px);
		background-color: rgba(27,61,109);
		top: 112px;
		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;
		color:#fff;
		width: 100%;
	}

	header nav2 ul li .children {
		display: none;
		position: relative;
		padding-left: 0px;
	}

	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;
		padding-left: 0px;
	}

	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;
		font-size: 1.875rem;
		left: 85%;
	}

	.menu_bar a {
		color: #fff;
	}

	.menu_bar a:focus {
		outline: none;
	}

	.menu_bar a:focus-visible {
		outline: none;
	}

	.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: 5px 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 {
		background: #fff;
		color: #000;
	}

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


	.heading_title {
		display: block;
		text-transform: uppercase;
		padding: 15px;
		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 h1 {
    color: #505353;
    font-weight: 500;
    font-size: 0.938rem;
    margin: 0.5rem 0 0.25rem 0;
}


	#breadcrumb .container .one-half {
		text-align: center;
		padding: 0px;
	}

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

	nav2 ul.menu {
		padding-left: 0px;
	}

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

	#footer {
		font-size: 1.125rem;
	}

	footer#footer div.container div.one div.one-fourth {
		margin-left: 0.5%;
		margin-right: 0.5%;
		width: 22.25%;
	}

	/* ########## REMEMBER ########## 
	p#speak, p#age, p#think {
	scroll-margin-top: 145px;
}
	########## REMEMBER ########## */

	/* ########## 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; }
		#main-navigation {
		margin-top: 0;
	}
}



/*_____________________________________________________________________*/
/*----------------For Mobile Devices (769px and 820px)-----------------*/
/*_____________________________________________________________________*/

@media only screen and (min-width: 769px) and (max-width: 820px) {
	#container{ width: 100%; overflow: hidden; }
	.container {width: 720px; }

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

	/* ########## 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#program { width: 380px; display: block; height: auto; margin: -5x 0 0 0; }
	img#logomobile { width: 320px; display: block; height: auto; margin: -15px 0 0 0; }
	img#socsci { display: none; height: 0px;}


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

	
		#banner01.container {
		width: 100%;
	}
	
	#banner02.container {
		width: 100%;
	}
	
	#photodiv.one-half {
		top:300px;
		opacity: 1;
		margin-bottom: 300px;
	}
	
	.container-div5 {
		height: 300px;
		display: block;
	}
	
		#photodiv2.one-half {
		top:300px;
		opacity: 1;
		margin-bottom: 300px;
	}
	
		.container-div6 {
		height: 300px;
		display: block;
	}

	.faculty-info {
		width: 100%;
	}
	

	h1#hero-heading {
		font-size: 2.5rem;
		max-width: 100%;
		margin-top: 200px;
	}

	p.hero-subheading {
		font-size: 1.5rem;
		max-width: 100%;
		margin: 0 5%;		
	}

	p.hero-tagline {
		font-size: 1.25rem;
		max-width: 100%;
		margin: 1rem 0;		
	}

	.hero-cta {
		text-align: center;
		width: 100%;
		margin: 2rem 0;
	}

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

	
	.box h2 {
		font-size: 2.5em;
	}
	
	.one-third .box p span {
		font-size: 0.95rem;
	}
	
	img#billmaurer {
		width: 300px;
	}
	
	#grad.one section div .one-half img {
		display: none;
	}

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

	h2.hero-subheading {
		color: #fff;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 1.5;
		margin: -0.5rem 0 1rem 0;
	}


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

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

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

	img#gradstudiesmobile {
		display: block;
	}

	#undergrad.one-half {
		width: 100%;
		margin-bottom: 5%;
	}
	
	.container-div3 {
		background-image: url('/_resources/images/research_mobile.webp');
		height: 500px;
	}

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

	h1 {
    font-size: 1.875rem;
    margin: 1rem 0 1.5rem 0;
}
	
	/* ########## 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 - 64px);
		background-color: rgba(27,61,109);
		top: -64px;
		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;
		color:#fff;
		width: 100%;
	}

	header nav2 ul li .children {
		display: none;
		position: relative;
		padding-left: 0px;
	}

	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;
		padding-left: 0px;
	}

	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;
		font-size: 1.875rem;
		left: 85%;
	}

	.menu_bar a {
		color: #fff;
	}

	.menu_bar a:focus {
		outline: none;
	}

	.menu_bar a:focus-visible {
		outline: none;
	}

	.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: 5px 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 {
		background: #fff;
		color: #000;
	}

	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 h1 {
    color: #505353;
    font-weight: 500;
    font-size: 0.938rem;
    margin: 0.5rem 0 0.25rem 0;
}


	#breadcrumb .container .one-half {
		text-align: center;
		padding: 0px;
	}

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

	nav2 ul.menu {
		padding-left: 0px;
	}

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

	#footer {
		font-size: 1.125rem;
	}

	footer#footer div.container div.one div.one-fourth {
		margin-left: 0.5%;
		margin-right: 0.5%;
		width: 22.25%;
	}

	/* ########## REMEMBER ########## 
	p#speak, p#age, p#think {
	scroll-margin-top: 145px;
}
	########## REMEMBER ########## */

	/* ########## 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; }
		#main-navigation {
		margin-top: 0;
	}
}








/*_____________________________________________________________________*/
/*----------------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: 0px; top: auto; height: 115px; }

	/* ########## 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#program { width: 380px; display: block; height: auto; margin: -5px 0 0 0; }
	img#logomobile { width: 320px; display: block; height: auto; margin: -15px 0 0 0; }
	img#socsci { display: none; height: 0px;}


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

		#banner01.container {
		width: 100%;
	}
	
	#banner02.container {
		width: 100%;
	}
	
	#photodiv.one-half {
		top:300px;
		opacity: 1;
		margin-bottom: 300px;
	}
	
	.container-div5 {
		height: 300px;
		display: block;
	}
	
		#photodiv2.one-half {
		top:300px;
		opacity: 1;
		margin-bottom: 300px;
	}
	
		.container-div6 {
		height: 300px;
		display: block;
	}

	.faculty-info {
		width: 100%;
	}
	
	
	
	
	h1#hero-heading {
		font-size: 1.65rem;
		max-width: 100%;
		margin-top: 200px;
	}

	p.hero-subheading {
		font-size: 1.25rem;
		max-width: 100%;
		margin: 0;		
	}

	p.hero-tagline {
		font-size: 1.25rem;
		max-width: 100%;
		margin: 1rem 0;		
	}

	.hero-cta {
		text-align: center;
		width: 100%;
		margin: 2rem 0;
	}

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

	#grad.one section div .one-half img {
		display: none;
	}

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

	h2.hero-subheading {
		color: #fff;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 1.5;
		margin: -0.5rem 0 1rem 0;
	}


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

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

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

	img#gradstudiesmobile {
		display: block;
	}

	#undergrad.one-half {
		margin: -10px 0px -10px -30px;
	}
	
	.container-div3 {
		background-image: url('/_resources/images/research_mobile.webp');
		height: 400px;
	}

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

	h1 {
    font-size: 1.875rem;
    margin: 1rem 0 1.5rem 0;
}
	
	/* ########## 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 - 115px);
		background-color: rgba(27,61,109);
		top: 115px;
		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;
		color:#fff;
		width: 100%;
	}

	header nav2 ul li .children {
		display: none;
		position: relative;
		padding-left: 0px;
	}

	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;
		padding-left: 0px;
	}

	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;
		font-size: 1.875rem;
		left: 85%;
	}

	.menu_bar a {
		color: #fff;
	}

	.menu_bar a:focus {
		outline: none;
	}

	.menu_bar a:focus-visible {
		outline: none;
	}

	.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: 5px 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 {
		background: #fff;
		color: #000;
	}

	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 h1 {
    color: #505353;
    font-weight: 500;
    font-size: 0.938rem;
    padding-top: 15px;
    margin: 1rem 0 0.25rem 0;
}


	#breadcrumb .container .one-half {
		text-align: center;
		padding: 0px;
	}

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

	nav2 ul.menu {
		padding-left: 0px;
	}

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

	#footer {
		font-size: 1.125rem;
	}

	footer#footer div.container div.one div.one-fourth {
		margin-left: 1%;
		margin-right: 1%;
		width: 100%;
	}

	/* ########## REMEMBER ########## 
	p#speak, p#age, p#think {
	scroll-margin-top: 145px;
}
	########## REMEMBER ########## */

	/* ########## 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; }
		#main-navigation {
		margin-top: 0;
	}
}












/*_____________________________________________________________________*/
/*----------------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: auto; height: 115px; }

	/* ########## 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#program { width: 380px; display: block; height: auto; margin: -5px 0 0 0; }
	img#logomobile { width: 320px; display: block; height: auto; margin: -20px 0 0 0; }
	img#socsci { display: none; height: 0px;}


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

	
	#banner01.container {
		width: 100%;
	}
	
	#banner02.container {
		width: 100%;
	}
	
	#photodiv.one-half {
		top:300px;
		opacity: 1;
		margin-bottom: 300px;
	}
	
	.container-div5 {
		height: 300px;
		display: block;
	}
	
		#photodiv2.one-half {
		top:300px;
		opacity: 1;
		margin-bottom: 300px;
	}
	
		.container-div6 {
		height: 300px;
		display: block;
	}

	.faculty-info {
		width: 100%;
	}
	
	h1#hero-heading {
		font-size: 1.65rem;
		max-width: 100%;
		margin-top: 200px;
	}

	p.hero-subheading {
		font-size: 1.25rem;
		max-width: 100%;
		margin: 0;		
	}

	p.hero-tagline {
		font-size: 1.25rem;
		max-width: 100%;
		margin: 1rem 0;		
	}

	.hero-cta {
		text-align: center;
		width: 100%;
		margin: 2rem 0;
	}

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

	#grad.one section div .one-half img {
		display: none;
	}

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

	h2.hero-subheading {
		color: #fff;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 1.5;
		margin: -0.5rem 0 1rem 0;
	}


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

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

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

	img#gradstudiesmobile {
		display: block;
	}

	#undergrad.one-half {
		margin: -10px 0px -10px -30px;
	}
	
	.container-div3 {
		background-image: url('/_resources/images/research_mobile.webp');
		height: 400px;
	}

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

	h1 {
    font-size: 1.875rem;
    margin: 1rem 0 1.5rem 0;
}
	
	/* ########## 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 - 115px);
		background-color: rgba(27,61,109);
		top: 115px;
		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;
		color:#fff;
		width: 100%;
	}

	header nav2 ul li .children {
		display: none;
		position: relative;
		padding-left: 0px;
	}

	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;
		padding-left: 0px;
	}

	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;
		font-size: 1.875rem;
		left: 75%;
	}

	.menu_bar a {
		color: #fff;
	}

	.menu_bar a:focus {
		outline: none;
	}

	.menu_bar a:focus-visible {
		outline: none;
	}

	.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: 5px 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 {
		background: #fff;
		color: #000;
	}

	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 h1 {
    color: #505353;
    font-weight: 500;
    font-size: 0.938rem;
    padding-top: 15px;
    margin: 0.15rem 0 0.15rem 0;
}


	#breadcrumb .container .one-half {
		text-align: center;
		padding: 0px;
	}

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

	nav2 ul.menu {
		padding-left: 0px;
	}

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

	#footer {
		font-size: 1.125rem;
	}

	footer#footer div.container div.one div.one-fourth {
		margin-left: 1%;
		margin-right: 1%;
		width: 100%;
	}

	/* ########## REMEMBER ########## 
	p#speak, p#age, p#think {
	scroll-margin-top: 145px;
}
	########## REMEMBER ########## */

	/* ########## 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; }
	#main-navigation {
		margin-top: 0;
	}
 {
 }