




/*
     FILE ARCHIVED ON 18:09:55 Sep 11, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:37:56 Aug 19, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Arial", sans-serif;
}

/* GLOBAL */
div.inner {
	position: relative;
	width: 940px;
	height: inherit;
	margin: 0 auto;
}
div.inner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div#cookie-notice {
	background-color: #CCCCCC;
	padding: 5px;
	color: black;
	font-size: 12px;
}
	div#cookie-notice a {
		float: right;
	}

div#pagehead {
	position: relative;
	width: 100%;
	height: 160px;
	background-position: center;
	background-repeat: no-repeat;
	/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-background-size:cover;
	*/
	font-family: "Century Gothic", sans-serif;;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
	div#page div#pagehead div#headshadowtop {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 7px;
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/ds_repeat.png');
		background-position: left top;
		background-repeat: repeat-x;
		z-index: 100;
	}
	
	div#pagehead h1 {
		position: absolute;
		left: 0;
		bottom: 20px;
		display: inline;
		font-size: 24px;
		font-weight: normal;
		padding: 10px 15px;
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/slider_text_bg.png');
		color: white;
	}

	div#pagehead img {
		position: absolute;
		top: -200%;
		left: 0;
		min-width: 940px;
	}
	div#pagehead.smallerhead img {
		top: -100%;
	}



/* MODAL */

#mask {
	position:absolute;
	z-index:9000;
	background-color:#000;
}
   
#boxes .window {
	position:fixed;
	width:700px;
	height:520px;
	z-index:9999;
	padding:20px;
	background-color: white;
	border: 2px solid black;
	margin: 50px;
}
 
#boxes #dialog {
	width:700px;
	height:520px;
	overflow: auto;
	padding-bottom: 15px;
	display: none;
}
	#boxes #dialog p {
		font-size: 10px;
	}



.dlboxes .window {
	position:fixed;
	width:300px;
	height:250px;
	z-index:9999;
	padding:20px;
	background-color: white;
	border: 2px solid black;
	z-index: 1000;
	display: none;
}
 
.dlboxes .dldialog {
	width:300px;
	height:250px;
	overflow: auto;
	padding-bottom: 15px;
	z-index: 1000;
}
	.dlboxes .dldialog a.closeshare {
		position: absolute;
		bottom: 15px;
		left: 15px;
	}

	


div#page {
	width: 100%;
	height: 100%;
}
	div#page div#main div.col {
		position: relative;
		float: left;
		width: 300px;
		height: inherit;
		margin-right: 20px;
	}
	div#page div#main div.col.wide {
		width: 460px;
	}
	div#page div#main div.col.narrow {
		width: 220px;
	}
	div#page div#main div.col.last {
		margin-right: 0;
	}

	div#page div#main div.col.homeheadlines {
		position: relative;
		float: right;
	}
		div#page div#main div.col.homeheadlines p, div#page div#main div.litevents p {
			font-size: 14px;
		}
		div#page div#main div.col.homeheadlines p.date, div#page div#main div.litevents p.date {
			color: #afafaf;
		}
		div#page div#main div.col.homeheadlines p.large a, div#page div#main div.litevents a {
			color: black;
		}

		div#page div#main div.col.homeheadlines div.headlinepage {
			position: absolute;
			top: 45px;
			left: 0;
			display: none;
		}
			div#page div#main div.col.homeheadlines div.headlinepage.page1 {
				display: block;
			}

		
		div#page div#main div.col.homeheadlines div.newsnav {
			float: right;
		}
			div#page div#main div.col.homeheadlines div.newsnav a {
				float: right;
				display: block;
				width: 18px;
				height: 18px;
				background-repeat: no-repeat;
			}
				div#page div#main div.col.homeheadlines div.newsnav a span {
					display: none;
				}
			div#page div#main div.col.homeheadlines div.newsnav a.prev {
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/news_page_prev.png');
				margin-right: 2px;
			}
			div#page div#main div.col.homeheadlines div.newsnav a.next {
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/news_page_next.png');
			}
		



	div#page div#main div.colrow {
		/*padding-bottom: 20px;*/
		clear: both;
	}

		div#page div#main div.colrow div#navleft {
			float: left;
			width: 155px;
			margin-right: 20px;
			border-bottom: 4px solid #d51838;
			background-color: #ececec;
		}
			div#page div#main div.colrow div#navleft ul {
				list-style: none;
				margin: 10px 0 15px 0;
				font-size: 13px;
			}
				div#page div#main div.colrow div#navleft ul li {
					list-style: none;
					margin-bottom: 10px;
					padding-left: 12px;
					padding-right: 10px;
				}

				div#page div#main div.colrow div#navleft ul li:hover, div#page div#main div.colrow div#navleft ul li.current-menu-item {
					background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/nav_left_selected.png');
					background-repeat: no-repeat;
					background-position: 0px 3px;
				}
					div#page div#main div.colrow div#navleft ul li a {
						display: block;
						color: #3b3b3b;
					}
					
					div#page div#main div.colrow div#navleft ul li ul {
						font-size: 11px;
						display: none;
					}
						div#page div#main div.colrow div#navleft ul li ul li:hover, div#page div#main div.colrow div#navleft ul li ul li.current-menu-item {
							background: none;
						}

					div#page div#main div.colrow div#navleft ul li.current-menu-item > ul {
						display: block;
					}




		div#page div#main div.colrow div#pageinnerright {
			float: left;
			width: 525px;
		}
		div#page div#main div.colrow div#pageinnerright.wide {
			width: 760px;
		}

			div#page div#main div.colrow div#pageinnerright div#personpicture {
				float: left;
				width: 133px;
				height: inherit;
				margin-right: 15px;

			}
			div#page div#main div.colrow div#pageinnerright div#persontext {
				padding-left: 143px;
			}
			
			div#page div#main div.colrow div#pageinnerright div.person {
				float: left;
				margin-right: 20px;
				width: 370px;
				height: 200px;
			}
			div#page div#main div.colrow div#pageinnerright div.person.last {
				margin-right: 0px;
			}
				div#page div#main div.colrow div#pageinnerright div.person img.attachment-personthumb {
					float:left;
					margin-right: 10px;
				}

				div#page div#main div.colrow div#pageinnerright div.person span {
					color: #E51937;
				}



		
		
		div#page div#main div.col.narrow div.box {
			background-color: #f9f9f9;
			padding: 10px;
			border-bottom: 4px solid #5d84a1;
		}
		
		div#page div#main div.colrow ol.blue{
			margin-left:10px;
		}
			div#page div#main div.colrow ol.blue li{
				margin-left:10px;
				list-style: disc;
			}
				div#page div#main div.colrow ol.blue li a{
					color:#3e6f8e;
				}




		div#page div#main div.col h1, div#page div#pagemain div.colrow h1, div#page div#pagefull h1, div#page div#pageright h2.widgettitle {
			color: #3e6f8e !important;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 17px !important;
			border-bottom: 1px solid #dedfe0;
			padding-bottom: 5px;
			margin-bottom: 15px;
		}
			div#page div#main div.col h1 a {
				color: #3e6f8e !important;
			}
			div#page div#main h1 img {
				margin-left: 5px;
			}		

		div#page div#main div.col h2, div#page div#pagemain div.colrow h2 {
			text-transform: uppercase;
			margin-bottom: 10px;
			color: #717174;
			font-size: 15px;
		}
		div#page div#main div.col h2.black, div#page div#pagemain div.colrow h2.black {
			color: black;
		}
			div#page div#main div.col h2.black a, div#page div#pagemain div.colrow h2.black a {
				color: black;
			}
		div#page div#main div.col h2.pink, div#page div#pagemain div.colrow h2.pink {
			color: #e51937;
		}
		div#page div#main div.col h2.green, div#page div#pagemain div.colrow h2.green {
			color: #00706c;
		}
		div#page div#main div.col h3, div#page div#pagemain div.colrow h3 {
			font-size: 13px;
			color: black;
		}

	div#page p  {
		color: #717174;
		font-size: 14px;
		line-height: 150%;
		margin-bottom: 15px;
	}
		
	div#page div.rightnews {
		margin-bottom: 10px;
	}
		
		div#page div.rightnews p {
			font-size: 13px;
			color: black;
			margin-bottom: 5px;
		}
			div#page div.rightnews p.link a {
				color: #999999;
			}

	div#page a { color: #e51937; text-decoration: none; }
	div#page a.black { color: black; }
	div#page a:hover { color: #e51937; text-decoration: underline; }
	
	div#page p.date {
		color: #5d84a1;
		font-size: 16px;
		margin-bottom: 5px;
	}
	div#page p.date.new {
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_news_new_marker.png');
		background-repeat: no-repeat;
		background-position: right;
		height: 18px;
	}


	
	
	div#page p.large {
		color: black;
		font-size: 16px;
	}
		div#page p.large a {
			color: black;
		}
	
	div#page .readmore a {
		color: #3e6f8e;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}
	div#page .readmore a:hover {
		text-decoration: underline;
	}
	div#page ul {
		font-size: 13px;
		margin-left: 25px;
		line-height: 150%;
		margin-bottom: 15px;
		color: #717174;
	}
		div#page ul li {
			list-style: disc;
		}


	div#page div.download {
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/pdf_icon.png');
		background-position: left 5px;
		background-repeat: no-repeat;
		padding-left: 45px;
	}
		div#page div.download p {
			margin-bottom: 5px;
		}
		
	div#page div.break {
		width: 100%;
		border-bottom: 1px solid #FFFFFF;
		border-top: 1px solid #C7C7C7;
		margin-bottom: 15px;
	}
	div#page div.breakdot {
		width: 100%;
		height: 2px;
		margin: 10px 0 10px 0;
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/dot_repeat.png');
	}


	div#main input[type=text], div#main input[type=email], div#main textarea {
		background-position: left top;
		background-repeat: repeat-x;
		background-color: #d0d0d0;
		color: #717174;
		font-size: 15px;
		border: none;
		font-family: "Arial";
	}
	div#main input[type=text], div#main input[type=email] {
		width: 280px;
		height: 22px;
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/homeform_text_bg.png');
		padding: 5px 10px;
		margin-bottom: 5px;
	}
	div#main textarea {
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/homeform_textarea_bg.png');
		padding: 10px;
		margin-bottom: 10px;
		resize: none;
	}
	div#main input[type=submit],
	form[name=sharelink] input[type=submit] {
		float: right;
		width: 66px;
		height: 31px;
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/form_submit_bg.png');
		background-repeat: no-repeat;
		background-position: 0;
		border: 0;
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
		margin-bottom: 20px;
	}
	div#main input[type=submit]:hover,
	form[name=sharelink] input[type=submit]:hover {
		background-position: -66px;
		cursor: pointer;
	}
	
	
	/* ACCORDIAN */
	div#page div#main div#accordion {
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/dot_repeat.png');
		background-position: top;
		background-repeat: repeat-x;
		padding-top: 15px;
	}
		
		div#page div#main div#accordion div.accordion-section {
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/dot_repeat.png');
			background-position: bottom;
			background-repeat: repeat-x;
			padding-bottom: 5px;
			margin-bottom: 15px;
		}
			
			div#page div#main div#accordion div.accordion-section div.accordion-head {
				
			}
				div#page div#main div#accordion div.accordion-section div.accordion-head:hover {
					cursor: pointer;
				}
				div#page div#main div#accordion div.accordion-section div.accordion-head div.accordion-number {
					float: left;
					width: 35px;
					height: 35px;
					background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/accordion_circle.png');
					background-repeat: no-repeat;
					margin-right: 20px;
					margin-bottom: 20px;
					color: white;
					text-align: center;
					line-height: 220%;
					font-weight: bold;
				}
			
				div#page div#main div#accordion div.accordion-section div.accordion-head h2 {
					color: #e21836;
					margin-bottom: 5px;
				}
				div#page div#main div#accordion div.accordion-section div.accordion-head h3 {
					margin-bottom: 25px;
				}

			div#page div#main div#accordion div.accordion-section div.accordion-content {
				display: none;
			}

			div#page div#main div#accordion div.accordion-section#accord1 div.accordion-content {
				display: block;
			}



	/* COMMUNICATE */
	div#page section#communicate {
		display: none;
		width: 100%;
		height: 362px;
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/communicate_bg.png');
		background-position: left top;
		background-repeat: repeat-x;
		background-color: #333333;
	}
		div#page section#communicate p {
			color: white;
			font-size: 13px;
			line-height: 150%;
			margin-bottom: 20px;
		}
		div#page section#communicate p a {
			color: #d5d5d5;
			text-decoration: underline;
		}
		div#page section#communicate p a:hover {
			text-decoration: none;
		}
		div#page section#communicate input[type=text], div#page section#communicate textarea {
			background-position: left top;
			background-repeat: repeat-x;
			background-color: #2a2a2a;
			color: #9c9c9c;
			font-size: 15px;
			border: none;
			font-family: "Arial";
		}
		div#page section#communicate input[type=text] {
			width: 245px;
			height: 22px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/form_text_bg.png');
			padding: 5px 10px;
			margin-right: 10px;
		}
		div#page section#communicate textarea {
			width: 520px;
			height: 80px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/form_textarea_bg.png');
			padding: 10px;
			margin-top: 10px;
			resize: none;
		}
		div#page section#communicate input[type=submit] {
			position: absolute;
			right: 0;
			bottom: 0;
			width: 66px;
			height: 31px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/form_submit_bg.png');
			background-repeat: no-repeat;
			background-position: -66px;
			border: 0;
			color: white;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 11px;
		}
			div#page section#communicate input[type=submit]:hover {
				background-position: 0px;
				cursor: pointer;
			}
		
		div#page section#communicate div#communicatemap {
			width: 100%;
			height: 362px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/communicate_map_bg.png');
			background-position: right top;
			background-repeat: no-repeat;
		}
		div#page section#communicate div#communicateleft {
			float: left;
			width: 620px;
			height: 337px;
			padding-top: 25px;
			margin-right: 20px;
		}
			div#page section#communicate div#communicateleft div#clocknewyork {
				float: left;
				width: 250px;
				margin-right: 20px;
			}
			div#page section#communicate div#communicateleft div#clocklondon {
				float: left;
				width: 250px;
			}
				div#page section#communicate div#communicateleft div#clocknewyork canvas, div#page section#communicate div#communicateleft div#clocklondon canvas {
					float: left;
					margin-right: 20px;
				}
				div#page section#communicate div#communicateleft div#clocknewyork h2, div#page section#communicate div#communicateleft div#clocklondon h2 {
					color: #e51937;
					font-size: 14px;
					text-transform: uppercase;
					font-weight: bold;
					margin-bottom: 5px;
				}
				div#page section#communicate div#communicateleft div#clocknewyork p, div#page section#communicate div#communicateleft div#clocklondon p {
					padding-left: 100px;
				}

				

			div#page section#communicate div#communicateleft div#contactform {
				position: relative;
				clear: both;
			}
				div#page section#communicate div#communicateleft div#contactform p {
					margin: 0;
				}
				div#page section#communicate div#communicateleft div#contactform input[type=submit] {
					bottom: 2px;
				}
				

		div#page section#communicate div#communicateright {
			float: left;
			width: 300px;
			height: 337px;
			padding-top: 25px;
		}
			div#page section#communicate div#communicateright div#signup {
				position: relative;
				margin: 0 0 40px 0;
			}
				div#page section#communicate div#communicateright div#signup input[type=text] {
					width: 200px;
				}




		div#page section#communicate h1 {
			color: white;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 15px;
			padding-bottom: 5px;
		}
		
		

	
	/* HEADER */
	div#page div#header {
		position: relative;
		width: 100%;
		height: 80px;
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/header_border_top.png');
		background-position: left top;
		background-repeat: repeat-x;
		display: block;
		z-index: 1000;
	}
		div#page div#header div#headlogo {
			width: 220px;
			height: 80px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/head_logo.png');
			background-repeat: no-repeat;
			background-position: left center;
		}
			div#page div#header div#headlogo a {
				display: block;
				width: 220px;
				height: 99px;
			}
				div#page div#header div#headlogo a span {
					display: none;
				}


		div#page div#header div#communicatebtn {
			position: absolute;
			/*top: 24px;*/
			top: 10px;
			right: 0;
			width: 136px;
			height: 27px;
			border-left: 1px solid #d5d5d5;
		}
			div#page div#header div#communicatebtn a {
				float: right;
				display: block;
				width: 121px;
				height: 27px;
				/*background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/communicate_btn.png');*/
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/contact_us_button.png');
				background-position: right top;
				background-repeat: no-repeat;
				text-transform: uppercase;
				color: #9a9a9a;
				line-height: 250%;
				font-weight: bold;
				font-size: 14px;
				text-align: right;
			}
			div#page div#header div#communicatebtn a.up {
				background-position: -149px;
			}
				div#page div#header div#communicatebtn a span {
					display: none;
				}
		
		img.headerflag {
			position: absolute;
			top: 28px;
			right: 251px;
		}

		
		div.regionbtn {
			position: absolute;
			/*top: 24px;*/
			top: 10px;
			right: 152px;
			width: 94px;
			/*height: 27px;*/
			height: 80px;
			overflow: hidden;
			background: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/region_select_arrow.png') no-repeat right top transparent;
			z-index: 1000;
		}
			div.regionbtn div {
				z-index: 1000;
			}
			div.regionbtn form {
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/region_dropdown_bg.png');
				background-repeat: no-repeat;
				background-color: transparent;
			}
			div.regionbtn select {
				width: 118px;
				height: 27px;
				/*background: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/region_select_bg.png') no-repeat left transparent;*/
				border: none;
				color: black;
				padding: 3px;
				font-style: bold;
				-webkit-appearance: none;
			}
			div.regionbtn ul {
				list-style: none;
				margin: 0 !important;
				
				width: 94px;
			}
				div.regionbtn ul li {
					list-style-type: none;
					background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/region_dropdown_noarrow_bg.png');
					background-repeat: repeat-x;
				}
				div.regionbtn ul li:hover {
					cursor: pointer;
					background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/region_dropdown_noarrow_hover_bg.png');
				}

				


		div.regionbtncontact {
			width: 300px;
			height: 27px;
			overflow: hidden;
			background: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/region_select_arrow.png') no-repeat right #ddd;
			margin-bottom: 5px;
		}
			div.regionbtncontact select {
				width: 320px;
				height: 27px;
				background: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/region_select_bg_large.png') no-repeat left transparent;
				border: none;
				color: black;
				padding: 3px;
				font-style: bold;
				-webkit-appearance: none;
			}
	
	/* NAV */
	div#page div#nav {
		width: 100%;
		height: 42px;
		background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/nav_bg.png');
		background-position: left top;
		background-repeat: repeat-x;
		z-index: 100;
	}
		div#page div#nav ul {
			list-style: none;
			margin: 0;
		}
			div#page div#nav ul li {
				float: left;
				font-size: 14px;
				font-weight: bold;
				text-transform: uppercase;
				margin-right: 2px;
				list-style: none;
				height: 42px;
			}
			div#page div#nav ul li.active, div#page div#nav ul li:hover {
				
			}
				div#page div#nav ul li.current_page_item a {
					color: #e51937;
					background-color: #252525;
					border-radius: 5px;
				}

				div#page div#nav ul li a:hover {
					color: #a5a5a5;
				}
				
				div#page div#nav ul li a {
					display: block;
					color: white;
					text-shadow: 2px 2px 2px #000;
					text-decoration: none;
					padding: 8px 9px;
					margin-top: 3px;
				}
				div#page div#nav ul li a:hover {
					text-decoration: none;
				}

				div#page div#nav ul li ul {
					position: absolute;
					width: 200px;
					z-index: 1500;
					background-color: #4d4d4d;
					font-size: 13px;
					padding: 5px 0;
					top: 100%;
					left: 0%;
					padding: 10px;
					display: none;
				}
				div#page div#nav ul li.page-item-20 ul {
					width: 90px;
				}
				div#page div#nav ul li:hover ul {
					/*display: block;*/
				}
					div#page div#nav ul li ul li {
						display: block;
						width: 100%;
						height: auto;
						text-transform: none;
						margin: 5px 0;
						padding: 0;
					}
						div#page div#nav ul li ul li a {
							margin: 0;
							padding: 0;
							color: white;
							background: none;
							text-shadow: none;
						}
						div#page div#nav ul li.current_page_item ul li a  {
							background: none;
							color: white;
						}
						div#page div#nav ul li ul li.current_page_item a  {
							background: none;
						}
						div#page div#nav ul li ul li a:hover {
							background: none;
							color: #a5a5a5;
						}


	


	/* SLIDER */
	div#page div#slider {
		position: relative;
		width: 100%;
		height: 300px;
		min-width: 940px;
		color: white;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-ms-background-size:cover;
	}
		div#page div#slider img {
			position: absolute;
			left: 0px;
			top: 0px;
		}
		div#page div#slider div#slideershadowtop {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 7px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/ds_repeat.png');
			background-position: left top;
			background-repeat: repeat-x;
			z-index: 100;
		}
		
		div#page div#slider div#slideredbar {
			position: absolute;
			top: 0;
			left: 0;
			width: 30%;
			height: 29px;
			background-color: #e51937;
		}
		
		div#page div#slider div#slideredbarrounded {
			width: 301px;
			height: 29px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/slider_bar_rounded.png');
			background-position: left top;
			background-repeat: no-repeat;
		}

		div#page div#slider div.slide {
			position: absolute;
			top: 50px;
			left: 0;
			display: none;
		}

			div#page div#slider div.slide h1 {
				display: inline-block;
				font-size: 36px;
				font-weight: 400;
				background-color: black;
				padding: 10px 15px;
				margin-bottom: 10px;
				font-family: "Century Gothic",sans-serif;;
			}

			div#page div#slider div.slide h2 {
				font-size: 20px;
				font-weight: 400;
				width: 460px;
				padding: 10px 15px;
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/slider_text_bg.png');
				font-family: "Century Gothic",sans-serif;;
			}
				div#page div#slider div.slide h2 a {
					color: white;
					text-decoration: underline;
				}
		
		div#page div#slider div#slidertext1 {
			display: block;
		}

		div#page div#slider div#slidercontrol {
			position: absolute;
			top: 250px;
			left: 0;
			height: 30px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/black_trans_bg.png');
			padding: 0 10px 0 15px;
		}
			div#page div#slider div#slidercontrol a {
				display: block;
				float: left;
				width: 9px;
				height: 9px;
				margin-right: 5px;
				margin-top: 10px;
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/slider_buttons.png');
				background-repeat: no-repeat;
				background-position: -9px;
			}
			div#page div#slider div#slidercontrol a.active {
				background-position: 0px;
			}
			
		
		div#page div#slider div#home-accouncement {
			position: absolute;
			top: 50px;
			right: 0;
			width: 272px;
			background-color: #3889be;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3889be', endColorstr='#1c6590');
			background: -webkit-gradient(linear, left top, left bottom, from(#3889be), to(#1c6590));
			background: -moz-linear-gradient(top,#3889be,#1c6590);
			padding: 10px 10px 0 10px;
		}
		div#page div#slider div#home-accouncement.small {
			top: 90px;
		}
			div#page div#slider div#home-accouncement h2 {
				color: white;
				text-transform: uppercase;
				font-size: 14px;
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/announce_head_line.png');
				background-position: left bottom;
				background-repeat: repeat-x;
				padding-bottom: 5px;
				margin-bottom: 5px;
			}
			div#page div#slider div#home-accouncement p {
				color: white;
			}
			div#page div#slider div#home-accouncement p.date {
				color: #003b63;
				font-size: 13px;
			}
			div#page div#slider div#home-accouncement p {
				margin-bottom: 5px;
			}
			div#page div#slider div#home-accouncement p.readmore {
				margin-bottom: 5px;
			}
			div#page div#slider div#home-accouncement p.readmore a {
				color: #8fd4fe;
				margin-bottom: 5px;
			}

			

		

	/* MAIN CONTENT AREA */
	div#page div#main {
		width: 100%;
	}

		/* INTERNAL PAGES */
		div#page div#pagefull {
			width: 100%;
			clear: both;
		}
			/* case study slider */
			div#page div#pagefull div#casestudy-slider {
				position: relative;
				width: 100%;
				height: 238px;
				background-color: #f7f7f7;
				margin-bottom: 20px;
			}
				div#page div#pagefull div#casestudy-slider div.studypage {
					margin: 0 27px;
					position: absolute;
					top: 0;
					left: 0;
					padding: 10px;
				}
				div#page div#pagefull div#casestudy-slider a#casestudy-slider-left {
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 27px;
					height: 238px;
					background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/casestudy_slider_left.png');
					background-repeat: no-repeat;
					background-position: 0px;
				}
					div#page div#pagefull div#casestudy-slider a#casestudy-slider-left:hover {
						background-position: -27px;
					}
				div#page div#pagefull div#casestudy-slider a#casestudy-slider-right  {
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					width: 27px;
					height: 238px;
					background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/casestudy_slider_right.png');
					background-repeat: no-repeat;
					background-position: -27px;
				}
					div#page div#pagefull div#casestudy-slider a#casestudy-slider-right:hover {
						background-position: 0px;
					}
			
				div#page div#pagefull div#casestudy-slider div.studypage {
					display: none;
				}
				div#page div#pagefull div#casestudy-slider div.studypage.cspage1 {
					display: block;
				}
				 
	

			/* lit finanace links */
			div#page div#pagefull ul#litfinlinks {
				list-style: none;
				margin: 0;
			}
				div#page div#pagefull ul#litfinlinks li {
					float: left;
					width: 220px;
					list-style-type: none;
					margin-right: 10px;
					margin-bottom: 10px;
				}
					div#page div#pagefull ul#litfinlinks li a {
						display: block;
					}
		
		div#page div#pagemain {
			float:left;
			width: 700px;
			padding: 20px 0;
			margin-right: 20px;
			padding-bottom: 30px;
		}
		div#page div#pagemain.wide {
			width: 940px;
			margin: 0;
		}
			div#page div#pagemain div#casestudymain {
				-moz-column-count: 2;
				-webkit-column-count: 2; 
				column-count: 2;
				column-gap: 10px;
				column-rule: 1px solid black;    
			}
				div#page div#pagemain blockquote {
					font-style: italic;
					border-bottom: 3px solid #de1937;
					line-height: 150%;
					margin: 25px 0;
					padding-bottom: 10px;
					background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/blockquote_bg.png');
					background-repeat: no-repeat;
					padding-top: 44px;
					font-family: "Georgia";
				}
					div#page div#pagemain blockquote p {
						font-size: 22px;
						margin-bottom: 0;
						color: #a4a4a4;
					}

			div#page div#pagemain div#share {
				padding: 10px 0 5px 0;
				border-top: 1px dashed #c7c7c7;
				border-bottom: 1px dashed #c7c7c7;
				height: 70px;
			}
				div#page div#pagemain div#share h2 {
					float: left;
					text-transform: uppercase;
					color: #c6c6c6;
					line-height: 70px;
				}
				div#page div#pagemain div#share a, div#page div#pagemain div#share span {
					/*display: block;*/
					float: right;
					margin-right: 20px;
					/*
					width: 71px;
					height: 34px;
					background-repeat: no-repeat;
					*/
				}
				
				div#page div#pagemain div#share span.email-share {
					display: block;
					line-height: 70px;
					margin-right: 10px !important;
				}
				

				div#page div#pagemain div#share a, div#page div#pagemain div#share span span {
					float: none;
					margin: 0;
				}

				div#page div#pagemain div#share a, div#page div#pagemain div#share span.st_twitter_buttons {
					margin-top: 20px;
					margin-right: 15px;
				}
				
				div#page div#pagemain div#share .tweet {
					background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/share_tweet_btn.png') !important;
					margin-right: 15px !important;
				}
				div#page div#pagemain div#share .facebook {
					background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/share_facebook_btn.png') !important;
					margin-right: 15px !important;
				}
				div#page div#pagemain div#share .googleplus {
					background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/share_googleplus_btn.png') !important;
				}

				
				div#page div#pagemain div#share .st_twitter_buttons {
					margin-right: 10px;
				}
				div#page div#pagemain div#share .st_fblike_buttons {
					margin-right: 15px;
				}
				div#page div#pagemain div#share .st_plusone_buttons {
					
				}

		div#page div#pageright {
			float: left;
			width: 220px;
			padding: 20px 0;
		}
			div#page div#pageright div.col.homeheadlines {
				height: 340px;
			}
			div#page div#pageright div.col.homeheadlines.litfin {
				height: 145px;
				margin-right: 0;
			}

			div#page div#pageright ul {
				margin: 0;
				list-style: none;
			}
				div#page div#pageright ul li {
					list-style-type: none;
					margin-bottom: 15px;
				}

		div#page ol#archive {

		}
			div#page ol#archive h2 {
				margin-bottom: 5px !important;
			}
			div#page ol#archive article {
				margin-bottom: 15px;
			}
		
		
		/* HOMEPAGE AREAS */
		div#page div#main div#homecols1 {
			width: 100%;
			height: 337px;
			background-color: #ffffff;
			padding-top: 20px;
		}
			div#page div#main div#homecols1 div.homecol .readmore {
				position: absolute;
				bottom: 20px;
			}

		div#page div#main div#homecols2 {
			width: 100%;
			height: 309px;
			/*background-color: #f9f9f9;*/
			background-color: #f6f6f6;
			padding-top: 20px;
		}
			div#page div#main div#homecols1 img, div#page div#main div#homecols2 img {
				margin-bottom: 15px;
				border-bottom: 4px solid #3e6f8e;
			}

			div#page div#main div#homecols2 div#news-views-slider {
				float: left;
				position: relative;
				width: 640px;
				height: 309px;
			}
				div#page div#main div#homecols2 div#news-views-slider div.news-views-page {
					position: absolute;
					top: 0;
					left: 0;
					display: none;
				}
				div#page div#main div#homecols2 div#news-views-slider div.news-views-page#newsviews1 {
					display: block;
				}
				div#page div#main div#homecols2 div#news-views-slider div#newsviewscontrol {
					position: absolute;
					bottom: 30px;
					left: 110px;
					height: 30px;
					padding: 0 10px 0 15px;
				}

					div#page div#main div#homecols2 div#news-views-slider div#newsviewscontrol a {
						display: block;
						float: left;
						width: 9px;
						height: 9px;
						margin-right: 5px;
						margin-top: 10px;
						background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/slider_buttons.png');
						background-repeat: no-repeat;
						background-position: -9px;
					}
					div#page div#main div#homecols2 div#news-views-slider div#newsviewscontrol a.active {
						background-position: 0px;
					}
			
			
			

		div#page div#main div#homecontact {
			position: relative;
			width: 100%;
			/*height: 560px;*/
			min-height: 530px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/map_bg.png');
			background-position: right top;
			background-repeat: no-repeat;
			background-color: #e6e6e6;
		}
			div#page div#main div#homecontact div#contactbar{
				position: absolute;
				top: 0;
				left: 0;
				width: 30%;
				height: 29px;
				background-color: #f6f6f6;
			}
			div#page div#main div#homecontact div#contactbarrounded {
				position: absolute;
				width: 301px;
				height: 29px;
				top: 0;
				left: 0;
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/contact_bar_rounded.png');
				background-position: left top;
				background-repeat: no-repeat;
			}
			div#page div#main div#homecontact .inner {
				padding-top: 50px;
			}

			div#page div#main div#homecontact h1 {
				color: black;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 15px;
				margin-bottom: 0;
			}
			div#page div#main div#homecontact h2 {
				color: #e51937;
				font-size: 14px;
				text-transform: uppercase;
				font-weight: bold;
				margin-bottom: 5px;
			}
			div#page div#main div#homecontact p {
				clear: both;
			}
			div#page div#main div#homecontact .readmore {

			}
			div#page div#main div#homecontact .readmore.dl {
				float: right;
			}	
				div#page div#main div#homecontact p a span {
					color: black;
				}

			div#page div#main div#homecontact div.break {
				width: 100%;
				border-top: 1px solid #c7c7c7;
				border-bottom: 1px solid #ffffff;
				margin-bottom: 15px;
			}

			div#page div#main div#homecontact form {
				margin-bottom: 10px;
			}
			div#page div#main div#homecontact form[name=signup] {
				margin-bottom: 40px;
			}
			
			div#page div#main div#homecontact input[type=text], div#page div#main div#homecontact input[type=email] {
				width: 280px;
				height: 22px;
			}

			
			div#page div#main div#homecontact textarea {
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/homeform_textarea_bg.png');
				width: 280px;
			}
			
			div#page div#main div#homecontact div.homeoffice {
				float: left;
				width: 150px;
			}

		
		/* CONTACT PAGE */
		div#page div#main div#contactnav {
			margin-bottom: 20px;
		}
			div#page div#main div#contactnav h2 a {
				text-transform: uppercase;
				color: #737373;
			}
			div#page div#main div#contactnav h2 a:hover, div#page div#main div#contactnav h2 a.active {
				color: #E51937;
				text-decoration: underline;
			}
			div#page div#main div#contactnav span.bullet {
				margin: 0px 8px;
			}

			
		
		div#page div#main div#contactmap {
			position: relative;
			width: 100%;
			height: 285px;
			margin-bottom: 25px;
		}
			div#page div#main div#contactmap div#contactmapmain {
				position: absolute;
				top: 0;
				left: 0;
				width: inherit;
				height: inherit;
			}
			div#page div#main div#contactmap div#contactaddress {
				width: 220px;
				height: 285px;
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/black_trans_bg.png');
				z-index: 100;
			}
				div#page div#main div#contactmap div#contactaddress div#addressinner {
					padding: 20px 10px;
				}
					div#page div#main div#contactmap div#contactaddress div#addressinner h2 {
						color: white;
						text-transform: uppercase;
						margin-bottom: 25px;
					}
					div#page div#main div#contactmap div#contactaddress div#addressinner p {
						color: #c8c8c8;
					}

		
		div#page div#main div.contactpageform {

		}
			div#page div#main div.contactpageform p {
				margin-bottom: 0px;
			}
			div#page div#main div.contactpageform span.contactname,
			div#page div#main div.contactpageform span.contacttitle,
			div#page div#main div.contactpageform span.contactemail,
			div#page div#main div.contactpageform span.contactcompany
			{
				display: block;
				float: left;
				width: 220px;
				height: 32px;
				margin-right: 20px;
				margin-bottom: 10px;
			}

			div#page div#main div.contactpageform span.contacttitle,
			div#page div#main div.contactpageform span.contactcompany {
				margin-right: 0;
			}


			div#page div#main div.contactpageform input[type=text],
			form[name=sharelink] input[type=text],form[name=sharearticle] input[type=text]{
				width: 200px;
				height: 22px;
				padding: 5px 10px;
				border: none;
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/headerform_text_bg.png') !important;
				background-color: #eeeeee !important;
			}
			form[name=sharelink] {
				margin-top: 15px;
			}
			form[name=sharelink] input[type=text] {
				width: 280px;
				margin-bottom: 5px;
			}
			div#page div#main div.contactpageform input[type=text].last {
				margin-right: 0;
			}
			div#page div#main div.contactpageform select {
				margin-left: 10px;
				margin-bottom: 10px;
			}
			div#page div#main div.contactpageform textarea {
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/headerform_text_bg.png');
				background-color: #eeeeee;
				width: 440px;
			}
			/*
			div#page div#main form[name=contactpageform] input[type=submit] {
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/form_submit_page_bg.png');
				background-repeat: repeat-x;
			}
			*/
		


	
	div#page div#footer {
		position: relative;
		width: 100%;
		height: 450px;
		background-color: #313131;
		border-bottom: 16px solid #dd1936;
	}

		div#page div#footer div#footergraybar {
			position: absolute;
			top: 0;
			left: 0;
			width: 30%;
			height: 29px;
			background-color: #e6e6e6;
		}
		div#page div#footerwhitebar {
			position: absolute;
			top: 0;
			left: 0;
			width: 30%;
			height: 29px;
			background-color: white;
		}
		
		div#page div#footer div#footergraybarrounded {
			position: absolute;
			width: 301px;
			height: 29px;
			top: 0;
			left: 0;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/footer_bar_rounded.png');
			background-position: left top;
			background-repeat: no-repeat;
		}
		div#page div#footerwhitebarrounded {
			position: absolute;
			width: 301px;
			height: 29px;
			top: 0;
			left: 0;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/footer_barwhite_rounded.png');
			background-position: left top;
			background-repeat: no-repeat;
		}
		
		
		div#page div#footer div#backtotop {
			position: absolute;
			right: 0;
			top: -12px;
			width: 121px;
			height: 27px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/back_to_top_btn.png');
			background-repeat: no-repeat;
			z-index: 500;

		}
			div#page div#footer div#backtotop a {
				display: block;
				width: 121px;
				height: 27px;
			}
				div#page div#footer div#backtotop a span {
					display: none;
				}

		div#page div#footer div#footernav {
			padding-top: 50px;
		}
			div#page div#footer div#footernav h1 {
				color: #c4c4c4;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 16px;
			}

			div#page div#footer div#footernav ul {
				margin: 0;
				margin-top: 20px;
				list-style: none;
			}
				div#page div#footer div#footernav ul li {
					float: left;
					margin-right: 30px;
					list-style: none;
				}
				div#page div#footer div#footernav ul li.page-item-2369, div#page div#footer div#footernav ul li.page-item-7 {
					margin-right: 42px;
				}
				
				div#page div#footer div#footernav ul li.page-item-20 {
					margin-right: 0;
				}
				
				
					div#page div#footer div#footernav ul li a {
						color: white;
						text-transform: uppercase;
						font-size: 13px;
						font-weight: bold;
					}
				
				div#page div#footer div#footernav ul li.last {
					margin-right: 0;
				}

				div#page div#footer div#footernav ul li:last-child {
					margin-right: 0;
				}


					
					div#page div#footer div#footernav ul li ul {
						position: absolute;
						top: 100%;
						left: 0%;
						width: 130px;
						padding: 5px 0;
						margin: 0;
					}
	
						div#page div#footer div#footernav ul li ul li {
							display: block;
							width: 100%;
							margin: 0;
						}
							div#page div#footer div#footernav ul li ul li a {
								margin: 0;
								text-transform: none;
								color: #8c8c8c;
								font-size: 11px;
							}
							div#page div#footer div#footernav ul li ul li:hover a {
								background: none;
							}
							div#page div#footer div#footernav ul li ul li ul {
								display: none;
							}


		div#page div#footer div#footlogo {
			position: absolute;
			top: 360px;
			left: 0;
			width: 141px;
			height: 65px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/footer_logo.png');
			background-repeat: no-repeat;
		}
			div#page div#footer div#footlogo a {
				display: block;
				width: 141px;
				height: 65px;
			}
				div#page div#footer div#footlogo a span {
					display: none;
				}

		div#page div#footer div#footfindus {
			position: absolute;
			top: 375px;
			left: 320px;
			height: 35px;
			width: 200px;
			color: #c4c4c4;
			font-size: 14px;
		}

			div#page div#footer div#footfindus span {
				float: left;
				display: block;
				height: 35px;
				width: 85px;
				line-height: 35px;
			}
			div#page div#footer div#footfindus a.linked {
				display: block;
				float: left;
				width: 35px;
				height: 35px;
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/linked_ico.png');
				background-repeat: no-repeat;
				background-position: right;
				margin-right: 15px;
			}

			div#page div#footer div#footfindus a.googleplus {
				display: block;
				float: left;
				width: 35px;
				height: 35px;
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/google-Plus-icon.png');
				background-repeat: no-repeat;
				background-position: right;
			}

		div#page div#footer div#footalf{
			position: absolute;
			top: 365px;
			left: 200px;
			height: 50px;
			margin-right: 30px;
			/*padding-right: 44px;*/
			width: 100px;
			background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/alf.png');
			background-repeat: no-repeat;
			background-position: right;
			color: #c4c4c4;
			line-height: 200%;
			font-size: 14px;
		}
			div#page div#footer div#footalf a{
				display: block;
				width: 100px;
				height: 50px;
			}

		
		


			div#page div#footer div#footfindus a {
				display: block;
				width: 100%;
				height: 34px;
				color: white;
			}
		
		div#page div#footer div#footcopy {
			position: absolute;
			top: 360px;
			right: 0;
			text-align: right;
		}
			div#page div#footer div#footcopy a {
				color: #c4c4c4;
			}


			div#page div#footer div#footcopy input[type=text] {
				float: right;
				background-position: left top;
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/headerform_text_bg.png');
				background-repeat: repeat-x;
				background-color: #d0d0d0;
				color: #717174;
				font-size: 15px;
				border: none;
				font-family: "Arial";
				width: 180px;
				height: 24px;
				padding: 5px 10px;
			}
			div#page div#footer div#footcopy input[type=submit] {
				float: right;
				width: 34px;
				height: 34px;
				background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/headerform_submit_bg.png');
				background-repeat: no-repeat;
				border: none;
			}
		

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

input[name=captcha] {
	display: none;
}



.litswitch {
	float: right;
	margin-left: 5px;
	display: block;
	width: 66px;
	height: 27px;
	margin-top: -5px;
}

.litswitch.switchLitUS {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_us.png');
}
.litswitch.switchLitUS.active {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_us_active.png');
}
.litswitch.switchLitUK {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_uk.png');
}
.litswitch.switchLitUK.active {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_uk_active.png');
}
.litswitch.switchLitAll {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_all.png');
}
.litswitch.switchLitAll.active {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_all_active.png');
}


.litswitch.switchFinUS {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_us.png');
}
.litswitch.switchFinUS.active {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_us_active.png');
}
.litswitch.switchFinUK {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_uk.png');
}
.litswitch.switchFinUK.active {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_uk_active.png');
}
.litswitch.switchFinAll {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_all.png');
}
.litswitch.switchFinAll.active {
	background-image: url('/web/20140911180955/http://www.burfordcapital.com/wp-content/themes/burford/images/burford_lit_region_all_active.png');
}