/*-------------------------------------------------------------------------------------------
Variables
-------------------------------------------------------------------------------------------*/
:root{
  /*Colours*/
  --btblue: #28466D;
  --btred: #9e2e30;
  --btyellow: #F7931E;
  --btblue2: #86aecd;
  --btblue3: #e6eff5;
  --btblue4: #D5E1EB;
  --btblue5: #B6D6EF;
  --btblue6: #1C314C;
  --btblue7: #142337;
  --btorange: #FF7803;
  --btlightyellow: #FCEFE3;
  --btlightyellowacc: #FCE0B2; 
  --btpink: #FFEAEB;
  --btpinkacc: #F3C7C7;
  --white: #FFF;
  --brightgreen: #7EFFAB;

  /*Font sizes*/
  --metafont-size: 18px;
  --normalfont-size: 19px;
  --bigfont-size: 40px;

  /*Font weights*/
  --normalfont-weight: normal;
  --thickfont-weight: bold;

}

/*-------------------------------------------------------------------------------------------
General tweaks
-------------------------------------------------------------------------------------------*/
html{
  scroll-behavior: smooth;
}
#content{
  font-size: 19px;
  line-height: 1.6;
}
#topcontainer {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#topcontainer #content_footer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
h1, .title, .subtitle, #middle .maintitle{
  font-size: 21px;
}
h1.tab-subsection{/*This is to resize h1 on top of tab subsections, that are not contained in a blue bar*/
  font-size: 32px;
}
h1.yellow{
  color: #F7931E;
}
h1.bigtitle-sub{
  font-size: 32px;
}
p{
  margin: 0 0 30px;
}
li p{
  margin: 0;
}
li:last-child p{
  margin-bottom: 32px;
}
a, a:active, a:focus{
  outline: none;
}
.video_aspect {
  padding-top: 56.25%;
  position: relative;
}
.video_aspect > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.meta{  
  font-size: 18px;
  margin: 0;
}
.meta.sectors{
  /*color: #28466D;*/
  /*width: 40%;*/
  margin-bottom: 12px;
}
.info .meta{
  margin: 6px 0 0 0;
}
.link-container{
  width: 100%;
}
.country{
  color: #28466D;
}
.btn{
  font-size: 16px;
}
#filters .filter{
  height: 100%;/*This makes sure .chosen-container is vertically centered in .---selector, eg .line year-selector*/
}
div.Tokenize ul.TokensContainer li.Token a.Close {
  z-index: 9;
  position: relative;
}
.mainimage{
  /*margin-bottom: 30px;*/
  position: relative;
}
.article .mainimage, .campaign .mainimage, .page .mainimage{
  margin-bottom: 30px;
}
.mainimage .image_credits img{
  width: initial;
}
.left-contact-wp{
  margin-top: 16px;
}
.tab-content-left p,
.left-block-item{
  margin: 0 0 10px;
}
.left-block-item:last-child{
  border-bottom: 4px solid #E6EFF5;
  padding-bottom: 10px;
}
.left-block-item.location{
  color: #FF7803;
}
.tab-content-left .left_profile_ind{
  margin-bottom: 10px;
}
.left_profile_ind span{
  color: #28466D;
  /*font-size: 16px; REDACTED*/
}
.left-block-item a{
  text-decoration: underline;
}
.left-block-item a:hover{
  text-decoration: none;
}
#logo-search .search{
  margin-left: auto;
}
.edit-button {
  height: 60px;
}
.padded hr{
  border-top: 3px solid #e6eff5;
  margin: 33px 0 -5px 0;
}
.feedback-pdf{
  height: 48px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20%;
  background: #F2F8FC;
  margin: 60px 0;
}
.feedback-pdf span{
  margin: 0 20px;
  width: 30%;
}
.feedback-pdf span a{
  text-decoration: underline;
}
.feedback-pdf span a:hover{
  text-decoration: none;
}
.url.item{
  display: flex;
}
.tab-folder.sep.open{
  margin-top: 60px;
}
.info.mob{
  display: none;
}
#csrfiles{
  margin-bottom: 30px;
}
.contain{/*text container in case there is no tab-container*/
  max-width: 800px;
  margin: 0 auto 60px;
}
#page_search.dodgydeals .meta span.country,
#page_search.dodgydeals .meta span.project_type,
#page_search.banks .meta span.country{
  display: none;
}
#page_bank_policies h2.from_editor{
  font-size: 18px !important;
  margin-bottom: 10px !important;
  background: #28466d;
  padding: 10px 10px;
  color: #fff;
}
.close_txt{
  color: #FF7803;
  text-decoration: underline;
  cursor: pointer;
}
.close_txt:hover{
  color: #9E2E30;
}
#search_results{
  margin-bottom: 60px;
}
#page_feedback .tab-content-left,
#page_feedback .header.col1{
  visibility: hidden;
}
.target_deals.focus p{
  margin:10px 0 0;
}
.target_deals.focus p a{
  text-decoration: underline;
}
.highlight-text .description{
  line-height: 1.2;
}
.type-small{
  display: none;
}
.up-date{
  color: #FF7803;
}
.nopagination{
  border-radius: 0;
  border: none;
  font-size: inherit;
  margin: 0 4px;
  font-weight: bold;
  padding: 0 10px;
  color: #fff !important;
  background-color: #28466D;
  height: 30px;
  min-width: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.nopagination:hover{
  background: #86AECD;
}
#page_our_annual_reports .topdoc a.hl{
  margin: 0 0 60px 0;
}
.maintext_extra .container{
  margin-bottom: 80px;
}
.doc-icon-link{
  width: 20px;
  height: 20px;
  margin: 0 !important;
}
blockquote{
  font-size: var(--normalfont-size);
  border-left: 5px solid #86aecd;
  background: #e6eff5;
  margin: 0 0 30px;
}


/*-------------------------------------------------------------------------------------------
Embedded videos
-------------------------------------------------------------------------------------------*/

.video_aspect {
  padding-top: 56.25%;
  position: relative;
}
.video_aspect > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/*-------------------------------------------------------------------------------------------
Form control override Mailing list page
-------------------------------------------------------------------------------------------*/

body#page_mailinglist .form-control{
  border: 1px solid #28466D;
  background: none;
}
#page_mailinglist .form-group label{
  font-size: inherit;
}
#page_mailinglist .checkbox label{
  display: block;
}
#page_mailinglist .btn{
  font-size: 21px;
}

/*-------------------------------------------------------------------------------------------
Login page
-------------------------------------------------------------------------------------------*/


.login{
  height: initial;
}
.login #topcontainer{
  width: 100%;
}
.login #content{
  width: 100%;
}

/*-------------------------------------------------------------------------------------------
Scroll to button
-------------------------------------------------------------------------------------------*/

.scroll-to{
  display: flex;
  justify-content: center;
  background: #F7931E;
  position: absolute;
  z-index: 998;
  right: 30px;
  /*top: 178px;*/
  width: 60px;
  height: 60px;
  box-shadow: 2px 3px 8px #333;
}
.scroll-to:hover{
  background: #86AECD;
}
.scroll-to a{
  color: #FFF;
  background-image: url('../site_images/btt-arrow.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 45%;
  width: 40px;
  display: block;
  transform: rotate(180deg);
  background-size: 90%;
}
#scroll-destination{
  position: absolute;
  height: 48px;
  margin-top: -48px;
}

/*-------------------------------------------------------------------------------------------
Search page tweaks
-------------------------------------------------------------------------------------------*/


.title-info{
  display: flex;
  flex-direction: column;
  align-items: baseline;
  flex: 1 0 60%;
}
.title-info h1.ddlist{
  width: initial;
}
/*.dodgydeal .title-info, .companyprofile .title-info{
  width: 50%;
}redacted to fit new act rec en type labels*/
.link-container .title-info h1{
  margin-right: 10px;
}
.link-container .title-info span{
  margin-left: 0;
}
.project_type{
  text-align: center;
  color: #fff;
  padding: 4px 10px;
  font-weight: normal;
  background: #86AECD;
  width: 87px;
  font-size: 16px;
  line-height: 1.2;
}
.project_type.compno{
  background-color: var(--btblue);
}
.profile-list-right{
  display: flex;
  flex-wrap: nowrap;
  margin-left: auto;
  flex: 0 0 40%;
  justify-content: flex-end;
}
.type_act{
  margin-left: 15px;
  display: flex;
}
.updated_at{
  color: var(--btblue2);
  font-size: var(--metafont-size);
  font-weight: var(--thickfont-weight);
  display: flex;
  align-items: center;
  min-width: 125px;
}
.updated_at::before{
  content: '';
  background-image: url('../site_images/update-icon.svg');
  width: 21px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.link-container .title-info span.private{
  margin-left: 10px;
}

/*-------------------------------------------------------------------------------------------
Main menu
-------------------------------------------------------------------------------------------*/

.mn-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.mn-col{
  width: 37%;
  font-size: 26px;
  font-weight: bold;
  padding-right: 40px;
  margin-bottom: 60px;
}
.mn-col:nth-child(3n+1){
  width: 26%;
}
.mn-col a, #mn-btm{
  color: #FFF;
  line-height: 1.8
}
.mn-col a.s{
  font-size: 20px;
  font-weight: normal;
  padding-left: 20px;
  line-height: 2.0;
  color: #D5E1EB;
}
.mn-col a:hover span{
  border-bottom: 4px solid #F7931E;
}
.mn-col.n4{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.mn-col.n4 .mn-col.sub1{
  flex: 0 0 26%
}
.mn-col.n4 .mn-col.sub2{
  flex: 0 0 37%;
}
.mn-title{
  font-size: 18px;
  font-weight: normal;
  color: #D5E1EB;
  margin-bottom: 20px;
}
#mn-btm{
  display: flex;
  flex-direction: row;
  font-weight: normal;
  font-size: 21px;
  align-items: center;
  width: 100%;
}
#footermenu #mn-btm{
  width: 65.33333%;
}
#mn-btm a{
  margin-right: 40px;
  color: #FFF;
}
#mn-btm a:hover{
  color: #86AECD;
}
#mn-btm a.don{
  background: #9E2E30;
  padding: 10px 20px;
}
#mn-btm a.don:hover{
  background: #86AECD;
  color: #FFF;
}
#footermenu #mn-btm{
  border-top: 2px solid #28466D;
  padding-top: 10px;
}
#footermenu #mn-btm a{
  line-height: 1.2;
}
#btm-cre{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 4%;
  padding-top: 10px;
  border-top: 2px solid #28466D;
  font-size: 14px;
  width:30.666667%;
}
a#admin_btn{
  margin: 0 0 0 auto;
}
.menu-select{
  line-height: 1.8;
}
.menu-select .menu-group{
  display: none;
  background: #142336;
  padding: 10px;
  margin: 20px 0;
}
.menu-select.sub-open .menu-group{
  display: block;
}
button.menu-item{
  background: none;
  padding: 0;
  border: none;
  display: flex;
}
button.menu-item::after{
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url('../site_images/yl-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  margin: 15px 0 0 20px;
}
#footermenu button.menu-item::after{
  margin-top: 10px;
}
.menu-select.sub-open button.menu-item::after{
  transform: initial;
}
.mn-col .impact-img{
  display: block;
  position: initial;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  float: left;
  margin-top: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
.row-nav{
  height: 48px;
  font-weight: bold;/*was lighter*/
  background: #1C314C;
  /*background: #28466D;*/
  display: flex;
  align-items: center;
}
.row-nav-sec{
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  width: 1500px;
  height: 48px;
}
.row-nav-items{
  width: 40%;
  font-size: 21px;
}
.row-nav-items a{
  color: #FFF;
  margin-right: 40px;
  line-height: 48px;
}
.row-nav-items a:hover{
  text-decoration: none;
}
.row-nav-items a:hover span{
  border-bottom: 4px solid #F7931E;
}
.btn.searcher{
  background: #9e2e30;
  color: #fff;
}

/*-------------------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------------------*/

#footermenu .mn-container{
  width: 65.33333332%;
  margin: 30px 0;
}
#footermenu .title, #footermenu .item{
  font-weight: normal;
  line-height: 2.4;
}
/*REDACTED
#footermenu .mn-container .mn-col{
  width: initial;
}*/
#footermenu .mn-title{
  /*font-weight: bold;*/
  font-size: 16px;
  color: #D5E1EB;
  border-bottom: 2px solid #28466D;
  padding: 0 0 10px 0;
  background: none;
}
#footermenu .mn-col{
  display: none;
}
#footermenu.sub-open .mn-col{
  display: block;
}
.footermenu-open{
  background: none;
  border: none;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 30px 0;
}
.footermenu-open span{
  background-image: url('../site_images/hmb-22.svg');
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 30px;
}
#footermenu.sub-open .footermenu-open span{
  background-image: url('../site_images/hmb_close.svg');
}
#mn-btm-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 85px;
}

/*-------------------------------------------------------------------------------------------
Image in text alignment
-------------------------------------------------------------------------------------------*/


.imagewithcaption{
  width: 1200px;
  margin: 30px -200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagewithcaption-image, .imagewithcaption-description-ownership{
  max-width: 800px;
}
.imagewithcaption-description-ownership{
  font-size: 16px;
  padding-left: 40px;
  text-indent: -40px;
}
.imagewithcaption-credit_img{
  width: 0;
  height: 0;
  padding: 24px 24px 0 0;
  border-radius: 30px;
  background-image: url('../site_images/image-tooltip.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border: 3px solid #fff;
  margin-right: 10px;
  background-color: #F7931E;
}

/*-------------------------------------------------------------------------------------------
Dodgy deals>Maps
-------------------------------------------------------------------------------------------*/

p iframe{/*Possible conflict with .rf-table*/
  min-width: 1200px;
  min-height: 600px;
  margin: 0 0 0 -200px;
}

/*-------------------------------------------------------------------------------------------
Header container
-------------------------------------------------------------------------------------------*/

#header_container .container{
  display: flex;
  align-items: center;
}
#logo-menu{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 10px;
}
#logo{
  height: auto;
}
#logo img{
  margin-top: 0;
}
#header .tabcontainer {
  display:none;
}
#header .tabcontainer.selected {
  display:block;
}

/*-------------------------------------------------------------------------------------------
Reclaim finance tables
-------------------------------------------------------------------------------------------*/

.rf-table{
	margin-top: 30px;
}
@media (min-width: 1220px){
	.rf-table{
	margin-left: -208px;
	width: calc(100vw) !important;
	max-width: 1200px;
	position: relative;
  }
}
@media (min-width: 1024px) and (max-width: 1219px){
	.rf-table{
	margin-left: 0px;
	width: calc(100vw) !important;
	max-width: 1004px;
	position: relative;
  }
}

/*-------------------------------------------------------------------------------------------
Back to top
-------------------------------------------------------------------------------------------*/

#btt {
  display: block; /* Hidden by default */
  opacity: 0;
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  width: 60px;
  height: 60px;
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #F7931E; /* Set a background color */
  background-image: url('../site_images/btt-arrow.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  color: white; /* Text color */
  font-weight: bold;
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  font-size: 18px; /* Increase font size */
  transition: opacity 500ms;
  box-shadow: 2px 3px 8px #333;
}

#btt:hover {
  background-color: #86AECD; /* Add a dark-grey background on hover */
}

/*-------------------------------------------------------------------------------------------
Homepage
-------------------------------------------------------------------------------------------*/

.h-sec{
  height: 48px;
  padding-left: 20px;
  background: #28466D;
  margin-bottom: 30px;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
}
.h-sec.this-week, .h-sec.notice{
  background: #9E2E30;
}
.h-sec.targets{
  background: #F7931E;
}
#latest-news .news-wrapper{
  display: flex;
  flex-direction: column;
  margin: 20px 0 60px;
}
#latest-news #hl_news, #latest-news #articles{
  width: 100%;
}
#latest-news #articles .line-image,
#page_articles .line-image{
  margin-bottom: 10px;
}
#latest-news #articles .article{
  /*border-bottom: 5px solid #28466D;*/
  margin-bottom: 30px;
}
#latest-news #hl_news{
  margin-bottom: 60px;
}
#hl_news .article a{
  flex-direction: row;
  height: 100%;
}
#hl_news .article .info{
  width: 51%;/*was 52%*/
  padding: 0 0 20px 2%;/*left was 4%*/
  position: relative;
}
#hl_news .article .info h1{
  font-size: 40px;
}
#hl_news .img-wr{
  width: 49%;/*was 48%*/
}
#hl_news .info .meta{
  position: absolute;
  bottom: 0;
  margin: 0;
}
#hl_news .item .subtitle{
  font-size: 20px;
  line-height: auto;
}
#hl_news .meta.dddot{
  max-height: 24px;
}
.hl-inner{
  padding-bottom: 27%;
  position: relative;
}
.hl-inner .article{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}

.news-wrapper #articles{
  margin: 0 ;
}
.news-wrapper #articles .article{
  width: 23.5%;/*was 22%*/
  margin: 0;
}
.morebtn{
  width: 100%;
  margin: 0;
  min-height: 42px;
}
.morebtn a.item{
  float: right;
  margin: 0;
  width: 23.5%;/*was 22%*/
  font-size: 21px;
}
.morebtn a:hover{
  background: #9E2E30;
}
.don .morebtn a{
  width: 100%;
  background: #9E2E30;
}
.don .morebtn a:hover{
  background: #86AECD;
}
.don h1{
  margin: 0;
}
#tweets .morebtn a.item,
#ext .morebtn a.item{
  width: 50%;
}
/*---*/
#tw-ext-upd, #don-ml-notice{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
#tw, #ext, .brd, #don, #ml, #upd{
  width: 50%;
  flex: 1 1 auto;
}
/*#ext deleted bc of deprecated tweets,*/ .brd, #upd, #ml{
  margin-left: 2%;/*was 4%*/
}
#ext, #upd, .brd{
  color: #28466D;
}
#ext{
  width: 66%;
}
#upd{
  width: 32%;
}
#ext-wrap{
  display: flex;
  flex-direction: row;
}
#ext-wrap .column{
  width: 48.484848%;
}
#ext-wrap .column.second{
  margin-left: 3.030303%;
}
@media only screen and (max-width: 960px){
  #ext{
    width: 100%;
  }
  #ext-wrap{
    display: flex;
    flex-direction: column;
  }
  #ext-wrap .column{
    width: 100%;
  }
  #ext-wrap .column.second{
    margin-left: 0;
  }
}
#ext a{
  color: #28466D;
}
#ext a:hover{
  text-decoration: none;
  color: #28466D;
}
#ext .author{
  color: #FF7803;
}
/*ml-don*/
#don, #ml{
  color: #FFF;
  display: flex;
  flex-direction: column;
}
#don h1, #ml h1{
  font-size: 30px;
  color: #FFF;
  margin: 0 0 30px 0;
  padding: 30px 30px 0;
}
#don .morebtn a, #ml .morebtn a{
  width: 100%;
}
#don p, #ml p{
  flex-grow: 1;
  padding: 0 30px;
}
/*REDACTED?
#ml .newsletter .validate{
  display: flex;
  flex-direction: column;
  align-items: left;
  height: 100%;
  justify-content: space-between;
}*/
#ml{
  background: #F7931E;
}
/*REDACTED
#ml-tw h1{
  font-size: 32px;
}*/
#don{
  background: #28466D;
}
#don .morebtn, #ml .morebtn{
  padding: 0 30px 30px;
}
#don .morebtn a, #ml .morebtn a{
  font-size: 28px;
}
#don .morebtn a{
  background: #F7931E;
}
#ml .morebtn a{
  background: #28466D;
}
#ml .morebtn a:hover,
#don .morebtn a:hover{
  background: #86AECD;
}
/*REDACTED?
.newsletter{
  height: 60%;
}
.newsletter h1{
  margin: 0;
}
#page_home .newsletter .btn {
  margin: 30px 0 0 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  background-color: #F7931E;
  height: 42px;
  width: 100%;
  font-size: 21px;
}
#page_home .newsletter .btn:hover{
  background-color: #86AECD;
}
#page_home .newsletter input{
  width: 100%;
  border-radius: 0;
  height: 42px;
  border: 0;
  margin-top: 20px;
  display: inline;
  padding: 4px;
  box-shadow: none;
  background: #eee;
}*/

/*---*/

#tweets{
  color: #28466D;
  flex-grow: 1;
}
#tweets .date{  
  color: #FF7803;
}
#tweets i.fa{
  color: #FFF;
  transform: translate(0,-6px);
  font-size: 32px;
}
.tw-title{
  display: flex;
  align-items: center;
}
#tw, #tweets, #ext{
  display: flex;
  flex-direction: column;
}
.grow/*div to align morebtn*/{
  flex-grow: 1;
}



/*---*/
#highlights_aspect {
  width: 100%;
  display: flex;
}
#highlights_aspect #aspect_items .item_highlight{
  flex-direction: row;
}

#highlights_aspect .highlight-text{
  flex: 0 0 auto;
  width: 51%;
  /*width: 42.583732%;*/
  background: #fff;
  /*margin-left: 6px;*/
  color: #28466D;
  /*padding: 20px;*/
  padding: 0 17% 0 2%;
}
#highlights_aspect #aspect_items .item_aspect{
  width: 49%;
  /*width: 57.4162679%;*/
}
#highlights_aspect #list {
  /*flex: 0 0 calc(calc(100% - 14px) / 6.410256);*/
  position: absolute;
  right: 0;
  width: 15%;
  /*height: 100%; js determines height */ 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#highlights_aspect #list .in {
  padding-bottom: 56.1%;
}
#action-wrap{
  margin-bottom: 60px;
}
.action-credit {
  position: absolute;
  bottom: 0;
  background: #000000bd;
  width: 100%;
  color: #fff;
  padding: 5px 10px;
}

/*---*/
.bigtwitter{
  position: relative;
}
.btn.bigtwitter{
  font-size: 40px;
  margin-left: 30px;
}
.tw-bottom a{
  text-decoration: underline;
}
.tw-bottom a:hover{
  text-decoration: none;
}

/*---*/

.extnews span a{
  text-decoration: underline;
}
.extnews span a:hover{
  text-decoration: none;
}

/*---*/

#bt-intro{
  width: 30%;
}

.mission{
  line-height: 2;
  font-size: 21px;
  color: #28466D;
  letter-spacing: .05rem;
}
/*---home cards campaign pages*/
.cmp-cards-outer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.cmp-cards-inner{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.cmp-card{
  display: flex;
  flex-direction: column;
  width: 23.5%;
  margin-bottom: 30px;
}
#page_home .cmp-card,
#page_campaigns #campaigns .cmp-card{
  flex: 0 0 32%;
}
.cmp-card .info{
  flex-grow: 1;
  padding: 10px;
}
.cmp-card .info h1{
  font-size: 30px;
}
a.cmp-card:hover{
  text-decoration: none;
}

body#page_home .cmp-card .info h1{
  margin-right: 0;/*was 80px*/
}
@media (max-width: 1024px){ /*=========TWEAKS CAMPAIGN TILES HOME PAGE AFTER PANDEMICS WAS REMOVED DEC 2024===*/
  #page_home .cmp-card{
    flex: 0 0 auto;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }
  #page_home .cmp-card .line-image{
    display: flex;
    width: 190px;
    height: auto;
    flex-shrink: 0;
  }
  .cmp-card .info{
    flex-grow: 1;
  }
  .cmp-cards-inner{
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media (max-width: 800px){/*=========TWEAKS CAMPAIGN TILES CAMPAIGNS PAGE AFTER PANDEMICS WAS REMOVED DEC 2024===*/
  #page_campaigns #campaigns .cmp-card{
    flex: 0 0 48%;
  }
}
@media (max-width: 460px){
  #page_home .cmp-card,
  #page_campaigns #campaigns .cmp-card{
    flex-direction: column;
  }
  #page_home .cmp-card .line-image,
  #page_campaigns #campaigns .line-image{
    width: 100%;
  }
}
@media (max-width: 400px){
  #page_campaigns #campaigns .cmp-card{
    flex: 0 0 100%;
  }
}



/*-------------------------------------------------------------------------------------------
News
-------------------------------------------------------------------------------------------*/

.info .intro{
  font-size: 18px;
  /*color: #28466D;*/
  margin: 9px 0 9px 0;
  line-height: 24px;
}
.article .info{
  width: 100%;
}
.blog_type{
  text-align: center;
  color: #fff;
  padding: 4px 10px;
  font-weight: normal;
  background: #28466D;
  width: 123px;
  font-size: 16px;
  line-height: 1.2;
  margin-left: 5px;
}
.blog_type.partner{
  background: #F7931E;
}
.articles.rowed .articlelable{
  visibility: hidden;
  height: 0;
}
#page_articles .blog_type,
#page_home .blog_type{
  display: none;
}
.success_change{
  padding: 1rem;
  background: #e6eff5;
  border-top: 4px solid #86aecd;
  margin-bottom: 18px;
}
.success_role{
  padding: 1rem;
  background: #FCEFE3;
  border-top: 4px solid #F7931E;
  margin-bottom: 18px;
}
.success_change p:last-child,
.success_role p:last-child{
  margin-bottom: 0;
}
.success-change-role h2{
  font-size: 26px;
  margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------
Mobile search
-------------------------------------------------------------------------------------------*/

.search.bar {
  visibility: hidden;
  border: 2px solid #28466D;
  border-width: 0 0 1px 0;
  margin-bottom: 30px;
  height: 0;
}

/*-------------------------------------------------------------------------------------------
Override on search page
-------------------------------------------------------------------------------------------*/

#page_search .search.bar{
  visibility: initial;
  height: initial;
}

/*-------------------------------------------------------------------------------------------
Focus banks, target deals, publications home
-------------------------------------------------------------------------------------------*/

.target_deals.focus .item .line-image .focus-img-wr{
  width: 100%;
  padding: 10px;
  background: #eee;
  height: 100%;
}
.focus-img-logo{
  background-size: 50%;
  background-repeat: no-repeat;
  padding-bottom: 56%;
  background-position: 50%;
  mix-blend-mode: multiply;
}
#page_home .target_deals{
  margin: 0 0 60px;
}
#page_home .dochighlights{
  margin: 0 0 60px;
}

/*-------------------------------------------------------------------------------------------
Campaigns home
-------------------------------------------------------------------------------------------*/

#cmp-home{
  margin-bottom: 60px;
}
/*
#page_home .cmp-tile{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page_home .cmp-tile .item{
  width: 22%;
  /*margin: 0 4% 60px 0;
  margin: 0 0 30px;
}
#page_home .cmp-tile .item:nth-child(4n){
  margin-right: 0;
}*/

/*-------------------------------------------------------------------------------------------
Publications
-------------------------------------------------------------------------------------------*/

#page_publications .topdoc a.hl{
  width: 22%;
  margin: 0 0 60px 0;
}
#page_home .topdoc a.hl{
  width: 23.5%;/*was 22%*/
  margin: 0 0 30px 0;
}
/*REDACTED
#page_home .topdoc a.hl{
  border-bottom: 5px solid #28466D;
}
#page_home .topdoc a.hl .meta{
  margin-bottom: 60px;
}*/
#page_home .topdoc a.hl:nth-child(4n){
  margin-right: 0;
}

/*Dodgy Deals->Updates*/
#updateslist h1.tab-subsection{
  margin: 10px 0 32px;
}
.downlist > ._y{
  border: 0;
}
.downlist > ._y:last-child{
  margin: 0;
}
.update{
  margin-bottom: 47px;
}
body.dodgydeal.project .downlist .item, body.companyprofile.company .downlist .item{
  padding: 0 0 15px 0;
}
.upd-acc{
  position: relative;
  background: #E6EFF5;
  padding: 15px 65px;
  margin-top:30px;
  cursor: pointer;
}
.upd-acc:first-child{
  margin-top:0;
}
#updateslist  .upd-acc .tab-cross.upd{
  top: 29px;
  right: 65px;
  transform: rotate(45deg);
}
#updateslist .upd-acc.open .tab-cross {
  transform: rotate(0deg);
}
h1.upd{
  margin-top: 0;
}
#updateslist .panel-grey {
  overflow: hidden;
  padding: 0;
 
  background: #E6EFF5;
}
#updateslist .panel-grey>*{
  margin: 0 65px 15px;
}
body#page_publications .container > .btn.inlineedit {
  margin-top: -138px !important;
}

/*-------------------------------------------------------------------------------------------
Main text padding for narrower column
-------------------------------------------------------------------------------------------*/

.padded {
  margin: 0 65px 30px;
}
.padded.wide{
  margin: 0 200px 60px;
}

/*-------------------------------------------------------------------------------------------
Campaigns overview page new block layout
-------------------------------------------------------------------------------------------*/

/*#campaigns{
  justify-content: space-between;
}*/
/*
.cmp-tile .item{
  /*height:68rem;
  width:24%;
}
.cmp-tile .item a{
  display: flex;
  flex-direction: column;
}
.campaign-item-wrapper{
  width: 100%;
  height: 100%;
}*/

#page_campaigns .line-image{
  border: none;
}
#page_campaigns h1.bigtitle{
  font-size: 50px;
  margin-bottom: 30px;
}
#page_campaigns h1.bigtitle-our-projects{
  font-size: 40px;
  margin-bottom: 30px;
}
/*.cmp-tile .item .info, #our-projects .item .info*/
#our-projects .cmp-card .info{
  background: #e6eff5; 
  /*height:50%;*/
}
#our-projects .cmp-card{
  margin-right: 2%;
}
#our-projects .cmp-card:nth-child(4n){
  margin-right: 0;
}
/*REDACTED
.cmp-tile.no-intro .item .info{
  height: initial;
}
.cmp-tile .item .info h1{
  font-size: 40px;
}*/
/*.cmp-tile .item:nth-child(1n) .info,*/
.cmp-card:nth-child(1n) .info{
  background: #FCEFE3;
}
/*.cmp-tile .item:nth-child(2n) .info,*/
.cmp-card:nth-child(2n) .info{
  background: #E6EFF5;
}
/*.cmp-tile .item:nth-child(3n) .info,*/
.cmp-card:nth-child(3n) .info{
  background: #DEF5DE;
}
/*.cmp-tile .item:nth-child(4n) .info,*/
.cmp-card:nth-child(4n) .info{
  background: #FFEAEB;
}
/*REDACTED
.cmp-tile .item .info h1{
  font-size: 40px;
}
.cmp-tile .item h1{
  margin-right: 40px;
}*/
#our-projects{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
#our-projects .item{
  width:  19%;
}
#page_campaigns .items .item{
  margin-right: 0;
  min-height: 100%;
  display: flex;
  align-items: stretch;
}
#page_campaigns #our-projects .item{
  margin-right: 1.25%;
}
#page_campaigns #our-projects .item:nth-child(5n){
  margin-right: 0;
}
.phat-campaign-bar{
  border: none;
  height: 14px;
  background: #28466D;
  margin-bottom: 30px;
}
.rel-it .phat-campaign-bar{
  height: 4px;
  margin-bottom: 40px;
}
.target_dodgydeals{
  margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------------
Filter bars (eg banks/policies, resources tab
-------------------------------------------------------------------------------------------*/

.tabs .tab {
  white-space: nowrap;
}
.tabs-lined{
  background: #E6EFF5;
  line-height: 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tabs-lined.companytab, .tabs-lined.updates/*Can consolidate to one class*/{
  height: 60px;
}
.tabs[rel="campaigntabs"] {
  flex-wrap: wrap;
}
.tabs-lined .tab{
  font-size: 21px;
  color: #28466D;
  height: 60px;
  font-weight: bold;
  padding: 0 20px;
  cursor: pointer;
  transition: all .3s ease
}
.tabs-lined .tab:hover{
  background: #28466D;
}
.tabs-lined .tab:hover span{
  color: #fff;
  border-bottom: 4px solid #F7931E;
}
 .year-selector,  .type-selector, .country-selector,
 .profile-selector,  .sector-selector,  .bank-selector{/*Can be applied site wide*/
  margin-left: auto;
  box-shadow: inset 0px 0px 0px 5px #D5E1EB;
  padding: 0 20px;
  font-weight: normal;
  font-size: 18px;
  color: 
  #28466D;
  height: 60px;
}
.tabs-lined .country-selector{
  margin-left: 0;
}
.tabs-lined .year-selector.documents, .bank-selector.map,
.dealmap .tabs-lined .bank-selector.map, .profile-selector.map{
  margin-left: 10px;
}
#filters_from_map_container{
  margin: 0 0 0 auto;
}
#filters_from_map {
  display: flex;
}

.year-selector.updates{
  margin-left: 0;
  width: 100%;
}
.year-selector.updates .chosen-single,
.year-selector.updates .chosen-container-active.chosen-with-drop .chosen-single{
  width: 100%;
}
.year-selector.updates .chosen-drop{
  width: 100%;
}
.tab.selected{
  background-color: #28466D;
  color: #fff;
}
.tab.selected span{
  border-bottom: 4px solid #F7931E;
}
.documents_list .inlineeditbtns {
  margin-top: 65px;
}
button#expandallfinancing,
button#expandallcompanies,
button.btn.expandfinancing {
  font-size: 18px;
  font-weight: bold;
  color: #28466D;
  display: flex;
  align-items: center;
  background: transparent;
  margin-left: auto;
}
button#expandallfinancing span.cross,
button#expandallcompanies span.cross,
.comp-list .item.expanded button.expandfinancing span.cross,
button.expandfinancing span.cross{
  background-image: url('../site_images/accordion-open-blue.svg');
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 950ms;
}
button#expandallfinancing[value='expandall'] span.cross,
button#expandallcompanies[value='expandall'] span.cross,
.comp-list .item button.expandfinancing span.cross,
.isclosed button.expandfinancing span.cross
 {
  transform: rotate(0deg);
}
button.expandfinancing span.cross,
.comp-list .item.expanded button.expandfinancing span.cross
{
  width: 29px;
  height: 29px;
  margin: 0 10px 0 20px; 
  background-size: contain;
  background-repeat: no-repeat;
}
#checkbox-bar{
  height: 90px;
  background: #FCEFE3;
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin: -20px 0 30px 0;
}
#checkbox-bar .checkboxes{
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
#checkbox-bar .checkboxes .checkbox{
  margin: 0;
  padding-right: 20px;
}
.checkbox label{
  display: flex;
  flex-direction: column-reverse;
}
#filter_deals_dropdown .tabs-lined{
  background: #FCEFE3;
  margin-bottom: 0;
}
#filter_deals_dropdown .tabs-lined .tab:hover{
  background: #FCE0B2;
}
#filter_deals_dropdown .tabs-lined .tab:hover span{
  color:  #28466D;
}
#filter_deals_dropdown .tab.selected{
  background: #FCE0B2;
  color: #28466D;
}
#filter_deals_dropdown .tab.selected span{
  border-bottom: 4px solid #F7931E;
}

    /*Bank profile Top level tab bar*/

.bankprofile .tabs-lined.toplevel{
  background: #28466D;
  margin-bottom: 50px;
}
.bankprofile .tabs-lined.toplevel .tab{
  color: #fff;
}
.bankprofile .tabs-lined.toplevel .tab.selected,
.bankprofile .tabs-lined.toplevel.tabs-lined .tab:hover{
  background: #142336;
}
.bankprofile .tab-opencloseall{
  top: -99px;
}
@media only screen and (max-width: 800px){
  .bankprofile .tab-opencloseall{
    top: -44px;
  }

}



/*-------------------------------------------------------------------------------------------
Checkboxes coloured styling
-------------------------------------------------------------------------------------------*/

.checkboxes .forcb {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

    /* Hide the browser's default checkbox */
.checkboxes .forcb input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

    /* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 10px;
  height: 30px;
  width: 30px;
  background-color: #FCEFE3;
  border-radius: 5px;
  border: 1px solid #28466D;
  outline: 3px solid #28466d;
  outline-offset: -1px;
}
.actrec .checkbox .checkmark{
  border: 1px solid #F7931E;
  outline: 3px solid #F7931E;
}
.actrec .checkbox:nth-child(3) .checkmark{
  border: 1px solid #28466D;
  outline: 3px solid #28466D;
}
.actrec .checkbox:nth-child(4) .checkmark{
  border: 1px solid #9E2E30;
  outline: 3px solid #9E2E30;
}

    /* On mouse-over, add a background color */
.checkboxes .forcb:hover input ~ .checkmark {
  background-color: #E6EFF5;
}

    /* When the checkbox is checked, add a background */
.checkboxes .forcb input:checked ~ .checkmark {
  background-color: #28466D;
}
.checkboxes.actrec .forcb input:checked ~ .checkmark {
  background-color: #F7931E;
}
.checkboxes.actrec .checkbox:nth-child(3) .forcb input:checked ~ .checkmark {
  background-color: #28466D;
}
.checkboxes.actrec .checkbox:nth-child(4) .forcb input:checked ~ .checkmark {
  background-color: #9E2E30;
}

    /* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

    /* Show the checkmark when checked */
.checkboxes .forcb input:checked ~ .checkmark:after {
  display: block;
}

    /* Style the checkmark/indicator */
.checkboxes .forcb .checkmark:after {
  left: 10px;
  top: 5px;
  width: 10px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*bankmap custom styling*/
.bankmap .checkbox:nth-child(3) .forcb input:checked ~ .checkmark{
  background-color: #9E2E30;
}
.bankmap .checkbox:nth-child(3) .checkmark{
  border: 1px solid #9E2E30;
  outline: 3px solid #9E2E30;
}


/*-------------------------------------------------------------------------------------------
CHosen, coded here for banks/policies, but to apply site-wide
-------------------------------------------------------------------------------------------*/

.chosen-container{
  font-size: 18px;
}
.chosen-container .chosen-drop{
  background: #D5E1EB;
  margin-top: -5px;
  margin-left: -20px;
  width: 230px;
  box-shadow: none;
  border-radius: 0;
}
.chosen-container .chosen-results{
  color: #28466D;
  margin: 0;
  padding: 0 0 0 24px;
}
.chosen-container .chosen-results li{
  padding: 8px 29px;
  margin-left: -26px;
}
.chosen-container-single .chosen-single div{
  width: 21px;
}
.chosen-container-single .chosen-single div b{
  background-image: url('../site_images/plus_sign_blue.svg');
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
  transform: none;
}
.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single{
  background: #E6EFF5;
  color: #28466D;
  padding: 6px 11px;
  width: 190px;
}
.chosen-single span:hover{
  color: #28466D;
  border-bottom: none;
}
.year-selector  .chosen-container-single .chosen-search, .type-selector .chosen-container-single .chosen-search{
  visibility: hidden;
  height: 0px;
}
.year-selector .chosen-container, .type-selector .chosen-container,
.profile-selector .chosen-container, .sector-selector .chosen-container,
.country-selector .chosen-container, .bank-selector .chosen-container{
  display: flex;
  align-items: center;
  height: 100%;
}

/*-------------------------------------------------------------------------------------------
.rowed new design
-------------------------------------------------------------------------------------------*/

table.rowed tr {
  border-bottom: 3px solid #fff;
}
table.rowed tr:nth-child(2n+1) {
  background: #FCEFE3;
  /*background: #FBDEBE;*/
}
table.rowed tr:nth-child(2n) {
  background: #FDF9F4;
  /*background: #FCEFE3;*/
}
.rowed .line-image{
  width: 190px;
  height: 107px;/*was 100% */ 
  margin: 0 20px 0 0;
  padding: 0;
  display: flex;
}
.rowed.typeexternal .line-image{
  height: 95px;
}
.rowed .bankprofile .line-image{
  margin: 0 40px 0 0;
  padding: 9px;
  height: 107px;
  background: #F5F5F5; 
  /*display: none;/*TEMPORARY, when we decide to keep logos or not*/
}
.rowed .line-image img{
  width: 190px;
}
.rowed .line-image.link-icon,
#page_articles .rowed .line-image.link-icon{
  width: 40px;
  margin-right: 20px;
}
.rowed .line-image.link-icon img,
#page_articles .rowed .line-image.link-icon img{
  width: 40px;
}
.rowed .item{
  background: none;
}
.rowed .item a, .rowed .item.article_external, .downlist a.item,
.rowed .item.video, .rowed .item.videolink,
.rowed .item.links{
  display: flex;
  padding: 20px 0;
  width: 100%;
}
.rowed .item.article_external{
  padding: 0;
}
.rowed .item.links{
  padding: 0;
}
.rowed .item:nth-child(2n+1), .rowed .item:nth-child(2n){
  border-bottom: 2px solid #28466D;
}
.linkslist .rowed .item:first-child{
  border-top: 2px solid #28466D;
  margin-top: 12px;
}
.rowed.comp-list .item{
  padding: 20px 0;
}
.rowed-vertical{
  display: flex;
  flex-direction: column;
  width: 100%;
}
/*REDACTED
.rowed .item h1.doc{
  width: calc(100% - 150px);
}*/
.rowed .item.standards{
  font-weight: bold;
  font-size: 21px;
  color: #28466D;
}
.rowed .item.standards a{
  color: #28466D;
  align-items: center;
}
.rowed .item.standards a::before{
  content: '';
  background-image: url('../site_images/small-globe-22.svg');
  width: 40px;
  height: 40px;
  margin: 3px 20px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
}
.rowed .item.standards span.st-title{
  width: 100%;
}
.rowed .item.standards span.st-tags{
  font-weight: normal;
  font-size: 20px;
}
.rowed .item.standards
.rowed .item .icon-url a{
  text-decoration: underline;
}
.rowed .item .icon-url a:hover{
  text-decoration: none;
}
.rowed.comp-list{
  margin-bottom: 30px;
}
.rowed.comp-list .item .link-container a{
  display: flex;
  align-items: center;
}
.meta-flex-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*margin-top: 10px;*/
}
/*REDACTED
.meta-flex-row .meta{
  width: 50%;
}*/
.meta-flex-row .count{
  margin-left: 20px;
}
.meta-flex-row .category{
  margin-left: 20px;
}
.documents-content-row{
  /*width: calc(100% - 90px); REDACTED FOR SMALLER ICON*/
  width: calc(100% - 49px);
}
.item .subtitle{
  font-size: 18px;
}

/*-------------------------------------------------------------------------------------------
Projects and companies
-------------------------------------------------------------------------------------------*/

h1.section{/*This can be applied site-wide. Need to apply html everywhere first*/
  font-size: 32px;
  margin: 0 0 10px;
}
.comp-list .item .description {
  display: none;
}
.comp-list .item.expanded .description {
  display: block;
}
.comp-list .nocomps {
  display: none;
  text-align:center;
  font-style: italic;
}
.comp-list.empty .nocomps {
  display: block;
}
.rowed .item .info .info-subitems a{
  text-decoration: underline;
}
.rowed .item .info .info-subitems a:hover{
  text-decoration: none;
}
.info-subitems{
  display: flex;
  align-items: center;  
  justify-content: space-between;
  padding: 20px 0;
}
.info-subitems h1{
  width: 40%;
}
.info-subitems .country{
  /*color: #28466D;*/
  padding-left: 70px;
}
.links-flex-box/*can be applied site wide*/{
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.links-flex-box .details .btn .acc{
  background-image: url('../site_images/accordion-open-light-blue.svg');
  background-size: contain;
  width: 29px; 
  height: 29px;
  position: relative;
}
.links-flex-box .details span.opened,
.links-flex-box .details span.closed{
  margin-left: 0;
}
.links-flex-box .icon-url, .links-flex-box .details{/*can be applied site wide*/
  margin-left: 20px;
}
.icon-url span{/*can be applied site wide*/
  background-image: url('../site_images/small-globe-22.svg');
  width: 29px;
  height: 27px;
  margin-right: 10px;
}
.profilelink span{/*can be applied site wide*/
  background-image: url('../site_images/small-target-22.svg');
  width: 29px;
  height: 27px;
  margin-right: 10px;
}
.rowed .item .description{/*This can be applied site-wide, if it returns elsewhere*/
  margin: 0 0 20px 0;
  width: 80%;
}
.panel-grey{
  background: #E6EFF5;
  padding: 15px 65px;
}
.profilelinks{
  margin: 30px 0 0;
}
.profilelinks h1{
  margin: 0;
}
.profilelinks .line-image{
  height: auto;
}
.bankprofile table.lefttop, .dodgydeal table.lefttop, .company table.lefttop{
  margin: 0 0 30px;
}

/*-------------------------------------------------------------------------------------------
BankTrack in the media
-------------------------------------------------------------------------------------------*/

#page_banktrack_in_the_media .subtitle{
  margin-top: 12px;
}
#page_banktrack_in_the_media h1{
  width: 100%;
}
#page_banktrack_in_the_media .act_rec{
  margin: 0;
}

/*-------------------------------------------------------------------------------------------
Impacts
-------------------------------------------------------------------------------------------*/

hr.impact{
  border-width: 4px;
  border-style: solid;
  margin: 0;
}
hr.impact.empty{
  border-color: #D5E1EB;  
}
hr.impact.hr{
  border-color: #4585E6;
}
hr.impact.clim{
  border-color: #F7931E;
}
hr.impact.nat{
  border-color: #1B665B;
}
hr.impact.pan{
  border-color: #9E2E30;
}
.impact-img{
  height: 110px;
  width: 110px;
  background: #D5E1EB;
  position: absolute;
}
.impact-img.hr{
  background-color: #4585E6;
  background-image: url('../site_images/hr-icon-white.svg');
}
.impact-img.clim{
  background-color: #F7931E;
  background-image: url('../site_images/clim-icon-white.svg');
}
.impact-img.nat{
  background-color: #1B665B;
  background-image: url('../site_images/nat-icon-white.svg');
}
.impact-img.pan{
  background-color: #9E2E30;
  background-image: url('../site_images/pan-icon-white.svg');
}
.impact-img.oth{
  background-image: url('../site_images/oth-icon.svg');
}
h1.impact-heading{
  font-size: 32px;
  /*margin: 60px 0 30px;*/
  padding: 30px 0 0 0;
  position: relative;
  margin: 0 auto 60px;
  width: 800px;
}

/*-------------------------------------------------------------------------------------------
Bankprofile/campaigns
-------------------------------------------------------------------------------------------*/

hr.cmp{
  border-width: 4px;
  border-style: solid;
  margin: 0;
  border-color: #D5E1EB;
}
.cmp-container.s266 hr.cmp{
  border-color: #F7931E;
}
.cmp-container.s265 hr.cmp{
  border-color: #4585E6;
}
.cmp-container.s2986 hr.cmp{
  border-color: #1B665B;
}
.cmp-container.s3125 hr.cmp{
  border-color: #9E2E30;
}
.cmptitle{
  margin-left: 0;
}
.bankprofile .impact-img.c{
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  margin-left: -150px;
  background-color: transparent;
}
.campaigndivider{
  margin: 30px 0;
}
.campaigndivider h1{
  font-size: 30px;
}
.cmp-header {
  position: relative;
}
.cmp-img {
  height: 110px;
  width: 110px;
  background: #D5E1EB;
  position: absolute;
  background-size: cover;
}
.cmp-container .tabletool, .cmp-container .tabletool.big{
  margin: 0;
  width: 100%;
  margin-top: 30px;
}
.cmp-container .ttlink{
  margin: 10px 200px 30px ;
}
.cmp-container .padded.wide{
  margin-bottom: 30px;
}
.cmp-container .padded.wide:first-child{
  min-height: 200px;
}
.content-tabs .tab-folder.lightblue .tab-label, .tab-folder:nth-child(2n) .tab-label.pp{
  background: #F7D3A6;
}
.content-tabs .tab-folder.lighterblue .tab-label, .tab-folder:nth-child(2n+1) .tab-label.pp{
  background: #FCEFE3;
}
@media only screen and (max-width: 450px){
  .cmptitle{
    margin-left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 40px;
    white-space: nowrap;
    max-width: 300px;
}
}


/*-------------------------------------------------------------------------------------------
Left info box banks
-------------------------------------------------------------------------------------------*/

#active_noactive h1{
  margin-bottom: 8px;
}
/*REDACTED#item_active span, #item_noactive span{
  font-size: 16px;
  color: #28466D;
}*/

/*-------------------------------------------------------------------------------------------
Resources-docs-images-videos-links
-------------------------------------------------------------------------------------------*/

.videothumbs .thumb {
  width: 190px;
  height: 107px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*background-color: #000;*/
  /*border-radius: 6px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /*border: 5px solid #000;*/
}
.videothumbs   .playbutton {
  background: #FFF;
  border: none;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  font-size: 32px;
  padding-left: 11px;
  box-shadow: 0 0 10px 6px #0000008a;
  color: #28466d;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms;
  z-index: 2;
  position: relative;
}
.videothumbs  .nothumb {
  position: absolute;
  z-index: 1;
}
.videothumbs .item:hover  .playbutton {
  opacity: 1;
  pointer-events: all;
}
.videothumbs.rowed{
  margin: 0 0 30px 0;
}
.videothumbs .rowed-vertical{
  cursor: pointer;
}
#videopopup{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
#videopopup.show {
  opacity: 1;
  pointer-events: all;
}
#videopopup .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2b2b2bf0;
}
#videopopup .popup {
  background: #000;
  width: 96%;
  z-index: 1;
}
#videopopup .popup .head {
  padding: 5px 10px;
}
#videopopup .popup .head .title {
  color: #fff;
}
#videopopup .popup .head .close {
  color: #fff;
  font-size: 45px;
  opacity: .7;
  margin-top: -8px;
  transition: opacity 200ms;
}
#videopopup .popup .head .close:hover {
  opacity: 1;
}
#videopopup .popup .body {
  position: relative;
  width: 100%;
  height: auto;
}
#videopopup .popup .body .aspectratio {
  padding-top: 44%;
  position: relative;
}
#videopopup .popup .body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#videopopup .popup .body .description {
  padding: 5px 10px 20px;
  color: #fff;
  opacity: .7;
}
#videopopup .popup .body .convert_date {
  color: #86aecd;
}
.videolink a{
  color: #9E2E30;
  text-decoration: underline;
}
.videolink a:hover{
  color: #9E2E30;
  text-decoration: none;
}
.document-icon{
  background-image: url('../site_images/document-icon.svg');
  /*width: 70px;*/
  width: 40px;
  /*height: 90px;*/
  height: auto;
  margin-right: 20px;
  /*start make smaller*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
}
.document .category,
.link-container span.lname{
  font-style: normal;
  color: #FFF;/*new*/
  background: #86AECD;/*new*/
  padding: 4px 10px;/*new*/
  margin: 0;
  line-height: 1.2; 
  width: 170px;/*new*/
  text-align: center;/*new*/
  font-size: 16px;
  flex-shrink: 0;
}
.item .pubpriv{/*This can be applied site-wide*/
  font-size: 18px; 
}
.rowed .item .link-container a{
  display: block;
}
.rowed .item .link-container a .description{
  color: #28466D;
  margin-bottom: 0;
}
.rowed .item .link-container a .url{
  margin: 12px 0 0 0;
}
.rowed .item .description.video{
  margin: 0 0 12px 0;
}
.picpage .images{
  display: flex;
  flex-wrap: wrap;
}
.picpage .images::after{
  content: "";
  flex: auto;
}
.picpage .images .gal_image{/*NEEDS A MEDIA QUERY PER VIEWPORT*/
  margin: 0 12px 10px 0;
  width: calc((100% / 6) - 10px);
}
.picpage .images .gal_image img{
  width: 100%;
}
.picpage .images .gal_image:nth-child(6n){
  margin-right: 0;
}
h2.img-gal{
  margin-bottom: 30px;
  font-size: 21;
}
.description.img-gal{
  margin-top: 30px;
  width: 800px;
}
.meta.img-gal{
  margin-bottom: 20px;
}
.picpage{
  margin-bottom: 30px;
  border-bottom: 2px solid #28466d;
  padding-bottom: 30px;
}
.links h1{
  margin: 0;
}
.links .rowed .line-image,
.url.item .line-image{
  height: auto;
}

/*-------------------------------------------------------------------------------------------
Campaigns
-------------------------------------------------------------------------------------------*/

.title-country span.country{
  margin-left: 20px;
}
.title-country .act_rec{
  margin-left: auto;
}
.act_rec/*site-wide*/{
  width: 87px;
  text-align: center;
  color: #fff;
  padding: 4px 0;
  font-weight: normal;
  background: #28466D;
  font-size: 16px;
}
.act_rec.qt/*banktrackquoted ext news*/{
  width: 162px;
}
.act_rec.on.record{
  background: #9E2E30;

}
.act_rec.target{
  background: #F7931E;
}
.line-image .bank-logo{/*site wide list bank logo*/
  width: 190px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  mix-blend-mode: multiply;
}
/*REDACTED
h1.banklist{
  margin: 0 0 0 30px; REDACTED UNTIL WE DECIDE TO KEEP LOGOS OR NOT
  width: calc(45% - 30px);
}*/
h1.ddlist{
  width: 45%;
}
.link-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.standards .link-container{
  flex-wrap: wrap;
}
.link-container.bank span.country{
  width: 40%;
}
.link-container .country, .link-container .act_rec{
  line-height: 1.2;
}
.link-container .act_rec/*site-wide*/{
  margin-left: 5px;
}
.link-container span{
  margin-left: 20px;
}
.deals_comps_list .projects h1{
  margin: 10px 10px 10px 0;
}
.topdoc {
  display: flex;
  min-height: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top-publications{
  margin-bottom: 60px;
}
.topdoc .highlight{
  display: flex;
  flex-direction: column;
}
.topdoc a.hl {
  width: 279px;
  margin: 0 28px 0 0;
}
.topdoc a.hl:nth-child(4n){
  margin-right: 0%;
}
.topdoc .highlight img{
  width: 100%;
  margin-bottom: 20px;
}
.topdoc .highlight {
  height: auto;
  width: 100%;
  margin-bottom: 0;
}
.topdoc a.hl .highlight .info .title {/*SOME BITS FOR TOP 3 HIGHLIGHTS ARE OVERRIDDEN HERE, I REALISE IT IS NOT IDEAL. MAYBE BETTER TO MOVE EVRYTHING HERE*/
  font-size: 21px;
  line-height: 1.1;
  margin: 4px 0 5px;
}
.topdoc .highlight .info {
  padding: 0;
}
.target_deals.col3 .items .item, .items.subtopics .item{
  width: 279px;
  margin: 0 28px 0 0;
}
.items.subtopics .item{
  margin-bottom: 60px;
}
.target_deals.col3 .items .item:nth-child(4n), .items.subtopics .item:nth-child(4n){
  margin: 0;
}
.items.subtopics .item .line-image{
  border-bottom: 10px solid #28466D;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.target_deals .item .line-image{
  border-bottom: 10px solid #F7931E;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.target_deals.focus .item .line-image,
.target_deals.update .item .line-image{
  border-bottom: 10px solid #28466D;
}
.target_deals .items .item{
  flex: 0 0 auto;
  margin: 0  2% /*4%*/ 30px 0;
  width: 23.5%;/*was 22%*/
}
.target_deals .items .item:nth-child(4n){
  margin-right: 0%;
}
.downlist.projects .more, .downlist.banks .more /*Site-wide?*/ {
  font-size: 18px;
  background: #9e2e30;
  margin: 30px 0 0 0;
}
.downlist.projects .more:hover, .downlist.banks .more:hover /*Site-wide?*/ {
  background: #86AECD;
}
/*REDACTED
.rel-it>div{
  margin-bottom: 64px;
}*/




/*-------------------------------------------------------------------------------------------
Finance
-------------------------------------------------------------------------------------------*/

.fi_header{
  background: none;
  padding: 20px 0;
  display: flex;
}
.fi_header a{
  display: flex;
  justify-content: center;
}
.fi_header .line-image{
  border: 0;
  position: relative;
}
.fi_header .line-image img{
  width: 190px;
}
.fi_header .details .btn{
  width: auto;
}
.fi_header .btn{
  width: 55%;
  padding: 0;
  background: none;
}
.fi_header .btn span{
  color: #28466D;
}
.fi.isclosed .fi_header{
  border-bottom: 2px solid #28466D;
}
#financing .fistype > h1, #financing .projects > h1{
  background: #28466D;
  color: #FFF;
}
#financing .projects.on_record > h1{
  background-color: #9E2E30;
  color: #fff;
}
.closed, .fi.isclosed .opened, .fi .opened{
  float: left;
}
.projectslist, .companieslist{
  margin-top: 30px;
}
.companyprofile .projectslist, .article .projectslist{
  margin-top: 0;
}

/*Finance table*/
.fi_details.rowed .header_row{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fi_details.rowed .header_row .fi_detail{
  background-color: #F7931E;
  color: #FFF;
  font-weight: bold;
}
.fi_detail{
  padding: 10px;
  border-width: 0 3px 3px 0;
  border-color: #FFF;
  border-style:  solid;

}
.fi_detail.a, .fi_detail.b{
  font-weight: bold;
  color: #28466D;
}
.fi_detail.a{
  width: 17%;
}
.fi_detail.b{
  width: 13%;
}
.fi_detail.c{
  width: 26%;
}
.fi_detail.d{
  width: 13%;
}
.fi_detail.e{
  width: 13%;
}
.fi_detail.f{
  width: 18%;
  border-right: none;
}
.fi_row{
  display: flex;
}
.fi_row_container:nth-child(2n+1) .fi_row .fi_detail{
  background: #FDF9F4;
}
.fi_row_container:nth-child(2n) .fi_row .fi_detail{
  background: #FCEFE3;
}
.rowed .fi_row_container.item{
  border-bottom: none;
}
.rowed.fi_details{
  border-bottom: 2px solid #28466D;
  margin-bottom: 30px;
  font-size: 18px;
}
.line-image.bank_image{
  margin: 0 20px 0 0;
  padding: 0; 
  display: none;/*Temporary, until we decide to keep logos or not. Should this class not be the same as the one in campaigns/banks?*/
}

/*-------------------------------------------------------------------------------------------
Search page
-------------------------------------------------------------------------------------------*/

#sectionbtns{
  display: flex;
  flex-wrap: wrap;
}
#search_results_container #sectionbtns{
  color: #28466D;
}
#search_results_container #sectionbtns .tab:hover{
  background: #28466D;
}
#search_results_container #sectionbtns .tab{
  padding: 0 20px;
  line-height: 60px;
  height: 60px;
  width: 25%;
  background: #E6EFF5;
  cursor: pointer;
  border-width: 0 3px 3px 0;
  border-color: #FFF;
  border-style: solid;
  transition: all .3s ease;
}
#search_results_container #sectionbtns .type{
  font-weight: bold;
  font-size: 21px;
}
#search_results_container .tab .amount{
  font-size: 18px;
}
#search_results_container #sectionbtns .tab.selected{
  background: #28466D;
}
#search_results_container #sectionbtns .tab.selected .type,
#search_results_container #sectionbtns .tab.selected .amount{
  color: #FFF;
}
.tab.selected span.tab-filter-underline span{
  border: none;
  color: #FFF;
}
.tab span.tab-filter-underline span{
  color: #28466D;
}
.tab:hover .tab-filter-underline{
  border-bottom: 4px solid #F7931E;
}
.tab:hover .tab-filter-underline span{
  color: #FFF;
}
#search_results .meta,
.documents-content-row .meta{
  margin-top: 12px;
  /*display: flex;*/
}
.bankprofile .rowed-vertical{
  justify-content: center;
}
#search_results .bankprofile .rowed-vertical .meta{
  height: 0;
  margin: 0;
}
#page_search .country-selector{
  margin-left: 10px;
}
#filter_deals_dropdown{
  /*background: #FCEFE3;------------TEMP!---*/
  display: flex;
  height: 60px;
  width: 100%;
  margin-bottom: 30px;
}
#filter_deals_dropdown .country-selector, #filter_deals_dropdown .profile-selector,
#filter_deals_dropdown .sector-selector, #filter_deals_dropdown .bank-selector{
  margin: 0 10px 0 0;
  box-shadow: inset 0px 0px 0px 5px #FCE0B2;
}
#filter_deals_dropdown .bank-selector{
  margin: 0;
}
#filter_deals_dropdown .chosen-single{
  background: #FCEFE3;
}
#filter_deals_dropdown .chosen-drop{
  background: #FCE0B2;
}
#filter_deals_dropdown .chosen-container .chosen-results li.active-result:nth-child(2n-1){
  background: #FCEFE3;

}
#filter_deals_dropdown .chosen-results li.highlighted,
#filter_deals_dropdown .chosen-results li.active-result.highlighted:nth-child(2n-1){
  background: #F7931E;
}

#search-filter-wrapper{
  background: #E6EFF5;
  display: flex;
  height: 60px;
  width: 100%;
  margin-bottom: 30px;
}
#search-filter-wrapper .cont.filter{
  box-shadow: inset 0px 0px 0px 5px #D5E1EB;
  padding: 0 20px;
  font-weight: normal;
  font-size: 18px;
  color: #28466D;
  display: flex;
  align-items: center;
  height: 100%;
}
#search_results .bank .meta, #search_results .company .meta, #search_results .project .meta{
  display: none;
}
.chosen-container .chosen-results li.active-result{/*site-wide*/
  line-height: 1.8;
}

.chosen-container .chosen-results li.active-result:nth-child(2n-1){
  background: #F2F8FC;
}
#search_results .lname .subtype {
  text-transform: capitalize;
}

/*-------------------------------------------------------------------------------------------
Rowed tweaks, search and rowed general
-------------------------------------------------------------------------------------------*/

.rowed.banks .item .line-image{
  background: #F5F5F5;
  padding: 9px;
  height: 107px;
  display: none;/*Temporary, for when we decide to keep logos or not*/
}
/*-------*/


/*-------------------------------------------------------------------------------------------
Tabletool tweaks
-------------------------------------------------------------------------------------------*/

.tabletool.ttbody, .tabletool.big {
  color: #28466d;
  position: relative;
  width: calc(100vw - 16px);
  max-width: 1200px;
  margin: 45px -200px;
}
.bankprofile .tabletool.ttbody{
  margin: 0;
}
.tabletool .row.selected .summary,
.tabletool .detail .cp,
.tabletool .detail .desc{
  background-color: #FCEFE3 !important;
}
.tabletool .docs.rowed .item,
.tabletool .detail .values .row:nth-child(2n+1) {
  background-color: #FDF9F4;
}
.tabletool .docs.rowed .item:nth-child(2n){
  background-color:#FCEFE3;
}
.tabletool .detail .values .row {
  background-color: #FCEFE3;
}
.tabletool .row .detail.down{
  margin-bottom: 30px;
}
.tabletool .header{
  border: none !important;/*can we do this a bit more tidy?*/
  margin-bottom: 3px !important;
}
.docs.rowed.references .item a{
  display: block;
}
.tabletools .ttlink {
  margin: -33px -200px 60px;
}
h2.bigger {
  font-size: 31px;
  margin: 55px -200px 0;
}

/*Image tooltip cover images*/
.image-tooltip{
  margin: 4px 0 12px 0;
}

.image-tooltip .image-tooltip-text {
  color: #a7a7a7;
  font-size: 16px;
}
span.image-tooltip-text:before{
  content: "";
  display: inline-block;
  background-color: #A7A7A7;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-image: url('../site_images/image-tooltip.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border: 3px solid #fff;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
  top: 8px;
}

/* banks list and map */
#bank_list_map .filters,
#bank_list_map .view {
  display: none;
}
#bank_list_map .filters {
  flex: 1 1 auto;
  justify-content: right;
}
/*REDACTED
#bank_list_map .filters>*{
  max-width: 250px;
}*/
#bank_list_map[rel=list] #filters_list{
  display: flex;
  flex-wrap: wrap;
}
#bank_list_map[rel=list] .view.list {
  display: block;
}
#bank_list_map[rel=map] #filters_map{
  display: flex;
  flex-wrap: wrap;
}
#bank_list_map[rel=map] .view.map {
  display: block;
}

  /*---temp tweaks dodgydeal filter list---*/



/*-------------------------------------------------------------------------------------------
Dodgy deals list and map
-------------------------------------------------------------------------------------------*/

#deal_list_map .filters,
#deal_list_map .view {
  display: none;
}
#deal_list_map[rel=list] #filter_deals_dropdown{
  display: flex;
}
#deal_list_map[rel=list] .view.list {
  display: block;
}
#deal_list_map[rel=map] #filters_map{
  display: flex;
  width: 100%;
}
#deal_list_map[rel=map] .view.map {
  display: block;
}
#filter_deals_dropdown > * {
  display: flex;
}
  
  /*---temp tweaks dodgydeal filter list---*/

#filter_deals .tabs-lined{
  margin-bottom: 10px;
}
#deal_list_map[rel="list"] #filter_deals_dropdown{
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}
#filter_deals_sorting{
  width: 100%;
  background-color: var(--btlightyellow);
  align-items: center;
}
#filter_deals_sorting > *{
  display: flex;
}
#sortingList{
  font-size: var(--metafont-size);
  color: var(--btblue);
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
#sortToggle{
  position: relative;
  width: 44px;
  padding: 6px;
  background-color: var(--btlightyellowacc);
  border: none;
  border-radius: 15px;
  margin: 0 10px;
}
#sortToggle::before{
  content: '';
  position:absolute;
  width: 20px;
  height: 20px;
  background: var(--btblue);
  border-radius: 10px;
  left: 24px;
  top: -4px;
  transition: left 0.3s ease;
}
#sortToggle.sorttoupdated::before{
  left: 0;
}
#sortToggleWrapper{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}


/*-------------------------------------------------------------------------------------------
Response tracking page
Response tracking data is listed on bank profiles. They are all collected in one page banktrack.org/page/responsetracking.
  The table on this page includes more columns, so some css tweaks are needed. They are written here, below
-------------------------------------------------------------------------------------------*/

.response-tracking.rtpage .head .col.vc.bank,
.response-tracking.rtpage .row .response-data .col.vc.bank,
.response-tracking.rtpage .bottom-row .col.vc.bank{
  text-align: left;
  padding: 4px 10px;
  width: 16%;
}
.response-tracking.rtpage .head .col.vc.impact,
.response-tracking.rtpage  .row .response-data .col.vc.impact,
.response-tracking.rtpage  .bottom-row .col.vc.impact{
  width: 30%;
  font-weight: normal;
  padding: 4px 10px;
}
.response-tracking.rtpage .head .col.vc.impact{
  font-weight: bold;
}
.response-tracking.rtpage .head .col.vc,
.response-tracking.rtpage .row .response-data .col.vc,
.response-tracking.rtpage .bottom-row .col.vc{
  width: 9%;
}
.response-tracking.rtpage .row .col.vc.bank a,
.response-tracking.rtpage .row .col.vc.bank a:visited{
  color: #28466D;
  text-decoration: underline;
}
.response-tracking.rtpage .row .col.vc.bank a:hover{
  color: #FF7803;
}
.response-tracking.rtpage .search{
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 1px solid #28466D;
  width: calc(46% - 3px);
}
.response-tracking.rtpage input{
  color: #28466D;
  flex: 1 ;
  font-family: "Source Sans Pro";
  font-weight: lighter;
}
.response-tracking.rtpage input, .response-tracking.rtpage input:active, .response-tracking.rtpage input:focus, .response-tracking.rtpage input:hover{
  outline: 0px !important;
  box-shadow: none !important;
  border: 0;
  -webkit-border-top: 0;
  -webkit-border-right: 0;
  -webkit-border-left: 0;
}
.response-tracking.rtpage input::-webkit-input-placeholder,
.response-tracking.rtpage input::-moz-placeholder{
  color: #28466D;
  opacity: 1;
}
.response-tracking .icon{
  display: block;
  background-image: url('../site_images/search_icon.png');
  width: 32.5px;
  height: 32px;
  background-size: contain;
}


/*-------------------------------------------------------------------------------------------
Finance import
-------------------------------------------------------------------------------------------*/

#finance_database{
  padding: 0 1vw;
}

#finance_database #scroll{
  max-width: 100vw;
  padding: 0 0 20px 0;
  overflow-x: auto;
  scroll-behavior: smooth;
}
#finance_database .chosen-container-single .chosen-single abbr.search-choice-close {
  background-image: url('../site_images/plus_sign_white.svg');
  background-size: contain;
  background-position: center;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  z-index: 5;
}
#finance_overview_div {
  display: block;
}
#finance_overview{
  position: relative;
  overflow-x: visible;
}
#finance_overview table{
  min-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#finance_overview_head{
  position: sticky;
  top: 0;
}
#finance_database .buttons {
  display: flex;
  align-items: end;
}
#finance_database  #resultCount {
  margin: 10px 0 0 5px;
  font-weight: var(--thickfont-weight);
  color: var(--btblue);
  font-size: var(--normalfont-size);
}
#finance_database #scrollmsg {
  position: fixed;
  bottom: 10px;
  background: var(--btblue);
  color: #fff;
  padding: 10px 20px;
  display: none;
  opacity: 0.8;
  font-size: var(--normalfont-size);
}
#finance_database #scrollmsg.show {
  display: block;
}
#finance_database #scrollmsg .close {
  color: #fff;
  margin: -7px -11px 5px 5px;
}
#finance_database #scrollmsg .close:hover {
  opacity: 1;
}

#finance_database h1 .fi-info {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  font-size: var(--metafont-size);
  color: #fff;
  background: var(--btblue);
  padding: 10px;
  border-radius: 30px;
  margin: 10px 0 0 10px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#finance_database h1 .fi-info-show {
  visibility: hidden;
  opacity: 0;
  background-color: var(--btblue);
  font-size: var(--metafont-size);
  font-weight: normal;
  color: #fff;
  text-align: left;
  padding: 12px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  width: 50%;
  top: 100%;
  left: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease;
  margin-left: 10px;
}

#finance_database h1 .fi-info:hover + .fi-info-show {
    visibility: visible;
    opacity: 1;
}



/*-----------------------------------------------
Header tweak
--*/
#page_finance_overview .container,
#page_finance_overview .row-nav-sec,
#page_finance_overview .login .login_info{
  width: 98vw;
  margin: 0 auto;
}

/*-----------------------------------------------
Fonts
--*/
#finance_database h1{
  font-size: var(--bigfont-size);
  margin-bottom: var(--bigfont-size);
  position: relative;
  display: flex;
  align-items: center;
}



/*-----------------------------------------------
Chosen
--*/

#finance_overview_div .chosen-container-single .chosen-single, #finance_overview_div .chosen-container-active.chosen-with-drop .chosen-single{
  background: transparent;
  color: #fff;
  width: 100%;
  padding: 0;
  font-size: 14px;
}
#finance_overview_div .chosen-container-single .chosen-single div b{
  display: none;
}
#finance_overview_div .chosen-container.chosen-with-drop .chosen-drop{
  box-shadow: 3px 3px 7px #9a9a9a;
}


/*-----------------------------------------------
Div version
--*/

.finance_hr{
  display: flex;
  flex-direction: row;
  color: #FFF;
  font-size: 16px;
  font-weight: var(--thickfont-weight);
}
.finance_hr.first > div{
  margin: 0 3px 3px 0;
  flex: 1 0 80px;
  padding: 5px 22px 5px 5px;
  position: relative;
}
.finance_hr > div{
  margin: 0 3px 3px 0;
  flex: 1 0 80px;
  padding: 5px;
  position: relative;
  background: var(--btblue);
}
.finance_hr .hidethis,
.finance_hr > div:first-child,
.finance_hr.first > div.hidethis{
  padding: 5px;
}
.finance_hr:nth-child(2) > div{
  background: var(--btyellow);
}
.finance_hr .hide-col{
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url('../site_images/plus_sign_white.svg');
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  transition: transform 0.6s ease-in;
}
.finance_hr .hidethis .hide-col{
  transform: rotate(0deg);
}
.finance_hr.first > div:first-child{
  padding-top: 15px;
}
.finance_hr.first .ct{
  padding-top: 10px;
}
.finance_row{
  display: flex;
  flex-direction: row;
  background: #FFF;
}
.finance_row.last-in-group .col,
.finance_row.last-in-group .ok{
  border-bottom: 4px solid var(--btblue);
}
.finance_row > div{
  margin: 0 3px 3px 0;
  flex: 1 0 80px;
  padding: 5px;
}
.finance_row:nth-child(even) > div{
  background: var(--btblue3);
}


/*------column---*/

#finance_database .buttons{
  margin-bottom: 20px;
}
#finance_database .buttons .spacer{
  flex:1;
}
#finance_database .select_row{
  min-width: 60px;
  max-width: 60px;
  display: flex;
  justify-content: center;
}
#finance_database .isorder{
  display: flex;
  justify-content: center;
  align-items: center;
}
#finance_database .filink_title,
#finance_database .item_title,
#finance_database .type{
  min-width: 140px;
  max-width: 140px;
  transition: min-width 0.3s ease-in-out, max-width 0.3s ease-in-out;
}
#finance_database .amount_currency,
#finance_database .amount_number,
#finance_database .amount_units,
#finance_database .date_start_year,
#finance_database .date_start_month,
#finance_database .date_start_day,
#finance_database .date_end_year,
#finance_database .date_end_month,
#finance_database .date_end_day,
#finance_database .pubpriv{
  min-width: 80px;
  transition: min-width 0.3s ease-in-out, max-width 0.3s ease-in-out;
}
#finance_database .description,
#finance_database .source_text,
#finance_database .source_url{
  min-width: 170px;
  transition: min-width 0.3s ease-in-out, max-width 0.3s ease-in-out;
}

/*----focus override---*/


#finance_database .select_row input:focus{
  outline: none;
}


/*----toggle visibility---*/

#finance_database .col.hidethis {
  min-width: 22px;
  max-width: 22px;
  overflow: hidden;
}

#finance_database .col.hidethis .ct {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}


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

button.hide-col{
  border: none;
  background: none;
  font-size: 14px;
}

#finance_database .btn.more{
  margin: 0 4px 0 0;
}

/*---sorting arrow---*/

#finance_database .sorting-arrow{
  position: relative;
  bottom: initial;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


/*-------------------------------------------------------------------------------------------
Sidebar menu for online 'papers'
-------------------------------------------------------------------------------------------*/

.left-block-items .left-block-item:last-child {
  border-bottom: 4px solid #E6EFF5;
  padding-bottom: 10px;
}/*---identical to single '.left-block-item . left-block-item:last-child code--*/

.sidebar_lv1 {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  margin: 4px 0 0 0;
  background-color: var(--btblue3);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sidebar_lv1:hover {
  background-color: var(--btblue);
  color: var(--white);
  text-decoration: none;
}

.sidebar_lv1 a{
  color: var(--btblue);
  text-decoration: none;
  font-weight: var(--thickfont-weight);
  font-size: 16px;
  font-family: sans-serif;
  position: relative;
  top: 2px;
}

.sidebar_lv1:hover a{
  text-decoration: none;
  color: var(--white);
}

.sidebar_sub_list{
  list-style: none;
  margin: 16px 0;
  padding-left: 24px;
  font-size: 16px;
}

.sidebar_sub_list li{
  margin: 5px 0;
}

.sidebar_sub_list li a{
  text-decoration: none;
  color: var(--btblue);
}

.sidebar_sub_list li a:hover{
  text-decoration: underline;
  color: var(--btred);
}

.sidebar_lv2 .chapter-number{
  font-weight: var(--thickfont-weight);
}

hr.gvm{
  background-color: var(--btyellow);
  height: 4px;
  width: 100%;
  border-top: none;
  margin: 60px 0;
}

/*-------------------------------------------------------------------------------------------
Grievance mechanisms paper custom code
-------------------------------------------------------------------------------------------*/

.key_indicators {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  width: 100%;
  max-width: 800px; /* or your container's max width */
  margin: 0 auto;
}

.ind_tile {
  /* Remove flex properties for grid layout */
  min-width: 0; /* or a small value if you want a minimum */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

/* Responsive breakpoints */
@media (max-width: 900px) {
  .key_indicators {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .key_indicators {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .key_indicators {
    grid-template-columns: 1fr;
  }
}

/* Square top box */
.ind_tile_up {
  aspect-ratio: 1 / 1;
  width: 100%;
  background: linear-gradient(
    to top right,
    var(--btblue7) 0%,
    var(--btblue) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  overflow: hidden;
}

.ind_tile_up .limitations,
.ind_tile_up .handles_complaints{
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
}

/* Bottom box */
.ind_tile_bot {
  padding: 8px 8px 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--btblue);
  opacity: 93%;
  font-size: 16px;
  font-weight: 600;
}

.ind_tile_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: var(--btblue7);
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1em;
  overflow: hidden;
}

.ind_tile_overlay.open{
  opacity: 1;
  pointer-events: auto;
}

.ind_answer{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.ind_answer p{
  font-size: 16px;
  color: var(--white);
  margin: 0;
}

.ind_h{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 12px;
  margin: 0 0 10px;
}

.ind_h h3{
  margin-top: 10px;
}

.ind_tooltip{
  background: var(--btblue);
  border-radius: 40px;
  width: 40px;
  height: 40px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ind_tooltip_window{
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #FFF;
  opacity: 0;
  transition: all 0.3s ease;
  background: var(--btblue);
  z-index: 200;
  border-radius: 40px;
  box-sizing: border-box;
}

.ind_tooltip_window.open{
  opacity: 1;
}

/* glyph overrides */
.ind_tile .glyphicon-remove::before{
  color: var(--btred);
  font-size: 55px;
}

.ind_tile .glyphicon-ok-blue::before{
  color: var(--brightgreen);
  font-size: 55px;
}

.ind_tile .glyphicon-minus::before{
  color: var(--btyellow);
  font-size: 55px;
}

.ind_tile .glyphicon-phone::before{
  content: "";
}

.glyphicon-phone{
  background: url(../site_images/phone-icon.svg);
  width: 60px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  color:var(--btblue5);
}

.glyphicon-email{
  background: url(../site_images/email_icon.svg);
  width: 56px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  color:var(--btblue5);
}

.glyphicon-form{
  background: url(../site_images/form-icon.svg);
  width: 54px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  color:var(--btblue5);
}

.glyphicon-letter{
  background: url(../site_images/letter-icon.svg);
  width: 81px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  color:var(--btblue5);
}

.ind_tile .ind_tile_overlay .glyphicon-remove::before,
.ind_tile .ind_tile_overlay .glyphicon-remove::before,
.ind_tile .ind_tile_overlay .glyphicon-ok-blue::before,
.ind_tile .ind_tile_overlay .glyphicon-minus::before
{
  font-size: 34px;
  min-width: 46px;
  display: block;
}

.ind_tile .ind_tile_overlay .glyphicon-phone,
.ind_tile .ind_tile_overlay .glyphicon-email,
.ind_tile .ind_tile_overlay .glyphicon-form,
.ind_tile .ind_tile_overlay .glyphicon-letter
{
  height: 26px;
  min-width: 46px;
  max-width: 46px;
}




/*-------------------------------------------------------------------------------------------
RESPONSIVE
-------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1130px){
.response-tracking .head .col.vc {
  font-size: 14px;
  }
}

@media only screen and (max-width: 1000px){
body#page_responsetracking{
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
#rtmom{
  overflow-x: auto;
}

#rtpagetable{
    width: 950px;
  }
  
}
@media only screen and (max-width: 700px){
.response-tracking.rtpage .head .col.vc:nth-child(4), .response-tracking.rtpage .head .col.vc:nth-child(5),
.response-tracking.rtpage .head .col.vc:nth-child(6), .response-tracking.rtpage .bottom-row .col.vc:nth-child(4), 
.response-tracking.rtpage .bottom-row .col.vc:nth-child(5), .response-tracking.rtpage .bottom-row .col.vc:nth-child(6),
.response-tracking.rtpage .row .response-data .col.vc:nth-child(4), .response-tracking.rtpage .row .response-data .col.vc:nth-child(5), 
.response-tracking.rtpage .row .response-data .col.vc:nth-child(6){
  display: flex;
  }
}

@media only screen and (max-width: 1700px){
  .scroll-to{
    top: 256px;
  }

}

@media only screen and (max-width: 1580px){
  .container, .row-nav-sec{
    width: 94%;
    margin: 0 3%;
    position: relative;
  }
  .row-nav-items{
    width: 70%;
  }
  #breadc{
    position: absolute;
    max-width: 720px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #checkbox-bar{
    margin-top: -4px;
  }
  .feedback-pdf span{
    width: auto;
  }
  .padded.wide{
    margin: 0 20% 60px;
    width: 60%;
  }
  .cmp-container .ttlink{
    margin-left: 20%;
    margin-right: 20%;
  }
  .imagewithcaption{
    max-width: 140%;
    margin: 30px -20%;
  }
  .login_info{
    width: initial;
    margin: 0 3%;
  }
  /*REDACTED???
  #search_results_container #search_results{
    width: 94%;
    margin: 0 3%;
  }*/
  .target_deals.col3 .items .item,
  .target_deals .items .item,
  .items.subtopics .item,
  .topdoc a.hl{
    width: 22%;
    margin: 0 4% 60px 0;
  }
  .target_deals .items .item{
    margin-bottom: 30px;
  }
  .top_left{/*text in top left meta*/
		font-size: 16px;
	}
  table.lefttop td:first-child{
		padding-left: 20px;
	}
  #maintitle{
    display: block;
  }
  p iframe {
    width: 1200px!important;
    max-width: 168%;
    margin: 0 -34%;
    min-width: initial;
  }
  .description.img-gal{
    width: 60%;
    max-width: 720px;
  }
  #page_search .dodgydeal .title-info,
  #page_search .companyprofile .title-info{
    width: 70%;
  }
  #page_search .dodgydeal .link-container,
  #page_search .companyprofile .link-container{
    align-items: baseline;
  }
  .contain{/*text container in case there is no tab-container*/
    max-width: 720px;
    margin-bottom: 30px;
  }
  #search_results_container #sectionbtns .tab{
    width: 33.33333%;
  }
  #search_results .meta{
    display: block;
  }
  #hl_news .article .info h1, 
  #highlights_aspect .title{
    font-size: 32px;
  }
  .scroll-to{
    right: 0;
    top: 78px;
  }
  #tweets .morebtn a.item,
  #ext .morebtn a.item{
  width: initial;
  }
  h1.impact-heading{
    width: 60%;
  }
}

@media only screen and (max-width: 1360px){
  .chosen-container-single .chosen-single,
  .chosen-container-active.chosen-with-drop .chosen-single{
    width: initial;
  }
  body#page_home .cmp-card .info h1{
    margin-right: initial ;
  }
  .chosen-container .chosen-drop{
    width: calc(100% + 40px);
  }
}



@media only screen and (max-width: 1298px){/*Fit wide items to was 1276px*/
  #breadc{
    margin-left: 20%;
    position: absolute;
    top: initial;
  }
  .tab-folder .tab-content-main-wide{
    margin: 0 auto;
  }
  .fi_detail.b {
    width: 19%;
  }
  .fi_detail.c {
    width: 20%;
  }
  .response-tracking .row .response-data .col.vc,
  .response-tracking .bottom-row .col.vc,
  .response-tracking .head .col.vc{
    width: 11%;
  }
  .response-tracking .row .response-data .col.vc.impact, 
  .response-tracking .bottom-row .col.vc.impact,
  .response-tracking .head .col.vc.impact{
    width: 34%;
  }
  .response-tracking.rtpage .search{
    width: 100%;
  }
  .phase2 .bar{
    width: 10px;
  }
  .phase2 .label{
    font-size: 13px;
  }
  .feedback-pdf{
    padding: 0;
  }
  /*REDACTED
  .cmp-tile .item .info h1,
  .cmp-card .info h1{
    font-size: 32px;
  }*/
  /*
  .title-info{
    width: 80%;
  }*/
  p iframe {
    max-width: 148%;
    margin: 0 -24%;
  }
  .imagewithcaption{
    width: 120%;
    margin: 30px -10%;
  }
  .morebtn a.item{
    width: initial;
  }
  #ml .morebtn a.item, #don .morebtn a.item{
    width: 100%;
  }
  /*START DODGY DEALS PAGE DROPDOWNS NEXT TO EACHOTHER*/
  #filter_deals_dropdown{
    height: auto;
    flex-direction: column;
  }
  #filter_deals_sorting{
    flex-direction: column;
  }
  #filter_deals_sorting .cont.filter{
    width: 100%;
  }
  #sortingList{
    order: 5;
    border-top: 4px solid #fff;
  }
  #deal_list_map[rel="list"] #filter_deals_dropdown{
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }
  #filter_deals_dropdown .country-selector, #filter_deals_dropdown .profile-selector,
  #filter_deals_dropdown .sector-selector, #filter_deals_dropdown .bank-selector{
    border-top: 4px solid #fff;
    width: 50%;
    margin: 0;
  }
  #filter_deals_dropdown .year-selector, #filter_deals_dropdown .type-selector,
  #filter_deals_dropdown .country-selector, #filter_deals_dropdown .profile-selector, 
  #filter_deals_dropdown .sector-selector, #filter_deals_dropdown .bank-selector{
    border-top: 4px solid #fff;
    height: 60px;
    width: 100%;  
    margin: 0;
  }
  #filter_deals .chosen-container-single .chosen-single, 
  #filter_deals .chosen-container-active.chosen-with-drop .chosen-single,
  #filter_deals .chosen-container-single .chosen-single, 
  #filter_deals .chosen-container-active.chosen-with-drop .chosen-single {
    width: 98%;
  }
  /*---*/
}

@media only screen and (max-width: 1200px){
  /*
  .cmp-tile .item .info, #our-projects .item .info {
    height: 300px;
  }*/
  .mn-col a, .menu-select{
    margin: 0 0 15px 0;
  }
  .mn-col, .mn-col:nth-child(3n+1){
    width: 50%;
    font-size: 24px;
    padding-right: 40px;
  }
  .mn-col.n1{
    order: 1;
  }
  .mn-col.n2{
    order: 2;
  }
  .mn-col.n3{
    order: 4;
  }
  .mn-col.n4{
    order: 3;
  }
  .mn-col.n4{
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .mn-col.n4 .mn-col.sub1{
    flex-shrink: 1;
  }
  .mn-col.n4 > *{
    width: 100%;
  }
  #hl_news .article .info h1,
  #highlights_aspect .title{
    font-size: 21px;
  }
  #hl_news .info .meta{
    position: relative;
  }
  #hl_news .article .info{
    padding-bottom: 0;
  }
  /*
  .cmp-tile.no-intro .item .info{
    min-height: 160px;
  }*/
  .tabletool .head > .col:nth-child(1),
  .tabletool .summary > .col:nth-child(1) {
    min-width: calc(100% - 150px);
  }
}


@media only screen and (max-width: 1024px){ 
  #page_campaigns .items .item{
    display: block;
  }
  .cmp-tile .item .info, #our-projects .item .info{
    height: 320px;
  }
  .padded.wide {
    margin: 0 auto 60px;
    width: 100%;
    max-width: 720px;
  }
  .cmp-container .ttlink{
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
  #breadc{
    margin-left: 2%;
  }
  /*
  #page_dodgydeal.impact-img,.cmp-img  {
    position: relative;
    float: left;
    margin: 0 30px 70px 0;
  }*/
  #finance_data .link-container{
    align-items: center;
  }
  p iframe {
    max-width: 100%;
    margin: 0;
  }
  .description.img-gal{
    width: 100%;
  }
  #page_search .dodgydeal .link-container,
  #page_search .companyprofile .link-container{
    flex-flow: row wrap;
  }
  #page_search .dodgydeal .link-container .title-info,
  #page_search .companyprofile .link-container .title-info{
    width: 100%;
  }
  #articles .article{
    margin-right: 4%;
    width: 22%;
  }
  #srch-box-header input{
    width: 200px;
  }
  /*
  .cmp-tile.no-intro .item .info{
    min-height: 100px;
  }*/
  #deal_list_map[rel=map] #filters_map{/*gebruik om dropdown te hiden*/
  }
  .sector-selector.map, .bank-selector.map{
    flex-grow: 1;
  }
  h1.impact-heading{
    width: 100%;
    max-width: 720px;
    padding-left: 120px;
    margin: 0 0 60px;
  }
  .profile-list-right{
    margin-left: 0;
    justify-content: flex-start;
    flex-basis: 100%;
  }
  .title-info{
    margin-bottom: 12px;
    width: 100%;
  }
  .updated_at{
    order: 2;
    margin-left: 15px;
  }
  .type_act{
    margin-left: 0;
    order: 1;
  }

}


@media only screen and (max-width: 960px){ 
  /*
  .cmp-tile .item .info h1,
  .cmp-card .info h1 {
    font-size: 21px;
  }*/
  #our-projects .item{
    width: 24%;
  }
  #page_campaigns #our-projects .item,
  #page_campaigns #our-projects .item:nth-child(5n) {
    margin-right: 1.333333%;
  }
  #page_campaigns #our-projects .item:nth-child(4n) {
    margin-right: 0;
  }
  .response-tracking .head .col.vc{
    font-size: 14px;
  }
  #page_articles #articles .article{
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #28466D;
  }
  #page_articles #articles .article a{
    display: flex;
    flex-direction: row;
    padding: 20px 0;
  }
  #page_articles .article .line-image{
    width: 190px;
    height: 107px;
    margin-right: 20px;
  }
  #page_articles .article .line-image img{
    width: 190px;
  }
  #page_articles .info .dddot{
    margin-bottom: 0;
  }
  #page_articles .meta.dddot{
    max-height: unset;
  }
  #search_results_container #sectionbtns .tab{
    width: 50%;
  }
  /*----ACTION BLOCK TWEAKS---*/
  #highlights_aspect{
    flex-direction: column-reverse;
  }
  #highlights_aspect #aspect_items .item_highlight{
    flex-direction: column;
    bottom: auto;
  }
  #highlights_aspect #aspect_items .item_aspect,
  #highlights_aspect .highlight-text{
    width: 100%;
  }
  #highlights_aspect .highlight-text{
    padding: 20px 0;
    margin: 0;
    border-bottom: 5px solid #28466D;
  }
  #highlights_aspect #list {
    flex: 0 0 100%;
    height: 200px;
    width: 100%;
    margin-bottom: 6px;
  }
  #highlights_aspect #list .item_aspect {
    width: calc((100% / 3) - 4px);
  }
  #highlights_aspect #list {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  /*tw, #ext, .brd, #don, #ml, #upd*/
  #tw-ext-upd, #don-ml-notice{
    flex-wrap: wrap;
  }
  #tw-ext-upd > *{
    margin-bottom: 60px;
  }
  #tw{
    width: 100%;
    /*margin-bottom: 30px;*/
  }
  #ext, .brd{ 
    margin-left: 0;
    width: 48%;
  }
  #ext-wrap .column{
    margin-bottom: 60px;
  }
  #ext-wrap .column.second{
    margin-bottom: 0;
  }
  #upd {  
    width: 100%;
    margin: 0;
  }
  #don, #ml{
    width: 48%;
    margin-bottom: 60px;
  }
  .row-nav-items a{
    margin-right: 20px;
  }
  #page_articles .blog_type{
    display: block;
  }

}

@media only screen and (max-width: 900px){
  .scroll-to{
    visibility: hidden;
  }


}




@media only screen and (max-width: 800px){
  #filters_from_map_container,
  #filters_from_map {
    margin:0;
    width: 100%;
    flex-direction: column;
  }
  #maintitle, .maintitle{
    font-size: 30px;
  }
  .target_deals.col3 .items .item,
  .target_deals .items .item,
  .items.subtopics .item,
  .topdoc a.hl{
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .target_deals.col3 .items .item:nth-child(2n),
  .items.subtopics .item:nth-child(even),
  .topdoc a.hl:nth-child(2n){
    margin: 0 0 30px 0;
  }
  .link-container .title-info span {
    margin-left: 0; 
  }
  .link-container{
    align-items: baseline;
    flex-wrap: wrap;
  } 
 
  #page_banks .link-container .act_rec,
  .campaign .banks .link-container .act_rec{
    margin-left:0;
  }
  .link-container span{
    margin-left: 2px;
  }
  .blog_type{
    margin-left: 0;
    order: 1;
  }
  #finance_data .link-container, #list-comps-sponsor .link-container,
  #list-comps-general .link-container{
    flex-direction: column;
    align-items: flex-start;
  }
  /*#finance_data*/ .link-container .links-flex-box{
    margin: 10px 0 0;
    width: 100%;
  }
  /*#finance_data*/ .link-container .links-flex-box .details{
    margin-left: auto;
  }
  .links-flex-box{
    justify-content: flex-start;
  }
  h1.ddlist{
    width: initial;
  }
  .meta.sectors{
    width: 100%;
  }
  /*
  .cmp-tile .item .info, #our-projects .item .info {
    height: 220px;
  }*/
  #our-projects{
    justify-content: space-between;
  }
  #our-projects .cmp-card{
    margin-right: 0;
  }
  .cmp-tile .item, #page_home .cmp-tile .item, #our-projects .item, .cmp-card{
    width: 48%;
  }
  #page_campaigns #our-projects .item,
  #page_campaigns #our-projects .item:nth-child(4n),
  #page_campaigns #our-projects .item:nth-child(5n) {
    margin-right: 4%;
  }
  #page_campaigns #our-projects .item:nth-child(2n) {
    margin-right: 0;
  }
  #mainmenutop_btn, i.menu_icon{
    width: 60px;
    height: 60px;
  }
  .tabs-lined{
    flex-direction: column;
  }
  .year-selector, .type-selector,
  .country-selector, .profile-selector, 
  .sector-selector, .bank-selector{
    border-top: 4px solid #fff;
    height: 60px;
    width: 100%;  
  }
  .chosen-container-single .chosen-single,
  .chosen-container-active.chosen-with-drop .chosen-single{
    width: 98%;
  }
  .tabs-lined .year-selector.documents, 
  .dealmap .tabs-lined .bank-selector.map, 
  .profile-selector.map,  #page_search .country-selector{
    margin-left: 0;
  }
  #filters_from_map .bank-selector.map{/*VERY SPECIFIC OVERRIDE, could be done more neatly, filter on Dodgy Deal overview map*/
    margin-left: 0;
  }
  .phase2 .bar {
    width: 4px;
  }
  button#expandallfinancing,
  button#expandallcompanies{
    height: 64px;
    width: 100%;
    border-top: 4px solid #fff;
    padding-left: 20px;
  }
  .rowed.fi_details{
    max-width: 100%;
    overflow: auto;
  }
  .fi_details.rowed .header_row,
  .rowed .fi_row_container.item{
    width: 130vw;
  }
  .links-flex-box .icon-url{
    margin-left: 0;
  }
  .links-flex-box .profilelink{
    margin-right: 20px;
  }
  .tabs-lined.companytab, .tabs-lined.updates{
    height: initial;
  }
  .imagewithcaption{
    width: 100%;
    margin: 30px 0;
  }
  .imagewithcaption-image, .imagewithcaption-description-ownership{
    max-width: 100%;
  }
  .picpage .images .gal_image{
    width: calc((100% / 3) - 10px);
  }
  .picpage .images .gal_image:nth-child(6n){
    margin-right: 0;
  }
  .picpage .images .gal_image:nth-child(3n){
    margin-right: 0;
  }
  #checkbox-bar{
    justify-content: center;
  }
  #page_publications .topdoc a.hl{
    width: 48%;
    margin: 0 4% 60px 0;
  }
  #page_publications .topdoc a.hl:nth-child(even){
    margin-right: 0;
  }
  .row-nav{
    display: none;
  }
  .mn-col, .mn-col:nth-child(3n+1){
    width: 100%;
    font-size: 20px;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .mn-col a.s{
    padding: 0;
  }
  .mn-col.n1{
    order: 1;
  }
  .mn-col.n2{
    order: 2;
  }
  .mn-col.n3{
    order: 3;
  }
  .mn-col.n4{
    order: 4;
  }
  .menu-select .menu-group{
    padding: 15px 3%;
  }
  
  button.menu-item::after {
    margin-top: 9px;
  }
  #mn-btm{
    flex-direction: column;
    align-items: flex-start;
  }
  #mn-btm a{
    margin: 0 0 15px 0;
  }
  .news-wrapper #articles .article{
    width: 48%;
  }
  #hl_news .article a{
    flex-direction: column;
  }
  #hl_news .img-wr, #hl_news .article .info{
    width: 100%;
  }
  #hl_news .img-wr{
    margin-bottom: 8px;
  }
  #hl_news .article .info{
    padding: 0;
  }
  #page_home .topdoc a.hl{
    width: 48%;
  }
  #footeraddress{
    position: initial;
    width: 100%;
    margin-bottom: 60px;
  }
  #footermenu .mn-container{
    width: 100%;
  }
  #footermenu #mn-btm{
    padding: 10px 0 0 0;
  }
  #footermenu .mn-title{
    padding: 0 0 10px 0;

  }
  #footermenu  .mn-col a, #footermenu  button.menu-item{
    padding: 0;

  }
  .search.bar {
    visibility: visible;
    height: initial;
  }
  /*
  .cmp-tile.no-intro .item .info{
    min-height: initial;
  }
  .cmp-tile.no-intro .item .info h1{
   padding-right: 100px;
  }*/
  .hl-inner{
    padding-bottom: 0;
  }
  .hl-inner .article{
    position: relative;
  }
  #logo-menu{
    margin-top: 0;
  }
  .type-small{
    display: inline-block;
    white-space: nowrap;
  }
  .type-small::first-letter{
    text-transform: uppercase;
  }
  /*Dropdown appearance mobile*/
  .form-control.mob{
	  font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    border: none;
    height: 100%;
    background: none;
    color: #28466D;
  }
}



@media only screen and (max-width: 700px){
  #filters_from_map_container,
  #filters_from_map {
    margin:0;
    width: 100%;
    flex-direction: column;
  }
  
  .response-tracking .head .col.vc:nth-child(4),
  .response-tracking .head .col.vc:nth-child(5),
  .response-tracking .head .col.vc:nth-child(6),
  .response-tracking .bottom-row .col.vc:nth-child(4),
  .response-tracking .bottom-row .col.vc:nth-child(5),
  .response-tracking .bottom-row .col.vc:nth-child(6),
  .response-tracking .row .response-data .col.vc:nth-child(4),
  .response-tracking .row .response-data .col.vc:nth-child(5),
  .response-tracking .row .response-data .col.vc:nth-child(6){
    display: none;
  }
  .response-tracking .row .response-data .col.vc, 
  .response-tracking .bottom-row .col.vc, 
  .response-tracking .head .col.vc{
    width: 25%;
  }
  .response-tracking .row .response-data .col.vc.impact, 
  .response-tracking .bottom-row .col.vc.impact, 
  .response-tracking .head .col.vc.impact{
    width: 40%;
  }
  #header .tabcontainer[rel="hmainmenu"].selected{
    padding: 0;
  }
  #header .tabcontainer[rel="hmainmenu"].selected .container{
    margin: 0;
    width: 100%;
  }
  #header .search{
    margin: 0 3% 60px;
    width: initial;
  }
  #ext{
    margin-bottom: 30px;
  }
  #ext, .brd{
    width: 100%;
  }
  #ext-wrap .column{
    margin-bottom: 30px;
  }
  .brd{
    margin: 0;
  }
  #don, #ml{
    width: 100%;
  }
  #ml{
    margin-left: 0;
  }
  #ml .morebtn a.item, #don .morebtn a.item{
    width: 70%;
    margin: 0 auto;
    float: none;
  }
  .mn-title, .mn-col a, button.menu-item{
    padding: 0 3%;
  }
  #mn-btm{
    padding: 0 3%;
  }




}


@media only screen and (max-width: 591px){
  .dd-fl{
    display: flex;
    flex-wrap: wrap;
  }
  .dd-fl .item{
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .deals_comps_list .downlist .dd-fl .item .info{
    background: none;
    padding: 0;
  }
  .projects.downlist .dd-fl .item{
    padding: 0;
  }
  
  .dd-fl .item:nth-child(even){
    margin: 0 0 30px 0;
  }
  .dd-fl .item a{
    display: initial;
  }
  .dd-fl .item a .line-image{
    width: 100%;
    height: initial;
    border-bottom: 10px solid #28466D;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .dd-fl .item a .line-image.yellow{
    border-bottom-color: #F7931E;
  }
  .dd-fl .item a .line-image.red{
    border-bottom-color: #9E2E30;
  }
  .rowed .dd-fl .item:nth-child(2n+1),
  .rowed .dd-fl .item:nth-child(2n) {
    border-bottom: none;  
  }
  .dd-fl .meta{
    margin: 0;
  }
  
  .dd-fl .item a .line-image img{
    width: 100%;
  }
  .dd-fl .rowed-vertical{
    display: none;
  }
  .info.mob{
    display: block;
  }
  #our-projects .item .info {
    height: 300px;
  }
  .feedback-pdf{
    flex-direction: column;
    height: auto;
  }
  #checkbox-bar{
    height: auto;
    padding: 10px 20px;
    justify-content: left;
  }
  #checkbox-bar .checkboxes{
    display: block;
    margin-left: 20px;
  }
  .checkmark{
    margin-right: 10px; 
    top: 0;
  }
  .checkboxes .forcb{
    flex-direction: row;
    padding-left: 0;
    margin: 10px 0;
  }
  #page_search.dodgydeals .rowed-vertical{
    display: flex;
  }
  #page_search.dodgydeals #search_results_container #search_results{
    display: flex;
    flex-wrap: wrap;
  }
  #page_search.dodgydeals #search_results .item{
    border-bottom: none;
    width: 48%;
    margin: 0 4% 30px 0;  
  }
  #page_search.dodgydeals #search_results .item:nth-child(2n){
    margin: 0 0 30px 0;  
  }
  #page_search.dodgydeals #search_results .item a{
    display: initial;
  }
  #page_search.dodgydeals #search_results .item a .line-image{
    width: 100%;
    height: initial;
    border-bottom: 10px solid #28466D;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  #page_search.dodgydeals #search_results .item a .line-image img{
    width: 100%;
  }
  #page_search.dodgydeals .meta{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  #page_search.dodgydeals .meta > *{
    font-size: 18px;
    color: #9E2E30;
  }
  #page_search.dodgydeals .meta span.country{
    display: block;
  }
  #page_search.dodgydeals .meta span.sectors{
    display: none;
  }
  #page_search.dodgydeals .meta span.country:after{
    content:"|";
    margin: 0 3px;
  }
  #page_search.dodgydeals h1.ddlist{
    margin: 4px 0 0 0;
  }
  #page_search.dodgydeals .title-info span,
  #page_search.dodgydeals .link-container .project_type,
  #page_search.dodgydeals .act_rec{
    display: none;
  }
  #page_search.dodgydeals #search_results .item.target a .line-image{
    border-color: #F7931E;
  }
  #page_search.dodgydeals #search_results .item.on_record a .line-image{
    border-color: #9E2E30;
  }
  #search_results_container #sectionbtns .tab{
    width: 100%;
  }
  /*---two tile layout News tab on profiles and General Search page*/
  /*REDACTED
  .articles.rowed
  #page_search.all #search_results.rowed{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
  }
  .articles.rowed .item
  #page_search.all #search_results.rowed .item{
    border-bottom: none;
    width: 46%;
    margin: 0 2%;
  }
  .articles.rowed .item a
  #page_search.all #search_results.rowed .item a{
    display: flex;
    padding: 20px 0;
    width: 100%;
    flex-direction: column;
  }
  .article .line-image
  #page_search.all #search_results.rowed .item a .line-image{
    width: 100%;
    height: auto;
    margin: 0;
  }
  .article .line-image img
  #page_search.all #search_results.rowed .item a .line-image img{
    width: 100%;
  }*/
  /*REDACTED
  #page_search.all #search_results.rowed .item a .link-container{
    flex-direction: column;
  }*/
  /*REDACTED
  #page_search.all #search_results.rowed .item a .link-container span.lname{
    margin-left: 0;
    padding: 0;
    color: #28466D;
    background: none;
    text-align: left;
    font-style: italic;
  }*/
  #page_search.all .subtitle{
    margin-top: 10px;
  }
  /*----*/
  .articles.rowed.typeexternal{
    display: block;
    margin: 0;
  }
  .articles.rowed.typeexternal .item{
    border-bottom: 2px solid #28466D;
    width: 100%;
    margin: 0;
  }
  .articles.rowed.typeexternal .item a{
    display: flex;
    padding: 20px 0;
    width: 100%;
    flex-direction: row;
  }
  /*
  .cmp-tile.no-intro .item .info{
    min-height: 100px;
  }
  .cmp-tile.no-intro .item .info h1{
    padding-right: 90px;
   }*/

   .rowed .line-image, #page_articles .line-image{
    display: none;
  }

}
@media only screen and (max-width: 500px){
  .fi_header .line-image{
    display: none;
  }
  .cmp-tile .item .info, #our-projects .item .info{
    height: 260px;
  }
  .rowed .dd-fl .line-image{
    display: block;
  }
  .links-flex-box{
    margin-left: 0;
  }
  /*
  #page_search .rowed .line-image{
    display: block;
  }*/


}







@media only screen and (max-width: 400px){
  .target_deals.col3 .items .item,
  .target_deals .items .item,
  .items.subtopics .item,
  .topdoc a.hl{
    width: 100%;
    margin: 0 0 50px 0;
  }
  .target_deals.col3 .items .item:nth-child(2n),
  .items.subtopics .item:nth-child(even),
  .topdoc a.hl:nth-child(2n){
    margin: 0 0 50px 0;
  }
  #page_campaigns #our-projects .item{
    width: 100%;
    margin-right: 0 !important;
  }
  #our-projects .item .info {
    height: initial;
  }
  .dd-fl .item{
    width: 100%;
    margin: 0 0 30px 0;
  }
  .profilelink span, .icon-url span{
    display: none;
  }
  #page_search.dodgydeals #search_results .item{
    width: 100%; 
    margin-right: 0;
  }
  .articles.rowed .item{
    width: 100%;
  }
  #page_search.all #search_results.rowed{
    margin: 0;
  }
  #page_search.all #search_results.rowed .item{
    width: 100%;
    margin: 0;
  }
  #page_publications .topdoc a.hl{
    width: 100%;
    margin: 0 0 60px 0!important;
  }
  .news-wrapper #articles .article{
    width: 100%;
  }
  #page_home #articles.truncated .article:nth-child(1){
    display: block;
  }
  #latest-news #hl_news{
    display: none;
  }
  #page_home .topdoc a.hl{
    width: 100%;
  }
  
  .cmp-tile .item,
  .cmp-card{
    width: 100%;
  }
  /*
  .cmp-tile .item .info {
    height: initial;
  }*/
  


}