@charset "UTF-8";
/* CSS Document */
/* CAP CSS 2012 */

/* CSS RESET
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}


/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/*----------------------------------------------------*/
/* PRIMARY SITE STYLING */
/*----------------------------------------------------*/

/* Base Structure */

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; box-sizing: border-box; }

body {display:block;width:98%;max-width:1000px;padding:0; margin: 0 auto;}

#wrapper {width:100%; margin:0 auto; padding:0; display:block; background:#fff;}

#masthead {width:100%; margin:0; padding-left:12%;overflow:hidden; float:none;background:#fff; }  /* 120/1000 = 12% */

#container {width:88%; background:#fff; margin:0 auto; overflow:hidden; float:left;}
#core {display:block;overflow:hidden;margin:0; width:88%; float:right;}
#core.donate {display:block;overflow:hidden;margin:0;width:100%;float:none;}

#masthead.donate {padding-left:0;}

#core.series .featured {border-bottom:1px dotted #999;margin:0 0 1em;padding:0}
#core.series .featured p.byline {margin: 0;clear:none;}
#core.series .featured h5 {background:#5c89bf; margin:.25em 0 1em 52%; padding:.5em 0 .66em 1em; color:#fff; font-size:.8em;font-weight:bold;}
#core.series .featured h3 a.more {display:inline-block;}

#main {display:block;width:70.454545%;float:left;} /* 620 / 880 = 0.704545454545455 */
#widemain {display:block;width:100%}
#side {display:block;width:26.13636%;float:right;}  /* 230 / 880 = 0.261363636363636 */
#searchside {display:block;width:26.13636%;float:left; padding-right:2em;}
#footer {display:block;width:100%; clear:both;text-align:center; padding:2em 0 0 0; margin:0 auto;}

.two {display:block; width:18.181818%;}		/*  160px / 880px = 0.181818181818182  */
.three {display:block; width:28.409090%;}	/*  250px / 880px = 0.284090909090909  */
.four {display:block; width:38.6363636%;}	/*  340px / 880px = 0.386363636363636  */
.five {display:block; width:48.863636%;}	/*  430px / 880px = 0.488636363636364  */
.six {display:block; width:59.090909%;} 	/*  520px / 880px = 0.590909090909091  */
.seven {display:block; width:69.3181818%;}	/*  610px / 880px = 0.693181818181818  */
.eight {display:block; width:79.5454545%;}	/*  700px / 880px = 0.795454545454545  */
.ten {width:100%; clear:both;}

section {margin-bottom:1em;}

.mainbox { display:block; overflow: hidden; }
.mainbox img { max-width: 100%; }
.sidebox {display:block; padding-bottom:1em; overflow:hidden;}
.sidebox .icon {float:left;padding-right:1em;}

.bigbox {display:block;padding:1em;background:#eee; margin-bottom:1em;}

.insidebox {display:block;}

.box-shaded {
    float:right;
    margin-left:1em;
    width:50%;
    background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(80%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#dddddd 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#dddddd 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#dddddd 80%); /* IE10+ */
	background: linear-gradient(top, #eeeeee 0%,#dddddd 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	padding:1em 1em 0;
	overflow:hidden;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}

.quick-message {
	font-weight:normal;
	background:#eee;
	padding:1em 3em;
	margin:0 0 2em;
	font-size:1em;
	color:#036;
	}


.pre-banner {padding:.5em 0 0; font-size:.9em; clear:both; overflow:hidden;}
.pre-banner .pre-social {float:right;}

.pre-social ul {list-style:none;width:100%;}
.pre-social ul li {display:inline-block;margin-left:0;}
.pre-social li a {display:inline-block; margin-left:1em;overflow:hidden;height:32px;width:32px; background:url(/wp-content/shared/images/cap-sprite.png) no-repeat; text-indent:-9999px}
	.pre-social a.twitter {background-position: -32px 0px;}
	.pre-social a.youtube {background-position: -96px 0px;}
	.pre-social a.rss {background-position:-64px 0px;}
	.pre-social ul li span {display:inline; margin-left:.25em;padding:0; line-height:.8em;float:none;font-size:.8em;color:#666;font-weight:bold; /*background:#eee;padding:0 9px 3px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;*/}
	.pre-banner a {color:#999}

span.icon {display:inline-block; margin-right:1em;overflow:hidden;height:32px;width:32px; background:url(/wp-content/shared/images/cap-sprite.png) no-repeat; text-indent:-9999px;}
span.rss {background-position:-64px 0px;}
span.twitter{background-position: -32px 0px;}

.banner {
	display:block; text-align:center;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3);
	margin-bottom:0;
	z-index:100;
	width:100%;
	height:auto;
	}

.c4-banner {
	display:block; text-align:center;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	margin-bottom:0;
	z-index:100;
	}


.mobile-only,.no-big-screens {display:none;}


.picleft, .boxleft {float:left;margin:.25em .75em .5em 0;clear:left}
.picright, .boxright {float:right;margin:.25em 0 .5em .75em;clear:right;}
.left {float:left}
.right {float:right}
.center, .piccenter {display:block;margin-left:auto;margin-right:auto;text-align:center}
.fit {width:100%;height:auto;}
.fithalf {width:50%; height:auto;}
.last {padding-right:0;}
.sans {font-family:Calibri, "Gill Sans", Verdana, sans-serif; }
.unpadded {padding:0;}
.padright {padding-right:1em}

.valign img {vertical-align:middle;}

.split {display:block;width:50%;}

.clear {overflow:hidden;display:block}
.nobreak {display:inline-block}

/* Typography & Styling */
body {
	font-size:100%;
	font-family:Calibri, "Gill Sans", Verdana, sans-serif;
	line-height:1.5em;
	color:#333;
	-webkit-font-smoothing: antialiased;
	}

a, a:visited {color:#900; text-decoration:none}
a:hover {text-decoration:underline}

strong, b {font-weight:bold}
em, I {font-style:italic}
ul {list-style:square; margin:0 0 1em 2em;}
li {padding:0 0 .5em 0}
ul.cleanlist, ul.tightlist, ul.biglist, ul.rsslist {list-style:none; margin:0 0 1em 0;}
ul.tightlist li {padding:0}
ul.biglist li {font-size:1.1em; padding-left:3em;}
ul.openlist {list-style:none;margin:1em 0;}
ul.openlist li {padding:0 0 1em;}
ul.openlist li span {display:block;clear:left;font-size:.9em;font-style:italic; padding:.25em 0 0 0; color:#777; line-height:1.1em}
ul.openlist li.more span {display:inline;clear:none;font-style:normal;}
ul.openlist.donate li {display:inline;margin:0 1em;}

ol {list-style:outside decimal; margin-left:2em;}
ol li {line-height:1.25em;}
blockquote {padding:.5em 4em 1.5em; }

p.more, li.more {text-align:right;font-size:.8em;text-transform:uppercase; font-weight:bold; padding:0}
#main p.more {text-align:left;font-size:1em;text-transform:none; }

#side span, p.more span, a.more span, li.more span, .subscribe-box span {font-family:Arial, Helvetica, sans-serif;}

p {padding:0 0 1em 0}

h1, h2, h3, h4 {line-height:100%; font-family:  Palatino, "Palatino Linotype", "Hoefler Text", Georgia, Times, "Times New Roman", serif}
h1 {font-size:1.8em; line-height:1.25em;padding-bottom:.25em; color:#036; }
h2 {font-size:1.5em; padding-bottom:.5em;line-height:1.25em}
h3 {font-size:1.25em; line-height:1.25em; font-weight:bold;}
h4 {font-size:1.1em; line-height:1.2em; color:#666;}
h5 {font-size:1em; font-weight:normal; padding:1em 0 .5em; line-height:100%}
h6 {font-size:.9em; font-weight:bold; padding:.5em 0 .5em; line-height:1.2em; color:#666}

section h2 {padding:0;}

.quoteright, aside {
	display: block;
	width: 50%;
	padding:0 0 1em 1em;
	margin-top:-.1em;
	font-size: 1.6em;
	line-height: 1.8em;
	color: #40668d;
	text-align: right;
	float: right;
	font-family:  Palatino, "Palatino Linotype", "Hoefler Text", Georgia, Times, "Times New Roman", serif
}

.quoteleft {
	display: block;
	width: 50%;
	padding:0 1em 1em 0;
	margin-top:-.1em;
	font-size: 1.6em;
	line-height: 1.8em;
	color: #40668d;
	text-align: left;
	float: left;
	font-family:  Palatino, "Palatino Linotype", "Hoefler Text", Georgia, Times, "Times New Roman", serif
}

hr {height:0px; border-top:1px dotted #666;  margin:1em 0; clear:both;overflow:hidden;}


/* full-width shaded-box element (from print report sidebar content) */
.full-width-box {
	padding: 1em 2em;
	background-color: #ebf1f6;
	margin: 1em 1em 1.5em;
	font-size: .95em;
	line-height: 1.33em;

	}

.full-width-box h4 {
	color:#005288;
	padding-bottom:.25em;
	}


/* Navigation */
nav.topnav {width:100%; margin:.5em auto 0;}

nav.topnav ul.primary, nav.topnav ul, nav ul {list-style:none; margin:0;padding:.5em 0 1em; }
nav.topnav li, nav li {display:inline-block; padding:0 1em .5em 0px; text-transform:uppercase; font-size:1.1em;}
nav.topnav li:last-of-type, nav li:last-of-type {padding:0 0 0.5em 0;}
nav.topnav li a, nav li a:visited {color:#036; width:auto;display:inline-block}
nav.topnav li a:hover {text-decoration:none; color:#5c89bf}
nav.topnav li a.active  {border-bottom:3px solid #85C2FF}

nav ul li.issues {display:block; width:12%; padding-right:1em; float:left;} /* 120 / 1000 = 0.12 */

nav.issues h4 {color:#036;text-transform:uppercase; font-size:1.2em; font-weight:normal; font-family:Calibri, "Gill Sans", Verdana, sans-serif; padding-bottom:.5em}
nav li.issues ul {padding:1em 0 0 0}
nav li.issues li {font-size:.75em;padding:.33em 0; line-height:100%; text-transform:none; display:block; clear:right; }
nav li.issues li a {color:#666;}
nav.issues li a:hover {color:#900;}
nav li.issues li a.active {color:#900; text-transform:uppercase; border-bottom:none;}

nav.subnav ul {background:#eee; padding:.5em 0 0 1em; margin:0 0 1em 0}
nav.subnav li {font-size:1em; text-transform:none; font-weight:bold;}
nav.subnav li a {}
nav.subnav ul.progress-2050 li a {color:#f15c22}
nav.subnav ul.faith li a {color:#27479E}
nav.subnav ul.climate-migration-security li a {color:#4D95C0}
nav.subnav ul.just-jobs li a {color:#20A350}
nav.subnav ul.leadership-institute li a {color:#EF5527}
nav.subnav ul.legal-progress li a {color:#193562}
nav.subnav ul.progressive-studies li a {color:#0268A0}
nav.subnav ul.reel-progress li a {color:#D7127B}
nav.subnav ul.sustainable-security li a {color:#61A7CF}

			/* Drop Down Mega Menu */
			nav.topnav li div.drop {
					display:none;
					position:absolute;
					padding:0 1em 1em;
					background:#f5f5f5;
					border:#ccc 1px solid;
                    -webkit-border-radius: 4px;
                   border-radius: 4px;
					-webkit-box-shadow:  3px 3px 6px 0px rgba(0, 0, 0, .15);
					box-shadow:  3px 3px 6px 0px rgba(0, 0, 0, .15);
					opacity:.95;
					text-transform:none;
					font-size:.8em;
					z-index:100;
					}
			nav.topnav li:hover div.drop {display:block;}
			.drop p {line-height:1.25em;color:#000; margin:.5em 0 0  0;}
			.drop p.secondary {font-weight:bold; font-size:1.1em}
			.drop h5 {font-weight:bold; font-size:1.1em; color:#333; padding:1em 0 0;}
			.drop ul {padding-top:0;}
		   .drop a {font-weight:bold}

		   .drop ul {float:left;}
		   .drop ul.third {width:33%; display:block; padding-right:1em;}
		   .drop ul li {font-size:.9em; text-transform:none; line-height:1.2em;  display:block;clear:right; float:none;}
		   .drop ul li a {font-weight:normal;}

			/* Archive Nav */
			p.archive-nav {padding:0 0 1em 0; text-transform:uppercase; font-size:.9em; font-weight:bold;}
			#main p.archive-nav {padding:0 0 1em;}

			p.archive-nav span {font-family:Arial, Helvetica, sans-serif}
			.older {float:left;}
			.newer {float:right}





/* SEARCH */
#mainsearch {float:right;padding:.5em 0 0 0; width:22%; margin-top:-.2em;}

		/* Search Results */
		#search-input, .facetwp-search {width:100%;padding:.75em 1.5em;border:#ddd 2px solid; background:none;margin:0;}
		#search-submit {width:100%; text-align:right;}
		#search-submit img {float:right;margin-right:.5em;position:relative;top:-1.5em; }

		#search-submit img:hover {opacity:.6;}

		#exactsearchdiv {font-size:.75em; width:100%;line-height:1.25em; padding-top:.5em;}

#searchside {font-family:Calibri, "Gill Sans", Verdana, sans-serif;}
#searchside h3, #searchside h4 {font-family:Calibri, "Gill Sans", Verdana, sans-serif; font-weight:bold;padding:1em 0 .25em}

#searchside ul {list-style:none; margin-left:1em;}
#searchside ul li {padding:.25em 0 0; font-size:.9em}
#searchside ul li a {color:#666;}
#searchside ul li a:hover {color:#900;}

#searchside img.arrow {margin-right:.5em; vertical-align:middle;}

.search-result h4 {font-weight:normal; padding:1em 0 .5em;}
.search-result .excerpt {padding:0 0 .5em 0}
.search-result .timestamp {font-size:.9em; font-style:italic;}

.resultpager ul {list-style:none; padding-top:2em;}
.resultpager ul li {display:inline; margin-right:1em; font-weight:bold;font-size:.9em;}

#searchside .opened::before {content: "\25BC";display: inline;padding-right:.5em;font-size:.7em;}
#searchside .closed::before {content: "\25BA";display: inline;padding-right:.5em;font-size:.7em;}
#searchside ul.facet li {padding-left:1em;}
#searchside ul.facet.date li {padding-left:2em;}

		/* Search Results */

			#searchside ul.active-filters {margin:0 0 1em; display:block}

		    .active-filter {
		      margin: 0 0 .5em 1em;
		      padding:0 1em;
		      display:inline-block;
		      clear:right;
		      background:#eee;
		      width:auto;
		    }

		    .active-filter a {
		      background: url('/wp-content/shared/images/remove.png') 95% center no-repeat;
		      padding: .5em 2em .5em 1em;
		      color: #666;
		      text-decoration: none;
		    }


		    .search-hl {
		        background-color: #FFFF99;
		    }


/* Trending Items */
nav ul.trending {
	background: #eeeeee; /* Old browsers */
	padding:4px 0 8px 2.38095%; /* 20/840 = 0.023809523809524 */
	margin:0;
	overflow:hidden;
	width:95.4545%;  /* 840/880= 0.954545454545455 */
	height:2.2em;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 12px 0px;
	border-radius: 0px 0px 12px 0px;
	}
nav ul.trending li {text-transform:none; font-size:.85em; font-weight:bold;padding:0 10px 0 0; display:inline-block;}
nav ul.trending li a {color:#5c89bf;}
nav ul.trending li a:hover {color:#036; text-decoration:underline;}

/* Breadcrumbs */
p.breadcrumbs {color:#999;line-height:100%}  /* 20px / 620px = 0.032258064516129 */
p.breadcrumbs a {color:#999;}
p.breadcrumbs a.last {font-weight:bold;}


/* Stories */
#main article {padding: 0;}


article h2 {padding:0 0 .5em 0;}
article h3 {padding:.5em 0 .25em; color:#036; font-weight:bold}
article h4, article h5 {font-weight:bold;padding:.5em 0; font-family:Calibri, "Gill Sans", Verdana, sans-serif;}
article h4 i {font-style:normal}


.mainphoto {display:block; width:100%; height:auto;}
.photosource {font-size:.8em;color:#999;text-align:right; padding:0 0 .5em 0}
.photocaption {line-height:100%}

.storyphoto {display:block;padding:.25em 0 .5em}
.storyphoto .photosource {padding:0 0 .25em 0}
.storyphoto .photocaption {line-height:100%; font-style:italic; font-size:.9em}

/* override inline width */
.storyphoto[style] {max-width:100%;}

.byline {font-weight:bold;}

ul.storytools {display:block;list-style:none;margin:0 0 1em 0;padding:0 0 .4em;border-top:1px dotted #666;border-bottom:1px dotted #666; font-size:.9em}
ul.storytools li {display:inline-block; padding:0 .5em;}
ul.storytools li.print {padding-right:1.5em;}
ul.storytools li img {position:relative;top:.5em}

.authorblurb {font-style:italic;padding-top:1em}

.storyextra {font-size:.9em; padding: 1em 0; border-top:1px dotted #333; margin-top:1em;overflow:hidden;display:block;clear:both}

.expertise {font-style:italic; padding:0 0 1em 0;}



/* Sidebar */
#side {color:#666}
#side p {font-size:.9em; line-height:1.25em; overflow:hidden;}
#side a {color:#000}
#side a:hover {color:#900}
#side h4 {font-weight:normal; padding:0 0 .5em 0; border-bottom:1px dotted #333; margin-bottom:.5em; color:#000; font-size:1.1em;font-family:Calibri, "Gill Sans", Verdana, sans-serif;}
#side h5 {font-weight:bold; margin:.5em 0; font-family:Calibri, "Gill Sans", Verdana, sans-serif;}

#side ul li, #side ul li span {font-size:.9em; }
#side .cleanlist ul {padding:0;}
	#side .cleanlist ul:last-child {padding-bottom:0;}
#side .cleanlist li {padding:.5em 0;line-height:1.25em}
#side .cleanlist li a {}

#side .sidebox .plainbutton {margin:1em 0}

#side .series-box {
		display:block;
		width:97.4%;
		background:#7fa2cd;
		padding:1em 1em 0;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
		box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
		margin:0 2.6% 2em 0;
		color:#fff;
   }

.sidebox .error {display:inline-block;clear:left; color:#c00;}

.person.sidebox:before {
	content: "Contact";
	font-weight: normal;
	padding: 0 0 .5em 0;
	border-bottom: 1px dotted #333;
	margin-bottom: .5em;
	color: #000;
	font-size: 1.1em;
	font-family: Calibri, "Gill Sans", Verdana, sans-serif;
	display: block;
}

#contact-button-seperator {
	display: none;
}

span#twitter-follow {
	margin-left: 0 !important;
	display: block;
}

#contact-modal-link {
	display: block;
}

/* Footer */
#footer .two {float:left; margin-right:2.272727%;}    /* 20px/880px = 0.022727272727273*/
#footer ul {text-align:left;list-style:none;color:#ccc}
#footer ul li {padding:0 0 .5em 0;line-height:1.1em; font-size:.8em}
#footer h5 {text-align:left; color:#777; font-weight:bold;font-family:Calibri, "Gill Sans", Verdana, sans-serif; }
#footer .last {margin-right:0;}
#footer ul.donate {text-align:center;}

#footer a {color:#999}
#footer a:hover {color:#900}


/* Base infobox */

		.infobox {padding:0 0 1.5em 0; overflow:hidden;}
		.infobox .thumb {float:left; margin:.2em 1em 0 0; width:16.1290%; height:auto;} /* 100 / 620 = 0.161290322580645 */
		.infobox h4 {font-weight:normal;margin-left:19.3548%;padding-bottom:.5em; line-height:1.25em;} /* 120 / 620 = 0.193548387096774 */
		.infobox h5 {text-transform:uppercase;font-size:.8em;font-weight:bold;color:#666; padding:0;margin:0 0 .25em; margin-left:19.3548%; color:#5c89bf}
		.infobox p {margin-left:19.3548%;line-height:1.25em;padding:0}
		.infobox p.byline, .infobox p.timestamp {font-size:.9em;font-style:italic; padding:.25em 0 0 0; color:#777; line-height:1.1em;font-weight: normal;}
		.infobox p.byline a {
			color: #777;
		}
		.infobox p.timestamp::first-letter,
		.infobox p.byline::first-letter {
			text-transform: uppercase;
		}
		.content-plus {
			display:inline-block;
			font-size:.66em;
			text-transform:uppercase;
			background:#eee;
			border:#bbb solid 1px;
			padding:.1em .5em 0;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			margin-right:.75em;
			font-weight:bold;
			line-height:1.33em;
			position:relative;
			top:-.1em;
			}

		.content-plus img.icon {margin:0 .5em 0 0;height:.8em;width:auto; position:relative;top:1px;}
		.content-plus img.smallicon {margin:0 .5em 0 0;height:1.1em;width:auto; position:relative;top:2px;}

		a.content-plus:hover {text-decoration:none; color:#C00;}
		.content-plus:hover {
		-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
		box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);}
		.infobox a h4 {color:#900}


		.expert h4, .expert h5, .expert p {}

		.thumbless p, .thumbless h4, .thumbless h5, .thumbless {margin-left:0;}

		/* Side infobox */
		#side .infobox h4 {font-weight:normal;margin-left:0;padding:0 ; line-height:1.25em; border:0;}
		#side .infobox a h4 {color:#333; font-size:.9em; font-family:Calibri, "Gill Sans", Verdana, sans-serif; }
		#side .infobox p {margin-left:0;line-height:1.25em;padding:0}
		#side .thumb {float:right; margin-top:4px; padding:0; margin:0 0 .5em 1em; width:43.47%;height:auto;} /* 100 / 230 = 0.434782608695652  */
		/*#side a {color:#333;}*/
		#side .about a {color:#900;}

		#side .about p {line-height:1.5em;}


		/* Infoboxes for wide page & archives */
		#widemain .row {border-bottom:1px dotted #999; margin-bottom:1em;}
		#widemain .infobox {width:31.8181%;float:left; overflow:hidden; padding:0 .5em 1em 0; margin-right:2.27%;} /* 880/3 = 280 / 880 = 0.318181818181818 */
		#widemain .last {margin-right:0}

		#widemain .infobox .thumb {float:right; margin:4px 0 .25em .5em;width:36.63%;height:auto;} /* 100 / 273 = 0.366300366300366 */
		#widemain .latest .thumb {width:42%;height:auto;}  /* 100 / 241 = 0.4149377593361 */
		#widemain .infobox h4 {font-weight:normal;margin-left:0;padding-bottom:0; line-height:1.25em; font-size:1em;}
		#widemain .infobox p {clear:both; padding:1em 0 0 0;margin:0;}
		#widemain .infobox p.timestamp {padding:.5em 0;}

		.series #widemain .latest {padding:1em 1em .5em 1em;}


/* Stand-alone two-column boxes */
.solo {width:48.3870%;overflow:hidden; padding:0 .5em 1em 0; margin:.5em 0 .5em 0;} /* 300 / 620 = 0.483870967741935 */
.solo .thumb {float:right; margin:4px 0 .25em .5em;width:36.63%;height:auto;} /* 100 / 273 = 0.366300366300366 */
.solo .latest .thumb {width:42%;height:auto;}  /* 100 / 241 = 0.4149377593361 */
.solo h4 {font-weight:normal;margin-left:0;padding-bottom:0; line-height:1.25em; font-size:1em;}
.solo p {clear:both; padding:.5em 0 0 0;margin:0;}
.solo p.timestamp {padding:.5em 0;}


/*  Forms  */
/*  One form to rule them all, one form to find them, one form to bring them all, and in the darkness bind them.*/

		.oneform {
			background:#EBF5FF;
			padding:1em 2em;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			-webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
			box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
			margin-right:6px;
			font-family:Arial, Helvetica, sans-serif;
			}

		.oneform label {margin-top:1em; display:inline-block;}
		.oneform h3, .event .oneform h3 {padding:.5em 0 1em;}
		.oneform input[type="text"] {width:100%; border:#ddd solid 1px;padding:.5em; font-size:.9em; margin:0;}
		.oneform input.smallfield {float:right;width:33%;border:#ddd solid 1px;padding:.5em;}
		.oneform textarea {width:100%; height:5em; border:#ddd solid 1px;padding:.5em;font-size:.9em;margin-bottom:1em; font-family:Arial, Helvetica, sans-serif;}
		.oneform textarea.tall {height:12em; padding:.5em}
		.oneform .error {color:#c00;font-style:italic; line-height:1.2em;font-size:.9em; clear:right;display:block; padding:.5em 0 0 0;margin:0;}
         .oneform .select-style {border:#ddd solid 1px;padding:.5em 0 .5em 1em;display:block; width:100%;overflow:hidden; background:#fff;}
	    .oneform .select-style select{width:100%; font-size:.8em; margin:0; background:#fff; border:0;outline:none;display:inline-block; -webkit-appearance: none}
         .oneform .select-style .error {position:relative;}

		/* Subscription Page */
		.subscribe-box {display:block;}
		.subscribe-box a {display:inline-block; font-style:italic; font-size:.9em}
		.subscribe-box p {line-height:1.25em; padding:0;font-size:.9em;}
		.subscribe-box h5 {font-weight:bold;font-style:italic;}


		/* Donation Page */
		section.legal {font-size:.9em;padding-top:2em; display:block;overflow:auto;}

		#side p.big-side-blurb {font-size:1em; line-height:1.5em;}


		/* Subscribe box on home page */
		.subscribe form input {border:1px solid #ccc;padding:4px; width:60%;}
		.subscribe .button {float:right;width:35%;}


		/* Contact Popup Box */

		.contact-box {
			margin:1em auto 0;
			display:block;
			width:30em;
			overflow:hidden;
			}

		.contact-elements .plainbutton, .rsvpform .plainbutton {width:50%;display:block;float:left;}
		.contact-elements form textarea {text-align:left;color:#666;max-width:100%;}
		.contact-elements form .error {color:#c00;font-style:italic; line-height:1.25em;}

		.noTitleBar .ui-dialog-titlebar {display:none}


/* Buttons */

		/* Plainbutton is for simple and minimal for use in front of more graphical backgrounds or elements */
		.plainbutton {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dedede) );
			background:-moz-linear-gradient( center top, #ffffff 5%, #dedede 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede');
			background-color:#ffffff;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			border:1px solid #cccccc;
			display:inline-block;
			color:#333333;
			font-size:.9em;
			font-weight:bold;
			padding:.5em 1em;
			text-decoration:none;
			text-shadow:1px 1px 0px #ffffff;
			}

		.plainbutton:hover {
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f8f8), color-stop(1, #dadada) );
			background:-moz-linear-gradient( center top, #f8f8f8 5%, #dadada 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dadada');
			background-color:#dadada;
			border:1px solid #bbbbbb;
			text-decoration:none;
			color:#900;
			}

		.plainbutton:active {
			position:relative;
			top:1px;
		}

		/* Basic button is for standard use, with no background or elements behind it */
		.button {
		 display:block;
		   border-top: 0; border-left:0;
		   background: #65a9d7;
		   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
		   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
		   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
		   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
		   background: -o-linear-gradient(top, #3e779d, #65a9d7);
		   padding: .5em 1em;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			border:1px solid #28597a;
		     color: white;
		   font-size: .7em;
		   font-weight:bold;
		   text-decoration: none;
		   vertical-align: middle;
		   }

		.button:hover {
		   border-top-color: #28597a;
		   background: #28597a;
		   color: #fff;
		   }

		 .button:active {
		   border-top-color: #1b435e;
		   background: #1b435e;
		   }

		/* Big Button is for big things like actions or donation pages */
		.big {font-size:1.1em;}

		/* Smallbutton is for small uses like "close" buttons and such */
		.smallbutton {
		 	padding:0 1em;
		 	background:#036;
		 	color:#fff;
		 	font-size:.9em;
		 	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dedede) );
			background:-moz-linear-gradient( center top, #ffffff 5%, #dedede 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede');
			background-color:#ffffff;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			border:1px solid #cccccc;
			display:inline-block;
			color:#333333;
		}

.smallbutton:hover {
			text-decoration:none;
			color:#900;
			}




/* ISSUES PAGE */

h1.issuehead {border-bottom:1px dotted #85C2FF; padding-bottom:.25em;margin-bottom:.5em; color:#333; font-family:Calibri, "Gill Sans", Verdana, sans-serif; }

.issuehead {border-bottom:1px dotted #85C2FF; padding-bottom:.25em;margin-bottom:1em;}
.issuehead h1 {color:#333; font-family:Calibri, "Gill Sans", Verdana, sans-serif;}
.issuehead p.tag-tease {
	padding:0 10% .25em 0;
	line-height:1.25em;
}

.highlighted-header {border-bottom:1px dotted #85C2FF; padding-bottom:.25em; margin-bottom:.5em; color:#333; }

p.issue-blurb {display:block;float:right; width:50%; padding:0; color:#777; font-size:.8em; line-height:1.2em; font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;  background:#EBF5FF; padding:1em;  float:right; position:relative;top:-5em; margin-bottom:-3em;}
p.issue-blurb span {text-transform:uppercase;}

/* Base feature box */
.featured {padding:0 0 1em 0; }
.featured h2 {font-size:1.5em;line-height:1.25em; margin:0 0 0 52%; padding:0}
.featured h3 {font-size:1.25em;line-height:1.25em; padding:.5em 0 .5em 0; margin-left:52%; color:#666; font-weight:normal;}
.featured h2 a, .featured h3 a, .featured h3 a {text-decoration:none; color:#900}
.featured h2 a:hover, .featured h3 a:hover, .featured h3 a:hover {text-decoration:none; color:#900}

.featured p {margin-left:52%;}
.featured p.tease {padding:0 0 .5em 0; line-height:1.25em;margin:0 0 0 52%; }
.featured p.byline {font-size:.8em;color:#666;padding:0;margin:0 0 0 52%; line-height:1.25}

img.featured-pic {width:50%;height:auto;}


/* Sub-features */

.home .featured {padding:0}
.home .featured a {padding:0;}
.home .featured a h2 {color:#333}
.home .featured a:hover h2, .home .featured a:hover h3, .home .sub-featured a:hover h4 {color:#900; text-decoration:none}
.home .featured h2 {font-size:1.75em; margin:0; padding:0 0 .2em 0}
.home .featured h3 {font-size:1.5em}
.home .featured h3, .home .featured p {margin-left:0;}
.home .featured p.tease {line-height:1.25em; padding:.5em 0}
.home .featured p.byline {padding:0}

.home img.featured-pic {width:100%}

.home .sub-featured {border:0; padding:1em 0 0 0; overflow:hidden;background:none}
.home .sub-featured .infobox {padding:0; overflow:hidden; width:48.3870% ;margin-right:0; border-right:0} /* 300 / 620 = 0.483870967741935 */
.home .sub-featured .infobox h4 {padding-right:1em;font-weight:normal; color:#666;font-size:1.2em;margin-left:0%; color:#333;}
.home .sub-featured .infobox p {padding:.5em 1em 0 0; margin:0; font-family:Calibri, "Gill Sans", Verdana, sans-serif; font-size:1em}
.home .sub-featured .infobox p.byline  {font-size:.8em;color:#666;padding:.75em 0 0 0}

.home .sub-featured .infobox .thumb {width:100%;height:auto;margin:0 0 .5em 0;} /* 295 / 620 = 0.475806451612903   */
.home .sub-featured .right {float:right;}


.sub-featured {display:block;padding:1em 0;overflow:hidden; border-bottom:1px dotted #85C2FF; border-top:1px dotted #85C2FF; margin-bottom:2em; }
.sub-featured .infobox {padding:0; overflow:hidden; width:31.894%;float:left; margin-right:2.159%; padding:0 1em 0 0; border-right:1px dotted #85C2FF;}  /*    19 / 880 = 0.021590909090909     */

.sub-featured img.featured-pic {width:50%;height:auto;}

.sub-featured .infobox .thumb {width:37.9%; height:auto; float:right;margin:0 0 0 .5em;}
    .sub-featured .last {margin-right:0; border-right:0;padding-right:0;}

.sub-featured .infobox a {color:#333;}
.sub-featured .infobox h4 {font-weight:normal;font-size:1em;margin-left:0;padding:0; display:block;}


/* Projects stuff */

.project-banner {display:block;margin:0 auto;padding:0; text-align:center; width:80%;height:auto;margin-bottom:2em;}

.project h2, .project h3 {margin-left:50%;width:50%;}
.project p.tease  {width:100%;clear:both; margin-left:0; font-size:1.1em; padding-top:.5em;margin-left:0}
.project p.byline {margin-left:0; font-size:1em;}
.project img.project-feature-pic {width:50%; float:left; margin-right:2.5%; margin-top:.2em;}

img.projectlogo {padding:0 0 .5em;}

/* Archives calendar */

#wp-calendar, #wp-calendar table {width:100%; text-align:center}
#wp-calendar caption {font-weight:bold;padding:5px 0;background:#D6EBFF; color:#999}
#wp-calendar tr th {font-weight:bold; padding:5px 0; background:#eee;}
#wp-calendar tbody tr td {padding:10px 0; background:#fff; font-size:.9em}
#wp-calendar tfoot tr td {font-weight:bold;padding:5px 0;background:#D6EBFF;}
#wp-calendar a {color:#333}
#wp-calendar a:hover {color:#900;}

/* Tag */


/* Pulse */

.pulse, .chromebox {
		background: #eeeeee; /* Old browsers */
		background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 80%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(80%,#dddddd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #eeeeee 0%,#dddddd 80%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #eeeeee 0%,#dddddd 80%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #eeeeee 0%,#dddddd 80%); /* IE10+ */
		background: linear-gradient(top, #eeeeee 0%,#dddddd 80%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
		padding:1em;
		margin:0 0 2em 0;
		overflow:hidden;
		width:100%;
		-moz-border-radius-topleft: 12px;
		-moz-border-radius-topright: 12px;
		-moz-border-radius-bottomright: 12px;
		-moz-border-radius-bottomleft: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		}

#side .pulse ul {margin:1em 0;}
#side .pulse ul li {margin-bottom:.5em; padding:0; list-style:none; color:#666; }
#side .pulse ul li span {display:inline-block; clear:right; font-size:.75em;text-transform:uppercase;clear:right; display:block; color:#5c89bf}
#side .pulse ul li a {color:#333; font-weight:normal; font-size:1em;}
#side .pulse ul li a:hover {color:#900;}

#side .pulse ul:last-child {margin-bottom:0}

#side .pulse h4 {border-bottom:1px dotted #036; font-size:1.2em; padding-bottom:.25em; color:#036;}
.pulse h5 {font-weight:normal;padding:0; margin:2em 0 0 0; font-size:.8em;text-transform:uppercase;}
.pulse h5 a {color:#fff;font-weight:bold;}


/* Cartoon */
.cartoon img {width:100%;height:auto;}

#side h5 {padding:0; line-height:1.25em;}

.recent-cartoons article {margin-bottom:1em}

.recent-cartoons article p img {width:80%;height:auto; display:block;margin-left:auto;margin-right:auto;}
.recent-cartoons h3 {padding-top:.5em}
.recent-cartoons .byline {font-weight:normal; padding-top:.5em;}




/* WAR MODE */

.war {display:block;width:100%;overflow:hidden;}
.war .big-pic {
		-webkit-box-shadow:  0px .5em 1em 0px rgba(0, 0, 0, .4);
        box-shadow:  0px .5em 1em 0px rgba(0, 0, 0, .4);
        }

.warbox {margin:-.5em 0 1em 0; padding:1em 2.2727% 0;background:#ddd;overflow:hidden;}
.warbox .col {float:left;margin-right:2.2727%;}
.warbox .last {margin-right:0;}
.warbox p {line-height:1.2em; font-size:.9em;}
.warbox h4 {
	margin-bottom:.25em;
	color:#333;
	font-size:1.33em;
	font-weight:bold;
	line-height:1.2em;
	}
.warbox h5 {font-size:1em;padding:0 0 .25em; line-height:1.1em; font-weight:bold;color:#333;}
.warbox p a {display:inline-block;}
.warbox .col img {padding-bottom:.5em; width:100%;height:auto;}


/* Warbox grid is a little different from the main grid because of the interior padding.... a single column is 66px live total width is 840px */
.warbox .two {width:18.095%;}			/* 152 / 840 =  0.180952380952381 */
.warbox .three {width:28.333%;}		/* 238 / 840 =  0.283333333333333 */
.warbox .four {width:38.571%;}		/* 324 / 840 =  0.385714285714286 */

.warbox .onethird{width:31.66%}     /* 266 / 840 = 0.316666666666667*/

.home .war .sub-featured {width:100%;}
.home .war .sub-featured .infobox {display:block;width:31.8181%;margin-right:2.2727%;} /* 280 / 880 = 0.318181818181818  */
.home .war .sub-featured .last {margin-right:0}


/* EVENTS STUFF */
.event {display:block;padding:20px 0 0 0;}
.event h2 {padding:0;margin:0}
.event h4 {font-weight:normal; padding:.5em 0 1em; font-size:1em; font-weight:bold; font-family:Calibri, "Gill Sans", Verdana, sans-serif;}
.event span {font-family:Arial, Helvetica, sans-serif}

.event .special {font-style:italic;color:#47A3FF}

article.event {border-top:0;}

h4.dividerhead {font-family:Calibri, "Gill Sans", Verdana, sans-serif;color:#036;}

/* Jobs Stuff */
.job h3 {padding:.5em 0;}
.job p {padding:.5em 0 0;margin:0;}
.job p.read-full {font-size:1em; font-weight:normal; padding:.5em 0 1em 0}
.job span {font-family:Arial, Helvetica, sans-serif}

/* Reports Stuff */

ul.readbox {text-align:center;padding:1em 1em .5em 1em;list-style:none; margin:0 0 1em 1em; width:31.8181%; float:right; background:#eee;}  /* 200 / 620 = 0.318181818181818*/
ul.readbox li {text-align:center; font-size:.9em;line-height:1.2em;color:#333; padding:.5em 0}
ul.readbox li a {font-weight:bold}
ul.readbox h3 {padding-bottom:4px;margin-bottom:.5em;text-align:center; font-family:Calibri, "Gill Sans", Verdana, sans-serif; color:#036;font-size:1.4em;}
img.cover {
-webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .25);
-moz-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .25);
box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .25);
	margin-bottom:1em;
	}


#side .reports img.thumb {width:50%;height:auto;margin:.25em 0 .5em 1em; border:#ccc solid 1px}
#side .reports h5 {text-transform:none; font-size:1em;margin:0; color:#333;}


.sub-featured .report img.thumb{width:40%;height:auto;}
.sub-featured h5 {font-size:1em;font-weight:normal; font-style:italic;color:#666; padding-top:.5em; text-transform:none; line-height:1.25em}

.sub-featured .report h5 {margin-left:0}

/* Special Sections */

.special-intro {padding:0;margin-bottom:1.5em; border-bottom:1px dotted #85C2FF; }
.special-intro .contributors li {font-size:.9em;}

section .releases {margin-bottom:2em;}




/* "Latest" special styling */

		#main article.latest, .latest {
			display:block;
			border:1px solid #ccc;
			padding:1em 1em 0;
			margin-bottom:2em;
			position: relative;
		  	z-index: 90;
			}

				#main article.latest img {width:100%;height:auto;}


		.latest h4 {padding-right:5em}
		.latest h4.unpadded {padding-right:0}


		/* Sexy CSS Corner Ribbon */

		.ribbon-wrapper {
					  width: 7.5em;
				  	  height: 8em;
					  overflow: hidden;
					  position: absolute;
					  top: 0;
					  right: 0;
			}

		.ribbon {
					  font-size: .7em;
					  font-weight:bold;
					  text-align: center;
					  -webkit-transform: rotate(45deg);
					  -moz-transform: rotate(45deg);
					  -ms-transform: rotate(45deg);
					  -o-transform: rotate(45deg);
					  position: relative;
					  padding: 7px 0 7px 1em;
					  left: -5px;
					  top: 15px;
					  width: 14.5em;
					  background-color: #5c89bf;
					  background-image:  -webkit-gradient(linear, left top, left bottom, from(#5c89bf), to(#4F7FBA));
					  background-image:  -webkit-linear-gradient(top,#5c89bf, #4F7FBA);
					  background-image:  -moz-linear-gradient(top, #5c89bf, #4F7FBA);
					  background-image:  -ms-linear-gradient(top, #5c89bf, #4F7FBA);
					  background-image:  -o-linear-gradient(top, #5c89bf, #4F7FBA);
					  color: #fff;
					  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
					  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
					  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
			}

		.ribbon:before {left: 0;}
		.ribbon:after {right: 0;}

ul .rsslist {list-style: none}
.rsslist a img {list-style:none;margin-right:1em; vertical-align:middle}

.releases ul.openlist li {line-height:1.25em;}


.logobox {margin:1em 0; overflow:hidden;}
.logobox ul {list-style:none; margin-left:2%;  float:right;width:23%;}
.logobox ul li  {margin-right:1em; font-size:.9em;}
.logobox p {width:70%;float:left;}


/* @group Flowplayer Code */

a.videobox {
    display: block;
    border: none;
    text-decoration: none;
    width: 400px;
    height: 300px;
    position: relative;
    background: center center no-repeat;
}

.video_container {
    position: relative;
    height: 335px;
    width: 400px;
}

.video_container.picright {
        margin-left: 1em;
}

#flashcontent .video_container {
    float: left;
    margin-right: 18px;
    margin-left: 0;
}

.video_embed {
    width: 400px;
    height: 300px;
    position: absolute;
    overflow: visible;
    padding: 0;
    top: 0;
    left: 0;
    display: none;
    font: .8em Verdana, Arial, sans-serif;
}

.video_embed textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 280px;
    padding: 5px;
    overflow:auto;
    font-size:.9em;
}

img.video_play_button {
    margin-left: 159px;
    margin-right: 159px;
    margin-top: 110px;
}

.toggleEmbed {
    background:#fff url(https://cdn.americanprogress.org/wp-content/uploads/images/rd2/styles/cssimages/connect-bg.jpg) repeat-x top left;
    border: 1px solid #ccc;
    padding: 3px;
    float: right;
    font: .8em "Lucida Grande", Lucida, Arial, sans-serif;
}

#multiheader .video_container {
    float: left;
    margin-right: 18px;
}

/* @end Flowplayer Code */

/* Youtube Shortcode markup */
.embed-video-169 {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-video-43 {
    position: relative;
    padding-bottom: 75%; /* 4/3 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-video iframe,
.embed-video object,
.embed-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Gravity Forms */
.gf-hidden {display:none;}
