
/*-----------------------------------------------
		All Screen Sizes (and print)
	----------------------------------------------- */


	/* =Elements
	----------------------------------------------- */
	body {
		background: white;
		color: #333;
	}
	h1, h2, h3, h4, h5, h6 {
		color: black;
	}
	a {
		color: #fe7805;
		text-decoration: none;
	}
	a:hover,
	a:active {
		text-decoration: underline;
	}
	a img {
		border-width: 0;
	}
	body {
		font: 100%/1.5 Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 0;
	}
	h1, h2, h3, h4, h5, h6, ul, ol, p, table, form, blockquote,
	header, footer, nav, section, article, aside,
	#content, .ad, .map, .video, #header .social {
		display: block;
		margin-top: 1.5em;
		margin-bottom: 0em;
	}
	.map,
	.video,
	.audio {
		margin-top: 1.875em;	 /* 1.5em x (1 / 0.8) */
		border-radius: 0.25em;
		width: 94%;
		background: rgb(242, 242, 242); /* @mercury */
		color: rgb(127, 127, 127); /* @tin */
		color: rgba(0, 0, 0, 0.5);
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding: 2em 3%;
		text-align: center;
	}
	
	.mejs-container {
		margin: 0 auto;
	}
	
	.map:after,
	.map:before,
	.video:after,
	.video:before {
		font-size: 2em;
		vertical-align: -10%;
		color: rgba(0, 0, 0, 0.1);
	}
	.map:before {
		content: "[ ";
	}
	.map:after {
		content: " ]";
	}
	/* Use less space between a headline and the next element that follows it. */
	h2+*, h3+*, h4+*, h5+*, h6+*, .list .date+* {
		margin-top: 0.5em;
	}
	h2+h3 {
		margin-top: 0;
	}
	.list .date,
	.entry-meta .date,
	.posted-in {
		color: rgb(127, 127, 127); /* @tin */
		color: rgba(0, 0, 0, 0.5);
		font-size: 0.9em;
	}
	*:first-child,
	.ad:first-child,
	.map:first-child,
	.video:first-child {
		margin-top: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	h1 {
		font-size: 2em;
		line-height: 1.3em;
	}
	h2 {
		font-size: 1.4em;
		line-height: 1.3em;
		position: relative;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5 {
		font-size: 1em;
	}
	h6 {
		font-size: 1em;
	}
	li ul {
		margin-top: 0;
	}
	dl {
		margin-top: 1.5em;
	}
	dt {
		margin-top: 0.5em;
		font-weight: bold;
		/*
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.1em;
		position: relative;
		color: black;
		*/
	}
	/*
	dt:before {
		content: "• ";
		font-size: 2em;
		line-height: 0.75em;
		position: absolute;
		left: 0.25em;
		color: rgba(0, 0, 0, 0.25);
	}
	*/
	dt:after {
		content: ":";
	}
	dd {
		margin-left: 0;
		padding-left: 0;
	}
	/*
	dt,
	dd {
		padding-left: 1.5em;
	}
	*/
	img {
		max-width: 100%;
		height: auto;
	}

	/* For IE8 */
	@media \0screen {
		img {
			max-width: 999999px;
			width: auto;
		}
		#header .branding img {
			width: 553px;
		}
	}
	
	#disqus_thread {
		margin-top: 2em;
	}


	/* =Layout
	----------------------------------------------- */
	#alert div,
	#header,
	#crumbs,
	#content,
	#footer {
		margin: 0 auto;
	}
	#alert {
		margin: 0;
		background: rgb(35, 35, 35);
		padding: 0.25em 0.5em;
		text-align: center;
	}
	#alert a,
	#alert h3 {
		color: white;
	}
	#alert a {
		text-decoration: none;
	}
	#alert h3 {
		font-size: 1em;
	}
	#alert .action {
		color: #fe7805;
	}
	#alert a:hover .action,
	#alert a:active .action {
		text-decoration: underline;
	}
	#alert h3,
	#alert p {
		display: inline;
	}
	#header {
		position: relative;
		/*
		padding: 30px 30px 86px;
		*/
		padding: 30px 0 0.5em;
		background: white;
		/*
		border-bottom-right-radius: 0.25em;
		border-bottom-left-radius: 0.25em;
		background: white url(/assets/images/common/gradient-orange-up.svg) bottom repeat-x;
		*/
	}
	#crumbs,
	#content {
		margin-top: 0;
		padding: 0 0 30px;
		background: white;
		/*
		background: white url(/assets/images/common/gradient-orange-down.svg) top repeat-x;
		*/
	}
	/*
	#header .account {
		position: absolute;
		top: 30px;
		right: 30px;
	}
	*/

	#crumbs {
		font-size: 0.9em;
	}
	#crumbs ul,
	#crumbs li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	#crumbs li {
		display: inline;
		color: rgba(0, 0, 0, 0.25);
	}
	#crumbs li:after {
		content: " »";
	}
	#crumbs li:last-child:after {
		content: "";
	}
	#crumbs li strong {
		font-weight: normal;
		color: rgb(127, 127, 127); /* @tin */
		color: rgba(0, 0, 0, 0.5);
	}

	#header nav ul,
	#header nav li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	#header nav li {
		display: inline;
	}
	#header nav.main a,
	#header nav.secondary a {
		display: block;
		margin: 0 auto;
		border-left: 1px solid white;
		border-left: 1px solid rgba(255, 255, 255, 0.25);
		padding: 5px 20px;
		-webkit-transition : background-color 0.2s;
		-moz-transition    : background-color 0.2s;
		-ms-transition     : background-color 0.2s;
		-o-transition      : background-color 0.2s;
		transition         : background-color 0.2s;
	}
	#header nav.main a:hover,
	#header nav.main a:active,
	#header nav.secondary a:hover,
	#header nav.secondary a:active {
		background: rgba(255, 255, 255, 0.2);
		text-decoration: none;
	}
	#header nav.main > ul > li:first-child a,
	#header nav.secondary > ul > li:first-child a {
		border-left-width: 0;
		margin-left: 0;
	}

	#header nav.account li {
		padding-left: 0.7em;
		border-left: 1px solid rgba(0, 0, 0, 0.25);
	}
	#header nav.account li:first-child {
		border-left: 0;
	}
	#header nav.account a {
		padding-left: 0.25em;
		padding-right: 0.5em;
	}

	/*
	#header .search {
		margin: 0;
		position: absolute;
		top: 95px;
		background: rgb(242, 242, 242);
	}
	#header .search {
		right: 30px;
	}
	*/
	
	#header .search input,
	#footer .mailing-list input {
		width: 150px;
		padding: 5px;
		border: 1px solid rgba(0, 0, 0, 0.15);
		background-clip: padding-box;
		border-radius: 0.25em;
		/*font-size:100%;*/
	}
	#header .search input {
		background: rgb(242, 242, 242);
		background: #EFEED9;
		border: 1px solid #d9d8bb;

	}
	#header .search p {
		margin-top: 0;
	}
	#header .search h2,
	#header .search .label {
		position: absolute;
		left: -9999px;
	}
	#header .search {
		/*
		border: 1px solid #fccca2;
		*/
		padding: 0.25em 0.5em;
	}
	#header .search br {
		display: none;
	}
	#header .search form {
		margin-top: 0;
	}

	#footer {
		padding: 30px;
		background: #8ab52b;
	}
	#footer,
	#footer h2,
	#footer h3,
	#footer a {
		color: white;
	}
	#footer .rss a {
		display: inline-block;
		background: transparent url(/assets/images/common/rss.svg) right no-repeat;
		padding-right: 25px;
	}

	#content h1 {
		color: #557eac;
		font-size: 1.5em;
		font-weight: bold;
		position: relative;
	}
	
	.content-main {
		margin-top: 1.5em;
	}
	.content-main.add-this {
		margin-top: 0;
	}

	.content-aside {
		margin-top: 1.5em;
	}

	#footer ul,
	#footer li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}

	#content .features {
		border: 1px solid #ededed;
	}
	#content .features ul,
	#content .features .items li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	.graphic {
		margin-top: 1.875em;	 /* 1.5em x (1 / 0.8) */
		border-radius: 0.25em;
		width: 94%;
		background: rgb(242, 242, 242); /* @mercury */
		color: rgb(127, 127, 127); /* @tin */
		color: rgba(0, 0, 0, 0.5);
		padding: 3em 3%;
		text-align: center;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.graphic:first-child {
		margin-top: 0;
	}
	.graphic:after,
	.graphic:before {
		font-size: 2em;
		vertical-align: -10%;
		color: rgba(0, 0, 0, 0.1);
	}
/*	.graphic:before {
		content: "[ ";
	}
	.graphic:after {
		content: " ]";
	}*/

	#footer .mailing-list .label {
		position: absolute;
		left: -9999px;
	}
	#footer .mailing-list br {
		display: none;
	}

	/*
	#footer button {
		border-width: 0;
		background: #fe7805;
		color: white;
		padding: 0.25em 0.5em;
		border-radius: 0.25em;
		text-transform: uppercase;
	}
	*/

	section.principles .video {
		padding: 25px 0;
	}
	.subtitle {
		color: #557eac;
		font-size: 18px;
		font-style: italic;
	}
	
	.editors-note {
		border-top: #eee solid 1px;
		padding: 2em 0;
		margin-top: 0em;
	}
	
	blockquote {
		margin-left: 0;
		padding-left: 0;
		margin-right: 0;
		padding-right: 0;
		font-style: italic;
	}
	
	.by-line {
		margin-top: 0.5em;
		font-style: italic;
		font-size: 0.8em;
		font-weight: bold;
	}

	.blogs .entry-meta,
	.calendar_events .entry-meta {
		overflow: hidden;
	}
	.legend-short {
		margin-top: 0.5em;
		overflow: hidden;
	}
	.related-legend-list .legend-short {
		margin-top: 0;
	}
	#content .mod .related-legend-list > li:first-child {
		border-top: 0;
	}
	#content .mod .related-legend-list > li {
		padding: 1em 0;
		border-top: #e3e3e3 dashed 1px;
		margin-top: 0;
	}

	.blogs .entry-meta,
	.blogs .entry-meta li,
	.legend-short,
	.legend-short li,
	.calendar_events .entry-meta,
	.calendar_events .entry-meta li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	.blogs .entry-meta li,
	.legend-short li,
	.calendar_events .entry-meta li {
		/*
		position: absolute;
		top: 0;
		left: 0;
		*/
		font-size: .8em;
		margin-top: 0;
		margin-right: 0.5em;
		display: inline-block;
		float: left;
		opacity:.9;
	}
	
	.blogs .entry-meta li a,
	.legend-short li a,
	.related-legend-list .legend-short li abbr,
	.calendar_events .entry-meta li a {
		/* display: block; */
		padding: 0.2em .2em;
		color: white;
		text-align: center;
	}
	
	.blog-list li a {
		position: relative;
		padding-left: 1.25em;
		display: block;
	}
	.blog-list li a span {
		position: absolute;
		top: 0.35em;
		left: 0;
		display: block;
		width: 0.75em;
		height: 0.75em;
	}
	.blogs h3 a,
	.blog-list span {
		background: #b3b3b3;
	}
	.children h3 a,
	.children span {
		background: #fbb03b;
	}
	.hiv h3 a,
	.hiv span {
		background: #c1272d;
	}
	.addiction h3 a,
	.addiction span {
		background: #fe7805;
	}
	.rights h3 a,
	.rights span {
		background: #29abe2;
	}
	.economic h3 a,
	.economic span {
		background: #00a99d;
	}
	.health h3 a,
	.health span {
		background: #8cc63f;
	}
	.peace h3 a,
	.peace span {
		background: #8c6239;
	}
	.penalty h3 a,
	.penalty span {
		background: #000000;
	}
	.nations h3 a,
	.nations span {
		background: #b3b3b3;
	}
	.women h3 a,
	.women span {
		background: #662d91;
	}

	/* =Home
	----------------------------------------------- */
	
	#home-page .content-main h2,
	#home-page .home-sec .cloud h2 {
		color: #557EAC;
		font-size: 1.5em;
		font-weight: bold;
		margin: 0 0 .8em;
	}
	#home-page .blogs h3 a {
		background: none;
	}
	#home-page .home-sec h3 {
		line-height: 1.3em;
	}
	#home-page #content .contact h3 {
		color: #557eac;
		font-size: 1em;
	}
	#content .mod.tags ul,
	#content .mod.tags li,
	#content .mod.events ul,
	#content .mod.events li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	#content .mod.tags li {
		display: inline;
	}
	#content .mod.events li {
		margin-top: 0.5em;
	}
	#content .mod.tags h2 {
		background: rgb(138, 181, 43) url(/assets/images/home/tag.png) 20px 50% no-repeat;
		background-size: 32px 32px;
		padding-left: 62px;
	}
	#content .mod.events h2 {
		background: rgb(138, 181, 43) url(/assets/images/home/calendar.png) 20px 50% no-repeat;
		background-size: 32px 32px;
		padding-left: 62px;
	}
	#content .seeking-justice .mod {
		margin-top: 0;
	}
	#content .seeking-justice h2 {
		color: #557EAC;
		font-size: 1.1em;
		margin-top: 1.5em;
		margin: 1.5em 0 .5em;
	}
	#content .seeking-justice li:first-child {
		margin-top: 0;
	}
	#content .mod.mod.contact, #content .mod.alt {
		background: rgba(85, 126, 172, 0.1);
	}
	
	#content .mod.contact h2, #content .mod.alt h2 {
		background: #557eac;
	}
	
	#content .mod.contact h2 {
		background: rgb(85, 126, 172) url(/assets/images/home/globe.png) 20px 50% no-repeat;
		background-size: 32px 32px;
		padding-left: 62px;
	}
	#content .mod .active {
		font-weight: 700;
	}
	
	.home-sec {
		clear: both;
		border-bottom: #eee dashed 1px;
		padding: 2em 0;
		margin: 0;
	}
	
		.home-sec.column{
			width: 48%;
			float: left;
			clear: none;
		}
		
		.home-sec.column.first {
			margin-right: 4%;
		}
		
		@media (max-width:677px) {
			.home-sec.column {
				width: 100%;
				margin-right: 0;
				float: none;
				clear: both;
			}
		}
		
	.home-sec section {
		margin-top: 0;
	}
	.home-sec.alt {
		border-bottom: 0;
	}
	.home-sec.alt .mod {
		float: left;
		width: 33%;
		margin-right: 3em;
		margin-bottom: 1em;
	}	
	.home-sec .list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.home-sec .list li:first-child {
		padding-top: 0;
	}
	.home-sec .list > li {
		margin-top: 1em;
	}
	.home-sec .list h3 {
		font-size: 1.4em;
	}
	
	/* =Featured Box
	----------------------------------------------- */
	#content .content-main .features {
		position: relative;
	}
	#content .content-main .features .items li {
		overflow: auto;
		margin-bottom: 1em;
		background: #8ab52b;
	}
	#content .content-main .features .items li,
	#content .content-main .features .items li a {
		color: white;
	}
	#content .content-main .features .items li a {
		text-decoration: underline;
	}
	#content .content-main .features .pagination {
		position: absolute;
		z-index: 99999;
		bottom: 1em;
		right: 1em;
		margin-bottom: 0;
	}
	#content .content-main .features .pagination ul,
	#content .content-main .features .pagination li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	#content .content-main .features .pagination li {
		margin-left: 0.5em;
		display: block;
		float: left;
	}
	#content .content-main .features .pagination a {
		display: block;
		font: 0/0 a;
		color: transparent;
		background: white;
		border-radius: 20px;
		width: 10px;
		height: 10px;
		opacity: 0.25;
		-webkit-transition : opacity 0.2s;
		-moz-transition    : opacity 0.2s;
		-ms-transition     : opacity 0.2s;
		-o-transition      : opacity 0.2s;
		transition         : opacity 0.2s;
	}
	#content .content-main .features .pagination a:hover,
	#content .content-main .features .pagination a:active {
		opacity: 0.75;
	}
	#content .content-main .features .pagination .current a {
		opacity: 0.75;
		cursor: default;
	}
	/*
	#content .content-main .features .next,
	#content .content-main .features .prev {
		position: absolute;
		z-index: 99999;
		bottom: 10px;
		color: white;
	}
	#content .content-main .features .next {
		right: 260px;
	}
	#content .content-main .features .prev {
		left: 20px;
	}
	#content .content-main .features .next:after {
		content: " →";
	}
	#content .content-main .features .prev:before {
		content: "← ";
	}
	*/
	#content .content-main .features .graphic {
		padding: 125px 0;
	}
	


	/* =Webinars
	----------------------------------------------- */
	#content .webinars ul,
	#content .webinars li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	#content .webinars li {
		margin-bottom: 0.5em;
		overflow: auto;
		background: #fe7805;
		color: white;
	}
	#content .webinars li .video {
		float: left;
		margin-right: 1em;
		width: 420px;
		padding: 130px 0;
	}
	#content .webinars li .caption {
		display: block;
		padding: 1em;
	}
	#content .webinar-topics {
		clear: both;
		padding-top: 1.5em;
		overflow: auto;
	}
	#content .webinar-topics .mod {
		width: 260px;
		margin: 0 0 30px 30px;
		float: left;
	}
	#content .webinar-topics .mod:nth-child(3n+1) {
		margin-left: 0;
	}
	
	
	/* =Global List Entry Styles
	----------------------------------------------- */
	
	.list section.featured {
		background: #eef2f7;
		background: rgba(85, 126, 172, 0.1);
		padding: 20px;
	}
	
	.list section footer {
		margin-top: 0.5em;
	}
	
	.list section {
		border-bottom: 1px dashed #eee;
		padding-bottom: 30px;
		position: relative;
	}
	
	.article {
		margin-top: 0.5em;
	}

	.article h3 {
		margin-top: 0.5em;
		font-weight: bold;
		font-size: 18px;  
		padding-top: 15px;
	}
	
	.article h4 { 
		margin-top: 0.5em; 
		font-style: italic; 
		font-size: 18px; 
	}

	.preface { 
		background-color: rgba(85, 126, 172, 0.1); 
		font-size: 14px; 
		font-style: italic; 
		padding: 7px 20px;
	} 

	/* =Issues
	----------------------------------------------- */
	
	.issues .right {
		float: right;
		margin: 1.5em 0 .5em 1em;
	}
	
	.issues .left {
		float: left;
		margin: 1.5em 1em .5em 0;
		margin-bottom: .5em;
	}
	
	#content .mod.staff {
		overflow: auto;
	}
	#content .mod.staff img {
		float: left;
		display: block;
		margin-right: 1em;
	}
	#content .mod.related > ul > li {
	margin-top: 1em;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	padding-top: 1em;
	}
	#content .mod.related > ul > li:first-child {
		margin-top: 0;
		border-top-width: 0;
		padding-top: 0;
	}
	/* KUDOS: http://www.456bereastreet.com/archive/201105/styling_ordered_list_numbers/ */
	#content .mod.three ol {
		counter-reset: li; /* Initiate a counter */
	}
	#content .mod.three ol > li {
		position: relative;
		list-style: none;
	}
	#content .mod.three ol > li:before {
		content: counter(li); /* Use the counter as content */
		counter-increment: li; /* Increment the counter by 1 */

		display: block;
		position: absolute;
		left: -2em;
		background: rgba(138, 181, 43, 0.75);
		background: rgba(254, 120, 5, 0.65);
		color: white;
		text-align: center;
		border-radius: 5em;
		padding: 0 0.5em;
	}
	
	/* =Social Principles
	----------------------------------------------- */

	.list-social-principles {
		list-style: none;
		margin: 0;
	}
	.list-social-principles li {
		margin-top: 2em;
	}
	
	/* =Meet the Staff
	----------------------------------------------- */
	
	#staff_hero ul,
	ul.staff {
		list-style: none;
		padding: 0;
		overflow: hidden;
	}
	
	#staff_hero ul {
		height: 270px;
		margin: 0;
	}
	
	#staff_hero {
		border: 0 transparent;
		width: 616px;
		position: relative;
		background-color: #8AB52B;
		/*padding-bottom: 30px;*/
	}
	
		#staff_hero li {
			margin: 0;
			padding: 0;
		}
		
		#staff_hero .pagination {
			position: absolute;
			z-index: 99999;
/*
			bottom: 1em;
			right: 1em;
*/
			height: inherit;
			bottom: 10px;
			left: 50%;
			margin-bottom: 0;
		}
		#staff_hero .pagination ul,
		#staff_hero .pagination li {
			list-style: none;
			margin-left: 0;
			padding-left: 0;
		}
		#staff_hero .pagination li {
			margin-left: 0.25em;
			margin-right: 0.25em;
			display: block;
			float: left;
		}
		#staff_hero .pagination a {
			display: block;
			font: 0/0 a;
			color: transparent;
			background: white;
			border-radius: 20px;
			width: 10px;
			height: 10px;
			opacity: 0.25;
			-webkit-transition : opacity 0.2s;
			-moz-transition    : opacity 0.2s;
			-ms-transition     : opacity 0.2s;
			-o-transition      : opacity 0.2s;
			transition         : opacity 0.2s;
		}
		#staff_hero .pagination a:hover,
		#staff_hero .pagination a:active {
			opacity: 0.75;
		}
		#staff_hero .pagination .current a {
			opacity: 0.75;
			cursor: default;
		}
		
	ul.staff {
		margin: 10px 0 0;	
	}
	
		ul.staff li {
			float: left;
			width: 100px;
			margin: 0 15px 45px 0;
		}
		
		ul.staff li p {
			margin-top: 0;
		}
		
		ul.staff li a.description {
			display: block;
		}
	
.popover {
  position: absolute;
  min-height: 90px;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 400px;
  background: #F4F8EA;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 20px;
  background-color: #8AB52B;
  color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}
	.popover-title a {
		color: #FFF;
		text-decoration: none;
	}
		.popover-title a:hover {
			text-decoration: underline;
		}

.popover-content {
  padding: 9px 14px;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover-content p {
	max-height: 360px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.popover-content p::-webkit-scrollbar {
    width: 12px;
}
 
.popover-content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.popover-content p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  z-index: -1;
  content: "";
}


.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #F4F8EA;
  border-width: 10px 10px 10px 0;
}

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}
	
	/* =Meet the Board
	----------------------------------------------- */
	
	ul.board-nav {
		list-style: none;
		margin: 40px 0 0 0;
		padding: 0;
		overflow: hidden;
	}
	
		ul.board-nav li {
			float: left;
			margin-right: 5px;
			border-top-right-radius: 0.25em;
			border-top-left-radius: 0.25em;
			color: #fff;
			padding: 3px 8px;
		}
			
			ul.board-nav li:hover {
				background: rgba(138, 181, 43, 0.1);
			}
		
		
			ul.board-nav li a,
			ul.board-nav li a:hover {
				text-decoration: none;
			}
			
			ul.board-nav li.active {
				background: #8AB52B;
			}
		
			ul.board-nav li.active a {
				color: #fff;
			}
	
	.tab-content.board-content {
		overflow: auto;
		background: rgba(138, 181, 43, 0.1);
		padding: 20px;
		border-bottom-right-radius: 0.25em;
		border-bottom-left-radius: 0.25em;
	}
	
		.tab-content.board-content ul {
			padding-left: 20px;
		}
	
	.tabs-below > .nav-tabs,
	.tabs-right > .nav-tabs,
	.tabs-left > .nav-tabs {
		border-bottom: 0;
	}
	
	.tab-content > .tab-pane,
	.pill-content > .pill-pane {
		display: none;
	}
	
	.tab-content > .active,
	.pill-content > .active {
		display: block;
	}

	/* =Aside
	----------------------------------------------- */
	.content-aside .quote .learn-more {
		margin-top: 0;
		text-align: right;
		font-size: 0.8em;
		padding-right: 2em;
	}

	/* Box */
	#content .mod {
		padding: 20px;
		background: rgb(244, 248, 234); /* For IE8 */
		background: rgba(138, 181, 43, 0.1); /* @fern */
	}
	#content .mod h2 {
		font-size: 1.1em;
		color: white;
		padding: 5px 20px;
		margin: -20px -20px 15px;
		background: rgb(138, 181, 43); /* @fern */
	}
	#content .mod ul,
	#content .mod ul li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	#content .mod li {
		margin-top: 0.5em;
	}
	
	#content .mod.archives ol {
		list-style: none;
		padding: 0;
	}
	
	.cat-cloud {
		line-height: 1.2;
	}
	
	/* Box Form */
	#content .mod form {
		padding: 0;
		background: none;
	}
	.mod form p { 
		margin: .5em 0 0;
	}
	#content .mod form .text input {
		border: #e2e2e2 solid 1px;
	}
	#content .mod [type=email] {
		width: 96%;
	}
	
	.content-aside .video {
		overflow: hidden;
		width: 100%;
		background: none;
		padding: 0;
		border-radius: 0;
	}
	
	#content .content-aside .copyright {
		font-size: 1em;
		line-height: 1.2;
		color: #666;
	}
	
	/* Blue Box (not in use, at present) */
	.content-aside .lorem {
		background: rgba(85, 126, 172, 0.1); /* Blue */
	}
	.content-aside .lorem h2 {
		background: rgba(85, 126, 172, 1.0); /* Blue */
	}

	/*
	section.letters section {
		margin-top: 1.5em;
		border-top: 1px solid #ddd;
		padding-top: 1em;
	}
	*/
	
	/* Social Media */
	#content .mod .social_links {
		margin-top: -0.5em;
		overflow: hidden;
	}
	
	#content .mod .social_links li {
		float: left;
		display: inline;
		margin-right: .92em;
		font-size: .9em;
		width: 32px;
	}
	.mod .social_links:after {
		content: '';
		clear: both;
		display: block;
	}	
	.social_links span { 
		display: inline-block; 
		vertical-align: middle; 
		width: 32px;
		height: 32px;
		margin-right: 1em;
		background: transparent url(/assets/images/common/socialv2.png) no-repeat;
	}
	.social_links .facebook span {
		background-position: 0 0;
	}
	.social_links .twitter span {
		background-position: 0 -32px;
	}
	.social_links .youtube span {
		background-position: 0 -64px;
	}
	.social_links .flickr span {
		background-position: 0 -96px;
	}
	.social_links .semail span { 
		background-position: 0 -128px;
	}
	.social_links .rss span { 
		background-position: 0 -160px;
	}
	#content .social_links li.last {
		margin-right: 0;
	}
	

	/* =Forms
	----------------------------------------------- */
	#content form,
	#content .checkoutForm .field-group {
		background: rgb(242, 242, 242); /* @mercury */
		border-radius: 0.25em;
		padding: 1.5em;
	}
	#content .checkoutForm form {
		background: transparent;
		padding: 0;
	}
	#content .label:after {
		content: ":";
	}
	#content textarea {
		width: 95%;
		height: 10em;
		line-height: 1.5;
	}
	#content .text textarea,
	#content .text input {
		font-size: inherit;
		color: #333;
		border-width: 0;
		border-radius: 0.25em;
		padding: 0.25em;
	}
	.required {
		color: #B00;
		margin: 0;
		font-size: .8em;
	}
	.note {
		font-style: italic;
		font-size: .8em;
		display: block;
		padding: .25em;
		color: #666;
	}
	form .error-message,
	form .success-message {
		padding: 10px 20px 10px 50px;
		margin: 1.5em 0;
		-webkit-border-radius : 0.25em;
		-moz-border-radius    : 0.25em;
		border-radius         : 0.25em;
		border: 1px solid;
	}
	form .success-message {
		border-color : rgb(102, 255, 102);
		background   : rgb(102, 255, 102);
		color        : white;
		background: #e9efdd url(/assets/images/common/checkmark.png) 20px 12px no-repeat;
		border-color: #96af6b;
		color: #67872f;
	}
	form .error-message {
		border-color : rgb(255, 102, 102);
		background   : rgb(255, 102, 102);
		color        : white;
		background: #f7eaea url(/assets/images/common/exclamation.png) 10px 2px no-repeat;
		background-image: url(/assets/images/common/exclamation.svg), none;
		border: 1px solid #e1adad;
		color: #b43333;
	}
	form .error-message h3,
	form .success-message h3 {
		color: inherit;
	}
	form .error-message ul,
	form .error-message li {
		list-style-type: disc !important;
	}
	form .error-message ul {
		padding-left: 1.5em !important;
	}

	/* =Faith in Action
	----------------------------------------------- */
	
	#letter-to-editor {
		
	}
	
		#letter-to-editor h2 em.required {
			font-size: .6em;
			line-height: .968em;
			margin-left: 1.2em;
			background-color: #8AB52B;
			color: #fff;
			padding: .3em .5em;
			display: inline-block;
			border-radius: 0.25em;
			top: 3px;
			position: absolute;
		}
		
		#letter-to-editor form {
			overflow: hidden;
			margin-top: .5em;
		}
	
	#letter-to-editor .success-message {
		line-height: 1;
		margin: 0;
	}
	
	/* =Calendar Events
	----------------------------------------------- */
	
	.calendar_events article { 
		padding-bottom: 30px;
		border-bottom: 1px dashed #EEE;
		margin-bottom: 30px;
	}
	
	.calendar_events .right {
		float: right;
		margin: .5em 0 .5em 1em;
	}
	
	.calendar_events .left {
		float: left;
		margin: .5em 1em .5em 0;
		margin-bottom: .5em;
	}

	.calendar_events section .img {
		margin-top: 1em;
	}
	
	/* =Blog
	----------------------------------------------- */
	
	.blogs .write {
		padding-left: 0;
	}
	
	#blog-submit-page .write {
		margin-top: 0;
	}
	
	.blogs .right {
		float: right;
		margin: .5em 0 .5em 1em;
	}
	
	.blogs .left {
		float: left;
		margin: .5em 1em .5em 0;
		margin-bottom: .5em;
	}

	.blogs section .img {
		margin-top: 1em;
	}
	
	/* Comments */
	.blogs .comments {
		padding: 0;
	}
		
	.blogs .comments h5 {
		font-weight: 700;
	}
	
	.blogs .comments h5 span {
		font-weight: 400;
	}
	
	.blogs .comments ul {
		list-style: none;
		margin: 0;
		padding: 0;
		background: rgba(138, 181, 43, 0.1);
		-webkit-border-radius : 0.25em;
		-moz-border-radius    : 0.25em;
		border-radius         : 0.25em;
	}
	
	.blogs .comments li {
		padding: 1.5em;
		font-size: .9em;
	}
	
	.blogs .comments li.alt {
		background: rgba(138, 181, 43, 0.1);
	}

	/* =Social
	----------------------------------------------- */
	
	#content .social { margin: 1.5em 0 1em; }
	
	/* Edit button */
	.editor-button { 
		position:relative;
	}
	.editor-button a { 
		display:block;
		position:absolute;
		top:0;
		left:-18px;
		width:16px;
		height:12px;
		opacity:0.3;
	}
	.editor-button a:hover {
		opacity:1;
		background:none;
		cursor:pointer;
	}
	.featured .editor-button a {
		left: -39px;
	}

	.addthis_default_style {
		float: right;
		width: 140px;
	}
	
	#universal-toolbar {
		margin-top:0;
	}

	/* Various styles */
	.caps {
		color: #999;
		font-size: 13px;
		text-transform: uppercase;
	}
	


	/* -------------------------------------------- 
	   Pull Quotes
	----------------------------------------------- */
	
	/* old styles */
	.CallOutBottom { background-image:url(/assets/images/common/quotes_right.gif); background-repeat: no-repeat; }
	.CallOutTopR, .CallOutTopL, .CallOutTop { background-image:url(/assets/images/common/quotes_left.gif); background-repeat: no-repeat; }

	.CallOutTopR { float:right; width:200px; padding: 5px 0px 0px 15px; margin: 1.5em 15px 10px 0px; background-position: top left; }
	.CallOutTopL { float:left; width:200px; padding: 5px 0px 0px 15px; margin: 1.5em 15px 10px 0px; background-position: top left; }
	.CallOutTop { float:left; width:300px; padding: 5px 0px 0px 15px; margin: 1.5em 15px 10px 0px; background-position: top left; }
	.CallOutBottom { font-weight:bold; color: #993300; font-size:1.2em; background-position: bottom right; padding: 25px 0; font-style: normal; line-height: 1.2; }
	.CallOutBottom cite { font-weight:bold; font-size:90%; }
	
	/* used for resetting styles for strange blockquotes within blockquotes and divs inside blockquotes */
	.CallOutTopR .pullquote,
	.CallOutTopL .pullquote,
	.CallOutTop .pullquote,
	.CallOutBottom .pullquote {
		background: none !important;
		padding: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100% !important;
		font-weight:bold;
		color: #993300;
		font-size:115%;
	}
	/* end old styles */
	
	
	/* new styles */
	.pullquote.left {
	    float: left;
	    margin-right: 1em;
	}
	.pullquote.right { 
		float: right;
	    margin-left: 1em;
	}
	.pullquote.left, 
	.pullquote.right {
	    width: 35%;
	}
	.pullquote {
	    background-color: #ffffcc;
	    padding: .8em 1em 1em;
	    font-weight: bold;  
		font-size: 17px;  
		color: rgb(153, 51, 0);  
		background-color: rgba(85, 126, 172, 0.1);
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	}

	.pullquote cite {
		font-size: 14px; 
		font-weight: normal; 
	}

	/* -------------------------------------------- 
	   Images with Captions
	----------------------------------------------- */
	
	/* old styles */
	.ImgCaption { margin: 1.5em 10px 10px; padding: 0; border: #fff ridge 2px; }
	.ImgCaption p { font-size: .9em; font-weight: bold; color: #000; padding: 0 5px; margin: 0; }
	/* end old styles */
	
	.img-caption {
		margin-top: 1.5em;
	}
	.img-caption img {
		display: block;
	}

	.img-caption.left {
		float: left;
		margin-right: 1em;
		width:262px;
	}
	.img-caption.right { 
		float: right;
		margin-left: 1em;
		width:262px;
	}

	.img-caption .figure {
		border: 1px solid #eee;
		display: table-cell;
		padding: 5px;
		width: 100%;
	}
	.img-caption p {
		font-size:.8em;
		margin-top: 5px;
		font-style: italic;
		text-align: left;
		font-weight: bold;
	}

	
	.img-caption.center {
		margin: 0 auto;
		text-align: center;
		width:606px;
	}
	.img-caption.center .figure {
		width:606px;
	}
	@media (max-width:675px) {
		.img-caption.center {
			margin: 0 auto;
			text-align: center;
			width:100%;
		}
		.img-caption.center .figure {
			width:100%;
		}
		
		.img-caption.center .figure img {
			width: auto !important;
			height: auto !important;
		}
	}
	
	.img-caption.center img {
		margin: 0 auto;
	}

	
/*
	.img-caption p {
		font-size: .8em;
		color: #7F7F7F;
		margin: .5em 0 0;
		font-family: Arial, Helvetica, sans-serif;
	}*/

	

	/*  Sidebars */

	.ad-sidebar {
		padding:2%;
	}
	.ad-copy {
		font-size:.9em;
		margin-top:2px;
		padding:0 5px;
	}
	.view-all-related a {
		font-size:.7em;
		font-weight: bold;
		text-transform: uppercase;
	}
  .matrix-first a{
    color: #FE7805 !important;
  }
  .prev-next-entries p{
    width: 50%;
    float: left;
    padding: 15px 0px;
    margin: 0;
  }
  .taright{
    text-align: right;
  }