/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

h1.site-name a,
h2.site-name a {
 font-size: 2.5rem;
 border-bottom:none;
}
/* show slogan in all devices but mobile - display is none in global */
h6.site-slogan {
	display:block;
	font-size:1.2rem;
	font-style:italic;
	color:#b3b995;
	padding:.5em 0;
}
/* apps top menu */
div.block-superfish-2 {
	float:right;
}
.sf-menu.sf-style-white a {
	padding: 1em .75em;
}

/* make search wider */
#search-block-form input[type="text"] {
	width:75%;
	margin:0;
	}
	
/* show sidebar first in all devices but mobile - display is none in global */
.region-sidebar-first-inner {
	display:block;
}

/* don't show breadcrumb except for mobile */
/* breadcrumb is checked under appearance */
div.breadcrumb {
	display:none;
}

#region-highlight-first,
#region-highlight-second,
#region-highlight-third,
#region-highlight-fourth,
#region-highlight-fifth,
#region-highlight-sixth {
	background:#b3b995;
	margin:0 .6em;
	}
div.view-department-highlight div.views-field-title {
	padding:.5em;
}

 /* 8-23-15 override umass_core section styles set in global */
#umass-banner form { 
	float: right;
	padding-top:0;
	}	
#umass-banner .metanav-toggle {
  float: right; 
}
#umass-banner .metanav-toggle {
  padding: .25em 2em 0 .25em;
	}
#umass-banner + #metanav a {
  padding: .5em 1em;
	}
#umass-banner + #metanav {
  margin-left: -25em; /* jp added so that background color extends beyond container */
  margin-right: -25em; /* jp added */
  padding-right: 25.5em; /* jp changed from .5em to 5.5em. 5em to offset negative margin-right */
}
/* end change to umass_core */