.id7-utility-masthead {
	background-image: url("/fac/soc/law/research/centres/masthead_greenlines.jpg");
}
@media (min-width: 768px){
	.id7-right-border {
		background-image: url("/fac/soc/law/research/centres/rhsborder_greenlines.jpg");
	}
	.id7-left-border {
		background-image: url("/fac/soc/law/research/centres/lhsborder_greenlines.jpg");
	}		
	.hero .strapline {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 5px 20px 20px 20px;
		line-height: 1.3em;
		color: white;
		text-shadow: rgba(0,0,0,0.85) 0 0 5px;
		font-size: 2em;
	}
}
.id7-navigation .navbar-primary {
	background-color: #5797d1;
}
.id7-navigation .navbar-primary .navbar-nav > li:hover, .id7-navigation .navbar-primary .navbar-nav > li:focus {
	color: white;
	background-color: #336fa4;
}

.id7-navigation .navbar-primary .navbar-nav .dropdown-menu {
	background-color: #336fa4;
}
.id7-navigation .navbar-primary .navbar-nav .dropdown-menu > li > a:hover, .id7-navigation .navbar-primary .navbar-nav .dropdown-menu > li > a:focus {
	color: white;
	background-color: #5797d1;
}
.hero {
    position: relative;
    margin-bottom: 20px;
}
.boxstyle_.box1 {
	background: #d8efe9;
}
.tabbed_area {
	display: flex;
	flex-direction: column;
}
.nav-tabs {
	flex: 0;
}
.nav-tabs > li > a {
    margin-right: -1px;
    color: #204f79;
    text-decoration: none;
    border-color: #ddd;
    border-radius: 10px 10px 0 0;
	background: #fafafa;
	padding: 8px 16px;
}
.nav-tabs > li.active > a {
	background: #d8efe9 !important;
}

.tab-content {
	flex: 1 1 auto;
	display: flex;
}

			.box7 {
				background: url('https://www2.warwick.ac.uk/fac/soc/law/research/centres/masthead_greenlines.jpg');
				background-size: cover;
				color: white;
			}
			
			.box7 a, .box7 h3, .box7 h4 {
				color: white !important;
			}
			
			.box8 {
				background: url('https://www2.warwick.ac.uk/fac/soc/law/research/centres/rhsborder_greenlines.jpg');
				background-size: cover;				
			}
			
			.box7 .newsItems, .box7 .events, .box8 .newsItems, .box8 .events {
				background: rgba(255,255,255,0.3);
				border: 1px solid rgba(1,1,1,0.1);
				padding: 11px 22px;
			}
			
			.box7 .newsItem img, .box8 .newsItem img {
				margin-right: 22px;
				float: left;
			}
			
			.box7 .newsItem.expanded img, .box8 .newsItem.expanded img {
				width: 35%;
			}
			
			.box7 .newsItem::after, .box8 .newsItem::after {
				content: '';
				clear: both;
				display: table;
			}
			
			.box7 .newsItem, .box8 .newsItem {
				border-bottom:  1px solid rgba(1,1,1,0.1);
				margin-bottom: 10px;
				padding-bottom: 10px;
			}
			
			.box7 .newsItem:last-child, .box8 .newsItem:last-child {
				border-bottom: 0;
				margin-bottom: 0;
				padding-bottom: 0;
			}