/*
 * This is the IE fallback stylesheet.
 * Author: Sebastien Marchal / Brock U
 */


/* Global Layout
----------------------- */
body {
	background: #cc0000;
	font-family: "Bliss Light", "Trebuchet MS", sans-serif;
	font-weight: 200;
	color: #585858;
	}
	
/* Border-box polyfill */
/*
html, body {
  box-sizing: border-box; *behavior: url("/mu.brockubeta.ca/wp-content/themes/brocku-mu-base/css/ie/boxsizing.htc");
}
*, *:before, *:after {
  box-sizing: inherit; *behavior: url("/mu.brockubeta.ca/wp-content/themes/brocku-mu-base/css/ie/boxsizing.htc")
}
*/

/*  Global links
----------------------- */



/*  Accessibility Skipnav
----------------------- */
#skip li a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px; height: 1px;
}

/*  Quick Links Drawer
----------------------- */


/*  Header
----------------------- */
#header #brand {
	width: 140px; height: 85px;
	}
	#header #brand svg { display: none; }

/* Logo with sub brand */
#header #brand.small {
	width: 70px; height: 43px;
	}
#header #subbrand.gsb { width: 140px; height: 116px; }
#header #subbrand.youth-university { width: 165px; height: 120px; }


#header #subbrand svg { display: none; }

/* omni menu search */
div.omni-menu input.gsc-input {	background: #f8f8f8 !important; }