body > header {
	position: relative;
}
header .brand {
	height: 100%;
}
.header {
	/*background: #FAFAFA;*/
	/* background-color: rgb(248, 249, 250); */
}

.main.list-topic-main .button-wrapper, .list.list-webinars .button-wrapper {
	margin: 1rem 0 3rem;
}
.main.list-topic-main .button-wrapper .btn {
	text-transform: capitalize;
}
/*
.logo {
	height: 85px;
    width:	128px;
    margin-bottom:0.5rem;
}
.logo .helper {
	display:inline-block;
    height:100%;
    vertical-align:middle;
}
.logo img {
    vertical-align:middle;
    max-width:120px;
    max-height:80px;
}
*/
.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* DIRECTORY */
.companies-list .companies-list-item .back-to-top
{
	font-size: 1rem;
	color: #00a17e;
}

.back-to-category
{color:#00adef;}

.back-to-category:hover {color:#00adef;}

.letter.disabled {
	color: silver;
    pointer-events:none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link:hover, .nav-link.active {
 	color: #00a17e !important;
}

.white-papers .body {flex-grow:1;}

.section-body a, .section-body a:visited  {
	color: #007bff;
}

.content .meta {
	color: #00a17e;
	text-transform: uppercase;
	margin-bottom: 0;
}
/* BANNERS */
.leaderboard, .rectangle-mpu {
	border-color: #333;
	border:none;
}

/* CLIMATE LEADER VIDEOS */
.btn-video {background-color:white;}
.btn-video:hover {background-color:#00a17e;}

/* INFOGRAPHICS */
.article-alpha.infographic .section-image .image {
	height: 28.125rem;
	background-size: cover !important;
	background-position: center center !important;
}
.btn-infographic {background-color:white;}
.btn-infographic:hover {background-color:#00a17e;}

/* GRID */

.news .item {
	display:flex;
    flex-direction:column;
	height: 100%;
}
.news .item .content {
	flex-grow: 1;
}

@media only screen and (max-width: 576px) {
	.grid .row {
		margin-right: 0;
		margin-left: 0;
	}
	.news .grid .item.item-feature .content {padding-top:1rem;}
	.news .grid .item.item-feature {width:100%;}
	
	/* RESOURCES SECTION */
	.featured-company .body {max-height:none;}
	
	/* TOPIC PAGES */
	.list-topic .item .image {
		height:20rem !important;
	}
}

/* EVENTS */
.list-events .item.item-feature.item-partner .image {
    background: url(http://via.placeholder.com/570x214);
    background-position: center center;
    background-size: contain;
	background-repeat: no-repeat;
    height: 100%;
	border: 1px solid #efefef;
}

.list-events .divider {
	margin: 2rem 0 1rem;
    border-bottom: 1px solid #efefef;
}

.list-events .item.item-feature .location {margin-bottom:0.5rem;}
.list-events .item.item-feature .description {
	font-size: 0.9rem;
}

.list-events .item.item-climate-action .content {
	background: #00a17e;
	color:white;
}

.list-events .item.item-climate-action .content .date {color:white;}

.section-body a.btn.btn-green, .section-body a.btn.btn-green:visited {
    color: #00a17e;
}

.section-body a.btn.btn-green:hover {
    color: white;
}

.section-image img {
	display: block;
	margin: 0 auto;
}

/* DIRECTORY OVERRIDES */
.directory-sidebar .address .contact-details {
    word-break: break-all;
}