  /*

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  position: relative;
 
}

h2 {font-family: 'Open Sans', sans-serif; color:#777; 

font-size:26px; 
line-height:30px;
font-weight:400;
text-transform:uppercase;
margin-bottom: 25px;
}


label {font-family: 'Lora', serif;}

p {font-family: 'Lora', serif;
font-size: 16px;
color: #4c4c4c;
letter-spacing: 0.3px;
line-height: 29px;}



 .service-box ul {
 border-left: 5px solid #eee;
      margin: 15px 10px 20px;

	
 }
 .service-box ul li {
font-size: 16px;
color: #4c4c4c;
letter-spacing: 0.3px;
line-height: 29px;
	padding-right:30px;
 }
 
 
 
.service-box ul.dashed li {font-family: 'Lora', serif;
font-size: 16px;
color: #4c4c4c;
letter-spacing: 0.3px;
line-height: 29px;
  text-indent: -15px;
	padding-right:30px;
 }
 
 
 
 .pad0 { padding:0 !important;}
  @media (max-width: 768px) {
	  .service-box ul li {
		  padding-right:0 !important;
	  }
	  .service-box ul {
    border-left:none;
    margin: 15px 0px 20px !important;
}
	 
 }
 
 
 ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}

ul.dashed > li:before {
  content: "- ";
  text-indent: -5px;
}
 
 
/* checked list style */


.check-list ul {
	
	list-style:none;
	padding:15px}

.check-list li{
	font-family: 'Lora', serif;
font-size: 16px;
line-height:175%;
color: #4c4c4c;

padding-left:1.3em;
}
.check-list li:before{
 content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}




 

/* Custom default button */


.btn { border-radius: 0;}

.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #777;
  text-transform:uppercase;
  letter-spacing:1px;
}

.btn-default::after {
	font-family:'Glyphicons Regular';
    content: "\E212";
	
	
	
	}
	[class*="btn-p2"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #fafafa 75%, #f3f3f3 100%) repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #555;
    font-weight: 700;
	
}


blockquote {font-style:italic; font-size:14px; line-height:150%; font-family:'Lora', serif; color:#777}


	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}



	/* top place to work badge
	* --------------------------------------- */

.topcorner {
	position:fixed;
	top:0;
	left:2px;
	z-index:1032;
}




 
 @media (max-width: 992px) {
  .topcorner {
	  top:-25px;
	  left:2px;
 transform: scale(.7);
  }
 }


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

.topcorner {
	
	top:55px;
	left:0;
	
}
}

	/* Fixed header and footer.
	* --------------------------------------- */
	#header{
		position:fixed;
		height: 50px;
		display:block;
		width: 100%;
		
	}



#footer{
		position:fixed;
		height: 50px;
		display:block;
		width: 100%;
		background: #0d1026;
		z-index: 10 ;
		text-align:center;
		color: #f2f2f2;
		padding: 5px 0 0 0;
	}







	#header{
		top:0;
		
	}
	#footer{
		bottom:0;
		
		
	}

#footer p, #footer a{
		color:#ffffff;
		font-size:12px;
		line-height:125%;
		
	}
@media (max-width: 992px) {
#footer p, #footer a{
		
		font-size:9px;
		line-height:125%;
		
	}	
	
	
	}
	
	
	
	
		
	.news-media {
		
		
		z-index:9;
		
background-color:#f8f8f8;
	
		padding: 55px 0 ;
		
		}
		


	.secondary-footer {
		
		
		z-index:9;
		
background-color:rgb(239,239,239);
	
		padding: 55px 0 ;
		
		}
	
		
	.secondary-footer-title {
    color: #424242;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 36px 0 26px;
    padding: 0 20px;
    position: relative;
}	
		
		
		
	.secondary-footer-title::after {
    background: #9e9e9e none repeat scroll 0 0;
   /* bottom: -8px; */
   /* content: ""; */
    height: 1px;
    left: 30%;
    margin-left: -9px;
    position: absolute;
    width: 28px;
}	
		
		
		
		
	
	/* Style for header texts
	* --------------------------------------- */
	.cover-heading{
		font-size: 8em;
		line-height:100%;
		color: #fff;
		font-weight:bold;
		text-transform:uppercase;
		margin:0;
		padding:0;
		text-shadow:2px 2px black;
	}
	.intro p{
		color: #fff;
	}
	
	
@media (max-width: 992px) {
	
		.cover-heading{
		font-size: 3em;}
	
	
	}	
	
	
	
	

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section{
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  background-repeat: no-repeat;	
	}
	




	/* Defining each section background and styles
	* --------------------------------------- */
	

	
	
	#intro{
		background-image: url(/img/intro-bck.jpg);
		background-position: center bottom; 
		padding: 3% 0 0 0%;
	}
	#programs{
		background: #fff;
		padding:4% 0 4% 0;
	}
	#section3{
		background-image: url(/img/intro-bck.jpg);
		padding: 6% 0 0 0;
	}
	#section3 h1{
		color: #000;
	}
	
	.quote{
		background: url(/img/programs-banners/quote-image.jpg) no-repeat center center fixed;
		padding: 8% 0 ;
	}
	
	.publications-onpage{
	background: url(/img/programs-banners/quote-image-publications.jpg) no-repeat top center fixed;
	padding: 8% 0 ;
	}
	
		.history-img {
		background: url(/img/programs-banners/aifs-study-abroad-shakespeares-globe-london-css-16-2.jpg) no-repeat;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

		}
		
		
		
		.get-involved-img {
		background: url(/img/programs-banners/aifs-study-abroad-shakespeares-globe-london-css-16-2.jpg) no-repeat;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

		}
		
		
		.history {
		background: url(/img/programs-banners/aifs-study-abroad-history-img.jpg) no-repeat;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

		}
		
		.about {
		background: url(/img/programs-banners/2015_Fall_CostaRica_JulieBuerner_jmÌìÌÃ¹ÙÍøExcursionVolcanPoas3.jpg) no-repeat;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	 background-position: center center; 

		}
			
		
	.partners {
		background: url(/img/programs-banners/jmÌìÌÃ¹ÙÍø-partners-img.jpg) no-repeat;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	 background-position: center center; 

		}	
		

.sircyriltaylor {
		background: url(/img/programs-banners/jmÌìÌÃ¹ÙÍø-Sir-Cyril-Taylor.jpg) no-repeat;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	 background-position: center center; 

		}	


	
.aifsChairman {
background: url(/img/programs-banners/banner-image-bill-gertz.jpg) no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:top center;
} 		
		

.founder-img {

background:	url(/img/programs-banners/jmÌìÌÃ¹ÙÍø-Sir-Cyril-Taylor.jpg) no-repeat ;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	 background-position: center center; 
	}
			
	
	
		#about-img{
		background-image: url(/styles/img/about-bck.jpg);
		 background-position: center bottom; 
		padding: 3% 0 0 0%;
	}
	
	
	
	
	

	
	.bg-map {background-image:url(/img/bg-map.png);
	 background-position: center center; 
	 background-repeat: no-repeat;	}
	
	
	
	.bg-book {background-image:url(/img/programs-banners/France-Aixen-Provence.jpg);
	 background-position: left center; 
	 background-repeat: repeat-x}
	
	
	
	.Through-Years {background: url(/img/jmÌìÌÃ¹ÙÍø-family-through-the-years-illustration.jpg) no-repeat top center scroll;
padding: 8% 0  ; 
		}

.collection-image {background: url(/img/programs-banners/special-collection-banner.jpg) no-repeat top center scroll;
padding: 8% 0  ; 
		}
	
		.bg-gallery {background-image:url(/img/programs-banners/galerry-bg.png);
	 background-position: center center; 
	 background-repeat: no-repeat;
	 padding: 8% 0  ; 	}
	
	
	
		
			.people-banner-img  {background-image:url(/img/programs-banners/our-people.jpg);
	 background-position: bottom center; 
	 background-repeat: no-repeat;
	 	background-size:118%}
		
	 @media (max-width: 1800px) {
		 
		
			.people-banner-img  {background-image:url(/img/programs-banners/our-people.jpg);
	 background-position: top center; 
	 background-repeat: no-repeat;
	 	background-size:auto 100%}	 
		 
	 }
	
	
	.our-people-img {background: url(/img/programs-banners/2015-Fall-Stellenbosch-SarahSwank-Spring-Break-GroupShot.jpg) no-repeat center center fixed;

		}
	

.coloredSection { background-color:#6E9FAB; padding-top:4%}
.coloredSection p {color:#ffffff}	
	
	
	


@media (max-width: 992px) {
 	/*Adding background for mobile
	* --------------------------------------- */
#intro{
		background-image: url(/img/intro-bck-mobile.jpg) ;
		padding: 15% 0 0 0;
	}
	
	
	
	
	
.bg-gallery {background-image:none;
	 padding:0  ; 	}
	

}


.Press-Releases {


padding:8% 0;
position:relative;

}






.request-brochure{


padding:8% 0;
position:relative;

}





.request-brochure::before {
	
	

-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #f8f8f8   #f8f8f8 ;
    border-image: none;
    border-style: solid;
    border-width: 102px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
   bottom: 0;
		z-index:0
}





.news-media {position:relative}


.news-media::after {
	
	

-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff   #fff transparent transparent  ;
    border-image: none;
    border-style: solid;
    border-width: 102px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
   top: 0;
		z-index:0
}
	




 	/*TOP page styling
	* --------------------------------------- */

.values {
	

background-color:rgb(239,239,239)} 



.CTA {padding:3% 0}


/* Style for page title
	* --------------------------------------- */	
	
	
		
	
	
	/*
	
	old page title
	.page-title h1 {
	

color:#fff;
display: table-cell;
font-family: 'Lora', serif;
font-size: 5.6em;
text-transform:uppercase;
letter-spacing: 0.03em;
line-height: 105px;
margin:0;



	}
	*/
	


	.page-title h1 {
	

color:#fff;
display: table-cell;
/*font-family: 'Lora', serif;*/
font-size: 6.2em;
text-transform:uppercase;
		line-height:100%;
		font-weight:bold;
		



	}

.page-title {
		top:190px;

  position: relative;
  padding:1% ;
  width: 80%;
  margin-top:15% ;
  background: rgba( 	0,102,204, 0.6);
  
}



@media (max-width: 992px) {
	.page-title {

top:20% ;
  
}


.page-title h1 {
	
font-size: 2.2em;



	}
	
	}
	
	
	
	 @media (min-width: 1824px) {	.page-title {
		top:70px;	}}
		
		




	.page-title-collection h1 {
	

color:#fff;
display: table-cell;
/*font-family: 'Lora', serif;*/
font-size: 3.2em;
text-transform:uppercase;
		line-height:100%;
		font-weight:bold;
		



	}

.page-title-collection {
		top:190px;

  position: relative;
  padding:1% ;
  width: 80%;
  margin-top:15% ;
  background: rgba( 	0,102,204, 0.6);
  
}



@media (max-width: 992px) {
	.page-title-collection {

top:20% ;
  
}


.page-title-collection h1 {
	
font-size: 1.5em;



	}
	
	}
	
	
	
	 @media (min-width: 1824px) {	.page-title-collection {
		top:70px;	}}



		
/*.page-title:before,
.page-title:after {
  content: '';
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
}
.page-title:before {
  right: 100%;
  background: inherit;
  
}
.page-title:after {
  left: 100%;
  border-left: none;
  background: inherit;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: perspective(1px) rotateY(0.45deg);
  transform: perspective(1px) rotateY(0.45deg);
}*/




.tealSection h1 {
	

color:#fff;
display: table-cell;
font-size: 3.6em;
text-transform:uppercase;
letter-spacing: 0.03em;
line-height: 105px;
margin:0;



	}

.tealSection {
  position: relative;
  padding:0 0 0 20%;
  width: 90%;
  height: 120px;
  margin-top:5% ;
    background: rgba(41, 41, 101, 0.5);}
	
.tealSection:before,
.tealSection:after {
  content: '';
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
}
.tealSection:before {
  right: 100%;
  background: inherit;
  
}
.tealSection:after {
  left: 100%;
  border-left: none;
  background: inherit;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: perspective(1px) rotateY(0.45deg);
  transform: perspective(1px) rotateY(0.45deg);
}






@media (max-width: 992px) { 





.page-title h1{
font-size: 2.5em;
line-height: 125%;
 padding: 1%;


}

  body#publications div.col-md-12.col-sm-12.col-xs-12.section { padding:0 !important;
  }





}






 	/*Adding top banners
	* --------------------------------------- */
	

	.banner {
	background-color:#efefef;
    height: 596px;
	

		
		}
		

.banner	.tagline {
	font-family: 'Open Sans', sans-serif; 
		
background-color: rgba(0, 0, 0, 0.2);
bottom: 15px;
display: table-cell;

font-size: 3em;
font-weight: 100;
height: auto;
letter-spacing: 0.02em;
line-height: 105px;
margin-top:270px;
padding: 0 30px 0 0;






		
		}

		
		
	.banner	.tagline h2 {
		



		
		}
		
		
		@media (max-width: 992px) {
			
				.banner {
	
    height: 306px;
	
		
		}
		
		
		.banner	.tagline h2 {
		font-size:28px;
text-shadow:1px 1px #212121;
margin-top:50px;
		
		}
		.banner	.tagline p {
			line-height:125%;
			text-shadow:1px 1px #212121
		
		}
		
			
			}

.contact-us-bg-img {


  background: url(/img/programs-banners/contact-us-banner-img.jpg) no-repeat top center fixed; 
}



.sig-program-bg-img {

background:	url(/img/programs-banners/sig-program-bg-img.jpg) no-repeat top center fixed;
	
	
	}

.careers-bg-img {

background:	url(/img/programs-banners/careers.jpg) no-repeat ;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	 background-position: center center; 
	
	
	}
	
	.careers2-bg-img {
    padding-top:40px;

background:	url(/img/programs-banners/careers2.jpg) no-repeat ;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	 background-position: center  center; 
    height: 580px;
	
	
	}
@media (max-width: 992px) {
.careers2-bg-img {

background:	url(/img/programs-banners/careers2.jpg) no-repeat ;

-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  	 background-position: bottom center; 
	    height: 350px;


    
	}

    
    .block-activities-nav-item-title.careers2 {
  
    margin: -30px 0 20px;

}
	
}
	
	
.impact-bg-img {

background:	url(/img/programs-banners/jmÌìÌÃ¹ÙÍø-History-Wall-sm.jpg) no-repeat top center fixed;

	
	
	}

.collection-bg-img {

background:	url(/img/programs-banners/globe-library.jpg) no-repeat top center fixed;

	
	
	}
	
.publications-bg-img {

background:	url(/img/programs-banners/jmÌìÌÃ¹ÙÍø-publications.jpg) no-repeat top 50px center fixed;


	
	
	}
	.privacy-bg-img {

background:	url(/img/programs-banners/jmÌìÌÃ¹ÙÍø-privacy.jpg) no-repeat top 50px center / cover ;

	
	
	}
	
.locations-img	{

background:	url(/img/programs-banners/2014-Fall-Granada-YoanaGuerra-SquadAlhambraGranada.jpg) no-repeat ;

	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	 background-position: center center; 
	
	}
	.sitemap-img	{

background:	url(/img/programs-banners/jmÌìÌÃ¹ÙÍø-worldwide.jpg) no-repeat top center fixed;

	
	
	}



/* Extra markup and styles for table-esque vertical and horizontal centering */


.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.1);
          box-shadow: inset 0 0 100px rgba(0,0,0,.1);
	padding-bottom: 2%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}




@media (max-width: 992px) {
	
	.site-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}
	
	 }


/*
 * Header
 */
 
 
 
 
 
 
 
/*
 * Nav bar

 */
 
 

 


.navbar-fixed-top{

box-shadow: 1px 0 20px rgba(0, 0, 0, 0.75), 1px 0 10px #000;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
 }


 
 
 
 
 

 
 .navbar-nav li{
	text-transform:uppercase;
		 }

.navbar-nav ul.dropdown-menu li {
	text-transform:capitalize;
	height: 40px;
	
	
}
.navbar-nav ul.dropdown-menu li:nth-child(4), .navbar-nav ul.dropdown-menu li:nth-child(5), .navbar-nav ul.dropdown-menu li:nth-child(6){
	margin-left:20px;
	
}


@media (min-width: 992px) { 
		 
.navbar-default  .navbar-nav li{	
display: block;
height: 60px;
line-height: 60px;
padding-top:20px;

		 }
}
 
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {border-bottom:2px solid #777 !important; background-color:transparent}
 
 
 

 
 
 /*
 * Logo
 */
 
 .navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
	padding:0;
	 z-index:1029;
	
}
 .navbar-brand img {
    display: block;
    margin: 0 auto;
}
.navbar-toggle {
    z-index:3;
}
 
 
 @media (max-width: 992px) {
  .navbar-brand {
	  -webkit-transform:scale(.65);
	  -ms-transform:scale(.65);
 transform: scale(.65);
 padding:0;
 z-index:1029;
  }
 }
 
 
  #navbar-sm li {z-index: 2147483647}
   #navbar-sm  .nav > li > a:focus,  #navbar-sm .nav > li > a:hover {background-color:transparent; color:#31292A}
   
   
   
   

 
 
  @media (min-width: 667px) {
.navbar-nav{margin:3.5px -15px}
.navbar-nav>li>a{padding-top:5px;padding-bottom:5px;} 
  }
 
 .navbar-inverse-sm {background-color:#3570B6;box-shadow: 1px 0 20px rgba(0, 0, 0, 0.75), 1px 0 10px #000; height:125px}
 
 .navbar-inverse-sm li a{color:#ffffff;}
  .navbar-inverse-sm .nav-pills li a{color:#000;}
  
  


  
 .navbar-inverse-sm .navbar-default li a{color:#000;}

 
 .navbar-inverse-sm .navbar-brand{color:#9d9d9d}



.navbar-inverse-sm .navbar-nav>.active>a,.navbar-inverse-sm .navbar-nav>.active>a:focus,.navbar-inverse-sm .navbar-nav>.active>a:hover{border-bottom:2px solid #777 !important; background-color:transparent}

.navbar-inverse-sm .navbar-toggle{border-color:#E6C429}

.navbar-inverse-sm .navbar-toggle:focus,.navbar-inverse-sm.navbar-toggle:hover{background-color:#333}
.navbar-inverse-sm .navbar-toggle .icon-bar{background-color:#E6C429}






.navbar-inverse-sm .navbar-toggle:focus,.navbar-inverse-sm .navbar-toggle:hover{background-color:#4254A2}








@media (max-width:992px){
	
	
	
	 .navbar-inverse-sm {height:102px; }
	 
	 
	 
	 
	 
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header  {text-align:center; } 
	
	.nav-pills li a   {text-align:center;float:none !important; width:100%} 
	
	.careers2-bg-img {
    background: url(/img/programs-banners/careers2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    height: 350px;
}
}
 
 @media (max-width:736px){
 
  .navbar-inverse-sm .navbar-collapse {background-color:#3570b6; color:#fff; padding-top:35px }
  
  
  .navbar-default .navbar-nav > li > a {color:#ffffff}
  
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {color:#ffffff; }

.careers2-bg-img {
    background: url(/img/programs-banners/careers2.jpg) no-repeat;
    background-size: 150%;
    background-position: center center;
    height: 250px;
}
 
 }
 
 
 
    /* iPads (portrait and landscape) ----------- */
@media (min-device-width : 736px) and (max-device-width : 768px) {
 .nav > li > a {font-size:11px}
}
 
 
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }

}


/*
 * Cover
 */

.cover {
  padding: 12%;
}

.cover h2 {
  color:#fff;
	font-size: 33px;
	line-height: 38px;
  letter-spacing:1px;
	text-shadow:2px 2px black;
	font-weight: bold;
	padding:0 6%;
  
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}






@media (min-width: 992px) { 
#programs .col-md-6 {margin:0 -15px; }
	
}
#programs .program-info {padding-left:3%; padding-right:3%}

.program-info {padding:2%;}
.program-info p {line-height: 140%;}
.program-info h2 {margin-bottom: 2px;}

.program-info h3 { 
font-size:18px; 
	line-height: 22px;
font-family: 'Lora', serif;
}














.title {font-family: 'Lora', serif;
font-size: 6em;
padding:5% 0;
color: #A1A2A6;
text-transform:uppercase;
letter-spacing: 0.3px;
line-height: 42px;
padding-top:25px;
text-align:center;}

@media (max-width: 992px) { 


.title {
font-size: 3em;
padding:0;

padding-top:5px;
text-align:center;}


}




 @media (min-width: 992px) {
	
.left-arrow-img, .right-arrow-img {
	
    position:relative;
    display:block;	
}

.left-arrow-img::before{
    content:"";
    display:inline-block;
    position:absolute;
    border:50px solid white;
    border-color:transparent transparent transparent white;
    top:20%;
	left:15px;
}

.right-arrow-img::before{
    content:"";
    display:inline-block;
    position:absolute;
    border:50px solid white;
    border-color: transparent white transparent transparent ;
    top:20%;
	right:15px;
}}



/* side navigation specific styles */

.cta {background-color:#48C063 !important;}


.cta::after {
    border:20px solid #48C063 !important;
    border-color: transparent transparent transparent #48C063 !important ;

}







.nav-pills li a { text-transform:uppercase;}
.nav-pills li a {background-color:#DBE7F3; border-radius:0;}
.nav-pills li a::after {
    content:"";
    display:inline-block;
    position:absolute;
    border:20px solid #DBE7F3;
    border-color: transparent transparent transparent #DBE7F3 ;
    top:0;
	right:-39px;
}

.nav-pills li a::focus, .nav-pills li a::hoover  {
    content:"";
    display:inline-block;
    position:absolute;
    border:20px solid #B0B0B0;
    border-color: transparent transparent transparent #17246F ;
    top:0;
	right:-39px;
}



/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.nav-pills li a::after {
    content:"";
    display:inline-block;
    position:absolute;
    border:17px solid #DBE7F3;
    border-color: transparent transparent transparent #DBE7F3 ;
    top:0;
	right:-32px;
}
}


/* page specific styles */
  .affix-top,.affix{
	position: static;
}
.affix-bottom { 
    position: relative; 
}

@media (min-width: 992px) {

  #ScrollSpymenu.affix-top {
  position: static;
  
  }
  
 #ScrollSpymenu.affix {
  position: fixed;
  top: 150px;
  
  }

 #ScrollSpymenu {width:200px;}

}


  
  .block-col {
    display: inline-block;
    padding: 70px 0 0;
    position: relative;
    vertical-align: top;
}
.block-right-col {
    border-left: 1px solid #ccc;
    padding: 1em 0 1em 2em;
    transition: border-color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;}

  .block-right-col::before {
    background: #4d4d4d none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -25px;
    position: absolute;
    top: 80px;
    width: 25px;
}
body.sitemap .block-right-col::before {
  
    top: 10px !important;
   
}
.right-col {
    width: 780px;
}

.left-col {
    width: 234px;
}
  

 




/* QUOTES */




.block-quote {
   
    overflow: hidden;
}
.block-quote .block-col {
    padding-bottom: 58px;
    padding-top: 69px;
}

.block-quote .block-right-col::before {
    top: 113px;
}
.block-quote-author {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    padding-right: 35px;
    position: relative;
}




.block-quote-author-name {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    max-width: 170px;
}

.block-quote-content {
   font-family: 'Lora', serif;
    margin: 5px 0;
    max-width: 700px;
	color:#3C5083;
    padding: 22px 0 0;
    position: relative;
}
.block-quote-content h4 {
  line-height:150%;
}
.block-quote-content::before, .block-quote-content::after {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: mra-icon !important;
    font-size: 92px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none !important;
}
.block-quote-content::before {
    content: open-quote;
    padding-right: 7px;
    position: relative;
    top: 4px;
}
.block-quote-content::after {
    content:close-quote;
    left: 8px;
    position: relative;
    top: 4px;
}



/* blox with text styles--------
----------
----------
------*/



.block-activities-nav-item::before {
    background: #ccc none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    width: 1px;
}


.block-activities-nav-item.active::after {
    bottom: -16px;
    filter: none;
    opacity: 1;
    transition: opacity 0.4s ease 0.2s, bottom 0.4s ease 0.2s;
}




.block-activities-nav-item.active {
    cursor: default;
}
.block-activities-nav-item {
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    height: 205px;
    padding: 0 25px;
    position: relative;
    text-align: center;
    transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    vertical-align: top;
    width: 33%;
    z-index: 12;
}
.block-activities-nav-item-title {
    color: #424242;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 24px 0 20px;
    padding: 0 20px;
    position: relative;
}
.block-activities-nav-item-title-lite {
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 24px 0 20px;
    padding: 0 16px;
    position: relative;
}
.block-activities-nav-item-title::after, .block-activities-nav-item-title-lite::after {
    background: #9e9e9e none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    width: 18px;
}

.block-activities-nav-item-introduction {
    color: #686868;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    padding:0px 20px 20px 20px;
}



@media (max-width: 992px) {

.block-activities-nav-item {
    width: 100%;
	height: 100%;
	 padding: 0 ;
	 margin:0
}
.block-activities-nav-item-introduction {
   
   
    margin: 0;
    padding: 0 ;
}

.block-activities-nav-item::before {
    background: none;
	
   
}

}

.affiliations {padding:50px;
}
.affiliations .row {padding:2%}

/*TAGLINE*/

.tagline{padding:2% 0; }
.tagline h1 {color:#ffffff; font-weight:bold; text-transform:uppercase; font-size:4em;}
.tagline h2 {color:#ffffff; font-family: 'Lora', serif; font-size:3.5em; padding-top:5%; line-height:150%}
.tagline h3 {color:#ffffff; font-family: 'Lora', serif; font-size:2em; font-style:italic; padding-bottom:5%}

	
	
	

	
	
	/*-------------STYLES FOR MAP ASP-------------
	---------------
	----------------
	-----------------*/




* { box-sizing: border-box; }

#world-map { 
  fill: #aedcdc;
}
  #south-africa, #australia, #new-zealand,  #costa-rica, #ecuador,  #argentina, #chile, #brazil, #russia,  #turkey, #britain, #ireland,  #poland, #spain, #portugal, #france,  #germany, #india, #usa, #italy, #austria, #czech, #switzerland, #greece {
	 fill:#62B27A;
	}

#world-map g {
  transition: .3s;
}
#world-map g:hover { 
  fill: hsl(183, 78%, 66%);
  cursor: pointer;
}
.active, .active:hover { 
  fill:  #aedcdc !important;
}		
#CountryInfo { 
  position: absolute;
  top:50%; right: 0;
  width: 25%;
  color: #777 !important; 
  background: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: 1s; 
}

@media all and (max-width: 1024px) {
  #CountryInfo { 
    width: 100%; 
    position: static; 
    background-color:#fff
  }
#CountryInfo.show p { 
  color: #777 !important; 
 
  margin-bottom: 2rem; 
  }
}
#CountryInfo.show { opacity: 1; }
#CountryInfo h1 {
  background: #3570B6;
  color:#ffffff;
  font-size:29px;
  font-weight:bold;
  padding:5px;
  padding-left: 2rem;
  margin-top: -.5rem;
  font-weight: 400;
}
#CountryInfo p {
  margin-left: 2rem;
  font-family: 'PT Serif', serif;
  font-size:16px;
  line-height:125%;
  margin-right: 2rem;
}
#CountryInfo img {
	display:none;
  width: 100%;
}


/*-------------Corousel control-------------
	---------------
	----------------
	-----------------*/

#jmÌìÌÃ¹ÙÍø-locations .item {padding:5%}

.carousel-control {
     padding-top:2%;
  width:5%;
    color: #777;
    font-size: 80px;
    
    opacity: 0.8;
   
}
.carousel-control.left {
    background-image:none;
    background-repeat: repeat-x;
}


.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}

.carousel-control:focus, .carousel-control:hover {
    color: #327890;
    opacity: 0.9;
    outline: 0 none;
    text-decoration: none;
}




/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 3.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}


#quote-carousel .item {
	background-color:rgba(255,255,255,.8) !important;
	padding:20px;
	border-top:4px solid #55D181
}


.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



@media all and (max-width: 1024px) { 

#quote-carousel .carousel-control.left {
    left: 0;
}
#quote-carousel .carousel-control.right {
    right: 0;
}



}









/*-------------Hover effect over boxes-------------
	---------------
	----------------
	-----------------*/


#locations-worldwide .col-md-3, #locations-worldwide .col-sm-6{
	padding-left:1px;
	padding-right:1px;
	margin: auto 0;
	}



.hovereffect {
	margin-top:15px;
  width: 100%;
  max-width:350px;
  min-height:240px;
  height: 100%;
  float:none;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background:#292965;
}






.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 5% 5%;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img, .hovereffect:focus img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



.hovereffect h3 {
  text-transform: uppercase;
  color: #fff;
    font-weight: 700;
  text-align: center;
  position: relative;
  font-size:34px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}


.hovereffect h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h3:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect p  {
  color: #FFF;
  	letter-spacing: 1px;
	font-family: 'PT Serif', serif; 
	font-size:1.2em;
	line-height:125%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect a {
line-height:125%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  
}



.hovereffect:hover a, .hovereffect:focus a, .hovereffect:active a, .hovereffect:hover p, .hovereffect:active p, .hovereffect:focus p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}






@media (max-width: 992px) {
	
	.hovereffect {margin-right:-25px}
	
	}






/*STYLES for programs pages
-------------
----------
-----
*/

.program-logo {
	padding-bottom:15px;
	
	}
.program-logo img
 {
position: absolute;
  top: 0;
  left: 0;
  float: left;

  z-index:2;
	 
	 
	 
	 }
	 
	/* style for publications page
	* --------------------------------------- */ 
	 .service-box p {
    margin: 0 10px;
	font-size:14px;
}
 .service-box h3 {
    margin: 0 10px;
	font-size:18px;
	line-height:28px;
	padding:2px 0 10px;
}





/* ==========================================================================
   RSS feed
   ========================================================================== */
/* begin styles for RSS Feed */
.rss-box {
    margin: 4px 0;
    max-width: 100%;
    background-color: #fff;
/*border-left: 5px solid #669900;*/
    -moz-box-shadow: inset 0 0 1px #ccc;
    -webkit-box-shadow: inset 0 0 1px #ccc;
    box-shadow: inset 0 0 1px #ccc;
}

.rss-items {
    margin-top: 0;
    padding: 10px;
    margin-left: 0;
    color: #ccc;
    text-align: left;
}

/*.rss-items a::after {
	content: ">";
	margin-left: 2px;
	padding-right: 6px;
	color:#1d3769;
	font-family: 'Glyphicons Halflings';
	}*/
p.rss-title {
    padding: .5em;
}

.rss-title {
    background-color: #EFF0F0;
    text-transform: capitalize;
    text-decoration: none;
    font-family: "Gotham","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #1d3769;
    font-size: 14px;
    font-weight: light;
    margin: 0;
    text-align: left;
}

/*.rss-title a::before {
	content: "\e111";
	padding: 3px;
	color:#1d3769;
	font-family: 'Glyphicons Halflings';
	}*/
.rss-item {
    font-size: 14px;
    line-height: 150%;
    color: #909CAA;
    font-weight: 300;
    list-style: none;
    padding-bottom: 0;
}

.rss-item a {
    text-decoration: none;
    color: #1d3769;
    font-size: 14px;
    font-weight: light;
}

.rss-item a:hover {
    text-decoration: underline;
}

.rss-date {
    font-size: 85%;
    font-weight: 400;
    color: #333;
}












/*-------------Timeline-------------
	---------------
	----------------
	-----------------*/

/* ------------------------------------------ TIMELINE ------------------------------------------ */

.cd-horizontal-timeline ul {
    list-style-type: none;
}
.cd-horizontal-timeline {
     background-color: #fff;
	border-top:1px solid rgb(116, 196, 197);
		border-bottom:1px solid rgb(116, 196, 197);
    opacity: 0;
    padding: 2em 0;
    margin: 0 auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    
    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    
    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
}
.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #69b2b3;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #69b2b3;
    border-color: #69b2b3;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #69b2b3;
    border-color: #69b2b3;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #69b2b3;
}
@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        
        content: 'desktop';
    }
}
.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 5px solid #69b2b3;
    /* replace text with an icon */
    
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    /* arrow icon */
    
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #69b2b3;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 410px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
    max-width: 1160px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
    /* text-align:center;*/
}
.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}
.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        /*    font-size: 7rem;*/
    }
    .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }
}
@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/




/* CSS RESET DONE */



.container-timeline {
  z-index: 1;
  position: relative;
  background-color: #f4d432;
  padding-top: 120px;
  text-align: center;
  height: 100%;
}

.container-timeline.purple-bg{background-color:#707FD8}
.container-timeline.grey-green-bg {background-color:#7AB8BC}
.container-timeline.blue-bg {background-color: #3851B8}
.container-timeline.orange-bg {background-color:rgb(222, 108, 64)}
.container-timeline.green-bg {background-color:#B0D0A3}
.container-timeline.lt-blue-bg {background-color: #4A7CC8}
.container-timeline h1 {
	color:#fff;
  margin: 40px 0;
  font-size: 56px;
  line-height: 50px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #888;
}

.container-timeline h2 {
	color:#fff;

  font-size: 32px;
  line-height: 50px;

}




.container-timeline p {
  color: #fff;
  margin: 0 auto;
  font-size: 1em/1.3em ;
	
	
	}

.container-timeline a {
  text-decoration: none;
  color: #fff;  
  margin: 0 10px;
}


.container-timeline .row {padding-bottom:10%; }
.container-timeline .row .col-md-4 {padding:45px;}



		  
		  	.trademark {
		font-family: "Lato", sans-serif;
		font-size:26px;
		font-weight: normal;
		color:white;
	}

@media (max-width:960px){
	
	.trademark {font-size:18px;
	}}


/* Menu Styles */

.menu {
  width: 100%;
  position: relative;
  height: 100px;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 2;
}


.menu a {text-decoration: none;}
  .menu .slider {
    position: relative;
    left: 10%;
    width: 80%;
    text-align: center;
  }
  
    .menu .slider .bar, .menu .slider .bar .before {
      height: 20px;
 
      transition: .5s; 
      -webkit-transition: .5s; 
     
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
    }
    
    .menu .slider .bar {
      position: relative;
      left: 3px;
      width: 100%;
      background-color: #98B4C2;
    }
      .menu .slider .bar .before {
        width: 100px;
        float: left;
        position: relative;
        left: -3px;
      }
      .menu .slider .bar a.knob { 
        position: absolute;
        top: -5px;
        left: 0;
        margin: 0;
        display: block;
        width: 30px;
        height: 30px;
        background-color:#ACCBA9;

        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        
        transition: .5s; 
        -webkit-transition: .5s; 
      }
    .menu ul { 
      height: 100%; 
      display: inline-block;
      margin: 20px 0 15px 0;
	  
	  
    }
    .menu ul li {
      margin: 0 40px;
     font-size:29px;
      font-weight: bold;
      float: left;
 list-style:none;
    }
    .menu ul li a { color: #444; margin: 0;  text-decoration: none; }


     
      /* Work at jmÌìÌÃ¹ÙÍø*/
 .padtop30 {padding-top:30px;}
 
.work .timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
 
.work .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #1b2c58;
}
 
.work .timeline li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}
 
.work .timeline li:before,
.work .timeline li:after {
    content: " ";
    display: table;
}
 
.work .timeline li:after {
    clear: both;
}
 
.work .timeline li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}
 
.work .timeline li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
 
.work .timeline li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
 
.work .timeline li .timeline-image {
  
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
 
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fff;
}
 
.work .timeline li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}
 
.work .timeline li.timeline-inverted .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}
    
 
.work .timeline li.timeline-inverted .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
 
.work .timeline li.timeline-inverted .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
 
.work .timeline li:last-child {
    margin-bottom: 0;
}
 
.work .timeline .timeline-heading h4 {
    margin-top: 10px;
    color: inherit;
    font-size:24px;
      line-height: 30px;
    font-weight:normal;
}
      
      
    .work   .after-timeline h4 {
    margin-top: 30px;
    color: inherit;
    font-size:24px;
      line-height: 30px;
    font-weight:normal;
}
       .work     .after-timeline h4 em {
    margin-top: 10px;
    color: inherit;
    font-size:24px;
      line-height: 30px;
    font-weight:bold;
}
      
    .work   .timeline .timeline-heading h4 em {
    margin-top: 10px;
    color: inherit;
    font-size:24px;
      line-height: 30px;
          font-weight:bold;
          
}
 
 
.work  .timeline .timeline-heading h4.subheading {
    text-transform: none;
}
 
.work .timeline .timeline-body>p,
.work .timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
   .work  .timeline:before {
        left: 50%;
    }
 
   .work  .timeline>li {
        margin-bottom: 50px;
        min-height: 100px;
    }
 
   .work  .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
 
   .work  .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
 
   .work  .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
 
  .work   .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

      
@media(min-width:992px) {
   .work  .timeline>li {
        min-height: 150px;
    }
 
  .work   .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
 
   .work  .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
 
   .work  .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
 
   .work  .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}
 
@media(min-width:1200px) {
  .work   .timeline>li {
        min-height: 170px;
    }
 
   .work  .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
 
   .work  .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
 
   .work  .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }
 
  .work   .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
 
}


.badge__wrapper {
    position: absolute;
    margin-top:114px;
    left: -12%
}

.badge__img {
    width:13%;
		 margin-top: 18px;
}
        
@media(max-width:1600px) {
    .badge__wrapper {
        left: -26%
    }
}

@media(max-width:1450px) {
    .badge__wrapper {
        left: -32%
    }
}

@media(max-width:1350px) {
    .badge__wrapper {
        left: -38%
    }
}

@media(max-width:1200px) {
    .badge__wrapper {
        left: -47%
    }
}

@media(max-width:1150px) {
    .badge__wrapper {
        left: -50%;
  
    }
    .badge__img {
        width:11%
    }
}

@media(max-width:1050px) {
    .badge__wrapper {
        left: -55%;
    }
}

@media(max-width:1010px) {
    .badge__wrapper {
        left: -57%;
    }
}

@media(max-width:992px) {
    .badge__wrapper {

    }
}

@media(max-width:768px) {
    .cover {
        margin-top:80px;
    }
    .badge__wrapper {
    
    }
    .badge__img {
        width:22%; margin-top: 0;
    }
}

@media(max-width:550px) {
    .cover {
        margin-top:60px;
    }
    .badge__wrapper {
  
    }
}

@media(max-width:425px) {
     .cover {
        margin-top:110px;
    }
    .cover h2 {
        font-size: 19px;
        line-height: 25px;
    }
    .cover-heading {
        font-size: 2em;
    }
    .badge__wrapper {
 
    }
    .badge__img {
        width:20%
    }
}

@media(max-width:375px) {
    .badge__wrapper {
   
    }
    .badge__img {
        width:75px;

    }
}


.badge__wrapper-1 {
	position: absolute;
    margin-top:90px;
    left: 24%
	
}
          
.badge__img-1 {
 width:75px; margin-left:20px;margin-right: 10px;
}
@media(max-width:1600px) {
    .badge__wrapper-1 {
        left: 14%
    }
}

@media(max-width:1450px) {
    .badge__wrapper-1 {
        left: 10%
    }
}

@media(max-width:1350px) {
    .badge__wrapper-1 {
        left: 6%
    }
}

@media(max-width:1200px) {
    .badge__wrapper-1 {
        left: 2%
    }
}

@media(max-width:1150px) {
    .badge__wrapper-1 {
        left: -2%;
        margin-top:100px;
    }
    .badge__img-1 {
 width:50px; margin-left:20px;
    }
}

@media(max-width:1050px) {
    .badge__wrapper-1 {
        left: -6%;
    }
}

@media(max-width:1010px) {
    .badge__wrapper-1 {
        left: -10%;
    }
}

@media(max-width:992px) {
    .badge__wrapper-1 {
        margin-top: 0;
    }
}

@media(max-width:768px) {
    .cover {
        margin-top:80px;
    }
    .badge__wrapper-1 {
        margin-top: 30px;
    }
    .badge__img-1 {
    width:50px; margin-left:20px;
    }
}

@media(max-width:550px) {
    .cover {
        margin-top:60px;
    }
    .badge__wrapper-1 {
        margin-top: 35px;
    }
}

@media(max-width:425px) {
     .cover {
        margin-top:110px;
    }
    .cover h2 {
        font-size: 19px;
        line-height: 25px;
    }
    .cover-heading {
        font-size: 2em;
    }
    .badge__wrapper-1 {
        margin-top: 50px;
    }
    .badge__img-1 {
     width:50px; margin-left:20px;
    }
}

@media(max-width:375px) {
    .badge__wrapper {
        margin-top: 60px;
    }
    .badge__img {
    width:50px; margin-left:20px;
    }
}



.impactaifs-img {
		background: url(/img/programs-banners/impact-jmÌìÌÃ¹ÙÍø-1.png) no-repeat;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
		}	
