@charset "utf-8";

/* CSS Document */

body {margin:0; padding:0; background-color:#EAEAEA; }
H1 {color: #333; font-size:28px;}
H2 {color:#990000; font-size:120%; text-transform:uppercase;}
H3 {color:#900; font-size:120%; font-style:italic;}
H4 {color:#000; font-size:100%; text-transform:uppercase;}
H5 {color:#000;	font-size:18px;	font-weight:bold;	line-height: 18px;}
H6 {color:#000;	font-size:18px;	font-weight:bold;	line-height: 18px; margin-top: 10px;margin-bottom: 18px;}
H7 {color: #333; font-size:20px; font-weight: 700;}
H8 {color:#000; font-size:100%; font-weight: 700; text-transform:uppercase;}
#pageFull { width:85%; max-height: 150%; min-width:950px; max-width:1200px; margin:0 auto; padding:0; border-left:0px solid #000; border-right:0px solid #000; background-color:#FFF;}
#pageFull2 { width:100%; height:110%; min-width:1200px; max-width:1200px; margin:0 auto; padding:0; border-left:0px solid #000; border-right:0px solid #000; background-color:#FFF;}
#pageBanner {max-width:100%; height:auto;  }
#pageMid {width: 90%; min-width:950px; max-width:1200px; clear:both; padding-top:5px; padding-left:10px;}
#pageMenu {width:100%; float:left; margin-left: 5px; padding-top:30px; display: block;}
#pageText {width:75%; float:right; text-align:left;font-family:'Arial'; line-height: 1.4;}
#pageTextFront {width:85%; margin-left:auto; margin-right: auto; }
#pageFooter {width:100%; clear:both; padding-top:30px; height:100px;}
#banhead {position: relative; width: 50%;}
#overlay {position: absolute; float: right; margin-right: 20px;}
#gfralogo {background-color: #fff;padding-left: 10px;}
#gap  {display: inline; list-style: none; float: right; padding-top: 30px;}
#gap li {display: inline; }
#fullpage { width:95%; max-height: 150%; max-width:100%; margin:0 auto; padding:0; border-left:0px solid #000; border-right:0px solid #000; background-color:#FFF;}
#midpagevertnav {margin-left:25%;padding:1px 16px;}

.container {
  position: relative;
  text-align: center;
	margin-top:auto;
  }

.boxes { 
	
	text-align: center;
	margin-right: 10px;
	margin-top: 30px;
	text-align: center;
	justify-content: space-between;
  background-color:hsla(0,2%,18%,1.00); border-radius: 0px; 
height: 25px;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 2px;
	display: inline-flex;
  		   }

.boxes li {
	
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 10px;
	justify-content:space-between;
  	
	width: 250px;
	font-family: 'Segoe', "Segoe UI", "DejaVu Sans","Trebuchet MS", 'Verdana', "sans-serif";
	font-size: 15px;
	list-style: none;
	 cursor: pointer;
	
  		   }
.boxes:hover{background-color: #fff; transition-delay: .1s;}
.boxes li a {text-decoration: none; color:#fff; font-weight: 700;  }

.boxes li a:hover {text-decoration: underline; color: hsla(3,18%,23%,1.00);transition-delay: .1s;  }

.regcontainer > div {
	width: 350px;
  border-radius: 3px;
color: #000;
background-color:#F2F2F2;
font-family: 'Arial';
	font-weight: 600;
margin-top: 25px;
padding: 8px 3px 8px 3px;
box-shadow: 0px 1px 2px #999;
}

.regcontainer > div a {
	color: #000;
	font-size: 16px;
	
}

.regcontainer > div a:hover {
	color: #0071bc;
	font-weight: 600;
	font-size: 17px;
	
}

.regcontainer2 {
  display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content:flex-end;
	
   }

.regcontainer2 > div {
	width: 350px;
  border-radius: 3px;
color: #000;
background-color:#F2F2F2;
font-family: 'Arial';
	font-weight: 600;
margin-top: 25px;
padding: 8px 3px 8px 3px;
box-shadow: 0px 1px 2px #999;
}

.regcontainer2 > div a {
	color: #000;
	font-size: 16px;
	
}

.regcontainer2 > div a:hover {
	color: #0071bc;
	font-weight: 600;
	font-size: 17px;
	
}


.reg2023 {
 color:hsla(3,18%,23%,1.00);
 font-size: 36px;font-stretch: extra-condensed;
 padding-bottom: 20px;	
padding-top: 250px;
 font-weight: 600;	 
 font-family: 'Segoe', "Segoe UI", "DejaVu Sans","Trebuchet MS", 'Verdana', "sans-serif";
 margin-left: auto;
 margin-right:auto;
 text-align: center;
}


.ugandareg {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	min-width:716; 
	max-width:1198px;
	margin-top: 200px;
	
	
}




#discontools {
    float: right;
    display: block;
    
	
	
}

.columnright {
  
 
  padding: 5px;
}

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
 

  /* Set a specific height */
  margin-top: 20px;
	width: auto;
  margin-left: auto;
	margin-right: auto;
	
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

figcapton {font-size: 22px;}
.hero-text {
  text-align: center;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
	font-weight: 800;
	
  font-size: 20px;
	font-family: "Arial";
	width: 100%;
}
#gfrahosts{font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif'; font-size: 16px; font-weight: 500;color: #333;}


.gap2018 {
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: auto;
	z-index: 50;	
}

.gap2018a {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	width: auto;
	z-index: 50;	
	
}




.gap2018 li {
	
  display: inline-block;
margin-left: auto;
	margin-right: auto;
	text-align: center;

}

.gap2018 a {
  margin-top: 0px;
  z-index: 50;	
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 14px;
    font-weight: 540;
    letter-spacing:-.5px;
    line-height: 1rem;
    text-transform:none;
	color: #363636;
	padding: 0px 0px 0px 0px;
    text-decoration: none;
  
}

 

.gap2018 a:hover {
	color:#fff;
	background:rgba(223,57,65,1.00);
	border-radius: 10px;
	padding: 5px 15px 5px 15px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";z-index: 50;	
}
.gap2018a a:hover {
	
	background:none;
	}


#18gapreport {float: left; margin-left: 15px;}


.dropbtn {
  
  position: relative;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 14px;
    font-weight: 550;
    letter-spacing: .5px;
    line-height: 1rem;
    width: 120px;
    text-transform: uppercase;
	color: #363636;
	background: none;
  margin-right: 2px;
  border: none;
  margin-bottom: 5px;
 
  z-index: 50;	
	
}



.button {
    margin-top: 40px;
    display: inline-block;
    padding: 8px 8px ;
    position: absolute;
	
    
}

  


/* The container <div> - needed to position the dropdown content */
.dropdown {

  position: relative;
  display: inline-block;
  padding-right: 0px;
	border-right: 1px solid #333;
	
  z-index: 50;	
}
.dropdown:last-child{ border-right: none; }
.dropdown:hover .dropbtn {
	background:#fff; color:#000;z-index: 50;	
}
.dropdown2:hover .dropbtn {
	background:#fff; color:#000;z-index: 50;	
}
.dropdown2:hover .dropbtn {
	background:#fff; color:#000;z-index: 50;	
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position:absolute;
  background: hsla(0,0%,20%,0.75);
  border-radius: 10px;	
  text-align: left;
  width: 160px;
  z-index: 50;
}

/* Links inside the dropdown */
.dropdown-content a {
 
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 14px;
  font-weight: 540;
  color:#fff;
  text-align: left;
  padding: 7px 5px 7px 5px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {display: block;z-index: 50;	}

.dropdown-content a:hover {
 
 border-bottom: thick solid rgba(223,57,65,1.00);
	
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 14px;
  text-align: left;
  padding: 7px 5px 7px 5px;
  display: block;
  z-index: 50;
}

.dropdown-content a:hover:last-child{background-color:none;}

.dropdown-content2 a:hover {
  
	

	
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 14px;
  text-align: left;
  padding: 7px 5px 7px 5px;
  display: block;
  z-index: 50;
}

.dropdown-content  li {
 
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 14px;
 
  padding: 7px 5px 7px 5px;
  
  display:block;
  z-index: 10;
  background:none;

}

.dropdown-content  li a:hover {
 
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 14px;
	font-weight: 540;
  color:#fff;
  text-align: left;
	 width: 140px;
  padding: 7px 5px 7px 5px;
  text-decoration: none;
background:   rgba(223,57,65,1.00);
  z-index: 50;
}

#banbckgrd {
   padding-bottom: 0px;
 
}

#specialcontainer { width:100%; height: auto; box-shadow:0 8px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); color: #fff; border-radius:  0px 0px 5px 5px; }

#title {background-image:url("images/GFRA logo_title.png"); background-repeat: no-repeat; float: left; margin-left: 30px;}

#propbuttons {display:block;margin-left: auto; margin-right: auto;}
.grant {
  background-color:#0f2c59;
  border-color: #FFFFFF;
  border-radius: 15px;
  border: none;
  color: white;
  padding: 12px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
	font-family: "Poppins";
  margin-top: 10px;
  cursor: pointer;
  
}



#researchtopic {
    font-size: 28px;
    font-family: "Poppins";
    background-color: #fff;
	color: rgb(189, 95, 19);
	text-align: center;
	/*line-height: 1.385;*/
	height: 150px;
	padding-top: 20px;
	padding-bottom: 120px;
	 
   }

.button {background-color: none;
  border: none;border-radius: 5px;
  color: white;
  padding: 4px 10px 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
	font-family: "Poppins";
  margin: 4px 2px;
  cursor: pointer;
	list-style-position: outside; list-style: circle; color:hsla(357,71%,55%,1.00);
  
  
}
#moreinfo {
display: inline-block;
  background-color:#37393D;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  
  font-size: 18px;
	font-family: "Poppins";
  margin: 4px 2px;
  cursor: pointer;
border-radius: 5px;	
}

#moreinfo a {color: #fff; text-decoration: none;}
	
.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); color: #fff; text-decoration: none;
}

.button2 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); color: #fff; text-decoration: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box1 {
	margin-left: 30px;
	border: none;
  padding: 10px;
  box-shadow:  5px 5px #888888;}
.box2 {
	margin-left: 30px;
	border: none;
  padding: 10px;
  box-shadow:  5px 5px #888888;}
.box3 {
	margin-left: 30px;
	border: none;
  padding: 10px;
	height: 85px;
  box-shadow:   5px 5px #888888;}

#report {float: right;
  height: 150px;
 margin-top: 0px;
	margin-bottom: 10px;
  margin-left: 10px;
	margin-right: 2%;
	text-align: center;
  
  border-style:none;
	border-radius:  15px 15px 15px 15px; 
	 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); color: #fff; text-decoration: none;
padding-left: 8px;
	padding-right: 8px;
	padding-top:10px;
	padding-bottom: px;
}


#savethedate { height: auto; width:960px; margin-top:0px; margin:auto; padding:0;padding-top: 0; background-color:#1f3458; 
}

#Uganda2023 {text-align: center; max-width: 100%; height: auto; display: block;
  margin:auto; padding-top: 20px; 
	
}

.Uganda {
	float: left;
	
	
	
	
}

.UgandaInfo {
    font-size: 20px;
    font-weight: 750;
	font-stretch:extra-expanded;
    font-family: 'Arial';
    padding: 8px;
	width: 300px;
	height: auto;
    border: none;

/*	background:#66AC62; */
	background:#FBF012;
	
	margin-top: -60px;
	margin-left: auto;
	margin-right: 215px;
	text-align: center;
	border-radius: 20px;
	
	transform-style: preserve-3d;
	
}

.UgandaInfo a {text-decoration: none; color: #000;}
.UgandaInfo:hover{background-color: #fff; cursor: pointer;color:#000; }
.UgandaInfo a:hover{ cursor: pointer; color: #000;}




.arrow{
  color: #006064;
  display:block;
  height: 15px; 
  width: 15px;
  border: 1px solid #aaa;
  border-width: 3px 3px 0 0;
  transform: rotate(90deg);
}

.arrow-bg{
  width: 80px;
  height: 80px;
  background: #000000;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  cursor:pointer;
  opacity: 0;
  transform: scale3d(1, 1, 1);
  z-index:1;
  transition: all 1s; /* Transition definition with 1 second duration and animate on all properties */
}

.arrow-bg:hover{
  transform: scale3d(1.2, 1.2, 1.2);
  opacity: .4;
}

#meetingtitle { min-width:716; max-width:1200px;padding-top: 0px;  z-index: 10;text-align: center;}
#meetingtitle li {font-size: 32px; font-family: 'Poppins'; color:#B05811; text-align: center; padding-bottom:30px; list-style: none; display: block;}
#meetingtitle a {text-decoration: none; color:inherit;}

#meetingtitle2 { margin-left: auto; margin-right: auto; text-align: center; padding-bottom: 40px;  }

#meetingtitle3 { text-align: center; padding-bottom: 40px; width: 50%; }

hr.new5 {
 
border-top: 8px solid #4A4747;
  
}

#eventlist {border-bottom:thick; border-bottom-color: crimson;}
#pageBanner2 {
margin-right: 0px; 
height:240px; 
image:url(images/GFRAlliance2.gif); 

}
#img n {text-align: center;}
#newsletter {font-size: 18px; text-align: center; text-decoration: none;}



/*********** NAVIGATION MENU *******************/

#navcontainer {margin-left: 5px; padding: 1px 16px;}
#navcontainer ul {
	margin-left: 0; margin-top: 15px; padding-top: 0px;
	list-style-type: none;overflow: hidden;height: 100%; 
	 
}
#navcontainer ul li {font-family:"Arial"; font-size: 16px;   margin-top: 12px;float: left;}
#navcontainer ul li:last-child {font-family:"Arial"; font-size: 16px; margin-bottom: 20px;}
	
#navcontainer ul li ul ol {list-style:square; padding-left:15px;display: block; }
#navcontainer a {
	display: block;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 140px;
	list-style-type: none;
		border-bottom: 2px;
	 border-bottom-style:solid;
	border-bottom-width: thin;
  border-bottom-color:#C6C5C5;
	color: #000;
	font-family: "arial";
	font-size: 14px;
text-decoration: none;}

	#navcontainer {a:link; } 

	#navlist {a:visited; 
		
color: #000;
text-decoration: none;
}

#navcontainer a:hover {background-color: #EFEFEF; color: #000; font-size:14px; 
}



.news1 {
	text-align: center;
	margin-right: 50px;
	margin-bottom: 70px;

}

.news1 a { color: #000 bold ;
 font-family: 'Verdana';
	font-weight: 500px;
	font-size: 14px;
	
  text-align: center;
  display: block;
  text-decoration: none;
  z-index: 1;	
}

.news1 a:hover	{
background-color: #E3E3E3;
	font-family:'Verdana';
	font-weight: 300px;
  font-size: 14px;
}
.news1 a:link {color: }

.guides {
	display: inline-block;
    /*Making equal spaced divs*/
    justify-content: space-between;
    height:auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.issue {width: 300px; 
display: inline-block; font:bold 10px Arial, Helvetica, sans-serif; margin-bottom: 15px;text-align: left;}

.doc1 {

display: inline-block;
  justify-content: center;
  text-align: center;	
margin-right: 20px;
padding-left: 35px;
padding-right: 35px;
padding-bottom: 70px;	

}
.doc1 a	{
   color: #000 bold ;
 font-family: 'Verdana';
	font-weight: 500px;
	font-size: 14px;
	line-height: 1.5;
  text-align: center;
  display: block;
  text-decoration: none;
  z-index: 1;	
}


.doc1 a:hover	{
background-color: #E3E3E3;
	font-family:'Verdana';
	font-weight: 300px;
  font-size: 14px;
}

.doc2 {
 	

display: inline-block;
  justify-content: center;
  text-align: center;	

margin-right: 20px;
padding-left: 35px;
padding-right: 35px;
padding-bottom: 70px;	
}


#horpage{width:100%; float:left; margin-left: 5px; padding-top:30px; display: inline-block;}

.guides {
	display: flex;
    /*Making equal spaced divs*/
    justify-content: space-around;
     width: 80%; 
	height:150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 55px;	
    padding-top: 55px;
	align-items: center;
	cursor: pointer;
}


	
.guides2 {
	display: flex;
    /*Making equal spaced divs*/
    justify-content: space-around;
     width: 40%; 
	height:240px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	align-items: center;
	   
	cursor: pointer;
}

.newsbox {box-sizing: content-box;
background: #fff;
	justify-content: space-between;
width: 150px;	
height: 150px;

display: inline-flex;
  
  align-items: center;	

padding-left: 20px;
padding-right: 20px;
padding-top: 5px;

border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;	
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	
}


.newsbox2 {box-sizing: content-box;
background: #fff;

width: 150px;	
height: 150px;
display: inline-flex;
  justify-content: center;
  align-items: center;	

padding-left: 20px;
padding-right: 20px;

border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;	
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

.newsbox:last-child{border: none; }



.newsbox:hover {background-color:hsla(359,68%,55%,1.00);  border: none; }

.newsbox2:hover {background-color:#fff; width: 25%; border: none; cursor: pointer; -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;}

.newsbox a	{
  color: #333;
  font-family: "Arial";
	
	font-size: 13px;
  text-align: center;
  display: block;
  text-decoration: none;
  z-index: 1;	
}

.newsbox2 a	{
  color: #333;
  font-family: "Arial";
	
	font-size: 13px;
  text-align: center;
  display: block;
  text-decoration: none;
	padding-bottom: 15px;
  z-index: 1;	
}

.newsbox a:hover{
   
	color: #fff;
  font-family: "Arial";
	font-weight: 500px;
  font-size: 13px;
	cursor: pointer;
}


	












.frontiers {
   
   
    flex-direction:row;
    margin: 0px;
	padding: 0px;
    
	width: 250px; 
	height: 200px;
	background-color:#FFFFFF;
	
	border-right: thin solid #000;
	
	
}

.frontiers2{
box-sizing: border-box;
width: 200;
height: 160px;
margin-top: 25px;
background-color: #fff;
border-right: thin solid rgba(153,153,153,1.00);
border-bottom: thin solid rgba(153,153,153,1.00);
border-top: thin solid rgba(153,153,153,1.00);
}

.frontiers a {color: #000;}
.frontiers a:hover {color: #0071bc;}

.frontiers p {margin-top: 10px;  padding-right: 5px; font-size: 14px; word-wrap: break-word; font-family:'Arial'; line-height: 1.5em; color:#000;}

.youtube {
	text-align: center;
 
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    z-index: 5;
    justify-content: center;
   align-items: center;
    box-sizing: border-box;	
}

.youtube p {margin-top: 10px;padding-left: 9px; padding-right: 9px;font-size: 20px; font-family:'Arial'; font-weight: 700px; line-height: 1.2em; color:#000;}

.gapanalyis {
	text-align: center;
 width: 330px;
    height: 330px;
    border: solid 10px; border-color:hsla(358,76%,46%,1.00);
	border-radius: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    z-index: 5;
    justify-content: center;
   align-items: center;
    box-sizing: border-box;	
}
.gapanalyis a {color: #000;}
.gapanalyis a:hover {color: #0071BC;}
.gapanalyis p {margin-top: 10px;padding-left: 9px; padding-right: 9px;font-size: 20px; font-family:'Arial'; line-height: 1.2em; color:#000;}

video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  
  transition: all 1s;
}


.gapanalyis {
height:300px;
	width: 250px;

	background-color: rgba(239,239,239,1.00); 
display: inline-block;
  justify-content: center;
  align-items: center;	
vertical-align: middle;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;

border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;	


}

video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}




.winners {display: block; width: 100%; text-align: left;}

.grantee {
   font-family: 'Arial'; line-height: 1.5em; text-align: left; width: 75%; margin-left: auto; margin-right:auto;padding-bottom: 15px;}

.grantee:after {
  content: "";
  clear:both;
	}

#nancy {
	flex: 1;
	caption-side: bottom;
    float: right;
    width: auto;
    margin-top: 10px;
    margin-left: 15px;
}

#konig {
    float: right;
    width: auto;
    margin-top: 15px;
    margin-left: 15px;
	padding-bottom: 40px;
}
#mohamed {
    float: left;
    width: auto;
    margin-top: 25px;
    margin-right: 15px;
	padding-bottom: 75px;
    }

#florencia {
    float: left;
    width: auto;
    margin-top: 25px;
    margin-right: 15px;
    padding-bottom: 25px;
}

.grantee:after {
  content: "";
  clear:both;
	}

#nancybio {width: 55%; margin-left:15%; text-align: left;}
#winnerpic {float: right; margin-right: 50px;}
#bio {width: 55%; margin-left:15%; text-align: left;}
/* Change the background color of the dropdown button when the dropdown content is shown */




/*#oralpresentations {width:720px; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; font-size: 14px; margin-top: 0px;float:left; margin-left: 50px; line-height: 2.0em;}

#report {float: right;
 
  padding: 0.2em; 
  margin: 0.2em;
  margin-left:10%;	
  margin-top: 0%;
	border-style:none; }
	*/

/*#imagemap area {

outline:none;

}

#fmdv {float: right; width: 75%; clear:both;}
#fmdv_reg { text-decoration: none; text-align: center; background: #387179; font-size: 18pt; }
