

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');


#banner.home {
    background-image: url('/_site_assets/images/banner.jpg');
}

html, body {
	font-family: 'Open Sans', sans-serif;
}

body, p {
	font-size:15px;
	line-height:20px;
	margin: 0 0 0.7em 0;
}

.intro, .intro *{
font-weight:300;
font-size:32px;
line-height:36px;
}

.intro strong, .intro b {
font-weight:400;	
}

.intro.smaller, .intro.smaller *{
font-weight:300;
font-size:28px;
line-height:32px;
}

.pullout1 {
font-weight:300;	
}

h3 {
	font-size:20px;
	line-height:23px;
	font-weight:400;
}

h2 {
	font-size:24px;
	line-height:28px;
	font-weight:400;
}

h1 {
	font-size:30px;
	line-height:34px;
	font-weight:300;
}

img {
	max-width:100%;	
}


h1 aside, h2 aside, h3 aside, h4 aside, h5 aside, h6 aside {
    font-weight: 300;
}

.col-b .panel-head, div.col-b h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}


/* Biogs page */

div.biog img {
    width: 15%;
    height: auto;
}


div.biog-text {
    float: left;
    width: 80%;
	margin-left:4%;
}

div.biog-text h2 {
    margin-bottom: .3em;
}


div.biog-text h3 {
	color:#666;
}

div.biog {
    margin-bottom: 70px;
}

div.biog-text h3, div.biog-text .job {
    font-size:inherit;
	margin-top: 0px;
	
}



/* NAV */

#navigation ul {
    height: 30px;
    font-family: inherit;
}


 
/* Side Block */

.highlight-figure span {
    padding: 5px 0 5px 0;
    font-size: 40px;
    font-weight: 300;
	line-height:40px;
}



/*   Header  */
/*   Hacky way of replacing logo with CSS  */

#wrap_header {
    background-color: #fff;
}


#logoDiv img{
	display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/_site_assets/base_images/logoPos.png) no-repeat;
	background-size: 400px 50px;
	width: 400px;
	height:50px;
	padding-left: 400px; 
}

body.api #logoDiv img{
	background: none;
    background-size: auto;
    width: auto;
    height: auto;
    padding-left: 0; 
}



/* Wider page */
/* THIS IS SEPARATED ONTO A DIFFERENT STYLESHEET - so it can apply to certain sites only for now*/
/*
div.col-a {
width:700px;
padding-right: 0;	
}

#background span  {
	width:1000px;
}

#header, #navigation, #content, #footer, #footer-top, #footer-bottom, #subnavigation, div.inner_wrap {
width:1000px;	
}
*/


/* To stop scroll bar appearing on contact us page with gmap */
#wrap_content {
overflow:visible;	
}







/* < MOVED TO GLOBALS FROM ALTREAL> */

.list.divider .item {
border-top:1px solid #ccc;
padding-top:5px;
}

.list.divider {
border-bottom:1px solid #aaa;
padding-bottom:0px;
}


.list.imageleft .item img {
	width:200px;
	float:left;	
	margin:5px 10px 10px 0px;
}

.list.imageleft .item p {
	overflow:hidden; //this keeps the text from wrapping
}
.list.imageleft .item p:last-child {
	padding-bottom:0.3em; //stops clipping the decenders
}


/*
.crop .imageleft{	
	float:left;
	position:relative;
	overflow:hidden;
	width:200px;
	height:130px;
	margin:0px 10px 10px 0px;
}
.crop .imageleft img{
	width:100% !important;
	margin:0px;
	position: absolute;
	float:none;
	left:0px;
}
*/





/*.list {overflow:hidden;} WHY??*/

.list {float:left;}
.list *{}
.list > *{margin-left:3%; float:left;}
.list {width:103%; margin-bottom:2em;}

.list.imageleft, .list.split-two, .list.split-three, .list.split-four {margin-left:-3%;}

.list.split-two .item {width:47%;}
.list.split-two .item:nth-child(2n+1) {clear: left;}

.list.split-three .item {width:30.3%;}
.list.split-three .item:nth-child(3n+1) {clear: left;}

.list.split-four .item {width:22%;}
.list.split-four .item:nth-child(4n+1) {clear: left;}

.list .item.full, .list.imageleft .item {width:97%;}

.list .item:last-child{clear: none !important;}



.list .item {
float:left;	
margin-bottom:2em;
/* Reason to not use inline blocks: //display: inline-block; vertical-align: top; // https://stackoverflow.com/questions/15172520/advantages-of-using-displayinline-block-vs-floatleft-in-css  */
}





.item p {line-height:1.2em; margin-bottom:.5em}
.item .date { font-size:12px; color:#999;}
.item .category { font-size:12px; color:#999 }
.item .title { font-size:18px; margin-top:.8em; }



a.item {color:#003366;}
a.item: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);
	background:#fff;
}
a.item:hover .title { color:black;}






/* CARDS  */
.card .item {
	margin-bottom: 1em;
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.item .section {
    padding: .5em;
	float:left;
}





/* CENTERING IMAGES */


.imgcenter .image img {
width:100%;
display:block;
/*To centre image in frame */
position:absolute; 
left: -1000%;
right: -1000%;
top: -1000%;
bottom: -1000%;
margin: auto;
min-height: 100%;
}


.imgcenter .image { 
width:100%;
/*To centre image in frame */
height:0px;
padding-top:50%; /*Image ratio */
position:relative;
overflow:hidden;
}


.imgcenter.imageleft .image {
width:30%;
padding-top: 15%;
float:left;
}
.imgcenter.imageleft .image img {
margin:auto;
}



.pic_caption {
	 box-sizing: content-box; // for equalize.js to work properly
	 min-height:20px;
}


/* </ MOVED TO GLOBALS FROM ALTREAL > */

