 /***=================================
Project Name : FRP;
Developed By : Jane Wanjiku;
Date         : created 02 Aug-2018;
====================================***/

/***=========================================
Table Of Index
------------------
0. font face 
1. buttons 
2. Mobile Menu
3. Header Section
4. Animations
5. Navigation Change to Hover
6. Navigatiosns
7. Main Container 
8. Continer Blue Section
9. Banner
10.Footer
------------------------------------------*/
/***============ font face ============****/

@font-face {
font-family: "ProximaNova-Black";
src: url("../fonts/ProximaNova-Black.eot");
src: url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), 
url("../fonts/ProximaNova-Black.woff2") format("woff2"), 
url("../fonts/ProximaNova-Black.woff") format("woff"), 
url("../fonts/ProximaNova-Black.ttf") format("truetype"), 
url("../fonts/ProximaNova-Black.svg#Montserrat") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
font-family: "ProximaNova-Regular";
src: url("../fonts/ProximaNova-Regular.eot");
src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), 
url("../fonts/ProximaNova-Regular.woff2") format("woff2"), 
url("../fonts/ProximaNova-Regular.woff") format("woff"), 
url("../fonts/ProximaNova-Regular.ttf") format("truetype"), 
url("../fonts/ProximaNova-Regular.svg#Montserrat") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**==========================================**
         COMMON SCROLLBAR CSS 
**===========================================**/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }
  
  ::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5; }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#E96524), to(#EE941C), color-stop(0.6, #EE941C)); }
  
  /**==========================================**
          Placeholder CSS 
   **===========================================**/
  ::-webkit-input-placeholder {
    color: #495057; }
  
  ::-moz-placeholder {
    color: #495057; }
  
  :-ms-input-placeholder {
    color: #495057; }
  
  :-moz-placeholder {
    color: #495057; }

/**==========================================**
         COMMON INPUT CSS 
**===========================================**/
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select,
.form-textarea-wrapper textarea {
  height: 3rem;
  border-radius: 3px;
  outline: none;
  resize: none;
  background: #ffffff;
  box-shadow: none;
  color: #414042;
  width: 100%;
  font-style: italic;
  font-size: 12px;
  border:1px #f3f3f3 solid; 

}
textarea,
.form-textarea-wrapper textarea  {
    height: 6rem; 
}
.custom-select{
    height: 3rem;
    border-radius: 3px;
    outline: none;
    resize: none;
    box-shadow: none;
    color: #414042;
    width: 100%;
    font-style: italic;
    font-size: 12px;
    border: none;

}

input[type="submit"]{
    height: 3rem;
    border-radius: 3px;
    outline: none;
    resize: none;
    box-shadow: none;
    font-style: italic;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

label{
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

*{margin:0px;}
a{color: #ED1E24;}
a:hover{color: #000;}
body,html{overflow-x: hidden;}
body{
	background-color: #fff;
	background-repeat:no-repeat;
    font-family:'ProximaNova-Regular';
    font-size: 14px;
}
.left{
    float: left;
}
.right{
    float: right;
}
h6 {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    color: #000;
    padding: 0px 0 10px 0;
    font-family: 'ProximaNova-Black' !important;
    margin-top: 0px;
    margin-bottom: 0px;
}


.hide{
    display: none;
}
.number{
  /*  border:solid 2px #FAA819;
    padding: 60px 30px;
    height:180px;
    overflow:hidden;*/
    border: #FAA819 solid 2px;
    padding: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
    height:150px;
}
.number1{
    border:solid 2px #FAA819;
    padding: 70px 30px;
    height:180px;
    overflow:hidden;
}
.number h4{
    font-size: 13px;
    text-transform: uppercase;
    color: #2c4e33;
    text-align:center;
    font-weight: bold;
    line-height: 1.3;
}
.number1 h4{
    font-size: 13px;
    text-transform: uppercase;
    color: #2c4e33;
    text-align:center;
    font-weight: bold;
    line-height: 1.3;
}

.col-md-2.project  {
  /*  width: 20%;
    flex: none;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right:15px;
    padding-left:0px;
    */

    display: table;
    vertical-align: middle;

}

#loadessr {background: #d9d9d9; position: absolute; width: 100%; height: 100%; z-index: 999999; }
/***============ map css ============****/
#inline-actions select{
    height: 3rem;
    border-radius: 3px;
    background: white;
    color: #808080;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
 
}
.left1 {
 border:solid 1px #295135;
    padding-top: 20px;
    font-size: 13px;
    margin-top: 20px;
}
.left1 label{
    font-size: 15px;
    font-weight: bold;
    padding-left: 7px;
}

  #map {
    width: 100%;
    height: 700px;
    margin-top: 20px;
  
  }

  .map-holder {border: 1px solid #b4d0b4;}

  #markerlist {
    height: 400px;
    overflow: auto;
  }
  
  .title {
    border-bottom: 1px solid #e0ecff;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    padding: 10px 0;
    display: block;
    color: #000;
    text-decoration: none;
    margin: 0px;;
  }
  
  
  
  .title:visited {
    color: #2B5034;
  }
  
  
  
  .title:hover {
    color: #2B5034;
  }
  
  
  
  #timetaken {
    color: #f00;
  }
  
  
 .winners #accordion{
    margin-bottom: 20px;

 }
  
 input[type="submit"]{
    color: #fff;
    background-color: #FAA819;
    padding: 5px 25px;
    font-size: 12px;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
 }
 #accordion #views-exposed-form-knowledge-hub-knowledge-hub-filtering-page input[type="submit"]{
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
 }
 
  .info img {
    height: auto;
    width: 200px;
    border: 1px solid #eee; 
    margin-bottom:  6px;
    box-sizing: border-box;
  }
  
  .img img {
    width: 100%;
    height: auto;
    display: block;
}

h4{
    font-size: 1.06rem;
    background: #F3F3F3;
    padding: 10px 10px;
    text-align: center;
}
  
  
  .info-body { 

    margin: 2px 0;
    text-align: center;
    overflow: hidden;
  
  }
  
  
  .info-blurb {
    margin: 6px 0 6px 0;
    text-align: left; 
    padding-bottom: 10px;
  } 
  
  
  .info-read-more {

    padding: 8px 12px;
    background-color: #f69d01;
    color: darkgreen;
    text-decoration: none;
    font-weight: bold;
  }
 
  
/***============ nav css ============****/
.navbar-brand img{
    width: 210px;
    max-width: 100%;
    height: auto;
}
.navbar-nav{
    /*padding-left: 60px; 
    padding-top:20px;
   */
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color:#FBA81B;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ED1E24;
    font-weight: bold;
}
.bg-light {
    background-image: url(../images/top-line.jpg);
    background-color: #FFF!important;
    -webkit-box-shadow: 0 3px 8px 0px #F3F3F3;
    box-shadow: 0 3px 8px 0px #F3F3F3;
    background-repeat: repeat-x;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: #2B5034;
}
.navbar-light .navbar-nav .nav-link {
    color: #2B5034;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Regular' !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.3rem;
padding-left: 1.3rem;
}

.navbar-expand-lg .navbar-nav li:last-child .nav-link{
    padding-right:0px;
}

.dropdown-menu{
    background-color:#f5f5f5;
    border-radius: 3px;
    width: 170px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    margin-top: 0px;
    border: 1px solid rgba(0,0,0,.10);
    padding-top:0px; 
}
.dropdown-menu li{border-bottom: solid 1px #ddd;}
.dropdown-menu li a{
    
    text-transform: none;
    font-size: 13px;
    padding:10px 20px;
}
.dropdown:hover > .dropdown-menu {display: block;}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-menu li:last-child{border-bottom: solid 0px transparent;}

.logo{
	width: 20%;
	padding-top: 20px;
	float: left;
}
.nav{
	width: 80%;
	float: left;
}
.nav ul{padding-top: 30px;}
.nav ul li{
	display: inline;
	list-style-type: none;
}
.nav ul li a{
color: #2B5034;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
font-family: arial;
font-weight: normal;
font-weight: bold;
padding: 15px 15px;
}
.dropdown-menu li a:hover{
    color:#FBA81B;
}

/***============ banner css ============****/

.banner{
    width: 100%;
    overflow: hidden; 
}

.carousel-inner img{
width:100%;
animation: scale 20s linear infinite;
}

.d-md-block{
    display: block;
    width: 395px;
    height: auto;
    background: rgba(41,82,52,0.8);
    border-left: 5px solid #FBA81B;
    padding: 15px 15px;
    color: #fff;
    font-size: 20px;
    text-transform: none;
    line-height: 25px;
    position: absolute;
    left: 90px;
    top: 20%;
    bottom: 20%;
    text-align: left
}
.d-md-block p{
    text-align: left
}

.d-md-block h2{
    font-family: 'ProximaNova-Black' !important;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    margin: 40px 0 10px 0;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    }

.d-md-block p{font-size: 18px;}
.d-md-block a{   
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    border-top: 2px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
}

section.banner .d-md-block a{
    font-size: 16px;
    border-top: 3px solid #FBA81B;
    padding: 5px 0px 0px 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    color:#FBA81B;
}
.banner .carousel-control-prev {left: -5%;}


/***============ fund a glance ============****/
.fund{
    margin-top: 30px;
    clear: both;  
}
p{
    animation: .5s .5s fade backwards ease-out;
}
.fund img{
    margin-bottom: 0px;
    width: auto;
    max-width: 100%;
    display: block;
    height: auto;
    -moz-transition: all 5s ease-out;
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

.fund img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.2);}

.fund .col-md-2{
    width: 20%;
    flex:none;
    max-width: 100%;
    padding-top:10px;
    padding-bottom:10px;
   }
.red{
    background-color:#da1b24;
    height:auto; 
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.red img{
   /* animation: scale 13s linear infinite;*/
    
}

.red:hover {
  background-color:#FF5F00;
  cursor: pointer;
  box-shadow: 0 1px 18px #EE941C inset
}
.orangedark{
  background-color:#e76522;
  height:auto;
   -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
   
}
.orangedark:hover {
  background-color:#FF5F00;
  cursor: pointer;
  box-shadow: 0 1px 30px #EE941C inset
}
.orangelight{
    background-color:#ee941c;
   height:auto;
    -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
   
}
.orangelight:hover {
  background-color:#FF5F00;
  cursor: pointer;
  box-shadow: 0 1px 30px #EE941C inset
}
.greendark{
    background-color:#295135;
    height:auto;
     -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  
}
.greendark:hover {
  background-color:#FF5F00;
  cursor: pointer;
  box-shadow: 0 1px 30px #EE941C inset
}
.greenlight{
    background-color:#9cbd37;
    height:auto;
     -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.greenlight:hover {
  background-color:#FF5F00;
  cursor: pointer;
  box-shadow: 0 1px 30px #EE941C inset
 
}


.fund h2{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 22px;
    border-top: #FAA819 solid 5px;
    display: inline-block;
    color: #2B5034;
    padding: 10px 0 10px 0;
    font-family: 'ProximaNova-Black' !important;
}
.fund h4{
font-size: 18px;
color: #FFF;
text-align: center;
line-height: 20px;
text-align: center;
letter-spacing: 1px;
font-family:'ProximaNova-Black' !important;
font-weight:normal;
background: none;
padding: 0px;
}

.wrapper-widget{
    padding-right: 15px;
    padding-left: 15px;
}
/***============ current ============****/
.current{
    margin-top: 30px;
}
.current .col-md-12{
    padding-left: 0px;
    padding-right: 0px;
}
.current h2{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 22px;
    border-top: #FAA819 solid 5px;
    display: inline-block;
    color: #2B5034;
    padding: 10px 0 10px 0;
    font-family: 'ProximaNova-Black' !important;
    margin-left: 10px;
}
.featured h6 {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    color: #000;
    padding: 3px 0 10px 0;
    font-family: 'ProximaNova-Black' !important;
    margin-top: 20px;
}
.featured p{font-size: 14px}
.pic{
    transition: transform .2s;
    overflow: hidden;
}
.pic img{
    width: 100%;
    -moz-transition: all 5s ease-out;
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out; 
    animation: scale 13s linear infinite;
}

/*.pic img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.2);  
}*/
.banner img {
    width: 100%;
    animation: scale 13s linear infinite
}

.zoom {
    animation: scale 20s linear infinite
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.current .carousel-control-next {
    right: -9%;
}
.carousel-control-prev {
    left: -9%;
}
.MultiCarousel { 
    float: left;
     overflow: hidden; 
     padding: 0px 0px; 
     width: 100%;
      position:relative;
     }
.MultiCarousel .MultiCarousel-inner { 
    transition: 1s ease all; 
    float: left; 
}
.MultiCarousel .MultiCarousel-inner .item { 
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div { 
    text-align: center; 
    padding:0px 0px; 
    margin:0px 20px 0px 0px;
     background:#FFF; 
     color:#666;
    }
.MultiCarousel .leftLst, 
.MultiCarousel .rightLst { 
    position:absolute; 
    border-radius:50%;
    top:calc(50% - 20px);
 }
.MultiCarousel .leftLst {
     left:0;
     }
.MultiCarousel .rightLst { 
    right:0; 
}
.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over { 
    pointer-events: none; 
    background:#dcdcdc; 
}
.current .btn-primary {
    color: #fff;
    background-color: #2B5034;
    border-color: #2B5034;
    border-radius: 0px;
    padding-top:10px;
}
.current .btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e76522;
    border-color: #e76522;
    box-shadow:none !important;
}
.current .btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(221,221,221,.5);
    
}
.current .carousel-control-next-icon,
.current  .carousel-control-prev-icon {
    width: 20px;
    height: 20px;

}
.carousel-control-prev, 
.carousel-control-next{
    opacity: 0.95;
}
.carousel.slide.homepage p{
    margin-bottom: 0px;
    font-size: 0;
    line-height: normal;
}

/***============ Section Social============****/
.social{margin-top:30px;}
.socialfeed h5{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;

}
.socialfeed ul li{list-style-type: none}
.socialfeed{
    background-color:#f2f2f2;
    padding: 25px;
    height: 600px;
    overflow: hidden;
}
.social h2{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 22px;
    border-top: #FAA819 solid 5px;
    display: inline-block;
    color: #2B5034;
    padding: 10px 0 10px 0;
    font-family: 'ProximaNova-Black' !important;
    /*margin-top: 20px;*/
    }

.socialfeed h6{
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    color: #000;
    padding: 0px 0 10px 0;
    font-family: 'ProximaNova-Black' !important;
    margin-top:0px;
    margin-bottom: 0px;
}
ul.socialfeed li p{font-size: 14px; text-align: left;line-height: 1.3;}
.socialfeed li{
    border-bottom: solid 1px #dddddd;
    list-style-type: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 1.3;
}
.socialfeed li:last-child {
    border-bottom: solid 0px #dddddd;}
span.readmore a{
    color: #ED1E24;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border-top: #ED1E24 solid 4px;
   /* padding: 5px 5px  0px 5px;*/
   padding: 5px 0px  0px 0px;
    text-decoration: none;
    margin-top: 15px;
    display:inline-block;
}
span.readmore1 a{
    color: #ED1E24;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 5px  0px 5px;
    text-decoration: none;
    margin-top: 15px;
}
span.readmore a:hover{
    border-top: #2B5034 solid 4px;
    color: #2B5034;

}

a.readmore{ 
  color: #ED1E24;
  border-bottom: solid 3px #ED1E24;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
a.readmore:hover{color: #000;}

/***============ Section footer============****/
.quick{
    padding-bottom: 30px;
}
.quick ul{
    width: 100%;
    padding-bottom: 20px;
}
.quick ul li {
    width: 50%;
    float: left;
    padding-right: 1%;
}
.quick li{ list-style-image: url(../images/icons/bullet.png);padding:5px 0px 0px 0px;}
.quick li:hover{ list-style-image: url(../images/icons/bullet-hover.png);}
.quick li a{color: #666;}
.quick li a:hover{color:#FBA800;}
.quick ul{padding:0px 15px;}

.footer{
    background-color:#f3f3f3;
    background-image: url(../images/top-line.jpg);
    background-repeat: no-repeat;
    color: #666;
    font-size: 13px;
   /* margin-top: 30px;  */
   margin-top: 50px;  
}

.footer h3{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    color: #6e6e6e;
    padding: 3px 0 10px 0;
    font-family: 'ProximaNova-Black' !important;
    margin-top: 30px;
}
.follow ul{padding:0px;}
.follow li{padding:0px 5px 0px 0px;}
.follow ul li{display: inline;}
.follow li img{
    height:45px;
    width:45px;
    display:inline-block;
}
.white{background-color:#FFF;padding-top:20px;}
.white img{margin-right: 20px;}
/***============ Why the fund============****/
.green{
background: #2B5034;
padding: 20px;
color: #fff;
}

.green #search-block-form{
float: right;
}

.green h1 {
    font-family: 'ProximaNova-Black' !important;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    margin: 10px 0px 0px 0px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    width: 98%;
}
/*
.green .form-control {
    color: #495057;
    background-color: #fff;
    border-radius: .0rem;
    font-size:13px;
}


.green .btn-outline-success {
    color: #fff;
    background-color: #FAA819 ;
    border-color: #FAA819;
    border-radius: .0rem;
    font-size:13px;
    padding: 8px 20px;
}

.green .btn-outline-success:hover {
    color: #fff;
    background-color:#da1b24 ;
    border-color:#da1b24;
    border-radius: .0rem;
    font-size:13px;
}
*/
h2.block-title {
    color: #2B5034;
    font-size: 25px;
    border-top: #FAA819 solid 5px;
    padding: 15px 0 0 0;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: -1px;
    width: 100%;

}

h3 {
    color: #2B5034;
    font-size: 25px;
    padding:0px 0 0 0;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'ProximaNova-Black' !important;
    letter-spacing: 3px;
    width: 100%;
}
.visit-website.link-impact{
  background-color:#295234;
  border-radius:5px;
  font-size: 17px;
  letter-spacing:1px;
  padding-top:13px;
  padding-bottom:13px;
  margin-top: 29px;
}
.partnersl .visit-website.link-impact{background-color:#dc8f00;}
.partnersl .visit-website.link-impact a:hover {
    color: #295234;
}
.partnersl .box-left {line-height: 230px;}
.partnersl .box-left img{max-width:100%;width: auto;height: auto;}
.section-knowledge-hub h2.block-title{
padding: 0px;
margin: 0px;
}
.page-node-.section-knowledge-hub h2.block-title{
    padding: 15px 0 0 0;
    margin-bottom: 15px;
}

h3.competition{
    color: #666;
    font-size: 20px;
    padding: 15px 0 0 0;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: 'ProximaNova-Black' !important;
}
.inner{
    font-size:15px;
    line-height:24px;
   /* padding: 0px 40px;*/
}
.col-md-9.inner.engage-with-us h2.block-title{
 border-top:transparent solid 0px;
 font-size: 30px;
}
.engage-top p{    
  width: 72%;
  font-size: 17px;
  margin-top: 30px;
}

.col-md-9.inner.engage-with-us .contacts{
/*background-color: #DC8F01;*/
background-color:#FFFFFF;
border-radius: 0.5rem;
padding: 20px 5px 20px 5px;
}
.col-md-9.inner.engage-with-us .contacts label {
    font-size: 16px;
    /*color: #FFF;*/
}
.form-row.captcha-section .col-md-6{padding-left:20px;padding-right: 20px;}
.form-row.captcha-section input{background-color:#F3F3F3;}
.col-md-9.inner.engage-with-us .form-row.contacts .form-group.col-md-4{
padding-right: 20px;
padding-left: 20px;
}
.col-md-9.inner.engage-with-us .form-row.contacts .form-group.col-md-12{
  padding-right: 20px;
  padding-left: 20px;
}
.fieldset-description{margin-bottom:30px}
.captcha-section .btn-primary {
    color: #fff;
    background-color: #2F5138;
    border-color: #2F5138;
    text-align: center;
    padding: 10px 35px;
    margin-top: 13px;
}
textarea, .col-md-9.inner.engage-with-us .contacts input{border-radius: 0.3rem!important}
.col-md-9.inner.engage-with-us .contacts  label {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.contacts .custom-control-inline {margin-left: 4rem;}
.form-row.captcha-section{
    margin-bottom: 35px;
    margin-top: 10px;
    color:#2F5138;
    font-size: 16px
}
.form-row.captcha-section legend{
  font-size:16px;
  text-transform: uppercase;
  color: #2F5138;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: normal;
}

.what a{
    color: #000;
    font-size: 14px;
    padding-left: 10px;
}

.what a:hover{color:#E61B25;text-decoration:none; }

.what{
    background-image: url(../images/left-bg.jpg);
    background-repeat: repeat-y;
    padding:10px 0px;
}
.what h3{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    color: #2B5034;
    padding: 15px 0 10px 0;
    font-family: 'ProximaNova-Black' !important;
}

.what ul{

margin: 0px;
padding: 0px;
}
.what li{
    list-style-type: none;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
}
.what li:last-child{border-bottom: solid 0px transparent;}
.leftimg{border-top: solid #FBA800 4px;}
.leftimg img{width:100%;}
.leftcont{background-color:#fea901;padding:38px 20px 45px 20px;}
.leftcont p{color:#FFF;font-size: 19px;text-align:center;line-height: 1.1;font-weight: bold;padding:0px 20px 20px 10px;}
.link{background-color: #FFF;color:#000;padding:15px 20px;border-radius:5px;font-size: 18px;font-weight:bold;width: 230px;margin:0 auto;}
.link a{color: #000;}
.link a:hover{color: #E61B25;}
.inner li {
    list-style-image: url(../images/icons/bullet.png);
    padding: 5px 0px 0px 10px;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin:0px;
    list-style: none;
    background-color:transparent;
    border-radius: .0rem;
    font-size: 14px;
    color: #FAA819;
}
.breadcrumb-item.active {
    color: #FAA819;
}
.breadcrumb a{
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #FAA819;
    content: "/";
}
.competition .carousel-item .img{
       height: 220px;
       overflow: hidden;
}
.competition img{
    float: left;
    margin-right: 20px;
    height:100%;
}
.winners .card{padding-bottom: 15px}
ul.winnerslist{
    margin: 0px;
    padding: 0px;
   background-color:#F3F3F3;
}
.winnerslist li{
    background-color:#F3F3F3;
    padding:15px 20px;
    margin: 10px 0px;
    font-size: 14px;
    color:#000;
    font-family: 'ProximaNova-Black' !important;
    border-left: #FAA819 solid 5px;
    border-bottom: #FFF solid 10px;
    list-style-image:none;
    list-style-type: none;
    text-transform: uppercase;
  
}
.winnerslist li:hover{
    background-color:#FAA819;
    border-left: #2B5034 solid 5px;
        
}
.carousel.slide.support .col-md-3{
    padding-right: 0px;
    padding-left: 0px;
}
.competition .carousel.slide.support .col-md-3 img{
margin: 0px;
}

.support .carousel-control-next-icon, .support .carousel-control-prev-icon{
    width: 50px;
    height: 50px;
    background-color: #000;
    background-size: 20px;
}

.support .carousel-control-next-icon{
    border-radius: 30px 0px 0px 30px;
}

.support .carousel-control-prev-icon{
    border-radius: 0px 30px 30px 0px;
}
.support .carousel-control-prev {
    left: -67px;
}
.support .carousel-control-next {
    right: -67px;
}
.left{border:solid 1px #295135;}
.left ul{padding-left: 15px}
.left li{ padding: 3px 0px }
.left li a{
    color:#000;
    font-size: 15px;
    font-weight: bold;
    font-family: 'ProximaNova-Regular';
    padding:15px 0px;
}
.left li a:hover{
    color:#EB001B; 
}
  
.winnerslist li a{
    color:#000;
}
.winnerslist li a:hover{
    color:#ED1E24;
}

.winners h5.mb-0{
    font-size: 15px;
    text-align: left;

}
/***============search page============****/

.page-search #search-form,
.page-user #user-login{
    max-width: 1300px;
    margin: 20px auto;
}
/***============Innovation Competition Round 1 Winners============****/
.round img{
    float: left;
    margin-right: 30px;
    max-width: 170px;
    height: auto;
}
.round ul{
    margin: 0px;
    padding: 0px;
}
.round li{
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 40px;
    display: block;
}

.round h3 {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    color: #000;
    padding: 3px 0 10px 0;
    font-family: 'ProximaNova-Black' !important;
    margin-top: 20px;
}
.banner-impact{margin-bottom: 30px;}
.banner-impact img{width: 100%;}
.impact-btn a{color:#fff;text-decoration: none;}
.impact-btn a:hover:hover{color:#2A5335;}
.visit-website.link-impact a:hover{color:#ED931C;}
span.please{font-size: 13px;padding-top: 10px;}
.impact-btn{
background-color: #ED931B;
height: auto;
text-align: center;
color: #fff;
border-radius: 5px;
padding-top: 15px;
padding-bottom: 15px;
}

.impact-bar{
  border-top: solid 5px #ED931B;
  padding-top: 40px;
  padding-bottom: 10px;
}
.col-md-12.impact-bar{
  padding-left:0px;
  padding-right: 0px;
}

.infographics-icons img{margin-right:5px;margin-top:30px;}

.impact-bar .col-md-12 .impact-btn{max-width:230px;margin-top:0px;} 
.Inforgraphics .col-md-6{margin-bottom: 30px;}

.impact-bar .col-md-9{padding-left:40px;}
.box-left{
  background-color:#F7F7F7;
  text-align: center;
  line-height:170px; 
}


#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
     background: #2B5034 ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    z-index:99;
}

#status {
    width:50px;
    height:30px;
    position:fixed;
    left:50%;
    top:50%;
   margin:-25px 0 0 -15px;
}


#status #loader {
    border: 3px solid transparent;
    border-top-color: #2B5034;
    border-radius: 50%;
    animation: loader 2s linear infinite; 
}
    #status #loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border: 3px solid transparent;
      border-top-color: #FAA819;
      border-radius: 50%;
      animation: loader 3s linear infinite;
     }
     #status #loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border: 3px solid transparent;
      border-top-color: #E61B25;
      border-radius: 50%;
      animation: loader 1.5s linear infinite; }
      #status #loader img {
      max-width: 100%;
      width: 60px;
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      bottom: inherit; 
    }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } 
  }




/**==========================================**
        REVEAL CSS 
**===========================================**/
#revealer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 2000;
    pointer-events: none;
    top: 50%;
    left: 50%;
    opacity: 0; }
  
  .revealer__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  
  body.loaded .revealer__layer {
    -webkit-animation: anim-effect-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
    animation: anim-effect-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards; }
  
  body.loaded .revealer__layer:nth-child(2) {
    -webkit-animation-name: anim-effect-2;
    animation-name: anim-effect-2;
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  
  body.loaded .revealer__layer:nth-child(3) {
    -webkit-animation-name: anim-effect-3;
    animation-name: anim-effect-3;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  
  @-webkit-keyframes anim-effect-1 {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    35%, 65% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    100% {
      -webkit-transform: translate3d(0, -200%, 0);
      transform: translate3d(0, -200%, 0); } }
  @keyframes anim-effect-1 {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    35%, 65% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    100% {
      -webkit-transform: translate3d(0, -200%, 0);
      transform: translate3d(0, -200%, 0); } }
  @-webkit-keyframes anim-effect-2 {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    45%, 55% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
      animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    100% {
      -webkit-transform: translate3d(0, -200%, 0);
      transform: translate3d(0, -200%, 0); } }
  @keyframes anim-effect-2 {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    45%, 55% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
      animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    100% {
      -webkit-transform: translate3d(0, -200%, 0);
      transform: translate3d(0, -200%, 0); } }
  @-webkit-keyframes anim-effect-3 {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    45%, 55% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
    100% {
      -webkit-transform: translate3d(0, -200%, 0);
      transform: translate3d(0, -200%, 0); } }
  @keyframes anim-effect-3 {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    45%, 55% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
    100% {
      -webkit-transform: translate3d(0, -200%, 0);
      transform: translate3d(0, -200%, 0); } }
  .no-csstransitions #revealer {
    display: none; }
  
  /**==========================================**
        PRELOADER CSS 
  **===========================================**/
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #FAA81A; }
    
    .loader {
      width: 250px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: helvetica, arial, sans-serif;
      text-transform: uppercase;
      font-weight: 900;
      color: #fff;
      letter-spacing: 0.2em;
    }
    .loader::before, .loader::after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background: #fff;
      position: absolute;
      -webkit-animation: load 0.7s infinite alternate ease-in-out;
              animation: load 0.7s infinite alternate ease-in-out;
    }
    .loader::before {
      top: 0;
    }
    .loader::after {
      bottom: 0;
    }
    
    @-webkit-keyframes load {
      0% {
        left: 0;
        height: 30px;
        width: 15px;
      }
      50% {
        height: 8px;
        width: 40px;
      }
      100% {
        left: 235px;
        height: 30px;
        width: 15px;
      }
    }
    
    @keyframes load {
      0% {
        left: 0;
        height: 30px;
        width: 15px;
      }
      50% {
        height: 8px;
        width: 40px;
      }
      100% {
        left: 235px;
        height: 30px;
        width: 15px;
      }
    }




/***============ Accordian Filters style ============****/
ul.pagination{
    margin: 0 auto;width: 50%;
}
.pagination li{
    list-style-image: none
}
.page-item.active .page-link ,.pager.pagination .pager-current.page-item{
    background-color: #DA1B24;
    border-color: #DA1B24;
    padding: 0.5rem .95rem;
    height: 35px;
    line-height: normal;
    margin-top: 7px;
}
.item-list ul.pager.pagination  li{
margin: 0px;
}
.list-articles p{
    text-align: justify;
}
.list-articles p:first-of-type {
    color: #2B5034;font-weight: bold;
}
.list-articles {
   /* padding-top: 4rem;
    border-bottom:2px solid #f5f5f5;
    padding:30px 0px 30px 0px;
    margin-bottom: 20px;*/
    border-bottom: 2px solid #f5f5f5;
    padding: 10px 0px 10px 0px;
}

.list-articles h6{
font-size:12px;
font-style: italic;
border:none;
color: #ED1E24;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
padding: 5px 5px 0px 5px;
text-decoration: none;
margin-top: 0px;
margin-bottom: 0px;
}
span.separator{color: black;padding: 0px 5px;}
.list-articles h3{
   margin: 0px 0px;
   font-size: 1.3rem;
   line-height: 1.9rem;
   color: #000;
   padding: 10px 0px 10px 0px;
   font-family: 'ProximaNova-Black' !important;
}
.list-articles img {
    width: 100%;
    display: block;
    
}
h5.mb-0{
    padding:10px 10px;
    font-size:12px;
    font-weight: normal;
    display: block;
}
.filter .btn-link{
    font-weight: 400;
    color: #2B5034;
    background-color: transparent;
    font-family: 'ProximaNova-Black' !important;
    text-transform: uppercase;
    padding: .0rem 0rem;
    border-radius: none;
    border:none;
    text-align: left;
}
.photo img{
    height:250px;
    overflow: hidden;

}
/***=======================portfolio========================***/
.btn-link:hover{color: #ED1E24;}
.winners .card-body{padding:0px 1.25rem;}
.card{
    background-color:transparent;
    border-radius:0px; 
    border:none;
}
.winners .card-header {
      background-color:transparent;
      border-bottom:none;
      padding:0rem 0rem;
}
.winners h5.mb-0{
   padding: 0px;
   margin: 0px;

}
.btn{padding: 5px 0px;}
.btn-link {
    font-weight: 400;
    color: #2B5034;
    font-weight:12px;
    background-color: transparent;
    font-family: 'ProximaNova-Black' !important;
}
 
.card-header:after{
   content: "\f107";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 1px;
    right: 10px; 
}
/***=======================end portfolio========================***/
.filter .card{
    background-color:#f2f2f2;
    border-radius:0px; 
    border:none;
}
.filter .card-header {
    padding: .40rem 1.25rem;
    margin-bottom: 0;
    background-color:#f2f2f2;
    border-bottom: 1px solid #dddddd;
}
.filter .card-header:first-child {border-top:none;}
.filter .card-body{
   border-bottom: 1px solid rgba(0,0,0,.125);
   background-color:#FFF;
   padding: 1.25rem 0.6rem;
}
.filter .card-body .form-group {margin-bottom:0px;}

.formfilters fieldset.date legend {
  margin:0px 0px 10px 0px;
  font-size: 100%;
  text-align: left;
  font-weight: bold;
  font-family:'ProximaNova-Regular';
  font-size: 14px;
  color: #333;
}

.formfilters fieldset.date label {
  position: absolute;
  top: -20em;
  left: -200em;
}

.published fieldset.date select {
  padding: 5px 5px;
  font-size: 11px;
}

.formfilters fieldset.date select {
margin: 0;
padding: 5px 10px;
font-weight: normal;
font-family: 'ProximaNova-Regular';
font-size: 13px;
display: inline;
}

.formfilters .published option {
    padding: 5px 0px;
    font-size: 11px;
}
.formfilters .published fieldset.date select{
     font-size: 11px;
     padding: 5px 0px;
}

.formfilters span.inst {
  font-size: 12px;
  color: #f71212;
  padding-left: .25em;
}


.formfilters fieldset.date .formfilters select:active,
.formfilters fieldset.date .formfilters select:focus,
.formfilters fieldset.date .formfilters select:hover
{
  border-color: gray;
  background-color: lightyellow;
}

/***============News and Events============****/
.news{
    background-color:#F2F2F2;
    padding-bottom: 20px; 
}
.news p{padding:20px 20px;}
.news h6{
    padding:20px 20px 0px 20px;
    background-color:#FAA819;
    color: #FFF;
    font-weight: normal;
}
.news h3{
    padding: 10px 20px;
    background-color: #FAA819;
    font-size: 1.0rem;
    color: #FFF;
    font-weight: normal;
    line-height: 1.4rem;
    font-family: arial !important;

}

.red1.news h6{
    background-color: #ED1E24;
    font-weight: bold;
 
}
.red1.news h3{
    padding:10px 20px;
    background-color:#ED1E24;
    
}

.news span.readmore a{}
.events .list-articles {
    border-bottom: 0px solid #f5f5f5;
    padding: 15px 0px 0px 0px; 
}
/***============ Contacts Form===========****/
.marker, .form-required {color: #f00; font-size:17px !important;}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 10px;
}

.contacts,
#views-exposed-form-knowledge-hub-knowledge-hub-filtering-page{
    background-color:#F2F2F2;
    padding: 20px 20px 20px 20px;
    margin: 0 auto;   
}
#views-exposed-form-knowledge-hub-knowledge-hub-filtering-page{
  padding: 0;
}
.filter  #views-exposed-form-knowledge-hub-main-knowledgehub-page .card-body
{
    padding: 10px 0px;
}
.contacts .views-exposed-form .views-exposed-widget,
#views-exposed-form-knowledge-hub-knowledge-hub-filtering-page .views-exposed-form .views-exposed-widget{
float: none;
padding: 0px;
}

.contacts .btn-primary {
    color: #fff;
    background-color: #FAA819;
    border-color: #FAA819;
    padding: 5px 25px;
    font-size: 12px;
}
.contacts .btn-primary:hover {
    color: #000;
    background-color: #DA1B23;
    border-color: #DA1B23;
   }
.contacts label {
    font-size: 14px;
    color: black;
    font-weight: bold;
    }
.master{
        background-color: #FFF;
    color: #212529;
    padding: 0px 25px 25px 25px;
    
    font-size: 17px;
    }

.kpmg{
        background-color:#FFF;
    color: #212529;
    padding: 25px 25px;
    margin-top: 25px;
    font-size: 17px
    }
.master h2,.kpmg h2{
  color: #2B5034;
    border-top: #DC8F01 solid 5px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }
.kpmg a,.master a{color:#212529;}
.captcha-section{color:#000;}
.container.social .row{margin-bottom: 30px;}
.visit-website a{color: #fff;text-decoration: none;}
.square-logo{
  background-color: #F3F3F3;
    border-radius: 0.5rem;
    padding: 25% 22px 25% 22px;
    text-align: center;
    min-height: 298px;
    max-height: 298px;
}
.form-control{
       border: 1px solid #ddd;
       border-radius: 0px;
    }
  .visit-website{
    font-size: 25px;
    background-color: #DC8F01;
    border-radius: 0.5rem;
    color:#fff;
    padding-top:8px;
    padding-bottom:8px;
    text-align: center;
    max-width: 274px;
  }
.filter img{
        max-width: 100%;
        display: block;
        height:auto;
       padding:30px 20px;
        background-color:#F2F2F2;
        border-bottom: solid 1px #dddddd;
    }
.filter h6{
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    line-height: 13px;
    color: #000;
    padding: 3px 0px 10px 0;
    font-family: 'ProximaNova-Black' !important;
    margin-top:10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dddddd;
    list-style-image: url(../images/icons/bullet.png);
    }
.filter ul.map{
background-color:#F2F2F2;
padding: 10px 40px 30px 40px;
}

.flag{
   border-bottom: #ffd966 solid 4px;
   height: 75px;
   overflow: hidden;
   width: 80%;
   clear: both;
   margin-bottom: 20px;  
}
.flag img{
max-width:100%;
height: 100%;
margin-bottom:20px;
    }
.fleft{float:left;width:auto;height:56px;}
.fright{float:right;width:auto;height: 56px;}
.fright img{float:right;}

.dropdown:hover .dropdown-menu {display: block;}
.dropdown-menu {margin-top: 0px;}
.dropdown::after {
    display: inline-block;
    float: right;
    width: 0;
    margin-top: -20px;
    height: 0;
    margin-left: 0px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    }

.container.overview{max-width: 1100px;}
.hub figcaption{ font-style: italic;display: block;width: 40%;line-height: 1.2;color:#000;}
.overview .col-md-6{
    padding-right: 20px;padding-left: 0px;
}
.page-projects-supported .overview .col-md-6{
    padding-right: 15px;
    padding-left: 15px;
}

.logothumb{
    border: #FAA819 solid 2px;
    padding: 10px;
    text-align: center;
    height: 250px;
    display: table;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}
.logothumb img{
    width: 60%;
    max-width: 100%;
    height: auto;
    display: initial !important;
}
.logothumb a{display: table-cell;vertical-align: middle;}
.contimg img{width: 100%;display: block;height: auto;}
.contimg{max-width:800px}
.finder hr{
    border-top: #FAA819 solid 5px;
    width: 100px;
    margin-top: 1.5rem;
    margin-bottom: 0rem;
  }
  
.finder h2{
    display: block;
    width: 100%;
    font-size: 20px;
    border-top: #FAA819 solid 0px;
  }

.finder a{color:#2B5034;}
.finder a:hover{color:#DA1B24;}
/*====.accordion section=====*/
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "\f107";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    font-size:26px;
    color: #2B5034;
}
.panel-heading .accordion-toggle .active:after {content: ""; }
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f105";    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading {
    padding: 15px 0px 15px 0px;
    border-top: #FAA819 solid 5px;
    width:45%;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
h4.panel-title{    
font-size:20px;
color:#2B5034;
font-family: 'ProximaNova-Black' !important;
}
.panel-title a{    
font-size:20px;
color:#2B5034;
font-family: 'ProximaNova-Black' !important;
}
.panel-body{padding-bottom: 20px;}

.panel {
    padding: 1.25em;
    background: #F3F3F3;
    /*height: 495px;*/
    height:525px;
    overflow-x: hidden;
}
.tumbnail-slider{
    padding: 2em;
    background: #F3F3F3;
    margin-top: 30px;
}
.tumbnail-slider .container.current{
    padding-top: 0px;
    margin-top: 0px;
}
.tumbnail-slider .container.current h2{
    margin-left:0px;
}
.share-button.panel{
    height: auto;
    padding:15px;
    margin: 0px;
}

.panel.panel-default{
    padding:initial;
    background: initial;
    height: auto;
}

p#skip-link{
display: none;
}

.panel ul li h5{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

.panel ul li  p {
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    clear: both;
    margin: 0px;
}

.panel ul li {
    border-bottom: solid 1px #dddddd;
    list-style-type: none;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    line-height: 1.3;
}

.form-item, .form-actions,.form-control,.form-row > [class*="col-"]{
    margin: 0px;
    width: 100%;
}

.container.current .projectholder{
    padding-right: 5px;
    padding-left: 5px
}

.container.social .col-md-6  .panel{
    padding:0em 0em 1.25em 0em;
}
.container.social .col-md-6  h6,
.container.social .col-md-6  p,
.container.social  .col-md-6  span.readmore{
padding-left: 19px;
padding-right: 19px;
clear: both;
}
.container.social  .col-md-3  span.readmore{
    clear: both;
    display: inline-grid;
}
.panel .user [data-scribe="element:user_link"],
.panel .user [data-scribe="component:author"]{
    display: inline-block;
    color: #000;
    font-weight: bold;
}


.panel .user [data-scribe="element:user_link"] img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.panel .user{
    margin: 0px 0px 10px 0px;
}
.panel .interact a{
     margin-right: 10px;
    font-weight: bolder;
    color: #2C5135;
}
.panel .timePosted a{
    color:#FAA81A;
}
.support .col-md-2,
.section-sector .col-md-3{
width: 20%;
flex: none;
max-width: 100%;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}

.ih-item.square.effect13 .img{overflow: hidden;}

.ih-item.square.effect13.bottom_to_top a:hover .info {
padding-left: 10px;
padding-right: 10px;
}
ul{
    padding: 0px;
}
ul.countries {
    width: 100%;
    padding-bottom: 20px;


}
ul.countries li {
    width: 20%;
    float: left;
    padding-right: 1%;

}
.pdf{clear: both;}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color:#2B5034;
}

.rrssb .rrssb-text{font-size: 10px !important}
.rrssb-facebook .rrssb-icon{background-repeat: no-repeat !important;}
.rrssb-twitter .rrssb-icon{background-repeat: no-repeat !important;}
.rrssb-linkedin .rrssb-icon{background-repeat: no-repeat !important;}
.rrssb-print .rrssb-icon{background-repeat: no-repeat !important;}
.rrssb-email .rrssb-icon{background-repeat: no-repeat !important;}
.rrssb-googleplus .rrssb-icon{background-repeat: no-repeat !important;}
.rrssb {padding-top: 5px !important;}
.rrssb-buttons li a:hover {color: #FFF;}
.rrssb li {padding: 0.25em !important;}
/* left banner*/

.leftbanner{border-top: solid #FBA800 5px;}
.leftbanner .d-md-block{
background-color: #F46A2B;
padding: 38px 20px 45px 20px;
display: block;
width: 100%;
height: auto;
border-left: 5px solid transparent;
padding: 15px 15px;
color: #fff;
font-size: 20px;
text-transform: none;
line-height: 25px;
position: relative;
left: 0px;
top:0;
bottom:0;
text-align: left;
}

.leftbanner h5 {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 1.1;
    font-weight: bold;
    padding:20px 15px 20px 15px;
}
.leftbanner p{
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 1.1;
    font-weight: bold;
    padding:0px 15px 0px 15px;
}
.link{
background-color: #FBA800;
color:#000;
padding:8px 20px;
border-radius:0px;
font-weight:bold;
width: 200px;
margin:0 auto;
}

.leftbanner .d-md-block a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    border-top: 2px solid transparent;
    font-weight: bold;
    text-transform: none;
    text-align: center;
    display:block !important;
}
.link a{color: #000;}
.link a:hover{color: #E61B25;}


.modal-form .modal-content{background-color:#2B5237;border-radius: 1.3rem;padding:20px;}
.modal-button{color:#ED1E24;font-family: 'ProximaNova-Regular';font-size: 15px;font-weight:bold;}
.modal-button:hover{color:#2A5236;text-decoration: underline;}
.modal-form .clearfix{padding:20px 0px 0px 0px;clear: both; max-width: 390px; margin:0 auto;font-size: 15px;}
.modal-form h5.modal-title{color: #fff;}
.modal-form label {color: #fff;}
.modal-form .form-group {margin-bottom:25px;}
.modal-form input[type="text"].form-text{
    font-size: 1.1rem;
    height: 50px;
    color:#000;
    border: 1px solid #2B5237;
    font-weight:bold;  
    background-image:linear-gradient(#E0E0E0, #FFF, #E0E0E0);
}
.modal-form .form-row>.col, .form-row>[class*=col-] {
    padding-right:5px;
    padding-left:5px;
}

.modal-form .modal-dialog{max-width:500px }
.modal-form .modal-body{padding-left:25px; padding-right:25px;}
.modal-form .modal-body .col-md-6{padding-right:20px;}
.modal-form .modal-body .col-md-6:last-child{padding-right:5px;}
.modal-form .btn-primary {
    font-size: 1.1rem;
    color: #000;
    background-color: #9CBD38;
    border-color: #9CBD38;
    width:150px;
    border-radius: 0px;
    height: 50px;
    padding: 6px 3px;
    float: right;
    background-image:linear-gradient(#9CBD38, #FFF, #9CBD38)
    font-weight:bold;
}
.modal-form textarea.form-text ,select.form-text {
   font-size: 1.1rem;
   font-weight:bold;
   color: #000;
   padding-top: 15px;
   background-image:linear-gradient(#E0E0E0, #FFF, #E0E0E0);
}
select.form-text {height: 50px;}
.modal-form select.form-text {border: 1px solid #2B5237;}
.modal-form .close {font-size: 2.5rem;color: #FFF;opacity:unset;}
.modal-form .modal-header {
    padding:0px 1rem;
    border-bottom: 1px solid transparent;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-form .modal-header .close {
    padding: 1rem 1rem 0rem 1rem;
    margin: 0rem 0rem 0rem auto;
    outline: none;
}
.modal-form .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #9CBD38;
    text-shadow: 0 1px 0 #9CBD38;
}


.modal-backdrop{
       z-index: 9;

}

.section-knowledge-hub .container.social, body.page-portfolio-impact .container.social{
z-index: 99;
position: relative;
}

.modal-form #edit-actions,.modal-form .msgbox{
    padding:20px 20px 20px 20px;
}

.modal-form #edit-actions a,.modal-form .msgbox{
    color:#fff;
}
.modal-form .item-list ul li{
    margin: 0;
    padding: 0;
}
.bar-top .fa.fa-times{color:#FBA81B;font-size: 16px;padding:20px;}
.bar-top{
  color:#FFF;
  margin-bottom: 10px;
  background-color:#2B5237;
}
.bar-topleft{
  background-color:#FBA81B;
  font-size:20px;
  text-align: center;
  padding: 15px 20px;
}
.bar-topright{
    font-size: 18px;
    text-align: left;
    padding: 15px 20px;
}
.learnmore{
  background-color:#9DBD38;
 padding-top:10px;
 padding-bottom: 10px;
 text-align: center;
 width: 120px;
 margin-top:10px;
 margin-bottom: 10px;
 color:#FFF;
 text-transform: uppercase;
 float: left;
}
.learnmore a{color:#fff;font-size: 13px;}
.learnmore a:hover{color:#000;text-decoration:none;}
.covid-content{
  background-color:#F3F3F3;
  padding:30px 20px; 
  margin-top: 40px;
}
.covid-content p{
font-size:22px;
line-height: 30px;
text-align: left;
}

.covid-banner img{
width:100%;
max-width: 100%;
height: auto;
display: block;
}
.covid-content a{
color:#FAA001;
text-decoration: none;

}