@media all and (min-width:400px) {
	#search .seSearchForm .seSearchBox { width:79% }
}

@media all and (min-width:480px) {

	#row_experience .box .outcome .wrap{ font-size:16px; }

	#row_experience .box .outcome .wrap .title{ font-size:36px;	}
	
	#issues .issue{
		width:50%;
		float:left;
	}
	
	.img_grid{
		width:47%;
		margin:10px 3% 10px 0; 
		float:left;
		overflow:hidden;
	}
	
	img.left{
		float:left; 
		margin:15px;
	}
	
}

@media all and (min-width:768px) {
	
	#row_events {
		overflow:hidden;
		padding:30px 0;
	}
	
	#row_events .inner{
		width:544px;
		margin:auto;
	}
	
	#row_events .col{
		margin:0 12px 12px 0;
		float:left;
	}
	
	#row_events .links{
		width:170px;
		float:left;
		margin:0 0 0 12px;
	}
	
	
	#row_experience{
		overflow:hidden;
	}
	
	#row_experience .left{
		max-width:none;
		width:65%;
		float:left;
	}	
	
	#row_experience .right{
		width:30%;
		float:right;
	}
	
	
	
	#dept_prog_list .col.dept{
		width:25%;
		margin-top:0;
		float:left;
	}

	#dept_prog_list .wrap{
		width:73%;
		float:right;
	}
	
	#dept_prog_list .row.headers .col.dept{
		display:block;
		width:25%;
	}
	
	#dept_prog_list .row.headers .col.progs{
		width:45%;
		padding-left:0;
	}
	
	#dept_prog_list .row.headers .col.major{ width:14%; }
	
	#dept_prog_list .row.headers .col.minor{ width:14%; }
	
	#profile_detail .left{
		width:74%;
		float:left;
	}
	
	#profile_detail .right{
		width:24%;
		float:right;
	}
	
	#content .profiles .profile{
		display:inline-block;
		max-width:none;
		width:30%;
		margin-right:3%;
		vertical-align: top;
	}
	
	#mag_header{ max-height:352px; }
	
	#mag_header .left{
		width:54%;
		float:left;
	}
	
	#mag_header .right{
		width:46%;
		float:right;
	}
	
	#mag_header .feat.one .wrap{ padding:0 4px 0 0; }
	
	#mag_header .feat.one .wrap .banner{ top:0; right:4px; }
	
	#mag_header .feat.two .wrap{ padding:0 2px 2px 0; }
	
	#mag_header .title_block .wrap{ padding:0 0 2px 2px; } 
	
	#mag_header .cover .wrap{ padding-bottom:0; }
	
	#mag_header .feat.three .wrap{ padding:2px 0 0 2px; }
	
	#mag_header .feat.three .wrap .banner{ bottom:0; right:0; }
	
	#articles .article{ overflow:hidden; }
	
	#articles .article .image{
		width:30%;
		float:left;
	}
	
	#articles .article .details{
		width:67%;
		float:right;
	}
	
	#issues .issue{
		width:30%;
		margin-right:3%
		float:left;
	}
	
	#mag_issue .filter ul{
		overflow:hidden;
	}
	
	#mag_issue .filter ul li{
		float:left;
		padding:0 10px;
		border-left:1px solid #eaeaea;
	}
	
	#mag_issue .filter ul li:first-child{ border:0; }
	
	#site.program #header .left { float:left }
	
	#site.program #header .right {
		float:right;	
		margin-top:0px;
	}
	
	#site.program #search .seSearchForm { width:300px }
}

@media all and (min-width:1020px) {
  html.js #main_nav_trigger { display:none }
  
	#header > .inner { padding:0; }
	
	#header .left{
		width:30%;
		margin:30px 0 10px
	}

	#header .right {
    display:block; 
		width:70%;
		float:right;
		overflow:hidden;
  }
  
	#weather{
		float:left;
	}

	#quicklinks{
		float:left;
	}
	
	#quicklinks ul li{
		float:left;
		padding:6px 7px 0;
		border-left:1px solid #e0dede;
	}
	
	#quicklinks ul li:first-child{ border:0; }

	#info_for{
		float:right;
		background-color:#f5f5f5;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		width:240px;
		padding:4px 10px;
	}
	
	#info_for .title{ 
		margin:6px 0;
		float:left;
	}
	
	#info_for .dl{
		width:175px;
		float:right;
		background-color:#FFF;
		border-radius:3px;
		margin:1px 0;
	}
	
	#info_for .dl.open{
		box-shadow:0px 5px 5px #a9a9a9;
		border-bottom-left-radius:0;
		border-bottom-right-radius:0;
	}
	
	#info_for .dt{
		display:block;
		cursor:pointer;
		color:#b1abaa;
		padding:5px 10px;
		background:url("https://3d0e1d0076d2fb4dca42-7d8368f0b74ba7ec4664c131b357c6f9.ssl.cf2.rackcdn.com/icon-arrow-down-grey_png-1407971000") no-repeat 96%;
	}
	
	#info_for .dd{
		position:absolute;
		margin:0;
		z-index:9999;
		overflow:hidden;
		max-height:0;
		background-color:#FFF;
		border-bottom-left-radius:3px;
		border-bottom-right-radius:3px;
		box-shadow:0px 5px 5px #a9a9a9;
		transition: max-height 0.4s;
	}
	
	#info_for .dl.open .dd{
		max-height:9999px;
	}
	
	#info_for ul{
		list-style:none;
		margin:0;
		padding:5px 10px;
		width:155px;
	}

	#search{
		float:right;
		clear:right;
		margin:20px 0;
	}

	.seSearchForm {
		width:300px;
		margin:0 !important;
	}
	
	.inner,
  #main_nav {
    max-width:1000px;
    margin:auto;
  }
  
  #main_nav_container {
  	background: #eaeaea;
		background: -moz-linear-gradient(top,  #eaeaea 0%, #f5f5f5 43%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(43%,#f5f5f5));
		background: -webkit-linear-gradient(top,  #eaeaea 0%,#f5f5f5 43%);
		background: -o-linear-gradient(top,  #eaeaea 0%,#f5f5f5 43%);
		background: -ms-linear-gradient(top,  #eaeaea 0%,#f5f5f5 43%);
		background: linear-gradient(to bottom,  #eaeaea 0%,#f5f5f5 43%);
		z-index:9999;
  }  

	#main_nav_container.sticky { 
		position:fixed;
		top:0;
		width:100%;
		box-shadow:0 0 10px 0 #999;
	}
  
  #main_nav {
  	position:relative;
  	z-index:9998;
  }
  
  #main_nav > ul {
  	overflow:hidden;
  }
  
  #main_nav > ul > li { 
  	border-bottom:0;
  	float:left;
	}
  
  #main_nav > ul > li:first-child { 
  	border-top:0;
	}
  
  #main_nav > ul > li > a:hover,
  #main_nav li.open > a {
		background-color:#fff;
		color:#8e1826;
		box-shadow:0 0 10px #e8e8e8;
	}
  
  #main_nav .content {
  	display:block;	
  	left:0;
  	max-height: 0;
  	overflow: hidden;
  	position: absolute;
  	transition: max-height 0.4s;
  	width:1000px;
  	background-color:#fff;
	}
	
	#main_nav li.open .content {
		max-height:9999px;	
		box-shadow:0 8px 8px -2px #e8e8e8;
	}
	
	#main_nav .content > .wrap {
		padding:15px 0;
		overflow: hidden;
	}
	
	#main_nav .content .col > .wrap > .title {
		padding:0 25px;
		color:#6d605d;
		font-size:16px;
	}
	
	#main_nav .content .col { float:left }
	
	#main_nav .content .col { width:25% }
	
	#main_nav .content.three_cols .col3 { width:50% }
	
	#main_nav .content.three_cols .col3.col_links_wide > .wrap {
		padding:5px 15px;
	}
	
	#main_nav .content .col > .wrap {
		border-left:1px solid #e9e7e7;
	}
	
	#main_nav .content .col:first-child > .wrap {
		border-left:0;
	}
	
	#main_nav .content .col.col_call > .wrap {
		padding:5px 20px;
		text-align: center;
	}
	
	#main_nav .content .col.col_call .desc a {
		display:inline-block;
		background:url("https://3d0e1d0076d2fb4dca42-7d8368f0b74ba7ec4664c131b357c6f9.ssl.cf2.rackcdn.com/icon-arrow-brown_png-1407970993") no-repeat left center;
		padding-left:15px;
		margin-top:5px;
	}
	
	#main_nav .content .col.col_call img {
		max-width:100%;
		height:auto;	
	}
	
	#main_nav .content .col.col_links li a {
		color:#8e1826;
		display:block;
		padding:5px 25px 5px 25px;	
		transition: background-color 0.3s;
		background-image:url("https://3d0e1d0076d2fb4dca42-7d8368f0b74ba7ec4664c131b357c6f9.ssl.cf2.rackcdn.com/arrow-main-nav-link-list_png-1407971000");
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	#main_nav .content .col.col_links li a:hover {
		text-decoration: none;
		background-color:#f5f5f5;
		color:#000;
	}
	
	#main_nav .content .col.col_links_wide .top {
		overflow:hidden;
		padding:5px 0;
		border-bottom:1px solid #cdcdcd;	
	}
	
	#main_nav .content .col.col_links_wide .top a.title {
		float:left;	
		font-weight:bold;
		font-size:14px;
	}
	
	#main_nav .content .col.col_links_wide .top a {
		float:right;	
		font-size:12px;
	}
	
	#main_nav .content .col.col_links_wide ul {
		column-count: 2;
		column-gap: 10px;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		margin-top:5px;
	}
	
	#main_nav .callout.profile > .wrap { 
		max-width:173px !important;
		margin:auto;
	}
	
	#footer img{ max-width:100%; }
	
	#footer .inner{	overflow:hidden; }
	
	#footer .col{
		margin:0;
	}
	
	#footer .col.one{
		float:left;
		width:20%;	
		text-align:left;
		margin-left:3%
	}
	
	#footer .col.two{
		float:left;
		width:20%;	
		margin-left:2%;
		display:block;
		text-align:center;
	}
	
	#footer .col.three{
		float:left;
		width:31%;
		margin-left:4%
	}
	
	#footer .col.three .left{ width:45%;	}

	#footer .col.three .right{ width:45%;	}
	
	#footer .col.three ul li a{	padding:2px;	}
	
	#footer .col.four{
		float:left;
		margin-top:20px;
		width:12%;	
		margin-left:5%;
		margin-right:3%;
	}
	
	/*Home Page Styles*/
	
	#row_events .inner{ width:auto; }
	
	#row_events .links{ float:right; }
	
	#row_events .col{ margin-bottom:0; }
	
	#row_experience .left{
		width:665px;
		float:left;
	}
	
	#row_experience .right{
		width:300px;
		float:right;
	}
	
	#row_experience .box .outcome .wrap{
		font-size:18px;
		overflow:hidden;
	}

	#row_experience .box .outcome .wrap .title{ font-size:48px;	}
	
	#row_experience .top, #row_experience .bottom{
		overflow:hidden;
	}
	
	#row_experience .bottom{ padding-top:1px; }
	
	#row_experience .box{
		overflow:hidden;
	}
	
	#row_experience .top .box.large{
		width:62%;
	}
	
	#row_experience .top .box.small{
		width:38%;
	}
	
	#row_experience .bottom .box.large{
		width:65%;
	}
	
	#row_experience .bottom .box.small{
		width:35%;
	}

	#row_experience .box a.banner, #row_experience .box .outcome a.more{
		font-size:16px;
	}
		
	/*Internal Styles*/
	
	#aside_title{
		cursor:default;
		width:200px;
		background-image:none;
		border-radius:0;
		margin:0;
	}
	
	#aside_menu{
		max-height:9999px;
		overflow:inherit;
		margin:0;
	}
	
	#content.cols_one .col, #content.cols_two .col.two, #cols_container{	padding:0; }

	#content.cols_two .col.one, #content.cols_three .col.one{
		width:220px;
		float:left;
	}
	
	#content.cols_two .col.two, #cols_container{
		width:750px;
		float:right;
	}
	
	#content.cols_three .col.two{
		width:510px;
		float:left;
	}
	
	#content.cols_three .col.three{
		width:210px;
		float:right;
	}
	
	#aside_nav ul{
		box-shadow: 0px 0px 15px #a9a9a9;
		margin-bottom:15px;
	}
	
	#profile_detail .left{
		width:68%;
		float:left;
	}
	
	#profile_detail .right{
		width:30%;
		float:right;
	}

	#mag_header{ margin-bottom:0; }
	
	#mag_header .feat.one .wrap{ padding:0 4px; }
	
	#mag_header .title_block .wrap{ padding:0 4px 2px 2px; } 
	
	#mag_header .feat.three .wrap{ padding:2px 4px 0 2px; }
	
	#mag_header .feat.three .wrap .banner{ right:4px; }
	
	#content .page_banner .inner > img{
		border-left:4px solid #FFF;
		border-right:4px solid #FFF;
	}
	
	#content .page_banner{ min-height:130px; }
	
}