 @charset "UTF-8";


* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}



body {
	margin:0 0 0 0;
	background-color: #F6F6F6;
}




.quarter { width:25%;}
.third { width:33%;}
.half { width:50%;}





/* CLEARFIX For modern browsers */
.clearfix:after, .clear:after {
    content:"";
    display:table;
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.lt-ie8 .clearfix, .lt-ie8 .clear { *zoom:1;}
.lt-ie8 .clearfix:before, .lt-ie8 .clear:before { 
    content:"";
    display:table;
}




div.outer_wrap {
	margin:0 auto;
	padding:0;
	position:relative;
	width:100%;
}


#header, #navigation, #content, #footer, #footer-top, #footer-bottom, #subnavigation, div.inner_wrap {
	margin:0 auto;
	width: 900px;
	padding-left:30px;
	padding-right:30px;
}


#wrap_header {
	background-color:#04103c;
}


#header {
	height:90px;
	padding-top:25px;
}


/* This shouldn't exist anymore - but just in case */
#header-symbol {
	display:none;
}


#logoDiv {
	height:40px;
	width:550px;
	color:white;
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	overflow:visible;
}

#wrap_navigation {
	background:#333366;
	height:30px;
}

#navigation { height:30px; }

#subnavigation, #wrap_subnavigation {
	height:30px
	min-height:30px;
	background:#b0b5d3;
}

#subnavigation:after{ /*clearfix*/
	content: "";
	display: table;
	clear: both;
}

#content {
	position:relative;
	padding-top:40px;
	overflow: hidden;
    padding-bottom: 50px;
}

div.col-a {
	float:right;
	margin:0 0 0 0;
	width:600px;
	padding:0px 40px 0px 20px;
}

div.col-b {
	width:190px;
	float:left;
	clear:left;
}





/* ----------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------- */


#footer-top {
	height:30px;
	overflow:hidden;
}

#footer-bottom {
	padding-top:10px;
    height: 60px;
	color: #CCCCCC;
	overflow:hidden;
	line-height:17px;
}

#footer-bottom a, #footer-bottom a:visited {
	color:#eee;
}

#footer-bottom a:hover {
	color:#fff;
	text-decoration:none;
}

div.foot-left {
	float:left;
	width:200px;
	margin-right:55px;
	padding-right:30px;
}

div.foot-mid { float:left; }

div.foot-right {
	float:right;
	text-align:right;
}









/* ----------------------------------------------------------------------- */
/*  */
/* ----------------------------------------------------------------------- */



th, td { padding: 0 5px 0 0; }

.contactform th, .contactform td { padding: 0 5px 5px 0; }

.contactform { width: 100%; }

div.extra { margin:2em 0 0 0; }

div.extra:first-child { margin:0; }









/* ======================================================================= */
/* IMAGES */
/* ======================================================================= */



img.image {
	float:left;
	margin:0 10px 10px 0;
}

/*img.portrait {
	float:left;
	margin:0 20px 10px 0;
}*/

img.portrait {
	float:left;
	margin:5px 20px 40px 0;
}

img.portfolio {
	float:left;
	margin:5px 20px 30px 0;
}







/* ======================================================================= */
/* SIDE COLUMN */
/* ======================================================================= */


div.col-b, div.col-b p {
	font-size:13px;
	line-height:17px;
}


.col-b .panel-head, div.col-b h3 {
	font-weight:bold;
	margin-bottom:1em;
	font-size:14px;
	line-height:16px;
}


div.col-b h2, div.col-b h4, div.col-b h5, div.col-b h6 {

}



/* ----------------------------------------------------------------------- */
/* SIDE PANEL */
/* ----------------------------------------------------------------------- */


.highlight-figure {
	margin-bottom:15px;
}
	
	
.highlight-figure span {
	display:inline-block;
	width:100%;
	padding:12px 0 12px 0;
	border-top:1px solid #ccc;
	font-size:30px;
}


/* needs work */

div.curvycorner, div.panel, .rounded {
  /* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


div.curvycorner img {
	width:100% ;	
}


.panel h2, .panel h3, .panel h4 {
	color: #FFF;
}


div.col-b div.curvycorner {
	margin: 0 0 10px 0;
	color: #FFF;
    padding: 10px;
    text-align: left;
    background-color: #a4adb9;
}

div.col-b div.curvycorner a, div.col-b div.curvycorner a:visited {
    color: #e3e8f0; /* matches left background */
}

div.col-b div.curvycorner a:hover {
    color: white;
}


div.col-b div.curvycorner img {
	margin: 0 0 10px 0;
}


img.curvycorner {
	float:left;
	margin: 0 0 10px 0;
    padding: 10px;
    background-color: #B0B5D3;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}











/* ======================================================================= */
/* SPECIFIC PAGE TEMPLATE STYLING */
/* ======================================================================= */



/* ----------------------------------------------------------------------- */
/* BANNER PANEL */
/* ----------------------------------------------------------------------- */


#banner {
    background: #000;
    background-position: center;
	background-repeat: no-repeat;
    //background-size: cover;
    height: 200px;
}


#banner.contact {
    background-image: url('/_globals/base_images/map-background.jpg');
}




/* ----------------------------------------------------------------------- */
/* IMAGE PANEL */
/* ----------------------------------------------------------------------- */


.pic_container {
margin-bottom:30px;	
*zoom: 1;
}

.pic_container:after {
    content: " "; 
	clear: both;
}


.pic_container img{
	margin:0 !important;
	display:block;		
}

.pic_caption {
	margin:0;
	padding:5px 10px;
	background:#B0B5D3;
	color:#FFF;
}






/* ----------------------------------------------------------------------- */
/* BIOGRAPHY LISTING */
/* ----------------------------------------------------------------------- */


div.biog {
	margin-bottom:40px;
	clear:both;
	}
	
div.biog img {
	float:left;
	width:80px;
	height:100px;
	}
	
div.biog-text {
	border-left:1px solid #b0b5d3; 
	float:right; 
	width:420px;
	padding-left:10px;
	}
	
div.biog-text h2 {
	margin-top:0px;
	margin-bottom:4px;
	}
	
div.biog-text h3, div.biog-text .job {
	font-size: 14px;
	color:#666;
	margin-top:0px;
	}
	








/* ----------------------------------------------------------------------- */
/* CASE STUDY A  */
/* ----------------------------------------------------------------------- */

.poster-image-container {
	width:100%; 
	background:#a4adb9; 
	margin:20px 0px 30px 0px; 
	color:white; 
	font-weight:bold;	
}

.poster-image-container img {
	width:350px; 
	float:left;
}
.poster-details {
	padding:10px; 
	width:180px; 
	float:right;
}




/* ----------------------------------------------------------------------- */
/* Activity table a la Industriand */
/* ----------------------------------------------------------------------- */

.activity-table {
	background:#ccc;
	color:#999;
	font-size:12px;
	line-height:13px;
	margin-top:50px;
	margin-bottom:30px;
	width:100%;
}
.activity-table td {
	vertical-align:middle;
	text-align:center;
	padding:10px 10px 22px 10px;
	border-right:2px solid #fff;
	width:90px;
}

.activity-table td:last-child {
	border-right:0px solid #fff;
}

.activity-table td.active {
	padding:10px 10px 22px 10px;
	background:#B0B5D3;
	color:white;
	background-image: url("/_globals/base_images/up-arrow-sml.png");
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: center;
	
}



/* ----------------------------------------------------------------------- */
/* Table Divs */
/* ----------------------------------------------------------------------- */


div.table {
	display:table; width:100%;
}

.cell {
	display:table-cell;
	padding-right:20px;
}

.cell:last-child {
	padding-right:0px;
}








/* ======================================================================= */
/* PAGE BACKGROUND - CSS */
/* ======================================================================= */


/* to replace the background image */

#background {
	margin: 0;
	height:100%;
	width:100%;
	top: 0;
	left:0;
	position: fixed;
	z-index:-1;
}
#background span  {
	background: blcak;
	height: 100%;
	position: relative;
	width: 900px;
	display:block;
	margin: 0 auto;
}
#background span span {
	background: #e3e8f0;
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 2255px;
	z-index: -1;	
}



/* ======================================================================= */
/* PAGE WIDTHS - CSS */
/* ======================================================================= */


/* to make the page a single column -  a bit hacky  - apply .singleColumn to html tag in dreamweaver */

.singleColumn #background span span {
	background:transparent;
}

.singleColumn #main-text {
width:100%;	
padding:0px !important;
}

.singleColumn div.col-b {
display:none;	
}




/* ======================================================================= */
/* STICKY FOOTERS  http://www.cssstickyfooter.com/using-sticky-footer-code.html */
/* ======================================================================= */

html, body { height: 100%; }

#sticky_footer_wrap { 
	width:100%;
	min-height: 100%; 
	min-width:900px;
	}

#wrap_content {
	overflow:auto;
	padding-bottom: 100px; /* must be same height as the footer */
}  


#wrap_footer {
	/* This is a dumb colouring method - but changing would mean lots of legacy rejigging */
	background-image:url(../base_images/footer_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
}

#wrap_footer, 
#wrap_footer p, 
#wrap_footer ul li {
    color:#eee;
    font-size:12px;
}


/* ------------------------------------------------------------------------- */








/* ======================================================================= */
/* POPUP DISCLAIMER */
/* ======================================================================= */


/* Disclaimer overlays */
.disclaimer {
	display:none;
	visibility:hidden;
	width:100%;
	height:100%;
	background:#000;
	background: transparent url(../base_images/grey_transparent_85.png) repeat fixed left top;
	/*position:absolute;*/
	position:fixed;
	top:0;
	left:0;
	z-index:1000;	
}

/* the class 'show' is removed when accepting the agreement */
#disclaimer.show {
	display:block;
	visibility:visible;
}

#disclaimerpanel {
	margin:50px auto;
	background:#fff;
	padding:100px 20px 20px 20px;
	background: url("../base_images/disclaimer_bg.gif") no-repeat scroll left top transparent;
	height: 315px;
	width: 428px;
	text-align:left;
}

#disclaimerpanel a.button1 {
	background: url("../base_images/button2.gif") no-repeat scroll left top #000000;
	display: block;
	float: right;
	height: 34px;
	margin-top: 12px;
	width: 102px;
}

#disclaimerpanel a.button2 {
	background: url("../base_images/button1.gif") no-repeat scroll left top #000000;
	display: block;
	float: right;
	height: 34px;
	margin-right: 10px;
	margin-top: 12px;
	width: 124px;
}









/* ======================================================================= */
/* FADING  */
/* ======================================================================= */



.fade-in {
    -webkit-animation: fadein .8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .8s; /* Firefox < 16 */
        -ms-animation: fadein .8s; /* Internet Explorer */
         -o-animation: fadein .8s; /* Opera < 12.1 */
            animation: fadein .8s;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}





/* ----------------------------------------------------------------------- */
/*  */
/* ----------------------------------------------------------------------- */



#disclaimer-main {
background:#eee; 
display:none; 
height:auto; 
overflow:auto; 
padding:10px; 
margin:20px 0px 20px 0px;
}


/* In ARR overides
div.map_back {
	margin-top:60px;
	display:block;
	width:100px;
	height:120px;
	background-image: url("/projects/map_files/small_uk.png");
	background-repeat: no-repeat;
	background
}

a div.map_back:after {
	content: "back to map";
	display:inline-block;
	margin-top:80px;
	
}
*/




div.fund-text {
	padding-bottom:3em;
	
}




.imagelink:hover img, .shadowlink:hover{
	-webkit-box-shadow: 0px 5px 19px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 19px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 19px -7px rgba(0,0,0,0.75);
}

.shadowlink {
	display:block;
}

/* ======================================================================= */
/* PRINT STYLES */
/* ======================================================================= */


@media print {
   #wrap_content {
	   background:#fff;
   }
}
