:root {
  --main-color: #28275A;
  --main-color-fade: #28275a2d;
  --theme-light-yellow: #f1d54b18;
  --theme-dark-brown:#A78E20;
  --theme-dark-yellow: #818027;
  --theme-dark-green: #227285;
  --theme-dark-pink: #900072;
  --theme-dark-pink-fade: #f796be;
  --theme-dark-yellow-fade: #afad3021;
  --theme-dark-green-fade: #22718521;
  --theme-dark-pink-fade: #90007121;
  --light-grey:#3d3d3d;
  --dark-grey: #222222;
  --yellow: #F1D44B;
  --white50: rgba(255,255,255,0.5);
  --grey30: rgba(0, 0, 0, 0.03);
  --grey8: rgba(0, 0, 0, 0.8);
  --grey5: rgba(0, 0, 0, 0.5);
  --grey9: rgba(0, 0, 0, 0.9);
  --grey2: rgba(0, 0, 0, 0.2);
  --grey05: rgba(0, 0, 0, 0.05);
  font-size: 16px;
}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
body {
  margin: 0;
  font-family: 'proxima-nova', sans-serif;

}

.row.top-section.home-page{
  display:flex;
  flex-direction: column;
  padding-top:0;
}
.alert{
  height: 12vh;
}
.alert-content{
  margin: 2rem 0rem 0rem 0rem;
  height: 10vh;
  width: 80vw;
  background-color: var(--accent-color);
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.close{
width: 5%;
text-align: right;
margin-right: 20px;
}
a.close{
  font-size: 2rem;
  text-decoration: none;
  color: var(--secondary-color);
}
.text-alert{
  text-align: center;
  width:95%;
}
p.text-alert{
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 1rem;
}
#sub-text{
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 1rem;
}
a#text-link{
  color: var(--dark-grey);
text-decoration: none;
font-weight: 600;
}
.page-body .alert-section  a{
  color: #ffffff;
}
.key-docs ul{ 
line-height: 2;
}
@media screen and (min-width: 320px) and (max-width: 780px){
.alert{
  height:16vh;
}
  .alert-content{

      height: 20vh;
      border-radius: 25px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    p.text-alert{
      color: var(--secondary-color);
      font-weight: 600;
      font-size: 1rem;
      margin: 0 1rem;
    }
    #sub-text{
      color: var(--secondary-color);
      font-weight: 400;
      font-size: 0.8rem;
    }
    .text-alert{
      margin-left: 20px;
    }
  }
/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: var(--dark-grey);
  height: 12vh;
  display: flex;
  flex-direction: row;
  width:100%;
  justify-content: space-between;
  z-index:-1;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a img{
  width: 100px;
}

.menu-bars{
  width: 20%;
display:flex;

align-items: center;
}
.bar-wrap{
  /* background-color: rgba(255,255,255,0.05); */
  width: 50px;
}
.bar-wrap:hover {
   background-color: rgba(255, 255, 255, 0.137);
}

.menu-items{
  display:none;
}
/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  left: 0;
  top: 0;
}

.top_logo {

width:60%;
display: flex;
align-items: center;
justify-content: center;
}

.lang-select{
  width:20%;
  display:flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right:20px;
  font-weight: 300;
}
.top_logo img#afd-logo-style{
  margin: 5px 25px;
  height:80px; 
  width:auto; 
}
.top_logo img#expertise-logo{
  margin: 5px 40px 5px 0px;
  height:50px; 
  width:auto; 
}
.alert-section{
  bottom: 100px;
  position: absolute;
  padding: 1.5rem 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 60vw;
  left: 0;
  right: 0;
  border-radius: 40px;
  background-color: var(--main-color);
  text-align: center;
  z-index:100;
}

.alert-section.cookies{
  bottom: 5px;
  position: absolute;
  padding: 0.5rem 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 80vw;
  left: 0;
  right: 0;
  border-radius: 0px;
  background-color: var(--dark-grey);
  text-align: center;
  z-index:100;
}
.page-body .alert-section .cookie-description p
 {
   margin-bottom:10px;
  font-size: 0.9em;
}
.alert-section h3{
  color: var(--yellow);
  text-transform: uppercase;
  margin:0 0 1rem 0;
}
.page-body .alert-section p{
  font-weight: 400;
  font-size: 1.2rem;
  color: #ffffff;
  margin:0 0 1rem 0;
}
.alert-section .main-button{
  padding:0;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.alert-section .main-button a{
  padding: 10px 20px;
  margin: 0 20px;
  background-color: #ffffff;
  color: var(--main-color);
  text-transform: uppercase;
  border-bottom: none;
}
.alert-section .main-button.cookie-button a{
  margin: 0 10px;
}
.alert-section .main-button.cookie-button a#close-button{
  padding: 5px 10px;
  background-color: #991234;
  color: #ffffff;
  cursor: pointer;
}  
.alert-section .main-button.cookie-button a{
  padding: 2px 5px;
  font-size: 0.8rem;
}  
.alert-section .main-button.cookie-button a#close-button{
  padding: 1px 5px;
  font-size: 0.8rem;
  background-color: #991234;
  color: #ffffff;
  cursor: pointer;
} 
.winners-map img{
  height: 400px;
} 
.winners-map{
  text-align: center;
}
.topic-row{
  display: flex;
  flex-direction: column ;
  max-width: none;
margin-left: auto;
margin-right: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.topic-column{
  -webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.topic-column.description{
  background-color: var(--main-color);
}
.winner-wrap{
  display:flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 4rem;
  height:350px;
}
.winner-items p{
  margin:0;
  font-weight: 600;
}

.page-body .topic-column .winner-items p.authors{
  margin:0;
  font-size: 1rem;
}
.winner-items p.authors{
  margin:0;
  color: var(--theme-blue);
}
.page-body .topic-column .winner-items p.date-format{
  margin:0.5rem 0;
  font-weight: 400;
  font-size: 1rem;
}
.winner-items p.date-format{
  margin:0.5rem 0;
  color: var(--theme-blue);
}
.winner-wrap.winner-items{
  background-color: var(--theme-light-yellow);
border: 0.5px solid var(--theme-dark-brown);

}
.topic-column .winner-title{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.page-body .topic-column .winner-title h1{
  text-transform: uppercase;
  font-weight: 200;
  color:var(--yellow);
  font-size: 2rem;
  margin-bottom:0;
}
.page-body .topic-column a{
  text-decoration: none;
  border-bottom:none;
}
.page-body .topic-column .winner-items h1{
margin-bottom: 0.5rem;
}
.page-body .topic-column .winner-items.blog h1{
  font-size: 1.3rem;
  }
.page-body .topic-column .winner-title p{
  color: var(--yellow);
  font-weight: 200;
  font-size: 1rem;
}
.page-body .winner-items h1{
  text-transform: none;
}
.page-body .topic-column p{
  font-weight: 300;
  line-height: 1.4;
  margin: 1rem 0;
}
.page-body .topic-column p .grant_amount{
padding: 0.5rem 1rem;
color: #ffffff;
background-color: var(--theme-dark-brown);
}
.page-body .topic-column h1{
  font-weight: 400;
  line-height: 1.5;
}
table{
  border:0;
  text-align: center;
  margin-bottom: 2rem;
}
td{
  border:0;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1100px){
.top_logo img#afd-logo-style{
  margin: 5px 25px;
  height:60px; 
  width:auto; 
}
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .topnav {
    overflow: hidden;
    background-color: var(--dark-grey);
    height: 30vh;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .top_logo {
    padding: 0 !important;
    width:100%;
    flex-direction: column-reverse;
    }
    .top_logo img{
      width:25%;
      }
    .lang-select{
      width: 100%;
      justify-content: center;
      margin-right:0;
    }
    .top_logo img#afd-logo-style{
      margin: 5px 0px;
      height:70px; 
      width:auto; 
    }
    .top_logo img#expertise-logo{
      margin: 20px 0px 5px 0px;
      height:50px; 
      width:auto; 
    }
    .lang-select img{
      display:none;
    }
    .menu-bars
      {
        width:10%;
      }
      .alert-section .main-button{
        padding:0;
        display:flex;
        flex-direction: column;
      }
      .apply-now .main-button{
        padding:0;
        display:flex;
        flex-direction: column;
      }
      .alert-section .main-button a{
        margin-top: 10px;
      }
      .apply-now .main-button a{
        margin-top: 10px;
      }
      .apply-now{
        padding: 2rem 1rem;
      }
      .alert-section{
        bottom: 5;
        position: absolute;
        padding: 1.5rem 1rem;
        margin: 0 1em;
        border-radius: 50px;
        background-color: var(--dark-grey);
        text-align: center;
      }
}
.lang-select a{
  color: #ffffff;
  text-decoration: none;
}
.lang-select a.active{
  color: var(--yellow);
  font-weight:600;
}

#myLinks{
  display:none;
  width: 300px;
  height: calc(100vh - 50px);
  z-index:100;
  text-align: right;
  position: absolute;
  top:50;
}

.menu-items{
  display:flex;
  flex-direction: column;
  height:100%;
}
.menu-items a{
  padding:20px;
  text-decoration: none;
  font-size:16px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  width:100%;
}
.menu-sub{
  width:100%;
  height:100%;
  background-color: #1f1f1f;
  display:flex;
  justify-content: center;
  align-items: center;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.menu-sub:hover {
  width:100%;
  height:100%;
  background-color: #161616;
  display:flex;
  justify-content: center;
  align-items: center;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.menu-sub:hover a{
color: #ffffff;
}
.row{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.top-hero{
  padding-bottom: 2rem;
}
.row.top-section{
  display:flex;
  flex-direction: column;
  background-blend-mode: multiply;
background-color: var(--main-color);
background-image: url(../images/hero-2.png);
background-size: cover;
background-position:55% 55%;

height: 40vh;
}
.row.top-section.blog{
  padding: 1rem 12rem;
  height: 30vh;
}
.row.top-section.blog h1{
  font-size: 1.8rem;
  text-transform: unset;
}
.row.collab{
  padding: 4rem 0;
}
.row.top-section h1{
 color: var(--yellow);
 font-size: 3rem;
 font-weight: 100;
 margin-bottom: 0;
 text-transform: uppercase;
}
.row.top-section h1 span.bold{
  font-weight: 600;
  font-size: 3.1rem;
}
.row.top-section h4{
  color:white;
  font-size: 1.5rem;
  font-weight: 300;
  margin:0;
  /* border-bottom: 1px dotted white; */
  text-transform: uppercase;
 }
 .page-body{
   padding: 0rem 0rem;
 }
 .section-box.privacy-policy{
  padding: 2rem 15rem;
 }
 .page-body h1{
   font-weight: 600;
   margin-top:0;
   font-size: 1.5rem;
   text-transform: uppercase;
   color:var(--main-color);
 }
.callout{
  padding: 0 0 2rem 0;
}
.section-box{
  padding: 2rem 10rem 0 10rem;
}
.section-box.domain-section{
  padding: 2rem 4rem 0 4rem;
}
.page-body p{
font-weight: 300;
font-size: 1.1rem;
line-height: 1.5;
color: var(--light-grey);
 }
 .page-body ol{
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--light-grey);
   }
   .page-body ul{
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--light-grey);
     }
  
 .page-body a{
   color: var(--light-grey);
   text-decoration: none;
   font-weight: 600;
   border-bottom: 2px dotted var(--yellow);
 }
 .actionable_insights{
   display:flex;
   flex-direction: column;
   padding: 0 1rem;
 }
.actionable_insights a{
/* background-color: var(--main-color50); */
color: var(--main-color);
border-bottom: 2px dotted var(--yellow);
padding: 1rem 0;
text-decoration: none;
 }
 .page-body .actionable_insights p{
  margin-top: -1.5rem;
  margin-left: 1.5rem;
  margin-bottom:0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
 }
 .actionable_insights a:hover{
  transition: all .6s ease;
  background-color: var(--main-color-fade);
  border-bottom: 2px dotted var(--main-color);
   }
   .topic-column.domain-row{
    height: 280px;
    display: flex;
    align-items: flex-start;
    padding-bottom: 4rem;
    background-color: var(--main-color-fade);
    /* background-size: 200px;
    background-position: center center;
    background-repeat: no-repeat; */
    color: var(--main-color);
  }
  .domain-row img{
    height: 120px;
  }
.domain-padding{
  padding: 1rem 2rem 1rem 2rem;
}
.topic-column.domain-row:nth-child(even) .domain-padding{
  padding: 0 12rem 0 8rem;
}

.topic-column.domain-row:nth-child(odd) .domain-padding{
  padding: 0 8rem 0 12rem;
}
.topic-column.domain-row p{
  font-size: 1rem;
  margin:0;
  font-weight: 400;
  color: var(--dark-grey);
  text-align: left;
}
.topic-column.domain-row h3{
  color: var(--main-color);
  text-transform: uppercase;
  margin:0.5rem 0;
  font-size: 1.1rem;
}
.domain-item{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.domain-item h2{
  height: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.domain-item:nth-child(1) h2{
  border-bottom: 2px solid  var(--theme-dark-green);
}
.domain-item:nth-child(2) h2{
  border-bottom: 2px solid var(--theme-dark-pink);
}
.domain-item:nth-child(3) h2{
  border-bottom: 2px solid var(--theme-dark-yellow);
}
.domain-item:nth-child(1){
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
  background-color: var(--theme-dark-green-fade);
  color: var(--theme-dark-green);
}
.domain-item:nth-child(2){
  -webkit-flex: 0 0 38%;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
  background-color: var(--theme-dark-pink-fade);
  color: var(--theme-dark-pink);
}
.domain-item:nth-child(3){
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  background-color: var(--theme-dark-yellow-fade);
  color: var(--theme-dark-yellow);
}
/* .domain-item:hover{
  background-color: var(--main-color);
  transition: all .6s ease;
  cursor: pointer;
} */
.domain-item ul{
  margin-left: 0; 
  padding-left: 1rem;
  text-align: left;
  font-weight: 300;
  line-height: 1.8;
  height: 180px;
}
.panel ul{
  margin-left: 0; 
  padding-left: 1rem;
  text-align: left;
  font-weight: 300;
  line-height: 1.8;

}
.domain-row{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.down{
  display:flex;
  justify-content: center;
  align-items:center;
 }
 .material-icons {
   direction: ltr;
   display: inline-block;
   font-family: 'Material Icons';
   font-size: 24px;
   font-style: normal;
   font-weight: normal;
   letter-spacing: normal;
   line-height: 1;
   text-transform: none;
   white-space: nowrap;
   word-wrap: normal;
   -webkit-font-feature-settings: 'liga';
   -webkit-font-smoothing: antialiased;
 }
 .panel {
   display: flex;
   flex-direction: column;
   order: 2;
   background-color: rgba(27, 138, 207, 0);
   overflow: hidden;
   transition: max-height 0.2s ease-out;
   padding: 0rem 4rem;
 }
 .accordion{
   background-color: var(--main-color-fade);
   cursor: pointer;
   width:100%;
   text-align: left;
   font-weight: 400;
   font-size: 1rem;
   border: none;
   outline: none;
   transition: 0.4s;
   display: flex;
   order: 3;
   flex-direction: row;
   padding: 0;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   padding: 0 2rem;
   margin: 1rem 0;
 }

 .accordion h2{
   font-size: 1.1rem;
   font-weight: 400;
   color: var(--main-color);
 }
 .active{
   font-size: 1rem;
 }
 
 .accordion .material-icons:before {
   font-weight: 200;
   content: 'keyboard_arrow_down';
   position: relative;

 }
 .active .material-icons:before { 
   font-weight: 200;
   content: 'keyboard_arrow_up';
 }
 .column.people{
   text-align: left;
 }
 .column.intro-text{
   flex-direction: column;
   text-align: left;
 }
 .dark-section .intro-text p{
   padding-bottom:0;
   padding-top: 0;
 }
 .column.training{
  text-align: right;
  display: flex;
  flex-direction: column;
  height: 60vh;
}

 .row.align-center {
   display:flex;
   flex-direction: column;
 }
 .undp{
   display: flex;
   flex-direction: column;
   align-items: baseline;
   padding-bottom:40px;
   align-items: center;
 }
 .undp img{
   height: 60px;
   padding: 0 10px;
  
 }
 .undp p{
   font-size: 0.7rem;
  font-weight: 300;
margin: 0 0 10px 0;
 }
 .left{
   /* background-image: url(../images/hero.jpg);
   background-size: cover;
   background-blend-mode: multiply; */
   background-color: var(--secondary-color);
   height: 300px;
 }
 .map-af svg{
   height: 600px;
 }
 .map-af{
   padding: 0 2rem;
 }
 .column.africa-map img{
  height: 400px;
  }
 .st1:hover,.st4:hover{
fill:var(--accent-color);
cursor: pointer;
 }

 table {
  border-collapse: collapse;
  width: 50%;
}
th{
  color: var(--main-color);
}
th, td {
  
  padding: 20px;
}

tr:nth-child(even) {background-color: var(--main-color-fade);}
 .right{
height: 300px;
background-color:var(--grey30);
 }
 .dark-section  .left p{
  color: #FFFFFF;
  text-align: right;
 }
 .dark-section  .right p{
  text-align: left;
 }
 .dark-section  .right a{
   text-decoration: none;
border-bottom: 2px solid var(--accent-color);
 }
 .dark-section  .right a:hover{
  transition: all .6s ease;
  color: var(--accent-color-hover);
border-bottom: 2px solid var(--accent-color-hover);
}
.overlap-box{
  border: 4px solid var(--main-color);
 
  background-size: cover;
  background-color: var(--main-color);
  background-blend-mode: multiply;
  margin: -8rem 10rem 0 10rem;
  padding: 30px;
  z-index: 100;
  position: absolute;
}
.overlap-box:hover{
  transition: all .6s ease;
  background-color: var(--secondary-color);

}
.overlap-box p{
color: white;
  margin:0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
}
.text-box{
background-image: url(../images/kampala.jpg);
background-color: var(--main-color);
background-blend-mode: multiply;
background-size: cover;
padding: 3rem 18rem;
text-align: center;
}
.text-box p{
  line-height: 2;
  font-weight: 300;
  color: #ffffff;
  font-size: 1.5rem;
}
.timeline-desc{
  padding: 1rem 12rem;
}
.timeline-desc p{
  background-color: var(--accent-color-fade);
  color: var(--accent-color-dark);
  padding: 2rem;
  font-weight: 400;
}
span.bold{
  font-weight: 800;
  text-transform: uppercase;
}

 @media screen and (min-width: 320px) and (max-width: 768px){
  .topic-column.domain-row{
    padding-bottom:0;
  }
  .section-box{
    padding: 2rem 1rem 0 1rem;
  }
  .section-box.domain-section{
    padding: 2rem 1rem 0 1rem;
  }
  .domain-item:nth-child(1){
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .domain-item:nth-child(2){
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .domain-item:nth-child(3){
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .topic-column.domain-row:nth-child(even) .domain-padding{
    padding: 0 1rem 0 1em;
  }
  
  .topic-column.domain-row:nth-child(odd) .domain-padding{
    padding: 0 1rem 0 1em;
  }
  .top-hero{
    padding-bottom: 0.5rem;
  }
  .timeline-desc{
    padding: 1rem 2rem;
  }
   .row.af-map{
     flex-direction: column-reverse;
   }
  .column.people{
    text-align: center;
  }
  .column.training{
   text-align: center;
 }
 table{
   width: 80%;
 }
   .row{
     flex-direction: column;
   }
   .overlap-box{
     margin:0;
     position: relative;
   }
   .text-box{
    padding: 2rem;
    margin-top: 0;
  }
  .row.top-section.topic{
  padding: 0 1rem;
  }
 }
.imagine-banner {
  padding: 24px 24px 0 24px; 
  max-width:75%;
}
  
  .imagine-banner h2 {
    
    font-size: 1.2rem;
    text-transform: none;
    margin: 0;
    text-align: center;
    font-weight: 300;
    color: var(--secondary-color);
    height: 10vh;
    line-height:1.5;
   }

   .align-center{
text-align: center;
   }
   .site-logo{
    max-width: 380px;
  margin-top: 40px;
  }
@media screen and (min-width: 320px) and (max-width: 768px){
  .imagine-banner h2 {
height: 20vh;
  }
  .site-logo{
    max-width: 250px;
    margin-top: 60px;
  }
 }

.main-buttons{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-bottom:2rem;
}
.main-buttons.comms{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;

  margin: 2rem 1rem 2rem 1rem;
  }
  .main-buttons.comms.problem-brief{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  
    margin: 2rem 0rem 2rem 0rem;
    }
  .main-buttons.comms a{
    background-color: var(--grey2);
  }
 .main-buttons.comms.problem-brief a{
  margin: -20px 0px -20px 0px;
  }
  .main-buttons.comms a:hover{
    background-color: var(--grey5);
    transition: all .6s ease;
  }
.main-buttons a{
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--main-color);
  padding: 15px 20px;
  max-width: 350px;
  text-align: center;
  margin: -20px 10px -20px 10px;
  border-bottom: none;
}
.home-btn:hover{
  background-color: var(--yellow);
  transition: all .6s ease;
}
.light-section.how-to-text.topic_desc {
  padding: 2rem 15rem;
}
.light-section.how-to-text.topic_desc  p{
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}
.light-section.how-to-text.topic_desc h3 strong{
  color:var(--main-color);
  font-size: 2rem;
  font-weight: 200;
  text-transform: uppercase;
}
.light-section.how-to-text.topic_desc  ul{
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}

.how-to-text  .main-buttons{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 4rem 0rem 2rem 0rem;
  }
  .how-to-text  .main-buttons a{
    background-color: var(--grey2);
  }
  .how-to-text .main-buttons a:hover{
    background-color: var(--grey5);
    transition: all .6s ease;
  }
@media screen and (min-width: 320px) and (max-width: 768px){
  .light-section.how-to-text.topic_desc {
    padding: 1rem 1rem;
  }
  .main-buttons{
text-align: center;
flex-direction: column;
  }
  .main-buttons a{
    padding: 15px;
    max-width: 300px;
    margin:10px;
      }
}
.main-buttons.accent-color a{
  background-color: var(--accent-color);
  z-index: 100;
}
.main-buttons.accent-color a:hover {
  background-color: var(--accent-color-hover);
  transition: all .6s ease;
}
.index-page-button{
  margin-top: -30px;
}
.index-page-button.cities{
  margin-top: 0;
}
.main-buttons.accent-color.topic-page-button{
  padding: 0rem 19rem 3rem 19rem;
  justify-content: flex-start;
align-items: flex-start;
}
.topic-page-button{
  margin-top: 0px;

}

.dark-section{
 
  z-index: -100;
  position: relative;
}
.dark-section .row{
  text-align:center;
  display:flex;
  justify-content: center; 
  align-content: center;
}
.dark-section p{
  max-width: 70%;
  color: var(--grey8);
  line-height: 1.8;
  padding:2rem 0;
  font-size: 1.2rem;
}
.light-section{
  background-color: white;
  margin-top:-30px;
  padding-bottom: 2rem;
}
.light-section.topic_desc{
  background-color: white;
  margin-top:0px;
  padding-bottom: 2rem;
  padding: 2rem 20rem;
}
.light-section.topic_desc.mcc-desc{
  background-color: var(--grey05);
  margin-top:0px;
  padding-bottom: 2rem;
  padding: 2rem 20rem;
}
.light-section.topic_desc.up{
  background-color: var(--grey05);
  margin-top:0px;
  padding-bottom: 2rem;
  padding: 2rem 4rem;
}
.light-section.more-info{
  margin-top:0;
}
.dark-section.more-info{
  margin-top:0;
}
.dark-section.more-info.team{
  margin-top:0;
}
.dark-section.more-info .row{
  text-align:center;
  display:flex;
  justify-content: center; 
  align-content: center;
  text-align: left;
  padding: 1rem 3rem;
  
}
.dark-section.more-info .row p{
  max-width: 60%;
  color: var(--grey8);
  line-height: 1.8;
  font-size:1.3rem;
  font-weight: 300;
  margin-top:0;
  padding-bottom:0rem;
}
.light-section .row{
  text-align:center;
  display:flex;
  justify-content: center; 
  align-content: center;
  text-align: left;
  padding: 1rem 3rem;
}
.light-section p{
  max-width: 60%;
  color: var(--grey8);
  line-height: 1.8;
  font-size:1.3rem;
  font-weight: 300;
}
.light-section.topic_desc p{
  max-width: 100%;
  font-size: 1.2em;
}
.light-section.topic_desc ul{
  max-width: 100%;
  font-size: 1.2em;
  color: var(--grey8);
  line-height: 1.8;
  font-weight: 300;
}
.light-section.topic_desc a{
  text-decoration: none;
  color: var(--main-color);
}
.light-section.topic_desc h1{
  font-weight: 100;
  color: var(--grey5);
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom:10px;
}
@media screen and (min-width: 769px) and (max-width: 1100px){
  .light-section.topic_desc{

    padding: 2rem 5rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .light-section.topic_desc{

    padding: 2rem 1rem;
  }
  .main-buttons.accent-color.topic-page-button{
    padding: 0rem 1rem 3rem 1rem;
  }
  .dark-section .row{
    text-align: left;
  }
  .dark-section p{
    max-width: 90%;
  }
  .dark-section.more-info .row p{
    max-width: 90%;
  }
  .dark-section.more-info .row{
    padding: 1rem 1rem;
  }
  .light-section .row{
    padding: 1rem 1rem;
  }
  .light-section p{
    max-width:90%;
  }
}
.topic-row{
  display: flex;
  flex-direction: row ;
  max-width: none;
margin-left: auto;
margin-right: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.topic-row.bio-page{
  padding: 1rem 10rem;
  
}
.topic-row.bio-page .team-image{
  text-align: left !important;
  background-color: var(--grey05);
  padding: 2rem 5rem;
}
.topic-row.bio-page .team-image h5{
color: #000000;
line-height: 1.5;
}
.topic-row.team-row{
  padding: 0 8rem;
}
.half-row{
  display:flex;
  flex-direction: row;

}
.gl,.up{
  width:50%;
}

.gl{
  border-right: 1px solid #3d3d3d;
}
.challenge-row{
  height: 50vh;
  align-items: center;
  justify-content: center;
}


@media screen and (min-width: 769px) and (max-width: 1200px){
  .challenge-row{
    height: auto;
    align-items: center;
    justify-content: center;
    width:100%;
  }
  .challenge-column{
    -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 30%;
  flex: 0 0 100%;
  max-width: 100%;
  border: none;
  }
  .text-box{
    padding: 3rem 10rem;
  }

}

@media screen and (min-width: 320px) and (max-width: 900px){
  .half-row{
    display:flex;
    flex-direction: column;
  }
  .gl,.up{
    width:100%;
  }
  .team-column.team-col-mcc{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .challenge-row{
    height: auto;
    align-items: center;
    justify-content: center;
  }

  .topic-column.description.af-participants{
    background-size: contain;
    height: 280px;
    background-repeat: no-repeat;
  }
  .topic-row{
    display: flex;
    flex-direction: column ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  }
  .topic-column{
    -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  }
  .challenge-column{
    -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: none;
  }

  .team-column{
    -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  }

}


.topic-wrap{
  padding: 80px 50px;

}

@media screen and (min-width: 320px) and (max-width: 768px){
  .topic-row{
    display: flex;
    flex-direction: column ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  }
  .topic-column{

    -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  }
  .topic-wrap{
    padding: 80px 40px;
  }
}
a.more-info{
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.603);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer;
padding: 15px 20px;
letter-spacing: 1px;
font-weight: 400;
}
a.more-info:hover{

  background-color: rgba(0, 0, 0, 0.904);
}
.challenge-column a.more-info{

  font-size: 16px;

font-weight: 400;
}
.challenge-tags{
  display:flex;
  padding:1rem 0 0 0px;
  flex-direction: column;


}
.challenge-tags a{

  text-transform: uppercase;
  margin: 10px 0;
  font-size: 0.9rem;
  color: #000000;
  text-decoration: none;
  font-weight: 600;

}
.challenge-tags span#tag{
  background-color: var(--accent-color);
  padding: 5px 5px;
  border-radius:10px;
}

.challenge-tags #tag:hover{
  transition: all .6s ease;
cursor: pointer;
color: #ffffff;
background-color: var(--main-color);
}


.topic-wrap h1{
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 800;
}
.topic-wrap span#country{
  font-weight: 400;
}
.topic-wrap p{
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1200px){
  .challenge-tags a{

    text-transform: uppercase;
    margin: 10px 0;
    font-size: 0.7rem;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
  
  }
  .topic-wrap{
    padding: 80px 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .topic_date{
flex-direction: column;
right: auto;
left:auto;
bottom: 15px;
text-align: left;
  }
  .challenge-tags{
    display:flex;
    flex-direction: column;
    width:100%;
  }
}
.divider-coal{
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height:12vh;
}
.divider.purple{
  background-color: var(--accent-color-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  height:12vh;
}
.divider.blue{
  background-color:#0468B1;
  display: flex;
  align-items: center;
  justify-content: center;
  height:12vh;
}
.divider{
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height:12vh;
}
.divider h1{
margin:0px;
  text-transform: uppercase;
  font-weight: 100;
  color:white;
  font-size: 1.8em;

}
.divider-coal h1{
  margin:0px;
    text-transform: uppercase;
    font-weight: 100;
    color:white;
    font-size: 1.8em;
  
  }
  .dot {
    height: 25px;
    width: 25px;
    background-color: var(--main-color);
    border-radius: 50%;
    display: inline-block;
    z-index: -2;
  }
  
  #active-date {
    border-top: 3px solid #FF0000;
    border-bottom: 3px solid #FF0000;
    border-left: 3px solid #FF0000;
    border-right: 3px solid #FF0000;
  }
  
  .dot-class {
    margin-top:-12px;
    left: 0;
    text-align: center;
  }
  .column-3-timeline {
    border-top: 2px solid var(--tertiary-color);
    float: left;
    text-align: center;
    width: 33%;
  }
  a.column-3-timeline-5 {
    float: left;
    text-align: center;
    width: 25%;
    border-top: 2px solid var(--tertiary-color);
    text-decoration: none;
    color: var(--secondary-color);
  }
  a.column-3-timeline-5:hover {
cursor: pointer;
color: var(--accent-color-hover);
  }
  a.column-3-timeline-5:hover .dot {
    background-color: var(--accent-color);
    transition: all .6s ease;
  }
  a.column-3-timeline-5.active {
    cursor: pointer;
    color: var(--accent-color-hover);
      }
      a.column-3-timeline-5.active .dot {
        background-color: var(--accent-color);
        transition: all .6s ease;
      }
    
  .column-3-timeline p{
    color: var(--secondary-color);
  }

  .row-cust{
    margin-left: 15%;
    width: 85%;
  }
  .row-cust.mt-5{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    margin-left:0;
    width: 100%;
  }
  /* Clear floats after the columns */
  .row-cust:after {
    content: "";
    display: table;
    clear: both;
  }
  .row-cust.mt-5:after {
    content: "";
    display: table;
    clear: both;
  }
.team-member{
  width:100%;
  padding: 1rem 0;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.mt-5{
  margin-top: 3rem !important;
}

.team-member p.name{
  font-size:16px;
  color: black;
  font-weight:600;
  margin:0 0 5px 0;
}
.team-member p.title{
  font-size:16px;
  color: var(--grey5);
  margin:5px 0;
  font-weight:400;
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .row-cust{
    margin-left: 20%;
     width: 80%;
   }
 .row-cust.mt-5{
   flex-direction: column;
   justify-content: flex-start;
   align-items: flex-start;
   height: auto;
   margin-left: 15%;
 }
  .column-3-timeline {
    width: 100%;
    border-left: 1px solid var(--tertiary-color);
    border-top: 0px solid var(--tertiary-color);
  
  }
  a.column-3-timeline-5 {
    width: 100%;
    border-left: 1px solid var(--tertiary-color);
    border-top: 0px solid var(--tertiary-color);
    text-align: left;
  }
  .dot-class{
    margin-left:-12px;
    text-align: left;
  }
  .column-3-timeline p{
    margin-top:-30px;
    left: 0;
    margin-left: 35px;
    margin-bottom: 2rem;
    text-align: left;
  }
  a.column-3-timeline-5 p{
    margin-top:-30px;
    left: 0;
    margin-left: 35px;
    margin-bottom: 2rem;
  }
  a.column-3-timeline-5.last {
    border-left: none;
  }
  .fin{
    border-left: 0px solid #000000;
  }
  .divider{
height:15vh;
  }
  .team-column{
    max-width: 100%;;
  }
}
footer{
  background-color: #333333;
}

footer h4{
  color: rgba(255,255,255,0.8);
  font-size: 1.1rem;
  font-weight:500;
  margin:0;
}

.footer_partner-logo img{
  max-height:50px;
  opacity: 0.5;
  transition: all .6s ease;
}
.footer_partner-logo:hover img{
  opacity: 1;
}
footer .row{
  display:flex;
  flex-direction: row;
  padding: 1rem 20rem;
}
.column{
  width:50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-3{
  width:33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 2.5rem;
  height: 200px;
}
.row.projects{
  padding: 3rem 0;
}
.column-6{
  width:66%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 2.5rem;
  height: 200px;
}
.column-6 h2{
  font-weight: 300;
  color: var(--secondary-color);
  text-transform: uppercase;
  margin:0;
}
.column-6 p{
  color: var(--secondary-color);
  line-height: 1.5;
}
.column-3 img{
  height: 80px;
}
.column-3 h4{
  margin: 5px 0;
  color: var(--secondary-color);
}
.column-3 p{
  color: var(--secondary-color);
}
.faculty .sub{
  font-size: 1.2rem;
  padding:0;
  font-weight: 400;
  color: var(--theme-blue);
  text-align:center;
  }
  .faculty-bio{
      display:flex;
      flex-direction: row;
      background-color: var(--theme-blue-10);
      padding: 1rem 2rem 0 2rem;
      margin: 2rem 8rem 0 8rem;
      
  }
  .faculty{
      justify-content: center;
      text-align: center;
      padding: 3rem 0;
  }
  .faculty h2{
  
   background-color:white;
   color: var(--theme-blue);
   padding:4rem 0rem 4rem 0rem;
   margin:0;
   font-size: 3.5rem;
  }
  .faculty p{
      text-align: justify;
      padding:2.5rem;
  }
  .faculty-bio img{
      width: auto;
      height: 100%;
  }
  .faculty-bio h2{
      background-color: rgba(0,0,0,0);
      color:  var(--orange-dark);
      padding:0;
      margin-top: 30px;
  }
  .image {
      display:flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 30%;
      text-align:center;
  }
  .bio-text{
      width:70%;
      color: var(--orange-dark);
  }
  

  .team{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 24rem;
    padding: 1rem 0;
  }
  .other-team{
    margin: 1rem 12rem;
  }
  .team-image{
    flex-direction: column;
  text-align: center;
    align-items: center; 
  }
  .team-image.advisor{
    padding: 0 4rem;
  }
  .team-image.team-image-mcc{
    padding: 0 2rem;
    text-align: left;
    align-items: left;
  }
  
  .team-image img{
  width: auto;
    height: 110%;
  }
  .team-image h4{
      font-size: 1.2rem;
    color: var(--secondary-color);
    margin-bottom:0;
    font-weight: 300;
  }
  .team-image h5{
    color: var(--secondary-color);
    margin: 0.5rem 0 2rem 0;
    font-size: 1rem;
    font-weight: 200;
  }
  .team-image.advisor h5{
    height: 40px;
  }
  .team-image .square{
    display: inline-block;
    position: relative;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    border: 0px solid var(--accent-color);
    background-size: cover; 
    background-repeat: no-repeat;
    filter: grayscale(100%);
  }
  .team-image a{

font-size: 16px;
text-decoration: none;
  }
  #bio{
    padding: 0.5rem 1rem;
    border: 1px solid var(--accent-color);
  }
  .team a:hover{
    color: #523080;
    
  }
  .team a:hover #bio{
    border: 1px solid #523080;
    transition: all .6s ease;
  }  
.copyright{
  background-color: var(--grey9);
  height: 8vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.copyright a,.copyright p{
  color: rgba(255,255,255,0.7);
  font-size: 12px;
}

.copyright .column{
  width: 84%;
}

.footer-row{
  padding: 2rem 18rem;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-col{
  justify-content: center;
  align-items: center;

}
.footer-col h4{
  color: #ffffff;
  margin-bottom:1rem;
}
.footer-col a{
padding-right: 15px;
color: #ffffff;
}
.footer-col p{
  color:#ffffff;
  font-weight: 300;
}
.footer-row.privacy-statement{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.privacy-statement p{
  color:#ffffff;
}
.privacy-statement a{
  text-transform: uppercase;
  color:var(--accent-color);
}
.fa{
  color: var(--accent-color);
}
@media screen and (min-width: 851px) and (max-width: 1100px){
.footer-row{
  padding: 2rem 10rem;

}
}
@media screen and (min-width: 320px) and (max-width: 850px){
  .team{
    flex-direction: column;
    margin: 1rem 1rem;
  }
  .copyright{
    height:auto;

  }
  .footer-col h4{
    padding-top: 1rem;
  }
  .team-image{
    padding-bottom:2rem;
  }
  .footer-row{
    flex-direction: column;
    padding: 1rem;
  }
  .column{
    width: 100%;
  }
  .column-3{
    width: 100%;
    padding: 0rem;
  }
  .column-6{
    width: 100%;
    height: 400px;
    padding: 0;
  }
  footer .row{
    display:flex;
    flex-direction: column;
    padding: 1rem 2rem;
  }
  .footer_partner-logo img{
margin-top:20px;
  }
  .column{
    padding:1rem 0;
    flex-direction: column;
text-align: center;
  }
  .copyright p{
    margin-bottom:0;
  }
}

.heading{
  padding: 1rem 16rem 0 16rem;
}
.heading p{
  color: var(--grey8);
}
.grid.form{
  padding: 2rem 10rem;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--grey05);
}
.grid.form h4{
  font-weight: 400;
  color: var(--grey8);
}
.grid{
  display:flex;
  flex-direction:column;
  align-items: flex-start;
  justify-content: left;
  padding: 4rem 0rem 0rem 0rem;
}
.custom-form h4{
  margin-bottom:0px;
  padding-top:10px;
  line-height:1.5;
}
.custom-form{
  width:100%;
}
input[type=text]{
  width: 100%;
  padding: 10px 10px;
  font-size: 1rem;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  border: none;
  color: var(--grey8);
  background-color:var(--grey05);
  border-radius: 0px;
  box-sizing: border-box;
}
input[type=email]{
  width: 100%;
  padding: 10px 10px;
  font-size: 1rem;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  border: none;
  color: var(--grey8);
  background-color:var(--grey05);
  border-radius: 0px;
  box-sizing: border-box;
}
.mc-field-group{
  margin: 20px 0;
}
#long-answer{
  width: 100%;
  height: 150px;
  padding: 10px 20px;
  font-size: 1rem;
  margin: 0px 0px 10px 0px;
  display: inline-block;
  border: none;
  color: var(--grey8);
  background-color:var(--grey05);
  border-radius: 0px;
  box-sizing: border-box;
}
::placeholder {
  color: var(--grey8);
  font-weight: 600;
}
input[type=checkbox], input[type=radio]{
  margin:20px 20px 0 20px;
}
label{
  color: var(--grey8);
}
input[type=submit]{
  border: 0px solid black;
  margin: 20px 0px 0px 0px;
  background-color: var(--main-color);
  color:#ffffff;
  width: 150px;
  padding: 10px 0;
  font-size: 1rem
}
.submit-button{
  border: 0px solid black;
  background-color: var(--accent-color);
  color:#ffffff;
  width: 150px;
  padding: 10px 0;
  font-size: 1rem
}
.form-button{
  border: 0px solid black;
  background-color: var(--main-color);
  color:#ffffff;
  width: 150px;
  padding: 10px 0;
  font-size: 1rem
}
.submit-button:hover{
  background-color: var(--accent-color-hover);
  cursor: pointer;
  transition: all .6s ease;
}
.row.top-section.topic.partipate p{
  text-transform: uppercase;
}
.row.top-section.topic.partipate h1{
  text-transform: capitalize;
}
@media screen and (min-width: 320px) and (max-width: 768px){

.heading{
  padding: 1rem 1rem 0 1rem;
}
.grid.form{
  padding: 0rem 1rem 2rem 1rem;
}
}

.team-container{
  display:flex;
  flex-direction: row;
  padding: 2rem 18rem;
}
.org-col{
  width:35%;
  text-align: right;
  padding-right:5rem;
}
.org-col h4{
  text-transform: uppercase;
  font-weight: 200;
  color: var(--grey8);
  font-size: 1.4rem;
  margin: 1rem 0;
}

.team-col{
  width: 65%;
  text-align: left;
}
.row.top-section.topic.team{
  height: 30vh;
}
.info-collection{
  background-color: var(--theme-color);
  padding-top: 2rem;
  padding-bottom:2rem;
}
.info-collection p{
  margin-bottom:0;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.6;
}
.info-collection h1{
font-weight: 100;
color: #ffffff;
}

@media screen and (min-width: 320px) and (max-width: 768px){
  .team-container{
    display:flex;
    flex-direction: column;
    padding: 2rem 2rem;
  }
  .org-col{
    width:100%;
    text-align: left;
  
  }
  .team-col{
    width: 100%;
  }
}