/**
Theme Name: University Alliance
Theme URI: https://www.unialliance.ac.uk/
Description: A theme built around bootstrap 3.0 for Uni Alliance
Author: Anthony O'Malley
Author URI: http://www.ajom.co.uk
Version: 0.01
*/

/* --------- ie8 8 bootstrap gradients  -------- */

.panel-default > .panel-heading,
.navbar,
.btn-default {
	filter: none !important;
}

/* --------- bootstrap IE img fix ----------- */

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	img {
		width: auto;
	}
}

/* --------- bootstrap nav breakpoint ----------- */

@media screen and (max-width: 1199px) {
}

/* --------- general ----------- */

a {
	color: #336699;
}

p a {
	font-weight: normal;
}

a:hover,
a:focus {
	color: #142A3D;
}

body {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
}

h2 a:hover {
	text-decoration: none;
}

img {
	/* width: inherit;  /* Make images fill their parent's space. Solves IE8. */
	max-width: 100%;
	height: auto;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.aligncenter {
	margin: 20px auto;
	float: none;
	clear: both;
	display: block;
}

.alignfull {
	width: 100%;
	height: auto;
	clear: both;
	display: block;
}

hr {
	margin: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

.well {
	background: #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	border-radius: 0;
}

.wp-caption-text {
	background: #eee;
	padding: 3px 6px;
	display: inline-block;
	font-size: 0.8em;
}

.tag-links {
	font-weight: 500;
}

/* ------- list meta ---------- */

.meta {
	padding-bottom: 7px;
	color: #444;
	font-weight: 500;
}

.entry-summary .meta {
	margin-bottom: 0;
}

.entry-summary .entry-title {
	margin-bottom: 10px;
}

.archive-meta {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 5px solid #eee;
}

/* -------- titles ----------- */

.page-title {
	margin-bottom: 30px;
}

.entry-title {
	margin-bottom: 20px;
	font-size: 2.6em;
}

/* -------- members map ----------*/

.mapp-layout {
	margin: 30px 0 !important;
}

.member-newsfeed h2,
.type-member > h3 {
	border-bottom: 4px solid #eee;
	padding: 10px 0;
	margin-bottom: 20px;
}

/* -------- rss button ------- */

a.rss {
	position: absolute;
	right: 0;
	bottom: 8px;
}

a.rss img {
	width: 24px;
	height: 24px;
	background: url('./img/rss24px.png');
	float: right;
}

a.rss img:hover {
	background-position: 0 24px;
}

/* -------- social media footer buttons -------*/

footer ul#socialmedia {
	list-style: none;
	padding: 0 !important;
	margin: 0;
}

ul#socialmedia li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

#socialmedia img {
	width: 32px;
	height: 32px;
	background: url('./img/socialbuttons32px.png');
}

#socialmedia img.twitter {
	background-position: 0 0;
}

#socialmedia img.youtube {
	background-position: 127px 0;
}

#socialmedia img.flickr {
	background-position: 95px 0;
}

#socialmedia img.linkedin {
	background-position: 31px 0;
}

#socialmedia img.rss {
	background-position: 63px 0;
}

#socialmedia img.twitter:hover,
#socialmedia img.twitter:active {
	background-position: 0 32px;
}

#socialmedia img.youtube:hover,
#socialmedia img.youtube:active {
	background-position: 127px 32px;
}

#socialmedia img.flickr:hover,
#socialmedia img.flickr:active {
	background-position: 95px 32px;
}

#socialmedia img.linkedin:hover,
#socialmedia img.linkedin:active {
	background-position: 31px 31px;
}

#socialmedia img.rss:hover,
#socialmedia img.rss:active {
	background-position: 63px 32px;
}

/* -------- feedburner widget -----------*/

.FeedburnerEmailWidget label {
	display: block;
	font-weight: normal;
}

.FeedburnerEmailWidget input[type="text"] {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;

}

.FeedburnerEmailWidget input[type="submit"] {
	display: block;
	margin-top: 10px;
	background: #999;
	border: 0;
	border-radius: 2px;
	color: #fff;
	padding: 6px 10px;
}

.FeedburnerEmailWidget input[type="submit"]:hover {
	background: #555;
}

/* -------- mobile -------- */

@media (max-width: 767px) {
	.centered-xs {
		margin: 0 auto;
		float: none;
		text-align: center;
	}
}

/* -------- header -------- */

.page-header {
	border-bottom: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background: #ddd;
}

header.jumbotron {
	margin-bottom: 0;
	background: #FDFDFD;
	color: #fff;
}

h4.site-description {
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
	color: #444;
	margin-top: 40px;
	text-align: right;
}

@media (max-width: 1199px) {
	h4.site-description {
		margin-top: 0;
		padding: 0;
	}
}

@media (max-width: 791px) {
	h4.site-description {
		margin-top: 5px;
		font-size: 1.1em;
	}
}

/* -------- headroom ---------*/

.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s ease-in-out;
}

.headroom--unpinned {
	top: -100px;
}

.headroom--pinned {
	top: 0;
}

body.admin-bar .headroom {
	margin-top: 32px;
	z-index: 10000;
}

body {
	margin-top: 80px;
}

.lt-ie9 body {
	margin-top: 0;
}

body.home {
	margin-top: 0;
}

/* -------- navbar -------- */

.navbar {
	background-color: #336699;
	background-image: none;
	border: 0;
	border-radius: 0;
	filter: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	font-weight: normal;
}

.navbar-brand {
	padding: 10px 15px;
}

.navbar-default {
	background-color: #336699;
	filter: none;
	z-index: 1000;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.dropdown-menu > .active > a {
	background-image: none;
	background-color: #4DA1B6 !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #336699;
	color: #fff;
}

.navbar-nav > li > .dropdown-menu {
	background-color: #336699;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	padding: 5px 15px;
}

.dropdown-menu {
	padding: 0;
}

.navbar-nav > li > a {
	text-shadow: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a {
	color: #fff;
	background-color: #336699;
	background-image: none;
}

.navbar-collapse {
	padding-left: 5px;
	padding-right: 5px;
	max-height: 1000px;
}

#menu-primary-navigation a {}

.navbar-nav > li > .dropdown-menu {
	margin-left: 0;
	margin-top: 2px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: #4DA1B6 !important;
}

@media screen and (max-width: 1199px) {

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background: #4DA1B6 !important;
		color: #fff;
	}

	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color: #85BFCA;
		color: #fff;
	}

	.navbar-nav > li > .dropdown-menu {
		background-color: #85BFCA;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #85BFCA;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
	}

	.navbar-nav > li > .dropdown-menu {
		margin-left: 10px;
	}
}

/* -------- navbar toggle button -------- */

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #0089a5;
}

.container button.navbar-toggle {
	border: 1px solid #ccc;
}

.container span.icon-bar {
	background: #ccc;
}

/* -------- navbar collapse view -------- */

.navbar-collapse.in {
	border-color: #0089a5;
}

/* -------- navbar search -------- */

.fixedsearch {
	position: absolute;
}

.navbar .navbar-form {
	padding: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.navbar .navbar-form .btn {
	border: 0;
	border-radius: 0;
	height: 34px;
	box-sizing: border-box;
	background: #0089a5;
	display: none;
}

.navbar .navbar-form .form-group {
	margin-right: -5px;
	width: 100%;
}

.navbar .navbar-form .form-control {
	border: 0;
	border-radius: 0;
	background-image: url(./img/search_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;

}

@media screen and (max-width: 1199px) {

	.container .navbar-form .invisible-xs {
		display: none;
	}

	.navbar-collapse {
		border-top: 0;
	}

	.navbar-nav {
		margin: 0;
	}

	.nav > li {}

	.navbar-default .navbar-nav > li > a:hover {
		background: #0089a5;
	}

	#searchform {
		padding: 0 20px;
	}

	.navbar-default .navbar-form {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

}

/* -------- global partners -------- */

.globalpartners .responsive-container {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.globalpartners .dummy {
	padding-top: 60%;
	/* forces aspect ratio */
}

.globalpartners .img-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	/* Align center inline elements */
	padding: 0;
	border-bottom: 4px solid #336699;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;

}

.globalpartners .img-container .centerer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.globalpartners .img-container img {
	vertical-align: middle;
	display: inline-block;
}

.img-gp-centered {
	margin: 30px auto 10px;
}

/* -------- 404 search -------- */

@media (min-width: 768px) {

	.nf-search {
		padding: 10px 0;

	}

}

/* -------- breadcrumbs ------- */

#breadcrumb {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 4px solid #eee;
}

/* -------- topic taxonomy template ---------*/

.tax-parent-topic {
	margin-top: 20px;
}

.img-child-topic {
	margin-top: 20px;
	position: relative;
}

.img-caption {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 0.7em;
	padding: 3px 6px;
	margin-bottom: 4px;
}

.attachment-child-topic {}

ul.child-topic-listing {
	padding-left: 17px;
}

div.child-tax-archive-list > article {
	margin: 25px 0;
}

.child-tax-archive-list .meta {
	margin-bottom: 8px;
}

/* publications sidebar */

.publications-sidebar {
	background: #f9f9f9;
	padding: 10px 20px;
	margin: 20px 0;
}

.publications-sidebar ul {
	padding: 0 0 0 20px;
	color: #999;
	list-style: square;
}

.publications-sidebar ul li {
	padding-bottom: 5px;

}

/* publications on main parent tax page */

.publications-taxparent {
	background: #f9f9f9;
	padding: 0 25px 10px;
	margin: 30px 0 10px;
}

.publications-taxparent h4 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 20px;
}

.publications-taxparent ul {
	padding: 0 0 0 20px;
	color: #999;
	list-style: square;
}

.publications-taxparent ul li {
	padding-bottom: 5px;

}

/* -------- sectionnav ------- */

#sectionnav {
	margin-top: 23px;
}

#sectionnav ul {
	padding: 0 0 0 17px;
}

#sectionnav ul li {
	padding-bottom: 10px;
	line-height: 1.3em;
	color: #999;
}

#sectionnav ul li > ul > li {
	padding-bottom: 0;
}

#sectionnav .nav > li > a {
	padding: 0;
	margin-bottom: 12px;
}

#sectionnav ul.children {
	list-style: none;
	margin-left: 20px;
	padding: 0;
	display: none;
}

#sectionnav ul.children li a {
	padding: 0 0 6px 0;
	display: block;
}

#sectionnav li.current_page_item > ul.children {
	display: block;
}

#sectionnav li.current_page_ancestor > ul.children {
	display: block;
}

#sectionnav li.current_page_item a,
#sectionnav a:hover {
	background: none;
	font-weight: bold;
	text-decoration: none;
	color: #2a6496;
}

#sectionnav li.current_page_item .children a {
	font-weight: normal;
	color: #428bca;
}

#sectionnav li.current_page_item .children a:hover {
	font-weight: bold;
	color: #2a6496;
}

/* --------- hp carousel July 2017 ---------- */

.carousel-hp-feature-container-outer {
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 10px;
}

.carousel-hp-feature-container-outer img {
	display: none;
}

.carousel-hp-feature-container-outer .owl-item img {
	display: block;
}

.carousel-hp-feature-container-inner {
	margin-left: -15px;
	margin-right: -15px;

}

.carousel-hp-feature .item img {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}

.owl-theme .owl-controls .owl-page span {
	border-radius: 0;
	width: 24px;
}

@media (max-width: 650px) {
	.carousel-hp-feature-container-outer {
		display: none;
	}
}

.carousel-buttons {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	padding: 0.5em;
}

.slide .carousel-buttons button {
	margin: 0 .5em;
	border: 0;
	background: transparent !important;
	color: #336699;
	text-decoration: underline;
	box-shadow: none;
}

.slide .carousel-buttons button:hover,
.slide .carousel-buttons button:focus {
	text-decoration: none;
}

/* -------- carousel -------- */

.accordionPro .slide > h2 {
	font-size: 14px;
}

.accordionPro.basic .slide > h2,
.accordionPro.basic .slide {
	background: #336699 !important;
	border-left: 1px solid #ffffff
}

.accordionPro .slide > div.row {
	background: #eee !important;
	color: #333;
	padding: 0;
}

.accordionPro .slide > div.row > div {
	border: 0;
	padding: 25px 35px;
	font-weight: 200;
	font-size: 0.9em;
	line-height: 1.5em;
}

.accordionPro .slide .aligncenter {
	margin: 0 auto 20px auto;
}

.accordionPro h3 {
	margin: 5px 0 15px;
}

.accordionPro li.htlatestpost {
	padding-bottom: 5px;
	list-style: square;
}

.accordionPro .htlatestpost span {
	display: none;
}

.accordion-container {
	width: 100%;
	margin-bottom: 15px;
}

.accordionPro.scaleImages .slide > div img {}

#accordion {
	display: none;
	margin-bottom: 30px;
}

.green {
	background: #bdce44;
}

.pink {
	background: #cc0066;
}

.orange {
	background: #cc9900;
}

.purple {
	background: #660099;
}

/* accordion links */

.accordionPro a {
	font-weight: 500;
}

.accordionPro .pink a,
#mobileaccordion .pink a {
	color: #cc0066;
}

.accordionPro .green a,
#mobileaccordion .green a {
	color: #769400;
}

.accordionPro .orange a,
#mobileaccordion .orange a {
	color: #AC8100;
}

.accordionPro .purple a,
#mobileaccordion .purple a {
	color: #660099;
}

/*remove 2nd and 3rd cols on mobile */
@media (max-width: 767px) {

	.accordionPro .slide > div.row > div:nth-child(2),
	.accordionPro .slide > div.row > div:nth-child(3) {
		display: none;
	}
}

/* -------- mobile accordion ------- */

#mobileaccordion > ol {
	list-style: none;
	padding: 0;
}

#mobileaccordion a h2 {
	font-size: 16px;
	color: white;
	padding: 15px;
	margin: 5px 0;
}

#mobileaccordion a:hover,
#mobileaccordion a:focus {
	text-decoration: none;
}

#mobileaccordion .row {
	background: #eee;
	margin: 0;
	font-size: 0.9em;
	padding-bottom: 15px;
}

/*remove 2nd and 3rd cols on mobile */
@media (max-width: 767px) {

	#mobileaccordion .row > div:nth-child(2),
	#mobileaccordion .row > div:nth-child(3) {
		display: none;
	}

	#accordion {
		display: none;
	}
}

/* -------- buttons ------- */

.slide button {
	background: #cc9900 !important;
	padding: 3px 6px;
}

.slide button a {
	color: #fff;
	text-shadow: none;
	padding: 3px 7px;
	display: block;
}

/* -------- thumbnails -------- */

.thumbnail,
.img-thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* -------- person profile listings -------- */

.people-jobtitle {
	font-weight: 500;
	margin: 10px 0 10px;
}

img.people-list {
	margin-right: 15px;
}

/* -------- individual person profile  -------- */

.personprofile-title {
	font-weight: 600;
	margin: 0 0 20px;
}

img.person-profile {
	margin: 20px 15px 0 0;
}

/* -------- search page -------- */

.search-results article {
	margin: 30px 0;
}

.search-results h4.entry-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.searchfilter {
	padding: 0 0 0 15px;
	font-size: 1.2em;
}

/* -------- home headings ------- */

.hp-heading {
	border-bottom: 7px solid #dadada;
	margin-bottom: 30px;
	position: relative;
}

.hp-heading h2 {
	border-bottom: 7px solid;
	display: inline-block;
	padding-bottom: 7px;
	margin-bottom: -7px;
	color: #336699;

}

/* -------- Archive / News / Category -------- */

.archive h2.entry-title {
	/* font-family: "Helvetica Neue", Helvetica,Arial, sans-serif; */
	font-size: 1.6em;
	margin-top: 0;
}

.entry-summary {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px 0;
}

.newsfilter {
	background-color: #336699;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #85BFCA;
}

.newsfilter a {
	color: #B8DEE6;
}

.newsfilter a:hover,
.newsfilter a.filteractive {
	color: #fff;
	text-decoration: none;
}

/* -------- taglist --------- */

.taglist {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	margin: 50px 0 10px;
}

/* -------- nav below ----------*/

#nav-below .nav-previous {
	float: left;
}

#nav-below .nav-next {
	float: right;
}

/* -------- home side ---------*/

#home-side .well h3 {
	color: #336699;
	margin: 5px 0 20px;
	font-size: 2em;
}

/* -------- home news and blog --------- */

#home-featured-news,
#home-featured-blog {
	margin-bottom: 10px;
}

#home-featured-news .meta,
#home-featured-blog .meta {
	margin: 10px 0;
}

.home-news img,
.home-blog img {
	max-width: 57px;
	width: 100%;
	margin: 3px 20px 0 0;
}

.home-news .apost,
.home-blog .apost {
	border-top: 1px solid #ddd;
	padding: 15px 0;
	margin: 0 5px;
}

@media (max-width: 767px) {

	.apost h5 {
		font-size: 1.3em;
	}

}

.home-news .apost .col-sm-3,
.home-blog .apost .col-sm-3,
.home-news .apost .col-sm-9,
.home-blog .apost .col-sm-9 {
	padding-left: 0;
}

.apost.row {
	padding: 25px 0;
}

.apost h4,
.apost h4 {
	font-size: 1.6em;
}

.home-news .apost h5,
.home-blog .apost h5 {
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

.apost h4,
.apost h4,
.apost h5,
.apost h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* --------- topic listing hl ---------*/

a.topic-listing-hl {
	padding: 3px 7px;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	margin-top: 8px;
	display: inline-block;
}

a.topic-listing-hl.green:hover,
a.topic-listing-hl.green:active {
	background: #A7B82E;
	text-decoration: none;
}

a.topic-listing-hl.pink:hover,
a.topic-listing-hl.pink:active {
	background: #AF0058;
	text-decoration: none;
}

a.topic-listing-hl.orange:hover,
a.topic-listing-hl.orange:active {
	background: #B68800;
	text-decoration: none;
}

/* -------- home sidebar -------- */

#home-side > ul {
	list-style: none;
	padding: 0;

}

#home-side .well {
	padding: 20px;
	border: 0;
	border-radius: 0;
	margin-top: 20px;
}

#home-side .well ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.latest-tweets {
	margin-bottom: 20px;
	overflow: auto;
}

.latest-tweets > ul {
	padding: 0;
	list-style: none;
}

.latest-tweets > ul > li {
	border-bottom: 1px solid #ddd;
	padding: 20px 0 10px 0;
}

.latest-tweets > ul > li:nth-child(1) {
	padding: 0 0 10px 0;
}

.latest-tweets > ul > li:last-child {
	border-bottom: 0;
	padding: 20px 0 0 0;
}

.latest-tweets p.tweet-details {
	font-size: 0.8em;
	padding: 0;
}

/* remove last three tweets on sub ipad portrait */

@media (max-width: 991px) {

	.latest-tweets ul li:last-child,
	.latest-tweets ul li:nth-child(3) {
		display: none;
	}
}

/* -------- single post --------- */

.single article.post .meta {
	margin-top: 3px;
	padding-bottom: 0;
}

.single article.post .meta.datename {
	margin-top: 3px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.single .authorinfo .well .pull-left img {
	float: left;
	margin: 0 15px;
	width: 65px;
	height: auto;
}

/* ---------- comments ---------- */

#comments {
	margin-top: 20px;
}

#comments textarea {
	display: block;
	width: 100%;
}

#comments code {
	white-space: normal;
}

#comments ol.comment-list {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}

#comments .comment-author {
	font-weight: 500;
	margin-bottom: 15px;
}

/* -------- inside side --------- */

#inside-side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#inside-side ul li {
	list-style: none;
}

.rpwe-title {
	font-family: sans-serif;
	font-size: 1.4em;
	margin: 0 0 10px;
}

.rpwe-block li {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}

/* recent posts - crpw */

li.crpw-item {
	margin-bottom: 10px;
}

/* -------- university pages ---------*/

.entry-summary {
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 0;
}

.single-uni-related-list {
	padding: 3px 0;
}

.single-uni-related-list img {
	margin-top: 3px;
	width: 100%;
	height: auto;

}

.memlist li {
	padding: 5px 0;
}

.profilepic {
	margin-right: 1em;
}

/* -------- policy area --------- */

/* SG, Sep 15: these are now handled dynamically in the header based on a color picker in the term admin page */

a.tax.rss {
	position: inherit;
}

a.tax.rss img {
	float: none;
	border: 0;
}

.tax-publications-list {
	margin-top: 30px;
	background: #f8f8f8;
	padding: 0 20px;
}

.tax-publications-list h3 {
	padding: 20px 0;
}

.tax-publications-list a {
	font-weight: bold;
}

.tax-publications-list ul {
	padding: 0 0 0 15px;
	color: #ccc;
}

.tax-publications-list ul li {
	padding: 0 0 10px 0;
}

/* -------- our work --------- */

.ourwork {
	margin-bottom: 30px;
}

.ourwork .accordionPro .slide > div.row {
	background: #eee !important;
	color: #333;
}

.page-template-page-ourwork-php h2.entry-title {
	margin: 0 0 25px 0;
}

.single-member {}

/* -------- author meta --------- */

.authorinfo .well {
	padding: 14px;
}

.authorinfo h4 {
	margin-bottom: 2px;
	font-size: 1.4em;
}

.authorinfo .meta.titleorg {
	color: #333;
}

.single article.post .authorinfo .meta {
	color: #777;
	margin-bottom: 0;
}

.authorinfo h4 {
	margin-top: 0;
}

.authorinfo .meta.bio {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.authorinfo img {
	margin-top: 5px;
}

.authorinfo p {
	margin-bottom: 0;
	padding: 0;
	color: #666;
}

.authorinfo {
	margin-top: 10px;
}

.authorinfo .well h3 {
	margin-top: 3px;
}

.authorinfo .well img {
	float: left;
	margin-right: 25px;
}

.authorinfo .well .pull-left img {
	float: left;
	margin: 5px 20px;
	max-width: 100px;
	height: auto;
}

.authorinfo h1 {
	margin-top: 0;
}

.authorinfo .media-body {
	padding-right: 20px;
}

/* -------- author list --------- */

.author .authorinfo {
	margin-top: 20px;
	margin-bottom: 40px;
}

.author .authorinfo .meta.titleorg {
	color: #777;
}

.author .authorinfo p {
	color: #666;
}

.author .attachment-child-topic {
	margin-top: 0;
}

/* -------- further reading -------- */

.furtherreading {
	margin-top: 20px;
}

.furtherreading .further-title {
	margin-top: 5px;
	font-weight: bold;
}

/* -------- blank page template -------- */

body.page-template-page-blanktemplate-php {
	margin-top: 0;
}

/* -------- pagination -------- */

.container .pagination {
	clear: both;
	float: right;
}

/* -------- sponsor bar --------- */

#sponsor-bar {
	border-top: 7px solid #dadada;
	padding: 15px 0 0;
	margin-top: 40px;
	background: #fff;
}

#sponsor-bar .owl-theme .owl-controls {
	padding-top: 20px;
}

#sponsor-bar img {
	max-height: 60px;
	width: auto;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	opacity: 0.6;
}

#sponsor-bar img:hover {
	-webkit-filter: grayscale(0%);
	filter: none;
	opacity: 1;
}

#sponsor-bar .carousel-inner {
	margin: 0 auto;
	width: 100%;
}

#sponsor-bar .carousel-inner .item {
	text-align: center;
}

#sponsor-bar .carousel-control {
	width: 0;
	color: #555;
	text-shadow: none;
}

#sponsor-bar .carousel-control .glyphicon-chevron-left {
	left: 0;
}

#sponsor-bar .carousel-control .glyphicon-chevron-right {
	right: 0;
	left: auto;
}

@media (max-width: 767px) {
	#sponsor-bar {
		display: none;
	}
}

/* -------- footer -------- */

#footer {
	background: #eee;
	padding: 20px 0;
	margin-top: 30px;
	color: #555;
}

#footer p {
	margin: 15px 0;
}

#footer a {
	color: #555;
	text-decoration: underline;
}

#footer h3 {
	margin: 20px 0 30px;
	color: #555;
}

#footer .container {
	padding-left: 0;
	padding-right: 0;
}

#footer .container > ul {
	list-style: none;
}

#footer .container > ul > li ul {
	list-style: square;
	padding: 0 0 0 15px;
}

#footer .col-sm-4 {
	padding-right: 40px;
}

ul.shortcode_menu {
	background: #555;
	overflow: auto;
	list-style: none;
	padding: 0;
}

ul.shortcode_menu li {
	float: left;
}

ul.shortcode_menu li ul.sub-menu {
	display: none;
	position: absolute;
	list-style: none;
	background: #555;
	padding: 0;
}

ul.shortcode_menu li ul.sub-menu li {
	float: none;
}

ul.shortcode_menu a {
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	color: #fff;
}

ul.shortcode_menu a:hover {
	text-decoration: underline;
}

ul.shortcode_menu li.menu-item-has-children {
	background-image: url('./img/caret.png');
	background-repeat: no-repeat;
	background-position: right;
}

dl.dl-horizontal {
	clear: both;
}

.max-width-100 {
	max-width: 100px;
	height: auto;
}

iframe {
	max-width: 100%;
}

/* helper classes */

.padding-top-10 {
	padding-top: 10px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.margin-top-0 {
	margin-top: 0;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.skip-link {
	color: #000;
	background-color: gold;
	padding: .75rem;
	font-weight: 600;
	position: fixed;
	text-decoration: none;
	transition: color .15s ease-in;
	outline: 1px dotted currentColor;
	left: -9999em;
}

.skip-link:focus {
	left: 0;
	z-index: 9999;
}

/* video hero block */

.video-hero-block {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 430px;
	overflow: hidden;
	margin-bottom: 50px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}

.video-hero-block__video {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
}

.video-hero-block__link {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: transparent;
	transition: background-color 0.2s ease;
	display: block;
	z-index: 2;
}

.video-hero-block__link:hover {
	transition: background-color 0.2s ease;
	background-color: rgba(0, 0, 0, 0.5);
}

.video-hero-block__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 60px;
	height: 60px;
}

.video-hero-block__hidden-text {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

@media screen and (max-width: 991px) {

	.video-hero-block__video {
		height: 150%;
		width: 150%;
	}

}

@media screen and (max-width: 650px) {

	.video-hero-block {
		background-image: initial;
	}

	.video-hero-block__video {
		display: none;
	}

}

/* feature blocks */

.feature-blocks {
	padding-bottom: 20px;
}

.feature-block {
	margin-bottom: 30px;
}

.feature-block-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eee;
}

.feature-block-cover {
	height: 180px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	transition: background-color 0.2s ease;
}

.feature-block-cover:hover {
	background-color: rgba(0, 0, 0, 0.7);
	transition: background-color 0.2s ease;
	text-decoration: none;
}

.feature-block-text {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.2;
	text-shadow: 0 1px black;
}

.feature-block-text-hl {
	display: block;
	font-weight: 900;
}
