
/** UBC CLF styles, blue on white colour theme option; heavily cleaned from extra styles */
.clearfix {}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

article, aside, details, figure, footer, header, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

button, input {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button, html input[type="button"], input[type="submit"] {
	cursor: pointer;
	appearance: button;
	-webkit-appearance: button;
}

button, input[type="button"], input[type="submit"] {
	cursor: pointer;
}

body {
	margin: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	background-color: #fff;
	min-width: 240px;
}

.row {
	margin-left: -20px;
}

.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

.container {
	width: 940px;
}

.offset12 {
	margin-left: 980px;
}

.offset11 {
	margin-left: 900px;
}

.offset10 {
	margin-left: 820px;
}

.offset9 {
	margin-left: 740px;
}

.offset8 {
	margin-left: 660px;
}

.offset7 {
	margin-left: 580px;
}

.offset6 {
	margin-left: 500px;
}

.offset5 {
	margin-left: 420px;
}

.offset4 {
	margin-left: 340px;
}

.offset3 {
	margin-left: 260px;
}

.offset2 {
	margin-left: 180px;
}

.offset1 {
	margin-left: 100px;
}

.row-fluid {
	width: 100%;
}

.row-fluid:before, .row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 30px;
	margin-left: 2.1276595744681%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 100%;
}

.row-fluid .span11 {
	width: 91.489361702128%;
}

.row-fluid .span10 {
	width: 82.978723404255%;
}

.row-fluid .span9 {
	width: 74.468085106383%;
}

.row-fluid .span8 {
	width: 65.957446808511%;
}

.row-fluid .span7 {
	width: 57.446808510638%;
}

.row-fluid .span6 {
	width: 48.936170212766%;
}

.row-fluid .span5 {
	width: 40.425531914894%;
}

.row-fluid .span4 {
	width: 31.914893617021%;
}

.row-fluid .span3 {
	width: 23.404255319149%;
}

.row-fluid .span2 {
	width: 14.893617021277%;
}

.row-fluid .span1 {
	width: 6.3829787234043%;
}

.row-fluid .offset12 {
	margin-left: 104.25531914894%;
}

.row-fluid .offset12:first-child {
	margin-left: 102.12765957447%;
}

.row-fluid .offset11 {
	margin-left: 95.744680851064%;
}

.row-fluid .offset11:first-child {
	margin-left: 93.617021276596%;
}

.row-fluid .offset10 {
	margin-left: 87.234042553191%;
}

.row-fluid .offset10:first-child {
	margin-left: 85.106382978723%;
}

.row-fluid .offset9 {
	margin-left: 78.723404255319%;
}

.row-fluid .offset9:first-child {
	margin-left: 76.595744680851%;
}

.row-fluid .offset8 {
	margin-left: 70.212765957447%;
}

.row-fluid .offset8:first-child {
	margin-left: 68.085106382979%;
}

.row-fluid .offset7 {
	margin-left: 61.702127659574%;
}

.row-fluid .offset7:first-child {
	margin-left: 59.574468085106%;
}

.row-fluid .offset6 {
	margin-left: 53.191489361702%;
}

.row-fluid .offset6:first-child {
	margin-left: 51.063829787234%;
}

.row-fluid .offset5 {
	margin-left: 44.68085106383%;
}

.row-fluid .offset5:first-child {
	margin-left: 42.553191489362%;
}

.row-fluid .offset4 {
	margin-left: 36.170212765957%;
}

.row-fluid .offset4:first-child {
	margin-left: 34.042553191489%;
}

.row-fluid .offset3 {
	margin-left: 27.659574468085%;
}

.row-fluid .offset3:first-child {
	margin-left: 25.531914893617%;
}

.row-fluid .offset2 {
	margin-left: 19.148936170213%;
}

.row-fluid .offset2:first-child {
	margin-left: 17.021276595745%;
}

.row-fluid .offset1 {
	margin-left: 10.63829787234%;
}

.row-fluid .offset1:first-child {
	margin-left: 8.5106382978723%;
}

[class*="span"].hide, .row-fluid [class*="span"].hide {
	display: none;
}

.container {
	margin-right: auto;
	margin-left: auto;
}

.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
}

.container-fluid:before, .container-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.container-fluid:after {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	margin-right: 0;
	margin-left: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: inherit;
	text-rendering: optimizelegibility;
}

h1 {
	font-size: 68px;
	line-height: 76px;
}

h2 {
	font-size: 40px;
	line-height: 50px;
}

h3 {
	font-size: 28px;
	line-height: 40px;
}

h4 {
	font-size: 22px;
	line-height: 30 p;
}

h5 {
	font-size: 18px;
	line-height: 28px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
}

ul, ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

ul.inline, ol.inline {
	margin-left: 0;
	list-style: none;
}

ul.inline>li, ol.inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

li {
	line-height: 24px;
}

dl {
	margin-bottom: 20px;
}

dt, dd {
	line-height: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 10px;
}

.dl-horizontal {}

.dl-horizontal:before, .dl-horizontal:after {
	display: table;
	line-height: 0;
	content: "";
}

.dl-horizontal:after {
	clear: both;
}

.dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dl-horizontal dd {
	margin-left: 180px;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #fff;
}

input, button {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

input {
	width: 206px;
}

input[type="text"] {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

input[type="text"]:focus {
	border-color: rgba(82, 168, 236, .8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

input[type="submit"], input[type="button"] {
	width: auto;
}

input[class*="span"], .row-fluid input[class*="span"] {
	float: none;
	margin-left: 0;
}

.row-fluid input[class*="span"] {
	display: inline-block;
}

input {
	margin-left: 0;
}

input.span12 {
	width: 926px;
}

input.span11 {
	width: 846px;
}

input.span10 {
	width: 766px;
}

input.span9 {
	width: 686px;
}

input.span8 {
	width: 606px;
}

input.span7 {
	width: 526px;
}

input.span6 {
	width: 446px;
}

input.span5 {
	width: 366px;
}

input.span4 {
	width: 286px;
}

input.span3 {
	width: 206px;
}

input.span2 {
	width: 126px;
}

input.span1 {
	width: 46px;
}

input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.form-search input {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-search .hide {
	display: none;
}

.form-search label {
	display: inline-block;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

.collapse.in {
	height: auto;
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=20);
}

.close:hover, .close:focus {
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=100);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
}

.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe6e6e6", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
}

.btn:active, .btn.active {
	background-color: #ccc \9;
}

.btn:first-child {}

.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn.active.nitro-lazy, .btn:active.nitro-lazy {
	background-image: none !important;
}

.btn.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.disabled.nitro-lazy, .btn[disabled].nitro-lazy {
	background-image: none !important;
}

button.btn, input[type="submit"].btn {}

button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.nav {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
}

.nav>li>a {
	display: block;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav>.disabled>a {
	color: #999;
}

.nav>.disabled>a:hover, .nav>.disabled>a:focus {
	text-decoration: none;
	cursor: default;
	background-color: transparent;
}

.navbar {
	margin-bottom: 20px;
	overflow: visible;
}

.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image: -o-linear-gradient(top, #fff, #f2f2f2);
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff2f2f2", GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.navbar-inner:before, .navbar-inner:after {
	display: table;
	line-height: 0;
	content: "";
}

.navbar-inner:after {
	clear: both;
}

.navbar .container {
	width: auto;
}

.navbar .divider-vertical {
	height: 40px;
	margin: 0 9px;
	border-right: 1px solid #fff;
	border-left: 1px solid #f2f2f2;
}

.navbar .btn {
	margin-top: 5px;
}

.accordion {
	margin-bottom: 20px;
}

.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion-heading {
	border-bottom: 0;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.hidden {
	display: none;
	visibility: hidden;
}

@media only screen and (min-width: 1200px) {
	.row {
		margin-left: -30px;
	}
	
	.row:before, .row:after {
		display: table;
		line-height: 0;
		content: "";
	}
	
	.row:after {
		clear: both;
	}
	
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 30px;
	}
	
	.container {
		width: 1170px;
	}
	
	.span12 {
		width: 1170px;
	}
	
	.span11 {
		width: 1070px;
	}
	
	.span10 {
		width: 970px;
	}
	
	.span9 {
		width: 870px;
	}
	
	.span8 {
		width: 770px;
	}
	
	.span7 {
		width: 670px;
	}
	
	.span6 {
		width: 570px;
	}
	
	.span5 {
		width: 470px;
	}
	
	.span4 {
		width: 370px;
	}
	
	.span3 {
		width: 270px;
	}
	
	.span2 {
		width: 170px;
	}
	
	.span1 {
		width: 70px;
	}
	
	.offset12 {
		margin-left: 1230px;
	}
	
	.offset11 {
		margin-left: 1130px;
	}
	
	.offset10 {
		margin-left: 1030px;
	}
	
	.offset9 {
		margin-left: 930px;
	}
	
	.offset8 {
		margin-left: 830px;
	}
	
	.offset7 {
		margin-left: 730px;
	}
	
	.offset6 {
		margin-left: 630px;
	}
	
	.offset5 {
		margin-left: 530px;
	}
	
	.offset4 {
		margin-left: 430px;
	}
	
	.offset3 {
		margin-left: 330px;
	}
	
	.offset2 {
		margin-left: 230px;
	}
	
	.offset1 {
		margin-left: 130px;
	}
	
	.row-fluid {
		width: 100%;
	}
	
	.row-fluid:before, .row-fluid:after {
		display: table;
		line-height: 0;
		content: "";
	}
	
	.row-fluid:after {
		clear: both;
	}
	
	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 30px;
		margin-left: 2.5641025641026%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	
	.row-fluid .span12 {
		width: 100%;
	}
	
	.row-fluid .span11 {
		width: 91.452991452991%;
	}
	
	.row-fluid .span10 {
		width: 82.905982905983%;
	}
	
	.row-fluid .span9 {
		width: 74.358974358974%;
	}
	
	.row-fluid .span8 {
		width: 65.811965811966%;
	}
	
	.row-fluid .span7 {
		width: 57.264957264957%;
	}
	
	.row-fluid .span6 {
		width: 48.717948717949%;
	}
	
	.row-fluid .span5 {
		width: 40.17094017094%;
	}
	
	.row-fluid .span4 {
		width: 31.623931623932%;
	}
	
	.row-fluid .span3 {
		width: 23.076923076923%;
	}
	
	.row-fluid .span2 {
		width: 14.529914529915%;
	}
	
	.row-fluid .span1 {
		width: 5.982905982906%;
	}
	
	.row-fluid .offset12 {
		margin-left: 105.12820512821%;
	}
	
	.row-fluid .offset12:first-child {
		margin-left: 102.5641025641%;
	}
	
	.row-fluid .offset11 {
		margin-left: 96.581196581197%;
	}
	
	.row-fluid .offset11:first-child {
		margin-left: 94.017094017094%;
	}
	
	.row-fluid .offset10 {
		margin-left: 88.034188034188%;
	}
	
	.row-fluid .offset10:first-child {
		margin-left: 85.470085470085%;
	}
	
	.row-fluid .offset9 {
		margin-left: 79.487179487179%;
	}
	
	.row-fluid .offset9:first-child {
		margin-left: 76.923076923077%;
	}
	
	.row-fluid .offset8 {
		margin-left: 70.940170940171%;
	}
	
	.row-fluid .offset8:first-child {
		margin-left: 68.376068376068%;
	}
	
	.row-fluid .offset7 {
		margin-left: 62.393162393162%;
	}
	
	.row-fluid .offset7:first-child {
		margin-left: 59.82905982906%;
	}
	
	.row-fluid .offset6 {
		margin-left: 53.846153846154%;
	}
	
	.row-fluid .offset6:first-child {
		margin-left: 51.282051282051%;
	}
	
	.row-fluid .offset5 {
		margin-left: 45.299145299145%;
	}
	
	.row-fluid .offset5:first-child {
		margin-left: 42.735042735043%;
	}
	
	.row-fluid .offset4 {
		margin-left: 36.752136752137%;
	}
	
	.row-fluid .offset4:first-child {
		margin-left: 34.188034188034%;
	}
	
	.row-fluid .offset3 {
		margin-left: 28.205128205128%;
	}
	
	.row-fluid .offset3:first-child {
		margin-left: 25.641025641026%;
	}
	
	.row-fluid .offset2 {
		margin-left: 19.65811965812%;
	}
	
	.row-fluid .offset2:first-child {
		margin-left: 17.094017094017%;
	}
	
	.row-fluid .offset1 {
		margin-left: 11.111111111111%;
	}
	
	.row-fluid .offset1:first-child {
		margin-left: 8.5470085470085%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
	}
	
	.row:before, .row:after {
		display: table;
		line-height: 0;
		content: "";
	}
	
	.row:after {
		clear: both;
	}
	
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	
	.container {
		width: 724px;
	}
	
	.span12 {
		width: 724px;
	}
	
	.span11 {
		width: 662px;
	}
	
	.span10 {
		width: 600px;
	}
	
	.span9 {
		width: 538px;
	}
	
	.span8 {
		width: 476px;
	}
	
	.span7 {
		width: 414px;
	}
	
	.span6 {
		width: 352px;
	}
	
	.span5 {
		width: 290px;
	}
	
	.span4 {
		width: 228px;
	}
	
	.span3 {
		width: 166px;
	}
	
	.span2 {
		width: 104px;
	}
	
	.span1 {
		width: 42px;
	}
	
	.offset12 {
		margin-left: 764px;
	}
	
	.offset11 {
		margin-left: 702px;
	}
	
	.offset10 {
		margin-left: 640px;
	}
	
	.offset9 {
		margin-left: 578px;
	}
	
	.offset8 {
		margin-left: 516px;
	}
	
	.offset7 {
		margin-left: 454px;
	}
	
	.offset6 {
		margin-left: 392px;
	}
	
	.offset5 {
		margin-left: 330px;
	}
	
	.offset4 {
		margin-left: 268px;
	}
	
	.offset3 {
		margin-left: 206px;
	}
	
	.offset2 {
		margin-left: 144px;
	}
	
	.offset1 {
		margin-left: 82px;
	}
	
	.row-fluid {
		width: 100%;
	}
	
	.row-fluid:before, .row-fluid:after {
		display: table;
		line-height: 0;
		content: "";
	}
	
	.row-fluid:after {
		clear: both;
	}
	
	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 30px;
		margin-left: 2.7624309392265%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	
	.row-fluid .span12 {
		width: 100%;
	}
	
	.row-fluid .span11 {
		width: 91.436464088398%;
	}
	
	.row-fluid .span10 {
		width: 82.872928176796%;
	}
	
	.row-fluid .span9 {
		width: 74.309392265193%;
	}
	
	.row-fluid .span8 {
		width: 65.745856353591%;
	}
	
	.row-fluid .span7 {
		width: 57.182320441989%;
	}
	
	.row-fluid .span6 {
		width: 48.618784530387%;
	}
	
	.row-fluid .span5 {
		width: 40.055248618785%;
	}
	
	.row-fluid .span4 {
		width: 31.491712707182%;
	}
	
	.row-fluid .span3 {
		width: 22.92817679558%;
	}
	
	.row-fluid .span2 {
		width: 14.364640883978%;
	}
	
	.row-fluid .span1 {
		width: 5.8011049723757%;
	}
	
	.row-fluid .offset12 {
		margin-left: 105.52486187845%;
	}
	
	.row-fluid .offset12:first-child {
		margin-left: 102.76243093923%;
	}
	
	.row-fluid .offset11 {
		margin-left: 96.961325966851%;
	}
	
	.row-fluid .offset11:first-child {
		margin-left: 94.198895027624%;
	}
	
	.row-fluid .offset10 {
		margin-left: 88.397790055249%;
	}
	
	.row-fluid .offset10:first-child {
		margin-left: 85.635359116022%;
	}
	
	.row-fluid .offset9 {
		margin-left: 79.834254143646%;
	}
	
	.row-fluid .offset9:first-child {
		margin-left: 77.07182320442%;
	}
	
	.row-fluid .offset8 {
		margin-left: 71.270718232044%;
	}
	
	.row-fluid .offset8:first-child {
		margin-left: 68.508287292818%;
	}
	
	.row-fluid .offset7 {
		margin-left: 62.707182320442%;
	}
	
	.row-fluid .offset7:first-child {
		margin-left: 59.944751381215%;
	}
	
	.row-fluid .offset6 {
		margin-left: 54.14364640884%;
	}
	
	.row-fluid .offset6:first-child {
		margin-left: 51.381215469613%;
	}
	
	.row-fluid .offset5 {
		margin-left: 45.580110497238%;
	}
	
	.row-fluid .offset5:first-child {
		margin-left: 42.817679558011%;
	}
	
	.row-fluid .offset4 {
		margin-left: 37.016574585635%;
	}
	
	.row-fluid .offset4:first-child {
		margin-left: 34.254143646409%;
	}
	
	.row-fluid .offset3 {
		margin-left: 28.453038674033%;
	}
	
	.row-fluid .offset3:first-child {
		margin-left: 25.690607734807%;
	}
	
	.row-fluid .offset2 {
		margin-left: 19.889502762431%;
	}
	
	.row-fluid .offset2:first-child {
		margin-left: 17.127071823204%;
	}
	
	.row-fluid .offset1 {
		margin-left: 11.325966850829%;
	}
	
	.row-fluid .offset1:first-child {
		margin-left: 8.5635359116022%;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.container-fluid {
		padding: 0;
	}
	
	.dl-horizontal dt {
		float: none;
		width: auto;
		clear: none;
		text-align: left;
	}
	
	.dl-horizontal dd {
		margin-left: 0;
	}
	
	.container {
		width: auto;
	}
	
	.row-fluid {}
	
	.row {
		margin-left: 0;
	}
	
	[class*="span"], .row-fluid [class*="span"] {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.span12, .row-fluid .span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.row-fluid [class*="offset"]:first-child {
		margin-left: 0;
	}
	
	.input-large, input[class*="span"] {
		display: block;
		width: 100%;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 979px) {
	.navbar .container {
		width: auto;
		padding: 0;
	}
}

.container, #ubc7-unit-menu .container {
	margin: 0 auto;
	width: 940px;
}

.clear {
	clear: both;
}

.content {
	background: #fff;
}

#ubc7-global-menu, #ubc7-global-footer, #ubc7-minimal-footer, #ubc7-footer-menu h3, #ubc7-footer-menu h4 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

.full-width .expand, .full-width #ubc7-footer.expand {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.full-width #ubc7-header .container {
	border-left: 1px solid #d7e0e7;
	border-right: 1px solid #d7e0e7;
	padding-left: 14px;
	padding-right: 14px;
}

.full-width #ubc7-global-menu {
	box-shadow: inset 0 -60px 60px -60px #ccc;
	-moz-box-shadow: inset 0 -60px 60px -60px #ccc;
	-webkit-box-shadow: inset 0 -60px 60px -60px #ccc;
}

.full-width #ubc7-global-header {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.full-width #ubc7-header {
	position: relative;
}

@media only screen and (min-width: 1200px) {
	#ubc7-header .span1 {
		max-width: 70px;
	}
	
	#ubc7-header .span2 {
		max-width: 170px;
	}
	
	#ubc7-wordmark {
		max-width: 739px;
	}
}

@media only screen and (max-width: 979px) {
	.full-width #ubc7-header .container {
		border-left: 0;
		border-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

a {
	color: #2f5d7c;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #2f5d7c;
	text-decoration: none;
}

a:link, a:visited, button {
	-webkit-transition: color .2s ease, background-color .2s ease;
	-moz-transition: color .2s ease, background-color .2s ease;
	-o-transition: color .2s ease, background-color .2s ease;
	transition: color .2s ease, background-color .2s ease;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

header.row-fluid, header [class*="span"], #ubc7-header {
	background-color: #fff;
}

header.row-fluid, header [class*="span"] {
	height: 95px;
}

#ubc7-header {
	border-top: 3px solid #002145;
}

#ubc7-header .span2 {
	display: none;
}

#ubc7-logo a, #ubc7-apom a, #ubc7-wordmark a, #ubc7-global-utility button span, #ubc7-signature a, .ubc7-campus {
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

#ubc7-logo, #ubc7-apom, #ubc7-wordmark {
	height: 100%;
}

#ubc7-logo, #ubc7-apom a, #ubc7-wordmark-block, #ubc7-global-utility button span, #ubc7-global-utility-no-script, #ubc7-vancouver-campus, #ubc7-signature a, #ubc7-ql-apom span, #ubc7-ql-mobile span, .ubc7-arrow {
	background-image: url("https://students.ubc.ca/nitropack_static/KMqueKAoSCrlTwBULFsJFuUPlIbSXgFN/assets/images/source/rev-b182d11/students.ubc.ca/wp-content/themes/wp-hybrid-clf-2023/images/ubc7-clf-sprite-blue.png");
	background-repeat: no-repeat;
}

#ubc7-logo.nitro-lazy, #ubc7-apom a.nitro-lazy, #ubc7-wordmark-block.nitro-lazy, #ubc7-global-utility button span.nitro-lazy, #ubc7-global-utility-no-script.nitro-lazy, #ubc7-vancouver-campus.nitro-lazy, #ubc7-signature a.nitro-lazy, #ubc7-ql-apom span.nitro-lazy, #ubc7-ql-mobile span.nitro-lazy, .ubc7-arrow.nitro-lazy {
	background-image: none !important;
}

#ubc7-logo a, #ubc7-apom a, #ubc7-wordmark a, #ubc7-global-utility button {
	display: block;
	height: 100%;
	width: 100%;
	transition: none;
}

#ubc7-logo {
	background-position: 11px -115px;
	min-width: 95px;
}

#ubc7-apom a {
	background-position: -73px -115px;
	border-left: 1px solid #d7e0e7;
	min-width: 160px;
}

#ubc7-apom a:hover {
	background-color: #d7e0e7;
}

#ubc7-wordmark-block {
	background-position: -72px -115px;
	border-left: 1px solid #d7e0e7;
	width: 91.489361702128%;
	position: relative;
}

#ubc7-wordmark {
	float: left;
	position: relative;
	width: 85% !important;
}

#ubc7-global-utility button {
	background: transparent;
	border: 0;
	float: right;
	margin-right: 13px;
	height: 35px;
	padding: 0;
	width: 45px;
}

#ubc7-global-utility button span, #ubc7-global-utility-no-script {
	background-position: -1233px 7px;
	background-color: #002145;
	cursor: pointer;
	display: block;
	height: 35px;
	width: 45px;
}

#ubc7-global-utility button:hover span, #ubc7-global-utility button:active span {
	background-color: #002145;
}

#ubc7-global-utility-no-script {
	position: relative;
	top: -35px;
}

#ubc7-global-utility button span.opened {
	background-color: #002145;
	background-position: -1167px 7px;
}

.ubc7-campus {
	bottom: 17px;
	cursor: pointer;
	display: block;
	float: left;
	height: 18px;
	left: 28px;
	overflow: hidden;
	position: absolute;
	width: 135px;
}

#ubc7-vancouver-campus {
	background-position: -1320px -122px;
	background-repeat: no-repeat;
}

#ubc7-global-menu {
	background: #fff;
}

#ubc7-global-menu #ubc7-search input, #ubc7-global-menu #ubc7-search button, #ubc7-global-menu #ubc7-global-header a {
	visibility: hidden;
}

#ubc7-global-menu.in #ubc7-search input, #ubc7-global-menu.in #ubc7-search button, #ubc7-global-menu.in #ubc7-global-header a {
	visibility: visible !important;
}

#ubc7-search {
	background-color: #d7e0e7;
	height: 90px;
	text-align: center;
	width: 100%;
}

#ubc7-search-box {
	padding-top: 30px;
}

#ubc7-search-box input {
	font-size: 16px;
}

#ubc7-search-box label {
	display: none;
}

#ubc7-search-box .btn {
	background-color: #002145 !important;
	background-image: -ms-linear-gradient(top, #002145, #191938);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#002145), to(#191938));
	background-image: -webkit-linear-gradient(top, #002145, #191938);
	background-image: -o-linear-gradient(top, #002145, #191938);
	background-image: linear-gradient(to bottom, #002145, #191938);
	background-image: -moz-linear-gradient(top, #002145, #191938);
	background-repeat: repeat-x;
	border: 1px solid #191938;
	border-color: rgba(25, 25, 56, .5);
	border-color: #002145;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#002145", endColorstr="#191938", GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	text-decoration: none;
	text-shadow: none;
}

#ubc7-search-box .btn:hover, #ubc7-search-box .btn:active {
	background-color: #2f5d7c !important;
	border-color: #2f5d7c;
	color: #fff;
}

#ubc7-global-header .row-fluid {
	padding-top: 10px;
	padding-bottom: 30px;
}

#ubc7-global-header ul {
	list-style-type: none;
	margin-left: 0;
}

#ubc7-global-header li {
	border-bottom: 1px solid #d7e0e7;
	display: block;
	float: left;
	height: 30px;
	margin: 10px 1% 0 1%;
	width: 23%;
}

#ubc7-global-header a {
	color: #002145 !important;
	font-size: 12px;
	text-decoration: none;
}

#ubc7-global-header a:hover, #ubc7-global-header a:active {
	text-decoration: underline;
}

input.search-query {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-left: 3px;
	padding-right: 3px;
}

#ubc7-unit-menu {
	margin-bottom: 0;
}

#ubc7-unit-menu .navbar-inner {
	background-image: none;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	min-height: 32px;
}

#ubc7-unit-menu .navbar-inner.nitro-lazy {
	background-image: none !important;
}

.breadcrumb {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	font-size: 11px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
}

.breadcrumb>li {
	display: inline-block;
	text-shadow: none;
	line-height: 32px;
	vertical-align: middle;
}

.breadcrumb a {
	color: #2f5d7c;
	text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb .active {
	color: #002145;
}

.breadcrumb>li>.divider {
	padding: 0 5px;
	color: #ccc;
}

.sidenav.accordion {
	background-color: #fff;
	border: 1px solid #c4c4c4;
	margin-bottom: 0;
}

.sidenav .accordion-group {
	border-bottom: 0 !important;
	margin-bottom: 0;
}

.sidenav .accordion-group .accordion-group {
	border: 0;
	border-bottom: 1px solid #c4c4c4;
}

.sidenav .accordion-group .accordion-group:last-child {
	border-bottom: 0;
}

.sidenav .accordion-group .accordion-group .link, .sidenav .accordion-group .accordion-inner>a {
	padding-left: 32px;
}

.sidenav .accordion-group .accordion-group .accordion-inner a {
	padding-left: 48px;
}

.sidenav .accordion-heading.opened a {
	border-bottom-color: transparent;
}

.sidenav .accordion-inner {
	border-top: 0;
	line-height: 24px;
	padding: 0;
}

.sidenav .accordion-heading {
	border-bottom: 1px solid #c4c4c4;
	line-height: 24px;
	position: relative;
}

.sidenav .accordion-heading a .ubc7-arrow {
	vertical-align: text-top;
}

.sidenav .accordion-heading a:focus, .sidenav .accordion-heading a:active, .sidenav .accordion-group a:focus {
	background: #fff;
	color: #002145;
}

.sidenav .accordion-heading:hover, .sidenav .accordion-heading a:hover, .sidenav .accordion-heading:hover a:focus, .sidenav .accordion-heading:hover a:active, .sidenav .accordion-heading:hover .accordion-toggle {
	background: #002145 !important;
}

.sidenav .accordion-heading:hover a {
	color: #fff;
}

.sidenav .accordion-heading:hover>a .ubc7-arrow {
	background-position: -1178px -227px;
}

.sidenav .accordion-heading a, .sidenav .accordion-inner a {
	color: #353c98;
	display: block;
	padding: 8px 16px;
	text-decoration: none;
}

.sidenav .accordion>a:last-child, .sidenav .accordion-inner>a:last-child {
	border-bottom: 0;
}

.sidenav .accordion-group .accordion-group .accordion-inner>a:last-child {
	border-bottom: 1px solid #c4c4c4;
}

.sidenav .accordion-inner a:hover {
	background: #002145;
	color: #fff;
}

.sidenav .accordion-inner>a .ubc7-arrow {
	float: right;
	margin-right: -4px;
	margin-top: 2px;
}

.sidenav .accordion-inner>a:hover .ubc7-arrow {
	background-position: -1113px -227px;
}

.sidenav .accordion-heading .link {
	border-bottom: 0;
	height: 100%;
	margin-right: 52px;
}

.sidenav .accordion-heading .accordion-toggle {
	border-left: 1px solid #c4c4c4;
	border-bottom: 0;
	height: 100%;
	line-height: 40px;
	padding: 0 12px;
	position: absolute;
	right: 0;
}

.sidenav .opened {
	font-weight: 700;
}

.sidenav .opened .ubc7-arrow {
	background-position: -1207px -261px !important;
}

.sidenav .opened:hover .ubc7-arrow {
	background-position: -1207px -227px !important;
}

.sidenav .accordion-heading .accordion-toggle:hover {
	background: #193056 !important;
}

.sidenav .single {
	border: 1px solid #c4c4c4;
	line-height: 24px;
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.sidenav .single a {
	color: #353c98;
	display: block;
	padding: 14px 16px;
	text-decoration: none;
}

.sidenav .single a:hover {
	background: #002145;
	color: #fff;
}

.sidenav .single>a .ubc7-arrow, .sidenav .accordion>a .ubc7-arrow {
	float: right;
	margin-right: -4px;
	margin-top: 4px;
}

.sidenav .accordion>a {
	padding-left: 32px;
}

.sidenav .single>a:hover .ubc7-arrow, .sidenav .accordion>a:hover .ubc7-arrow {
	background-position: -1113px -227px;
}

.sidenav .single>.opened .ubc7-arrow {
	background-position: inherit;
}

.sidenav .opened .right-arrow {
	background-position: -1113px -261px !important;
}

.sidenav .opened:hover .right-arrow {
	background-position: -1113px -227px !important;
}

.accordion .accordion {
	border: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .065);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .065);
}

.sidenav .collapse {
	visibility: hidden;
}

.sidenav .collapse.in {
	visibility: visible;
}

.ubc7-arrow {
	display: inline-block;
	height: 15px;
	text-decoration: inherit;
	width: 15px;
	vertical-align: text-top;
}

.ubc7-arrow.right-arrow {
	background-position: -1113px -261px;
}

.ubc7-arrow.left-arrow {
	background-position: -1045px -261px;
}

.ubc7-arrow.up-arrow {
	background-position: -1207px -261px;
}

.ubc7-arrow.down-arrow {
	background-position: -1178px -261px;
}

#ubc7-global-footer, #ubc7-minimal-footer, #ubc7-global-footer a, #ubc7-minimal-footer a {
	color: #fff !important;
	text-decoration: none;
}

#ubc7-minimal-footer a:hover, #ubc7-global-footer a:hover {
	color: #fff !important;
	text-decoration: underline;
}

#ubc7-global-footer {
	background: #002145;
	min-height: 114px;
}

#ubc7-signature {
	height: 50px;
	margin-top: 40px;
}

#ubc7-signature a {
	background-position: 0 -387px;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
}

#ubc7-minimal-footer {
	background: #002145;
	padding-top: 0;
}

#ubc7-minimal-footer ul {
	margin: 0;
}

#ubc7-minimal-footer li {
	display: inline-block;
}

#ubc7-minimal-footer a {
	font-size: 13px;
}

#ubc7-minimal-footer .divider {
	color: #ccc;
	padding: 0 5px 0 3px;
}

input[type="text"], input.search-query, .btn, .navbar-inner, .breadcrumb, .accordion-group {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #2f5d7c;
	border-color: #2f5d7c;
	color: #fff;
}

.btn:hover, .btn:focus {
	background-color: #2f5d7c;
	border-color: #2f5d7c;
	background-position: 0 -200px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.btn.active, .btn:active {
	background-color: #5e869f;
	background-color: #264e6a;
	background-image: none;
	border-color: #5e869f;
	color: #fff;
	outline: 0;
}

.btn.active.nitro-lazy, .btn:active.nitro-lazy {
	background-image: none !important;
}

.btn.disabled, .btn[disabled] {
	background-color: #e6e6e6;
	background-image: none;
	border: 0;
	color: #000;
	cursor: default;
}

.btn.disabled.nitro-lazy, .btn[disabled].nitro-lazy {
	background-image: none !important;
}

.table th, .table td {
	border-top: 1px solid #d7e0e7;
	line-height: 20px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.table tbody+tbody {
	border-top: 2px solid #d7e0e7;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #d7e0e7;
}

.nav>.disabled>a {
	color: #222;
}

.nav>.disabled>a:hover, .nav>.disabled>a:focus {
	background-color: #fff;
	color: #222;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: #2f5d7c;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.navbar-inner {
	background-color: #002145;
	background-image: none;
	border: 0;
	color: #fff;
	filter: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar-inner.nitro-lazy {
	background-image: none !important;
}

.navbar .nav>li>a:hover, .navbar .nav>li>a:focus {
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	color: #002145;
	background-color: #d7e0e7;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, .125);
	text-shadow: 0 1px 2px #98b2c3;
}

.navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	color: #002145;
}

.navbar .divider-vertical {
	border-right: 1px solid #191938;
	border-left: 1px solid #2f5d7c;
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	color: #002145;
	background-color: #d7e0e7;
}

.navbar .nav>li>.dropdown-menu::after {
	border: 0;
}

.navbar .nav>li>.dropdown-menu::before {
	border: 0;
}

.accordion-group a {
	color: #2f5d7c;
	text-decoration: underline;
}

.accordion-group a:hover, .accordion-group a:focus {
	background: 0;
	color: #2f5d7c;
	text-decoration: none;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.accordion-heading a {
	color: #002145;
	text-decoration: none;
}

.accordion-heading a:hover, .accordion-heading a:active, .accordion-heading a:focus {
	background: #002145;
	color: #fff;
	text-decoration: none;
}

@media only screen and (min-width: 1200px) {
	.container, #ubc7-unit-menu .container {
		width: 1170px;
	}
	
	header.row-fluid, header [class*="span"] {
		height: 115px;
	}
	
	#ubc7-logo {
		background-position: 32px 14px;
		margin-left: -15px;
		min-width: 115px;
	}
	
	#ubc7-apom a {
		background-position: -84px 14px;
		min-width: 200px;
	}
	
	#ubc7-wordmark-block {
		background-position: -83px 14px;
		width: 91.452991452991%;
	}
	
	#ubc7-global-utility button {
		height: 43px;
		margin-right: 17px;
	}
	
	#ubc7-global-utility button span, a#ubc7-global-utility-no-script {
		background-position: -1233px 11px;
		height: 43px;
		margin-right: 19px;
	}
	
	#ubc7-global-utility-no-script {
		left: 64px;
		top: 0;
	}
	
	#ubc7-global-utility button span.opened {
		background-position: -1167px 11px;
	}
	
	.ubc7-campus {
		bottom: 19px;
		height: 24px;
		left: 36px;
		width: 170px;
	}
	
	#ubc7-vancouver-campus {
		background-position: -1320px -5px;
	}
	
	#ubc7-unit-menu .navbar-inner {
		min-height: 40px;
	}
	
	.breadcrumb {
		height: auto;
		line-height: 21px;
	}
	
	.breadcrumb li {
		line-height: 21px;
	}
}

@media only screen and (max-width: 979px) {
	body {
		padding: 0 20px;
	}
	
	.container, #ubc7-unit-menu .container {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	
	.expand {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.container {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	
	header [class*="span"], header .row-fluid [class*="span"] {
		border-width: 0;
		display: block;
		float: none;
		margin-left: 0 !important;
		margin-right: 0;
		width: auto;
	}
	
	header .span1, header .span2 {
		display: none !important;
	}
	
	header .span9 {
		width: 100% !important;
	}
	
	#ubc7-wordmark-block {
		background-position: -1px -205px;
		border-left: 0;
		margin-left: 0;
	}
	
	#ubc7-global-utility button {
		box-shadow: 0 0;
		-moz-box-shadow: 0 0;
		-webkit-box-shadow: 0 0;
		cursor: pointer;
		height: 44px;
		margin-right: 0;
	}
	
	#ubc7-global-utility button span, a#ubc7-global-utility-no-script {
		height: 33px;
		position: relative;
		top: -6px;
	}
	
	#ubc7-global-utility-no-script {
		left: 45px;
		top: 0;
	}
	
	.ubc7-campus {
		bottom: 30px;
		left: 40px;
		width: 120px;
	}
	
	#ubc7-vancouver-campus {
		background-position: -1319px -226px;
	}
	
	#ubc7-wordmark a {
		height: 80%;
	}
	
	#ubc7-signature a {
		background-position: -2px -435px;
		background-size: 1400px;
	}
	
	#ubc7-global-header .span8 {
		width: 100% !important;
	}
	
	#ubc7-global-header .row-fluid .offset2:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.row-fluid {
		width: auto;
	}
	
	#ubc7-wordmark-block {
		background-position: -2px -276px;
		background-size: auto;
	}
	
	#ubc7-global-utility button span {
		background-position: -1229px -291px;
	}
	
	#ubc7-global-utility button span.opened {
		background-position: -1163px -291px;
	}
	
	#ubc7-search-box .input-xlarge {
		max-width: 200px !important;
	}
	
	#ubc7-wordmark {
		width: 70% !important;
		background: 0;
	}
	
	.ubc7-campus {
		left: 35px;
		bottom: 17px;
		width: 100px;
	}
	
	#ubc7-vancouver-campus {
		background-position: -1319px -301px;
	}
	
	#ubc7-global-header li {
		width: 48%;
	}
	
	.breadcrumb {
		min-height: 32px;
	}
}

@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: '3/2'), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#ubc7-logo, #ubc7-apom a, #ubc7-wordmark-block, #ubc7-global-utility button span, #ubc7-global-utility-no-script, #ubc7-vancouver-campus, #ubc7-signature a, #ubc7-ql-apom span, #ubc7-ql-mobile span, .ubc7-arrow {
		background-image: url("https://students.ubc.ca/nitropack_static/KMqueKAoSCrlTwBULFsJFuUPlIbSXgFN/assets/images/optimized/rev-b182d11/students.ubc.ca/wp-content/themes/wp-hybrid-clf-2023/images/ubc7-clf-sprite-blue-2x.png") !important;
		background-size: 1500px !important;
	}
	
	#ubc7-logo.nitro-lazy, #ubc7-apom a.nitro-lazy, #ubc7-wordmark-block.nitro-lazy, #ubc7-global-utility button span.nitro-lazy, #ubc7-global-utility-no-script.nitro-lazy, #ubc7-vancouver-campus.nitro-lazy, #ubc7-signature a.nitro-lazy, #ubc7-ql-apom span.nitro-lazy, #ubc7-ql-mobile span.nitro-lazy, .ubc7-arrow.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 979px), only screen and (-o-min-device-pixel-ratio: '3/2') and (max-width: 979px), only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 979px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 979px) {
	#ubc7-signature a {
		background-position: -2px -435px !important;
		background-size: 1400px !important;
	}
}

@media only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: '3/2') and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 767px) {
	#ubc7-signature a {
		background-position: -2px -544px !important;
		background-size: 1500px !important;
	}
}

@media print {
	@page {
		size: A4 portrait;
		margin: 2cm 3cm;
	}
	
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	
	table, figure {
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	p {
		orphans: 3;
		widows: 3;
	}
	
	body {
		background: #fff;
		color: #000;
		font-size: 12pt;
		line-height: 1.3;
	}
	
	a:link, a:visited {
		background: transparent;
		color: #222;
		text-decoration: underline;
	}
	
	a:link:after {
		content: " (" attr(href) ") ";
		padding-left: 10px;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	h1 {
		font-size: 18pt;
		color: #000;
	}
	
	h2 {
		font-size: 16pt;
		color: #000;
	}
	
	h3 {
		font-size: 14pt;
		color: #000;
	}
	
	h2, h3 {
		orphans: 3;
		widows: 3;
		page-break-after: avoid;
	}
	
	h4 {
		font-size: 12pt;
		color: #000;
	}
	
	h5 {
		font-size: 10pt;
		color: #000;
	}
	
	h6 {
		font-size: 8pt;
		color: #000;
	}
	
	#mega-menu-wrap-utility-menu-location, #ubc7-header, #ubc7-unit-menu, #mega-menu-wrap-primary, #mega-menu-wrap-audience-menu-location, #mega-menu-wrap-scs-footer-menu-location, #ubc7-footer, #ubc7-apom, #ubc7-wordmark-block, #ubc7-wordmark, #ubc7-global-menu, #ubc7-global-footer, #ubc7-minimal-footer, .ubc7-back-to-top, #breadcrumb-container, #primary-secondary, #utility-after-content, video, audio, object, embed, .pagination, .page-numbers {
		display: none !important;
	}
	
	.row-fluid {
		border: 0;
		box-shadow: none !important;
		float: none !important;
		margin: 0 5%;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		width: auto;
	}
	
	img {
		max-width: 100% !important;
		border: 0;
	}
}
