/*  BBSRC Mobile Stylesheet
 *  Created by Dan Sheerman for Headscape
 *  dan@headscape.co.uk
 *
 *  This stylesheet served to all devices,
 *  should be used for (basic) layout styles up to 500px wide viewport
*/

body {
	min-width: 320px;
	-webkit-text-size-adjust: none;
	}

.wrap {
	padding: 0 1em;
	}

#header {
	background: url('../img/bg-header.png') repeat-x center -180px;
	padding-bottom: 20px;
	}
	
	#header:after {
		content: '';
		display: table;
		clear: both;
		}
	
	#header.magazine {
		background: url('../img/bg-header.png') repeat-x center bottom;
		padding-bottom: 10px;
		margin-bottom: 1em;
		}
		
		#header.magazine h1 {
			float: right;
			margin: 3.5% 0px;
			}
		
		#header.magazine .back {
			position: relative;
			font-size: 1em;
			font-weight: 600;
			padding: 0.5em 0.8em 0.5em 0.6em;
			margin: 3% 0px;
			float: left;
			color: #fff;
			background: rgb(41,56,150); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(20,73,161,1) 0%, rgba(13,47,105,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,73,161,1)), color-stop(100%,rgba(13,47,105,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1449a1', endColorstr='#0d2f69',GradientType=0 ); /* IE6-9 */
			border-radius: 5px;
			}
			
			#header.magazine .back:hover {
				opacity: 0.85;
				}
			
			#header.magazine .back:active {
				top: 1px;
				left: 1px;
				}
			
			#header.magazine .back img {
				vertical-align: middle;
				}
	
	#header h1, #header #logo {
		max-width: 35%!important;
		float: left;
		margin-bottom: 0px;
		}


		
		#header h1 a, #header #logo a {
			display: block;
			}
		
		#header h1 a:hover, #header h1 a:focus, #header #logo a:hover, , #header #logo a:focus {
			/*opacity: 0.8;*/
                        background: #DEDEDE;
			}

	#header h2, p.keynote {
		display: none;
		}

	#siteTools {
		float: right;
		max-width: 65%;
		padding-top: 0.5em;
		text-align: right;
		}
		
		#skipToContent {
			position: absolute;
			left: -9999em;
			}
			
			#skipToContent:focus {
				position: static;
				left: 0px;
				padding: 0.5em;
				}
		
		#siteTools li {
			display: inline;
			padding: 0px 0.25em 0px 0.5em;
			font-size: 0.75em;
			border-left: 1px solid #ccc;
			}				
			#siteTools li:first-child {
				border-left: 0px;
				}
		
		#siteTools a {
			color: #444;
			border-bottom: 1px solid #aaa;
			}
			
			#siteTools a:hover {
				color: #222;
				border-bottom: 1px solid #888;
				}
		
		#siteTools form, #siteTools .sForm {
			margin: 0.5em 0px;
			font-size: 0.9em;
			text-align: right;
			}
		
		#siteTools input[type=text] {
			width: 7.5em;
			padding: 0.5em 1.5em;
			position: relative;
			right: -1em;
			z-index: 1;
			outline: none;
			background: #fff url('../img/i-mag.png') 4px center no-repeat;
			border-radius: 2px;
			-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
			box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
			}
		
		#siteTools input[type=submit] {
			position: relative;
			z-index: 2;
			padding: 0.5em;
			border-radius: 0px 3px 3px 0px;
			}
		
	#togglePrimaryNav {
		display: block;
		display: none;
		clear: both;
		float: left;
		position: relative;
		top: -3px;
		padding: 0.5em 1em;
		text-align: center;
		font-size: 0.9em;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
		background: rgba(0,0,0,0.35);
		border-radius: 0px 0px 4px 4px;
		}
		
	#toggleSecondaryNav {
		display: block;
		display: none;
		float: left;
		position: relative;
		top: -3px;
		padding: 0.5em 1em;
		margin-left: 2px;
		text-align: center;
		font-size: 0.9em;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
		background: rgba(0,0,0,0.25);
		border-radius: 0px 0px 4px 4px;
		}
		
		#togglePrimaryNav.open, #toggleSecondaryNav.open {
			background: rgba(20,73,161,0.5);
			}
		
	#primaryNav {
		display: block;
		clear: both;
		padding-top: 1em;
		margin-bottom: 1em;
		}
		
		#primaryNav:after, #primaryNav ul:after {
			content: '';
			display: table;
			clear: both;
			}
		
		#primaryNav li {
			display: block;
			width: 50%;
			float: left;
			}
			
			#primaryNav li:first-child {
				display: none;
				}
			
		#primaryNav a {
			font-size: 0.9em;
			font-weight: 600;
			display: block;
			text-align: center;
			padding: 0.25em 0.25em;
			color: #fff;
			border: 2px solid #fff;
			background: rgb(41,56,150); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(20,73,161,1) 0%, rgba(13,47,105,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,73,161,1)), color-stop(100%,rgba(13,47,105,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1449a1', endColorstr='#0d2f69',GradientType=0 ); /* IE6-9 */
			border-radius: 5px;
			}
			
			#primaryNav a:hover {
				opacity: 0.85;
				}
			
			#primaryNav .current a {
				background: rgb(214,3,124); /* Old browsers */
				background: -moz-linear-gradient(top, rgba(214,3,124,1) 0%, rgba(191,1,79,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,3,124,1)), color-stop(100%,rgba(191,1,79,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* IE10+ */
				background: linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6037c', endColorstr='#bf014f',GradientType=0 ); /* IE6-9 */
				}
	
	
	#secondaryNav {
		margin-bottom: 2em;
		}
		
		#secondaryNav h3 a {
			font-size: 0.9em;
			color: #c06;
			}
		
		#secondaryNav > ul {
			background: #ccc;
			border-radius: 3px;
			padding: 2px 6px;
			}
		#secondaryNav li {
			margin: 3px 0px;
			}
			
		#secondaryNav > ul > li > a {
			display: block;
			color: #fff;
			padding: 0.35em 0.5em 0.35em 25px;
			font-size: 0.9em;
			font-weight: 600;
			background: rgb(41,56,150) url('../img/li-darr-grey.png') 5px 7px no-repeat; /* Old browsers */
			background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -moz-linear-gradient(top, rgba(20,73,161,1) 0%, rgba(13,47,105,1) 100%); /* FF3.6+ */
			background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,73,161,1)), color-stop(100%,rgba(13,47,105,1))); /* Chrome,Safari4+ */
			background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -webkit-linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* Chrome10+,Safari5.1+ */
			background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -o-linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* Opera 11.10+ */
			background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -ms-linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%); /* IE10+ */
			background: url('../img/li-darr-grey.png') 5px 7px no-repeat, linear-gradient(top, rgba(20,73,161,1) 0%,rgba(13,47,105,1) 100%), url('../img/li-darr-grey.png') 3px 5px; /* W3C */
			border-radius: 2px;
			}
			
			#secondaryNav > ul > li > a:hover {
				opacity: 0.8;
				}
			
			#secondaryNav > ul > .current > a {
				background: rgb(214,3,124) url('../img/li-darr-grey.png') 5px 7px no-repeat; /* Old browsers */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -moz-linear-gradient(top, rgba(214,3,124,1) 0%, rgba(191,1,79,1) 100%); /* FF3.6+ */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,3,124,1)), color-stop(100%,rgba(191,1,79,1))); /* Chrome,Safari4+ */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -webkit-linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* Chrome10+,Safari5.1+ */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -o-linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* Opera 11.10+ */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -ms-linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* IE10+ */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* W3C */
				opacity: 1;
				}
			#secondaryNav > ul > .ae_menuopen > a {
				background: rgb(214,3,124) url('../img/li-darr-grey.png') 5px 7px no-repeat; /* Old browsers */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -moz-linear-gradient(top, rgba(214,3,124,1) 0%, rgba(191,1,79,1) 100%); /* FF3.6+ */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,3,124,1)), color-stop(100%,rgba(191,1,79,1))); /* Chrome,Safari4+ */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -webkit-linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* Chrome10+,Safari5.1+ */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -o-linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* Opera 11.10+ */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, -ms-linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* IE10+ */
				background: url('../img/li-darr-grey.png') 5px 7px no-repeat, linear-gradient(top, rgba(214,3,124,1) 0%,rgba(191,1,79,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6037c', endColorstr='#bf014f',GradientType=0 ); /* IE6-9 */
				opacity: 1;
				}
		
		#secondaryNav ul ul {
			background: #f5f5f5;
			margin: 0px;
			padding: 5px 0px;
			}
		
		#secondaryNav ul ul li {
			margin: 0px;
			}
		
		#secondaryNav ul ul a {
			font-size: 0.9em;
			display: block;
			color: #262626;
			padding: 0.15em 0.35em 0.15em 25px;
			background: url('../img/li-rarr-grey.png') 8px 7px no-repeat;
			}
			
			#secondaryNav ul ul a:hover {
				text-decoration: underline;
				}
			
			#secondaryNav ul ul .current a {
				font-weight: 600;
				}
			#secondaryNav ul ul .ae_open a {
				font-weight: 600;
				color:#A20054;
                                padding-bottom: 0; 
                                padding-top: 0;
				}
			#secondaryNav ul ul .ae_open {
                                                      background: url("../img/li-rarr-grey.png") no-repeat scroll 8px 7px transparent;
                                                        font-weight: 600;
                                                        color:#A20054;
                                                       font-size: 0.90em;
                                                         padding: 0.15em 0.35em 0.25em 25px;
                                                       }

#secondaryNav ul .ae_open {
                                                      background: url("../img/li-rarr-grey.png") no-repeat scroll 8px 7px transparent;
                                                        font-weight: 600;
                                                        color:#A20054;
                                                       font-size: 0.90em;
                                                         padding: 0 0.35em 0.15em 25px;
                                                       }

		
		#secondaryNav .shareThis, .shareThis {
			display: none;
			}
		
		.shareThis h3 {
			color: #c06;
			margin-bottom: 0.75em;
			}
			
		.shareThis .printPage {
			text-indent: -9999em;
			display: inline-block;
			width: 32px;
			height: 32px;
			line-height: 54px;
			padding-left: 8px;
			background: url('../img/i-print.png') no-repeat center center;
			}
		
		.shareThis .printPage:hover {
			opacity: 0.8;
			}


#footer {
	background: #666;
	margin: 2em 0px 0px;
	padding: 1em 0px;
	clear: both;
	}
	
	#footer:after {
		content: '';
		display: table;
		clear: both;
		}
	
	#footer section {
		margin: 0px 0px 2em;
		}
	
	#footer h2, #footer a, #footer p, #footer address {
		color: #fff;
		}
	
	#footer h2 {
		padding-bottom: 0.5em;
		border-bottom: 1px solid #999;
		}
	
	#footer .additionalInfo ul {
		padding: 0px 0px 0px 1em;
		}
	
	#footer .additionalInfo ul:after {
		content: '';
		display: table;
		clear: both;
		}

	#footer .additionalInfo li {
		width: 42%;
		padding: 0px 7% 0px 1%;
		float: left;
		font-size: 0.9em;
		font-weight: 600;
		}
	
	#footer .additionalInfo .legal {
		font-size: 0.8em;
		}
	
	#footer .additionalInfo a:hover {
		text-decoration: underline;
		}
	
	#footer .socialMedia li {
		display: inline;
		padding: 0px 0.25em;
		}
		
	#footer .socialMedia a:hover {
		opacity: 0.85;
		}
		
	#footer .socialMedia .ceo a, #footer .socialMedia .email a {
		font-size: 0.85em;
		padding-left: 48px;
		}
		
		#footer .socialMedia .ceo a {
			padding-right: 2px;
			background: url('../img/i-ceo-purple.png') no-repeat left center;
			}
		#footer .socialMedia .email a {
			background: url('../img/i-email.png') no-repeat 6px center;
			}
		
	#footer .socialMedia .ceo a, #footer .socialMedia .email a, #footer .socialMedia .ceo b, #footer .socialMedia .email b {
		display: block;
		margin-top: -0.25em;
		}
	
	

	#footer .contactDetails address, #footer .contactDetails .email {
		font-size: 0.9em;
		margin: 0px;
		}
	
	#goToMobile {
		display: none;
		}
	
	#goToDesktop {
		float: left;
		clear: both;
		margin: 0px 0px 1em 0px;
		font-size: 0.9em;
		font-weight: bold;
		border-bottom: 1px dotted #ddd;
		}



.imgBox h1, imgBox h2, imgBox h3, imgBox h4 {
	font-size: 1.25em;
	}


#breadcrumbs {
	font-size: 0.9em;
	color: #444;
	margin-bottom: 1em;
	min-width: 50%;
	}
	
	#breadcrumbs ul {
		display: inline;
		padding-left: 0.5em;
		}
	
	#breadcrumbs ul li {
		color: #c06;
		background: none;
		padding: 0px;
		display: inline;
		font-weight: normal;
		float: none;
		clear: none;
		}
		#breadcrumbs li:before {
			content: '>';
			padding: 0px 0.5em 0px 0px;
			font-size: 0.8em;
			color: #999;
			}
			#breadcrumbs li:first-child:before {
				content: '';
				}
	
		
	#breadcrumbs a {
		color: #124393;
		}
		
		#breadcrumbs a:hover {
			text-decoration: underline;
			}
	

#content {
	width: 100%;
	}

#content.blog {
	margin-bottom: 2em;
	}

#content:after {
	content: '';
	display: table;
	clear: both;
	}

figure.data, figure.left, figure.right, #content figure img {
	width: 100%;
	}

figure.left.narrow {
	width: 45%;
	float: left;
	}

figure.right.narrow {
	width: 45%;
	float: right;
	}

figure.video h3 {
	font-weight: 600;
	font-size: 1.4em;
	margin-top: 0px;
	}

.ytpvideo {
	}

	.ytpvideo p, .ytplayerbuttons, .ytplayerbox h3, .ytplayerbox h4 {
		display: none;
		}
	
	.ytplayerbox {
		width: 100% !important;
		}
	
	.ytpvideo object, .ytpvideo iframe {
		width: 100% !important;
		height: 240px !important;		
		}

#content #featuredSlider {
	padding: 0px;
	overflow: hidden;
	display: block;
	}
	
	#content #featuredSlider time {
		font-size: 0.5em;
		line-height: 1.75em;
		}
	
	#content #featuredSlider li, #content .imgBox li {
		display: block;
		position: relative;
		padding: 0px;
		margin: 0px 0px 1em 0px;
		background: none;
		}

.jshowoff-controls {
	position: relative;
	}
	
	.jshowoff-prev {
		display: none;
		}

.jshowoff-slidelinks {
	display: none;
	}


#content.listing .articlesList {
	}
	
	#content .articlesList img {
		display: none;
		}
	
	#content .articlesList a {
		text-decoration: underline;
		color: #c06;
		}
	
	#content .articlesList h2 {
		margin: 0.75em 0px 0.25em;
		}
	
	#content .articlesList h3 {
		margin: 0.75em 0px;
		font-size: 1.3em;
		}
	
	#content .articlesList h2 + h3 {
		margin: 0px;
		}
	
	#content .articlesList h3 + time, #content .articlesList h3 + h4 {
		margin-top: -0.75em;
		}


.galleryPreview {
	margin: 2em 0px 1em;
	}
	
	#content .galleryPreview ul {
		margin-left: -1%;
		}
	
	#content .galleryPreview ul:after {
		content: '';
		display: table;
		clear: both;
		}
	
	#content .galleryPreview li {
		display: block;
		background: none;
		padding: 0px;
		float: left;
		width: 11.5%;
		margin-left: 1%;
		}




.listingText h2, #content.newsListing div h2, #content.magazine .moreFeatures h2, #content.magazine .otherFeatures h2 {
	background: #4C4C4C;
	color: #fff;
	font-size: 1.35em;
	padding: 0.5em;
	margin: 1em 0px 0px;
	}
	
	.listingText h2:after, #content.newsListing div h2:after, #content.magazine .moreFeatures h2:after, #content.magazine .otherFeatures h2:after {
		border: 0px;
		}

.articlesListText {
	}
	
	#content .articlesListText li, #content .articlesArchiveYear li {
		margin-top: 2px;
		padding: 1em 1.25em;
		font-weight: normal;
		background: rgb(245,246,246); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(232,233,234,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(100%,rgba(232,233,234,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#e8e9ea',GradientType=0 ); /* IE6-9 */
		}
	
		#content .articlesListText li:after {
			content: '';
			display: table;
			clear: both;
			}
	
	.articlesListText h3 {
		font-size: 1em;
		display: inline;
		}
	
	.articlesListText time {
		display: block;
		font-size: 0.9em;
		color: #111;
		}
	
	#content .articlesListText a {
		font-size: 1.1em;
		text-decoration: none;
		}
	
		#content .articlesListText a b, #content .articlesListText b {
			color: #666;
			font-size: 0.7em;
			text-transform: uppercase;
			font-weight: normal;
			margin-left: 0.35em;
			position: relative;
			top: -0.5em;
			}
	
	#content .articlesListText .external {
		padding-right: 20px;
		background: url('../img/i-external.png') no-repeat right center;
		}
	
	#content .articlesListText p {
		font-size: 0.9em;
		line-height: 1.3em;
		}
	
	#content .articlesListText figure {
		display: none;
		position: relative;
		float: left;
		width: 90px;
		margin: -1em 1.25em -1em -1.25em;
		}
	
	#content .articlesListText figure time {
		position: absolute;
		top: -1px;
		left: 0px;
		background: #c06;
		color: #fff;
		font-size: 1.8em;
		min-width: 1.1em;
		text-align: center;
		padding: 0.35em 0.25em;
		}

#content .articlesArchiveYear li {
	padding: 0px;
	}

#content .articlesArchiveYear a {
	display: block;
	text-decoration: none;
	color: #666;
	font-weight: 600;
	padding: 0.5em 0.9em;
	font-size: 1.2em;
	text-align: center;
	}


.newsList {
	}

	#content .newsList li {
		background: none;
		padding: 0px;
		margin: 0px 0px 4em;
		font-weight: normal;
		}
	
	#content .newsList a {
		text-decoration: none;
		}
	
	#content.newsListing h2 a {
		color: #fff;
		}


#content > header .meta {
	border-bottom: 1px solid #ccc;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 75%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	}
	
	#content > header .meta:after {
		content: '';
		display: block;
		clear: both;
		border-bottom: 1px solid #fff;
		}
	
	#content > header .meta .logo {
		float: left;
		padding-right: 3%;
		border-right: 1px solid #ccc;
		margin: 1em 2% 1.5em 0px;
		max-width: 19%;
		}
	
	#content > header .meta div {
		margin: 1.5em 0px 1em;
		font-size: 1.05em;
		width: 75%;
		float: left;
		}
	
	#content > header .meta i {
		display: block;
		font-style: normal;
		}
	
	#content > header .meta .author {
		color: #c06;
		}





#content.home > section {
	position: relative;
	margin: 2.5em 0px 3em;
	}
	
	#content.home > section:after {
		content: '';
		display: table;
		clear: both;
		}

	#content.home > section h2 {
		display: inline-block;
		background: #c06;
		color: #fff;
		margin: 0px;
		padding: 0.5em;
		position: absolute;
		top: -0.75em;
		left: 0px;
		z-index: 1;
		}
	
	#content.home #newsStories ul {
		margin: -2.5%;
		background: none;
		}
	
	#content.home #newsStories li {
		display: block;
		width: 45%;
		float: left;
		margin: 0.5em 2.5%;
		font-size: 0.75em;
		}
		
		#content.home #newsStories li:first-child {
			width: 95.5%;
			font-size: 1.1em;
			}
		
	#content.home #ourImpact h3 {
		font-size: 1.3em;
		}
		
	#content.home #ourImpact time {
		font-size: 0.7em;
		padding: 0.5em 1.25em 0.65em 1.25em;
		}
	
	#content.home #latestVideo {
		position: relative;
		}
		
	#content.home #latestVideo .iframeContainer {
		background: #000;
		padding-top: 1.5em;
		}
	
	#content.home #latestVideo iframe {
		width: 100%;
		height: 300px;
		}
	
	#content.home #latestVideo noscript p {
		color: #fff;
		position: absolute;
		top: 3em;
		left: 1.5em;
		right: 1.5em;
		}
	
	#content.home #latestVideo a {
		background: url('../img/i-gt-pink.png') no-repeat left center;
		padding-left: 10px;
		float: right;
		}

#content.errorPage:after {
	content: '';
	display: table;
	clear: both;
	}
	
	#content.errorPage h1 {
		margin-top: 0.5em;
		}
	
	#content.errorPage .intro {
		color: #c06;
		}
	
	
#content.newsListing .features {
	clear: both;
	padding-top: 3em;
	}

#content.events.listing time {
	display: block;
	margin-bottom: -0.2em;
	font-size: 1.4em;
	}


#magHeader {
	margin: 0px -1em 2em;
	padding: 1em;
	}
	
	#magHeader h1 {
		position: relative;
		font-weight: 600;
		font-size: 4em;
		margin: 0px;
		}
	
		#magHeader h1 b {
			position: absolute;
			top: 1.1em;
			left: 4.4em;
			font-size: 0.18em;
			}
	
	#magHeader p {
		color: rgba(255,255,255,0.85);
		margin: 0px;
		font-size: 1.1em;
		line-height: 1.1em;
		font-weight: 600;
		}
	
	#magHeader .issue {
		display: block;
		color: #fff;
		margin: 1em -0.7em -0.7em;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		font-style: normal;
		font-size: 1.4em;
		padding: 0.35em;
		text-align: center;
		background: rgba(0,0,0,0.5);
		}





.imgBox.blogHeader {
	margin: 0px 0px 2em;
	}
	
#content .postList li {
	padding: 0px;
	margin: 0px 0px 3em;
	background: none;
	font-weight: normal;
	}
	
	#content .postList li article header {
		min-height: 5.5em;
		padding-top: 1px;
		margin-bottom: 1em;
		background: rgb(245,246,246); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(232,233,234,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(100%,rgba(232,233,234,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#e8e9ea',GradientType=0 ); /* IE6-9 */
		}
	
		#content .postList li article header time {
			width: 2em;
			margin-top: -1px;
			float: left;
			background: #000;
			text-align: center;
			padding: 0.25em 0.5em;
			font-size: 1.2em;
			color: #fff;
			border-right: 2px solid #fff;
			}
			
			#content .postList li article header time b {
				display: block;
				font-size: 1.8em;
				padding: 0.5em 0.3em;
				margin: 0.1em -0.28em -0.2em;
				background: #C06;
				}
	
		#content .postList li article header a, #content .postList li article footer a {
			text-decoration: none;
			}
	
		#content .postList li article header h2 {
			margin: 0.4em 0px 0.1em 3.3em;
			}
		
		#content .postList li article header .meta {
			margin-left: 4.85em;
			font-size: 0.875em;
			}
		
		#content.blog .meta a {
			color: #333;
			}
		
	
	#content.blog article footer {
		margin-top: 1.5em;
		font-size: 0.85em;
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
		border-bottom: 1px solid #ccc;
		}
	
		#content.blog article footer:after {
			content: '';
			display: table;
			clear: both;
			border: 1px solid #fff;
			}
		
		#content.blog article footer .postTags, #content.blog article footer .meta {
			float: left;
			padding: 0.5em 0px 0.25em;
			}
			
			#content.blog article footer .postTags a {
				text-decoration: none;
				}
		
		#content.blog article footer .meta {
			padding-bottom: 0.5em;
			}
		
		#content .postList li article footer .commentsLink, #content.blog article footer .meta {
			float: right;
			margin-right: 0.5em;
			}
		
			#content .postList li article footer .commentsLink img {
				vertical-align: middle;
				position: relative;
				top: -0.2em;
				margin-right: 0.5em;
				}
		
		#content.blog .trackbacks {
			margin: 2em 0px;
			}
		
		#content.blog .trackbacks a {
			text-decoration: none;
			}
		
		#content.blog .commentSummary {
			font-size: 1.25em;
			}
		
			#content.blog .commentSummary b {
				color: #c06;
				font-size: 1.2em;
				font-weight: normal;
				}
		
		#content.blog #respond {
			font-size: 1.5em;
			color: #c06;
			}
			
	
	#content.blog ul.content {
		margin: 2em 0px 3em;
		}
			
		#content.blog ul.content li {
			margin-bottom: 0.5em;
			font-weight: normal;
			font-size: 0.9em;
			color: #666;
			background: url('../img/i-biblio.png') no-repeat left 0.15em;
			}
				
			#content.blog ul.content a {
				text-decoration: none;
				}
				
			#content.blog ul.content strong {
				color: #000;
				}
	
	#content.blog .related_post_title {
		margin: 2em 0px auto;
		font-size: 1.5em;
		color: #c06;
		}


#content.blog, #contentAside.blog {
	margin-top: 1em;
	}
	
	#content.blog header.imgBox {
		margin: 0.5em 0px 1.5em;
		}
	
	#content.blog header.imgBox img {
		height: auto !important;
		}

	#content.blog .archiveTitle h1 {
		margin-bottom: 1.5em;
		}
		
	#content.blog #commentform input[type=submit] {
		font-size: 1.2em;
		padding: 0.65em 1.2em;
		width: auto;
		margin: 1em 0px;
		}
	
	#content.blog #commentform label i {
		font-weight: normal;
		font-style: normal;
		}

#content .commentThread li {
	position: relative;
	background: #EEF0F0;
	padding: 1em;
	margin: 1em 0px;
	font-weight: normal;
	}
	
	#content .commentThread li .vcard {
		}
	
		#content .commentThread li .vcard img {			
			position: absolute;
			top: 1em;
			left: 1em;
			width: 10% !important;
			border: 3px solid #fff;
			height: auto !important;
			}
	
		#content .commentThread li > div {
			margin-left: 17.5%;
			}
		
		#content .commentThread cite {
			display: block;
			font-style: normal;
			font-weight: 600;
			font-size: 1.1em;
			color: #c06;
			margin-right: 0.5em;
			}
			
		#content .commentThread .says {
			display: none;
			}
		
		#content .commentThread .comment-meta * {
			color: #000;
			font-size: 0.9em;
			text-decoration: none;
			}
		
		#content .commentThread ul.children {
			display: block;
			margin: 1.5em -1em -2em;
			padding: 1px 0em 1em 2em;
			background: #fff;
			}



/* Search:
   -------
   Some overriding of particularly nasty inline form/table styles here,
   Most of which don't have classes on.
   This isn't going to be pretty, for which I apologise.
*/


#coveoForm > form {
	background: none;
	padding: 0px;
	}

#coveoForm > form > div > div > div > table {
	width: 100% !important;
	border-collapse: collapse;
	}

	#coveoForm > form > div > div > div table td {
		background: none !important;
		border: 0px;
		}

.CesSearch a:link, .CesSearch a {
	color: #a20054 !important;
	}
	
	.CesSearch a:link:hover, .CesSearch a:hover {
		color: #fff !important;
		}

.CesHeader, .CesSection, .CesActiveInterfaceLink, .CesTopMenu {
	background: none !important;
	border: 0px !important;
	}

.CesHeader {
	margin: 1em 0px 0px;
	}

.CesTopMenu {
	padding-bottom: 0.5em;
	border-bottom: 2px solid #ccc !important;
	}

.CesSection {
	padding-top: 1em !important;
	margin-top: 1em !important;
	border-top: 2px solid #ccc !important;
	}

.CesResult {
	margin: 2em 0px !important;
	}
	
	.CesResult > tbody > tr > td:first-child {
		display: none;
		}

.CesSearch .CesResultUri a {
	display: inline-block;
	word-break: break-word;
	color: #666 !important;
	margin-bottom: 0.5em;
	}

.CesResultExcerpt {
	margin: 0.5em 0px;
	}


@media screen and (max-width: 830px) {		
	.CesToolbarGroup, .CesNormalFacet, img[alt="Powered by Coveo Enterprise Search"] {
		display: none !important
		}
	
	.CesResultHeader, .CesResultExcerpt, .CesResultInlineInformation, .CesChildResultHeader, .CesChildResultExcerpt, .CesResultInlineInformation
	.CesToolbarGroup + div, .CesToolbarGroup + img, .CesToolbarGroup ~ div, .CesToolbarGroup ~ img, .CesResultHeader > tbody > tr > td {
		width: auto !important;
		}
}

@media screen and (max-width: 600px) {
	.CesSection > tbody > tr > td {
		display: block;
		margin-bottom: 1em;
		}
	
	.CesSearch input {
		max-width: 200px !important;
		}
}

@media screen and (max-width: 400px) {
	
	.CesSearch * {
		-webkit-text-size-adjust: none;
		}
	
	.CesResult {
		margin: 1em 0px 3em !important;
		}
	
	.CesResult {
		font-size: 11pt !important;
		}
		
	.CesSearch .CesResultUri a {
		font-size: 10pt !important;
		}
	
	#coveoForm .CesResult span.CesResultTitle a {
		font-size: 12pt !important;
		}
	
	.CesSearch input {
		max-width: 150px !important;
		}
}


/* Grants Search:
   -------
   Some restyling of existing table/other-nice-markup forms here.
   This isn't going to be very pretty either, so sorry again.
*/


.grantsSearch #divSearchForm {
	background: #EEF0F0;
	padding: 1em;
	}

.grantsSearch #divSearchForm hr {
	background: #fff;
	height: 0px;
	margin: 1em -1em;
	border: 2px solid #fff;
	}


#content.grantsSearch label {
	clear: both;
	}


#content input[type=text] {
	max-width: none;
	}

#content input[type=text][readonly] {
	background: #e4e4e4;
	border: #ddd;
	cursor: not-allowed;
	}
	
#content input[type=submit].searchButtonLookup, #content input[type=button].searchButtonLookup {
	font-size: 0.9em;
	font-weight: 600;
	width: 11em;
	float: right;
	border: 1px solid #a90055;
	background: rgb(220,1,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(220,1,153,1) 0%, rgba(166,0,82,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,1,153,1)), color-stop(100%,rgba(166,0,82,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(220,1,153,1) 0%,rgba(166,0,82,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(220,1,153,1) 0%,rgba(166,0,82,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(220,1,153,1) 0%,rgba(166,0,82,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(220,1,153,1) 0%,rgba(166,0,82,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0199', endColorstr='#a60052',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 1px 0px 0px #e841b3;
	-moz-box-shadow: inset 0px 1px 0px 0px #e841b3;
	box-shadow: inset 0px 1px 0px 0px #e841b3;
	border-radius: 3px;
	}

#content table.MultiSelect {
	border-collapse: separate;
	margin: 0.3em 0px;
	border-radius: 5px;
	padding: 0.5em;
	font-size: 1.05em;
	color: #666;
	border: 1px solid #ccc;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 50%, rgba(236,236,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(251,251,251,1)), color-stop(100%,rgba(236,236,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 50%,rgba(236,236,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 50%,rgba(236,236,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 50%,rgba(236,236,236,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 50%,rgba(236,236,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	}

#content table.MultiSelect td {
	padding: 0px;
	background: none;
	border: transparent;
	}

#content .MSButtonRightTD {
	padding: 0px;
	text-align: right;
	}
	
	#content .MSButtonRightTD input {
		margin: -0.75em -0.75em;
		float: right;
		}

.collapsePanel {	
	margin-top: -0.75em;
	}

#content table.checkboxlist {
	border-radius: 0px 0px 5px 5px;
	}
	
	#content table.checkboxlist tr {
		border: 1px solid #dedede;
		}
	
	#content table.checkboxlist td {
		border: transparent;
		background: #fff;
		}

#content.grantsSearch select {
	font-size: 0.9em;
	height: 2.5em;
	line-height: 1em;
	padding: 0.5em;
	margin-bottom: 1em;
	width: 40% !important;
	float: left;
	}
	
#content.grantsSearch select + input[type=text] {
	line-height: 1em;
	float: left;
	margin: 0px 0px 1em 0.5em;
	}
	
hr.grey + div > div[style="white-space: nowrap"] {
	/* KILL ME NOW */
	white-space: normal !important;
	}

.grantsSearch .SilverButton {
	position: relative;
	top: -0.1em;
	left: 1em;
	padding: 0.3em 1em;
	font-size: 0.8em;
	border: 1px solid #aeb0af;
	border-top: 0px;
	color: #fff;
	text-shadow: 1px 1px 0px #aeb0af;
	background: rgb(193,195,194); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,195,194,1) 0%, rgba(180,182,181,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,195,194,1)), color-stop(100%,rgba(180,182,181,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(193,195,194,1) 0%,rgba(180,182,181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(193,195,194,1) 0%,rgba(180,182,181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(193,195,194,1) 0%,rgba(180,182,181,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(193,195,194,1) 0%,rgba(180,182,181,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c3c2', endColorstr='#b4b6b5',GradientType=0 ); /* IE6-9 */
	}

.grantsSearch .HiddenLabel {
	display: none !important;
	}

#content.grantsSearch .searchButton {
	position: relative;
	top: -1.25em;
	width: auto;
	float: left;
	display: block;
	margin-right: 0.25em;
	font-size: 0.9em;
	font-weight: 600;
	border-radius: 3px;
	}

#content.grantsSearch input[type=submit].dateSelector {
	float: left;
	border: 0px;
	margin-left: 0.5em;
	width: 29px;
	height: 32px;
	background: url('../img/i-datepicker.png') no-repeat center center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: none;
	}

#content.grantsSearch br {
	clear: both;
	}

.grantsSearch #searchFilter {
	padding: 0px 0px 1.5em;
	}
	
	.grantsSearch #searchFilter:after {
		display: table;
		clear: both;
		content: '';
		}

#content.grantsSearch #searchFilter input, #content.grantsSearch #searchFilter label {
	float: left;
	width: auto;
	clear: none;
	line-height: 1.5em;
	margin: 0.5em 0.5em 0px 0px;
	padding: 0px;
	}

#content.grantsSearch #searchFilter input {
	position: relative;
	top: 0.2em;
	margin-left: 0.75em;
	}

#content.grantsSearch #searchFilter h3 {
	color: #c06;
	border-top: 1px solid #ccc;
	padding: 0.65em 0.65em 0px;
	}

#content.grantsSearch #searchFilter h2 + p {
	padding: 0.5em 0.75em 0px;
	}

#content.grantsSearch #searchFilter p {
	padding: 0px 0.75em;
	margin: 0px;
	}


#content.grantsSearch .contactHeading {
	clear: both;
	padding-top: 2em;
	}

#ctl00_cphMain_divSearchReference {
	clear: both;
	padding-top: 2em;
	}
	
	#ctl00_cphMain_divSearchReference input[type=submit] {
		margin-top: 2em;
		}

#content.grantsSearch #divTopLinks {
	clear: both;
	padding-top: 2em;
	}

#ctl00_cphMain_CalendarExtender1_popupDiv {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	border-radius: 3px;
	border: 1px solid #999;
	}

#ctl00_cphMain_checkboxUpdatePanel input {
	float: left;
	width: auto;
	}

#content #ctl00_cphMain_checkboxUpdatePanel label {
	clear: none;
	width: auto;
	}


#content #awardQueryBox {
	background: #eef0ef;
	padding: 1px 1em 1em;
	}

	#content #awardQueryBox .panelGroup {
		display: block;
		margin: 1.5em 0px 1em;
		}

	#content #awardQueryBox .panelGroup a {
		text-transform: uppercase;
		padding: 0.5em 1em;
		font-size: 0.9em;
		font-weight: 600;
		border-radius: 3px;
		display: inline-block;
		margin: 0.25em;
		}
		
		#content #awardQueryBox .panelGroup #ctl00_cphMain_btnAddmod {
			background: rgb(148,148,148); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(148,148,148,1) 0%, rgba(109,111,110,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,148,148,1)), color-stop(100%,rgba(109,111,110,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(148,148,148,1) 0%,rgba(109,111,110,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(148,148,148,1) 0%,rgba(109,111,110,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(148,148,148,1) 0%,rgba(109,111,110,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(148,148,148,1) 0%,rgba(109,111,110,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#6d6f6e',GradientType=0 ); /* IE6-9 */	
			border: 1px solid #666;
			box-shadow: none;		
			}
	
	#content.grantsResults .resultsLabelPanel {
		margin-top: 1em;
		}
	
	#content.grantsResults .resultsLabelPanel label {
		color: #fff;
		font-weight: normal;
		}
	
	#content.grantsResults .resultsLabelPanel select {
		font-size: 0.8em;
		height: 1.8em;
		line-height: 1.8em;
		padding: 0.2em;
		}
	
	#content.grantsResults .awardTableTitles > caption {
		display: none;
		}
		
	#content.grantsResults .awardTableTitles th a {
		color: #fff;
		font-size: 0.8em;
		}
	
	#content.grantsResults .exporterms input[type=checkbox] {
		display: inline;
		width: auto;
		float: left;
		position: relative;
		top: -0.25em;
		}
	
	#content.grantsResults .exporterms label {
		width: auto;
		float: left;
		position: relative;
		top: -0.9em;
		}
	
	#content.grantsResults .exporterms .SilverButton {
		text-decoration: none;
		display: block;
		float: left;
		margin: 0.5em;
		padding: 0.5em 1em;
		color: #fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
		border: 1px solid #666;
		background: rgb(148,148,148); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(148,148,148,1) 0%, rgba(109,111,110,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,148,148,1)), color-stop(100%,rgba(109,111,110,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(148,148,148,1) 0%,rgba(109,111,110,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(148,148,148,1) 0%,rgba(109,111,110,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(148,148,148,1) 0%,rgba(109,111,110,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(148,148,148,1) 0%,rgba(109,111,110,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#6d6f6e',GradientType=0 ); /* IE6-9 */
		border-radius: 3px;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
		}
		
		#content.grantsResults .exporterms .SilverButton:focus {
			text-decoration: underline;
			}
	
	#content.grantsResults .exporterms tr:first-child td {
		padding-bottom: 0em;
		position: relative;
		top: 1px;
		}
	
	#content.grantsResults .exporterms td, #ctl00_cphMain_pnlReportButtons {
		background: #eef0ef;
		padding: 1.5em;
		}
		
		#ctl00_cphMain_pnlReportButtons {
			padding-bottom: 0px;
			}
	
	#ctl00_cphMain_pnlReportButtons input[type=submit] {
		font-size: 0.9em; 
		margin: 0px 3em 0px 0.5em;
		border-radius: 3px;
		width: auto;
		display: inline;
		}
	
	#content.grantsResults .DataPager {
		display: block;
		margin-top: 1.5em;
		font-size: 1.1em;
		text-align: center;
		}
	
		#content.grantsResults .DataPager a, #content.grantsResults span.paginationDiv {
			font-weight: 600;
			background: #dbdbdb;
			color: #666;
			padding: 0.5em 0.8em;
			}
		
		#content.grantsResults span.paginationDiv {
			background: #c06;
			color: #fff;
			}
	

/******/


#contentAside nav, .grantsSearch #searchFilter {
	border: 1px solid #888;
	background: #f6f6f6;
	font-size: 0.9em;
	position: relative;
	margin: 1em 0px;
	}
	
	#contentAside:after {
		content: '';
		display: table;
		clear: both;
		}
	
	#contentAside h2, .grantsSearch #searchFilter h2 {
		margin: 0px;
		padding: 0.5em;
		font-size: 1.35em;
		background: #4c4c4c;
		color: #FFF;
		}
		
		#contentAside h2 a {
			display: block;
			color: #fff;
			background: url('../img/rarr-white.png') no-repeat right center;
			}
		
			#contentAside h2 a:hover {
				text-decoration: underline;
				}
				
	
	#contentAside p {
		border-bottom: 1px solid #ccc;
		margin: 0px;
		padding: 0.75em;
		}
	
	#contentAside ul, .grantsSearch #searchFilter ul {
		background: rgb(246,246,246); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(221,223,224,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(221,223,224,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(221,223,224,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(221,223,224,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(221,223,224,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(246,246,246,1) 0%,rgba(221,223,224,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dddfe0',GradientType=0 ); /* IE6-9 */
		}
	
	#contentAside ul li, .grantsSearch #searchFilter ul li {
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #fff;
		padding: 0.35em 0.5em 0.35em 33px;
		background: url('../img/li-rarr-orange.png') no-repeat 8px 6px
		}
		#contentAside ul li:last-child, .grantsSearch #searchFilter ul li:last-child {
			padding-bottom: 0.5em;
			}
	
	#contentAside li a {
		color: #333;
		font-weight: normal;
		display: block;
		}
		
		#contentAside li a:hover {
			color: #000;
			}
		
		#contentAside .doc {
			min-height: 24px;
			padding-right: 26px;
			background: url('../img/i-doc.png') 98% 5px no-repeat;
			}
			
			#contentAside .doc:focus {
				background: rgba(200,200,200,0.5) url('../img/i-doc.png') 98% 5px no-repeat;
				}
		
		#contentAside .ppt {
			min-height: 24px;
			padding-right: 26px;
			background: url('../img/i-ppt.png') 98% 5px no-repeat;
			}
			
			#contentAside .ppt:focus {
				background:  rgba(200,200,200,0.5) url('../img/i-ppt.png') 98% 5px no-repeat;
				}
	
	#contentAside .cta {
		font-size: 1.1em;
		font-weight: 600;
		margin: 0.5em 0px;
		padding: 0.5em 0.5em 0.5em 25px;
		display: block;
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
		background: #999 url('../img/rarr-white.png') no-repeat 6px center;
		border: 1px solid #777;
		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
		border-radius: 4px;
		}
		
		#contentAside .cta.highlighted {
			background: #fe9001 url('../img/rarr-white.png') no-repeat 6px center;
			border: 1px solid #eb6a13;
			}
		
		#contentAside .cta.ceo {
			background: #9f005d url('../img/i-ceo.png') no-repeat 6px center;
			border: 1px solid #8b165a;
			padding-left: 40px;
			}
		
		#contentAside .cta.rss {
			background: #fff url('../img/i-cta-rss.png') no-repeat 6px center;
			border: 1px solid #FE9001;
			padding-left: 32px;
			color: #666;
			text-shadow: none;
			}
		
		#contentAside .cta:hover {
			text-decoration: underline
			}
	
	#contentAside .sponsor {
		display: block;
		float: left;
		width: 50%;
		text-align: center;
		margin: 1em 0px;
		}
	
	#contentAside .fundingCalls h2, #contentAside .responsiveMode h2 {
		background: #124393;
		font-size: 1.5em;
		}
	

	#contentAside .fundingCalls ul li, #contentAside .responsiveMode ul li {
		padding: 0.35em 0.5em;
		background: none;
		position: relative;
		}
	
	#contentAside .fundingCalls a {
		display: block;
		}
	
	#contentAside .fundingCalls .highlighted, 
    #contentAside .fundingCalls .Closing, 
	#contentAside .fundingCalls .New 
	{
		background: #e2ebfa;
		}
	
	#contentAside .deadline {
		display: block;
		margin-top: 0.35em;
		font-style: normal;
		font-weight: normal;
		width: 60%;
		}
	
	#contentAside .importance {	
		color: #d10272;
		width: 38%;
		float: right;
		text-align: right;
		position: absolute;
		bottom: 0.5em;
		right: 0.5em;
		}
	
	#contentAside.magazine .about {
		padding: 1em;
		font-size: 0.9em;
		font-weight: 600;
		margin: 1em 0px;
		background: #999;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
		}
	
		.green #contentAside.magazine .about {
			background: rgb(147,215,52); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(147,215,52,1) 0%, rgba(99,188,47,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,215,52,1)), color-stop(100%,rgba(99,188,47,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(147,215,52,1) 0%,rgba(99,188,47,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(147,215,52,1) 0%,rgba(99,188,47,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(147,215,52,1) 0%,rgba(99,188,47,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(147,215,52,1) 0%,rgba(99,188,47,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93d734', endColorstr='#63bc2f',GradientType=0 ); /* IE6-9 */
			}
	
		.yellow #contentAside.magazine .about {
			background: rgb(248,179,0); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(248,179,0,1) 0%, rgba(232,154,0,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,179,0,1)), color-stop(100%,rgba(232,154,0,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(248,179,0,1) 0%,rgba(232,154,0,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(248,179,0,1) 0%,rgba(232,154,0,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(248,179,0,1) 0%,rgba(232,154,0,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(248,179,0,1) 0%,rgba(232,154,0,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b300', endColorstr='#e89a00',GradientType=0 ); /* IE6-9 */
			}
	
		.pink #contentAside.magazine .about {
			background: rgb(204,0,102); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(204,0,102,1) 0%, rgba(169,0,83,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,102,1)), color-stop(100%,rgba(169,0,83,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(204,0,102,1) 0%,rgba(169,0,83,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(204,0,102,1) 0%,rgba(169,0,83,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(204,0,102,1) 0%,rgba(169,0,83,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(204,0,102,1) 0%,rgba(169,0,83,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0066', endColorstr='#a90053',GradientType=0 ); /* IE6-9 */
			}
	
		.red #contentAside.magazine .about {
			background: rgb(236,0,46); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(236,0,46,1) 0%, rgba(204,0,10,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,0,46,1)), color-stop(100%,rgba(204,0,10,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(236,0,46,1) 0%,rgba(204,0,10,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(236,0,46,1) 0%,rgba(204,0,10,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(236,0,46,1) 0%,rgba(204,0,10,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(236,0,46,1) 0%,rgba(204,0,10,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec002e', endColorstr='#cc000a',GradientType=0 ); /* IE6-9 */
			}
	
		.blue #contentAside.magazine .about {
			background: rgb(19,179,195); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(19,179,195,1) 0%, rgba(17,145,170,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,179,195,1)), color-stop(100%,rgba(17,145,170,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(19,179,195,1) 0%,rgba(17,145,170,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(19,179,195,1) 0%,rgba(17,145,170,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(19,179,195,1) 0%,rgba(17,145,170,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(19,179,195,1) 0%,rgba(17,145,170,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13b3c3', endColorstr='#1191aa',GradientType=0 ); /* IE6-9 */
			}
	
		#contentAside.magazine .about p, #contentAside.magazine .about p a {
			color: #fff;
			border: 0px;
			}
	
	#contentAside .sidebarbox div, #contentAside .sidebarbox select {
		margin: 1em;
		}
	
	#contentAside .sidebarbox {
		margin-top: 1.5em;
		clear: both;
		}
	
	#contentAside .sidebarbox + .sidebarbox {
		clear: none;
		}
	
	#contentAside .tagcloud a {
		color: #333;
		}



#content table.forceDynamic {
	/* class added by JS when a table becomes too wide for the content area. This will force it to display like a mobile table */
	font-size: 1.25em;
	}
	
	#content .forceDynamic thead {
		display: none;
		}
	
	#content .forceDynamic td:nth-child(odd) {
		background: rgb(245,246,246); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(232,233,234,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(100%,rgba(232,233,234,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#e8e9ea',GradientType=0 ); /* IE6-9 */
		}
	
	#content .forceDynamic tr {
		display: block;
		border-bottom: 2px solid #d10272;
		}
	
	#content .forceDynamic td {
		display: block;
		border: 0px;
		border-top: 2px solid #fff;
		background: rgb(245,246,246); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(232,233,234,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(100%,rgba(232,233,234,1))); /* Chrome,Safari4+ */

		background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#e8e9ea',GradientType=0 ); /* IE6-9 */
		}
	
	#content .forceDynamic td:first-child {
		border-top: 0px;
		}
	
	#content .forceDynamic td:before {
		display: block;
		color: #555;
		content: attr(data-th) ':';
		}
	
	#content .forceDynamic td:after {
		content: '';
		display: table;
		clear: both;
		}

@media screen and (max-width:480px){

	#content table.dynamic {
		font-size: 1.25em;
		}
		
		#content .dynamic thead {
			display: none;
			}
		
		#content .dynamic td:nth-child(odd) {
			background: rgb(245,246,246); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(232,233,234,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(100%,rgba(232,233,234,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#e8e9ea',GradientType=0 ); /* IE6-9 */
			}
		
		#content .dynamic tr {
			display: block;
			border-bottom: 2px solid #d10272;
			}
		
		#content .dynamic td {
			display: block;
			border: 0px;
			border-top: 2px solid #fff;
			background: rgb(245,246,246); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(232,233,234,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(100%,rgba(232,233,234,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(245,246,246,1) 0%,rgba(232,233,234,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#e8e9ea',GradientType=0 ); /* IE6-9 */
			}
		
		#content .dynamic td:first-child {
			border-top: 0px;
			}
		
		#content .dynamic td:before {
			display: block;
			color: #555;
			content: attr(data-th) ':';
			}
		
		#content .dynamic td:after {
			content: '';
			display: table;
			clear: both;
			}
}

#contentAside .cta a {
    color: #FFFFFF;
}

#contentAside nav {
    font-size: 0.9em;
}