ul.resources { margin:0!important; padding:0!important; list-style:none!important; }
ul.resources li {
	margin:0 0 10px 0!important;
}
ul.resources li a {
	display:block;
	padding:10px 15px;
	border-bottom:2px solid #efefef;
	background:#f7f7f7;
}
ul.resources li a:hover {
	background:#e98f2f;
	color:#fff!important;
	text-decoration:none!important;
	padding: 10px 15px 10px 30px;
}
ul.resources li a:hover span.meta { color:#fff; }

ul.resources li a span.meta {
	display:block;
	font-weight:400;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}


ul.members { margin:0!important; padding:0!important; list-style:none!important; }
ul.members li {
	float:left;
	width:22.5%;
	background:#f4f4f4;
	border:1px solid #ededed;
	margin: 0 3.3333% 20px 0!important;
}

ul.members li:nth-child(4n+4) { margin: 0 0 20px 0!important; }

ul.members li .image {
	height:110px;
	background:#ededed;
	text-align:center;
	/* background-image:url(http://www2.warwick.ac.uk/fac/soc/economics/news/2015/4/warwick_economics_league_table_success_continues/banner.jpg); */
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

ul.members li .profile-image {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-top: 10px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border:3px solid rgba(255,255,255,0.5);
	overflow:hidden;
}

ul.members li .profile-image img { width:100%; }


ul.members li h3 {
  text-align: center;
  margin-top: 30px!important;
  font-size: 15px!important;
  padding: 0 10px!important;
  color: #4C4C4C!important;
}

.athena-logo {
  width: 300px;
  height: 300px;
  float: right;
  margin: -30px -20px 0 0;
  background-image: url(/fac/soc/economics/about/athena-swan/athena-logo.jpg);
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 10px -50px;
}

p.light-box {
  display: inline;
  border-bottom: 1px solid rgba(0, 174, 197, 0.4);
  color: #003768;
  padding: 0 0 1px 0;
  font-weight: 700;
  font-size: 17px!important;
  line-height: 1.6em!important;
  margin: 0 0 0 0!important;
}

p.light-box::after {
	content:'';
	display:block;
	margin-bottom:20px;
}

ul.aims {
	margin:30px 0!important;
	padding:0!important;
	list-style:none!important;
}

ul.aims li {
	position:relative;
	width:31%;
	float:left;
	color:#003768;
	z-index:3;
	padding:10px 0 0 0;
}

ul.aims li:first-child  { border-top:4px solid #828567; }
ul.aims li:nth-child(2) { border-top:4px solid #f98500; margin:0 3.5%; }
ul.aims li:last-child   { border-top:4px solid #002b73; }

.athena-widget a {
	display:block;
	color:#fff!important;
	padding:20px 20px 20px 60px;
	margin-bottom:20px;
  background-image:url(/fac/soc/economics/about/athena-swan/as-handbook-logo.png);
  background-repeat:no-repeat;
  background-size: 140px;
  background-position: -20px 30px;
}

.athena-widget a span.light { font-weight:300!important; }

.athena-widget a span.download {
	display:inline-block;
	padding:3px 8px;
	margin-top:8px;
	background:#fff;
	color:#002a50;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:0.7em;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.athena-widget a:hover { text-decoration:none!important; }
.athena-widget a:hover span.download { background:#002a50; color:#fff; }

.handbook    { background-color:#3fa5a8; }
.guidelines  { background-color:#1184b9; }
.application { background-color:#e98f2f; }