
/* Home page Banner */

.home-banner img {
	display: block;
	float: left;
}
.home-banner-copy {
	color: #fff;
	margin-left: 540px;
	min-height: 283px;
	*height: 283px;
	padding: 30px 10px 30px 25px;
	position: relative;
}
.home-banner-copy .superheader {
	border-bottom: 1px solid rgb(255,254,254);
	border-bottom: 1px solid rgba(255,254,254,0.25);
	color: #fff;
	display: block;
	font-size: 12px;
	padding-bottom: 7px;
}
.home-banner-copy .blockquote {
	margin: 0;
}
.home-banner-copy .blockquote p {
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	margin: 22px 20px 11px 0;
}
.home-banner-copy .blockquote p:before,
.home-banner-copy .blockquote p:after {
	color: #fff;
	font-size: 34px;
}
.home-banner-copy .blockquote p:before {
	top: 0;
}
.home-banner-copy .blockquote p:after {
	top: -.5em;
}
.home-banner-copy .video-link {
	background-position: left top;
	display: block;
	float: left;
	height: 23px;
}
.home-banner-copy .video-link:hover {
	background-position: left -43px !important;
	text-decoration: none;
}
.home-banner-copy .video-link span {
	color: #fff;
	display: block;
	font-size: 10px;
	line-height: 23px;
	margin-left: 24px;
	padding: 0 10px;
	text-transform: uppercase;
}
/* Homepage video buttons */

.home-banner-copy .blue-indigo.video-link span { background: #0c3964;}
.home-banner-copy .blue-magenta.video-link span { background: #363885;}
.home-banner-copy .blue-purple.video-link span { background: #313a8d;}
.home-banner-copy .dark-orange-gold.video-link span { background: #b34414;}
.home-banner-copy .default.video-link span { background: #006497;}
.home-banner-copy .gold-magenta.video-link span { background: #9e461a;}
.home-banner-copy .green-aqua.video-link span { background: #006f57;}
.home-banner-copy .green-blue.video-link span { background: #32724d;}
.home-banner-copy .lime-green.video-link span { background: #498323;}
.home-banner-copy .magenta-purple.video-link span { background: #731444;}
.home-banner-copy .orange-gold.video-link span { background: #b44c03;}
.home-banner-copy .orange-yellow.video-link span { background: #a36900;}
.home-banner-copy .pink-purple.video-link span { background: #7c1d4b;}
.home-banner-copy .purple-pink.video-link span { background: #611f6c;}
.home-banner-copy .yellow-pink.video-link span { background: #c25400;}

.home-banner-copy.gradient {
	background-position: -1300px 0;
}

.ie6 .home-banner-copy .video-link,
.ie7 .home-banner-copy .video-link,
.ie8 .home-banner-copy .video-link {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c60,endColorstr=#4c4c4c60);
	position: relative;
}

.home-banner-copy .video-link:hover span {
	background-color: #f7f6f5 !important;
	color: #009ddc !important;
}


/* Billboards */

.billboard {
	padding-bottom: 1px;
	position: relative;
}
	.billboard.empty {
		height: 9px;
	}
	.billboard.empty .billboard-detail { display: none; }
	.billboard.tag {
		background-color: #615e5a;
	}
.billboard-detail a {
	color: #fff;
}
.billboard-detail {
	border-bottom: solid 1px rgb(229, 229, 229); /* fallback for old browsers */
	border-bottom: solid 1px rgba(229, 229, 229, .50);
	color: #fff;
	margin: 0 9px 6px 9px;
	padding: 43px 250px 30px 31px;
}
a.billboard-detail{
  display:block;
}
a.billboard-detail:hover,
a.billboard-detail:active,
a.billboard-detail:focus{
  text-decoration:none; 
}
.tag .billboard-detail {
	padding-top: 42px;
	padding-left: 42px;
}
.no-intro .billboard-detail {
	padding: 25px 250px 20px 11px;
}
.billboard-detail h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	line-height: 34px;
}
.billboard-detail p {
	margin-top: 13px;
}
.billboard-detail p,
.intro p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
 }
 .intro a,
.intro a:link {
	color: #fff;
	font-weight: bold;
}
.intro p {
	font-size: 18px;
	line-height: 1.2;
}
.billboard .background-id {
	bottom: 18px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	position: absolute;
	right: 20px;
}
.billboard .background-id p {
	margin: 0;
	text-align: right;
}
.billboard-detail .to-more{
  display:block; 
}

/* Program and Learning Index Billboard */

/* Network Detail */


.network-detail-page .about-this-network .float-left {
	float: left;
	padding-right: 20px;
	width: 250px;
}
.network-detail-page .about-this-network {
	margin-bottom: 6px;
}
.network-detail-page .about-this-network h2,
.network-list h2 {
  /* border-bottom: solid 2px #ccc; */
	padding-bottom: 5px;
}
.network-list li > h2 {
	border-bottom: 0px;
}
.network-detail-page p {
	color: #666;
}
.network-detail-page p.intro {
	font-size: 16px;
}
.network-detail-page h3 {
	font-size: 14px;
	margin-bottom: 6px;
}
.network-detail-page .network-chair p {
	margin: 6px 0;
}
.network-detail-page .network-website {
	padding-top: 10px;
}
.network-detail-page .network-additional {
	/* float: right; */
	/* padding: 20px 50px 0 0; */
	/* width: 300px; */
}

.network-detail-page .intro a.to-more{
  color: #009bdb;
  font-weight: normal;
  font-size: 14px;
}

body.network-detail .infosheet-pdf,
.network-infosheet .infosheet-pdf,
.network-detail-page .infosheet-pdf {
	background: url(../images/backgrounds/drop-shadow-info.png) no-repeat;
	height: 70px;
  display: table-cell;
  vertical-align: middle;
}
.network-infosheet .infosheet-pdf a,
.network-detail-page .infosheet-pdf a {
	display: block;
	font-weight: bold;
	/* left: 50px; */
	/* position: relative; */
	/* top: 17px; */
	width: 500px;
  padding: 17px 5px 20px 50px;
}
.network-detail-page #research {
	margin-top: 24px;
	padding-bottom: 5px;
}


.network-detail-page .about-this-network div.top-row {
  width:100%;
}

.network-detail-page .about-this-network div.network-chair {
  width: 50%;
  float: left;
}

.network-detail-page .about-this-network div.network-website {
  float: right;
  width: 45%;
}

.network-detail-page .float-left h2{
  margin-bottom: 10px;
}

/* Research Network List and Press Release List */

.event-list .callout,
.network-list .callout,
.press-list .callout {
	margin: 0 0 32px 0;
}
.press-list .callout a {
	color: #077EB0;
}

.newsfeed .learning-index-filters {
  width: 100%;
	margin-top: 5px;
	padding: 10px 0 5px 30px;
	background-color: #DDD;

}

.newsfeed .learning-index-filters .filters-text {
  margin: 16px 0 10px 0;
}

.newsfeed .learning-filter {
  width: 100%;
}

.newsfeed .learning-filter,
.press-list .press-release-filter {
	border-top: solid 1px #dedede;
	height: 35px;
	margin-top: 5px;
	padding: 0 0 5px 30px;
}
.newsfeed .learning-filter label,
.press-list .press-release-filter label {
	color: #7d7d7d;
	float: left;
	line-height: 40px;
	padding-right: 5px;
}
.articles-list .press-release-filter {
  height:auto; 
}
.articles-list .press-release-filter label{
  clear:left;
  width:145px; 
  text-align:right;
  padding-right:1em;
}
.articles-list .press-release-filter button{
  margin-top:4em;
}
.articles-list .press-release-filter button.filter-btn-2{
  position:relative;
  top:-40px;
  left:-45px;
  margin-top:0 
}
.articles-list form#program-filter div{
  z-index:20;
}
.articles-list form#program-filter label + select + div + label + select + div{
  z-index:10; 
}

.network-list ul,
.press-list ul {
	padding-left: 0;
}
.network-list ul {
	padding-top: 12px;
}
.network-list li,
.press-list li {
	background: none;
	border-top: solid 1px #e5e5e5;
	padding: 12px 50px 18px 0;
}
.network-list .article-nav li,
.press-list .article-nav li {
	border-top: 0 none;
}
.network-list li:first-child,
.press-list li:first-child {
	border-top: 0;
}
.network-list li h2,
.press-list li h2 {
	line-height: 1.2;
}
.press-list li h3 a {
	color: #000;
}
.network-list li h3 {
	font-size: 24px;
	line-height: 1.2;
}
.network-list li h3 a{
	color: #252525;
	font-weight: normal;
}
.network-list li h3 a:hover {
	color: #009ddc;
	text-decoration: none;
}
.network-list li p {
	display: inline;/*?*/
}
.network-list li h6 {
	padding-top: 10px;
}
.network-status {
	background: url(../images/icons/icon-green-check.png) no-repeat;/*ATTENTION*/
	border-right: solid 1px #cbcbcb;
	color: #666;
	display: inline;
	font-weight: bold;
	padding: 0 7px 0 17px;
}

/* Program Area Page 3-prong variant */

.program-focus-icon {
	background: none !important; /* Temporary */
	padding: 5px 10px 5px 40px;
	width: 890px;
}
.program-focus-icon .superheader {
	color: #fff;
	margin-top: 0;
}
.program-focus-icon ul {
	border-bottom: solid 1px #E5E5E5;
	border-bottom: solid 1px rgba(229, 229, 229, .50);
	padding: 0 0 15px 0;
}
.program-focus-icon li {
	background: 0;
	float: left;
	margin-right: 35px;
}
.program-focus-icon li .img {
	margin-right: 15px;
}
.program-focus-icon li img {
	border: solid 4px #fff;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .4);
}
.program-focus-icon li p {
	float: left;
	line-height: 20px;
	margin-top: 10px;
	width: 150px;
}
.program-focus-icon li a {
	color: #fff;
	font-size: 18px;
	max-width: 150px;
}

.program .newsfeed{
  padding-bottom: 0px;
  border-bottom: none;
}

/* Program Strategy Page */

.program-strategy h1 {
	font-size: 26px;
	font-weight: lighter;
}

.strategy {
	border-bottom: solid 1px #dedede;
	margin-bottom: 10px;
}
.strategy + .user-generated {
	padding-bottom: 25px;
}
.strategy + .user-generated ul {
	padding-left: 0;
}
.strategy + .user-generated li {
	color: #191919;
}
.strategy + .user-generated h3 {
	color: #666;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.strategy-infosheet {
	margin-bottom: 15px;
}
.strategy-infosheet-content {
	padding: 20px 30px 30px 90px;
}
.strategy-infosheet-content .callout {
	font-size: 18px;
	margin-top: 0;
}
.strategy-infosheet-content a {
	background: #00a4e6;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}
/* Rotating Features Carousel */

/* #feature-carousel {
	position: relative;
}
.article-carousel #feature-carousel,
.homepage #feature-carousel {
	background: #f7f6f5 url(../images/backgrounds/banner-bottom-edge.png) no-repeat left bottom;
}

.article-carousel #feature-carousel {
	clear: both;
 } */
.hasdivider {
	background: url("../images/backgrounds/promo-stripe.png") repeat-x left bottom;
	padding-bottom: 42px;
}

.article-carousel .hasdivider { padding-bottom: 0; }

/* #feature-carousel .controls {
	margin: 0;
	padding: 0;
}
#feature-carousel-title  {
	clear: both;
	background: #F7F6F5;
	border-bottom: 2px solid #dedede;
	padding: 30px 0px 20px 43px;
	margin-top: 20px;
}
#feature-carousel .nav {
	background: #aeaca7;
	background: -moz-linear-gradient(top,  #aeaca7 0%, #86837b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeaca7), color-stop(100%,#86837b));
	background: -webkit-linear-gradient(top,  #aeaca7 0%,#86837b 100%);
	background: -o-linear-gradient(top,  #aeaca7 0%,#86837b 100%);
	background: -ms-linear-gradient(top,  #aeaca7 0%,#86837b 100%);
	background: linear-gradient(top,  #aeaca7 0%,#86837b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaca7', endColorstr='#86837b',GradientType=0 );
	height: 120px;
	margin: 17px 0 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 29px;
}
#feature-carousel .nav:hover {
	background: #009ddc;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#feature-carousel .nav.inactive,
#feature-carousel .nav.inactive {
	background: #ceccc9;
	background: -moz-linear-gradient(top,  #ceccc9 0%, #bab8b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ceccc9), color-stop(100%,#bab8b3));
	background: -webkit-linear-gradient(top,  #ceccc9 0%,#bab8b3 100%);
	background: -o-linear-gradient(top,  #ceccc9 0%,#bab8b3 100%);
	background: -ms-linear-gradient(top,  #ceccc9 0%,#bab8b3 100%);
	background: linear-gradient(top,  #ceccc9 0%,#bab8b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceccc9', endColorstr='#bab8b3',GradientType=0 );
}
#feature-carousel .nav.inactive button {
	cursor: default;
}
#feature-carousel .right {
	right: 0;
}
#feature-carousel .nav button {
	background: url("../images/controls/carousel_nav_left.png") no-repeat center center;
	display: block;
	height: 120px;
	width: 29px;
}
#feature-carousel .right button {
	background-image: url("../images/controls/carousel_nav_right.png");
}
#feature-carousel .carousel-list {
	height: 233px;
	list-style-type: none;
	margin-top: 0;
	margin-left: 29px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 882px;
}
#feature-carousel .carousel-list li {
	background: url("../images/backgrounds/carousel_bg.png") no-repeat top left ;
	float: left;
	height: 233px;
	margin: 0;
	overflow: hidden;
	padding: 16px 13px 0 13px;
	width: 268px;
}
#feature-carousel .carousel-list li:first-child {
	background-image: none;
}
#feature-carousel .carousel-list li img {
	margin-bottom: 11px;
}
#feature-carousel .carousel-list li a {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
}
#feature-carousel .carousel-list li a:hover,
#feature-carousel .carousel-list li a:active {
	color: #009ddc;
	text-decoration:none;
}
#feature-carousel .slide-set {
	width: 882px;
	} */
#base {
	background: url("../images/backgrounds/promo-stripe.png") repeat 0 0;
	height: 21px;
	margin-bottom: 40px;
	width: 100%;
}

#feature-carousel-title{
  clear:both;
  background:#fff;
  padding:1em 0 0.5em; 
}

/* RS carousel */
.article-carousel .rs-carousel,
.homepage .rs-carousel {
	background: #f7f6f5 url(../images/backgrounds/banner-bottom-edge.png) no-repeat left bottom;
}

.rs-carousel {
	position: relative;
	padding-top: 16px;
	width: 940px;
}
.rs-carousel-mask {
	height: 233px;
  margin: 0 auto;
  overflow: hidden;
	position: relative;
	width: 864px;
}
.rs-carousel .rs-carousel-runner {
  position: relative;
}

.rs-carousel li {
	background: transparent url("../images/backgrounds/carousel_bg.png") no-repeat top left;
  float: left;
  padding:0 10px;
  width: 268px;
	height: 250px;
}
.rs-carousel li:first-child {
	background: none;
}
.rs-carousel li img {
	margin-bottom: 11px;
}
.rs-carousel li h3 a {
	color: #191919;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
}
.rs-carousel .left,
.rs-carousel .right {
	background: #aeaca7;
	background: -moz-linear-gradient(top,  #aeaca7 0%, #86837b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeaca7), color-stop(100%,#86837b));
	background: -webkit-linear-gradient(top,  #aeaca7 0%,#86837b 100%);
	background: -o-linear-gradient(top,  #aeaca7 0%,#86837b 100%);
	background: -ms-linear-gradient(top,  #aeaca7 0%,#86837b 100%);
	background: linear-gradient(top,  #aeaca7 0%,#86837b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaca7', endColorstr='#86837b',GradientType=0 );

	display: block;
	height: 120px;
	padding: 0;
	position: absolute;
	top: 17px;
	width: 29px;
}
.rs-carousel .rs-carousel-action {
	background: url("../images/controls/carousel_nav_left.png") no-repeat center center;
	display: block;
	height: 120px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 29px;
}
.rs-carousel .right .rs-carousel-action {
	background: url("../images/controls/carousel_nav_right.png") no-repeat center center;
}
.rs-carousel .left:hover,
.rs-carousel .right:hover {
	background: #009ddc;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.rs-carousel .rs-carousel-action-disabled,
.rs-carousel .rs-carousel-action-disabled:hover {
	background: #ceccc9;
	background: -moz-linear-gradient(top,  #ceccc9 0%, #bab8b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ceccc9), color-stop(100%,#bab8b3));
	background: -webkit-linear-gradient(top,  #ceccc9 0%,#bab8b3 100%);
	background: -o-linear-gradient(top,  #ceccc9 0%,#bab8b3 100%);
	background: -ms-linear-gradient(top,  #ceccc9 0%,#bab8b3 100%);
	background: linear-gradient(top,  #ceccc9 0%,#bab8b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceccc9', endColorstr='#bab8b3',GradientType=0 );
	pointer: default;
}

.rs-carousel .left {
	left: 0;
}
.rs-carousel .right {
	right: 0;
}
/* Fellows page */

.fellows-media-mentions {
	padding-top: 30px;
  clear: both;
}
.fellows-media-mentions .promos .promo {
	margin-top: 16px;
	padding-top: 16px;
}

/* Fellow Class Detail page */

.fellow-class-intro {
  padding-bottom: 28px;
}
.fellow-class-intro h1 {
	color: #333;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
}
.fellow-class-intro .callout {
	font-size: 20px;
  margin-top: 5px;
}
.fellow-class-intro .callout p {
  margin: 0;
}
#fellows-carousel {
	position: relative;
}
#fellows-carousel ul {
	padding: 0;
	margin: 0;
}
#fellows-carousel .carousel-list li {
	position: relative;
}
#fellows-carousel .carousel-list li:before,
#fellows-carousel .carousel-list li:after {
	content: '';
	background: #fff;
	background: rgba(229,229,229,0.4);
	height: 1px;
	width: 920px;
	position: absolute;
	left: 10px;
}
#fellows-carousel .carousel-list li:before {
	top: 8px;
}
#fellows-carousel .carousel-list li:after {
	bottom: 6px;
}
#fellows-carousel .carousel-list h3 {
	background: url(../images/gradients/pink-purple.png) repeat-y center top;
	bottom: 17px;
	font-size: 14px;
	line-height: 50px;
	padding: 0 15px 0 30px;
	position: absolute;
	right: 0;
}
#fellows-carousel .carousel-list div.label {
	background: url(../images/gradients/pink-purple.png) repeat-y center top;
	bottom: 17px;
	padding: 0 15px 0 30px;
	position: absolute;
	right: 0;
	height:60px;
	display: inline-block;
	overflow: hidden;
	text-align: right;
}

#fellows-carousel .carousel-list div.label {
	display: block;
}

#fellows-carousel .carousel-list div.label br {
	clear: both;
}

#fellows-carousel .carousel-list div.label a.organization{
	margin-top: 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	display:inline-block;
}
#fellows-carousel .carousel-list div.label span.location{
	font-size: 14px;
	color: #FFFFFF;
}


body.default #fellows-carousel .carousel-list h3 {
	background: url(../images/gradients/default.png) repeat-y center top;
	bottom: 17px;
	font-size: 14px;
	line-height: 50px;
	padding: 0 15px 0 30px;
	position: absolute;
	right: 0;
}
body.default #fellows-carousel .carousel-list div.label {
	background: url(../images/gradients/default.png) repeat-y center top;
	bottom: 17px;
	padding: 0 15px 0 30px;
	position: absolute;
	right: 0;
}

#fellows-carousel .carousel-list h3 a {
	color: #fff;
}
#fellows-carousel .controls li {
	position: absolute;
	height: 128px;
	width: 37px;
	z-index: 100;
}
#fellows-carousel .right {
	right: 0;
	top: 112px;
}
#fellows-carousel .left {
	left: 0;
	top: 112px;
}
#fellows-carousel .inactive {
	display: none;
}
#fellows-carousel .controls button {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
	display: block;
	height: 128px;
	width: 37px;
}
#fellows-carousel .controls button:hover {
	background-color: #fff;
}
#fellows-carousel .left button {
	background: rgb(0,0,0) url(../images/controls/big-carousel-arrows.png) no-repeat left 50px;
	background: rgba(0,0,0,0.7) url(../images/controls/big-carousel-arrows.png) no-repeat left 50px;
}
#fellows-carousel .left button:hover {
	background-position: left -179px;
}
#fellows-carousel .right button {
	background: rgb(0,0,0) url(../images/controls/big-carousel-arrows.png) no-repeat right -408px;
	background: rgba(0,0,0,0.7) url(../images/controls/big-carousel-arrows.png) no-repeat right -408px;
}
#fellows-carousel .right button:hover {
	background-position: right -637px;
}

.article-ins #fellows-carousel ul.carousel-list {
  list-style-type: none;
  list-style: none;
}
.article-ins #fellows-carousel ul.carousel-list li {
  padding-left: 0;
  list-style-type: none;
  list-style: none;
}

.search-header h2 {
	padding-bottom: 10px;
}
ul.fellows-list {
	margin: 0 0 -15px 0;
	padding-left: 0;
}
.fellows-list li {
	background: none;
	border-top: solid 1px #dedede;
	float: left;
	padding: 10px 20px 35px 0;
	width: 290px;
}
.fellows-list li:nth-child(odd) {/*ATTENTION IE support??*/
	clear: left;
}
.ie7 .fellows-list li.odd,
.ie8 .fellows-list li.odd {
	clear: left;
}
.fellows-list .img {
	float: left;
	margin: 0 10px 12px 0;
	max-width: 120px;
}
.fellows-list .img img {
	display: block;
}
.fellows-list .fellow-details {
	overflow: hidden;
}
.fellows-list h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
}
.fellows-list h3 a {
	color: #191919;
}
.fellows-list h3 a:hover {
	color: #009ddc;
	text-decoration: none;
}
.fellows-list .fellow-metadata p {
	font-size: 12px;
	margin: 5px 0 0 0;
}
.fellows-list .fellow-bio {
	clear: left;
	margin-top: 10px;
}
.fellows-list .fellow-bio p {
	display: inline;
}
.fellows-list .fellow-bio .fellow-title,
.fellows-list .fellow-bio .fellow-absolute-url {
	display: inline;
	font-weight: bold;
}
.fellows-list .fellow-bio .tag-line {
	font-weight: bold;
}

/* Fellows Search page */

.fellows-search-billboard-wrapper .callout {
	border-bottom: 1px solid #e3e2e1;
	padding: 28px 280px 28px 23px;
	position: relative;
}
.fellows-search-billboard-wrapper .callout p {
	line-height: 26px;
	margin: 3px 0 0 0;
}
.fellows-search-billboard-wrapper .callout .caption {
	bottom: 12px;
	right: 22px;
	color: #5f5f5f;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	position: absolute;
	text-align: right;
}
/* Sidebar modules with the grey gradient background */

.grey-module {
	background: rgb(245,244,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,244,243,1) 0%, rgba(226,226,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,244,243,1)), color-stop(100%,rgba(226,226,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,244,243,1) 0%,rgba(226,226,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,244,243,1) 0%,rgba(226,226,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,244,243,1) 0%,rgba(226,226,224,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(245,244,243,1) 0%,rgba(226,226,224,1) 100%); /* W3C */
}
.ie6 .grey-module,
.ie7 .grey-module,
.ie8 .grey-module,
.ie9 .grey-module {
	background: #E2E2E0 url(../images/backgrounds/grey-side-slice.png) repeat-x;
}

.grey-module p {
	padding: 10px 5px;
}


/* Fellows Search in the billboard */

.fellows-search {
	padding: 30px 20px 40px 20px;
	margin-bottom: 20px;
	width: 900px;
    position:relative;
}
.fellows-search-billboard-wrapper .fellows-search {
	background: #f7f6f5 url(../images/backgrounds/banner-bottom-edge.png) no-repeat left bottom;
	margin-bottom: 0;
	padding-bottom: 28px;
	padding-top: 22px;
}
.fellows-search .callout {
	border-bottom: 1px solid #e3e2e1;
	padding-right: 260px;
	padding-bottom: 10px;
}
.fellows-search form,
.fellows-search .fellow-search-advanced-item
{
	float: left;
	padding-right: 26px;
}

.fellows-search .fellow-search-advanced-item{
	padding-bottom: 10px;
}

.fellows-search .fellow-search-advanced-item a.faux-btn{
  margin-left: 20px;
}

.fellows-search .fellow-search-advanced-help {
  display: none;
  width: 100%;
  text-align: center;
  background-color: #F0F0F0;
  clear: both;
}

.fellows-search .fellow-search-advanced-help-inner {
  padding: 10px 30px;
  text-align: left;
}

.fellows-search-advanced-links {
  clear:both;
  width: 100%;
}

.fellows-search .fellow-search-advanced-item-right {
  float: right;
	margin-right: 232px;
}

.fellows-search .fellow-search-advanced-item-rightmost {
  float: right;
  position: relative;
  right: -240px;
  width: 100px;
}


#docfilms-search-form-container form {
	padding-right: 12px;
}
/*
.fellow-search-name {
	width: 277px;
}
.fellow-search-class {
	width: 199px;
}
.fellow-search-focus {
	width: 299px;
}
*/
.fellows-search label {
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 16px;
}
.fellows-search input[type="text"],
.fellows-search select {
	border: solid 1px #d1cfcd;
	color: #999;
	float: left;
	font-size: 11px;
	line-height: 15px;
	margin: 7px 8px 0 0;
	padding: 4px 5px;
	width: 240px;
}

#secondary .fellows-search.grey-module .faux-btn{
    display:inline-block;
    margin-top:1em;
}
.fellows-search-box-top.grey-module .faux-btn{
    position: absolute;
    left:284px;
    top:7px;
}

.fellows-search-billboard-wrapper .fellow-search-name{
    width:233px;
}

.fellows-search-billboard-wrapper .fellow-search-class{
    width:197px;
}
.fellows-search-billboard-wrapper .fellow-search-focus{
    width:297px;
}
.fellows-search-billboard-wrapper .faux-btn{
    float:right;
    margin-top:24px;
}

/* Customising the selects */

.sbHolder{
	background-color: #fff;
	border: solid 1px #d1cfcd;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 23px;
	margin: 7px 8px 0 0;
	position: relative;
	width: 250px;
	/*z-index: 10;*/
}
.fellow-search-class .sbHolder,
.films-search-date .sbHolder{
	width: 150px;
}
.fellows-search-box .fellow-search-focus .sbHolder {
	z-index: 5;
}
.sbSelector{
	display: block;
	left: 0;
	line-height: 23px;
	outline: none;
	overflow: hidden;
	padding:  0;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 223px;
}
.fellow-search-class .sbSelector,
.films-search-date .sbSelector{
	width: 123px;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover{
	color: #999999;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/controls/custom-select.png) 0 0 no-repeat;
	display: block;
	height: 23px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
}
.sbToggle:hover{
	background-position: 0 0:
}
.sbToggleOpen{
	background: url(../images/controls/custom-select.png) 0 -77px no-repeat;
}
.sbToggleOpen:hover{
	background-position: 0 -77px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #d1cfcd;
	list-style: none;
	left: -1px;
	margin: 0;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	top: 23px !important;
	width: 250px;
	z-index: 10;
}
.fellow-search-class .sbOptions,
.films-search-date .sbOptions{
	width: 150px;
	z-index: 15;
}
.sbOptions li{
	padding: 0;
}
/*
.sbOptions li:first-child {
	display: none;
}
*/
.sbOptions a{
	display: block;
	outline: none;
	padding: 4px 0 4px 12px;
}
.sbOptions li:last-child a,
.sbOptions li.last-child a {
	border: none;
}
.sbOptions a:link,
.sbOptions a:visited{
	color: #999;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #fff;
	background-color: #019add;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: solid 1px #d1cfcd;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: solid 1px #d1cfcd;
	color: #999;
	display: block;
	font-weight: bold;
	padding: 4px 0;
	margin: 0 12px;
}


/* Fellows Search in the sidebar */

.fellows-search-box {
	border-top: solid 1px #e7e7e7;
	padding: 12px 20px 18px 20px;
	margin: 15px 0 25px 0;
	width: 225px;
}
.fellows-search-box-top {
	float: right;
	margin-bottom: 0;
	min-height: 251px;
	padding-right: 62px;
	width: 328px;
}
.fellows-search-box h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	padding-top: 15px;
}
.fellows-search-box h3 {
	padding-top: 0;
}
.fellows-search-box form {
	border-bottom: solid 1px #cfcfcf;
	padding: 8px 0 22px;
	float: none;
	width: 100%;
}
.fellows-search-box-top form {
	padding: 14px 0 11px;
}
.fellows-search-box .fellow-search-name{
	padding-top: 0;
}
.fellows-search-box input[type="text"]{
	margin-right: 0;
	width: 204px;
}
.fellows-search-box-top input[type="text"]{
	margin-right: 8px;
	width: 244px;
}
.fellows-search-box .sbHolder,
.fellows-search-box select {
	float: none;
	margin-right: 0;
	width: 214px;
}
.fellows-search-box-top .sbHolder,
.fellows-search-box-top select {
	float: left;
	margin-right: 8px;
	width: 254px;
}
.fellows-search-box .sbSelector,
.fellows-search-box .sbOptions {
	width: inherit;
}
.ie7 .fellows-search-box .sbSelector,
.ie7 .fellows-search-box .sbOptions {
	width: 100%;
}
.fellows-search-box .sbHolder {
	z-index: 10;
}
.fellows-search-box .fellow-search-focus {
	z-index: 5;
}
.fellows-search-box button[type="submit"] {
	margin-top: 10px;
}
.fellows-search-box-top button[type="submit"] {
	margin-top: 8px;
}

.fellows-search-billboard-wrapper .fellow-search-advanced button[type="submit"],
.fellows-search-billboard-wrapper .fellow-search-advanced .faux-btn {
  margin-top: 22px;
}

form.fellow-search-advanced select {
  width: 200px;
}


/* Grant search form */
form#grantsearch .form-item label,
form#grantsearch .form-item input {
  display: block;
  float: left;
}

form#grantsearch .form-item label.years {
  width: 40px;
}

div.fellows-search.grant-search {
  padding: 5px 0 0 20px;
}

.grant-search #grant-search-advanced-toggle:hover,
.grant-search #grant-search-advanced-toggle:active {
  text-decoration: none;
}

.grant-search span.fixed {
  font-family: "Courier New", Courier, monospace;
}

.grant-search span.fixed {
  font-family: "Courier New", Courier, monospace;
}

.grant-search p.only-top-margin {
  margin-bottom: 0px;
}


form#grantsearch .form-item label {
  font-size: 1em;
}

form#grantsearch legend {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 8px;
}

form#grantsearch fieldset.program-topic-location select{
  float: none;
}

fieldset.grantsearch {
  float: left;
  display: block;

}

form#grantsearch a.ui-spinner-button {
  cursor: pointer;
}

form#grantsearch a.ui-spinner-button .ui-icon{
  background: none;
}

form#grantsearch a.ui-spinner-button:hover{
  text-decoration: none;
}

form#grantsearch fieldset.spinners input{
  width: 80px;
  margin: 0 0 0 8px;
}

form#grantsearch fieldset.spinners .form-item{
  margin: 8px 0 0 0;
}

form#grantsearch select#ya-min,
form#grantsearch select#ya-max {
  width: 195px;
}


form#grantsearch fieldset.spinners .ui-widget .ui-spinner-button {
  font-size: 18px;
}

body.grant-search a.reset-button {
  margin-left: 20px;
  background: #00a3e6;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .24);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .24);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .24);
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  margin-top: 8px;
  padding: 4px 7px;
  white-space: nowrap;
  height: 49px;
}

body.grant-search form a.reset-button {
  font-size: 12px;
}

form#grantsearch fieldset{
  padding: 0 0 0 20px;
}

form#grantsearch fieldset label{
  padding: 8px 8px 0 0;
}

form#grantsearch select
  margin: 0 0 0 8px;
}

form#grantsearch label {
  cursor: default;
}




/* Fellow Profile page */

.fellow-information {
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 25px;
	padding-bottom: 8px;
}
.fellow-additional-information h2 {
	border-top: solid 1px #e1e1e1;
  padding-top:20px;
}
.fellow-additional-information {
	border-bottom: none;
  padding-top:10px;
  padding-bottom:40px;
  clear:both;
}
.fellow-information h1 {
	font-size: 32px;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 4px;
}
.meet-the-fellows {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 9px 0;
	text-transform: uppercase;
}
.fellow-information .fellow-title {
	color: #5f5f5f;
	max-width: 400px;
}
.fellow-information p,
.fellow-additional-information p {
	font-size: 14px;
	margin: 3px 0 0 0;
	max-width: 400px;
}
.fellow-information .pub-date {
	 font-weight: bold;
	 max-width: 400px;
}
body.default .fellow-information .pub-date {
	 font-weight: normal;
}
.fellow-photos {
	border-top: solid 1px #e1e1e1;
	padding-top: 20px;
}
.fellow-photos ul {
	padding-left: 0;
}
.fellow-photos ul li {
	background: none;
	float: left;
	width: 140px;
  padding: 0 60px 40px 0;
}
.fellow-photos ul li .bd {
	display: block;
	font-weight: bold;
	padding-top: 15px;
}
.fellow-profile-bio {
	padding-right: 40px;
}


/* Fellows Program Page */

.fellows-teaser {
	float: left;
	margin-top: 15px;
	width: 516px;
}
.fellows-teaser .fellows-program-details {
	background: #2f2e2f;
	height: 94px;
	margin-top: 187px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.fellows-teaser .fellows-program-details a {
	border-bottom: solid 1px rgb(229,229,299);
	border-bottom: solid 1px rgba(229,229,299,0.4);
	display: block;
	height: 66px;
	margin: 20px 10px 8px;
	width: 496px;
}
.fellows-teaser a:hover {
	text-decoration: none;
}
.fellows-teaser .fellows-program-details a div {
	background: url(../images/backgrounds/fellows-teaser-arrow.png) no-repeat right 24px;
	height: 66px;
	padding: 0 20px 0 10px;
}
.fellows-teaser h3  {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
    position:absolute;
    top:43px;
}
.fellows-teaser .fellow-name-title{
    font-size:10px;
    font-weight: bold;
    position:relative;
}
.fellows-teaser p {
	color: #999;
	font-size: 18px;
	margin: 0;
}

/* programs slideshow */

#program-slider {
  width:516px;
  height:281px;
  margin-top:15px;
  float:left;
  overflow:hidden;

}

#program-slider ul{
  width:1548px;
  height:194px;
  overflow:hidden;
}

#program-slider ul li {
  float: left;
}

#program-slider ul li .fellows-teaser{
  height:194px;
}

#program-slider .fellows-program-details {
	background: #2f2e2f;
	height: 94px;
	position: relative;
	width: 516px;
  margin-top:-27px;
}

#program-slider .fellows-program-details a {
	border-bottom: solid 1px rgb(229,229,299);
	border-bottom: solid 1px rgba(229,229,299,0.4);
	display: block;
	height: 66px;
	margin: 20px 10px 8px;
	width: 496px;
  padding-top: 20px;
}

#program-slider .fellows-program-details a div {
	background: url(../images/backgrounds/fellows-teaser-arrow.png) no-repeat right 24px;
	height: 66px;
	padding: 0 0 0 10px;
}

#program-slider h3  {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
  position:absolute;
  top:43px;
}
#program-slider .fellow-name-title{
    font-size:10px;
    position:relative;
}
#program-slider p {
	color: #999;
	font-size: 18px;
	margin: 0;
}

#program-slider a:hover {
	text-decoration: none;
}


/* Staff Profile page */

.staff-profile .superheader {
	color: #999;
	margin: 0 0 20px 0;
}
.staff-profile .staff-name {
	color: #333;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 1px;
}
.staff-title {
	color: #606060;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 12px 0;
}
.staff-profile .staff-contact {
	font-size: 12px;
	color: #666;
}
.staff-bio {
	border-top: solid 1px #e1e1e1;
	margin: 13px 0 20px 0;
	padding: 16px 0 16px 0;
}
.staff-bio p {
	color: #666;
	margin-top: 0;
}
/*ATTENTION*/
/*
.staff-bio p:first-of-type {
	font-size: 18px;
}
*/

.staff-programs{
    color: #666666;
    margin:20px 0 0;
    padding:13px 0 0;
}
.staff-programs p:first-child{
    border-bottom:solid 1px #e1e1e1;
}
.staff-related {
	border-top: solid 1px #e1e1e1;
	padding: 17px 0;
}
.staff-related h2 {
	border-bottom: 2px solid #cccccc;
	padding-bottom: 5px;
}
.staff-related li {
	border-top: 1px solid #e5e5e5;
	padding: 18px 0;
}
.staff-related li:first-child {
	border: none;
	padding-top: 0;
}
.staff-related li .superheader {
	margin-bottom: 6px;
}
.staff-related li h2 {
	border: none;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	padding: 0;
}
.staff-related li h2 a {
	color: #191919;
}
.staff-related li h2 a:hover {
	color: #009ddc;
	text-decoration: none;
}

#staff-newsfeed {
  margin-top: 40px;
}


/* Staff Profile assets */

.staff-portrait-asset {
	font-weight: normal;
	margin-bottom: 10px;
	max-width: 210px;
}
#assets {
	padding-top: 25px;
}
#assets ul {
	margin: 0;
	padding: 0;
}
#assets li {
	border-top: solid 1px #eaeaea;
	padding-top: 5px;
}
#assets li:first-child {
	border-top: 0;
}
#assets li a {
	font-size: 12px;
}
#assets .download-img {
	background: url(../images/icons/icon-img.png) no-repeat 10px 5px;
	padding-left: 35px;
}
#assets li.download-pdf {
	background: url(../images/icons/icon-pdf.png) no-repeat 10px 5px;
	padding-left: 35px;
}
#assets .file-size {
	color: #666;
	font-size: 10px;
}


/* Article Detail Page */

.article .article-meta {
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 25px;
	overflow: hidden;
	padding-bottom: 15px;
}
.article .type {
	color: #999;
}
.article h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
}
.article .tags {
	font-weight: bold;
	margin: 60px 0 15px 0;
	max-width: 400px;
}

.article .related-fellows {
  font-weight: bold;
  margin: 0px;
}

.article .author {
	color: #191919;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 01px;
}
.article .pub-date {
	float: left;
	margin-bottom: 0;
	max-width: 410px;
}
.article .pdfs {
	border-top: solid 1px #dedede;
	margin: 0;
	padding: 10px 0 30px;
}
.article ul.pdfs li .download-pdf {
	background: url(../images/icons/icon-pdf.png) no-repeat 0 0;
	padding-left: 30px;
}
.article ul.pdfs li {
	display: inline;
}
.article .pdfs a {
	color: #666;
	padding-top: 2px;
}
.article .key-image {
	color: #adadad;
	border: 1px solid #e1e1e1;
	font-size: 11px;
	padding: 5px;
}
.article .key-image .caption {
	margin-top: 5px;
}
.article .key-image img {
	display: block;
	margin: 0px auto;
}
.article .key-image.floated {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.article .key-image.floated img {
	display: inline;
	margin: 0px;
}
.article .user-generated ul > li {
	overflow: hidden;
}

.article .bordered { margin-bottom: 25px;}
/* Right-rail Staff List */

.staff-list h3 {
	font-size: 18px;
	font-weight: normal;
}
#secondary .staff-list h2 {
	border-bottom: solid 2px #ccc;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
#secondary .staff-list .staff h3 {
	line-height: 18px;
	margin-bottom: 5px;
}
#secondary .staff-list .staff h3 a:hover {
	color: #009BDB;
	text-decoration: none;
}
.staff-list .staff {
	padding-bottom: 10px;
}
#secondary .staff-list .staff {
	padding-bottom: 20px;
}
#secondary .staff-list .img {
	max-width: 55px;
}
.staff-list h6 {
	color: #555;
	font-size: 12px;
}


/* Vertical Navigation Menu */

.vertical-navigation ul {
	margin: 0;
	padding: 0;
}
.vertical-navigation li a {
	color: #333;
	display: block;
	font-weight: bold;
	line-height: 19px;
	padding-left: 10px;
}
.vertical-navigation > ul > li > a {
	border-top: solid 1px #e5e5e5;
	padding: 5px 0 3px 10px;
}
.vertical-navigation > ul > li:first-child > a {
	border: none;
}
.vertical-navigation li ul {
	margin: 5px 0 12px 0;
}
.vertical-navigation .people-nav li {
	line-height: 1.2;
	padding-top: 7px;
}
.vertical-navigation li ul a {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 8px;
}
.vertical-navigation li .active,
.vertical-navigation li .active:hover {
	background: #aaa7a2; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaa7a2 0%, #999692 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa7a2), color-stop(100%,#999692)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaa7a2 0%,#999692 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaa7a2 0%,#999692 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaa7a2 0%,#999692 100%); /* IE10+ */
	background: linear-gradient(top,  #aaa7a2 0%,#999692 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa7a2', endColorstr='#999692',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.vertical-navigation li a:hover {
	color: #009ddc;
	text-decoration: none;
}

/* Pagination Styles */

.pagination{
    clear:both;
}
.pagination,
.pagination a {
	color: #878787;
	font-size: 11px;
	font-weight: bold;
}
.pagination ul {
    border-top: 1px solid #e5e5e5;
	list-style-type: none !important;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 5px;
	width: 100%;
}
.event-list .pagination ul {
	margin-top: 18px;
}
.pagination li {
	background-image: none !important;
	border: 0px !important;
	float: left;
	list-style-type: none !important;
	padding: 0px !important;
}
.pagination li.active,
.pagination li.spacer,
.pagination li a,
.pagination li span {
	display: block;
	height: 22px;
	padding-top: 3px !important;
	text-align: center;
	width: 25px;
}
.pagination li.active span.current{padding-top:0 !important; }

.ie9 .pagination li.active,
.pagination li.spacer,
.pagination li a {
	/*margin-top: -1px;*/
}
.pagination li.prev a,
.pagination li.next a {
	width: auto;
	padding: 3px 5px 0 5px !important;
}
.pagination li.active,
.pagination li a:active,
.pagination li a:hover {
	background-color: #00abe4 !important;
	color: #fff;
	text-decoration: none;
}

/* Country Office Map (Location topic pages only) */

#country-office {
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	width: 100%;
}
#country-office img {
	float: left;
	margin: 10px 35px 10px 20px;
}
#country-office h3 {
	margin-top: 33px;
}

#country-office > a {
	display: block;
	font-weight: bold;
	line-height: 24px;
}


/* Our People page */

.featured-people {
	margin : 0 0 25px 0;
	padding: 0;
}
.featured-people li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
	padding: 0;
	width: 380px;
}
.featured-people li:first-child {
	margin-left: 0;
}
.featured-people h2 {
	background-color: #313130;
	font:normal 24px/26px  "adobe-garamond-pro", "adobe garamond pro", Georgia, Garamond, Times, serif;
	height: 85px;
	padding: 1px;
	position: relative;
}
.featured-people h2 a {
	background: url(../images/backgrounds/promo-box-arrow.png) no-repeat right bottom;
	border-bottom: 1px solid #5b5c5b;
	bottom: 8px;
	color: #fff;
	display: block;
	margin: 0 10px;
	padding: 6px 20px 9px 12px;
	position: absolute;
	width: 327px;
}
.featured-people a:hover {
	text-decoration: none;
}
.staff-browse {
	clear: left;
	padding-top: 15px;
}
.staff-filter {
	border-bottom: 1px solid #dedede;
	padding-bottom: 7px;
}
.staff-filter form {
	float: left;
	margin-left: 15px;
}
.staff-browse label {
	color: #191919;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 4px 10px 0 0;
	text-transform: uppercase;
}
.staff-browse .sbHolder {
	margin: 0;
}
.staff-name-form .sbHolder,
.staff-name-form .sbOptions {
	width: 120px;
}
.staff-name-form .sbSelector {
	width: 93px;
}
.staff-dept-form .sbHolder,
.staff-dept-form .sbOptions {
	width: 185px;
}
.staff-name-form .sbOptions li:first-child,
.staff-dept-form .sbOptions li:first-child {
	display: block; /* fixes the bug where the A-D and the first department vanish after filtering */
}
.staff-dept-form .sbSelector {
	width: 158px;
	white-space: nowrap;
}
.staff-browse select {
	min-width: 100px;
}
.staff-browse button[type="submit"] {
	margin: 1px 0 0 5px;
}
.staff-list {
	clear: left;
	padding-top: 37px;
}
#secondary .staff-list {
	padding-top: 0;
}
.staff-list h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}
.staff-list ul {
	border-top: 1px solid #dedede;
	margin-top: 5px;
	padding: 0;
}
.staff-list li {
	background: 0;
	border-top: solid 1px #dedede;
	float: left;
	padding: 10px 20px 10px 0;
	width: 360px;
}
.staff-list li:nth-child(odd) {
	clear: left;
}
.staff-list li:first-child {
	clear: none;
}
.staff-list .img {
	float: left;
	max-width: 121px;
}
.staff-list .img img {
	display: block;
	max-width: 121px;
}
.staff-list h3 a {
	color: #191919;
}
.staff-list h6 {
	color: #555;
}
.staff-list .empty {
	font-size: 18px;
}


/* Research Network Article Nav */

.article-nav {
	background: #f7f6f4;
	background: -moz-linear-gradient(top,  #f7f6f4 1%, #d8d9d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f6f4), color-stop(100%,#d8d9d7));
	background: -webkit-linear-gradient(top,  #f7f6f4 1%,#d8d9d7 100%);
	background: -o-linear-gradient(top,  #f7f6f4 1%,#d8d9d7 100%);
	background: -ms-linear-gradient(top,  #f7f6f4 1%,#d8d9d7 100%);
	background: linear-gradient(top,  #f7f6f4 1%,#d8d9d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f4', endColorstr='#d8d9d7',GradientType=0 );
	border-top: 1px solid #dedede;
	color: #666666;
	float: none;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	padding-left: 0;
	width: 100%;
}
.article-nav-with-header h2 {
	font-size: 18px;
	padding: 20px 0 5px 16px;
}
.article-nav .label {
	color: #7d7d7d;
	background: none;
	height: 14px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 7px 0 0 5px;
	padding: 8px 10px 10px 10px;
	text-align: center;
	text-transform: uppercase;
}
.article-nav ul {
	float: left;
	margin: 0;
	padding: 0;
}
.article-nav li {
	background: #03a6e8;
	background: -moz-linear-gradient(top,  #03a6e8 1%, #0394cf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#03a6e8), color-stop(100%,#0394cf));
	background: -webkit-linear-gradient(top,  #03a6e8 1%,#0394cf 100%);
	background: -o-linear-gradient(top,  #03a6e8 1%,#0394cf 100%);
	background: -ms-linear-gradient(top,  #03a6e8 1%,#0394cf 100%);
	background: linear-gradient(top,  #03a6e8 1%,#0394cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a6e8', endColorstr='#0394cf',GradientType=0 );
	float: left;
	list-style-type: none;
	height: 14px;
	margin: 7px 0 0 5px;
	padding: 8px 10px 10px 10px;
	text-align: center;
	text-transform: uppercase;
}
.article-nav li.active {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.article-nav-with-header li {
	font-size: 12px;
}
.article-nav-with-header li:first-child {
	margin-left: 16px;
}
.article-nav li a {
	color: #fff;
	padding: 8px 28px 10px 28px;
}
.article-nav li.active a {
	color: #666;
}

/* Grantee Profile */

.grantee-profile {
	margin-bottom: 42px;
}
.grantee-profile h1 {
	border-bottom: solid 1px #e5e5e5;
	font-size: 36px;
	font-weight: normal;
	line-height: 43px;
	margin-bottom: 54px;
	padding-bottom: 5px;
}
.grantee-profile .list-superheader {
	margin: -10px 0 22px 0;
}
.grantee-profile ul {
	margin: 0;
	padding-left: 0;
}
.grantee-profile .grantee-video,
.grantee-profile .grantee-image {
	padding-top: 10px;
}
.grantee-metadata {
	margin: -44px 0 44px 0;
}
.grantee-metadata dl,
.docfilm-metadata dl{
	color: #666;
	float: left;
	font-size: 12px;
	margin: 0;
	padding-left: 6px;
	width: 140px;
}
.docfilm-metadata dl{
    width:32%;
}
.grantee-metadata dl.website {
        width: 165px;
}
.grantee-metadata dl.macei {
        width: 230px;
}
.grantee-metadata dt,
.docfilm-metadata dt{
	font-weight: bold;
}
.grantee-metadata dd,
.docfilm-metadata dd{
	margin: 0;
}
.grantee-description,
.grantee-video,
.grantee-image {
	display: block;
	margin: -44px 0 54px 0;
}
.grantee-description p {
	color: #737373;
	display: inline;
	font-size: 18px;
	margin-top: 0;
}
.grantee-description .call-to-action {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
.grantee-profile .newsfeed {
	margin-top: 54px;
}
.grantee-profile .newsfeed h4 {
	font-size: 18px;
}
.grantee-profile .grant-amount {
	color: #000;
	font-size: 18px;
}
.grantee-profile .active-strategy {
	background: url("../images/icons/icon-green-check.png") no-repeat 12px;
	border-left: 1px solid #e2e2e2;
	color: #009ddc;
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	margin-left: 12px;
	padding-left: 32px;
	position: relative;
	top: -1px;
}
.grantee-profile .grants-to {
	margin-top: -15px;
}
.grantee-profile .grants-to li {
	border-top: solid 1px #e5e5e5;
	padding: 14px 0;
}
.grantee-profile .grants-to li:first-child {
	border-top: 0;
}
.grantee-profile .grants-to li p {
	margin: 0;
}

.grantee-profile .subgrants-to {
	margin-top: -15px;
}
.grantee-profile .subgrants-to .fellow-bio {
	margin-right: 10px;
}
.grantee-profile .subgrants-to li {
	border-top: solid 1px #e5e5e5;
	padding: 14px 2px;
}
.grantee-profile .subgrants-to li:first-child,
.grantee-profile .subgrants-to li:nth-child(2) {
	border-top: 0;
}
.grantee-profile .subgrants-to li p {
	margin: 0;
}
.grantee-profile h1 a{
  font-family: "adobe-garamond-pro","Georgia","Garamond","Times",serif;
  text-decoration: none;
  color: #000;
}


.grantee-profile .grant-date {
	color: #191919;
	font-weight: bold;
}
.grantee-profile .grant-date .grant-duration {
	color: #787878;
	font-weight: normal;
}
.grantee-profile .grant-description {
	color: #666;
	font-size: 12px;
}
.grantee-profile .grantee-total {
	border-top: solid 1px #e5e5e5;
	color: #333;
	font-size: 16px;
	margin: 0;
	padding-top: 12px;
}


/* Events Styling */

.event-listings {
	padding: 0;
}
.event-listings li.promo {
	list-style-type: none;
	min-height: 0;
}
.event-listings .details {
	color: #555555;
	font-size: 16px;
	margin: 0;
}
.event-listings .registration {
	color: #f8981d;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 0 0;
	text-transform: uppercase;
}
.event-listings .assignments {
	margin: 10px 0 0 0;
}
.event-listings h3,
.event-listings p {
	margin-left: 0 !important;
}
.event-listings .upcoming h3,
.event-listings .upcoming p {
	margin-left: 60px !important;
}

.current-events-list .dateline {
  color: #777;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 9px;
  text-transform: uppercase;
}

ul.current-events-listing {
  margin-bottom: 40px;

}


/* Contact Us page */

.office-list {
	color: #666;
}
.office-list .callout a {
	color: #077EB0;
}
.office-list li {
	border-top: solid 1px #e5e5e5;
}
.office-list h2 {
	font-size: 24px;
	font-weight: normal;
	padding-top: 10px;
}
.office-list h2 a {
	color: #000;
}
.office-list p {
	margin: 0;
}
.office-list .office-address {
	font-size: 14px;
	padding-top: 14px;
}
.office-list .office-contact {
	padding-top: 13px;
	padding-bottom: 15px;
}
.office-list li:first-child {
	border-top: 0;
	padding-bottom: 15px;
}
.office-list li:first-child h2 {
	font-size: 30px;
	padding-top: 0;
}
.office-list li:first-child .office-address {
	font-size: 16px;
}


/* Site Search Results page */

.site-search-results {
	border-top: solid 1px #e7e7e7;
	height: 60px;
	width: 210px;
}
.site-search-results form,
.site-search-results div {
	margin-left: 5px;
	position: relative;
	top: 9px;
	width: 180px;
}
.site-search-results input[type="text"] {
	border: 1px solid #E6E6E6;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	padding: 2px 24px 3px 7px;
	width: 155px;
}
.site-search-results input::-webkit-input-placeholder {
	color: #666;
}
.site-search-results input:-moz-placeholder {
	color: #666;
}
.site-search-results button {
	background: url(../images/icons/site-search.png) left -43px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 21px;
	margin-top: 0;
	position: absolute;
	right: -6px;
	top: 1px;
	width: 23px;
}
.site-search-results button:hover {
	background-position: left top;
	height: 22px;
	right: -7px;
	top: 0px;
}
#video-search {
	background: #f6f4f3;
	background: -moz-linear-gradient(top,  #f6f4f3 0%, #e5e5e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f4f3), color-stop(100%,#e5e5e2));
	background: -webkit-linear-gradient(top,  #f6f4f3 0%,#e5e5e2 100%);
	background: -o-linear-gradient(top,  #f6f4f3 0%,#e5e5e2 100%);
	background: -ms-linear-gradient(top,  #f6f4f3 0%,#e5e5e2 100%);
	background: linear-gradient(top,  #f6f4f3 0%,#e5e5e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f4f3', endColorstr='#e5e5e2',GradientType=0 );
	border-top: 1px solid #e7e7e7;
	margin-bottom: 25px;
	padding: 21px 12px 18px;
	position: relative;
	width: 186px;
}
#video-search input[type="text"] {
	border: 1px solid #e6e6e6;
	color: #a7a7a7;
	font-size: 11px;
	height: 16px;
	padding: 5px 24px 2px 7px;
	width: 155px;
}
#video-search input::-webkit-input-placeholder {
	color: #a7a7a7;
}
#video-search input:-moz-placeholder {
	color: #a7a7a7;
}
#video-search button {
	background: url(../images/icons/site-search.png) left -43px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none;
	height: 21px;
	margin-top: 0;
	position: absolute;
	right: 11px;
	top: 23px;
	width: 23px;
}
#video-search button:hover {
	background-position: left top;
	height: 23px;
	right: 11px;
	top: 22px;
}
.basic-search-filters {
	width: 176px;
}
.basic-search-filters h2 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 9px 20px;
}
.basic-search-filters h3 {
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0 0 4px 15px;
}
.basic-search-filters ul{
	margin: 0 0 0 20px;
	padding: 0;
}
.basic-search-filters li {
	margin-bottom: 9px;
}
.basic-search-filters dt {
	font-weight: bold;
	border-bottom: solid 1px #e5e5e5;
	width: 190px;
}
.basic-search-filters dt,
.basic-search-filters dd {
	padding-left: 10px;
}
.basic-search-filters dd {
	min-height: 28px;
	margin-left: 0;
	position: relative;
}
.basic-search-filters li {
	display: block;
	font-size: 12px;
	width: 156px;
}
.basic-search-filters a span {
	color: #666;
}
.basic-search-filters .selected {
	border-left: 8px solid #019add;
	margin-left: -15px;
	padding-left: 7px;
	width: 188px;
}
.basic-search-filters .selected a {
	color: #666;
}
.search-header + .promo h3 a:hover {
	color: #009ddc;
	text-decoration: none;
}
.search-header .callout {
	color: #191919;
	margin: 0;
}
.search-header .suggestions {
	margin-top: 30px;
}
.search-header ul li {
	background: url(../images/backgrounds/ul-bullet.png) no-repeat 0 7px;
	list-style: none;
	padding: 0 0 5px 10px;
}

/* Video Detail */

.video-detail .video-metadata {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.video-detail h1 {
	font-size: 28px;
	font-weight: normal;
}
.video-detail .video-metadata .assignments,
.video-detail .video-metadata .pub-date {
	font-weight: bold;
	margin-bottom: 0;
	max-width: 400px;
}
.video-detail .video-metadata .pub-date {
	margin-top: 36px;
}
.video-detail .video-caption {
	margin-right: 100px;
}


/* Video Index */

.video-index {
	color: #191919;
}
.video-index h2 {
	font-weight: normal;
}
.video-index h2 span {
	font-weight: bold;
}
.video-index .page-count {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
.video-index ul {
	margin: 18px 0 20px -60px;
	padding-left: 0;
}
.video-index li {
	float: left;
	margin-left: 60px;
	padding-top: 25px;
	width: 265px;
}
.video-index li:first-child {
	border-top: solid 2px #dedede;
	padding-right: 80px;
}
.video-index li:first-child h3 {
	line-height: 28px;
	font-size: 24px;
}
.video-index li:nth-child(even) {
	clear: left;
}
.video-index h3,
#secondary .video-keyframe-wrapper + h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	padding-top: 12px;
}
#secondary .related-videos {
	border-bottom: solid 2px #dedede;
	margin-bottom: 12px;
	padding-bottom: 7px;
}
.video-index h3 a,
#secondary .video-keyframe-wrapper + h3 a {
	color: #191919;
}
.video-index h3 a:hover,
#secondary .video-keyframe-wrapper + h3 a:hover {
	color: #009ddc;
	text-decoration: none;
}
.video-index .video-keyframe-wrapper,
#secondary .video-keyframe-wrapper {
	background: #000;
	height: 120px;
	text-align: center;
	position: relative;
	z-index: 25;
}
.video-index .video-keyframe-wrapper a,
#secondary .video-keyframe-wrapper a {
	display: block;
	height: 120px;
	width: 265px;
}
.video-index .video-keyframe-wrapper .video-cue,
#secondary .video-keyframe-wrapper .video-cue {
	background: url("../images/icons/video-cue.png") no-repeat;
	bottom: 0;
	cursor: pointer;
	height: 23px;
	left: 0px;
	position: absolute;
	width: 75px;
	z-index: 30;
}
.video-index .video-keyframe,
#secondary .video-keyframe {
	height: 120px;
	max-width: 265px;
}
.video-index .assignments {
	margin-top: 5px;
}
.video-index .assignments a {
	font-size: 11px;
	font-weight: bold;
}
.video-index li.primary-video {
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 20px;
	padding-top: 12px;
	width: 595px;
}
.video-index .video-description {
	padding-top: 4px;
}
.video-index .video-description p {
	display: inline;
	margin-top: 0;
}
.video-index .video-description .call-to-action {
	font-weight: bold;
}
#secondary .video-keyframe-wrapper + h3 +.assignments {
	padding-bottom: 40px;
}


/* Newsletter Signup */

.newsletter-signup {
	margin-bottom: 20px;
	position: relative;
}
.newsletter-signup h2 {
	padding-bottom: 25px;
}
.newsletter-signup .asterisks-note {
	font-size: 12px;
	font-style: italic;
	position: absolute;
	right: 0;
	top: 82px;
}
.newsletter-signup .asterisks-note span {
	color: #00abe4;
}
.newsletter-signup ul {
	margin: 0;
	padding: 0;
}
.newsletter-signup .signup label,
.newsletter-signup .signup input,
.newsletter-signup .sbHolder {
	float: left;
	margin: 0 0 10px 0;
}
.newsletter-signup #state + .sbHolder,
.newsletter-signup #state_code + .sbHolder {
	z-index: 30;
}
.ie7 .newsletter-signup #state + .sbHolder {
	z-index: 1;
}
.newsletter-signup .sbOptions {
	z-index: 2;
}

.newsletter-signup .signup fieldset#interests label,
.newsletter-signup .signup fieldset#interests input{
    float: none;
}

.newsletter-signup .signup fieldset#interests fieldset{
  float: left;
}

.newsletter-signup .signup fieldset#interests legend {
    border-bottom: 2px solid #E5E5E5;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 60px 0 10px;
    text-transform: none;
}
.newsletter-signup .signup fieldset#interests fieldset#atw {
  width: 325px;
}
.newsletter-signup .signup fieldset#interests fieldset#itus {
  width: 265px;
}
.newsletter-signup legend {
    color: #191919;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.newsletter-signup .signup label {
	color: #333;
	padding: 3px 0;
	width: 90px;
  text-align: right;
  margin-right: 5px;
}
.newsletter-signup .signup label.error {
	color: #00ABE4;
  padding-left: 5px;
	width: auto;
}
.newsletter-signup .signup label .required {
	color: #00A3E6;
}
.newsletter-signup .signup input[type="email"],
.newsletter-signup .signup input[type="text"],
.newsletter-signup .signup textarea,
.newsletter-signup .signup select {
	background: #fff;
	border: solid 1px #d1cfcd;
	color: #999;
	font-size: 11px;
	line-height: 15px;
	padding: 3px 10px;
	width: 250px;
}

.newsletter-signup .signup textarea{
  margin-bottom: 10px;
}
.newsletter-signup .signup select {
  width: 272px;
}

.newsletter-signup .sbHolder {
  width: 270px;
}
.newsletter-signup .sbSelector {
  width: 243px;
}

.newsletter-signup h3 {
	border-bottom: solid 2px #e5e5e5;
	font-size: 18px;
	margin-bottom: 30px;
	padding: 60px 0 10px;
}
.newsletter-signup legend {
	color: #191919;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.newsletter-signup .world,
.newsletter-signup .interests {
	float: left;
	/* width: 265px; */
}
.newsletter-signup .world {
	padding-right: 60px;
}
.newsletter-signup .interests div {
	height: 25px;
}

.newsletter-signup #interests li label{
  color: #191919;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.newsletter-signup #interests li ul{
  margin-top: 23px;
}

.newsletter-signup #interests li li label,
.newsletter-signup .interests label {
	color: #666;
	line-height: 26px;
  font: 13px/1.5 "Nimbus Sans L","helvetica neue",arial,helvetica,sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
  text-transform: none;
}

.newsletter-signup #interests label input[type="checkbox"] {
  margin-right: 5px;
}

.newsletter-signup input[type=submit] {
  clear: left;
  float: left;
  margin-top: 30px;
  background: none repeat scroll 0 0 #00A3E6;
  border: 0 none;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.24);
  color: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  padding: 4px 7px;
}
.newsletter-signup ul.errorlist {
  width: 300px;
  color: #CC3333;
}

.newsletter-signup div.recapthcha-container {
  clear: both;
  height: 105px;
  width: 442px;
  padding-top: 40px;
  float: left;
}

.newsletter-signup button.to-more {
  margin-top: 105px;
  margin-left: 30px;
  font-size: 22px;
  line-height: 28px;
  float: left;
}

.newsletter-signup span#recaptcha_privacy a,
.newsletter-signup span#recaptcha_privacy a:link,
.newsletter-signup span#recaptcha_privacy a:visited {
  color: #555555;
  text-decoration: none;
}

.newsletter-signup span#recaptcha_privacy a:hover {
  color: #009DDC;
}

/* Event Detail Page */
.event-detail {
	margin-top: -5px;
}
.event-header,
.article-meta,
.fellow-information,
.video-metadata {
	position: relative;
}
.event-header {
	padding-bottom: 15px;
}
.event-detail .superheader {
	margin-top: 0;
}
.event-detail h1 {
	font-size: 30px;
	font-weight: normal;
}
.event-detail .assignments,
.event-detail .event-date-and-time,
.event-address {
	overflow: hidden;
	width: 410px;
}
.event-detail .assignments {
	font-size: 13px;
	margin-top: 0;
}
.event-detail .event-date-and-time {
	padding-top: 10px;
}
.event-detail .event-date-and-time p {
	margin: 0;
}
.event-detail .event-date-and-time .event-date {
	font-size: 16px;
	line-height: 26px;
}
.event-detail .event-date-and-time .event-time {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.event-detail .event-address {
	padding-top: 10px;
}
.event-detail .event-address p {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.event-detail .event-address .event-map {
	background: url("../images/icons/icon-map-point.png") no-repeat;
	display: block;
	float: left;
	margin-top: 10px;
	padding: 0 0 5px 20px;
}
.event-detail .event-calendaring {
	background: url("../images/backgrounds/drop-shadow-events.png") no-repeat center bottom;
	border-top: 1px solid #e1e1e1;
	margin-top: 0px;
	overflow: hidden;
	padding: 15px 0 28px 10px;
}
.event-detail .event-calendaring a {
	display: block;
	float: left;
	font-weight: bold;
}
.ie7 .event-detail .event-calendaring a {
	min-height: 35px;
	zoom:1;
}
.event-detail .calendar-add {
	background: url("../images/icons/icon-calendar.png") no-repeat;
	padding: 5px 30px 1px 40px;
}
.event-detail .calendar-register {
	background: url("../images/icons/icon-register.png") no-repeat;
	padding: 5px 0 1px 35px;
}
.event-body ul {
	padding-left: 0;
}

/* Upcoming Event component on the home page */

.home-event-upcoming {
	background-color: #f7f6f5;
	padding: 35px 35px 35px 315px;
	clear: both;
	float: left;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	box-sizing: border-box;
	background-image: url(../images/backgrounds/events-bg-template.png);
}
.home-event-upcoming-wrap {
	max-width: 90%;
}
.home-event-upcoming .header {
}
.home-event-upcoming h2 {
	color: #666;
	font-size: 11px;
	padding: 0;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.home-event-upcoming .see-all-events {
	border-left: 1px solid #ebebeb;
	font-size: 10px;
	line-height: 18px;
	float: right;
	background: #636262;
	padding: 3px 10px 2px 15px;
	color: white;
	text-transform: uppercase;
	position: relative;
}
.home-event-upcoming .see-all-events:before {
	content: '';
	position: absolute;
	left: -24px;
	width: 24px;
	height: 23px;
	top: 0;
	background: url(../images/icons/icon-all-events.png) no-repeat;
}
.home-event-upcoming .see-all-events a {
	font-size: 11px;
}
.home-event-upcoming .horizontal {
	padding-left: 15px;
}
.home-event-upcoming .bd h3 {
	max-width: 95%;
	line-height: 1;
}
.home-event-upcoming h3 a {
	color: black;
	font-size: 18px;
	font-weight: 700;
}
.home-event-upcoming .media {
}
.home-event-upcoming .img {
	max-width: 122px;
}
.home-event-upcoming .img img {
	margin-right: 15px;
}
.home-event-upcoming p {
	margin-bottom: 0;
}
.home-event-upcoming .list-superheader {
	color: #555;
	font-size: 13px;
	margin: 0 0 2px 0;
	text-transform: none;
	font-weight: 400;
	float: left;
}
.home-event-upcoming .details {
	color: #555;
	font-size: 13px;
	margin: 10px 0;
	max-width: 95%;
}
.home-event-upcoming .bd .call-to-action {
	font-weight: bold;
}

.home-event--additional .bullet {
	font-weight: bold;
	display: inline-block;
	padding: 0 3px;
	font-size: 15px;
}

.homepage #main-content {
	padding-bottom: 30px;
}



/* Social Widgets */
.social-widgets .st_sharethis {
	color: #666;
	font-size: 12px;
	margin-top: 2px;
	width: 122px;
}
    .country-page .social-widgets .st_sharethis {
        width: 85px;
    }

#secondary .social-widgets {
	border-bottom: solid 1px #dedede;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.event-header .social-widgets,
.article-meta .social-widgets,
.fellow-information .social-widgets,
.video-metadata .social-widgets {
	bottom: 12px;
	position: absolute;
	right: 0;
}
#primary .social-widgets .wrapper,
#primary-wide .social-widgets .wrapper {
	float: right;
}
.social-widgets .wrapper {
	display: block;
	height: 22px;
}
.social-widgets .wrapper > div {
	float: left;
	height: 22px;
	margin: 0 10px 0 0;
	padding: 0 !important;
	vertical-align: top;
}
.social-widgets .wrapper > div > span {
	margin: 0 !important;
	padding: 0 !important;
}
.social-widgets .wrapper .st_fblike_hcount {
	margin-top: 1px;
}
.social-widgets .wrapper .st_sharethis {
	margin: 2px 0 0 0 !important;
	position: relative;
}
.social-widgets .st_sharethis .sharethis {
	margin: 0 0 0 4px !important;
}
.social-widgets .st_sharethis .stButton {
	display: inline !important;
}
.social-widgets .st_sharethis .stButton .sharethis {
	position: absolute !important;
}
.fb_iframe_widget iframe {
	width: 48px !important;
}



/* Grant Seekers */
.grant-path {
	margin-bottom: 30px;
	width: 620px;
}

.grant-path .header,
.grant-path .path {
	background-color: #00a3e8;
}

.grant-path .header {
	background: #00a3e8 url(../images/backgrounds/grantseeker-box-divide.png) no-repeat center bottom;
	padding: 23px 10px 24px 10px;
	text-align: center;
}
.grant-path .header h2 {
	color: #fff;
	font-size: 24px;
}
.grant-path .header p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.grant-path .path {
	padding: 0 30px;
	text-transform: uppercase;
}
.landing-grant-path .path {
	padding: 34px 35px 39px 35px;
	width: 550px;
}
.grant-path .path ul {
	margin: 0;
	padding: 0;
}
.grant-path .step1 {
	background: #00a3e8 url(../images/backgrounds/grantseeker-box-gradient-arrow.png) no-repeat 135px center;
}
.grant-path .step2 {
	background: #00a3e8 url(../images/backgrounds/grantseeker-box-gradient-arrow.png) no-repeat 340px center;
}
.grant-path .path li {
	background: transparent url(../images/backgrounds/grantseeker-box-sub-arrow.png) no-repeat right center;
	float: left;
	height: 80px;
	padding: 18px 43px 10px 0;
	overflow: hidden;
	margin-right: 20px;
	width: 138px;
}
.grant-path .path li.active {
	background: none;
}
.landing-grant-path .path li {
	background: #00a3e8 url(../images/backgrounds/grantseeker-box-basic-arrow.png) no-repeat right center;
	height: auto;
	min-height: 103px;
	margin-right: 10px;
	padding: 0 43px 0 0;
	text-align: center;
	width: 148px;
}
.grant-path .path li:last-child,
.grant-path .path li.last-child {
	background: none;
	margin: 0;
	padding-right: 0;
}
.grant-path .path h3 {
	color: #006f9f;
	font-size: 13px;
	margin:0 0 -2px 0;
}
.grant-path .path .active h3 {
	color: #80d1f4;
}
.landing-grant-path .path h3 {
	color: #80d1f4;
	margin-bottom: 0;
}
.grant-path .path a {
	color: #006f9f;
	font-size: 14px;
	line-height: 18px;
}
.grant-path .path .active a,
.grant-path .path .active a:hover,
.grant-path .path a:hover {
	color: #fff;
	text-decoration: none;
}
.landing-grant-path .path a {
	color: #fff;
	display: block;
	font-size: 17px;
	line-height: 24px;
}
.grant-path .description {
	background: #f5f4f3;
	background: -moz-linear-gradient(top,  #f5f4f3 0%, #e7e7e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f4f3), color-stop(100%,#e7e7e6));
	background: -webkit-linear-gradient(top,  #f5f4f3 0%,#e7e7e6 100%);
	background: -o-linear-gradient(top,  #f5f4f3 0%,#e7e7e6 100%);
	background: -ms-linear-gradient(top,  #f5f4f3 0%,#e7e7e6 100%);
	background: linear-gradient(top,  #f5f4f3 0%,#e7e7e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f3', endColorstr='#e7e7e6',GradientType=0 );
	padding-top: 22px;
}
.grant-path .description h2 {
	color: #414141;
	font-size: 20px;
	padding: 0 27px;
}

.grant-path .description p {
	background: transparent url(../images/backgrounds/grantseeker-description-divide.png) no-repeat center bottom;
	color: #555;
	font-size: 18px;
	line-height: 24px;
	margin: 2px 0 0 0;
	padding: 0 27px 30px 27px;
}

/* Inline image */

.inline-image {
	border: solid 1px #e1e1e1;
	padding: 5px;
}

.inline-image.left {
	float: left;
	margin: 15px;
	margin-left: 0;
}
.inline-image.right {
	float: right;
	margin: 15px;
	margin-right: 0;

}
	.inline-image img {
		display: block;
	}
	.inline-image p { display: inline;}

/* Accordion styles */

.accordion {
	clear: both;
}
.accordion h2 {
	padding-top: 25px;
}
.accordion h3 {
	background: url(../images/backgrounds/accordion-icon.png) no-repeat 100% 23px;
	border-top: solid 1px #e5e5e5;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
	margin-top: 25px;
	padding-top: 20px;
	padding-right: 90px;
}
.accordion h3:first-of-type {
	border-top: 0;
	margin-top:0;
}
.accordion h3:hover {
	background-position: 100% -38px;
	color: #077EB0;
}
.accordion h3.toggle-open {
	background-position: 100% -100px;
}
.accordion h3.toggle-open:hover {
	background-position: 100% -160px;
	color: #077EB0;
}
.accordion .content {
	margin-top: 20px;
}
.accordion .content p {
	margin-top: 20px;
}

/*
 * MACEI Pages 
 */
 
h3.recipient-tag-line{
  margin:13px 0; 
}
 
h3.winner-tag-line {
    color: #000000;
    font: 24px/1 "adobe-garamond-pro","adobe garamond pro",Georgia,Garamond,Times, serif;    
    left: 3px;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 12px;
}

.macei-recipient-tags {
  clear: both;
	font-weight: bold;
	padding: 30px 0 15px 0;
}

/*
 * Page Flags: Unpublished (draft), Embargoed, Edit
 */

.page-flag{
    box-shadow: 0px 0px 5px #999;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #fff;
    font: 13px/1.5 arial,helvetica,sans-serif;
    font-weight: bold;
    left: -51px;
    padding: 10px 25px;
    position: fixed;
    z-index: 1000;
}
a.page-flag:hover{
    text-decoration: none;
}
html.ie6 .page-flag,
html.ie7 .page-flag,
html.ie8 .page-flag,
html.ie9 .page-flag {
    left:0;
}

#draft-flag {
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
    background: linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
    top:90px;
}

#edit-flag {
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top,  #6abc58 0%, #50ab42 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6abc58), color-stop(100%,#50ab42)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6abc58 0%,#50ab42 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6abc58 0%,#50ab42 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6abc58 0%,#50ab42 100%); /* IE10+ */
    background: linear-gradient(top,  #6abc58 0%,#50ab42 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6abc58', endColorstr='#50ab42',GradientType=0 ); /* IE6-9 */
    top: 367px;
    left:-54px;
    text-decoration:none;
}

#embargo-flag{
    left:-45px;
}

.promo-embargo-flag {
    background: #00A3E6; /* Old browsers */
    background: -moz-linear-gradient(top, #00A3E6 0%, #0063A6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A3E6), color-stop(100%,#0063A6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00A3E6 0%,#0063A6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00A3E6 0%,#0063A6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00A3E6 0%,#0063A6 100%); /* IE10+ */
    background: linear-gradient(top, #00A3E6 0%,#0063A6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A3E6', endColorstr='#0063A6',GradientType=0 ); /* IE6-9 */

    clear:both;
    color: #fff;
    font: bold 10px/1.5 arial,helvetica,sans-serif;
    padding: 0.5em 1em;
    z-index: 1000;
    display:block;
    text-align:center;
}
#primary .promo-embargo-flag{
    position:relative;
    top:20px;
}
.promo-embargo{
    border:solid 1px #0063A6;
    padding:10px;
}
#primary .promo-embargo + .promo{
    border-top:0;
    margin-top:0;
}
#primary .promo-embargo.default img{
    left:22px !important;
}

#secondary .promo-embargo.rss{
    width:243px !important;
}
#secondary .promo-embargo.theme2,
#secondary .promo-embargo.theme3,
#secondary .promo-embargo.theme4{
    width:263px !important;
}
#secondary .promo-embargo .promo-inner-wrapper{
    padding:10px;
}

/*** PasProgram ***/
body.pastprogram #secondary .past-prgram-content-archive .promo {
  margin-bottom: 0;
}

body.pastprogram #secondary .video-list a,
body.pastprogram #secondary .video-list a:hover {
  color: #000;
  text-decoration: none;
}

body.pastprogram #secondary .video-list .video {
  margin-top: 10px;
  margin-bottom: 10px;
}


body.pastprogram #secondary .video-list {
  margin-bottom: 20px;
}

body.pastprogram .highlight-section {
  background-color: #F3F3F3;
  margin: 15px 0 5px 0;
  padding: 10px 15px 20px 20px;
}

body.pastprogram .highlight-section .section-content{
  margin-top: 15px;
}
body.pastprogram .highlight-section .section-content img{
  float: left;
  display: block;
}

body.pastprogram .highlight-section .section-content .links{
  float: left;
  display: block;
  padding-left: 15px;
  max-width: 400px;
}

body.pastprogram .highlight-section .section-content ul li {
  margin-bottom: 10px;
}

body.pastprogram .highlight-section .section-content ul li a,
body.pastprogram .highlight-section .section-content ul li a:hover{
  color: #6D6D6D;
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1.2em;
}

body.pastprogram .highlight-section .clear {
  clear:both;
}
