html, #twitter_box {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
}
#twitter_box::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 16px;
}
#twitter_box::, body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
#twitter_box::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
#twitter_box::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.bg-light {
    background-color: #f3f3f3!important;
}
.minimal-padding{
    padding: 20px;
}

#mainNav{
   transition: background-color 0.5s ease;
   background-color: rgba(38,85,121,0.8);
}
#mainNav.navbar-shrink {
   transition: background-color 0.5s ease;
   background-color: rgba(38,85,121,0.95);
}
header.masthead{
    background-image: url();
}
header.global-report{
    background-image: url(../../../user_upload/fightfoodcrises/img/global-banner.jpg);
}
header.sub-masthead {
    background-image: url(../../../user_upload/fightfoodcrises/img/GN_Website_Banner_1900x12502.png);
}
header.sub-masthead2 {
    background-image: url(../../../user_upload/fightfoodcrises/img/GN_Website_Banner_1900x12503.png);
}

header.masthead.black-head {
    background-color: #000000;
}

.justify, .align-justify{
    text-align: justify;
}
.center, .align-center{
    text-align: center;
}
.right, .align-right{
    text-align: right;
}
.left, .align-left{
    text-align: left;
}
#mainNav {
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer {
    background-color: #146072 !important;
}
#logoContainer{
    width: 50%;
}
#mainNav .navbar-brand img.top-logo{
    transition: width 0.5s ease;
}
@media (min-width: 992px){
   #mainNav .navbar-brand, #mainNav.navbar-shrink .navbar-brand{
    padding-top: 5px;
    padding-bottom: 5px;
   }
   #mainNav .navbar-brand img.top-logo{
    width: 65%;
   }
   #mainNav.navbar-shrink .navbar-brand img.top-logo{
    width: 41%;
   }
}
@media (max-width: 991px){
   #mainNav .navbar-brand img.top-logo{
    width: 100%;
   }
}
div.carousel-control-next, div.carousel-control-next{
    cursor: pointer;
}

#slider_0 .carousel-item.gradient:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.7)
  );
}
#contact {
  background: url();
  padding: 40px 0 !important;
  background-color: #294151 !important;
  color: #fff;
}

img.fund-logo {
  -webkit-filter: drop-shadow(1px 1px 1px #146072);
  filter: drop-shadow(1px 1px 15px #146072);
}
.error{
    color:red;
}
.tx-dynalist-pi1-pagination{
    text-align: center;
    margin-top: 50px;
}
.tx-dynalist-pi1-pagination a {
    padding: 10px;
    border: 1px solid #f49400;
    border-radius: 6px;
}
.tx-dynalist-pi1-pagination a.current{
    background-color: #f49400;
    color: #fff;
    font-weight: bold;
}
.tx-dynalist-pi1-pagination a:hover{
    background-color: #f7c374;
    color: #fff;
    font-weight: bold;
}
.thumb-img img{
  border: 2px solid #f1f1f1;
}
.justify-content-center{
text-align: center;
}
.more-resources{
    border: 1px solid #f49400;
    border-radius: 6px;
    padding: 8px 20px;
}
.more-resources:hover{
    background-color: #f49400;
    color: #fff;
}
.csc-textpic-caption {
    font-size: 0.8em;
}
.navbar-nav li.nav-item{
    white-space: nowrap;
}

.csc-default DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, .csc-default DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: initial !important;
}