#topNav, .jumbotron, footer.brand-info, .highcharts-title, .btn-link, .donate-mobile {
  display: none;
}
body{
	background: #ffffff;
	font-family: proxima-nova, sans-serif;
}
a {
	color: #51abab;
}
.mobile {
	display: none;
}
.page-bankingonclimatechaos2021 .video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-banner-background.jpg) center center no-repeat;
  background-size: cover;
}
.page-bankingonclimatechaos2021 .video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-bankingonclimatechaos2021 .overlay {
  /* background: rgba(0,0,0,0.4); */
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto auto 1em;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
}
#overlay {
	/* background: #a8d5fd url(../images/pexels-elia-clerici-912110.jpg) top center no-repeat; */
	background: #333333;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 101;
	top: 0;
	right: 0;
	text-align: center;
}

#content.site-content {
	overflow: hidden;
}

.logo-stack {
	background: #ffffff;
	text-align: center;	
	padding: 20px 0 30px 0;
}

.header {
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
}
#mobile-menu {
	display: none;
}
#report_nav .navbar-header {
  background: #000;
  height: 75px;
  float: none;
  display: block;
}
#report_nav .navbar-header .navbar-brand .logo {
  height: 38px;
  top: 14px;
}
#report_nav .navbar {
  margin-bottom: 0;
  border: 0 none;
  display: block;
  padding: 0;
}
#report_nav .navbar-brand {
  padding: 18px 15px 15px 15px;
  height: auto;
}
#report_nav .navbar-brand .logo {
  background-image: url("https://d3n8a8pro7vhmx.cloudfront.net/themes/5751876675dd2f15fb000001/attachments/original/1445797766/RAN_Logo_wh.svg?1445797766");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  float: left;
  height: 50px;
  display: block;
  padding: 0 30px 0 0;
  width: 206px;
}
#report_nav a.navbar-brand {
  color: #fff;
}
#report_nav a.navbar-brand .site-name {
  font-size: 30px;
  margin-top: 12px;
  margin-left: 60px;
  font-weight: 900;
  float: left;
  display: block;
  text-transform: uppercase;
}

#report_nav .container {
  max-width: 1270px;
  margin: 0 auto;
}

label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
}
h2 {
  font-size: 62px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
h3 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
h4 {
  color: #ffffff;
  font-weight: 100;
  font-size: 29px;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  font-family: plume-advertising, serif;
}

h4 a  {
	color: #000000;
}
#data-panel h2, #score-panel h2 {
  padding-bottom: 0px;
}
#score-panel #report-card ul.tabs li.current {
  background: #ffd8d9;
}
h2, h3 {
	color: #ffffff;
}

.download-data {
	position: absolute;
    bottom: 72px;
    right: 39px;
    text-transform: uppercase;
    font-size: 30px;
}
.download-data a {
	color: #ffffff;
	padding: 3px 50px 3px 0;
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-details_16.png) right center no-repeat;
}
.media {
  color: #000;
}
.heads {
  font-size: 29px;
  font-family: "eloquent-jf-pro";
  text-transform: none;
  font-style: italic;
  letter-spacing: 2px;
  color: #000000;
}

.strikes  {
  line-height: 0.5;
  text-align: center;
  font-family: plume-advertising, serif;
  font-weight: 100;
  margin-top: -10px;
}

.strikes span {
  display: inline-block;
  position: relative;  
  padding: 12px 60px 13px;
  color: #ffffff;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  font-size: 36px;
}
#casestudies-panel {
	background: #cccccc;
	padding-bottom: 50px;
}
#casestudies-panel .content {
	max-width: 1270px;
}
#casestudies-panel .header {
	width: 100%;
	background: #000000;
	max-width: none;
}
#casestudies-panel .header  h2 {
	text-align: left;
	font-size: 36px;
	font-family: plume-advertising, serif;
	font-weight: normal;
}
#casestudies-panel .header  h2  span {
	font-family: "HarmoniaSansPro-Regular";
	font-weight: 100;
}

.youtube-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
	border-bottom: 1px solid #ffffff;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

#casestudies-panel .casestudies .content-wrap .image {
	min-height: 100vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
}
#casestudies-panel .casestudies .content-wrap {
		border-bottom: 1px solid #ffffff;
}
#casestudies-panel .casestudies .content-wrap .content {
	display: flex;
    flex-direction: row-reverse;
}
#casestudies-panel .casestudies .content-wrap .details {
	width: 421px;
	background: #ffffff;
	position: absolute;
	padding: 75px 50px 30px 50px;
	font-size: 18px;
	text-align: left;
	line-height: 1.3em;
}
#casestudies-panel .casestudies #first-case.content-wrap .details {
	bottom: 0;
	right: 15%;
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-case-study-1_09.png) top center no-repeat;
}
#casestudies-panel .casestudies #second-case.content-wrap .details {
	bottom: 0;
	left: 15%;
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-case-study-2_13.png) top center no-repeat;
}
#casestudies-panel .casestudies  #second-case.content-wrap .image {
	background-position: center bottom;
}
#casestudies-panel .casestudies .content-wrap .details h4 {
	font-size: 24px;
}
#casestudies-panel .slider {
	position: relative;
	width: 100%;
	margin: 30px auto 0 auto;
}
#casestudies-panel .slider .slider-item {
	width: 356px;
    height: 600px;
	margin: 20px 12px 20px 12px;
	float: left;
	background: #ffffff url(../images/bcc2021/2021-Banking-on-Climate-Chaos-case-study-footer_17.gif) bottom center no-repeat;
}
#casestudies-panel .slider .slider-item .image {
	min-height: 300px;
	width: 100%;
	padding: 10px;
	background-position: center center;
	background-size: cover;
}

#casestudies-panel .slider .slider-item .slider-item-details {
	padding: 20px;
	font-size: 14px;	
}
#casestudies-panel .slider .slider-item .slider-item-details h4 {
	line-height: 1.2em;
    font-family: plume-advertising, serif;
    font-size: 22px;
    color: #000000;
}
.casestudies .with-image {
	position: relative;
}

a.read-stories {
	color: #000000;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px 30px 3px 0;
	background: #ffffff url(../images/bcc2021/2021-Banking-on-Climate-Chaos-details-more_03.png) right center no-repeat;
}
.slick-arrow {
	width: 70px;
    height: 70px;
    overflow: hidden;
    content: "";
    border: 0;
}

button:focus.slick-arrow {
	outline: none;
}
.slick-prev {
	position: absolute;
	top: 80%;
	left: 70px;
	z-index: 100;
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-slide-advance_02.png) center top no-repeat;
}
.slick-next {
	position: absolute;
	top: 80%;
	right: 70px;
	z-index: 100;
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-slide-advance_05.png) center top no-repeat;
}

#score-top {
	text-align: center;	
}
.box-line {
	height: 280px;
	width: 100%;
	border: 1px solid white;
}

#score-cards {
	display: flex;
	flex-wrap: wrap;
	width: 940px;
    margin: 0 auto;
    padding: 35px 0 45px 0;
}
.score-card {
	background: #ffffff;
	width: 44%;
	margin: 20px;
	padding: 10px;
}

#score-cards-sorter {
	text-align: center;
}
#score-cards-sorter label {
	padding-right: 20px;
	color: #ffffff;
}
#score-cards-sort {
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 10px;
}
#score-cards-sorter .explore {
	min-height: 70px;
}
#score-cards-sorter .explore, #score-cards-sorter  .explore-wrapper {
	padding: 0;
}
.score-header {
	background: #cccccc;
	margin-bottom: 6px;
}
.bank-logo {
	padding: 6px;
	border-right: 1px solid #ffffff;	
	float: left;
}
.bank-logo img {
	height: 65px;
	width: auto;
}
.score-header h3 {
	color: #000000;
	float: left;
	text-transform: uppercase;
    font-family: plume-advertising, serif;
    clear: none;
    font-size: 32px;
    padding: 20px 5px 20px 20px;
    letter-spacing: 1px;
}
.score-table {
	margin-top: 10px;
}
.score-total-fincancing, .score-rank {
	text-align: left;
	text-transform: uppercase;
	font-family: "HarmoniaSansPro-Regular";
	font-weight: light;
	font-size: 19px;
	position: relative;
}
.score-total-fincancing strong, .score-rank strong {
	font-weight: bold;
	font-family: "HarmoniaSansPro-Bold";
}
.score-table th {
	text-transform: uppercase;
	font-size: 11px;
	background: #ffffff;
}

.score-table table {
	margin: 0;
	background: #ffffff;
	font-family: interstate-mono, monospace;
	font-weight: 400;
	font-style: normal;
}

.score-table td {
	border: 2px solid #ffffff;
	text-transform: uppercase;
	padding: 6px 12px 6px;
	font-weight: bold;
	background: #cccccc;
	font-size: 15px;
	min-width: 60px;
}



.score-table td.good {
	background: #dede4e;
}
.score-table td.moderate-good {
	background: #ebcc1f;
}
.score-table td.moderate-bad {
	background: #e6a65b;
}
.score-table td.almost-worst {
	background: #ef7646;
}
.score-table td.worst {
	background: #d2312b;
}
.score-table .total-score {
	background: #cccccc;
}
.score-table td.good:hover, .score-table td.moderate-good:hover, .score-table td.moderate-bad:hover, .score-table td.bad:hover, .score-table .total-score:hover, .score-table td:hover {
	background: #f6e9ae;
}
.trend-line {
	padding-left: 10px;
	height: 13px;
	width: 25px;
}
.trend-up {
  background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-arrows_03.gif) center center no-repeat;
}
.trend-down {
  background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-arrows_10.gif) center center no-repeat
}
.trend-flat {
    background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-arrows_07.gif) center center no-repeat

}

#full-scores {
	background: #ffffff;
    padding: 8px 10px;
    max-width: 341px;
    height: 63px;
    text-align: center;
    line-height: 1.3em;
    margin: 0 auto;
    text-transform: uppercase;
}
#full-scores a {
	color: #000000;
}
.highlighted {
	box-shadow: inset 365px 0 0 0 #51abab;
}

.details {
  font-size: 24px;
  padding: 20px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.frame {
  border: 1px solid #000000;
  padding: 2px;
  background: transparent;
  margin: 4px;
}
#middle, .container {
  padding: 0;
  margin: 0;
  width: 100%;
}
.content {
  max-width: 1270px;
  margin: 0 auto;
  padding: 20px 20px;
}
.headline {
  font-size: 30px;
}
#donate {
  float: right;
  margin: 15px 10px 0 44px;
}
#donate a {
  font-weight: 100;
  font-size: 24px;
  display: block;
  border: 1px solid #de4e28;
  padding: 5px 50px;
  color: #fff;
  text-transform: uppercase;
}

.grades-message {
	text-align: center;
	font-style: italic;
	width: 80%;
	margin: 0 auto;
}

#facts-panel {
  color: #fff;
  background: #cccccc;
}

#facts-panel h3 {
	color: #a6262a;
}
#facts-panel .fact {
	background: #fff;
	color: #000000;
	padding: 6px 20px 7px 20px;
	font-family: plume-advertising, serif;
	text-transform: uppercase;
	float: left;
}
#facts-panel .row {
	display: flex;
    align-items: center;
}
.fact-torn {
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-facts-torn-bg_03.png) center top no-repeat;
	color: #000000;
	padding: 6px 20px 7px 0px;
	font-family: plume-advertising, serif;
	text-transform: uppercase;
	float: left;
	width: 65px;
}
#facts-banks .facts-details {
	margin-left: 10%;	
}
#facts-years .facts-details {
	margin-left: 25%;	
}
#facts-fuels .facts-details {
	margin-left: 40%;	
}
#facts-chaos .facts-details {
	margin-left: 55%;	
}
#facts-impacts .facts-details {
	margin-left: 70%;	
}

#facts-panel img {
  width: 100%;
}
#facts-panel .row {
	min-height: 115px;
	width: 100%;
	border: 1px solid #ffffff;
}
#facts-banks {
	background:  url(../images/bcc2021/2021-Banking-on-Climate-Chaos-facts-banks.png) top center no-repeat;
	background-size: cover;
}
#facts-years {
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-facts-years.jpg) top center no-repeat;
	background-size: cover;
}
#facts-fuels {
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-facts-fuels.jpg)  top center no-repeat;
	background-size: cover;
}
#facts-chaos {
	background:  url(../images/bcc2021/2021-Banking-on-Climate-Chaos-facts-chaos.jpg)top center no-repeat;
	background-size: cover;
}
#facts-impacts {
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-facts-impacts.jpg)  top center no-repeat;
	background-size: cover;
}
#facts-statement {
	padding: 100px 20px;
	color: #000000;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 2em;
	font-size: 24px;
}

#score-card-panel {
	background: #9b999a url(../images/bcc2021/2021-Banking-on-Climate-Chaos-score-cards-lines_11.png) center top no-repeat;
	position: relative;
}
#score-bg-bottom {
	background: #9b999a url(../images/bcc2021/2021-Banking-on-Climate-Chaos-score-cards-lines_12.png) center top no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 864px;
}

#score-card-panel .content {
	  position: relative;
	  padding: 10px 20px 31px 20px;
}
#score-card-panel h2 {
	padding: 25px 30px 17px; 
	border: 2px solid #000000;
	max-width: 1000px;
	margin: 0 auto;
}

#score-card-panel .header {
	margin-top: 52px;
}


#score-panel {
  background: #000000 url(../images/bcc2021/2021-Banking-on-Climate-Chaos-score-bgs_11.png) center top no-repeat ;
  color: #ffffff;
  clear: both;
  padding-top: 20px;
}
#score-panel .content.score-panel {
	background: url('../images/bcc2020/2020-bcc-dividers_08.png') top center no-repeat;
	padding-top: 60px;
	padding-bottom: 100px;
}

#score-panel .explore {
	padding: 10px 20px;
}
#score-panel .explore select {
    background: #ffffff url(../images/bcc2021/2021-Banking-on-Climate-Chaos-details_12.png) center right no-repeat;
    background-position: right 20px center;
    color: #000000;
}
#score-panel #more {
  text-align: center;
}
#score-panel #more img {
  margin-top: -105px;
}
#score-panel #more img:hover {
  margin-top: -115px;
}
#score-panel .header {
  color: #ffffff;
  padding: 30px 20px;
  background: #000000;
}
#score-panel .header {
    max-width: 1000px;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 60px auto 10px auto;
}
#score-panel h5 {
	margin: -56px auto 0;
    width: 27%;
    left: 36%;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 5px;
    position: absolute;
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
}
#score-panel-footer {
	background: #000000 url(../images/bcc2021/2021-Banking-on-Climate-Chaos-score-bgs_12.png) center bottom no-repeat;
	width: 100%;
	height: 260px;
}

#score-panel-footer .content {
	position: relative;
	max-width: 1000px;
	height: 100%;
}
#score-panel-footer .content .download-data {
	bottom: 105px;
    right: 38px;
}
#data-panel {
  padding-bottom: 40px;
  background: #ffffff url(../images/bcc2021/2021-Banking-on-Climate-Chaos-explore-data-bg_02.png) center top no-repeat;
  background-position: center top 120px;
}
#data-panel .content {
	max-width: 1170px;
}
#data-panel .header {
	width: 100%;
	background: #000000;
	max-width: none;
}
#data-panel .header h2 {
	text-align: left;
	font-size: 36px;
	font-family: plume-advertising, serif;
	font-weight: normal;
}
#dirty-dozen, #all-funding {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#overview-data .header {
	background: none;
	color: #000000;
	margin-top: 85px;
}
#overview-data .all-funding.header {
	border: 1px solid #000000;
	padding: 25px;
    max-width: 1000px;
}
#overview-data .header h2 {
	font-family: "HarmoniaSansPro-Bold";
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    padding: 0;
    margin: 0;
    font-size: 62px;
}
#overview-data .header h3 {
	font-weight: 100;
	line-height: 1.3em;
	font-family: "HarmoniaSansPro-Regular";
	margin-bottom: 15px;
}
#overview-data .details {
	padding: 0 20px;
}
#data-panel #overview-data .header h2, #data-panel #overview-data .header h3 {
	color: #000000;
}
.content.deeper-data {
		max-width: 1170px;
		position: relative;
}

#sector-panel {
	background: #000000 url(../images/bcc2021/2021-Banking-on-Climate-Chaos-sector-bgs_11.png) center top no-repeat;
	position: relative;
	padding-bottom: 130px;
}
#sector-panel-top {
	text-align: center;
	padding: 0; 
	margin: 0;
}
#sector-panel-footer {
	background: #000000 url(../images/bcc2021/2021-Banking-on-Climate-Chaos-sector-bgs_13.png) center bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 300px;
	width: 100%;
}
#sector-panel #sector-panel-footer .content {
	position: relative;
	max-width: 1000px;
	height: 100%;
}
#sector-panel .header {
	max-width: 1000px;
	border: 1px solid #ffffff;
	color: #ffffff;
	margin: 60px auto 20px auto;
}
#sector-panel .header .content {
	padding: 30px 20px;
}
#sector-panel .header h2 {
	padding-bottom: 18px;
}

#sector-panel .explore label {
	color: #ffffff;
	padding-right: 70px;
}
#sector-panel .download-data {
	right: -9px;
}

#fulldata-panel {
	background: #ffffff url(../images/bcc2021/2021-Banking-on-Climate-Chaos-full-data-bgs_11.png) center top no-repeat;
	position: relative;
	padding-bottom: 150px;
}
#fulldata-panel .header {
	max-width: 1000px;
	border: 1px solid #000000;
}
#fulldata-top {
	text-align: center;
	margin: 0 auto 45px auto;	
}
#fulldata-bottom {
	position: absolute;
	bottom: 0; 
	text-align: center;
	height: 576px;
	width: 100%;
	z-index: 0;
	background: #ffffff url(../images/bcc2021/2021-Banking-on-Climate-Chaos-full-data-bgs_13.png) center bottom no-repeat;
}
#fulldata-bottom .content {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
#fulldata-panel .header h2 {
	color: #000000;
}
#fulldata-panel .header .small {
	font-style: italic;
	font-size: 14px;
}
#fulldata-panel .header  .details {
	padding:  0;
}
#fulldata-panel .download-data a {
	color: #000000;
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-details_07.png) center right no-repeat;
}
#fulldata-panel .explore select {
	height: 39px;
	padding-left: 25px;
}
#fulldata-panel .explore, #fulldata-panel .explore-wrapper {
	padding: 0;
}
#fulldata-panel .explore-header .total {
		padding-left: 45px;
		max-width: 1000px;
		font-size: 24px;
		margin: 0 auto 38px auto;
}
#fulldata-panel h3 {
	color: #000000;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.6em;
	font-size: 48px;
	font-family: plume-advertising, serif;
	padding-left: 45px;
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-full-data-title-arrow_07.png) center left no-repeat; 
}
#output .explore-header {
	position: relative;
}
#output .explore-header p.small {
	position: absolute;
	bottom: 26px;
	right: 100px;
}
#data-panel select {
  color: #000;
}
.explore select {
  background: #000000 url('../images/bcc2021/2021-Banking-on-Climate-Chaos-details-dropdown_03.png') no-repeat right 17px center;
  border: 0;
  font-size: 16px;
  height: 39px;
  max-width: 420px;
  width: 100%;
  padding-left: 10px;
  padding-top: 2px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

#sector-panel .explore select {
	background: #ffffff url('../images/bcc2021/2021-Banking-on-Climate-Chaos-details_12.png') center right no-repeat;
	background-position: right 20px center;
	color: #000000;
}
#score-panel select#scores {
	padding: 6px 15px;
	height: auto;
	margin-left: 10px;
	box-shadow: 0px 0px 4px #333;
}

.flag-icon {
	padding: 0 20px;
	float: right;
}
#data-panel select::-ms-expand {
  display: none;
}
#data-panel label {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
  padding-right: 30px;
}
.explore {
  text-align: center;
  max-width: 1170px;
  min-height: 100px;
  padding: 20px;
}
.explore-wrapper {
  padding: 10px 20px 0px 20px;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
#data-panel .shadows {
  float: left;
}
.data-buttons  {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
    width: 100%;
    float: left;
}
.data-buttons a {
	padding: 10px 45px;
	text-transform: uppercase;
	margin: 0 auto;
	border: 1px solid #78bfbf;
	background: #ffffff;
	color: #000000;
	
}
.data-buttons a:hover {
	background: #51abab;
}
#data-container {
  max-width: 1035px;
  height: 1600px;
  margin: 20px auto;
  padding: 10px 0px 40px 0;
}

#downloads-panel {
  color: #000;
  background: #9b999a url(../images/bcc2021/2021-Banking-on-Climate-Chaos-downloads-bg_11.png) center top 110px no-repeat;
}
#downloads-header {
	background: #000000;
}
#downloads-header h4 {
	text-align: left;
	font-size: 36px;
	padding: 0;
	display: inline;
}
#downloads-header .downloads {
	    background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-details_16.png) right center no-repeat;
	    padding-right: 50px;
}
#downloads-panel .drop-shadow {
  background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-contact-image-bg_19.png) top center no-repeat;
  background-size: contain;
  padding: 11px;
}
#downloads-panel .content {
  padding: 40px;
}

#downloads-panel #downloads-header .content {
    padding: 26px;
    height: 94px;	
}

#downloads-panel .row {
  padding: 0 0 20px 0;
}
#downloads-panel .credits {
  text-align: center;
  font-size: 14px;
}
#downloads-panel .col-md-12 .content {
  padding: 10px;
}
#downloads-panel a {
  color: #000000;
}
#downloads-panel #appendices {
  padding-top: 10px;
}
#downloads-panel #appendices a:hover {
	text-decoration: underline;
}
#downloads-panel #appendices p {
  padding: 4px 0 0;
    margin-bottom: 0px;
}
#downloads-panel .col-md-6, #downloads-panel .col-md-4 {
  padding: 16px 0 16px 0px;
}
#downloads-panel .byline .media-left .profile_image {
  width: 200px;
  height: auto;
  border: 6px solid #747373;
}
#downloads-panel .media-body {
  padding: 20px;
  font-size: 22px;
  color: #000000;
}
#downloads-panel .media-body p {
	margin-bottom: 10px;
}
#downloads-panel .heads {
	background: none;
	padding: 5px 0;
	line-height: 1.3em;
}

#footer-panel {
  background: #ffffff url(../images/bcc2021/2021-Banking-on-Climate-Chaos-download-bottom_19.gif) top center no-repeat;
}
#footer-panel .content {
	max-width: 1206px;
	padding: 20px 10px;
}

#footer-panel #sponsors {
	padding-top: 30px;
}
#footer-panel #sponsors .col-sm-3 {
  text-align: center;
}
#footer-panel span.sponsors {
	display: block;
	line-height: 1.3em;
	padding-bottom: 9px;
	font-size: 14px;
}
#sponsors .logo-stack a {
	max-width: 200px;
	height: auto;
}
.sponsor-names .row {
	padding-top: 30px;
}
#footer-panel #sponsors-logo {
  margin-left: 69px;
  padding-top: 40px;
}
#footer-panel .row.sponsor-names {
  text-align: center;
  padding: 40px 35px;
  line-height: 1.6em;
  color: #222;
  display: block;
}
#footer-panel .row.sponsor-names a {
  color: #222;
}
#footer-panel .row.sponsor-names a:hover {
  text-decoration: underline;
}
.contact-us {
	padding-top: 30px;
	font-weight: bold;
	display: block;
}
.swp_social_panelSide.swp_float_right {
	opacity: 0;
}

#policy-score table {
	padding: 55px 10px 10px 10px;
	font-family: interstate-mono, monospace;
	max-width: 1000px;
	margin: 0 auto;
}
#policy-score td {
	padding: 10px;
	font-size: 14px;
	font-family: "HarmoniaSansPro-Regular";
}
.chip {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 9px -3px 22px;
}

#policy-key {
    text-align: left;
    margin-top: 7px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 3.6em;
	text-transform: uppercase;
}

.score {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	text-align: center;
}
.score-0 {
	background: #99cc33;
}
.score-1 {
	background: #b0b0b0;
}	
.score-2 {
	background: #b0b0b0;
}
.score-3 {
	background: #7b7676;
}
.score {
	position: relative;
}

.scorebar-totals .score-1 {
	background: #669933;
}

.score .tooltiptext, .score-total-fincancing .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #fefefe;
  color: #333333;
  text-align: center;
  border-radius: 4px;
  font-size: 11px;
  padding: 5px 10px;
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);

  /* Position the tooltip */
  position: absolute;
  top: 5px;
  z-index: 1;
}

.score-total-fincancing .tooltiptext  {
	width: 100px;
	padding: 7px 10px 3px;
}

.score:hover .tooltiptext, .score-total-fincancing :hover .tooltiptext  {
  visibility: visible;
}

#policy-score .header-row {
	font-size: 15px;
	color: #777777;
}
#score-guide {
	min-width: 65%;
}
.fullscore {
	width: 10%;
}
.bank-name {
	width: 30%;
}
#guide .twenty-five {
	display: block;
	float: left;
	width: 25%;
	text-align: right;
	font-size: 12px;
	color: #999999;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px dashed #cdcdcd;
}

.splash {
    height: 80vh;
    margin: 0 auto;
    width: 100%;
    background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-logo-stack-bg_02.png) bottom center no-repeat;
    min-height: 670px;
    position: relative;
    overflow: hidden;
}
.splash .content {
	max-width: 67%;
	margin: initial;
	position: relative;
}
.fixed-width-content {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
}
.wrapper {
    height: 105%;
    width: 105%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
}
#masthead nav {
	display: none;
}
.splash .container {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 55px;
}

#main-title {
	max-width: 1000px;
}

#main-title img {
	position: absolute;
	top: 50px;
	right: -22px;
	
}
#menu {
	z-index: 100;
	position: absolute;
    top: 216px;
    right: 0px;
	text-align: right;
}
#menu a {
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
}

.menu-download {
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-cover-bg_03.png) center top no-repeat;
	position: absolute;
	top: 120px;
	right: 7%;
	height: 396px;
	width: 287px;
}
.menu-download img {
    max-width: 87%;
    height: auto;
    padding: 24px 13px 10px;
}
.menu-download a {
	font-family: plume-advertising, serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 20px;
}
.menu-download a.small{
	font-size: 12px;
	display: block;
	padding: 15px 5px 0 31px;
}
#banner-brush {
	background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-banner-brush_03.png) top left no-repeat;
	width: 900px;
    height: 250px;
    float: right;
    margin-top: 130px;
}

/* Dig Deeper Page */

#dig-deeper-intro {
	width: 100%;
	min-height: 760px;
	margin-top: -75px;
}
.false-top {
	width: 100%;
	height: auto;
}
#full-data table {
	position: relative;
}
#full-data {
	font-family: interstate-mono, monospace;
}
table#full-data th {
	position: sticky;
    top: 0;
}
table#full-data th.tablesorter-headerAsc, table#full-data th.tablesorter-headerDesc, table#full-data th {
	background: #555555;
	text-align: left;
}
.tablesorter-headerAsc .tablesorter-header-inner:after {
	content: "\25BC";
	font-size: 16px;
	padding-left: 10px;
}
.tablesorter-headerDesc .tablesorter-header-inner:after {
	content: "\25B2";
	font-size: 16px;
	padding-left: 10px;
}



/* Data Explorer */

#table-wrapper {
	max-width: 100%;
	overflow: scroll;
	max-height: 80vh;
	margin-bottom: 50px;
}

table#full-data td {
	padding: 2px 8px; 
	border-bottom: 1px solid #efefef;
	font-size: 14px;
}

table#full-data td.number, table#full-data th.number  {
	text-align: right;
}

table#full-data td.name {
	min-width: 200px;
}

table#full-data th {
	padding: 10px 15px 6px 15px; 
	font-weight: normal;
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	font-family: "HarmoniaSansPro-Bold";
}

#view-bank, #view-company {
	width: 40%;
	float: left;
}
#view-or {
	margin: 45px 20px 0;
	padding: 0px 20px;
	float: left;
	font-weight: 100;
	border: 1px solid #000000;
    text-transform: uppercase;
    font-size: 24px;
    height: 39px;
    width: 160px;
}
#data-panel .explore  #view-company select,#data-panel .explore #view-bank  select, #data-panel #view-bank .explore-wrapper {
	width: 100%;
	max-width: 100%;
	min-height: auto;
} 
#data-panel .explore  #view-company select,#data-panel .explore #view-bank  select, .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 10px 20px;
	height: auto;
	color: #ffffff;
}
.page-bcc-2020-data-explorer .deeper-data .explore, .page-bcc-2020-data-explorer .deeper-data .explore-wrapper {
	padding: 0;
}
#output {
	margin-bottom: 50px;
}

#output .data-buttons {
	width: 100%;
}

#intro-text {
	width: 65%;
	float: left;
	padding: 100px 20px 20px 100px;
}
#intro-text h1 {
	  font-family: plume-advertising, serif;
	  text-transform: uppercase;
	  font-size: 55px;
}

#cover-download {
    width: 33%;
    float: left;
    padding: 140px 0px 20px 37px;
}

.toben-gradient {
	background: rgb(204,51,51);
	background: linear-gradient(90deg, rgba(204,51,51,1) 0%, rgba(247,114,45,1) 32%, rgba(115,105,96,1) 66%, rgba(95,94,94,1) 100%);
	height: 16px;
	width: 100%;
	border-top: 1px solid #000000;
	position: relative;
    box-shadow: inset 0px 7px 6px -3px rgb(50 50 50 / 90%);
}


/* spinner */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
    margin: 0 auto;
  margin-top: 45vh;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 800px;
}

.select2-container--default .select2-selection--single {
  background: #000000 url('../images/bcc2021/2021-Banking-on-Climate-Chaos-details-dropdown_03.png') no-repeat right 17px center;
  border: 0;
  font-size: 16px;
  height: 45px;
  width: 100%;
  padding-left: 10px;
  padding-top: 3px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 8px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}


@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@media (max-width: 1400px) {
 #facts-banks .facts-details {
		margin-left: 10%;	
	}
	#facts-years .facts-details {
		margin-left: 20%;	
	}
	#facts-fuels .facts-details {
		margin-left: 40%;	
	}
	#facts-chaos .facts-details {
		margin-left: 50%;	
	}
	#facts-impacts .facts-details {
		margin-left: 60%;	
	}
}

@media (max-width: 1200px) {
	.splash .content {
		max-width: 66%;
	}
}
@media (max-width: 1000px) {
	h4 {
		padding: 0 0 15px 0;
	}
	h2 {
		font-size: 30px;
	}
	.mobile  {
		display: block;
	}
	.mobile-hide {
		display: none;
	}
	.splash .content {
	    max-width: 60%;
	}
	#downloads-header .content {
		display: none;
	}
	.explore {
		padding: 0;
	}
	.explore select, #score-panel .explore select, #sector-panel .explore select {
		font-size: 14px;
		background-position: right 5px center;
	}
	#donate {
		margin: 41px 30px 0 44px;
	}
	#report_nav .navbar-brand {
		height: auto;
		padding: 20px 15px 15px 15px;
		width: 220px;
	}
	#report_nav .navbar-brand .logo {
		background-position: left center;
		width: 100%;
		padding-left: 30px;
	}
	#report_nav a.navbar-brand .site-name {
		margin-left: 10px;
	}
	#report_nav .navbar-header {
		height: 130px;
	}
	#score-panel-footer, #sector-panel-footer {
		background: #000000;
	}
	#score-panel-footer {
		height: 130px;
	}
	#score-top, #sector-panel-top, #fulldata-top {
		display: none;
	}
	#fulldata-bottom {
		background: #ffffff;	
	}
	.download-data {
		bottom: 30px;
		right: 30px;
	}
	.download-data a {
		font-size: 16px;
		border: 1px solid #ffffff;
		padding: 10px 50px 10px 10px;
		background-position: right 11px top 6px;
	}	
	#score-panel-footer .content .download-data {
		bottom: 30px;
		right: 2px;
	}
	#score-card-panel, #sector-panel, #fulldata-panel, #score-panel  {
		padding: 15px 15px 31px;
	}
	#fulldata-panel {
		padding-bottom: 100px;	
	}
	#fulldata-panel .download-data a {
		border: 1px solid #000000;
		background: url(../images/bcc2021/2021-Banking-on-Climate-Chaos-details_07.png) center right 10px no-repeat;
	}
	.details {
		padding: 20px 0;
		font-size: 18px;
	}
	#overview-data .details {
		padding: 0;
	}
	#overview-data .header {
		margin-top: 30px;
	}
	    #data-panel {
		background: #ffffff;
  	}
    #score-panel {
		background: #000000;
  	}
	#score-card-panel {
	 	background: #9b999a;
	}
	#score-panel .header {
		margin-top: 0;
	}
    #score-card-panel h2 {
		width: 100%;
	}
	#score-cards {
		max-width: 100%;	
	}
	.score-card {
		width: 100%;
		margin: 10px 0;
	}
	.score-total-fincancing, .score-rank {
		font-size: 15px;
	}
	.score-total-fincancing .tooltiptext {
		right: 0;
		top: 25px;
	}
	.score-table td {
		font-size: 12px;
	}
	.score-header h3 {
		font-size: 22px;
	}
	#casestudies-panel .casestudies #second-case.content-wrap .details, #casestudies-panel .casestudies #first-case.content-wrap .details {
		left: 0;
		max-width: 100%;
		max-height: 380px;
	}
	#casestudies-panel .casestudies .content-wrap .details {
		margin: 0;
	} 
	#casestudies-panel .header h2, #data-panel .header h2 {
		font-size: 28px;
	}
	#casestudies-panel .header h2 span {
		display: block;
	}
	#facts-banks .facts-details, 
	#facts-years .facts-details,
	#facts-fuels .facts-details,
	#facts-chaos .facts-details,
	#facts-impacts .facts-details {
		margin-left: 0;
	}
	#facts-panel .fact {
		font-size: 14px;
	}
	.fact-torn {
		padding: 2px 20px 5px 0px;
	}
	.slick-next, .slick-prev {
		top: 96%;
	} 
	.slick-next {
		right: 45px;
	}
	.slick-prev {
		left: 5px;
	}
	#casestudies-panel .casestudies .content-wrap .details h4 {
		font-size: 22px;
		
	}
	#casestudies-panel .slider {
		margin: 20px;
	}
	#casestudies-panel .slider .slider-item {
		width: 320px;
	}
	#casestudies-panel .slider .slider-item .slider-item-details h4 {
		font-size: 20px;
	}
	#facts-statement {
		line-height: 1.7em;
		font-size: 18px;
		padding: 50px 20px;	
	}
	#score-card-panel .header {
		margin-top: 0;
	}
	#score-panel .content, #score-card-panel .content {
		padding: 0;
	}
	#sector-panel .download-data {
		right: 15px;
		bottom: 52px;
	}
	#sector-panel .header {
		margin: 0;
	}
	#sector-panel .explore label {
		padding-right: 0;
	}
	#overview-data .header{
		border: 1px solid #000000;
    padding: 10px;
    max-width: 1000px;
	}
	#overview-data .all-funding.header {
		padding: 10px;
	}
	#data-panel #overview-data .header h3 {
		font-size: 22px;
	}
	#fulldata-panel h3 {
		font-size: 24px;
		line-height: 1.4em;
		margin-bottom: 14px;
		margin-top: 10px;
	}
	#fulldata-panel .explore-header .total {
		font-size: 18px;
	}
	#table-wrapper {
		margin-bottom: 40px;
	}
	#output .explore-header p.small {
		position: absolute;
		bottom: 0;
		left: 45px;
		width: 100%;
	}
	#view-or {
		margin: 20px auto 21px;
		width: 25%;;
		float: none;
		height: 35px;
	}
	.bank-name { 
		width: 250px;
	} 
	#view-bank, #view-company {
		width: 100%;
		float: none;
		margin: 0 auto;
	 }
	 #downloads-panel .content {
		 padding: 20px;
	 }
}

@media (max-width: 860px) { 
	.splash .content {
    	max-width: 55%;
	}
}
@media (max-width: 760px) {
	h1 .heads, .heads {
		font-size: 22px;
		line-height: 1em;
	}
		.splash .content {
		max-width: 100%;
	}
	#main-title img {
		right: 0;
		width: 100%;
		height: auto;
		max-width: 500px;
	}
	.splash {
		background: none;
	}
	.splash .container {
		padding-top: 0px;
	}
    #main-title {
        max-width: 100%;
        padding-left: 0;
    }
    #menu a {
		font-size: 19px;    
    }
    #banner-brush {
	    float: left;
	    margin-left: -30px;
	    margin-top: 80px;
    }
    #menu {
	    top: 180px;
	    right: 20px;
	    font-size: 14px;
		line-height: 1.8em;
    }
    .menu-download {
	    left: 20px;
	    top: 290px;
	    background-size: 100% 100%;
	    height: 335px;
		width: 239px;
    }
    .menu-download a.small {
	    padding-left: 20px;
	    font-size: 11px;
    }
	.menu-download a {
		padding-left: 12px;
		font-size: 14px;
	}

	  #donate {
	    margin: 16px 15px 0 44px;
	  }
	  #donate a {
	    font-size: 14px;
	    padding: 7px 7px;
	  }
	  #report_nav #download {
	    height: 290px;
	    background: #ce4c32;
	  }
	  #report_nav .navbar-header {
	    height: auto;
	  }
	  #report_nav .navbar-header .navbar-brand .logo {
	    height: 30px;
	  }
	  #report_nav a.navbar-brand .site-name {
	    font-size: 24px;
	    padding: 13px 10px 0 4px;
	    line-height: 1em;
	    margin: 0;
	  }
	  #report_nav a.navbar-brand .site-name .year {
	    font-size: 24px;
	  }
	  #report_nav a.navbar-brand {
	    padding: 17px 15px 15px 20px;
	    width: 175px;
	  }
	   #data-container {
	    width: 100%;
	    height: 1000px;
	    margin: 10px auto 60px;
	    padding-right: 0;
	  }
	#casestudies-panel .casestudies .content-wrap .image, #casestudies-panel .casestudies #second-case.content-wrap .image {
		background-position: top center;
		min-height: auto;
		height: 580px;
		background-size: contain;
	}
	#casestudies-panel .casestudies .content-wrap .details {
		padding: 65px 40px 30px 40px;
		font-size: 17px;
	}
  .explore-wrapper {
	  margin: 0px auto 0px auto;
	  padding: 0;
  }
	.select2-container--default .select2-selection--single {
		max-width: 300px;
	}
  #action-panel .submit-button {
    padding: 10px;
  }
  #footer-panel .row.sponsor-names {
    padding: 30px 20px;
  }
  #footer-panel #sponsors-logo {
    margin-left: 0;
  }
  #downloads-panel .col-md-5 {
    padding: 16px 0 16px 0px;
  }
  #downloads-panel h3 {
    padding-bottom: 5px;
  }
  #downloads-panel .media-body {
    padding: 0 10px 10px 0px;
    font-size: 16px;
  }
  #downloads-panel .downloads, #downloads-panel .press {
    font-size: 20px;
  }
  #downloads-panel #appendices p {
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
  #downloads-panel .byline .media-left .profile_image {
    width: 130px;
    height: auto;
  }
  #downloads-panel .byline .media-left {
   padding-right: 20px;
  }
  #downloads-panel .downloads h4 {
    padding-top: 10px;
  }	
  #policy-key {
	  line-height: 2.1em;
	  margin: 10px;
  }
  .policy-key {
	  display: block;
  }
  #policy-score td {
	  font-size: 12px;
	  padding: 3px 5px;
  }
  .flag-icon {
	  display: none;
  }
  .chip {
	  width: 15px;
	  height: 15px;
  }
  .key {
	  display: block;
  }
  .data-buttons {
	  width: 90%;
	  float: none;
  }
  	.data-buttons a {
	    padding: 7px 45px;
		font-size: 12px;
	}
	.data-buttons {
	  margin: 10px auto 30px;
  }
  .logo-stack img {
  	max-width: 32%;
	}
  #trend-data-container {
	max-width: 100%;
 }
 table#full-data td {
	 font-size: 14px;
 }
  #data-panel label {
	padding: 0;
	margin: 3px 0 5px 0;
  }
  .explore-header {
	margin-top: 20px;
  }
  #intro-text {
  	width: 100%;
    float: none;
    padding: 50px 0 10px;
  }
  #intro-text h1 {
	  font-size: 35px;
  }
  #cover-download {
    width: 100%;
    float: left;
    padding: 20px 0px;
   }
  .page-bcc-2020-data-explorer .details {
	  margin: 0;
  }
  #title {
	  top: 30vh;
  }
  #facts-panel .heads {
	line-height: 1.2em;
	display: block;
	margin-bottom: 22px;
  }
  	.bank-name { 
		width: 150px;
	} 
}
@media (min-width: 1100px) {
	.container {
	    max-width: 100%;
	}

}
@media (min-width: 1400px) {
	#facts-panel .row {
		min-height: 170px;
	}
}
