/* ==========================================================================
 Author's custom styles
 ========================================================================== */

.nu-lightBlue {
	color: #00a2d4;
}
.nu-lightBlueGreen {
	color: #008fa7;
}
.nu-midGreen {
	color: #047c83;
}
.nu-midGreenBlue {
	color: #105863;
}
.nu-darkBlue {
	color: #0c3d61;
}

.nu-lightBlue-back {
	background-color: #00a2d4;
	background-image:none;
}
.nu-lightBlueGreen-back {
	background-color: #008fa7;
	background-image:none;
	color:white;
}
.nu-midGreen-back {
	background-color: #047c83;
	background-image:none;
	color:white;
}
.nu-midGreen-back a {
	color:white;
}
.nu-midGreen-back a:hover {
	color:white;
	text-decoration:underline;
}
.nu-midGreenBlue-back {
	background-color: #105863;
	background-image:none;
	color:white;
}
.nu-midGreenBlue-back a {
	color:white;
}
.nu-midGreenBlue-back a:hover {
	color:white;
	text-decoration:underline;
}
.nu-darkBlue-back {
	background-color: #0c3d61;
	background-image:none;
	color:white;
}
.nu-darkBlue-back a {
	color:white;
}
.nu-darkBlue-back a:hover {
	color:white;
	text-decoration:underline;
}

body {
	font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, "Muli", sans-serif;
	font-weight: 500;
	line-height: 0.95;
}
a {
	color: #047c83;
}
a:hover {
	color: #105863;
}
.withPadding {
	padding-left:20px;
	padding-right:20px;
}
.headerRight {
	float: right;
	margin: 30px 0 0 0;
	width: 173px;
}
.headerLeft {

}

.logoHeader {
	background: url("https://research.ncl.ac.uk/media/sites/researchwebsites/nufeb/img/blockLogoSM.png") no-repeat top left;
	width: 170px;
	height: 170px;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
}
.logoNclHeader {
	background: url("https://research.ncl.ac.uk/media/sites/researchwebsites/nufeb/img/cvi_shield.gif") no-repeat top center;
	width: 173px;
	height: 78px;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
}
.logoEPSRCFooter {
	background: url("https://research.ncl.ac.uk/media/sites/researchwebsites/nufeb/img/epsrc-logo.png") no-repeat top center;
	width: 200px;
	height: 78px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

.searchHeader {
	float: left;
}
.titleHeader {
	padding: 73px 0 0 0;
}

.panel-default {
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	border: solid #fff 1px;
}
.panel-default h1, .panel-default h2, .panel-default h3, .panel-default h4 {
	margin-top:0px;
}


.panel-ncluni .panel-heading {
	background-color: #105863;
	color: white;
	background-image: none;
}
.panel-ncluni .panel-heading a {
	color: white;
}
 .panel-heading { 
 	border-radius:0;
 	}
.list-group-item.active {
	background-image:none;
	background-color:#99b1b5;
	border:none;
	text-shadow:none;
	color:#105863;
}
.list-group-item.active:hover {
	background-image:none;
	background-color:#99b1b5;
	border:none;
	text-shadow:none;
	color:#105863;
}
.container.topPadding {
	padding-top: 20px;
}
/* navbar overrides*/

.navbar {
	margin: 0;
	border-radius: 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
}
.navbar-inverse .navbar-nav > li > span > a {
	color: #FFF;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: none;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-nav > li > a {
	font-size: 15px;
}

.navbar-inverse {
	background-color: #0c3d61;
	border: #0c3d61;
	border-bottom: solid #fff 1px;
	background-image: none;
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
	filter: none;
}
.navbar-nav > li > a {
	font-size: 15px;
}
.navbar-nav > li > span
{
	display:block;
	
}
.navbar-nav > li > span > a {
	font-size: 15px;
	line-height:20px !important;
	height:50px !important;
	display:block;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color: #047c83;
}

.navbar-inverse .navbar-nav > .active > a {
	background-color: #105863;
}

.navbar-inverse .navbar-nav > .active > a:hover {
	background-color: #047c83;
}

/* end navbar overrides*/

/* Jumbotron styles*/

body .jumbotron .col-md-8, body .jumbotron .col-md-4, body .jumbotron .container {
	padding: 0;
}

.jumbotron 
{
	background: #047c83 url("https://research.ncl.ac.uk/cmsincludes/contentthatclicks/NUFEB/template-images/paper.jpg") repeat;
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 20px;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0px -4px 8px 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px -4px 8px 2px rgba(0, 0, 0, 0.4);
}

.jumbotron .panel.panel-default {
	margin-top: 10px;
	margin-bottom:20px;
	margin-right:0px;
	border: none;
	border-radius: 0;
	background: url('https://research.ncl.ac.uk/cmsincludes/contentthatclicks/NUFEB/template-images/50white.png') repeat top left transparent;
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
	line-height: 22px;
}
.jumbotron .panel-default .panel-body h2 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 26px;
	color: #0c3d61;
}
.jumbotron .panel-default .panel-body ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.jumbotron .slide {
	border: none;
	border-radius: 0;
	background-image: none;
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
	margin-bottom: 0px;
	margin-top: 20px;
	position:relative;
	max-width:780px;
}
.jumbotron .image
{
}
.caption
{
	position:absolute;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	padding: 0 10px 40px 10px;
	max-width:780px;
	z-index:0;
	background: url('https://research.ncl.ac.uk/cmsincludes/contentthatclicks/NUFEB/template-images/80blue.png') repeat top left transparent;

}

.caption 
{
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
width:100%;
}
/* End Jumbotron styles*/

img.therm {
	float:left;
}

#footer {
	margin-top: 30px;
	border-top: solid 6px #c3e3e6;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* search over*/


#tipue_search_button {
    background-color: #0c3d61;
    height: 35px;
    width: 35px;
}
#tipue_search_button:hover {
    background-color: #047c83;
}
/* news section (PT) */
.newsbox
{
clear:both;	
padding-top:1em;
}
.newsbox img
{
float:right;	
}
.currentbranch0 a, .currentbranch1 a, .currentbranch2 a
{
font-weight:bold  !important;
}
#top-nav span {
  display: inline !important;
}


/*
     FILE ARCHIVED ON 21:13:39 Oct 12, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:40:40 Oct 05, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  CDXLines.iter: 27.848 (3)
  exclusion.robots: 0.195
  esindex: 0.017
  load_resource: 3161.495 (2)
  captures_list: 191.5
  LoadShardBlock: 128.343 (3)
  PetaboxLoader3.datanode: 2971.231 (5)
  exclusion.robots.policy: 0.18
  RedisCDXSource: 23.443
  PetaboxLoader3.resolve: 252.85 (2)
*/
