	body {
		background-color: #fff;
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		min-width: 320px;
		max-width: 1366px;
		color: #282828;
		margin: 0 auto;
	}

	a, a:hover, a:focus {
		color: #075d97;
	}

	a:focus {
		outline: none;
	}

@media (min-width: 992px) {
	#mainColumn {
		min-height: 440px;
	}
}

	.breadcrumb {
		padding: 4px 8px 6px 8px;
		margin-bottom: -10px;
	}
	
	.breadcrumb li {
		display: inline;
		padding-bottom: 2px;
	}
	
	.breadcrumb > li + li:before {
		content: "/ ";
	    padding: 0px 1px;
	}

/*** heading styles ***/

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#524d0e;}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color:#524d0e;}

	h1, .h1 {
		font-family: 'Gill Sans MT', Calibri, Arial, sans-serif;
		font-size: 37px;
		color: #524d0e;
	}
	
	h2, .h2 {
		font-family: 'Gill Sans MT', Calibri, Arial, sans-serif;
		font-size: 24px;
		color: #282828;
	}

	h3, .h3 {
		font-family: 'Gill Sans MT', Calibri, Arial, sans-serif;
		font-size: 20px;
		color: #282828;
	}

	h4, .h4 {
		font-family: 'Gill Sans MT', Calibri, Arial, sans-serif;
		font-size: 18px;
		color: #524d0e;
	}

	h5, .h5 {
		font-family: 'Gill Sans MT', Calibri, Arial, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #282828;
	}

	h6, .h6 {
		font-size: 14px;
		font-weight: bold;
		color: #524d0e;
	}

	h2.home, .caseStudy h2, .caseStudy h3 {
		color: #676767;
	}

@media (min-width: 992px) {
	h2.padding {
		margin-top: 30px;
	}
}
	
	h3.home {
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #524d0e;
		margin-top: 10px;
	}
	
	div.fundOpp h3.home {
		line-height: 1.3;
	}

	.pageTitle {
		padding-bottom: 9px;
		margin: 20px 0px;
		border-bottom: 1px solid #eee;
	}
	
	.uLine {
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}

	.padRSS {
		padding-right: 36px;
	}

/*** general useful styling classes ***/

	.notVisible {
		display: block;
		width: 0;
		height: 0;
		margin: 0;
		overflow: hidden;
	}

	.lead {
		font-size: 16px !important;
	}
	
	.bold {
		font-weight: bold;
		color: #524d0e;
	}

	.normal {
		font-weight: normal !important;
	}

	.topPadding {
		padding-top: 10px !important;
	}
	
	.tbPadding {
		padding: 20px 0;
	}
	
	.topMargin {
		margin-top: 10px !important;
	}
	
	.noTopMargin {
		margin-top: 0 !important;
	}
	
	.noBottomMargin {
		margin-bottom: 0 !important;
	}

	.bottomMargin {
		margin-bottom: 10px !important;
	}
	
	.littleBottomMargin {
		margin-bottom: 5px !important;
	}
	
	.bigBottomMargin {
		margin-bottom: 20px !important;
	}
	
	.noBottomBorder {
		border-bottom: 0 !important;
	}

	.hr {
		border-top: 1px solid #eee;
	}

	.hr2 {
		border-top: 1px solid #ccc;
	}

	.fullWidth {
		width: 100%;
		max-width: none;
	}

	.text-muted {
		color: #777;
	}
	
	.paper-bg {
		background: #ebebeb url('/nerc/includes/themes/MasterSite/images/bg-paper.jpg') !important;
	}

	.box {
		padding: 10px;
		margin-bottom: 20px;
		border-radius: 3px;
		border: 1px solid #ccc;
	}

	.shadow {
		box-shadow: 0px 4px 8px 0px #444;
	}

	.raiseUp {
		background: #fff;
		box-shadow: 0 2px 6px #999;
		border-radius: 5px;
		margin-bottom: 6px;
	}

@media (max-width: 767px) {
	.raiseUp {
		border-radius: 0;
	}
}

	.image-left {
		float: left !important;
		max-width: 45%;
		margin: 0 15px 15px 0;
		overflow: visible;
	}
	
	.image-right {
		float: right !important;
		max-width: 45%;
		margin: 0 0 15px 15px;
		overflow: visible;
	}

	.imageTag {
		font-size: 85%;
		color: #777;
	}

	.pageFocalBox, .imageHolder {
		width: 362px;
		max-width: 50%;
		margin: 0 0 15px 15px;
		overflow: visible;
		padding: 8px 12px;
	}
	
	.imageHolder {
		margin-bottom: 0;
	}
	
	.imageHolder.pull-left {
		margin: 0 15px 0 0;
	}
	
	.widerImage {
		width: 424px;
	}
	
	.imageHolder img, .image-left img, .image-right img {
		margin-bottom: 10px;
		max-width: 100%;
		height: auto;
	}

	blockquote {
		border: none !important;
		position: relative;
		margin: 10px 0 10px 40px;
		padding: 0 !important;
	}
	
	blockquote:before, blockquote:after {
		font-family: 'Engravers MT', Georgia, 'Times New Roman', Times, serif; 
		line-height: 0.1em;
		font-size: 3em;
		font-weight: bold;		
		position: absolute;
		color: #524d0e;
		overflow: visible;
	}
	
	blockquote.lquote {
		color: #524d0e;
	}
	
	blockquote.rquote {
		margin-right: 40px;
	}
	
	blockquote.lquote:before {
		content: open-quote;
		top: 10px;
		left: -30px;
		float: left;
	}
	
	blockquote.rquote:after {
		content: close-quote;
		bottom: -5px;
		right: -30px;	
		float: right;
  	}

	blockquote {
		font-size: inherit;
	}
	
	blockquote p {
		font-size: inherit;
		font-weight: normal;
		line-height: 1.42857;
		text-align: left !important;
	}
	
	.quoteAttribute {
		text-align: right;
		margin-left: 20%;
		color: #777;
		padding-right: 10px;
	}

@media (min-width: 768px) {
	.pullQuoteLeft {
		padding-right: 15px;
		border-right: 3px solid #999;
		margin: 5px 20px 5px -20px;
	}	
	.pullQuoteRight {
		float: right;
		padding-left: 5px;
		border-left: 3px solid #999;
		margin: 5px 0 5px 20px;
	}
}

	.latestNews {
		box-shadow: #bbb 0 2px 6px inset;
		padding: 5px 8px;
		margin-bottom: 10px;
		border-radius: 2px;
		background: #f6f6f6;
		overflow: auto;
	}

	.caseStudy {
		overflow: auto;
		background: #ebebeb url('/nerc/includes/themes/MasterSite/images/bg-paper.jpg') !important;
		padding: 20px;
		margin: 20px 0;
		border-radius: 3px;
		border: 1px solid #ccc;
	}
	
	.caseStudy h2 {
		margin-top: 0;
	}

	div.peArchive {
		float: left;
		width: 120px;
		margin: 0 20px 20px 0px;
		text-align: center;
	}
	
	div.peArchive img {
		margin-bottom: 8px;
	}
	
	div.peArchive p {
		margin: 5px 0 20px 0;
		text-align: center;
	}

@media (max-width: 767px) {
	div.newsItem > div.col-sm-2 {
		border-left: none !important;
	}
}

@media (max-width: 590px) {
	.pageFocalBox {
		max-width: 100%;
		width: 100% !important;
	}
	.imageHolder {
		max-width: 100%;
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
		overflow: visible;
	}
}

	.filterCaption {
		margin: -2px 0 5px 0;
	}

	.pg, .pg:visited {
		display: inline-block;
		padding: 3px 5px !important;
		margin: 2px 0;
		background: #888888 !important;
		font-size: 12px;
		color: #fff !important;
		text-align: center;
		min-width: 28px;
	}
	
	.pg:hover, .pg:active , .pg:focus {
		background: #404040 !important;
		color: #fff !important;
		text-decoration: none;
	}
	
	.pgoff {
		background: #c9c9c9;
	}
	
	.pgoff:hover {
		background: #c9c9c9;
	}
	
	.pgact {
		background: #5b5b5b;
	}
	
	.pgact:hover, .pgact:active, .pgact:visited {
		background: #5b5b5b !important;
		color: #fff;
		text-decoration: none;
}

/*** video styles ***/

	.videoHolder {
		width: 640px;
		max-width: 100%;
		margin: 25px auto;
		overflow: visible;
	}
	
	.vid , #thisytp0 {
		max-width: 100%;
	}

@media (max-width: 560px) {
	.vid, #thisytp0 {
		height: 315px;
	}
}
	
@media (max-width: 400px) {
	.vid, #thisytp0 {
		height: 225px;
	}
}

	div.ytplayerbox {
		max-width: 100%;
		margin: 25px auto;
		overflow: visible;
	}

	div.ytplayerbox h3.playlisth {
		margin: 12px 5px 5px 5px;
	}

/*** list styles ***/

	.lowerroman {
		list-style-type:lower-roman;
	}

	.loweralpha {
		list-style-type:lower-alpha;
	}

	.upperalpha {
		list-style-type:upper-alpha;
	}
	
	.footnote li {
		color: #666;
		padding: 5px;
	}

	li:target {
    	background: #ececec;   
    	border: solid 1px #bbb;
	}
	
	ul.subPages {
		padding-left: 10px;
	}

	ul.picList {
		padding-left: 0;
		list-style: none outside none;
	}
	
	.picList li {
		display: inline-block;
		margin: 0 3px 8px 0;
		background: #333;
	}
	
	.picList li a {
		color: #fff;
	}
	
	.picList li span {
		padding-left: 4px;
	}

@media (max-width: 510px) {
	.picList li, .picList li a {
		display: block;
	}
	.picList img {
		display: none;
	}
}

	ul.logoList {
		padding-left: 0;
		list-style: none outside none;
	}
	
	.logoList li {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		margin: 0 3px 20px 0;
		width: 226px;
	}
	
	.logoList li span {
		margin-top: 4px;
		display: block;
		color: #444;
	}
	
@media (max-width: 499px) {
	ul.logoList {
		padding-left: 40px;
		list-style-type: disc;
	}
	.logoList li {
		display: list-item;
		text-align: left;
		margin: 0;
	}
	.logoList li span {
		color: #000;
	}
	.logoList img {
		display: none;
	}
}

/*** Mura form restyling ***/

	form .mura-form-radio p, form .mura-form-checkbox p {
		float: none;
	    width: 100%;
	    margin-right: 0;
	    padding-right: 0;
	    text-align: inherit;
	}

	form .mura-form-radio label, form .mura-form-checkbox label {
		margin: 0;
		padding: 0;
	}
	
	.form-group .has-error {
    border-color: #B94A48;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/*** Link and icon styles ***/

	a span.ext {
		background: url('/nerc/includes/themes/MasterSite/images/icons/external12.png') no-repeat 100% 60%;
		text-decoration: none;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}
	
	a span.more {
		background: url('/nerc/includes/themes/MasterSite/images/icons/more.png') no-repeat 100% 60%;
		text-decoration: none;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}

	a span.more-bg {
		background: url('/nerc/includes/themes/MasterSite/images/icons/more2.png') no-repeat 100% 60% !important;
	}

	a span.ff {
		background: url('/nerc/includes/themes/MasterSite/images/icons/ff.png') no-repeat 100% 60%;
		text-decoration: none;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}

	a.pdf, span.pdf, a.PDF {
		background: url('/nerc/includes/themes/MasterSite/images/icons/pdf12.png') no-repeat 2px 60%;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}
	
	a.word, span.word, a.DOC, a.DOCX {
		background: url('/nerc/includes/themes/MasterSite/images/icons/word12.png') no-repeat 2px 60%;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}
	
	a.excel, span.excel, a.XLS, a.XLSX {
		background: url('/nerc/includes/themes/MasterSite/images/icons/excel12.png') no-repeat 2px 60%;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}

	a.csv, a.CSV {
		background: url('/nerc/includes/themes/MasterSite/images/icons/csv13.png') no-repeat 1px 60%;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}
	
	a.gotw {
		background: url('/nerc/includes/themes/MasterSite/images/icons/gotw13.png') no-repeat 1px 60%;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}
	
	a.www {
		background: url('/nerc/includes/themes/MasterSite/images/icons/link.png') no-repeat 0 60%;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}
	
	span.phone {
		background: url('/nerc/includes/themes/MasterSite/images/icons/phone11.png') no-repeat 1px 60%;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}
	
	span.mobile {
		background: url('/nerc/includes/themes/MasterSite/images/icons/mobile12.png') no-repeat 3px 60%;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}
	
	a.email {
		background: url('/nerc/includes/themes/MasterSite/images/icons/email10.png') no-repeat 1px 60%;
		clear: none;
		overflow: hidden;
		padding: 0 0 0 18px;
	}
	
	a span.ext:hover, a span.ext:focus, a span.more:hover, a span.more:focus, a span.ff:hover, a span.ff:focus, a span.rw:hover, a span.rw:focus {
		text-decoration: none;
	}

	a.headLink, .newsItems a {
		font-weight: bold;
		color: #524d0e;
		margin-bottom: 5px;
	}
	
	a.normal {
		font-weight: normal;
		color: #075d97;
	}

	pre, code {
			display: block;
			padding: 9.5px;
			margin: 0px 0px 10px 20px;
			font-size: 14px;
			line-height: 1.42857;
			background-color: #f5f5f5;
			border: 1px solid #ccc;
			white-space: normal;
			word-break: normal;
		}
		
	@media (min-width: 768px) {
		div.eventListing {
			min-height: 120px;
			border-left: 1px solid #ccc;
		}
	}

	.highYes {
		display: none;
	}

	#highAccept {
		display: inline-block;
	}
	
	#highCancel {
		display: none;
	}
	
	.highNo {
		vertical-align: middle;
		display: inline-block;
		border: 2px solid #00E1E8;
		border-radius: 4px;
		padding: 5px 14px;
	}

/*** table styles ***/
	
	.grid {
		border: 1px solid #075d97;
		margin-bottom: 1em;
	}

	.grid th {
		font-weight: bold;
		margin: 0px;
		padding: 4px 8px;
		background-color: #e3f0f9;
		border: 1px solid #82b1ca;
	}

	.grid td {
		border: 1px solid #82b1ca;
		padding: 4px 8px;
	}
	
	.width5 {width: 5%;}
	.width7 {width: 7%;}
	.width10 {width: 10%;}
	.width15 {width: 15%;}
	.width20 {width: 20%;}
	.width25 {width: 25%;}
	.width33 {width: 33%;}
	.width30 {width: 30%;}
	.width40 {width: 40%;}
	.width45 {width: 45%;}
	.width50 {width: 50%;}
	.width55 {width: 55%;}
	.width60 {width: 60%;}
	.width67 {width: 67%;}
	.width70 {width: 70%;}
	.width75 {width: 75%;}
	.width80 {width: 80%;}
	.width90 {width: 90%;}
	.width95 {width: 95%;}
	
	.width50px {width: 50px; min-width: 50px;}

	.verticalTop {
		vertical-align: top;
	}

	table.verticalTop td, table.verticalTop th {
		vertical-align: top;
	}
	

/*** Button styles ***/

	.btn-nerc {
		color: #fff;
		background: #524d0e;
		border-color: #46430c;
	}
		
	.btn-nerc:hover, .btn-nerc:focus, .btn-nerc:active {
		color: #fff;
		background: #bdbe1c;
		border-color: #a7a819;
	}


/*** header styles ***/

	#logo a {
		display: block;
		width: 302px;
	}
	
	#logo a:focus {
		border: 1px solid #000;
		margin: -1px;
	}

	#headbg, #headbg-pe {
		position: relative;
		background: url('/nerc/includes/themes/MasterSite/images/headers/header-140-ice-2.jpg') top right no-repeat;
		height: 130px;
		margin-bottom: 0;
		border-bottom: 0;
		padding: 10px 15px 10px 10px;
	}

	#headbg-pe {
		background: #00628f;
		background: url('/nerc/includes/themes/MasterSite/images/headers/header-140-leaf.jpg') top left no-repeat;
	}

	#topNav {
		background: none !important;
	}
	
	#topNav {
		z-index: 1000;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		min-height: 0;
		background-color: #FFF;
		border: 0;
		box-shadow: none;
	}
	
	.nav .dropdown {
	  position: static;
	}
	
	.nav .dropdown-menu > li {
	  display: block;
	}
	
	.nav .dropdown-menu {
	  left: 0;
	  right: 0;
	}
	
	.nav-tabs {
		border: 0;
		margin-left: 10px;
	}
	
	.nav-tabs .active {
		border: 0;
	}

	.nav-tabs > li {
		margin-bottom: 0;
		word-spacing: -1px;
	}

	.nav-tabs > li > a, .nav-tabs > li.active > a:focus {
		border-bottom: 0 !important;
	}

	#topNav .nav > li > a {
		padding: 8px;
		font-weight: bold;
	}
	
	#topNav .nav > li > a, .secondaryLinks a {
		display: inline-block;
		color: #000;
		background: #eee;
		background: rgba(255, 255, 255, 0.5);
	}	
	
	#topNav .nav > li > a:focus {
		color: #000;
	}
	
	#topNav .nav > li.active > a {
		background-color: #524d0e;
		background: rgba(84, 76, 1, 1) linear-gradient(#343110,#524d0e);
		color: #fff;
		border-color: #524d0e;
		cursor: pointer;
	}
	
	#topNav .nav > li.open > a, #topNav .nav > li > a:hover, #topNav .nav > li > a:focus, .secondaryLinks a:hover, .secondaryLinks a:focus {
		background: #161616 !important;
		border-color: #161616;
		color: #fff !important;
	}

/*** dropdown menu styles ***/

	@media (max-width: 767px) {
		/* only display active dropdown */
		.dropdown-menu {
			display: none !important;
		}
		.active .dropdown-menu {
			display: block !important;
		}
	}

	#topNav .dropdown-menu {
		background-color:#000 !important;
		background: linear-gradient(#161616,#3e3e3e);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#161616,endColorstr=#3e3e3e);
		margin-top: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
	}

	#topNav .navgrid {
		padding: 5px 10px 30px 10px;
	}
	
	#topNav .navgrid .row {
		margin: 0;
	}

	.navhead1 a, .navhead2 a, .navhead3 a {
		display: block;
		text-decoration: none;
		padding: 4px 0 0 4px !important;
		font-weight: normal;
	}
	
	.navhead2 a {
		color: #eee;
		border-bottom: 1px #ddd solid;
	}
	
	.navhead3 a {
		color: #bdf;
		border-bottom: 1px #333 solid;
		padding: 3px 0 4px 6px;
	}

	#topNav .navhead2 {
		margin: 20px 0 0 0;
	}
	
	.navhead1 a:hover, .navhead1 a:focus, .navhead2 a:hover, .navhead2 a:focus, .navhead3 a:hover, .navhead3 a:focus {
		background-color: #f3f3f3;
		color: #282828 !important;
		border-radius: 3px;
	}
	
	.navhead3 {
		margin-top: 1px;
	}

/*** end dropdown menu styles ***/
	
	.navbar-collapse {
		max-height: none;
	}
	
	.navbar-toggle {
		margin-right: 5px;
	}

	.secondaryLinks a {
		font-size: 13px !important;
		padding: 3px 7px;
		text-decoration: none;
		border-radius: 3px;
	}

	#mobHead div.navbar-header {
		background: url('/nerc/includes/themes/MasterSite/images/headers/header-140-ice-2.jpg') left no-repeat;
		padding: 10px;
	}

	.mobHead-pe div.navbar-header {
		background: #00628f;
		background: url('/nerc/includes/themes/MasterSite/images/headers/header-140-fish.jpg') left top no-repeat !important;
		background: url('/nerc/includes/themes/MasterSite/images/headers/header-140-leaf.jpg') left top no-repeat !important;
	}

	ul.navbar-nav {
		margin: 0 !important;
	}

	.navbar-nav a:hover, .navbar-nav a:focus {
		background-color: #f3f3f3 !important;
		color: #282828 !important;
		border-radius: 3px;
	}
	
	.navbar-nav a {
		color: #eee;
		font-weight: bold;
	}

	.navBottom {
		position: relative;
		clear: both;
		z-index: 10;
		min-height: 10px;
		background: #524d0e;
		border:0;
		border-radius:0;
		box-shadow: 8px 0 0 #fff, 1366px 8px 2px #fff, -8px 0 0 #fff, -1366px 8px 2px #fff, 0 4px 8px #444;	
		filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color='#22000000'), progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color='#22000000'), progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=3, Color='#22000000'), progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=4, Color='#22000000'), progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=5, Color='#22000000');
	}

	#mobHead ul#navPrimary {
		margin-bottom: 20px !important;
	}

	#mobHead ul > li > a {
		display: block;
		text-decoration: none;
		padding: 4px 0 0 4px !important;
		font-weight: normal;
	}
	
	#mobHead ul > li > ul > li > a {
		color: #eee;
		border-bottom: 1px #ddd solid;
	}
	
	#mobHead ul > li > ul > li > ul > li > a {
		color: #bdf;
		border-bottom: 1px #333 solid;
		padding: 3px 0 4px 6px;
	}

	#mobHead ul > li > a {
		color: #eee;
		font-weight: bold;
	}
	
	#mobHead ul > li > ul > li > a {
		font-weight: normal;
	}

	#mobHead ul > li > ul {
		padding-left: 20px;
	}
	
	#mobHead ul > li > ul > li > ul {
		padding-left: 0;
	}
	
	#mobHead ul > li > ul {
		display: none;
	}
	
	#mobHead ul > li.active > ul, #mobHead ul > li.active > ul > li > ul {
		display: block;
		margin-top: 1px;
	}

	.navbar-inverse .navbar-nav > .active > a {
    	background-color: #222;
    }

	div#lwecTopBar {
		width: 100%;
		height: 20px;
		background: #cada33;
		margin: -20px 0 20px 0;
	}
	
	div#lwecBottomBar {
		width: 100%;
		height: 20px;
		background: #cada33;
		margin: 20px 0 -20px 0;
	}

/*** Homepage specific styles ***/

	div.newsImage {
		padding-right: 0;
		padding-bottom: 10px;
	}

	div#fundBack {
		background: #eef url('/nerc/includes/themes/MasterSite/images/bg-paper.jpg');
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: -20px;
	}
	
	div#fundBack1 {
		display: block;
	}
	
	div#fundBack2 {
		display: none;
	}

@media (min-width: 992px) {
	div#fundBack {
		margin-top: -20px;
		padding-top: 20px;
		z-index: 1;
		border-top: none;
	}
}

@media (min-width: 1200px) {
	div#fundBack {
		min-height: 1500px;
	}
}

@media (max-width: 991px) {
	div#fundBack2 {
		display: block;
		background: #eef url('/nerc/includes/themes/MasterSite/images/bg-paper.jpg');
		border: 1px solid #ccc;
		padding: 10px 15px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	div#fundBack1 {
		display: none;
	}
	div#fundBack {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	div#fundBack {
		border-left: none;
		border-right: none;
	}
	div#fundBack2 {
		margin-left: -15px;
		margin-right: -15px;
		border-left: none;
		border-right: none;
	}
}

	div.fundOpp {
		margin-bottom: 15px;
		background: #fff;
		padding: 0 6px;
		border: 1px solid #ccc;
		box-shadow: 0 0 6px #aaa;
		overflow: auto;
	}

@media (max-width: 767px) {
	div.fundOpp .closingDate {
		margin-top: 20px;
	}
}
	
	div#fundBack1 .closingDate {
		margin-top: 20px;
	}
	
	.closingDate {
		background: url('/nerc/includes/themes/MasterSite/images/closing-date-t.png') no-repeat;
		width: 73px;
		height: 80px;
		text-align: center;
		padding-top: 25px;
		font-size: 12px;
		font-weight: bold;
		color: #524d0e;
		line-height: 1.3em;
		margin-left: 5px;
		margin-bottom: 10px;
	}
	
@media (max-width: 991px) {	
	img.closingDate {
		margin-top: -23px;
	}
}	

	div.rCentre {
		padding: 8px 15px;
		line-height: 15px;
	}
	
	div.rCentre a {
		color: #404040;
	}

	div.rCentre a span {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-bottom: 2px;
	} 
	
	div.rCentre a.bas span {
		background: url('/nerc/includes/themes/MasterSite/images/icons/bas35i.png');
	} 
	
	div.rCentre a.bgs span {
		background: url('/nerc/includes/themes/MasterSite/images/icons/bgs35i.png');
	} 
	
	div.rCentre a.ceh span {
		background: url('/nerc/includes/themes/MasterSite/images/icons/ceh35i.png');
	} 
	
	div.rCentre a.ncas span {
		background: url('/nerc/includes/themes/MasterSite/images/icons/ncas35i.png');
	} 
	
	div.rCentre a.nceo span {
		background: url('/nerc/includes/themes/MasterSite/images/icons/nceo35i.png');
	} 
	
	div.rCentre a.noc span {
		background: url('/nerc/includes/themes/MasterSite/images/icons/noc35i.png');
	} 

	div.rCentre a:hover span, div.rCentre a:focus span {
     	background-position: -35px 0;
	}
	

/*** Carousel ***/

	#homeSlideShow {
		margin-bottom: 10px;
	}
	 
	div.carousel-caption {
		z-index: 10;
		background: #000;
		opacity: 0.8;
		filter: alpha(opacity=80);
		padding: 0px 25px 30px 30px;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: left;
	}
	
	div.carousel-caption h3 {
		margin-top: 15px;
	}
	
	div.carousel-caption h3 a {
		color: #fff;
		font-family: 'Trebuchet MS', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	}
	
	div.carousel-caption p {
		display: none;
	}

	ol.carousel-indicators {
		bottom: 0;
	}

	#homeSlideShow .item {
		overflow: hidden;
		background-color: #555;
		margin: auto;
	}
	
	#homeSlideShow .item img {
		top: 0;
		left: 0;
		min-width: 100%;
	}

.carousel {
	width: 100%; 
	margin: 0 auto;
}

.carousel .row {
	margin: 0;
	padding: 0;
}

.carousel-inner {
	width: 100%;
	margin: 0;
	padding: 0;
}

	#pauseButton {
		position: absolute;
		z-index: 20;
		top: 10px;
		right: 10px;
	   	border: none;
		opacity: 0.6;
	}

	#pauseButton:hover {
		opacity: 0.85;
	}

	#pauseButton:focus, #pauseButton:active {
		opacity: 0.85;
		outline: none;
	}


@media (max-width: 768px) {
	.carousel-caption h3 {
	font-size: 16px;
	margin-top: 10px;
	}
} 

@media (max-width: 480px) {
	.carousel-indicators {
		display: none;
	}
	.carousel-caption {
		padding: 0 1em !important;
	}
}

@media (max-width: 590px) {
	div.carousel-caption {
		padding-bottom: 5px !important;
	}
	div.carousel-caption h3 {
		font-size: 16px;
		margin-top: 8px !important;
	}
	ol.carousel-indicators {
		display: none;
	}
}

.carousel-control .glyphicon-chevron-left {
	left: auto;
	right: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-right: -15px;
    font-size: 30px;
 }

.carousel-control .glyphicon-chevron-right {
	left: 50%;
	right: auto;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
 }

/*** end Carousel ***/


div.content {
	background-color: #fff;
}


/*** SEARCH ***/

.header-search {
	margin-top: 15px;
	clear: right;
	float: right !important;
}

.header-search .searchKeywords {
	width: 182px !important;
	display: inline-block !important;
	margin-right: 6px;
	border-radius: 4px !important;
}

.header-search .btn {
	margin-left: 0 !important;
	border-radius: 4px !important;
}

#mobHead .header-search {
	float: none !important;
	border: 0;
	box-shadow: none;
}

#mobHead .searchKeywords {
	float: left !important;
}

#mobHead .input-group-btn {
	display: inline;
}

#searchForm {
	margin-bottom: 10px;
}

#searchForm .btn {
	border-radius: 0 4px 4px 0;
}

#sortOptions {
	margin-top: 5px;
}

.searchSort {
	text-align: right;
	max-width: 180px;
}

div.search_aggregations {
    margin-top: 265px !important;
}

@media (max-width: 767px) {
	.searchSort {
		text-align: left;
	}
	div.search_aggregations {
    	margin-top: 0 !important;
	}
}

.aggregate-list li {
	background: #ebebeb;
	border-color: #bbb;
	padding: 0;
	border-radius: 4px !important;
	margin-bottom: 0;
}

.aggregate-list li.disabled {
	border-color: #ddd;
	padding: 10px 15px;
}

.aggregate-list li.active {
	background: #524d0e;
	border-color: #46430c;
}

.aggregate-list li.active a {
	color: #fff;
}

.aggregate-list li:hover {
	background: #bdbe1c;
	border-color: #a7a819;	
}

.aggregate-list li.list-group-item.disabled {
	color: #999;
}

.aggregate-list li.disabled:hover {
	background: #ebebeb;
	border-color: #ddd;
}

.aggregate-list a {
	display: block;
	padding: 10px 66px 10px 15px;
}

.aggregate-list a:hover {
	color: #fff;
	text-decoration: none;
}

.aggregate-list li span {
	margin-right: -51px;
}

.aggregate-list li span.badge {
	margin-right: 0;
}

.searchPaginationContainer {
	margin: 30px 0 0 0 !important;
}

.searchResultsPagination {
	margin-right: 10px;
	display: inline-block;
}

.pagination {
	margin: 0 !important;
}

.searchPageOptions {
	margin-right: 10px;
	display: inline-block;
}

#searchResults {
	margin-top: -10px;
}

.searchResult h2, .searchResultFile h2 {
	margin-bottom: 0;
}

.searchResult h2 a, .searchResultFile h2 a {
	color: #075d97;
}

.searchResultFile h2 a span {
	font-size: 85%;
}

.searchResult cite, .searchResultFile cite {
	word-break: break-all;
	color: #524d0e;
}

.searchResult p span, .searchResultFile p span {
	color: #777;
}




.navbar-form .form-control {
    width: 100%; // fix issue with Bootstrap 3.1
}

.mura-search-again {
	padding: 0;
	margin: 0 -15px;
}

.mura-search-again p {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #d9edf7;
	border-color: #c9dde7;
	color: #3a87ad;
}

.moreResults > p {
    float: left !important;
    margin: 0.5em 0;
}

.moreResults > ul.pager {
    margin: 0;
}

.moreResults > ul {
    float: right !important;
}

.moreResults > ul > li {
    display: inline-block;
}

.moreResults::before, .moreResults::after {
    content: " ";
    display: table;
}

.moreResults::after {
    clear: both;
}

.mura-search-results .navNext a::after {
    font-family: "FontAwesome";
    margin: 0px 0px 0px 5px;
    content: ">";
}


/*** Footer styles ***/

	ul.subPages {
		padding-left: 10px;
	}
	
	#centres {
		position: relative;
		background: #d6d4c2;
		border-top: #ceccba solid 1px;
		z-index: 2;
		padding: 10px 0;
		margin-bottom: -20px;
	}
	
	#footer {
		margin-top: 20px;
	}
	
	#footShare {
		padding: 0;
	}
	
	#footShare a {
		margin-right: 10px;
		margin-top: 5px;
	}

	#footer1 {
		background: #b2af8c;
		padding: 12px 0;
		border-top: 1px solid #b9b8b3;
	}
	
	#footer1 h2, #centres h2 {
		font-size: 18px;
		font-family: 'Palatino Linotype', 'URW Palladio L', Georgia, 'Times New Roman', Times, serif;
		color: #404040;
		margin-top: 10px;
	}
	
	#footer2 {
		background: #302e07; /* url('/nerc/includes/themes/MasterSite/images/footer-fade.gif') repeat-x; */
		background: linear-gradient(#524d0e, #343110); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#524d0e,endColorstr=#343110);
		padding: 12px 0;
		border-top: 1px solid #72716c;
		color: #fff;
	}

	.pe #footer2 {
		background: #0c1e28;
		background: linear-gradient(#014365, #0c1e28);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#014365,endColorstr=#0c1e28);
		border-top: 1px solid #848484;
	}
	
	#footer2 h2 {
		font-size: 18px;
		font-family: 'Palatino Linotype', 'URW Palladio L', Georgia, 'Times New Roman', Times, serif;
		color: #fff;
		padding-bottom: 5px;
		border-bottom: 1px solid #5b5a3c;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.pe #footer2 h2 {
		border-bottom: 1px solid #4c6e88;
	}
	
	#footer2 ul {
		margin-bottom: 0;
	}

	#rcukLogo {
		margin: 8px 0;
	}
	
	#rcukLogo2 {
		display: none;
	}
	
	.pe #rcukLogo {
		margin: 0;
		display: none;
	}
	
	.pe #rcukLogo2 {
		margin: 8px 0;
		display: inline-block;
	}
	
@media (max-width: 767px) {
	#footer2 h2 {
		margin-top: 20px;
	}
}

@media (max-width: 425px) {
	#footer1 h2 span {
		display: none;
	}
}
	
	#footer2 li {
		padding-bottom: 5px;
	}
	
	#footer2 a {
		color: #e6e6e6;
	}

	a.twit {
		background: url('/nerc/includes/themes/MasterSite/images/icons/twitter30i2.gif');
	} 

	a.facebook {
		background: url('/nerc/includes/themes/MasterSite/images/icons/facebook30i.gif');
	} 
	
	a.googlep {
		background: url('/nerc/includes/themes/MasterSite/images/icons/googlep30i.gif');
	} 
	
	a.linkedin {
		background: url('/nerc/includes/themes/MasterSite/images/icons/linkedin30i.gif');
	} 
	
	a.pinterest {
		background: url('/nerc/includes/themes/MasterSite/images/icons/pinterest30i2.gif');
	} 
	
	a.scoopit {
		background: url('/nerc/includes/themes/MasterSite/images/icons/scoopit30i.gif');
	}

	a.youtube {
		background: url('/nerc/includes/themes/MasterSite/images/icons/youtube30i.gif');
	}
	
	a.flickr {
		background: url('/nerc/includes/themes/MasterSite/images/icons/flickr30i.gif');
	}

	a.instagram {
		background: url('/nerc/includes/themes/MasterSite/images/icons/instagram30i.gif');
	}
	
	a.rss {
		background: url('/nerc/includes/themes/MasterSite/images/icons/rss30i.gif');
	} 
	
	a.rollIcon {
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-right: 2px;
		vertical-align: middle;
	} 

	#footer2 a.rollIcon {
		margin-bottom: 8px;
	}

	a.rollIcon:hover, a.rollIcon:focus {
     	background-position: -30px 0 !important;
	}


/*** right menu styles ***/

	.sectionNav {
		z-index: -1;
		margin: -25px -15px 20px -8px;
		border-radius: 3px;
		padding: 8px 8px 16px 8px;
		background: #c4c0a6 !important;
	}
	
	.sectionNavBox {
		padding: 10px;
		border: 1px solid #b0ab92;
		border-radius: 2px;
		box-shadow: #444 0px 3px 6px inset;
		background: #fff;
	}
	
	.sectionNav li a:hover, .sectionNav li a:focus {
		text-decoration: underline;
		background-color: transparent;
	}

	.lwec .sectionNav {
		background: #cada33 !important;
	}
	
	.lwec .sectionNavBox {
		border: 1px solid #b7c71f;
	}

@media (max-width: 991px) {	

	.sectionNav {
		z-index: 1;
		margin: 20px 0;
		padding: 8px 8px 16px 8px;
	}
	
	.sectionNav h2 {
		margin-top: 0;
	}
}	

	.contacts > div {
		overflow: auto;
	}

	#navFolder ul.nav, #navPeer ul.nav, ul#topNavLevel {
		list-style-type: none;
		padding: 0;
		margin: 0 0 0 10px;
		line-height: 20px;
	}
	
	#navFolder ul.nav li, #navPeer ul.nav li, ul#topNavLevel li {
		margin: 0;
	}

	#navFolder li, #navPeer li {
		background: url('/nerc/includes/themes/MasterSite/images/dash.png') top left no-repeat; 
		padding-left: 16px; 
		border-left: 1px black solid;
	}
	
	#navFolder li.last, #navPeer li.last, ul#topNavLevel li.last {
		border-left: 0;
		background: url('/nerc/includes/themes/MasterSite/images/lastdash.png') top left no-repeat; 
		padding-left: 17px; 
	}

	#navFolder li.active a, #navPeer li.active a, ul#topNavLevel li.active a {
		font-weight: bold;
		color: #282828;
	}
	
	#navFolder li.active li a, ul#topNavLevel li.active li a {
		font-weight: normal;
		color: #075d97;
	}

	#navFolder li a, #navPeer li a, ul#topNavLevel li a {
		padding: 0;
	}

@media (max-width: 991px) {
	#navFolder ul.nav, #navPeer ul.nav, ul#topNavLevel, ul.subPages {
		line-height: 30px;
	}
	
	#navFolder li, #navPeer li {
		background: url('/nerc/includes/themes/MasterSite/images/dashmob.png') top left no-repeat;
	}
	
	#navFolder li.last, #navPeer li.last, ul#topNavLevel li.last {
		background: url('/nerc/includes/themes/MasterSite/images/lastdashmob.png') top left no-repeat;
	}
}

	.relatedlinks ul, .downloads ul {
		margin-bottom: 0;
	}

	.relatedlinks ul li {
		list-style: url('/nerc/includes/themes/MasterSite/images/icons/link.png');
		margin: 0 0 2px -20px;
	}

	.downloads ul {
		padding-left: 0;
	}

	.downloads ul li {
		list-style-type: none;
		margin: 0 0 2px 0;
	}
	
	.downloads a.pdf {
		display: block;
		background: url('/nerc/includes/themes/MasterSite/images/icons/pdf12.png') no-repeat 2px 4px;
		padding: 0 0 0 20px;
	}


/*** accordion styles ***/

	.panel-heading {
		padding: 0;
	}

	.panel-heading h2 {
		font-family: Arial, sans-serif;
	}
	.panel-heading a {
		padding: 10px 15px 10px 40px;
		text-decoration: none;
		text-indent: -15px;
		display: block;
		font-weight: bold;
		color:#524d0e;
	}
	
	#customAccordion {
		margin-bottom: 30px;
	}

	#customAccordion .panel-heading:hover {
		background: #c4c0a6 !important;
	}
	
	#customAccordion .panel-heading .accordion-toggle:focus {
		border:1px dotted #c4c0a6;
		margin:-1px;
	}

	.accordion-toggle:before {
		color: #999;
		content: '-';
		width: 15px;
		margin: 0;
		text-align: center;
		display: inline-block;
		font-size: 130%;
	}
	
	.accordion-toggle.collapsed:before {
		content: '+';
	}
	

/*** caret arrowed boxes ***/

	div.arrowBox {
		float: left;
		width: 121px;
		margin-right: -6px;
	}

	div.ncaret {
		float: left;
		width: 0;
		height: 0;
		border-top: 24px solid black;
		border-bottom: 24px solid black;
		border-left: 24px solid transparent;
	}

	div.pcaret {
		float: left;
		width: 0;
		height: 0;
		border-top: 24px solid transparent;
		border-bottom: 24px solid transparent;
		border-left: 24px solid black;
	}

	div.spagBox {
		float: left;
		width: 73px;
		height: 48px;
		background: black;
		margin-bottom: 20px;
	}

	div.spagBox p {
		margin: 0;
		padding: 1px;
		color: #fff;
		text-align: center;
		line-height: 15px;
		font-family: Arial, sans-serif;
		font-size: 12px !important;
	}

@media (max-width: 425px) {
	div.ncaret {
		display: none;
	}
	div.pcaret {
		position: absolute;
		left: 50%;
		top: 28px;
		margin-left: -16px;
		margin-bottom: 10px;
		border-top: 0;
		border-left: 16px solid transparent !important;
		border-right: 16px solid transparent;
		border-top: 16px solid #555;
	}
	div.lastBox .pcaret {
		display: none;
	}
	div.arrowBox {
		position: relative;
		width: 100% !important;
		margin: 0;
	}
	div.spagBox {
		width: 100% !important;
		height: 28px;
	}
	div.spagBox p {
		padding-top: 6px !important;
		font-size: 14px !important;
	}
}

/*** Planet Earth styles ***/

	#peHeader {
		float: left;
	}
	
	#peHeader h1 {
		margin: 7px 0 7px 20px;
		color: #fff;
		font-size: 42px;
		text-shadow: 1px 1px 6px #111;
	}

@media (max-width: 859px) {
	#peHeader h1 {
		margin: 13px 0 13px 13px;
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	#peHeader h1 {
		margin: 0 0 0 30px;
		font-size: 55px;
	}
}

	#mobPEHeader {
		float: left;
		margin-top: 5px;
	}
	
	#mobPEHeader h1 {
		margin: 0 15px 1px 0;
		color: #fff;
		font-size: 36px;
		text-shadow: 1px 1px 6px #111;
	}

	.peIntro {
		margin-top: 26px;
		margin-left: -15px;
		margin-right: -15px;
		padding: 9px 15px;
		background-color: #eeeef9;
	}

	#peHome .h4 {
		margin: 0 auto 0 auto;
		padding-top: 20px;
		padding-bottom: 15px;
		max-width: 242px;
	}
	
	#peHome .h4 span {
		display: block;
		margin: 10px;
		background: inherit;
	}

	.peFirst {
		padding-top: 20px;
		padding-bottom: 25px;
	}


@media (min-width: 768px) {
	.peRB {
		border-right: 1px solid #ccc;
		margin-right: -1px;
	}
	.peLB {
		border-left: 1px solid #ccc;
	}
}

@media (max-width: 767px) {
	.peRB {
		border-bottom: 1px solid #ccc;
	}
}

@media (min-width: 420px) {
	.peRB2 {
		border-right: 1px solid #ccc;
		margin-right: -1px;
		min-height: 245px;
	}
	.peLB2 {
		border-left: 1px solid #ccc;
		min-height: 245px;
	}
}

@media (min-width: 768px) {
	.peRB2, .peLB2 {
		min-height: 265px;
	}
}


@media (max-width: 419px) {
	.peRB2 {
		border-bottom: 1px solid #ccc;
	}
}

	.pePair {
		padding: 0;
		overflow: auto;
	}

@media (max-width: 589px) {
	#peHome .h4 span {
		margin: 10px 0;
	}
}

@media (max-width: 419px) {
	#peHome .col-xs-5, #peHome .col-xs-6, #peHome .col-xs-7 {
		width: 100%;
	}
	#peHome .col-xs-6 .h4, #peHome .col-xs-5 img {
		margin-left: auto;
		margin-right: auto;
	}
}

.peTags {
	background: #f3f3f3;
	padding: 2px 4px;
	margin: -2px -4px;
}

.mura-tag-cloud {
	margin: 0 -15px;
	padding: 10px 15px;
	box-shadow: 0 2px 6px #999;
	border-radius: 5px;
	margin-bottom: 6px;
}

.mura-tag-cloud h2 {
	margin: 5px 0;
}

.mura-tag-cloud ol {
	line-height: 2.4em;
	padding-left: 8px;
	margin-bottom: 1em;
}

.mura-tag-cloud ol li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2px;
}

.mura-tag-cloud ol .somewhat-popular {
	font-size: 2em;
}

.mura-tag-cloud ol .ultra-popular {
	font-size: 3em;
}

#svSearchAgain {
	display: none;
}

.mura-search-results {
	margin-top: 30px;
}

/*** form styles ***/

	div.selectGroup {
		background: #f6f6f6;
		border: 1px solid #e9e9e9;
		border-radius: 4px;
		padding-bottom: 4px;
	}

/*** cookie warning styles ***/

.alert-cookie {
	background: #fcf8e3;
	overflow: auto;
	margin-bottom: 0;
	padding: 10px 15px;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #666; 
}

@media (min-width: 1366px) {
	.alert-cookie {
		border-left: 1px solid #666;
		border-right: 1px solid #666;
	}
}

.alert-cookie div {
	padding: 0 10px;
}

.alert-cookie p {
	margin: 5px;
}


/*** print styles ***/

@media print {
	.sectionNav {
		display: none;
	}
	#mainColumn, #verticalNav {
		width: 100%;
	}
	a[href]:after {
		content: "";
	}
	.show-print {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
	}
	#frontEndTools {
		display: none !important;
	}
}
