<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	Slider  */

.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}

#slider {
	background: #ffffff;
	float: left;
	height: 322px;
	width: 960px;
	margin-left: 0px;
	margin-top: 0px;
}

#slider-wrapper {
	background: #fff url(/media/wwwlboroacuk/styleassets/sitespecific/cmcr/images/slider-shadow.jpg) no-repeat center;
	margin-bottom: 0px;
	margin-top: 0px;
	min-height: 362px;
	position: relative;
	width: 960px;
}

	#slider-wrapper h2 {
		bottom: 20px;
		color: #8c8c8c;
		font-size: 24px;
		left: -12px;
		margin: 0;
		padding: 0;
		position: absolute;
		text-transform: uppercase;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: 0 100%;
		-moz-transform-origin: 0 100%;
		-o-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}

.camera_wrap {
	display: none;
	float: left;
	height: 322px;
	width: 960px;
	margin: -5px 0 0 -6px;
	padding: 0px;
	position: relative;
	z-index: 0;
}

.camera_wrap img {
	max-width: none !important;
}

.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
	
.camera_wrap {
	width: 100%;
}
	
.camera_src {
	display: none;
}

.cameraCont,
.cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}

.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.camera_target_content .camera_link {
	display: block;
	height: 100%;
	text-decoration: none;
}

.camera_loader {
    background: #fff url(/media/wwwlboroacuk/styleassets/sitespecific/cmcr/images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(/media/wwwlboroacuk/styleassets/sitespecific/cmcr/images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}

.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.camera_thumbs_wrap.camera_left .camera_bar,
.camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}

.camera_thumbs_wrap.camera_bottom .camera_bar,
.camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}

.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}

.camerarelative {
	overflow: hidden;
	position: relative;
}

.imgFake {
	cursor: pointer;
}

.camera_command_wrap .hideNav {
	display: none;
}

.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}

.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: -45px 28px 0 0;
	padding: 0;
	text-align: right;
}

	.camera_wrap .camera_pag .camera_pag_ul li {
		cursor: pointer;
		display: inline-block;
		height: 18px;
		margin: 0;
		position: relative;
		text-align: left;
		text-indent: -9999px;
		width: 18px;
	}

		.camera_wrap .camera_pag .camera_pag_ul li &gt; span {
			background: transparent url(/media/wwwlboroacuk/styleassets/sitespecific/cmcr/images/pagination.png) no-repeat left top;
			height: 18px;
			left: 0;
			overflow: hidden;
			position: absolute;
			top: 0;
			width: 18px;
		}
		
		.camera_wrap .camera_pag .camera_pag_ul li:hover &gt; span {
			background-position: -18px 0;
		}
		
		.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent &gt; span {
			background-position: -36px 0;
		}		
		
.camera_prev,
.camera_next,
.camera_commands {
	cursor: pointer;
	height: 77px;
	margin-top: -38px;
	position: absolute;
	top: 50%;
	width: 46px;
	z-index: 2;
}

.camera_prev {
	left: -21px;
}

	.camera_prev &gt; span {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/cmcr/images/buttons.png) no-repeat 0 0;
		display: block;
		height: 77px;
		width: 46px;
	}

.camera_next {
	right: -21px;
}

	.camera_next &gt; span {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/cmcr/images/buttons.png) no-repeat -146px 0;
		display: block;
		height: 77px;
		width: 46px;
	}

.camera_commands {
	right: 0;
}

	.camera_commands &gt; .camera_play {
		background: none;
		height: 0px;
		right: 22px;
		position: absolute;
		top: 13px;
		width: 0px;
	}
	
	.camera_commands &gt; .camera_stop {
		background: none;
		display: block;
		height: 0px;
		right: 22px;
		position: absolute;
		top: 13px;
		width: 0px;
	}

.camera_clear {
	display: block;
	clear: both;
}

.showIt {
	display: none;
}

.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}

/*	Slider - slides from left  */

.camera_caption_left {
	background: url(../images/bg-slideleft.png) no-repeat left top;
	color: #fff;
	font-size: 24px;
	left: 0px;
	top: 0px;
	display: block;
	padding: 14px 10px 18px 45px;
	position: absolute;
	width: 530px;
	height: 330px;
}

	.camera_caption_left h3 {
		font-size: 20px;
		letter-spacing: -0.04em;
		line-height: 1;
		margin: 0 0 14px;
		margin-left: -10px;
		margin-top: 85px;
		padding: 0;
		text-transform: uppercase;
		color: #fff;
		width: 320px;
		font-size: 24px;
	}
	
	.camera_caption_left.leftside h3 {
		font-size: 20px;
		line-height: 1;
		width: 360px;
	}
	
	.camera_caption_left p {
		font-size: 18px;
		font-style:italic;
		line-height: 1.3;
		margin: 0 0 14px;
		margin-left: -10px;
		padding: 0;
		width: 360px;
	}
	
	.camera_caption_left p.small {
		font-size: 14px;
		font-style: normal;
		line-height: 1.25;
	}
	
	.camera_caption_left p.button {
		margin: 0;
		overflow: hidden;
	}
	
		.camera_caption_left p.button a {
			background: #fff url(../images/img/slider/button-bg.png) no-repeat left center;
			display: block;
			float: left;
			font-weight: bold;
			padding: 6px 10px 7px 27px;
		}
		
		.camera_caption_left p.button a:focus,
		.camera_caption_left p.button a:hover {
			background-position: -500px center;
		}

/*	Slider - slides from right  */

.camera_caption_right {
	background: url(/media/wwwlboroacuk/styleassets/sitespecific/cmcr/images/slider-bg.png) no-repeat left top;
	color: #fff;
	right: 0px;
	top: 5px;
	display: block;
	position: absolute;
	width: 430px;
	height: 270px;
}

	.camera_caption_right h3 {
		font-size: 30px;
		letter-spacing: -0.04em;
		line-height: 1;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 100px;
		margin-bottom: 0px;
		padding: 0;
		text-transform: uppercase;
	}
	
	.camera_caption_right.rightside h3 {
		font-size: 20px;
		line-height: 1;
		width: 360px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 100px;
		margin-bottom: 10px;
	}
	
	.camera_caption_right p {
		line-height: 1.7;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 0px;
		padding: 0;
	}
	
	.camera_caption_right p.small {
		font-size: 14px;
		font-style: normal;
		line-height: 1.25;
	}
	
	.camera_caption_right p.button {
		margin: 0;
		overflow: hidden;
	}
	
		.camera_caption_right p.button a {
			background: #fff url(../images/img/slider/button-bg.png) no-repeat left center;
			display: block;
			float: left;
			font-weight: bold;
			padding: 6px 10px 7px 27px;
		}
		
		.camera_caption_right p.button a:focus,
		.camera_caption_right p.button a:hover {
			background-position: -500px center;
		}
		
/*	Categories  */

.category {
	overflow: hidden;
}

	.category h2 {
		background: url(../images/img/icons/arrow-rotated.png) no-repeat left top;
		color: #cb92c2;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: -0.04em;
		line-height: 1;
		margin: 0 0 17px;
		padding: 3px 0 0 40px;
		text-transform: lowercase;
	}
	
	.category ul {
		line-height: 1;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
	}
	
		.category ul li {
			margin: 0;
			padding: 0 0 20px;
		}
		
			.category ul li a {
				color: #a3a3a3;
				display: block;
				position: relative;
			}
			
			.category ul li a:focus,
			.category ul li a:hover {
				color: #c3c3c3;
			}
			
				.category ul li a img {
					border: 0;
					margin-bottom: 7px;
				}
				
				.category ul li a h3 {
					background: url(../images/img/icons/arrow.png) no-repeat left 1px;
					color: #333;
					font-size: 16px;
					line-height: 1;
					margin: 0;
					padding: 0 0 0 17px;
					text-transform: uppercase;
				}
				
				.category ul li a:focus h3,
				.category ul li a:hover h3 {
					color: #888;
				}
				
					.category ul li a h3 strong {
						color: #971b82;
					}
					
					.category ul li a:focus h3 strong,
					.category ul li a:hover h3 strong {
						color: #be51ad;
					}
					
				.category ul li a p {
					font-size: 13px;
					margin: 0;
					padding: 0 0 0 17px;
				}
				
	.category.research-enterprise ul {
		margin-left: -20px;
	}
	
		.category.research-enterprise ul li {
			float: left;
			margin-left: 20px;
			width: 215px;
		}
			.category.research-enterprise ul li h3 {
				font-size: 13px;
				line-height: 1.25;
			}
		
		.category.research-enterprise ul li.wide {
			font-size: 14px;
			width: 450px;
		}
		
			.category.research-enterprise ul li.wide h3 {
				font-size: 14px;
				line-height: 1;
				margin: 0 0 4px;
			}

.category.campus-sports {
	background: url(../images/gradient.png) repeat-x left top;
	margin: -39px -20px 0;
	padding: 33px 20px 0;
	width: 920px;
}

	.category.campus-sports .category {
		float: left;
		width: 450px;
	}

	.category.campus {
		margin-right: 20px;
	}
	
	.category.campus-sports ul li {
		padding-bottom: 23px;
		width: 450px;
	}
	
		.category.campus-sports ul li a {
			line-height: 1.35;
			padding: 3px 0 0 128px;
		}
		
			.category.campus-sports ul li a img {
				left: 0;
				position: absolute;
				top: 0;
			}
			
			.category.campus-sports ul li a h3 {
				background: none;
				line-height: 1.1;
				margin: 0 0 4px;
				padding: 0;
			}
			
			.category.campus-sports ul li a p {
				padding: 0;
			}

/*	Footer
	------  */

#footer {
	background: #FFF url(/media/wwwlboroacuk/styleassets/sitespecific/cmcr/images/footer-bg.png) no-repeat left bottom;
	clear: both;
	color: #ffffff;
	font-size: 13px;
	margin: 0;
	overflow: hidden;
	padding: 26px 0 29px;
	text-align: center;
	width: 960px;
}

	#footer a {
		color: #ffffff;
	}
	
	#footer a:focus,
	#footer a:hover {
		color: #cccccc;
	}

	#footer p {
		float: left;
		margin: 0 0 0 61px;
		padding: 0;
	}
	
	#footer ul {
		float: left;
		list-style: none;
		margin: 0 0 0 20px;
		padding: 0;
	}
	
		#footer ul li {
			float: left;
			margin: 0 20px 0 0;
			padding: 0;
		}
		
		#footer ul .tel {
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/cmcr/images/icons/footer-tel.png) no-repeat left center;
			padding-left: 22px;
		}
			
		#footer ul .email a {
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/cmcr/images/icons/footer-email.png) no-repeat left center;
			display: block;
			padding-left: 26px;
		}
		
		#footer .download {
			margin: 0;
		}
		
			#footer .download a {
				background: url(../images/img/icons/footer-download.png) no-repeat left center;
				color: #971b82;
				padding-left: 24px;
				font-weight: bold;
				text-decoration: none;
			}
			
			#footer .download a:focus,
			#footer .download a:hover {
				background-position: -500px center;
				color: #be51ad;
			}</pre></body></html>