/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 14px;
	padding-bottom: 5px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	position: absolute;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
#bit, #bit * {
	*zoom: 1;
}

#bit {
	font: normal 13px "Helvetica Neue", sans-serif;
	_display: none;
}

.loggedout-follow-shelf {
	position: fixed;
	right: 40%;
	z-index: 100;
	bottom: -300px;
}

.loggedout-follow-normal {
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

.loggedout-follow-typekit {
	margin-right: 4.5em;
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font: normal 13px/28px "Helvetica Neue", sans-serif;
	color: #CCC;
	text-shadow: #444 0 -1px 0;
	letter-spacing: normal;
	border: 0;

	background-color: #464646;
	background-image: -ms-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -moz-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: -o-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#3f3f3f));
	background-image: -webkit-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: linear-gradient(bottom, #464646, #3f3f3f 5px);

	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.20);

	outline-style: none;
	outline-width: 0;
}

#bit a.bsub {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#bit a.bsub span {
	background: url(/wp-content/blog-plugins/loggedout-follow/../../mu-plugins/admin-bar/wpcom-admin-bar-icons.png) 0 -77px no-repeat;
	padding-left: 20px;
	padding-right: 6px;
}

#bit a:hover span, #bit a.bsub.open span {
	color: #ffffff !important;
	background-position: 0 -117px;
}

#bit a.bsub.open {
	background: #333;
}

#bitsubscribe {
	background: #464646;
	color: #fff;
	padding: 15px;
	width: 200px;
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	*float: right;
	*margin-right: -68px;
}

div#bitsubscribe.open {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#bitsubscribe div {
	overflow: hidden;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font: 15px/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	color: #fff;
}

#bitsubscribe p a {
	margin: 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
}

#bitsubscribe input[type=submit] {
	padding: 2px 20px;
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#111 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#111 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#111 100%);
	color: #ccc;
	text-shadow: 0 1px 0 #000;
	border: 1px solid #282828;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-shadow: inset 0 1px 0 #444;
	-webkit-box-shadow: inset 0 1px 0 #444;
	box-shadow: inset 0 1px 0 #444;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	*margin: 1em 0 1em 0;
}

#bitsubscribe input[type=submit]:hover {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#222 100%);
	color: #fff;
	-moz-box-shadow: inset 0 1px 0 #4f4f4f;
	-webkit-box-shadow: inset 0 1px 0 #4f4f4f;
	box-shadow: inset 0 1px 0 #4f4f4f;
	text-decoration: none;
}

#bitsubscribe input[type=submit]:active {
	background: #111; /* Old browsers */
	background: -moz-linear-gradient(top, #111 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #111 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #111 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #111 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #111 0%,#222 100%);
	color: #aaa;
	-moz-box-shadow: inset 0 -1px 0 #333;
	-webkit-box-shadow: inset 0 -1px 0 #333;
	box-shadow: inset 0 -1px 0 #333;
	text-decoration: none;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	height: auto;
	padding: 1px 2px;
	width: 95%;
}

#bitsubscribe input[type=text]:focus,
#bitsubscribe input[type=email]:focus {
	border: 1px solid #000;
}

#bitsubscribe.open {
	display: block;
}

#bsub-subscribe-button {
	text-align: center;
	margin: 0 auto;
}

/*
Confirmation
=============================== */

#bitsubscribe #lof-readerpromo p {
	color: #ccc;
}

#bitsubscribe #lof-followpublicize {
	border-top: 1px solid #3c3c3c;
	margin-bottom: .5em;
}

#bitsubscribe #lof-followpublicize h3 {
	font-size: 13px;
	padding-top: 1em;
	margin-bottom: 1em !important;
}

#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter,
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	background: #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 1px #333;
	-webkit-box-shadow: inset 0 1px 1px #333;
	-o-box-shadow: inset 0 1px 1px #333;
	-ms-box-shadow: inset 0 1px 1px #333;
	box-shadow: inset 0 1px 1px #333;
	margin-bottom: .5em;
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter {
	padding: 10px 10px 5px;
}

/*
Footer
=============================== */

#bitsubscribe #bsub-credit {
	text-align: center;
	font: normal 11px "Helvetica Neue", sans-serif;
	padding: 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #aaa;
	text-shadow: 0 1px 0 #262626;
	background: none;
	text-decoration: none;
}

#bitsubscribe #bsub-credit a:hover {
	color: #fff;
	background: none;
}

@media (max-width: 800px) {
	#bit, #bit a.bsub {
		display:none;
	}
}

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Make sure the margin around the WordPress logo is a bit relaxed, and the WordPress icon aligns to the sidebar icons */
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 8px 0 -1px;
}

/* @noflip */
#wpadminbar.rtl ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 -1px 0 -8px;
}


/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Don't show the Edit icon in the admin bar */
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	display: none;
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons !important;
}

.noticon {
	font-family: "Noticons" !important;
}#pbd-alp-load-posts,.ajax-loaded{
	clear:both;
}

#pbd-alp-load-posts {
	display: block;
	text-align: center;
	padding: 0;
	color: #444;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 1px #888;
	-webkit-box-shadow: 0px 1px 1px #888;
	box-shadow: 0px 1px 1px #888;
	background-color: #f2f2f2;
	background: -moz-linear-gradient(100% 100% 90deg, #e4e3e3, #f2f2f2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#e4e3e3));
	background: -webkit-linear-gradient(#f2f2f2, #e4e3e3);
	background: -o-linear-gradient(#f2f2f2, #e4e3e3);
	margin-top:24px;
}

#pbd-alp-load-posts a {
	background:url(/wp-content/themes/vip/ted2012/plugins/ajax-load-posts/css/../../../images/arrows_load-more.png) center center no-repeat transparent;
	color: #000;
	text-decoration: none;
	display: block;
	font-weight:bold;
	text-align: center;
	padding: 12px 0;
	outline:0;
}

#pbd-alp-load-posts a.nomore{background-image:none;}/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot);
  src: url(/i/noticons/./Noticons.eot?#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(/i/noticons/./Noticons.woff) format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-menu:before { content: "\f419"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-month:before { content: "\f307"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .5em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
@font-face{font-family:"icons";src:url(/wp-content/themes/vip/ted2012/css-v2/fonts/icons-ecabf0484396745cac2af9b65064a800.eot);src:url(/wp-content/themes/vip/ted2012/css-v2/fonts/icons-ecabf0484396745cac2af9b65064a800.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/vip/ted2012/css-v2/fonts/icons-ecabf0484396745cac2af9b65064a800.woff) format("woff"),url(/wp-content/themes/vip/ted2012/css-v2/fonts/icons-ecabf0484396745cac2af9b65064a800.ttf) format("truetype"),url(/wp-content/themes/vip/ted2012/css-v2/fonts/icons-ecabf0484396745cac2af9b65064a800.svg?#webfont) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"Helvetica Neue Custom";src:url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-045-n.eot);src:url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-045-n.eot?#iefix) format("embedded-opentype)", "url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-045-n.woff) format("woff)", "url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-045-n.ttf) format("truetype");font-weight:300}@font-face{font-family:"Helvetica Neue Custom";src:url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-055-n.eot);src:local("Helvetica Neue"),url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-055-n.eot?#iefix) format("embedded-opentype)", "url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-055-n.woff) format("woff)", "url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-055-n.ttf) format("truetype");font-weight:400}@font-face{font-family:"Helvetica Neue Custom";src:url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-075-n.eot);src:local("Helvetica Neue Bold"),local("Helvetica Neue"),url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-075-n.eot?#iefix) format("embedded-opentype)", "url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-075-n.woff) format("woff)", "url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-075-n.ttf) format("truetype");font-weight:700}@font-face{font-family:"Helvetica Neue Custom";src:url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-085-n.eot);src:url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-085-n.eot?#iefix) format("embedded-opentype)", "url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-085-n.woff) format("woff)", "url(/wp-content/themes/vip/ted2012/css-v2/fonts/hn-085-n.ttf) format("truetype");font-weight:900}/*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:0.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:14px;line-height:1.5}body{background:#FAFAFA;color:#333;font-family:"Helvetica Neue Custom","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}body,input,select{font-smooth:always;-webkit-font-smoothing:antialiased}a{color:#333;text-decoration:underline;-moz-transition:color 0.2s;-o-transition:color 0.2s;-webkit-transition:color 0.2s;transition:color 0.2s}.inverse a,.home .featured .details-wrap a{color:#FFF}a:hover{color:#333}.inverse a:hover,.home .featured .details-wrap a:hover{color:#FFF}h1,h2,h3,h4,h5,h6{font-size:100%;margin:0}hr{width:100%;height:1px;border:none;border-top:1px solid #F3F3F3;background:#fff;margin-bottom:20px}p{margin:0 0 20px}.area--shaded{background:#f3f3f3}.clearfix,.home .featured-wrap,.home-widgets,#home-filters{*zoom:1}.clearfix:after,.home .featured-wrap:after,.home-widgets:after,#home-filters:after{content:"";display:table;clear:both}.copy{max-width:62em}.container,.header__container,#content,#related-posts{*zoom:1;clear:both;float:none;margin:0 auto;max-width:1240px;padding:0 20px;position:relative}.container:after,.header__container:after,#content:after,#related-posts:after{content:"";display:table;clear:both}.image{margin-bottom:10px;max-width:100%}.inverse,.home .featured .details-wrap{color:#FFF}.hidden{display:none}.invisible{visibility:hidden}.module>*:last-child,.home .featured .details-wrap>*:last-child,#main h1.page-title-meta>*:last-child,.module>*:last-child>*:last-child,.home .featured .details-wrap>*:last-child>*:last-child,#main h1.page-title-meta>*:last-child>*:last-child,.module>*:last-child>*:last-child>*:last-child,.home .featured .details-wrap>*:last-child>*:last-child>*:last-child,#main h1.page-title-meta>*:last-child>*:last-child>*:last-child{margin-bottom:0}.text-center{text-align:center}.text-justify{text-align:justify}.text-left{text-align:left}.text-right{text-align:right}.relative{position:relative}.screen-reader-text{left:-9999px;position:absolute;top:-9999px}.sl{list-style:none;margin:0;padding:0}.spinner--centered{top:50% !important;left:50% !important}.loggedout .loggedin-only{display:none}.loggedin .loggedout-only{display:none}.show-xs,.show-sm,.show-lg{display:none}@media only screen and (min-width: 480px){.hide-xs{display:none}.show-xs{display:block}}@media only screen and (min-width: 600px){.image--left,.image--right{max-width:40%}.image--left{float:left;margin-right:20px}.image--right{float:right;margin-left:20px}}@media only screen and (min-width: 768px){.hide-sm{display:none}.show-sm{display:block}}@media only screen and (min-width: 1024px){.hide-lg{display:none}.show-lg{display:block}}@media only screen and (min-width: 1200px){.container,.header__container,#content,#related-posts{padding:0 40px}}.row,#inner-content{*zoom:1;margin-left:-40px}.row:after,#inner-content:after{content:"";display:table;clear:both}.col,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.fourcol,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.eightcol,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{padding-left:40px;float:left;width:100%}.col>*:first-child,.col>*:first-child>*:first-child,.col>*:first-child>*:first-child>*:first-child,.col-xs-1>*:first-child,.col-xs-1>*:first-child>*:first-child,.col-xs-1>*:first-child>*:first-child>*:first-child,.col-xs-2>*:first-child,.col-xs-2>*:first-child>*:first-child,.col-xs-2>*:first-child>*:first-child>*:first-child,.col-xs-3>*:first-child,.col-xs-3>*:first-child>*:first-child,.col-xs-3>*:first-child>*:first-child>*:first-child,.col-xs-4>*:first-child,.col-xs-4>*:first-child>*:first-child,.col-xs-4>*:first-child>*:first-child>*:first-child,.col-xs-5>*:first-child,.col-xs-5>*:first-child>*:first-child,.col-xs-5>*:first-child>*:first-child>*:first-child,.col-xs-6>*:first-child,.col-xs-6>*:first-child>*:first-child,.col-xs-6>*:first-child>*:first-child>*:first-child,.col-xs-7>*:first-child,.col-xs-7>*:first-child>*:first-child,.col-xs-7>*:first-child>*:first-child>*:first-child,.col-xs-8>*:first-child,.col-xs-8>*:first-child>*:first-child,.col-xs-8>*:first-child>*:first-child>*:first-child,.col-xs-9>*:first-child,.col-xs-9>*:first-child>*:first-child,.col-xs-9>*:first-child>*:first-child>*:first-child,.col-xs-10>*:first-child,.col-xs-10>*:first-child>*:first-child,.col-xs-10>*:first-child>*:first-child>*:first-child,.col-xs-11>*:first-child,.col-xs-11>*:first-child>*:first-child,.col-xs-11>*:first-child>*:first-child>*:first-child,.col-xs-12>*:first-child,.col-xs-12>*:first-child>*:first-child,.col-xs-12>*:first-child>*:first-child>*:first-child,.col-sm-1>*:first-child,.col-sm-1>*:first-child>*:first-child,.col-sm-1>*:first-child>*:first-child>*:first-child,.col-sm-2>*:first-child,.col-sm-2>*:first-child>*:first-child,.col-sm-2>*:first-child>*:first-child>*:first-child,.col-sm-3>*:first-child,.col-sm-3>*:first-child>*:first-child,.col-sm-3>*:first-child>*:first-child>*:first-child,.col-sm-4>*:first-child,.col-sm-4>*:first-child>*:first-child,.col-sm-4>*:first-child>*:first-child>*:first-child,.col-sm-5>*:first-child,.col-sm-5>*:first-child>*:first-child,.col-sm-5>*:first-child>*:first-child>*:first-child,.col-sm-6>*:first-child,.col-sm-6>*:first-child>*:first-child,.col-sm-6>*:first-child>*:first-child>*:first-child,.col-sm-7>*:first-child,.col-sm-7>*:first-child>*:first-child,.col-sm-7>*:first-child>*:first-child>*:first-child,.col-sm-8>*:first-child,.col-sm-8>*:first-child>*:first-child,.col-sm-8>*:first-child>*:first-child>*:first-child,.col-sm-9>*:first-child,.col-sm-9>*:first-child>*:first-child,.col-sm-9>*:first-child>*:first-child>*:first-child,.col-sm-10>*:first-child,.col-sm-10>*:first-child>*:first-child,.col-sm-10>*:first-child>*:first-child>*:first-child,.col-sm-11>*:first-child,.col-sm-11>*:first-child>*:first-child,.col-sm-11>*:first-child>*:first-child>*:first-child,.col-sm-12>*:first-child,.col-sm-12>*:first-child>*:first-child,.col-sm-12>*:first-child>*:first-child>*:first-child,.col-lg-1>*:first-child,.col-lg-1>*:first-child>*:first-child,.col-lg-1>*:first-child>*:first-child>*:first-child,.col-lg-2>*:first-child,.col-lg-2>*:first-child>*:first-child,.col-lg-2>*:first-child>*:first-child>*:first-child,.col-lg-3>*:first-child,.col-lg-3>*:first-child>*:first-child,.col-lg-3>*:first-child>*:first-child>*:first-child,.col-lg-4>*:first-child,.fourcol>*:first-child,.col-lg-4>*:first-child>*:first-child,.fourcol>*:first-child>*:first-child,.col-lg-4>*:first-child>*:first-child>*:first-child,.fourcol>*:first-child>*:first-child>*:first-child,.col-lg-5>*:first-child,.col-lg-5>*:first-child>*:first-child,.col-lg-5>*:first-child>*:first-child>*:first-child,.col-lg-6>*:first-child,.col-lg-6>*:first-child>*:first-child,.col-lg-6>*:first-child>*:first-child>*:first-child,.col-lg-7>*:first-child,.col-lg-7>*:first-child>*:first-child,.col-lg-7>*:first-child>*:first-child>*:first-child,.col-lg-8>*:first-child,.eightcol>*:first-child,.col-lg-8>*:first-child>*:first-child,.eightcol>*:first-child>*:first-child,.col-lg-8>*:first-child>*:first-child>*:first-child,.eightcol>*:first-child>*:first-child>*:first-child,.col-lg-9>*:first-child,.col-lg-9>*:first-child>*:first-child,.col-lg-9>*:first-child>*:first-child>*:first-child,.col-lg-10>*:first-child,.col-lg-10>*:first-child>*:first-child,.col-lg-10>*:first-child>*:first-child>*:first-child,.col-lg-11>*:first-child,.col-lg-11>*:first-child>*:first-child,.col-lg-11>*:first-child>*:first-child>*:first-child,.col-lg-12>*:first-child,.col-lg-12>*:first-child>*:first-child,.col-lg-12>*:first-child>*:first-child>*:first-child{margin-top:0}@media only screen and (min-width: 480px){.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.row-xs-2up .col{width:50%}.row-xs-2up .col:nth-child(1n){clear:none}.row-xs-2up .col:nth-child(2n+1){clear:left}.row-xs-3up .col{width:33.33333%}.row-xs-3up .col:nth-child(1n){clear:none}.row-xs-3up .col:nth-child(3n+1){clear:left}}@media only screen and (min-width: 768px){.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}.row-sm-2up .col{width:50%}.row-sm-2up .col:nth-child(1n){clear:none}.row-sm-2up .col:nth-child(2n+1){clear:left}.row-sm-3up .col{width:33.33333%}.row-sm-3up .col:nth-child(1n){clear:none}.row-sm-3up .col:nth-child(3n+1){clear:left}.row-sm-4up .col{width:25%}.row-sm-4up .col:nth-child(1n){clear:none}.row-sm-4up .col:nth-child(4n+1){clear:left}}@media only screen and (min-width: 1024px){.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4,.fourcol{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8,.eightcol{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}.row-lg-2up .col{width:50%}.row-lg-2up .col:nth-child(1n){clear:none}.row-lg-2up .col:nth-child(2n+1){clear:left}.row-lg-3up .col{width:33.33333%}.row-lg-3up .col:nth-child(1n){clear:none}.row-lg-3up .col:nth-child(3n+1){clear:left}.row-lg-4up .col{width:25%}.row-lg-4up .col:nth-child(1n){clear:none}.row-lg-4up .col:nth-child(4n+1){clear:left}.row-lg-5up .col{width:20%}.row-lg-5up .col:nth-child(1n){clear:none}.row-lg-5up .col:nth-child(5n+1){clear:left}.row-lg-6up .col{width:16.66667%}.row-lg-6up .col:nth-child(1n){clear:none}.row-lg-6up .col:nth-child(6n+1){clear:left}}.h1,.home .page-title,.archive .page-title,.related-list .page-title,.page-template .page-title,#author-wrap .author-name,.single-title,.h2,.h3,.page-template-template-archives-php h1.page-title-meta,.h4,.widget>.title,#related-posts .related-title,.h5,.widget-contributors .grid-full .contributor .author-meta p,.arc-list h3,.h6,.h7,.home article.not-featured .post-title,.archive article.not-featured .post-title,.related-list article.not-featured .post-title,.page-template article.not-featured .post-title,.h8,.widget-contributors .grid-full .contributor .author-meta h3,.h9,.widget_tabs .text a,#author-wrap .author-meta,.h10,.h11,.h12{color:#222;font-size:100%;font-weight:700;line-height:1.2;margin:0}.inverse .h1,.home .featured .details-wrap .h1,.inverse .home .page-title,.home .inverse .page-title,.home .featured .details-wrap .page-title,.inverse .archive .page-title,.archive .inverse .page-title,.inverse .related-list .page-title,.related-list .inverse .page-title,.inverse .page-template .page-title,.page-template .inverse .page-title,.inverse #author-wrap .author-name,#author-wrap .inverse .author-name,.home .featured .details-wrap #author-wrap .author-name,#author-wrap .home .featured .details-wrap .author-name,.inverse .single-title,.home .featured .details-wrap .single-title,.inverse .h2,.home .featured .details-wrap .h2,.inverse .h3,.home .featured .details-wrap .h3,.inverse .page-template-template-archives-php h1.page-title-meta,.page-template-template-archives-php .inverse h1.page-title-meta,.home .featured .details-wrap .page-template-template-archives-php h1.page-title-meta,.page-template-template-archives-php .home .featured .details-wrap h1.page-title-meta,.inverse .h4,.home .featured .details-wrap .h4,.inverse .widget>.title,.home .featured .details-wrap .widget>.title,.inverse #related-posts .related-title,#related-posts .inverse .related-title,.home .featured .details-wrap #related-posts .related-title,#related-posts .home .featured .details-wrap .related-title,.inverse .h5,.home .featured .details-wrap .h5,.inverse .widget-contributors .grid-full .contributor .author-meta p,.widget-contributors .grid-full .contributor .author-meta .inverse p,.home .featured .details-wrap .widget-contributors .grid-full .contributor .author-meta p,.widget-contributors .grid-full .contributor .author-meta .home .featured .details-wrap p,.inverse .arc-list h3,.arc-list .inverse h3,.home .featured .details-wrap .arc-list h3,.arc-list .home .featured .details-wrap h3,.inverse .h6,.home .featured .details-wrap .h6,.inverse .h7,.home .featured .details-wrap .h7,.inverse .home article.not-featured .post-title,.home article.not-featured .inverse .post-title,.home .featured .details-wrap article.not-featured .post-title,.home article.not-featured .featured .details-wrap .post-title,.inverse .archive article.not-featured .post-title,.archive article.not-featured .inverse .post-title,.archive article.not-featured .home .featured .details-wrap .post-title,.inverse .related-list article.not-featured .post-title,.related-list article.not-featured .inverse .post-title,.related-list article.not-featured .home .featured .details-wrap .post-title,.inverse .page-template article.not-featured .post-title,.page-template article.not-featured .inverse .post-title,.page-template article.not-featured .home .featured .details-wrap .post-title,.inverse .h8,.home .featured .details-wrap .h8,.inverse .widget-contributors .grid-full .contributor .author-meta h3,.widget-contributors .grid-full .contributor .author-meta .inverse h3,.home .featured .details-wrap .widget-contributors .grid-full .contributor .author-meta h3,.widget-contributors .grid-full .contributor .author-meta .home .featured .details-wrap h3,.inverse .h9,.home .featured .details-wrap .h9,.inverse .widget_tabs .text a,.widget_tabs .text .inverse a,.home .featured .details-wrap .widget_tabs .text a,.widget_tabs .text .home .featured .details-wrap a,.inverse #author-wrap .author-meta,#author-wrap .inverse .author-meta,.home .featured .details-wrap #author-wrap .author-meta,#author-wrap .home .featured .details-wrap .author-meta,.inverse .h10,.home .featured .details-wrap .h10,.inverse .h11,.home .featured .details-wrap .h11,.inverse .h12,.home .featured .details-wrap .h12{color:#FFF}.h1 a,.home .page-title a,.archive .page-title a,.related-list .page-title a,.page-template .page-title a,#author-wrap .author-name a,.single-title a,.h2 a,.h3 a,.page-template-template-archives-php h1.page-title-meta a,.h4 a,.widget>.title a,#related-posts .related-title a,.h5 a,.widget-contributors .grid-full .contributor .author-meta p a,.arc-list h3 a,.h6 a,.h7 a,.home article.not-featured .post-title a,.archive article.not-featured .post-title a,.related-list article.not-featured .post-title a,.page-template article.not-featured .post-title a,.h8 a,.widget-contributors .grid-full .contributor .author-meta h3 a,.h9 a,.widget_tabs .text a a,#author-wrap .author-meta a,.h10 a,.h11 a,.h12 a{color:#111;text-decoration:none}.inverse .h1 a,.home .featured .details-wrap .h1 a,.inverse .home .page-title a,.home .inverse .page-title a,.home .featured .details-wrap .page-title a,.inverse .archive .page-title a,.archive .inverse .page-title a,.inverse .related-list .page-title a,.related-list .inverse .page-title a,.inverse .page-template .page-title a,.page-template .inverse .page-title a,.inverse #author-wrap .author-name a,#author-wrap .inverse .author-name a,.home .featured .details-wrap #author-wrap .author-name a,#author-wrap .home .featured .details-wrap .author-name a,.inverse .single-title a,.home .featured .details-wrap .single-title a,.inverse .h2 a,.home .featured .details-wrap .h2 a,.inverse .h3 a,.home .featured .details-wrap .h3 a,.inverse .page-template-template-archives-php h1.page-title-meta a,.page-template-template-archives-php .inverse h1.page-title-meta a,.home .featured .details-wrap .page-template-template-archives-php h1.page-title-meta a,.page-template-template-archives-php .home .featured .details-wrap h1.page-title-meta a,.inverse .h4 a,.home .featured .details-wrap .h4 a,.inverse .widget>.title a,.home .featured .details-wrap .widget>.title a,.inverse #related-posts .related-title a,#related-posts .inverse .related-title a,.home .featured .details-wrap #related-posts .related-title a,#related-posts .home .featured .details-wrap .related-title a,.inverse .h5 a,.home .featured .details-wrap .h5 a,.inverse .widget-contributors .grid-full .contributor .author-meta p a,.widget-contributors .grid-full .contributor .author-meta .inverse p a,.home .featured .details-wrap .widget-contributors .grid-full .contributor .author-meta p a,.widget-contributors .grid-full .contributor .author-meta .home .featured .details-wrap p a,.inverse .arc-list h3 a,.arc-list .inverse h3 a,.home .featured .details-wrap .arc-list h3 a,.arc-list .home .featured .details-wrap h3 a,.inverse .h6 a,.home .featured .details-wrap .h6 a,.inverse .h7 a,.home .featured .details-wrap .h7 a,.inverse .home article.not-featured .post-title a,.home article.not-featured .inverse .post-title a,.home .featured .details-wrap article.not-featured .post-title a,.home article.not-featured .featured .details-wrap .post-title a,.inverse .archive article.not-featured .post-title a,.archive article.not-featured .inverse .post-title a,.archive article.not-featured .home .featured .details-wrap .post-title a,.inverse .related-list article.not-featured .post-title a,.related-list article.not-featured .inverse .post-title a,.related-list article.not-featured .home .featured .details-wrap .post-title a,.inverse .page-template article.not-featured .post-title a,.page-template article.not-featured .inverse .post-title a,.page-template article.not-featured .home .featured .details-wrap .post-title a,.inverse .h8 a,.home .featured .details-wrap .h8 a,.inverse .widget-contributors .grid-full .contributor .author-meta h3 a,.widget-contributors .grid-full .contributor .author-meta .inverse h3 a,.home .featured .details-wrap .widget-contributors .grid-full .contributor .author-meta h3 a,.widget-contributors .grid-full .contributor .author-meta .home .featured .details-wrap h3 a,.inverse .h9 a,.home .featured .details-wrap .h9 a,.inverse .widget_tabs .text a a,.widget_tabs .text .inverse a a,.home .featured .details-wrap .widget_tabs .text a a,.widget_tabs .text .home .featured .details-wrap a a,.inverse #author-wrap .author-meta a,#author-wrap .inverse .author-meta a,.home .featured .details-wrap #author-wrap .author-meta a,#author-wrap .home .featured .details-wrap .author-meta a,.inverse .h10 a,.home .featured .details-wrap .h10 a,.inverse .h11 a,.home .featured .details-wrap .h11 a,.inverse .h12 a,.home .featured .details-wrap .h12 a{color:#FFF}.h1 a:hover,.home .page-title a:hover,.archive .page-title a:hover,.related-list .page-title a:hover,.page-template .page-title a:hover,#author-wrap .author-name a:hover,.single-title a:hover,.h2 a:hover,.h3 a:hover,.page-template-template-archives-php h1.page-title-meta a:hover,.h4 a:hover,.widget>.title a:hover,#related-posts .related-title a:hover,.h5 a:hover,.widget-contributors .grid-full .contributor .author-meta p a:hover,.arc-list h3 a:hover,.h6 a:hover,.h7 a:hover,.home article.not-featured .post-title a:hover,.archive article.not-featured .post-title a:hover,.related-list article.not-featured .post-title a:hover,.page-template article.not-featured .post-title a:hover,.h8 a:hover,.widget-contributors .grid-full .contributor .author-meta h3 a:hover,.h9 a:hover,.widget_tabs .text a a:hover,#author-wrap .author-meta a:hover,.h10 a:hover,.h11 a:hover,.h12 a:hover{color:#555}.inverse .h1 a:hover,.home .featured .details-wrap .h1 a:hover,.inverse .home .page-title a:hover,.home .inverse .page-title a:hover,.home .featured .details-wrap .page-title a:hover,.inverse .archive .page-title a:hover,.archive .inverse .page-title a:hover,.inverse .related-list .page-title a:hover,.related-list .inverse .page-title a:hover,.inverse .page-template .page-title a:hover,.page-template .inverse .page-title a:hover,.inverse #author-wrap .author-name a:hover,#author-wrap .inverse .author-name a:hover,.home .featured .details-wrap #author-wrap .author-name a:hover,#author-wrap .home .featured .details-wrap .author-name a:hover,.inverse .single-title a:hover,.home .featured .details-wrap .single-title a:hover,.inverse .h2 a:hover,.home .featured .details-wrap .h2 a:hover,.inverse .h3 a:hover,.home .featured .details-wrap .h3 a:hover,.inverse .page-template-template-archives-php h1.page-title-meta a:hover,.page-template-template-archives-php .inverse h1.page-title-meta a:hover,.home .featured .details-wrap .page-template-template-archives-php h1.page-title-meta a:hover,.page-template-template-archives-php .home .featured .details-wrap h1.page-title-meta a:hover,.inverse .h4 a:hover,.home .featured .details-wrap .h4 a:hover,.inverse .widget>.title a:hover,.home .featured .details-wrap .widget>.title a:hover,.inverse #related-posts .related-title a:hover,#related-posts .inverse .related-title a:hover,.home .featured .details-wrap #related-posts .related-title a:hover,#related-posts .home .featured .details-wrap .related-title a:hover,.inverse .h5 a:hover,.home .featured .details-wrap .h5 a:hover,.inverse .widget-contributors .grid-full .contributor .author-meta p a:hover,.widget-contributors .grid-full .contributor .author-meta .inverse p a:hover,.home .featured .details-wrap .widget-contributors .grid-full .contributor .author-meta p a:hover,.widget-contributors .grid-full .contributor .author-meta .home .featured .details-wrap p a:hover,.inverse .arc-list h3 a:hover,.arc-list .inverse h3 a:hover,.home .featured .details-wrap .arc-list h3 a:hover,.arc-list .home .featured .details-wrap h3 a:hover,.inverse .h6 a:hover,.home .featured .details-wrap .h6 a:hover,.inverse .h7 a:hover,.home .featured .details-wrap .h7 a:hover,.inverse .home article.not-featured .post-title a:hover,.home article.not-featured .inverse .post-title a:hover,.home .featured .details-wrap article.not-featured .post-title a:hover,.home article.not-featured .featured .details-wrap .post-title a:hover,.inverse .archive article.not-featured .post-title a:hover,.archive article.not-featured .inverse .post-title a:hover,.archive article.not-featured .home .featured .details-wrap .post-title a:hover,.inverse .related-list article.not-featured .post-title a:hover,.related-list article.not-featured .inverse .post-title a:hover,.related-list article.not-featured .home .featured .details-wrap .post-title a:hover,.inverse .page-template article.not-featured .post-title a:hover,.page-template article.not-featured .inverse .post-title a:hover,.page-template article.not-featured .home .featured .details-wrap .post-title a:hover,.inverse .h8 a:hover,.home .featured .details-wrap .h8 a:hover,.inverse .widget-contributors .grid-full .contributor .author-meta h3 a:hover,.widget-contributors .grid-full .contributor .author-meta .inverse h3 a:hover,.home .featured .details-wrap .widget-contributors .grid-full .contributor .author-meta h3 a:hover,.widget-contributors .grid-full .contributor .author-meta .home .featured .details-wrap h3 a:hover,.inverse .h9 a:hover,.home .featured .details-wrap .h9 a:hover,.inverse .widget_tabs .text a a:hover,.widget_tabs .text .inverse a a:hover,.home .featured .details-wrap .widget_tabs .text a a:hover,.widget_tabs .text .home .featured .details-wrap a a:hover,.inverse #author-wrap .author-meta a:hover,#author-wrap .inverse .author-meta a:hover,.home .featured .details-wrap #author-wrap .author-meta a:hover,#author-wrap .home .featured .details-wrap .author-meta a:hover,.inverse .h10 a:hover,.home .featured .details-wrap .h10 a:hover,.inverse .h11 a:hover,.home .featured .details-wrap .h11 a:hover,.inverse .h12 a:hover,.home .featured .details-wrap .h12 a:hover{color:#FFF}a:hover .h1,a:hover .home .page-title,.home a:hover .page-title,a:hover .archive .page-title,.archive a:hover .page-title,a:hover .related-list .page-title,.related-list a:hover .page-title,a:hover .page-template .page-title,.page-template a:hover .page-title,a:hover #author-wrap .author-name,#author-wrap a:hover .author-name,a:hover .single-title,a:hover .h2,a:hover .h3,a:hover .page-template-template-archives-php h1.page-title-meta,.page-template-template-archives-php a:hover h1.page-title-meta,a:hover .h4,a:hover .widget>.title,a:hover #related-posts .related-title,#related-posts a:hover .related-title,a:hover .h5,a:hover .widget-contributors .grid-full .contributor .author-meta p,.widget-contributors .grid-full .contributor .author-meta a:hover p,a:hover .arc-list h3,.arc-list a:hover h3,a:hover .h6,a:hover .h7,a:hover .home article.not-featured .post-title,.home article.not-featured a:hover .post-title,a:hover .archive article.not-featured .post-title,.archive article.not-featured a:hover .post-title,a:hover .related-list article.not-featured .post-title,.related-list article.not-featured a:hover .post-title,a:hover .page-template article.not-featured .post-title,.page-template article.not-featured a:hover .post-title,a:hover .h8,a:hover .widget-contributors .grid-full .contributor .author-meta h3,.widget-contributors .grid-full .contributor .author-meta a:hover h3,a:hover .h9,a:hover .widget_tabs .text a,.widget_tabs .text a:hover a,a:hover #author-wrap .author-meta,#author-wrap a:hover .author-meta,a:hover .h10,a:hover .h11,a:hover .h12{color:#555}.inverse a:hover .h1,.home .featured .details-wrap a:hover .h1,.inverse a:hover .home .page-title,.home .inverse a:hover .page-title,.home .featured .details-wrap a:hover .page-title,.inverse a:hover .archive .page-title,.archive .inverse a:hover .page-title,.inverse a:hover .related-list .page-title,.related-list .inverse a:hover .page-title,.inverse a:hover .page-template .page-title,.page-template .inverse a:hover .page-title,.inverse a:hover #author-wrap .author-name,#author-wrap .inverse a:hover .author-name,.home .featured .details-wrap a:hover #author-wrap .author-name,#author-wrap .home .featured .details-wrap a:hover .author-name,.inverse a:hover .single-title,.home .featured .details-wrap a:hover .single-title,.inverse a:hover .h2,.home .featured .details-wrap a:hover .h2,.inverse a:hover .h3,.home .featured .details-wrap a:hover .h3,.inverse a:hover .page-template-template-archives-php h1.page-title-meta,.page-template-template-archives-php .inverse a:hover h1.page-title-meta,.home .featured .details-wrap a:hover .page-template-template-archives-php h1.page-title-meta,.page-template-template-archives-php .home .featured .details-wrap a:hover h1.page-title-meta,.inverse a:hover .h4,.home .featured .details-wrap a:hover .h4,.inverse a:hover .widget>.title,.home .featured .details-wrap a:hover .widget>.title,.inverse a:hover #related-posts .related-title,#related-posts .inverse a:hover .related-title,.home .featured .details-wrap a:hover #related-posts .related-title,#related-posts .home .featured .details-wrap a:hover .related-title,.inverse a:hover .h5,.home .featured .details-wrap a:hover .h5,.inverse a:hover .widget-contributors .grid-full .contributor .author-meta p,.widget-contributors .grid-full .contributor .author-meta .inverse a:hover p,.home .featured .details-wrap a:hover .widget-contributors .grid-full .contributor .author-meta p,.widget-contributors .grid-full .contributor .author-meta .home .featured .details-wrap a:hover p,.inverse a:hover .arc-list h3,.arc-list .inverse a:hover h3,.home .featured .details-wrap a:hover .arc-list h3,.arc-list .home .featured .details-wrap a:hover h3,.inverse a:hover .h6,.home .featured .details-wrap a:hover .h6,.inverse a:hover .h7,.home .featured .details-wrap a:hover .h7,.inverse a:hover .home article.not-featured .post-title,.home article.not-featured .inverse a:hover .post-title,.home .featured .details-wrap a:hover article.not-featured .post-title,.home article.not-featured .featured .details-wrap a:hover .post-title,.inverse a:hover .archive article.not-featured .post-title,.archive article.not-featured .inverse a:hover .post-title,.archive article.not-featured .home .featured .details-wrap a:hover .post-title,.inverse a:hover .related-list article.not-featured .post-title,.related-list article.not-featured .inverse a:hover .post-title,.related-list article.not-featured .home .featured .details-wrap a:hover .post-title,.inverse a:hover .page-template article.not-featured .post-title,.page-template article.not-featured .inverse a:hover .post-title,.page-template article.not-featured .home .featured .details-wrap a:hover .post-title,.inverse a:hover .h8,.home .featured .details-wrap a:hover .h8,.inverse a:hover .widget-contributors .grid-full .contributor .author-meta h3,.widget-contributors .grid-full .contributor .author-meta .inverse a:hover h3,.home .featured .details-wrap a:hover .widget-contributors .grid-full .contributor .author-meta h3,.widget-contributors .grid-full .contributor .author-meta .home .featured .details-wrap a:hover h3,.inverse a:hover .h9,.home .featured .details-wrap a:hover .h9,.inverse a:hover .widget_tabs .text a,.widget_tabs .text .inverse a:hover a,.home .featured .details-wrap a:hover .widget_tabs .text a,.widget_tabs .text .home .featured .details-wrap a:hover a,.inverse a:hover #author-wrap .author-meta,#author-wrap .inverse a:hover .author-meta,.home .featured .details-wrap a:hover #author-wrap .author-meta,#author-wrap .home .featured .details-wrap a:hover .author-meta,.inverse a:hover .h10,.home .featured .details-wrap a:hover .h10,.inverse a:hover .h11,.home .featured .details-wrap a:hover .h11,.inverse a:hover .h12,.home .featured .details-wrap a:hover .h12{color:#FFF}.h1,.home .page-title,.archive .page-title,.related-list .page-title,.page-template .page-title,#author-wrap .author-name,.single-title,.h2{font-size:38px;font-size:2.71429rem}.h1--alt,.home .page-title,.archive .page-title,.related-list .page-title,.page-template .page-title,#author-wrap .author-name,.single-title,.h1__alt{font-weight:300}.h2{font-weight:900;letter-spacing:-1px}.h3,.page-template-template-archives-php h1.page-title-meta{font-size:32px;font-size:2.28571rem;font-weight:300}.h4,.widget>.title,#related-posts .related-title{font-size:28px;font-size:2rem;font-weight:300}.h5,.widget-contributors .grid-full .contributor .author-meta p,.arc-list h3{font-size:24px;font-size:1.71429rem;font-weight:300}.h6{font-size:24px;font-size:1.71429rem;font-weight:900}.h7,.home article.not-featured .post-title,.archive article.not-featured .post-title,.related-list article.not-featured .post-title,.page-template article.not-featured .post-title{font-size:18px;font-size:1.28571rem;font-weight:900}.h8,.widget-contributors .grid-full .contributor .author-meta h3{font-size:18px;font-size:1.28571rem}.h8__alt{font-weight:300}.h9,.widget_tabs .text a,#author-wrap .author-meta{font-size:16px;font-size:1.14286rem;font-weight:900}.h10{font-size:16px;font-size:1.14286rem}.h11{font-size:16px;font-size:1.14286rem;font-weight:400}.h12{font-size:16px;font-size:1.14286rem;color:#222;font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;font-weight:400}.p1{font-size:22px;font-size:1.57143rem;line-height:1.59091;font-weight:300}.p2,.entry-content p,.entry-content ul,.entry-content ol,.comment-content p,.comment-content ul,.comment-content ol{font-size:18px;font-size:1.28571rem;line-height:1.38889}.p3{color:#666;font-size:15px;font-size:1.07143rem;line-height:1.66667}.inverse .p3,.home .featured .details-wrap .p3{color:#FFF}.p4{color:#666;font-size:14px;font-size:1rem;line-height:1.78571}.inverse .p4,.home .featured .details-wrap .p4{color:#FFF}.l1,.l2,.l3,#discussion .signin a{color:#333;font-weight:700}.inverse .l1,.home .featured .details-wrap .l1,.inverse .l2,.home .featured .details-wrap .l2,.inverse .l3,.home .featured .details-wrap .l3,.inverse #discussion .signin a,#discussion .signin .inverse a,.home .featured .details-wrap #discussion .signin a,#discussion .signin .home .featured .details-wrap a{color:#FFF}.l1:hover,.l2:hover,.l3:hover,#discussion .signin a:hover{color:#666}.inverse .l1:hover,.home .featured .details-wrap .l1:hover,.inverse .l2:hover,.home .featured .details-wrap .l2:hover,.inverse .l3:hover,.home .featured .details-wrap .l3:hover,.inverse #discussion .signin a:hover,#discussion .signin .inverse a:hover,.home .featured .details-wrap #discussion .signin a:hover,#discussion .signin .home .featured .details-wrap a:hover{color:#FFF}.l1{font-size:16px;font-size:1.14286rem}.l2{font-size:15px;font-size:1.07143rem}.bq1,.bq2,.c1,.e1,.home .featured .details-wrap .category,.home article.not-featured a.category,.archive article.not-featured a.category,.related-list article.not-featured a.category,.page-template article.not-featured a.category,#author-wrap>p{font-family:Georgia,"Times New Roman",Times,serif;font-style:italic}.c1,.e1,.home .featured .details-wrap .category,.home article.not-featured a.category,.archive article.not-featured a.category,.related-list article.not-featured a.category,.page-template article.not-featured a.category,#author-wrap>p,.e2,.meta{color:#666}.inverse .c1,.home .featured .details-wrap .c1,.inverse .e1,.home .featured .details-wrap .e1,.home .featured .details-wrap .category,.inverse .home article.not-featured a.category,.home article.not-featured .inverse a.category,.inverse .archive article.not-featured a.category,.archive article.not-featured .inverse a.category,.inverse .related-list article.not-featured a.category,.related-list article.not-featured .inverse a.category,.inverse .page-template article.not-featured a.category,.page-template article.not-featured .inverse a.category,.inverse #author-wrap>p,.home .featured .details-wrap #author-wrap>p,.inverse .e2,.home .featured .details-wrap .e2,.inverse .meta,.home .featured .details-wrap .meta{color:#FFF}.bq1,.bq2{color:#333;position:relative}.inverse .bq1,.home .featured .details-wrap .bq1,.inverse .bq2,.home .featured .details-wrap .bq2{color:#FFF}.bq1:after,.bq2:after{content:"\201D"}.bq1:before,.bq2:before{content:"\201C";width:2ex;position:absolute;left:-1.0ex}.bq1{font-size:28px;font-size:2rem;line-height:1.60714}.bq1:before{color:#CCC;font-size:270%;line-height:1.1;width:2em;left:-1.3ex}.bq2{font-size:20px;font-size:1.42857rem;line-height:1.4}.c1{font-size:15px;font-size:1.07143rem;line-height:1.46667}.e1,.home .featured .details-wrap .category,.home article.not-featured a.category,.archive article.not-featured a.category,.related-list article.not-featured a.category,.page-template article.not-featured a.category,#author-wrap>p{font-size:16px;font-size:1.14286rem;line-height:1.5625;font-weight:normal}.e2{font-size:12px;font-size:0.85714rem;line-height:1.66667;font-weight:bold;text-transform:uppercase}.meta{font-size:14px;font-size:1rem;font-weight:700}.meta__item:before{content:"\2022 "}.meta__item:first-child:before{display:none}.meta__row{display:block}.meta__val,.home article .meta a,.home article .meta time,.archive article .meta a,.archive article .meta time,.related-list article .meta a,.related-list article .meta time,.page-template article .meta a,.page-template article .meta time{font-weight:400}.m1,.m2,.widget>.title,#related-posts .related-title,.widget_tabs .post,.home .page-title,.archive .page-title,.related-list .page-title,.page-template .page-title,.page-template-template-archives-php h1.page-title-meta,#author-wrap .author-name,#author-main,.single-title,.article-header .meta,.m3{margin-bottom:20px}.m4,.widget-contributors .grid-full .contributor:hover h3,.widget_tabs .post:last-of-type,.arc-list h3,#main h1.page-title-meta{margin-bottom:10px}.m5,.home article.not-featured .post-title,.archive article.not-featured .post-title,.related-list article.not-featured .post-title,.page-template article.not-featured .post-title{margin-bottom:5px}@media only screen and (min-width: 1024px){.h1,.home .page-title,.archive .page-title,.related-list .page-title,.page-template .page-title,#author-wrap .author-name,.single-title,.h2{font-size:42px;font-size:3rem;line-height:1.04762}.h3,.page-template-template-archives-php h1.page-title-meta{font-size:32px;font-size:2.28571rem}.h9,.widget_tabs .text a,#author-wrap .author-meta{font-size:15px;font-size:1.07143rem}.h10{font-size:15px;font-size:1.07143rem}.h11{font-size:15px;font-size:1.07143rem}.h12{font-size:15px;font-size:1.07143rem}.p1{font-size:22px;font-size:1.57143rem;line-height:1.59091}.p3{font-size:14px;font-size:1rem;line-height:1.42857}.p4{font-size:13px;font-size:0.92857rem;line-height:1.53846}.l1{font-size:14px;font-size:1rem}.l2{font-size:13px;font-size:0.92857rem}.bq1{font-size:28px;font-size:2rem;line-height:1.60714}.c1{font-size:12px;font-size:0.85714rem;line-height:1.66667}.e1,.home .featured .details-wrap .category,.home article.not-featured a.category,.archive article.not-featured a.category,.related-list article.not-featured a.category,.page-template article.not-featured a.category,#author-wrap>p{font-size:15px;font-size:1.07143rem}.e2{font-size:10px;font-size:0.71429rem;line-height:2}.meta{font-size:12px;font-size:0.85714rem}.m1{margin-bottom:40px}.m2,.widget>.title,#related-posts .related-title,.widget_tabs .post,.home .page-title,.archive .page-title,.related-list .page-title,.page-template .page-title,.page-template-template-archives-php h1.page-title-meta,#author-wrap .author-name,#author-main,.single-title,.article-header .meta{margin-bottom:30px}}.control-label{font-weight:bold}.form-control,.newsletter-subscribe input.text,.newsletter-subscribe input.footer-subscribe-input,.footer-subscribe input.text,.footer-subscribe input.footer-subscribe-input,#commentform textarea{-moz-box-shadow:inset 0 1px 4px rgba(90,90,90,0.3);-webkit-box-shadow:inset 0 1px 4px rgba(90,90,90,0.3);box-shadow:inset 0 1px 4px rgba(90,90,90,0.3);display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;background:#FFF;border:1px solid #CCC;color:#222;font-family:"Helvetica Neue Custom","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;height:40px;padding:10px 10px;vertical-align:middle;width:100%}.form-control:focus,.newsletter-subscribe input.text:focus,.newsletter-subscribe input.footer-subscribe-input:focus,.footer-subscribe input.text:focus,.footer-subscribe input.footer-subscribe-input:focus,#commentform textarea:focus{border-color:rgba(168,203,236,0.8);box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(168,203,236,0.6);outline:0 none;outline:-webkit-focus-ring-color auto 5px}.form-group,.newsletter-subscribe input.text,.newsletter-subscribe input.footer-subscribe-input,.footer-subscribe input.text,.footer-subscribe input.footer-subscribe-input{display:block;margin-bottom:15px}.form-group.multiple-answers input,.newsletter-subscribe input.multiple-answers.text input,.newsletter-subscribe input.multiple-answers.footer-subscribe-input input,.footer-subscribe input.multiple-answers.text input,.footer-subscribe input.multiple-answers.footer-subscribe-input input,.form-group.multiple-answers .field_with_errors,.newsletter-subscribe input.multiple-answers.text .field_with_errors,.newsletter-subscribe input.multiple-answers.footer-subscribe-input .field_with_errors,.footer-subscribe input.multiple-answers.text .field_with_errors,.footer-subscribe input.multiple-answers.footer-subscribe-input .field_with_errors{margin-bottom:0.5em}.form-group.multiple-answers input:last-child,.newsletter-subscribe input.multiple-answers.text input:last-child,.newsletter-subscribe input.multiple-answers.footer-subscribe-input input:last-child,.footer-subscribe input.multiple-answers.text input:last-child,.footer-subscribe input.multiple-answers.footer-subscribe-input input:last-child,.form-group.multiple-answers .field_with_errors:last-child,.newsletter-subscribe input.multiple-answers.text .field_with_errors:last-child,.newsletter-subscribe input.multiple-answers.footer-subscribe-input .field_with_errors:last-child,.footer-subscribe input.multiple-answers.text .field_with_errors:last-child,.footer-subscribe input.multiple-answers.footer-subscribe-input .field_with_errors:last-child{margin-bottom:0}.form-vertical .control-label{display:block;margin-bottom:5px}.dropdown{text-align:left;text-decoration:none;-moz-appearance:none;-webkit-appearance:none;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==") right 15px center no-repeat,-moz-linear-gradient(#ffffff,#f2f2f2);background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==") right 15px center no-repeat,-webkit-linear-gradient(#ffffff,#f2f2f2);background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==") right 15px center no-repeat,linear-gradient(#ffffff,#f2f2f2);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;padding-right:50px;padding-top:8px;padding-bottom:8px;line-height:22px;text-indent:1px;text-overflow:'';position:relative}.form-control[disabled],.newsletter-subscribe input[disabled].text,.newsletter-subscribe input[disabled].footer-subscribe-input,.footer-subscribe input[disabled].text,.footer-subscribe input[disabled].footer-subscribe-input,#commentform textarea[disabled]{border-color:#DDD;color:#666;opacity:0.6}@media only screen and (min-width: 600px){.form-control,.newsletter-subscribe input.text,.newsletter-subscribe input.footer-subscribe-input,.footer-subscribe input.text,.footer-subscribe input.footer-subscribe-input,#commentform textarea{font-size:14px}select.dropdown{padding-top:10px;padding-bottom:10px;line-height:normal}}@media only screen and (min-width: 768px){.form-control,.newsletter-subscribe input.text,.newsletter-subscribe input.footer-subscribe-input,.footer-subscribe input.text,.footer-subscribe input.footer-subscribe-input,#commentform textarea{font-size:13px}}form .form__error{border:1px solid #7a1718;background-color:#bf0c00;color:white;padding:20px;margin-bottom:20px}form .form__error.form__error--attached{margin-bottom:0;border-bottom:none}form .form__error h2{font-size:21px;line-height:1em}form .form__error ul{margin-bottom:0;list-style:none;padding:0}form .form-group .field_with_errors input,form .newsletter-subscribe input.text .field_with_errors input,.newsletter-subscribe form input.text .field_with_errors input,form .newsletter-subscribe input.footer-subscribe-input .field_with_errors input,.newsletter-subscribe form input.footer-subscribe-input .field_with_errors input,form .footer-subscribe input.text .field_with_errors input,.footer-subscribe form input.text .field_with_errors input,form .footer-subscribe input.footer-subscribe-input .field_with_errors input,.footer-subscribe form input.footer-subscribe-input .field_with_errors input{border:1px solid #bf0c00;-moz-box-shadow:inset 0 1px 4px rgba(191,12,0,0.3);-webkit-box-shadow:inset 0 1px 4px rgba(191,12,0,0.3);box-shadow:inset 0 1px 4px rgba(191,12,0,0.3)}form .form-group .field_with_errors input:focus,form .newsletter-subscribe input.text .field_with_errors input:focus,.newsletter-subscribe form input.text .field_with_errors input:focus,form .newsletter-subscribe input.footer-subscribe-input .field_with_errors input:focus,.newsletter-subscribe form input.footer-subscribe-input .field_with_errors input:focus,form .footer-subscribe input.text .field_with_errors input:focus,.footer-subscribe form input.text .field_with_errors input:focus,form .footer-subscribe input.footer-subscribe-input .field_with_errors input:focus,.footer-subscribe form input.footer-subscribe-input .field_with_errors input:focus{border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}form .form-group label,form .newsletter-subscribe input.text label,.newsletter-subscribe form input.text label,form .newsletter-subscribe input.footer-subscribe-input label,.newsletter-subscribe form input.footer-subscribe-input label,form .footer-subscribe input.text label,.footer-subscribe form input.text label,form .footer-subscribe input.footer-subscribe-input label,.footer-subscribe form input.footer-subscribe-input label{display:block;font-weight:700;padding-bottom:0.5em}form .form-group label.required:after,form .newsletter-subscribe input.text label.required:after,.newsletter-subscribe form input.text label.required:after,form .newsletter-subscribe input.footer-subscribe-input label.required:after,.newsletter-subscribe form input.footer-subscribe-input label.required:after,form .footer-subscribe input.text label.required:after,.footer-subscribe form input.text label.required:after,form .footer-subscribe input.footer-subscribe-input label.required:after,.footer-subscribe form input.footer-subscribe-input label.required:after{content:" *";color:#E62B1E}form .form-group .description,form .newsletter-subscribe input.text .description,.newsletter-subscribe form input.text .description,form .newsletter-subscribe input.footer-subscribe-input .description,.newsletter-subscribe form input.footer-subscribe-input .description,form .footer-subscribe input.text .description,.footer-subscribe form input.text .description,form .footer-subscribe input.footer-subscribe-input .description,.footer-subscribe form input.footer-subscribe-input .description{color:#666;font-size:0.90em;padding-bottom:0.5em}form.rounded input,form.round input{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.g,.g-button-modal-close,.g-button-modal-close_hover,.g-button-play,.g-button-play_hover,.g-collapse-up,.g-logo-icon-grey,.g-logo-icon,.secondary .menu .ted a,.g-logo-medium,.g-logo-small-grey,.g-logo-small,.g-maxi-fullscreen,.g-maxi-pause,.g-maxi-play,.g-maxi-settings,.g-maxi-subtitles,.g-maxi-transcript,.g-maxi-volume,.g-menu,.g-mini-fullscreen,.g-mini-pause,.g-mini-play,.g-mini-settings,.g-mini-subtitles,.g-mini-transcript,.g-mini-volume,.g-noface,.secondary .menu .account a,.g-pip-pause,.g-pip-play,.g-pip-share,.g-search{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-1x-s08d9a78b0f.png) no-repeat;overflow:hidden;text-indent:-9999em;zoom:1;*font-size:0;*line-height:0;*text-indent:0}.g-button-modal-close{background-position:0 0;height:14px;width:14px}.g-button-modal-close_hover{background-position:0 -14px;height:14px;width:14px}.g-button-play{background-position:0 -28px;height:100px;width:100px}.g-button-play_hover{background-position:0 -128px;height:100px;width:100px}.g-collapse-up{background-position:0 -228px;height:30px;width:30px}.g-logo-icon-grey{background-position:0 -258px;height:15px;width:42px}.g-logo-icon,.secondary .menu .ted a{background-position:0 -273px;height:15px;width:42px}.g-logo-medium{background-position:0 -288px;height:52px;width:140px}.g-logo-small-grey{background-position:0 -340px;height:30px;width:83px}.g-logo-small{background-position:0 -370px;height:30px;width:83px}.g-maxi-fullscreen{background-position:0 -400px;height:30px;width:30px}.g-maxi-pause{background-position:0 -430px;height:30px;width:30px}.g-maxi-play{background-position:0 -460px;height:30px;width:30px}.g-maxi-settings{background-position:0 -490px;height:30px;width:30px}.g-maxi-subtitles{background-position:0 -520px;height:30px;width:30px}.g-maxi-transcript{background-position:0 -550px;height:30px;width:30px}.g-maxi-volume{background-position:0 -580px;height:30px;width:30px}.g-menu{background-position:0 -610px;height:30px;width:30px}.g-mini-fullscreen{background-position:0 -640px;height:20px;width:20px}.g-mini-pause{background-position:0 -660px;height:20px;width:20px}.g-mini-play{background-position:0 -680px;height:20px;width:20px}.g-mini-settings{background-position:0 -700px;height:20px;width:20px}.g-mini-subtitles{background-position:0 -720px;height:20px;width:20px}.g-mini-transcript{background-position:0 -740px;height:20px;width:20px}.g-mini-volume{background-position:0 -760px;height:20px;width:20px}.g-noface,.secondary .menu .account a{background-position:0 -780px;height:30px;width:30px}.g-pip-pause{background-position:0 -810px;height:46px;width:46px}.g-pip-play{background-position:0 -856px;height:46px;width:46px}.g-pip-share{background-position:0 -902px;height:30px;width:30px}.g-search{background-position:0 -932px;height:30px;width:30px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2){.g-button-modal-close{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 0;background-size:140px 962px}.g-button-modal-close_hover{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -14px;background-size:140px 962px}.g-button-play{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -28px;background-size:140px 962px}.g-button-play_hover{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -128px;background-size:140px 962px}.g-collapse-up{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -228px;background-size:140px 962px}.g-logo-icon-grey{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -258px;background-size:140px 962px}.g-logo-icon,.secondary .menu .ted a{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -273px;background-size:140px 962px}.g-logo-medium{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -288px;background-size:140px 962px}.g-logo-small-grey{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -340px;background-size:140px 962px}.g-logo-small{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -370px;background-size:140px 962px}.g-maxi-fullscreen{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -400px;background-size:140px 962px}.g-maxi-pause{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -430px;background-size:140px 962px}.g-maxi-play{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -460px;background-size:140px 962px}.g-maxi-settings{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -490px;background-size:140px 962px}.g-maxi-subtitles{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -520px;background-size:140px 962px}.g-maxi-transcript{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -550px;background-size:140px 962px}.g-maxi-volume{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -580px;background-size:140px 962px}.g-menu{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -610px;background-size:140px 962px}.g-mini-fullscreen{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -640px;background-size:140px 962px}.g-mini-pause{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -660px;background-size:140px 962px}.g-mini-play{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -680px;background-size:140px 962px}.g-mini-settings{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -700px;background-size:140px 962px}.g-mini-subtitles{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -720px;background-size:140px 962px}.g-mini-transcript{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -740px;background-size:140px 962px}.g-mini-volume{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -760px;background-size:140px 962px}.g-noface,.secondary .menu .account a{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -780px;background-size:140px 962px}.g-pip-pause{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -810px;background-size:140px 962px}.g-pip-play{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -856px;background-size:140px 962px}.g-pip-share{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -902px;background-size:140px 962px}.g-search{background:url(/wp-content/themes/vip/ted2012/css-v2/../images/sprites/g-2x-sf287b9c765.png) no-repeat;background-position:0 -932px;background-size:140px 962px}}.nav{font-size:16px;text-align:left;width:100%}.nav__menu{list-style-type:none;margin:0;padding:0}.nav__link{background:#EAEAEA;border-bottom:1px solid #CBCBCB;color:#111;display:block;font-weight:bold;padding:10px 15px 10px 30px;text-decoration:none;position:relative}.nav__link:focus,.nav__link:hover{background:#F0F0F0}.nav__link--placeholder{display:none}.nav__menu .nav__menu .nav__link{background:#D9D9D9;font-weight:normal}.nav__menu .nav__menu .nav__link:focus,.nav__menu .nav__menu .nav__link:hover{background:#E1E1E1}.nav__item--foldable .nav__link:before{content:"\f112"}.nav__item--foldable .nav__link:before{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;font-family:"icons";font-style:normal;font-weight:normal;text-align:center;vertical-align:middle;speak:none;-webkit-font-smoothing:antialiased;width:16px;height:16px;line-height:16px;font-size:15.2px;-moz-transition:-moz-transform 0.3s;-o-transition:-o-transform 0.3s;-webkit-transition:-webkit-transform 0.3s;transition:transform 0.3s;position:absolute;top:50%;left:7px;margin-top:-8px}.nav__item--foldable .nav__folder .nav__link:before{display:none}.nav__item--foldable.nav__item--active .nav__link:before{-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nav__menu .nav__item--disabled .nav__link,.nav__menu .nav__item--disabled .nav__link:focus,.nav__menu .nav__item--disabled .nav__link:hover{display:none}.nav__item__info{display:none}.nav__skip{background:transparent;font-size:12px;font-weight:normal;text-align:right}.js .nav__folder{display:none}.js .nav__skip{display:none}.js .nav--main{display:none}.js .nav--main--open{display:block}@media only screen and (min-width: 1024px){.js .nav--main{display:block;float:left;width:auto}.js .nav--main .nav__item{border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid #DDD;float:left;font-size:13px;height:60px;margin:-2px 5px 0;padding:0}.js .nav--main .nav__item--active{border-color:#EAEAEA}.js .nav--main .nav__item--active .nav__folder{display:block;-moz-transition:opacity 0.15s linear 0;-o-transition:opacity 0.15s linear 0;-webkit-transition:opacity 0.15s linear;-webkit-transition-delay:0;transition:opacity 0.15s linear 0}.js .nav--main .nav__item--active .nav__link--placeheld{background:#FFF;border-bottom:1px solid #FFF}.js .nav--main .nav__item--deactivating{border-color:transparent}.js .nav--main .nav__item--deactivating .nav__folder{opacity:0;-moz-transition:opacity 0.2s ease-in 0.05s;-o-transition:opacity 0.2s ease-in 0.05s;-webkit-transition:opacity 0.2s ease-in;-webkit-transition-delay:0.05s;transition:opacity 0.2s ease-in 0.05s}.js .nav--main .nav__item--deactivating .nav__link--placeheld{background:transparent;border-bottom:none}.js .nav--main .nav__menu .nav__item--disabled .nav__link,.js .nav--main .nav__menu .nav__item--disabled .nav__link:focus,.js .nav--main .nav__menu .nav__item--disabled .nav__link:hover{color:#BBB;cursor:default;display:block}.js .nav--main .nav__link{background:transparent;border:none;color:#555;line-height:59px;padding:0 10px}.js .nav--main .nav__link:before{display:none}.js .nav--main .nav__button{line-height:1.6;position:absolute;bottom:0;right:0}.js .nav--main .nav__link--placeheld{position:absolute;z-index:601}.js .nav--main .nav__link--placeholder{display:block;position:static;visibility:hidden}.js .nav--main .nav__folder{-moz-box-shadow:rgba(0,0,0,0.2) 0 0 25px;-webkit-box-shadow:rgba(0,0,0,0.2) 0 0 25px;box-shadow:rgba(0,0,0,0.2) 0 0 25px;background:#FFF;border-bottom:2px solid #E62B1E;border-top:1px solid #DDD;display:none;position:absolute;left:0;top:58px;z-index:600;padding:20px 0;width:900px}.js .nav--main .nav__folder .nav__menu{padding:0 20px;overflow:hidden}.js .nav--main .nav__folder .nav__item{border:none;border-top:1px solid #DDD;height:90px;padding:20px 0;width:266.66667px;margin:-1px 20px 0 0;position:relative}.js .nav--main .nav__folder .nav__item--disabled .nav__link,.js .nav--main .nav__folder .nav__item--disabled .nav__link:hover{cursor:default}.js .nav--main .nav__folder .nav__item--disabled .nav__link .nav__item__title,.js .nav--main .nav__folder .nav__item--disabled .nav__link .nav__item__info,.js .nav--main .nav__folder .nav__item--disabled .nav__link:hover .nav__item__title,.js .nav--main .nav__folder .nav__item--disabled .nav__link:hover .nav__item__info{color:#CCC}.js .nav--main .nav__folder .nav__item__title{color:#111;font-size:14px;font-weight:bold;margin-bottom:4px}.js .nav--main .nav__folder .nav__item__info{color:#888;display:block}.js .nav--main .nav__folder .nav__link{line-height:1.3;padding:0}.js .nav--main .nav__folder .nav__link:hover{background:transparent}.js .nav--main .nav__folder .nav__link:hover .nav__item__title{color:#E62B1E}.js .main-nav-screen{background:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;bottom:0;display:none;height:100%;position:fixed;top:60px;width:100%;z-index:599}.js .main-nav-screen--active{display:block}}@media only screen and (min-width: 1200px){.js .nav--main .nav__folder .nav__menu{padding:0 40px}.js .nav--main .nav__folder .nav__item{width:246.66667px}}.footer{border-top:2px solid #E22E29;color:#909090;padding:30px 0 0;text-align:center;font-size:13px;font-size:0.92857rem}.footer__logo{margin-bottom:30px}.footer__section,#menu-footer-primary>li{margin-bottom:30px;text-align:left}.footer__title,#menu-footer-primary>li>a{color:#343434;margin-bottom:1em;font-size:13px;font-size:0.92857rem}.footer__links,#menu-footer-primary ul{list-style:none;margin:0;padding:0}.footer__link,#menu-footer-primary ul a{color:#909090;font-weight:700;line-height:1.8;text-decoration:none}.footer__link:hover,#menu-footer-primary ul a:hover{text-decoration:underline}.footer__content{position:relative}.footer__services{background:#242424;border-top:2px solid #2F2F2F;font-size:14px;font-size:1rem}.footer__services__container{padding:0}.footer__service,#menu-footer-secondary a{display:block;border-bottom:1px solid #1D1D1D;border-top:1px solid #2F2F2F;color:#FFF;font-weight:700;margin:0;padding:10px 0;text-decoration:none}.footer__service:hover,#menu-footer-secondary a:hover{background:#2D2D2D;color:#EEE}.footer__service--info{color:#818181;font-weight:400;font-size:12px;font-size:0.85714rem}.footer__service--info:hover{background:transparent}.footer__additional{border-top:1px solid #EBEBEB;line-height:1.2;padding-top:30px}.footer__additional__sidenote{color:#D8D8D8;font-size:15px;margin-top:2px}@media only screen and (min-width: 768px){.footer{font-size:12px;font-size:0.85714rem}.footer__logo{left:0;position:absolute;top:0}.footer__section,#menu-footer-primary>li{padding:0 30px}.footer__content{overflow:hidden;padding-left:130px}.footer__content__copy,.footer__content__links,.menu-footer-primary-container,.footer__content__forms{float:left;overflow:hidden}.footer__content__copy{text-align:left}.footer__content__links,.menu-footer-primary-container{width:35%}.footer__content__forms{width:65%}.footer__services{line-height:2;font-size:12px;font-size:0.85714rem}.footer__services__container{padding:0 20px}.footer__service,#menu-footer-secondary a{border:none;float:left;margin-right:20px}.footer__service:hover,#menu-footer-secondary a:hover{background:transparent;text-decoration:underline}.footer__service--info{clear:both;text-align:left;margin-right:0;padding:0 0 10px;width:100%;font-size:12px;font-size:0.85714rem}.footer__service--info:hover{text-decoration:none}.footer__additional{padding:30px 0 0}}@media only screen and (min-width: 1024px){.footer__section,#menu-footer-primary>li{float:left;width:50%}.footer__content__links,.menu-footer-primary-container{width:40%}.footer__content__forms{width:60%}.footer__services__container{padding:0 20px}.footer__service--info{clear:none;float:right;padding:10px 0;width:auto}}@media only screen and (min-width: 1200px){.footer__services__container{padding:0 40px}}.footer-newsletter__options,.newsletter-subscribe ul,.footer-subscribe ul{list-style:none;margin:0 0 1em;padding:0;overflow:hidden;width:100%}.footer-newsletter__option,.newsletter-subscribe ul li,.footer-subscribe ul li{float:left;margin-right:20px}.footer-newsletter__error{color:#A00;margin:1em 0 0}.footer-newsletter__error,.footer-newsletter__success{display:none}@media only screen and (min-width: 1024px){.footer-newsletter{border-left:1px solid #E8E8E8}}.main-search{background:#EAEAEA;border-bottom:1px solid #CCC;padding:9px}.main-search__content{position:relative}.main-search__input{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background:#FFF;border:1px solid #D4D4D4;font-size:16px;padding:7px 25px 7px 5px;vertical-align:middle;width:100%;-webkit-appearance:none}.main-search__button{border:none;margin-top:-15px;padding:0;position:absolute;top:50%;right:0}.js .main-search{display:none}.js .shoji-fixtures .main-search{display:block}@media only screen and (min-width: 1024px){.js .main-search{display:block;background:transparent;border:none;float:right;margin:0 20px 0 0;padding:0}.js .main-search__input{font-size:13px;width:260px}}.button,.home .featured .details-wrap .featured-read-more,.newsletter-subscribe input[type="submit"],.footer-subscribe input[type="submit"],#commentform #submit{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-image:-moz-linear-gradient(#f5f5f5,#e6e6e6);background-image:-webkit-linear-gradient(#f5f5f5,#e6e6e6);background-image:linear-gradient(#f5f5f5,#e6e6e6);display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;border:1px solid #CCC;color:#444;font-size:14px;font-weight:bold;line-height:24px;padding:7px 10px;text-decoration:none;text-shadow:0 1px 0 white}.button:hover,.home .featured .details-wrap .featured-read-more:hover,.newsletter-subscribe input[type="submit"]:hover,.footer-subscribe input[type="submit"]:hover,#commentform #submit:hover{background-image:-moz-linear-gradient(#eeeeee,#dddddd);background-image:-webkit-linear-gradient(#eeeeee,#dddddd);background-image:linear-gradient(#eeeeee,#dddddd)}.button:hover:disabled,.home .featured .details-wrap .featured-read-more:hover:disabled,.newsletter-subscribe input[type="submit"]:hover:disabled,.footer-subscribe input[type="submit"]:hover:disabled,#commentform #submit:hover:disabled{background-image:-moz-linear-gradient(#f5f5f5,#e6e6e6);background-image:-webkit-linear-gradient(#f5f5f5,#e6e6e6);background-image:linear-gradient(#f5f5f5,#e6e6e6)}.button[disabled],.home .featured .details-wrap [disabled].featured-read-more,.newsletter-subscribe input[disabled][type="submit"],.footer-subscribe input[disabled][type="submit"],#commentform [disabled]#submit,.button--disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.button--medium{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFECECEC', endColorstr='#FFDBDBDB');background-image:-moz-linear-gradient(#ececec,#dbdbdb);background-image:-webkit-linear-gradient(#ececec,#dbdbdb);background-image:linear-gradient(#ececec,#dbdbdb);border:1px solid #BBB;color:#333}.button--medium:hover{background-image:-moz-linear-gradient(#e3e3e3,#d4d4d4);background-image:-webkit-linear-gradient(#e3e3e3,#d4d4d4);background-image:linear-gradient(#e3e3e3,#d4d4d4);color:#111}.button--medium:hover:disabled{background-image:-moz-linear-gradient(#ececec,#dbdbdb);background-image:-webkit-linear-gradient(#ececec,#dbdbdb);background-image:linear-gradient(#ececec,#dbdbdb)}.button--dark,.home .featured .details-wrap .featured-read-more,.button--highlight{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF555555', endColorstr='#FF222222');background-image:-moz-linear-gradient(#555555,#222222);background-image:-webkit-linear-gradient(#555555,#222222);background-image:linear-gradient(#555555,#222222);border-color:transparent;color:#FFF;font-weight:bold;text-shadow:0 1px 0 #111}.button--dark:hover,.home .featured:hover a.featured-read-more,.home .featured .details-wrap .featured-read-more:hover,.button--highlight:hover{background-image:-moz-linear-gradient(#666666,#2d2d2d);background-image:-webkit-linear-gradient(#666666,#2d2d2d);background-image:linear-gradient(#666666,#2d2d2d);color:#FFF}.button--dark:hover:disabled,.home .featured:hover a.featured-read-more:disabled,.home .featured .details-wrap .featured-read-more:hover:disabled,.button--highlight:hover:disabled{background-image:-moz-linear-gradient(#555555,#222222);background-image:-webkit-linear-gradient(#555555,#222222);background-image:linear-gradient(#555555,#222222)}.button--facebook{background:#3E5B96;border-color:#3E5B96;background-image:-moz-linear-gradient(#4a6cb0,#3f5c97);background-image:-webkit-linear-gradient(#4a6cb0,#3f5c97);background-image:linear-gradient(#4a6cb0,#3f5c97)}.button--facebook:hover{background-image:-moz-linear-gradient(#4366ad,#3a598f);background-image:-webkit-linear-gradient(#4366ad,#3a598f);background-image:linear-gradient(#4366ad,#3a598f)}.button--facebook:hover:disabled{background-image:-moz-linear-gradient(#4a6cb0,#3f5c97);background-image:-webkit-linear-gradient(#4a6cb0,#3f5c97);background-image:linear-gradient(#4a6cb0,#3f5c97)}.button--highlight{background-image:linear-gradient(#E62B1E, #CF271B);padding:7px 30px}.button--highlight:hover{background:#E62B1E}.button--highlight:hover:disabled{background-image:linear-gradient(#E62B1E, #CF271B)}.button--wide{display:block;margin:0 auto;max-width:50em;text-align:center;width:100%}@media only screen and (min-width: 768px){.button,.home .featured .details-wrap .featured-read-more,.newsletter-subscribe input[type="submit"],.footer-subscribe input[type="submit"],#commentform #submit{font-size:13px}}@media only screen and (min-width: 320px){.media,.entry-content .wp-caption{display:block;overflow:hidden;_overflow:visible;zoom:1}.media__image,.entry-content .wp-caption{float:left;margin-right:20px;text-align:center}.media__image--alt{float:right;margin-left:20px;margin-right:0}.media__image--thumb{width:100px}.media__message{overflow:hidden;_overflow:visible;zoom:1}.media--oh-v .media__image,.media--oh-v .entry-content .wp-caption,.entry-content .media--oh-v .wp-caption{float:none;margin-bottom:10px;margin-right:0;width:100%}.media--oh-v .media__image--alt{float:none;margin-bottom:10px;margin-left:0;margin-right:0}}@media only screen and (min-width: 480px){.media__image--thumb{width:30%}.media--xs-v .media__image,.media--xs-v .entry-content .wp-caption,.entry-content .media--xs-v .wp-caption{float:none;margin-bottom:10px;margin-right:0;width:100%}.media--xs-v .media__image--alt{float:none;margin-bottom:10px;margin-left:0;margin-right:0}.media--xs-h .media__image,.media--xs-h .entry-content .wp-caption,.entry-content .media--xs-h .wp-caption{float:left;margin-bottom:0;margin-right:20px;width:auto}.media--xs-h .media__image--alt{float:right;margin-bottom:0;margin-left:20px;margin-right:0}.media--xs-h .media__image--thumb{width:30%}}@media only screen and (min-width: 768px){.media--sm-v .media__image,.media--sm-v .entry-content .wp-caption,.entry-content .media--sm-v .wp-caption{float:none;margin-bottom:10px;margin-right:0;width:100%}.media--sm-v .media__image--alt{float:none;margin-bottom:10px;margin-left:0;margin-right:0}.media--sm-h .media__image,.media--sm-h .entry-content .wp-caption,.entry-content .media--sm-h .wp-caption{float:left;margin-bottom:0;margin-right:20px;width:auto}.media--sm-h .media__image--alt{float:right;margin-bottom:0;margin-left:20px;margin-right:0}.media--sm-h .media__image--thumb{width:30%}}@media only screen and (min-width: 1024px){.media--lg-v .media__image,.media--lg-v .entry-content .wp-caption,.entry-content .media--lg-v .wp-caption{float:none;margin-bottom:10px;margin-right:0;width:100%}.media--lg-v .media__image--alt{float:none;margin-bottom:10px;margin-left:0;margin-right:0}.media--lg-h .media__image,.media--lg-h .entry-content .wp-caption,.entry-content .media--lg-h .wp-caption{float:left;margin-bottom:0;margin-right:20px;width:auto}.media--lg-h .media__image--alt{float:right;margin-bottom:0;margin-left:20px;margin-right:0}.media--lg-h .media__image--thumb{width:30%}}.thumb{display:block;overflow:hidden;position:relative;width:100%}.thumb__sizer{display:block;padding-bottom:56.25%}.thumb__tugger{text-align:center;white-space:nowrap;word-break:normal;position:absolute;_position:static;bottom:-100px;top:-100px;left:0;right:0}.thumb__image,.home article.not-featured.has-thumbnail .post-thumbnail img,.archive article.not-featured.has-thumbnail .post-thumbnail img,.related-list article.not-featured.has-thumbnail .post-thumbnail img,.page-template article.not-featured.has-thumbnail .post-thumbnail img{display:inline-block;vertical-align:middle;margin:0;width:100%}.thumb__aligner{display:inline-block;vertical-align:middle;height:100%}.thumb__duration{font-size:11px;font-size:0.78571rem;background:#111;color:#FFF;display:block;line-height:1.2;opacity:0.8;padding:2px 3px 2px;position:absolute;bottom:3px;right:3px}.thumb--square .thumb__sizer{padding-bottom:100%}.thumb--square .thumb__tugger{bottom:0;top:0;left:-100px;right:-100px}.thumb--square .thumb__image,.thumb--square .home article.not-featured.has-thumbnail .post-thumbnail img,.home article.not-featured.has-thumbnail .post-thumbnail .thumb--square img,.thumb--square .archive article.not-featured.has-thumbnail .post-thumbnail img,.archive article.not-featured.has-thumbnail .post-thumbnail .thumb--square img,.thumb--square .related-list article.not-featured.has-thumbnail .post-thumbnail img,.related-list article.not-featured.has-thumbnail .post-thumbnail .thumb--square img,.thumb--square .page-template article.not-featured.has-thumbnail .post-thumbnail img,.page-template article.not-featured.has-thumbnail .post-thumbnail .thumb--square img{height:100%;width:auto}.thumb--tv .thumb__sizer{padding-bottom:75%}.icon{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;font-family:"icons";font-style:normal;font-weight:normal;text-align:center;vertical-align:middle;speak:none;-webkit-font-smoothing:antialiased;width:40px;height:40px;line-height:40px;font-size:38px}.icon_action-attend:before{content:"\f100"}.icon_action-connect:before{content:"\f101"}.icon_action-download:before{content:"\f102"}.icon_action-follow:before{content:"\f103"}.icon_action-join:before{content:"\f104"}.icon_action-learn:before{content:"\f105"}.icon_action-organize:before{content:"\f106"}.icon_action-participate:before{content:"\f107"}.icon_action-petition:before{content:"\f108"}.icon_action-quote:before{content:"\f109"}.icon_action-share:before{content:"\f10a"}.icon_action-signup:before{content:"\f10b"}.icon_action-subscribe:before{content:"\f10c"}.icon_action-visit:before{content:"\f10d"}.icon_action-volunteer:before{content:"\f10e"}.icon_arrow-alt-left:before{content:"\f10f"}.icon_arrow-alt-right:before{content:"\f110"}.icon_arrow-left:before{content:"\f111"}.icon_arrow-right:before{content:"\f112"}.icon_checkmark:before{content:"\f113"}.icon_circle-download:before{content:"\f114"}.icon_circle-email:before{content:"\f115"}.icon_circle-facebook:before{content:"\f116"}.icon_circle-favorite-fill:before{content:"\f117"}.icon_circle-favorite:before{content:"\f118"}.icon_circle-left:before{content:"\f119"}.icon_circle-more:before{content:"\f11a"}.icon_circle-rate:before{content:"\f11b"}.icon_circle-right:before{content:"\f11c"}.icon_circle-twitter:before{content:"\f11d"}.icon_circle-watchlater-fill:before{content:"\f11e"}.icon_circle-watchlater:before{content:"\f11f"}.icon_close-small:before{content:"\f120"}.icon_control-cog:before{content:"\f121"}.icon_control-fullscreen:before{content:"\f122"}.icon_control-mute:before{content:"\f123"}.icon_control-pause:before{content:"\f124"}.icon_control-play:before{content:"\f125"}.icon_control-skip:before{content:"\f126"}.icon_control-subtitles:before{content:"\f127"}.icon_control-transcript:before{content:"\f128"}.icon_control-volume:before{content:"\f129"}.icon_facebook:before{content:"\f12a"}.icon_flag:before{content:"\f12b"}.icon_footnotes:before{content:"\f12c"}.icon_item-book:before{content:"\f12d"}.icon_item-globe:before{content:"\f12e"}.icon_item-speaker:before{content:"\f12f"}.icon_item-text:before{content:"\f130"}.icon_item-video:before{content:"\f131"}.icon_link:before{content:"\f132"}.icon_page-dot-off:before{content:"\f133"}.icon_page-dot-on:before{content:"\f134"}.icon_pin:before{content:"\f135"}.icon_reply:before{content:"\f136"}.icon_search:before{content:"\f137"}.icon_transcript:before{content:"\f138"}.icon_twitter:before{content:"\f139"}.icon_upvote:before{content:"\f13a"}.home-header,.header{border-bottom:2px solid #D6D6D6}.home-header__intro{display:none}@media only screen and (min-width: 1024px){.home-header,.header{border-bottom:none}.home-header__intro{display:block;padding:20px 0;position:relative}.home-header__logo,.home-header__motto{float:left}.home-header__motto{color:#888;font-size:42px;font-weight:100;line-height:52px;margin-left:10px}.home-header__motto__asterisk{color:#E62B1E;font-weight:bold}.home-header__annotation{display:table;float:right;min-height:52px;width:300px}.home-header__annotation__content{display:table-cell;vertical-align:middle;font-size:11px;font-size:0.78571rem;color:#666;font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;text-align:right}.home-header__annotation__asterisk{color:#E62B1E}.home-header .banner,.header .banner{border-top:1px solid white;border-bottom:2px solid #e62b1e;height:50px}.home-header .banner__container,.header .banner__container{padding-left:18px}.home-header .banner,.header .banner,.home-header .banner__account,.header .banner__account{line-height:49px}.home-header .banner__logo,.header .banner__logo{display:none}.home-header .banner__account__image,.header .banner__account__image{margin-top:10px}.home-header .banner__account .nav__link--placeholder,.header .banner__account .nav__link--placeholder,.home-header .banner__account .nav__menu .nav__item .banner__account__link--profile,.header .banner__account .nav__menu .nav__item .banner__account__link--profile{height:50px}.home-header .nav__item,.header .nav__item{border-top:1px solid #F5F5F5;border-top:1px solid white;height:50px;margin-top:-1px;font-size:15px}.home-header .nav__item--active,.header .nav__item--active{border-color:#DDD}.home-header .nav__item--deactivating,.header .nav__item--deactivating{border-color:transparent}.home-header .nav__link,.header .nav__link{line-height:49px}.home-header .nav__folder,.header .nav__folder{top:49px}}@media only screen and (min-width: 1200px){.home-header .banner__container,.header .banner__container{padding-left:38px}}.list{margin:20px 0;padding:0}.list__item,.home article.not-featured,.archive article.not-featured,.related-list article.not-featured,.page-template article.not-featured{border-top:1px dotted #CCC;margin-top:20px;padding-top:20px}.list__item:first-child,.home article.not-featured:first-child,.archive article.not-featured:first-child,.related-list article.not-featured:first-child,.page-template article.not-featured:first-child{border-top:none;margin-top:0;padding-top:0}.talk-grid,*{-webkit-tap-highlight-color:transparent}.talk-grid{-moz-user-select:-moz-none;-ms-user-select:none;-webkit-user-select:none;user-select:none;*zoom:1;clear:both;float:none;margin:0 auto;max-width:1240px;max-width:1160px}.talk-grid:after{content:"";display:table;clear:both}.talk-grid__container{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;-moz-animation:grid-in 300ms;-webkit-animation:grid-in 300ms;animation:grid-in 300ms}.talk-grid--loading .talk-grid__container{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-moz-animation:grid-out 400ms;-webkit-animation:grid-out 400ms;animation:grid-out 400ms;visibility:hidden}.talk-grid__expander{margin:-1px}.talk-grid__inner{height:0;width:100%;padding-top:84.375%;position:relative}.talk-grid__content{width:100%;height:100%;position:absolute;top:0;left:0}.talk-grid__flipper{display:none}.talk-grid__page__inner{width:100%;height:100%;position:absolute;top:0;left:0}.talk-grid__page__content{width:100%;height:100%;position:relative}.talk-grid__tile{float:left;width:50%}.talk-grid__page--page-1 .talk-grid__tile--tile-1{width:100%}.talk-grid__tile__inner{padding-top:56.25%;position:relative}.talk-grid__tile__marker{background:#E62B1E;color:#FFF;padding:0 15px;line-height:36px;height:36px;position:absolute;top:0;left:20px}.talk-grid__tile__frame{padding:1px;width:100%;height:100%;position:absolute;top:0;left:0}.talk-grid__tile__content{display:block;overflow:hidden;text-decoration:none;width:100%;height:100%;position:relative}.talk-grid__tile__thumb{width:100%;position:absolute;top:0;left:0}.talk-grid__tile__overlay{background-image:-moz-linear-gradient(top, rgba(0,0,0,0) 20%,#000000);background-image:-webkit-linear-gradient(top, rgba(0,0,0,0) 20%,#000000);background-image:linear-gradient(to bottom, rgba(0,0,0,0) 20%,#000000);height:100%;width:100%;position:absolute;top:0;left:0}.talk-grid__tile__details{font-size:15px;font-size:1.07143rem;text-shadow:1px 1px 0 rgba(0,0,0,0.6);color:#FFF;width:100%;padding:10px;position:absolute;bottom:0;left:0}.talk-grid__tile__details__speaker{display:none}.talk-grid__tile__details__title{font-weight:900;line-height:1.1;max-height:4.4em;overflow:hidden}.talk-grid__tile__supplementary{display:none;text-shadow:none}.talk-grid__tile--hero{width:100%}.talk-grid__tile--placeholder{display:none}.talk-grid__tile__dummy{background:#333;width:100%;height:100%}.talk-grid__footer{margin-top:10px}@-moz-keyframes grid-in{0%{opacity:0}10%{opacity:0}100%{opacity:1}}@-webkit-keyframes grid-in{0%{opacity:0}10%{opacity:0}100%{opacity:1}}@keyframes grid-in{0%{opacity:0}10%{opacity:0}100%{opacity:1}}@-moz-keyframes grid-out{0%{opacity:1;visibility:visible}90%{opacity:0;visibility:visible}100%{visibility:hidden}}@-webkit-keyframes grid-out{0%{opacity:1;visibility:visible}90%{opacity:0;visibility:visible}100%{visibility:hidden}}@keyframes grid-out{0%{opacity:1;visibility:visible}90%{opacity:0;visibility:visible}100%{visibility:hidden}}@media only screen and (min-width: 600px){.talk-grid__tile__details{line-height:1.5;padding:4%}.talk-grid__tile__marker{left:4%}.talk-grid__tile__details__speaker{display:block;font-weight:400}.talk-grid__tile__details__title{line-height:1.2;max-height:4.8em}.talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__details__title{font-size:23px;font-size:1.64286rem}}@media only screen and (min-width: 768px){.talk-grid__expander{margin:-2px}.talk-grid__inner{z-index:1}.talk-grid__content .swipeview-active{z-index:1}.talk-grid__page{-moz-transition:opacity 0.3s;-o-transition:opacity 0.3s;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);opacity:0.2}.talk-grid__page:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.talk-grid__page--current,.talk-grid__page--current:hover{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}.talk-grid__inner{padding-top:56.25%}.talk-grid__tile__overlay{-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.talk-grid__tile__details{font-size:13px;font-size:0.92857rem;min-height:0;-moz-transition:min-height 200ms ease-out;-o-transition:min-height 200ms ease-out;-webkit-transition:min-height 200ms ease-out;transition:min-height 200ms ease-out}.talk-grid__tile__details__title{max-height:none}.talk-grid__tile__meta{font-size:11px;font-size:0.78571rem;color:#AAA;margin:4px 0}.talk-grid__tile__description{font-size:12px;font-size:0.85714rem;font-weight:normal}.talk-grid__tile__frame{padding:2px}.talk-grid__tile{position:absolute;width:25%;-moz-transition-property:width,top,left;-o-transition-property:width,top,left;-webkit-transition-property:width,top,left;transition-property:width,top,left;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s;-moz-animation:tile-hover-out 200ms;-webkit-animation:tile-hover-out 200ms;animation:tile-hover-out 200ms;z-index:auto}.talk-grid__page--page-1 .talk-grid__tile--tile-1,.talk-grid__tile--tile-1,.talk-grid__tile--tile-2{width:50%}.talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__details__title,.talk-grid__tile--tile-1 .talk-grid__tile__details__title,.talk-grid__tile--tile-2 .talk-grid__tile__details__title{font-size:28px;font-size:2rem;letter-spacing:-1px;line-height:1.1}.talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__meta,.talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__description,.talk-grid__tile--tile-1 .talk-grid__tile__meta,.talk-grid__tile--tile-1 .talk-grid__tile__description,.talk-grid__tile--tile-2 .talk-grid__tile__meta,.talk-grid__tile--tile-2 .talk-grid__tile__description{font-size:13px;font-size:0.92857rem}.talk-grid__tile--hover{-moz-animation:tile-hover-in 200ms;-webkit-animation:tile-hover-in 200ms;animation:tile-hover-in 200ms;z-index:1}.talk-grid__tile--hover .talk-grid__tile__content{-moz-box-shadow:rgba(30,30,30,0.8) 0 0 30px;-webkit-box-shadow:rgba(30,30,30,0.8) 0 0 30px;box-shadow:rgba(30,30,30,0.8) 0 0 30px}.talk-grid__tile--hover .talk-grid__tile__overlay{height:200%;top:-100%}.talk-grid__tile--hover .talk-grid__tile__details{min-height:100%}.talk-grid__tile--deco .talk-grid__tile__details{top:0;bottom:auto}.talk-grid__tile--deco .talk-grid__tile__supplementary{-moz-animation:tile-supplementary-deco-in 200ms;-webkit-animation:tile-supplementary-deco-in 200ms;animation:tile-supplementary-deco-in 200ms;display:block;opacity:1}.talk-grid__tile--marked .talk-grid__tile__details{padding-top:50px}@-moz-keyframes tile-hover-in{0%{z-index:auto}90%{z-index:2}100%{z-index:2}}@-webkit-keyframes tile-hover-in{0%{z-index:auto}90%{z-index:2}100%{z-index:2}}@keyframes tile-hover-in{0%{z-index:auto}90%{z-index:2}100%{z-index:2}}@-moz-keyframes tile-hover-out{0%{z-index:1}90%{z-index:1}100%{z-index:auto}}@-webkit-keyframes tile-hover-out{0%{z-index:1}90%{z-index:1}100%{z-index:auto}}@keyframes tile-hover-out{0%{z-index:1}90%{z-index:1}100%{z-index:auto}}@-moz-keyframes tile-supplementary-deco-in{0%{display:block;opacity:0}10%{opacity:0}100%{opacity:1}}@-webkit-keyframes tile-supplementary-deco-in{0%{display:block;opacity:0}10%{opacity:0}100%{opacity:1}}@keyframes tile-supplementary-deco-in{0%{display:block;opacity:0}10%{opacity:0}100%{opacity:1}}}@media only screen and (min-width: 1024px){.talk-grid__expander{margin:-2px}.talk-grid__inner{padding-top:56.25%}.talk-grid__tile__frame{padding:2px}.talk-grid__tile{cursor:pointer;width:20%}.talk-grid__tile__details{font-size:15px;font-size:1.07143rem}.talk-grid__tile__meta{font-size:13px;font-size:0.92857rem;margin:5px 0}.talk-grid__tile__description{font-size:14px;font-size:1rem}.talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__meta,.talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__description,.talk-grid__tile--tile-1 .talk-grid__tile__meta,.talk-grid__tile--tile-1 .talk-grid__tile__description,.talk-grid__tile--tile-2 .talk-grid__tile__meta,.talk-grid__tile--tile-2 .talk-grid__tile__description,.talk-grid__tile--tile-3 .talk-grid__tile__meta,.talk-grid__tile--tile-3 .talk-grid__tile__description{font-size:15px;font-size:1.07143rem}.talk-grid__tile--tile-2,.talk-grid__tile--tile-3{width:40%}.talk-grid__page--page-1 .talk-grid__tile--tile-1,.talk-grid__tile--tile-1{width:60%}.talk-grid__tile--placeholder{display:block}.talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__details__speaker,.talk-grid__tile--tile-1 .talk-grid__tile__details__speaker{font-size:20px;font-size:1.42857rem}.talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__details__title,.talk-grid__tile--tile-1 .talk-grid__tile__details__title{font-size:46px;font-size:3.28571rem;letter-spacing:-2px;line-height:1}.talk-grid__page--page-1 .talk-grid__tile--tile-1 .talk-grid__tile__meta,.talk-grid__tile--tile-1 .talk-grid__tile__meta{margin:12px 0}.talk-grid__tile--tile-2 .talk-grid__tile__details__title,.talk-grid__tile--tile-3 .talk-grid__tile__details__title{font-size:28px;font-size:2rem;letter-spacing:-1px;line-height:1.1}.talk-grid__tile--tile-2 .talk-grid__tile__meta,.talk-grid__tile--tile-3 .talk-grid__tile__meta{margin:8px 0}}@media only screen and (min-width: 1200px){.talk-grid__flipper{color:#777;display:block;position:absolute;top:50%;margin-top:-20px}.talk-grid__flipper:hover{color:#111}.talk-grid__prev{left:-60px}.talk-grid__next{right:-60px}}.home-stack{margin:20px 0}.home-stack--highlight{background:#F3F3F3;margin:0;padding:20px 0}.home-about{text-align:center}.home-grid__filters--small{margin-bottom:20px}.home-grid__filters--large{display:none}.home-features__ad{margin:10px 0 0;padding-top:20px;border-top:1px solid #DDD;text-align:center}.home-features__ad__text{font-size:12px;font-size:0.85714rem;line-height:1.83333;color:#666;font-family:Georgia,"Times New Roman",Times,serif}.home-features__ad__unit{display:block;margin:10px -20px 0}.home-conference__postcard{width:100%}.home-conference__theme{font-size:22px;font-size:1.57143rem;font-weight:700;line-height:1.4}.home-conference__meta{font-size:16px;font-size:1.14286rem;font-weight:300;line-height:1.2;color:#666}.explore__arrow{display:none}.home-top__alpha,.home-top__omega{margin:20px 0 0}.flexbox .home-top,.flexboxlegacy .home-top{display:-moz-box;-moz-box-orient:vertical;display:-webkit-box;-webkit-box-orient:vertical;display:-ms-flexbox;-ms-flex-direction:column;display:-webkit-flex;-webkit-flex-direction:column;display:flex;flex-direction:column}.flexbox .home-top__alpha,.flexbox .home-top__omega,.flexboxlegacy .home-top__alpha,.flexboxlegacy .home-top__omega{width:100%}.flexbox .home-top__alpha,.flexboxlegacy .home-top__alpha{-webkit-order:2;order:2}.flexbox .home-top__omega,.flexboxlegacy .home-top__omega{-webkit-order:1;order:1}@media only screen and (min-width: 768px){.home-grid__filters--small{display:none}.home-grid__filters--large{font-size:16px;font-size:1.14286rem;color:#CCC;display:block;margin-bottom:20px}.home-grid__filter{font-size:15px;font-size:1.07143rem;color:#888;font-weight:normal;margin:0 10px;text-decoration:none}.home-grid__filter:hover{color:#333}.home-grid__filter:first-child{margin-left:0;color:#333;font-weight:bold}.home-grid__filter:last-child{margin-right:0}.home-grid__filter--outbound,.home .home-explore{font-weight:bold;border-left:1px solid #CCC;padding-left:20px}.home-grid__filter--current{color:#E62B1E;font-weight:bold}.home-about__container{padding:0 50px}.flexbox .home-top__alpha,.flexboxlegacy .home-top__alpha{-webkit-order:1;order:1;margin:20px 0 0}.flexbox .home-top__omega,.flexboxlegacy .home-top__omega{-webkit-order:2;order:2}}@media only screen and (min-width: 1024px){.home-grid__filter{margin:0 10px}.home-stack{margin:30px 0}.home-stack--highlight{margin:0;padding:40px 0}.home-features__title{font-size:18px;font-size:1.28571rem;line-height:1.22222}.home-features__ad{margin:0;padding-top:0;border-top:none}.home-features__ad__unit{margin-top:20px}.explore__arrow{display:inline-block;margin-left:6px;width:18px;height:18px;line-height:18px;font-size:17.1px}}@media only screen and (min-width: 1200px){.home-features__ad{border-left:1px solid #DDD;padding-left:40px;width:340px}.home-about__container{padding:0 100px}}.spinner-wrap{position:relative;display:block;z-index:100}article{transition:opacity 0.5s}article.loading{opacity:0.2}.breadcrumb,#main h1.page-title-meta,.article-header .category-title,.article-header .tag-initiative{display:none}@media only screen and (min-width: 768px){.breadcrumb,#main h1.page-title-meta,.article-header .category-title,.article-header .tag-initiative,.breadcrumb__link,#main h1.page-title-meta a,.article-header a.category-title,.article-header a.tag-initiative{color:#999;text-decoration:none}.inverse .breadcrumb,.home .featured .details-wrap .breadcrumb,.inverse #main h1.page-title-meta,#main .inverse h1.page-title-meta,.home .featured .details-wrap #main h1.page-title-meta,#main .home .featured .details-wrap h1.page-title-meta,.inverse .article-header .category-title,.article-header .inverse .category-title,.home .featured .details-wrap .article-header .category-title,.article-header .home .featured .details-wrap .category-title,.inverse .article-header .tag-initiative,.article-header .inverse .tag-initiative,.home .featured .details-wrap .article-header .tag-initiative,.article-header .home .featured .details-wrap .tag-initiative,.inverse .breadcrumb__link,.home .featured .details-wrap .breadcrumb__link,.inverse #main h1.page-title-meta a,#main h1.page-title-meta .inverse a,.home .featured .details-wrap #main h1.page-title-meta a,#main h1.page-title-meta .home .featured .details-wrap a,.inverse .article-header a.category-title,.article-header .inverse a.category-title,.home .featured .details-wrap .article-header a.category-title,.article-header .home .featured .details-wrap a.category-title,.inverse .article-header a.tag-initiative,.article-header .inverse a.tag-initiative,.home .featured .details-wrap .article-header a.tag-initiative,.article-header .home .featured .details-wrap a.tag-initiative{color:#FFF}.breadcrumb,#main h1.page-title-meta,.article-header .category-title,.article-header .tag-initiative{display:block}}.talk-event,.article-header .meta{margin-bottom:20px;font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;color:#666;font-size:13px;font-size:0.92857rem}.event_icon{display:none}@media only screen and (min-width: 1024px){.talk-event,.article-header .meta{position:relative;padding-left:24px}.event_icon{display:block;position:absolute;width:20px;height:20px;line-height:20px;font-size:19px;left:-1px;top:1px;color:#AAA}}.talk-top{margin-top:10px}.talk-top__tools{*zoom:1}.talk-top__tools:after{content:"";display:table;clear:both}@media only screen and (min-width: 768px){.talk-top{margin-top:0}}@media only screen and (min-width: 1024px){.talk-top{margin-top:20px}.talk-top__details{float:left;padding-right:40px;width:63%;margin-bottom:20px}.talk-top__related{float:right;margin-top:0;padding-left:40px;width:37%}.talk-top__related:before{display:none}}.talk-topics,.article-footer .tags{line-height:16px;margin-top:20px;overflow:hidden;width:100%}.talk-topics__list,.widget_archives .list,.article-footer .tag-list{list-style:none;margin:6px 0 0 0;overflow:hidden;padding:0}.talk-topics__item,.widget_archives .list a,.article-footer .tag-list a{float:left;margin-bottom:0.8ex;margin-right:1ex;font-size:12px;font-size:0.85714rem}.talk-topics__link,.widget_archives .list a,.article-footer .tag-list a{background:#F3F3F3;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;color:#666;display:block;text-decoration:none;padding:.6ex 1.4ex;font-weight:normal}.talk-topics__link:hover,.widget_archives .list a:hover,.article-footer .tag-list a:hover{background-color:#ebebeb}.talk-section,#sidebar1{margin-top:20px}.talk-section:before,#sidebar1:before{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURf///7+/v6NDdjkAAAAQSURBVAjXY2hgEGBQYHAAAAR4APGA2fwfAAAAAElFTkSuQmCC");content:" ";display:block;height:8px;margin-bottom:20px;width:100%}.talk-section--borderless{margin-top:20px;padding-top:20px}.talk-section--borderless:before{display:none}.talk-section__title,#discussion h3{font-size:30px;font-weight:300;line-height:1.2;margin-bottom:20px;margin-right:60px}.talk-section__description{color:#777;font-size:12px;margin-right:60px}.talk-subsection,.article-footer .tags{border-top:1px solid #EAEAEA;margin-top:20px;padding-top:12px}.talk-subsection__title{font-size:18px;font-weight:700;line-height:1.4;margin-bottom:10px}@media only screen and (min-width: 1024px){.talk-section,#sidebar1{margin-bottom:10px}.talk-section__title,#discussion h3{position:relative;font-size:36px}.talk-section__title span,#discussion h3 span{display:block}}@media only screen and (min-width: 1200px){.talk-section:before,#sidebar1:before{margin-bottom:10px}}.thread,.comments,#comments ul{margin:0 auto;max-width:530px}.comment,#commentList li.pingback{font-size:13px;font-size:0.92857rem;border-top:1px dotted #CCC}.comment:first-child,#commentList li.pingback:first-child{border-top:2px solid #e3e3e3}.comment:first-child .comment__parent,#commentList li.pingback:first-child .comment__parent{display:none}.comment__header{color:#666;margin:25px 0 0}.comment__name,#commentList .comment-header h4 a{font-size:15px;font-size:1.07143rem;color:#333;font-weight:normal;text-decoration:none}.comment__date,#commentList .comment-header h4 .date{font-size:12px;font-size:0.85714rem}.comment__parent{margin:20px 0 -5px}.comment__context{font-size:15px;font-size:1.07143rem;display:block;font-weight:900;margin:5px 0 -15px;text-decoration:none}.comment__body{margin:25px 0}.comment__footer{font-size:12px;font-size:0.85714rem;margin-bottom:45px}.comment__footer .icon{color:#888;width:17px;height:17px;line-height:17px;font-size:16.15px;-moz-transition:color 0.2s;-o-transition:color 0.2s;-webkit-transition:color 0.2s;transition:color 0.2s}.comment__link{color:#666;font-weight:normal;margin-right:10px;text-decoration:none}.comment__link:hover,.comment__upvote--upvoted,.comment__report--reported{color:#E62B1E}.comment__link:hover .icon,.comment__upvote--upvoted .icon,.comment__report--reported .icon{color:#E62B1E}.comment__report{float:right;margin-right:0}.comment__response{border-top:1px dotted #CCC;display:none;margin-left:35px;padding:25px 0}.comment__response__button{float:right;margin-left:15px}.comment__response__buttons{*zoom:1}.comment__response__buttons:after{content:"";display:table;clear:both}.comment__response__limit{color:#666}.comment__response__limit__remain{font-weight:bold}.comment__quote{border-left:1px solid #DEDEDE;margin:10px 0;padding-left:10px}.comment__quote__body{margin:0}.comment__quote__attribution{color:#666;font-style:italic}.thread__new__input,.comment__editor__input,.comment__response__input{background:#FFF;border:1px solid #DDD;border-radius:4px;display:block;margin:10px 0;padding:10px;width:100%}.thread__new__alert,.comment__editor__message,.comment__response__message{background:#FFF;border:1px solid #E62B1E;border-radius:4px;color:#E62B1E;display:none;margin:10px 0;padding:5px 10px}.comment__response--disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:0.4}.comment__replies .comments,.comment__replies #comments ul,#comments .comment__replies ul{border-top:1px dotted #CCC;padding-left:35px}.comment__replies .comment:first-child,.comment__replies #commentList li.pingback:first-child,#commentList .comment__replies li.pingback:first-child{border-top:none}.comment__replies .comment__header{margin-left:-20px}.comment__replies .comment__image{border-left:1px solid #DEDEDE;padding-left:19px}.comment__replies .comment__response{margin-left:0}.comment__replies .comment__replies .comments,.comment__replies .comment__replies #comments ul,#comments .comment__replies .comment__replies ul{border-top:none;padding-left:0}.comment__replies .comment__replies .comment:first-child,.comment__replies .comment__replies #commentList li.pingback:first-child,#commentList .comment__replies .comment__replies li.pingback:first-child{border-top:1px dotted #CCC}.comment__replies .comment__replies .comment:first-child .comment__parent,.comment__replies .comment__replies #commentList li.pingback:first-child .comment__parent,#commentList .comment__replies .comment__replies li.pingback:first-child .comment__parent{display:block}.comment__editor{display:none;padding:25px 0}.comment__editor__input{margin-top:0}.thread__new__buttons,.comment__editor__controls{overflow:hidden;*zoom:1;color:#666}.thread__new__count,.comment__editor__count{font-weight:bold}.thread__new__button,.comment__editor__button{float:right;margin-left:15px}.thread__new,#discussion .signin{margin-bottom:20px}.thread__new__input{margin-top:0}.thread__loading{height:100px}.thread__no-comments{border-top:1px dotted #DDD;color:#666;display:none;padding-top:20px;text-align:center}.thread--no-comments .thread__more{display:none}.thread--no-comments .thread__no-comments{display:block}.thread--loading .thread__more,.thread--loading .thread__no-comments{display:none}.submenu{margin-bottom:20px}.submenu__list{list-style:none;margin:0;padding:0}.submenu__heading,.submenu__item{border-bottom:1px dotted #B2B2B2;padding:10px 0}.submenu__heading:first-child,.submenu__item:first-child{padding-top:0}.submenu__heading .submenu__item,.submenu__item .submenu__item{border-bottom:0;padding:0}.submenu__heading .submenu__item .submenu__link,.submenu__heading .submenu__item .widget a,.widget .submenu__heading .submenu__item a,.submenu__item .submenu__item .submenu__link,.submenu__item .submenu__item .widget a,.widget .submenu__item .submenu__item a{font-weight:400}.submenu__heading{margin-bottom:10px}.submenu__link,.widget a{line-height:2;text-decoration:none}.submenu__item--active>.submenu__link,.widget .submenu__item--active>a{color:#E62B1E}.inverse .submenu__item--active>.submenu__link,.home .featured .details-wrap .submenu__item--active>.submenu__link,.inverse .widget .submenu__item--active>a,.widget .inverse .submenu__item--active>a,.home .featured .details-wrap .widget .submenu__item--active>a,.widget .home .featured .details-wrap .submenu__item--active>a{color:#FFF}.js .submenu__lists{display:none}.submenu--opened .submenu__lists{display:block}@media only screen and (min-width: 320px){.js.csstransforms3d .submenu__heading{border:none;padding-bottom:0;margin-bottom:-10px}.js.csstransforms3d .submenu__heading__link{display:block;font-size:16px;font-weight:300;padding-left:20px;position:relative}.js.csstransforms3d .submenu__heading__link:before{content:"\f111"}.js.csstransforms3d .submenu__heading__link:before{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;font-family:"icons";font-style:normal;font-weight:normal;text-align:center;vertical-align:middle;speak:none;-webkit-font-smoothing:antialiased;width:16px;height:16px;line-height:16px;font-size:15.2px;color:#484848;position:absolute;top:50%;left:0;margin-top:-8px}.js.csstransforms3d .submenu--opened{margin-bottom:20px}.js.csstransforms3d .submenu--fixture{margin:0}.js.csstransforms3d .submenu--fixture .submenu__item{border:none;padding:0}.js.csstransforms3d .submenu--fixture .submenu__heading{margin:0}.js.csstransforms3d .submenu--fixture .submenu__link,.js.csstransforms3d .submenu--fixture .widget a,.widget .js.csstransforms3d .submenu--fixture a{background:#EAEAEA;border-bottom:1px solid #CBCBCB;display:block;padding:7px 15px}.js.csstransforms3d .submenu--fixture .submenu__item .submenu__item .submenu__link,.js.csstransforms3d .submenu--fixture .submenu__item .submenu__item .widget a,.widget .js.csstransforms3d .submenu--fixture .submenu__item .submenu__item a{background:#D9D9D9}.js.csstransforms3d .submenu--fixture .submenu__heading__link{background:#F5F5F5;font-weight:700}.js.csstransforms3d .submenu--fixture .submenu__heading__link:before{display:none}}@media only screen and (min-width: 1024px){.submenu{padding-right:40px}.submenu__heading{display:none}.js .submenu__lists{display:block}.submenu__item:last-child{border-bottom:none}}.pagination,.comments-pagination{font-size:16px;font-size:1.14286rem;margin-bottom:10px;position:relative;padding-top:2em;text-align:center}.pagination__flipper,.comments-pagination .prev,.comments-pagination .next,.pagination__item,.comments-pagination a.page-numbers{font-weight:normal;text-decoration:none}.pagination__flipper,.comments-pagination .prev,.comments-pagination .next{display:block;position:absolute;top:0}.pagination__prev,.comments-pagination .prev{left:0}.pagination__next,.comments-pagination .next{right:0}.pagination__item,.comments-pagination a.page-numbers{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;background:#bc2015;color:#FFF;padding:4px 10px;margin:0 6px 10px;text-decoration:none}.pagination__item:hover,.comments-pagination a.page-numbers:hover{background:transparent;color:#222}.pagination__current,.comments-pagination .current,.pagination__gap,.comments-pagination .dots{background:transparent;color:#666;margin-left:0;margin-right:0}@media only screen and (min-width: 768px){.pagination,.comments-pagination{padding:0}.pagination__flipper,.comments-pagination .prev,.comments-pagination .next{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;margin:0 6px 10px;padding:4px 0;position:static}}.swipe,.home .featured-wrap{visibility:hidden;position:relative}.swipe__pages,.home .featured-wrap{overflow:hidden;white-space:nowrap}.swipe__page,.home .featured{display:inline-block;overflow:hidden;white-space:normal;white-space-collapsing:discard;position:relative}.swipe--initialized .swipe__page,.home .featured-wrap .swipe__page,.swipe--initialized .home .featured,.home .swipe--initialized .featured,.home .featured-wrap .featured{float:left}.pages-status{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background-color:#F3F3F3;padding:20px;margin-bottom:30px}.pages-main{border-top:2px solid #F2F2F2;padding:10px 0}.pages-module{margin:30px 0}.pages-button{margin-bottom:20px;margin-right:10px}.pages-callout{background:#333;padding:20px}.pages-carousel{background:#000;overflow:hidden;position:relative;width:100%}.pages-carousel__image,.home .featured .post-thumbnail{background-size:cover;background-position:center 0;background-repeat:no-repeat;height:0;padding-bottom:56.25%;width:100%}.pages-carousel__content,.home .featured .details-wrap{padding:20px 20px 10px}.pages-carousel__text,.pages-carousel__credit{margin:20px 0}.pages-carousel__credit{font-size:12px;font-size:0.85714rem}.pages-carousel__context{font-weight:bold}.pages-carousel__heading,.home .featured .details-wrap .post-title{font-size:28px;font-size:2rem;line-height:1.07143;font-weight:900;text-decoration:none}.pages-carousel__flipper{display:none}.pages-carousel__link,.home .featured .details-wrap .featured-read-more{border:none}.pages-carousel__nav .page-nav__dot--active .page-nav__dot__link{color:#FFF}.pages-featured-link{margin:20px 0;text-decoration:none}.pages-featured-link:hover .pages-featured-link__icon{color:#999}.pages-featured-link__icon{color:#E62B1E;margin-right:10px}.pages-hero{background-color:#000;position:relative;overflow:hidden;width:100%}.pages-hero__spacer{float:right;overflow:visible;width:1%}.pages-hero__spacer__inner{height:0;padding-bottom:3750%;position:relative;width:10000%}.pages-hero__image{background-size:100% auto;background-position:right 0;background-repeat:no-repeat;position:absolute;top:0;right:0;height:100%;width:66.6%}.pages-hero__image:after{background-image:-moz-linear-gradient(left, #000000,rgba(0,0,0,0));background-image:-webkit-linear-gradient(left, #000000,rgba(0,0,0,0));background-image:linear-gradient(to right, #000000,rgba(0,0,0,0));content:" ";display:block;position:absolute;left:-1px;top:0;width:80%;height:100%}.pages-hero__content{float:left;position:relative;width:90%;padding:10px}.pages-image{margin-bottom:20px}.pages-image.pages-image-float-left{max-width:50%;margin-right:1.4em;float:left}.pages-image.pages-image-float-right{max-width:50%;margin-left:1.4em;float:right}.pages-image__content{display:block;max-width:100%}.pages-image__caption{margin-top:5px}.pages-quote{padding:0 20px;border-left:2px solid #CCC}.pages-quote__source{font-style:italic}.pages-hr{border:none;border-top:2px solid #CCC;margin:40px 0}.pages-iframe{padding-top:56.25%;position:relative;width:100%}.pages-iframe__content{border:1px solid #CCC;position:absolute;top:0;left:0;height:100%;width:100%}.pages-promo{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background-color:#F3F3F3;padding:20px}.pages-json-debug{background-color:#F3F3F3}.pages-placeholder{padding:1em;background-color:#CCC}.pages-footnote{font-size:0.9em;color:#999}.pages-video-gallery__item{margin-bottom:2em}.pages-video-gallery__item .media__message{float:left}.pages-video-gallery__item__kicker{color:#999;font-size:0.9em}.pages-tweets__heading{margin-bottom:1em}.pages-tweet{margin-bottom:1em}.pages-tweet__username{margin-bottom:0.4em;font-weight:bold}.pages-tweet__text{font-size:0.9em;margin-top:-4px}.pages-tweet__image{float:left;margin-right:0.8em}.pages-photo-feed{*zoom:1}.pages-photo-feed:after{content:"";display:table;clear:both}.pages-photo-feed__thumb{display:block;width:100px;float:left;margin-right:1px;margin-bottom:1px}.pages-photo-feed__link{clear:left;display:block}.pages-video-embed__video{position:relative;height:0;padding-bottom:56.25%;width:100%}.pages-video-embed__video__object{position:absolute;top:0;left:0;height:100%;width:100%}@media only screen and (min-width: 768px){.pages-carousel__heading,.home .featured .details-wrap .post-title{font-size:32px;font-size:2.28571rem;line-height:1.0625}.pages-hero__image:after{width:60%}.pages-hero__content{width:70%;padding:20px}}@media only screen and (min-width: 1024px){.pages-carousel__spacer{float:right;overflow:visible;width:1%}.pages-carousel__spacer__inner{height:0;padding-bottom:4200%;position:relative;width:10000%}.pages-carousel__image,.home .featured .post-thumbnail{position:absolute;top:0;left:0;height:100%;width:75%}.pages-carousel__image:after,.home .featured .post-thumbnail:after{background-image:-moz-linear-gradient(left, rgba(0,0,0,0),#000000);background-image:-webkit-linear-gradient(left, rgba(0,0,0,0),#000000);background-image:linear-gradient(to right, rgba(0,0,0,0),#000000);content:" ";display:block;position:absolute;right:-1px;top:0;width:90%;height:100%}.pages-carousel__content,.home .featured .details-wrap{padding:20px 40px 50px 0;float:right;position:relative;left:1%;top:0;width:60%}.pages-carousel__flipper{color:#CCC;display:block;margin:10px;position:absolute;margin-top:-10px;top:50%}.pages-carousel__flipper:hover{color:#FFF}.pages-carousel__flipper--prev{left:0}.pages-carousel__flipper--next{right:0}.pages-carousel__flipper__icon{width:34px;height:34px;line-height:34px;font-size:32.3px}.pages-carousel__nav{position:absolute;bottom:0;left:0;width:100%}.pages-carousel__nav .page-nav__next,.pages-carousel__nav .page-nav__prev{display:none}.pages-content{border-left:1px solid #e4e4e4}.pages-main{padding:30px 0}}@media only screen and (min-width: 1024px){.pages-carousel__image:after,.home .featured .post-thumbnail:after{width:60%}.pages-carousel__content,.home .featured .details-wrap{width:50%}}.image-replacement{text-indent:100%;white-space:nowrap;overflow:hidden}::-webkit-input-placeholder{color:#999}:-moz-placeholder{color:#999}::-moz-placeholder{color:#999}:-ms-input-placeholder{color:#999}@font-face{font-family:'fontello';src:url(/wp-content/themes/vip/ted2012/css-v2/fonts/fontello.eot?91188025);src:url(/wp-content/themes/vip/ted2012/css-v2/fonts/fontello.eot?91188025#iefix) format("embedded-opentype"),url(/wp-content/themes/vip/ted2012/css-v2/fonts/fontello.svg?91188025#fontello) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'fontello';src:url("data:application/octet-stream;base64,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") format("woff"),url("data:application/octet-stream;base64,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Y29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQhmYWNlYm9vawhkcmliYmJsZQZmbGlja3IKZm91cnNxdWFyZQZnaXRodWIFZ3BsdXMJaW5zdGFncmFtCGxpbmtlZGluCXBpbnRlcmVzdAZ0dW1ibHIHdHdpdHRlcgtzdHVtYmxldXBvbgd5b3V0dWJlA3JzcwV2aW1lbwZwaWNhc2EHYmVoYW5jZQZyZWRkaXQFcHJpbnQEbWFpbAAAAAA=") format("truetype")}.soc-icon:before,#content .sharedaddy a.share-icon:before,[class^="soc-"]:before,[class*=" soc-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.soc-mail:before,#content .sharedaddy a.share-email:before{content:'\e813'}.soc-reddit:before,#content .sharedaddy a.share-reddit:before{content:'\e811'}.soc-rss:before{content:'\e80d'}.soc-dribbble:before{content:'\e801'}.soc-facebook:before,#content .sharedaddy a.share-facebook:before{content:'\e800'}.soc-flickr:before{content:'\e802'}.soc-foursquare:before{content:'\e803'}.soc-github:before{content:'\e804'}.soc-gplus:before,#content .sharedaddy a.share-google-plus-1:before{content:'\e805'}.soc-instagram:before{content:'\e806'}.soc-print:before,#content .sharedaddy a.share-print:before{content:'\e812'}.soc-pinterest:before,#content .sharedaddy a.share-pinterest:before{content:'\e808'}.soc-tumblr:before,#content .sharedaddy a.share-tumblr:before{content:'\e809'}.soc-twitter:before,#content .sharedaddy a.share-twitter:before{content:'\e80a'}.soc-youtube:before{content:'\e80c'}.soc-vimeo:before{content:'\e80e'}.soc-stumbleupon:before,#content .sharedaddy a.share-stumbleupon:before{content:'\e80b'}.soc-picasa:before{content:'\e80f'}.soc-behance:before{content:'\e810'}.soc-linkedin:before,#content .sharedaddy a.share-linkedin:before{content:'\e807'}.home #talk-grid-filter-dropdown{display:block}.home #home-filters{display:none}.home .explore__arrow{font-size:12px;margin-left:0}.home .featured-wrap{position:relative;display:block;width:100%;margin-bottom:20px;z-index:10;padding-right:0;padding-left:40px}.home .featured{cursor:pointer;overflow:hidden;visibility:visible;background-color:#000;width:100%}.home .featured .post-thumbnail{z-index:10;width:100%;height:auto;display:block}.home .featured .post-thumbnail:after{z-index:20}.home .featured .post-thumbnail img{width:auto;height:100%;min-width:100%}.home .featured .details-wrap{z-index:30;padding-bottom:20px;display:block}.home .featured .details-wrap a{text-decoration:none}.home .featured .details-wrap .meta{padding:10px 0 20px 0}.home .featured .details-wrap .excerpt{display:none}.home .featured .details-wrap .featured-read-more{margin-top:20px;display:block;width:100px;text-align:center}@media only screen and (min-width: 768px){.home #talk-grid-filter-dropdown{display:none}.home #home-filters{display:block}.home .featured-wrap .details-wrap .excerpt{padding:0;display:block}.home #sidebar1{margin-top:0}}@media only screen and (min-width: 1024px){.home .featured-wrap article{min-height:487px}.home .featured-wrap .post-thumbnail{width:650px;height:100%;position:absolute;padding:0;display:block;background-size:auto 100%;background-position:left top}}.home .ajax-response{position:relative;z-index:50}.home .ajax-response article.page ul{padding-bottom:0}.home .ajax-response article.page h4{padding-top:20px}.home-widgets{margin-top:20px;margin-bottom:-20px}.home-widgets .widget_nav_menu ul{margin-top:-8px}.home-widgets hr.pages-hr{border-top-color:#CCC;margin:40px 0}@media only screen and (min-width: 768px){.home-widgets .widget_nav_menu{float:left;width:33%;margin-left:2%}.home-widgets hr.pages-hr{display:none}}#home-filters{padding-bottom:20px}#home-filters ul{height:30px;overflow:hidden}#home-filters ul,#home-filters li{margin:0;padding:0}#home-filters li{list-style-type:none;float:left;display:block;position:relative}#home-filters li:first-child a{padding-left:0}#home-filters a{font-size:1.07143rem;font-weight:400;color:#999;padding:5px 10px;text-decoration:none}#home-filters li.current-menu-item a{color:#E62B1E;font-weight:700}#home-filters a:hover,#home-filters li.current-menu-item a:hover,#home-filters .home-grid__filter--label a{color:#333}#home-filters .home-grid__filter--label a{font-style:italic}#home-filters .archives a{border-left:1px solid #CCC;margin-left:10px;padding:0 10px 0 20px;font-weight:700}.header{display:block;border-bottom:2px solid #CCC;margin-bottom:20px}.header__container{position:relative}.banner{margin:20px 0;position:relative}.banner__container{text-align:center}a.header-logo{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;margin:0 auto;position:relative;left:2px;top:0;width:auto;height:30px;padding-left:85px;font-family:"Helvetica Neue Custom","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;text-decoration:none;white-space:nowrap;font-size:39px;font-size:2.78571rem;line-height:0.76923;transition-property:color;transition-duration:.5s}a.header-logo strong{position:absolute;left:0;top:0}a.header-logo:hover{color:#666}@media only screen and (min-width: 1024px){.header{border-bottom-color:#E62B1E}.header .banner{border:none}.header__container{padding-top:28px;padding-bottom:20px}#search-toggle{display:none}a.header-logo{margin:0;width:127px;padding-left:143px;font-family:"Helvetica Neue Custom","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:69px;font-size:4.92857rem;line-height:0.75362;height:52px}.banner__container a.header-logo{display:none}a.header-logo strong{top:1px}}.main-search{position:absolute;top:0;left:0;display:block;background:none;border:none;padding:0;margin:0;text-align:left;width:34px;height:30px}.main-search .main-search__input{display:none;width:100%}.main-search .main-search__button{margin:0;position:absolute;right:5px;top:2px}.main-search .main-search__button i{width:30px;height:30px;line-height:30px;font-size:28.5px;color:#666;transition:color 0.5s ease}.main-search .main-search__button i:hover{color:#111}@media only screen and (min-width: 1024px){.header .home-header__intro{width:40%;float:left}.header .banner{margin-top:-2px;position:relative;float:right;width:30%}.main-search{position:relative;left:auto;right:0;width:100%}.main-search .main-search__input{display:block}.main-search .main-search__button{line-height:1}.main-search .main-search__button i{margin-top:1px;width:24px;height:24px;line-height:24px;font-size:22.8px}.js .main-search{margin:0}}.menu-footer-primary-container{display:block;width:100%}#menu-footer-primary,#menu-footer-primary ul{list-style-type:none;margin:0;padding:0}#menu-footer-primary a{text-decoration:none}#menu-footer-primary>li{width:50%}#menu-footer-primary>li.odd{float:left;clear:left}#menu-footer-primary>li.even{float:right;clear:right}#menu-footer-primary>li>a{margin-bottom:1em;font-weight:700;display:block}#menu-footer-primary ul li{margin-bottom:0.6em}.footer__content__forms{clear:both}.footer .footer__content__copy{padding:0 30px}.footer .attribution{white-space:nowrap}.footer .attribution,.footer .attribution a{color:#CCC;text-decoration:none}.footer .attribution a:hover{color:#999}@media only screen and (min-width: 768px){.menu-footer-primary-container{width:100%}#menu-footer-primary>li,#menu-footer-primary>li.even,#menu-footer-primary>li.odd{padding:0 30px;width:25%;float:left;clear:none}.footer__services{line-height:2;font-size:12px;font-size:0.85714rem}.footer__services__container{padding:0 20px}.footer__service,#menu-footer-secondary a{border:none;float:left;margin-right:20px}.footer__service:hover,#menu-footer-secondary a:hover{background:transparent;text-decoration:underline}.footer__service--info{clear:both;text-align:left;margin-right:0;padding:0 0 10px;width:100%;font-size:12px;font-size:0.85714rem}.footer__service--info:hover{text-decoration:none}.footer__additional{padding:30px 0 0}}@media only screen and (min-width: 1024px){#menu-footer-primary>li{float:left;width:25%}.menu-footer-primary-container{width:70%}.footer__content__forms{width:30%;clear:none}.footer__content__forms>form{width:auto}.footer__services__container{padding:0 20px}.footer__service--info{clear:none;float:right;padding:10px 0;width:auto}}@media only screen and (min-width: 1200px){.footer__services__container{padding:0 40px}}#wpstats{position:absolute;left:-9999px}#main-nav{display:none}.secondary{line-height:1;position:absolute;top:0;right:0;display:block}.secondary .menu{margin:0;list-style-type:none}.secondary .menu li{float:right;margin:0;padding:0 0 10px 20px}.secondary .menu li a{display:block;text-decoration:none;color:#666 !important;padding:10px 0}.secondary .menu li a:hover{color:#111 !important}.logged-in .secondary .menu .log-in{display:none}.logged-in .secondary .menu .sign-up{display:none}.secondary .menu .ted a,.secondary .menu .account a{padding:0}.secondary .menu .ted{display:none}.secondary .menu .ted a{margin-top:9px}.secondary .menu .account{display:none;padding:2px 0 10px 20px}.logged-in .secondary .menu .account{display:block}.secondary .menu .account a{padding:0;margin:0}.secondary .menu .account a.has-img{background:none;text-indent:0;overflow:hidden}.secondary .menu .account a.has-img img{width:auto;height:100%;min-width:100%}@media only screen and (min-width: 1024px){.secondary{position:relative}.secondary .menu .ted{display:block}}@media only screen and (min-width: 1024px){#main.eightcol{border-right:1px solid #CCC}.single #main.eightcol,.page #main.eightcol{padding-right:20px}.archive #main.eightcol .post,.home #main.eightcol .post{width:46%;margin-right:0;padding-right:0}.archive #main.eightcol .odd,.home #main.eightcol .odd{margin-right:20px}}#sidebar1{position:relative;overflow:hidden;padding:20px 0 0 40px}#sidebar1:before{top:0;position:absolute}#sidebar1 hr.pages-hr{border-top-color:#CCC;margin:40px 0}#sidebar1>div:first-child{margin-top:20px}@media only screen and (min-width: 1024px){#sidebar1:before{display:none}#sidebar1>div:first-child{margin-top:0}}.widget:first-child>.title{margin-top:0}.widget a{color:#999}.widget a:hover{color:#333}@media only screen and (min-width: 768px){#sidebar1 .widget{width:47%;display:block;position:relative;clear:none}#sidebar1 .even{float:right;clear:right}#sidebar1 .odd{float:left;clear:left}}@media only screen and (min-width: 1024px){#sidebar1{padding:0 0 0 20px}#sidebar1 .widget,#sidebar1 .even,#sidebar1 .odd{width:100%;clear:both;float:none}}.single-format-gallery .eightcol,.single-format-gallery .fourcol{width:100%}.single-format-gallery #main.eightcol{border:none}.single-format-gallery .post{padding-right:0}@media only screen and (min-width: 768px){.single-format-gallery #sidebar1{padding:40px 20px 20px 40px}.single-format-gallery #sidebar1 .widget{width:47%;display:block;position:relative;clear:none}.single-format-gallery #sidebar1 .even{float:right;clear:right}.single-format-gallery #sidebar1 .odd,.single-format-gallery #sidebar1 .widget_tabs{float:left;clear:left}}@media only screen and (min-width: 1024px){.single-format-gallery #sidebar1{padding:40px 20px 20px 40px}.single-format-gallery #sidebar1 .widget{width:30%;float:left;clear:none;margin-right:20px}.single-format-gallery #sidebar1 .widget:nth-of-type(3n+1){clear:left}.single-format-gallery #sidebar1 .pages-hr{visibility:hidden}}.widget_archives .list a span{display:none}.widget-contributors .contributor{float:left;position:relative;cursor:pointer;display:block;width:20%;height:auto;line-height:1}.widget-contributors .contributor img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);width:100%;height:auto;margin:0;padding:0;display:block;position:relative}.widget-contributors .contributor img:hover{filter:none;-webkit-filter:grayscale(0%)}.widget-contributors .view-all{display:block;clear:both;padding-top:5px}.widget-contributors .grid-full .contributor{width:100%;display:block;float:left;height:auto;margin:0;padding:0;text-align:center}.widget-contributors .grid-full .contributor .inner{margin:0 1px 1px 0;position:relative;overflow:hidden}.widget-contributors .grid-full .contributor img{width:100%;height:auto;z-index:10;position:relative;display:block}.widget-contributors .grid-full .contributor .author-meta{display:block;position:absolute;text-align:left;left:0;bottom:0;width:100%;padding:10px 20px;background:#000;background:rgba(0,0,0,0.7);z-index:30}.widget-contributors .grid-full .contributor .author-meta h3,.widget-contributors .grid-full .contributor .author-meta h3:hover,.widget-contributors .grid-full .contributor .author-meta h3 a,.widget-contributors .grid-full .contributor .author-meta h3 a:hover,.widget-contributors .grid-full .contributor .author-meta p,.widget-contributors .grid-full .contributor .author-meta p:hover{color:#fff}.widget-contributors .grid-full .contributor .author-meta p{display:none;font-size:1.25rem}.widget-contributors .grid-full .contributor:hover .author-meta p{display:block}.widget-contributors .grid-full .contributor:hover img{filter:none;-webkit-filter:grayscale(0%)}@media only screen and (min-width: 480px){.widget-contributors .grid-full .contributor{width:50%}}@media only screen and (min-width: 768px){.widget-contributors .contributor{width:20%}.widget-contributors .grid-full .contributor{width:25%}}.home-widgets .widget-contributors{width:100%}.home-widgets .widget-contributors .grid-compact a.contributor{width:20%;height:auto;display:block;margin:0}.home-widgets .widget-contributors .grid-compact a.contributor img{width:100%;height:auto;display:block;position:relative;padding:0 1px 1px 0}@media only screen and (min-width: 768px){.home-widgets .widget-contributors{width:65%;float:left}.home-widgets .widget-contributors .grid-compact a.contributor{width:14%}}.page-template-template-contributors-php #sidebar1 .widget-contributors{display:none}.page-template-template-contributors-php #main{margin-bottom:40px}.widget_nav_menu ul,.widget_nav_menu li{margin-left:0;padding-left:0;list-style-type:none}.widget_nav_menu a{display:block}.sidebar .widget_newsletter{display:none}.newsletter-subscribe,.footer-subscribe{color:#999;position:relative;padding-top:40px}.newsletter-subscribe ul,.footer-subscribe ul{position:absolute;top:5px;left:0}@media only screen and (min-width: 1024px){.sidebar .widget_newsletter{display:block}}#related-posts{padding:20px 40px 20px 40px}#related-posts .related-title{padding-top:20px;border-top:1px solid #EAEAEA}#related-posts article{margin-top:0;padding-top:0;border-top:none}@media only screen and (min-width: 768px){#related-posts{padding-top:40px}#related-posts .meta{clear:none}}#menu-social-sidebar{list-style-type:none}#menu-social-sidebar,#menu-social-sidebar li{margin:0;padding:0}#menu-social-sidebar li{clear:both}#menu-social-sidebar li.soc-icon{float:left;clear:none;position:relative;margin-bottom:10px}#menu-social-sidebar li.soc-icon:before{font-size:24px;color:#333}#menu-social-sidebar li.soc-icon:hover:before{color:#999}#menu-social-sidebar li.soc-icon a{width:30px;height:0;padding-top:30px;overflow:hidden;position:absolute;top:0;left:0;z-index:20}#menu-social-sidebar li.soc-icon.soc-facebook,#menu-social-sidebar li.soc-icon.soc-facebook:before,#menu-social-sidebar li.soc-icon.soc-facebook a{width:24px;text-align:left}#sidebar1 .widget_tabs hr.pages-hr{background-color:transparent;border-top-color:transparent;margin-top:0}.widget_tabs ul,.widget_tabs li{list-style-type:none;margin:0;padding:0}.widget_tabs li{float:left;width:35%;position:relative;background-color:#CCC;box-shadow:inset 0 1.5px 5px -3px #666}.widget_tabs li:before{content:"";position:absolute;background-color:#FFF;height:100%;width:1px}.widget_tabs li:first-child{width:30%}.widget_tabs li:first-child:before{display:none}.widget_tabs li:first-child,.widget_tabs li:first-child a{border-radius:8px 0 0 0}.widget_tabs li:last-child,.widget_tabs li:last-child a{border-radius:0 8px 0 0}.widget_tabs li a{box-shadow:inset 0 1px 5px -3px #666}.widget_tabs li.ui-state-active{background-color:#F3F3F3;box-shadow:inset 0 1.5px 5px -3px #CCC}.widget_tabs li.ui-state-active a{box-shadow:none;color:#333}.widget_tabs li:hover:not(.ui-state-active){box-shadow:inset 0 1.5px 5px -3px #999}.widget_tabs li:hover:not(.ui-state-active) a{box-shadow:inset 0 -3px 5px -3px #CCC}.widget_tabs li a{color:#666;padding:6px 0;font-size:12px;text-align:center;display:block;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.widget_tabs .content.ui-tabs-hide{display:none}.widget_tabs .ui-tabs-hide{display:none}.widget_tabs .post{clear:both !important;float:none !important}.widget_tabs .content{background-color:#F3F3F3;padding:20px}.widget_tabs .content>a{display:block;text-align:center}.widget_tabs .post{min-height:45px}.widget_tabs .has_photo{position:relative}.widget_tabs .has_photo .thumb{width:75px;position:absolute;top:3px;right:0}.widget_tabs .has_photo a{padding-right:95px;z-index:20;display:block;position:relative;color:#111}.widget_tabs .has_photo a:hover{color:#333}.widget_tabs .text a{line-height:1.2}.widget_tabs .text em{display:none}@media only screen and (min-width: 768px){#sidebar1 .widget_tabs{width:100%;float:none}}@media only screen and (min-width: 1024px){.widget_tabs .has_photo .thumb{top:3px}}.article-footer .tags-title{display:none}#content .sharedaddy .sd-social{border:none}#content .sharedaddy .sd-content{float:none}#content .sharedaddy li{width:auto;height:auto;margin-left:10px !important;display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline}#content .sharedaddy li:before{content:""}#content .sharedaddy li:first-child{margin-left:0 !important}#content .sharedaddy a.share-icon{border:none !important}#content .sharedaddy a.share-icon,#content .sharedaddy a.share-icon span{background:none}#content .sharedaddy a.share-icon span{display:none}#content .sharedaddy a.share-icon:before{margin:0;width:25px}#content .sharedaddy .sd-button{box-shadow:none}#content .sharedaddy .sd-button,#content .sharedaddy .sd-button:before{text-align:center;margin:0}#content .sharedaddy .sd-button:before{color:#FFF;font-size:24px}#content .sharedaddy .sd-button:hover{background-color:#CCC}#content .sharedaddy .sd-button:hover:before{color:#333}#content .sharedaddy a.share-twitter{background-color:#00a8f0}#content .sharedaddy a.share-facebook{background-color:#365396}#content .sharedaddy a.share-linkedin{background-color:#006eb3}#content .sharedaddy a.share-reddit{background-color:#FC471E}#content .sharedaddy a.share-email{background-color:#666}#content .sharedaddy a.share-pinterest{background-color:#cc1919}#content .sharedaddy a.share-tumblr{background-color:#304c69}#content .sharedaddy a.share-print{background-color:#333}#content .sharedaddy a.share-google-plus-1{background-color:#e0462e}#content .sharedaddy a.share-stumbleupon{background-color:#EA4B2E}#content .sharedaddy a.share-linkedin:before{text-indent:1px}#content .sharedaddy a.share-reddit:before{text-indent:-2px}#content .sharedaddy a.share-google-plus-1:before{text-indent:1px}#content .sharedaddy a.share-more{background:none;border:none !important;text-align:left;padding:0}#content .sharedaddy a.share-more:before{content:"\f11a"}#content .sharedaddy a.share-more:before{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;font-family:"icons";font-style:normal;font-weight:normal;text-align:center;vertical-align:middle;speak:none;-webkit-font-smoothing:antialiased;width:42px;height:42px;line-height:42px;font-size:39.9px;color:#333;top:-4px}#content .sharedaddy a.share-more span{display:none}#content .sharedaddy a.share-more:hover{background-color:transparent}#content .sharedaddy .sharing-hidden .inner{padding:10px;margin-left:-1px}#content .sharedaddy .sharing-hidden .inner ul{margin:4px 0 0 0 !important;text-align:center}#content .sharedaddy .sharing-hidden .inner ul li{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline}.home article.not-featured,.archive article.not-featured,.related-list article.not-featured,.page-template article.not-featured{margin-top:20px;clear:both}.home article.not-featured a.category,.archive article.not-featured a.category,.related-list article.not-featured a.category,.page-template article.not-featured a.category{text-decoration:none;text-transform:capitalize}.home article.not-featured.has-thumbnail .post-thumbnail,.archive article.not-featured.has-thumbnail .post-thumbnail,.related-list article.not-featured.has-thumbnail .post-thumbnail,.page-template article.not-featured.has-thumbnail .post-thumbnail{width:40%;display:block;float:right;margin:0 0 9px 20px}.home article.not-featured.has-thumbnail .post-thumbnail img,.archive article.not-featured.has-thumbnail .post-thumbnail img,.related-list article.not-featured.has-thumbnail .post-thumbnail img,.page-template article.not-featured.has-thumbnail .post-thumbnail img{max-width:100%;height:auto}.home article .meta,.archive article .meta,.related-list article .meta,.page-template article .meta{font-weight:400}.home article .meta>div,.archive article .meta>div,.related-list article .meta>div,.page-template article .meta>div{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline}.home article .meta a,.home article .meta time,.archive article .meta a,.archive article .meta time,.related-list article .meta a,.related-list article .meta time,.page-template article .meta a,.page-template article .meta time{text-decoration:none;white-space:nowrap}.home article .meta .meta__author,.home article .meta .meta__date,.archive article .meta .meta__author,.archive article .meta .meta__date,.related-list article .meta .meta__author,.related-list article .meta .meta__date,.page-template article .meta .meta__author,.page-template article .meta .meta__date{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;white-space:nowrap}.home article .excerpt,.archive article .excerpt,.related-list article .excerpt,.page-template article .excerpt{display:block;padding-top:20px}.home article .read-more,.archive article .read-more,.related-list article .read-more,.page-template article .read-more{text-decoration:none;display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;padding:20px;margin:-20px;color:#CCC}.home article .read-more span,.archive article .read-more span,.related-list article .read-more span,.page-template article .read-more span{color:#999}.home article .read-more:hover span,.archive article .read-more:hover span,.related-list article .read-more:hover span,.page-template article .read-more:hover span{color:#333}.home article.not-featured a.category{text-transform:none}article.not-featured.even.top{margin-top:0;padding-top:0;border-top:none}@media only screen and (min-width: 768px){.home article.not-featured,.archive article.not-featured,.related-list article.not-featured{width:47%}.home article.not-featured.even,.archive article.not-featured.even,.related-list article.not-featured.even{float:left;clear:left}.home article.not-featured.odd,.archive article.not-featured.odd,.related-list article.not-featured.odd{float:right;clear:right;margin-right:0}article.not-featured.odd.top{margin-top:0;padding-top:0;border-top:none}#pbd-alp-load-posts{margin-right:20px}}body.author #content article .meta__author{display:none}body.author #content article .meta__date span:before{content:"Posted "}.archive #inner-content,.home #container{padding-bottom:20px}.search #main{padding-right:20px}.search .page-navigation{display:none}.arc-list{margin:0;padding:12px 0 18px;text-transform:capitalize}.arc-list li{display:block;float:left;margin:0;padding:0;width:50%;color:#999;margin-bottom:3px}.arc-list li a{color:#000;text-decoration:none;padding:0 0 0 10px;background:url(/wp-content/themes/vip/ted2012/css-v2/../images/bg-cat-li.gif) 0 center no-repeat}.arc-list ul.children{display:inline;margin:0;padding:0}#tags.arc-list ul{padding-top:0}@media only screen and (min-width: 768px){.arc-list li{width:33%}}#author-wrap{padding:20px 40px 40px 0}#author-wrap .author-meta a{font-weight:400;text-decoration:underline}#author-wrap>p{margin:0}#author-main{background-color:transparent;color:#000;overflow:hidden;position:relative;margin:0}#author-main #author-image{position:relative;width:auto;height:auto;margin:0 0 10px 0}#author-main #author-info{padding:0 40px 20px 0;display:block;float:left;position:relative;z-index:40}#author-main #author-info .author-meta p:last-child{margin-bottom:0}@media only screen and (min-width: 768px){#author-main #author-info{width:64%}#author-main #author-image{float:right;width:34%;height:auto;margin-bottom:40px}}.article-header .share{margin-left:-20px;margin-top:10px}.article-header .meta{font-weight:normal;position:relative;padding-left:20px}.article-header .meta:before{content:"\f135"}.article-header .meta:before{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;font-family:"icons";font-style:normal;font-weight:normal;text-align:center;vertical-align:middle;speak:none;-webkit-font-smoothing:antialiased;width:16px;height:16px;line-height:16px;font-size:15.2px;position:absolute;top:0;left:0}.article-header .meta .author-pic{float:left;display:none;margin:-20px 10px 0 0}.article-header .meta .author-desc br{display:none}.article-header .meta .author-desc time{margin-left:10px}.entry-content p{clear:both}.entry-content .alignleft{float:left;clear:both}.entry-content .alignright{float:right;clear:both}.entry-content .alignnone{clear:both;float:none}.entry-content .wp-caption{padding:0;margin:0 0 20px 0;max-width:100%;background-color:#333}.entry-content .wp-caption>a{display:block;width:100%;margin:0;padding:0}.entry-content .wp-caption img{max-width:100%;height:auto;display:block}.entry-content .wp-caption img.size-full{width:100%}.entry-content .wp-caption .wp-caption-text{font-size:.95em;padding:10px 20px 14px 20px;display:block;margin:0;text-align:left;color:#FFF}.entry-content .wp-caption .wp-caption-text strong{font-size:1.2em}#main h1.page-title-meta{font-weight:normal}.article-header .category-title,.article-header .tag-initiative{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline}.article-header a.category-title,.article-header a.tag-initiative{text-transform:capitalize;text-decoration:none;color:#999}.article-header .tag-initiative:before{content:"> ";color:#CCC}.entry-content p,.entry-content ul,.entry-content ol,.comment-content p,.comment-content ul,.comment-content ol{clear:none}.entry-content h2,.comment-content h2{font-weight:bold;margin-bottom:20px;font-size:25px;font-size:1.78571rem}.entry-content h3,.comment-content h3{font-weight:bold;margin-bottom:20px;font-size:18px;font-size:1.28571rem}.entry-content img,.entry-content .wp-caption,.comment-content img,.comment-content .wp-caption{max-width:100%;height:auto;display:block}.entry-content img.alignleft,.entry-content .wp-caption.alignleft,.comment-content img.alignleft,.comment-content .wp-caption.alignleft{margin:20px 24px 20px 0}.entry-content img.alignright,.entry-content .wp-caption.alignright,.comment-content img.alignright,.comment-content .wp-caption.alignright{margin:20px 0 20px 24px}.entry-content img.aligncenter,.entry-content .wp-caption.aligncenter,.comment-content img.aligncenter,.comment-content .wp-caption.aligncenter{margin:20px auto;float:none}.entry-content blockquote p:last-child,.entry-content blockquote p:last-child,.comment-content blockquote p:last-child,.comment-content blockquote p:last-child{margin-bottom:0}.entry-content code,.entry-content code,.comment-content code,.comment-content code{font-family:Consolas, Monaco, Lucida Console, monospace;font-size:12px;line-height:2}.entry-content pre,.entry-content pre,.comment-content pre,.comment-content pre{border:1px solid #ededed;color:#666;font-family:Consolas, Monaco, Lucida Console, monospace;font-size:12px;line-height:1.714285714;margin:24px 0;overflow:auto;padding:24px}.entry-content pre code,.entry-content pre code,.comment-content pre code,.comment-content pre code{display:block}.entry-content abbr,.entry-content abbr,.entry-content dfn,.entry-content dfn,.entry-content acronym,.entry-content acronym,.comment-content abbr,.comment-content abbr,.comment-content dfn,.comment-content dfn,.comment-content acronym,.comment-content acronym{border-bottom:1px dotted #666;cursor:help}.entry-content address,.entry-content address,.comment-content address,.comment-content address{display:block;line-height:1.714285714;margin:0 0 24px}.entry-content embed,.entry-content iframe,.entry-content object,.entry-content video,.comment-content embed,.comment-content iframe,.comment-content object,.comment-content video{margin-bottom:0;max-width:100%}.entry-content .cap,.comment-content .cap{margin-top:-1.2em;line-height:1.3;color:#777}.entry-content dl,.entry-content dl,.comment-content dl,.comment-content dl{margin:0 24px}.entry-content dt,.entry-content dt,.comment-content dt,.comment-content dt{font-weight:bold;line-height:1.714285714}.entry-content dd,.entry-content dd,.comment-content dd,.comment-content dd{line-height:1.714285714;margin-bottom:24px}.entry-content table,.comment-content table{border-bottom:1px solid #ededed;color:#777;font-size:12px;line-height:2;margin:0 0 24px;width:100%}.entry-content th,.comment-content th{text-align:left}.entry-content table caption,.comment-content table caption{font-size:16px;margin:24px 0}.entry-content td,.comment-content td{border-top:1px solid #ededed;padding:6px 10px 6px 0}.entry-content .video_teaser,.comment-content .video_teaser{background-color:#F3F3F3;color:#000;display:block;padding:9px;text-decoration:none;float:left;position:relative;font-size:11px;line-height:1.4;margin:14px 20px 10px 0;width:150px}.entry-content .video_teaser img,.comment-content .video_teaser img{display:block;width:100%;height:auto;margin-bottom:6px}.entry-content .video_teaser .play,.comment-content .video_teaser .play{position:absolute;top:79px;left:14px;background:url(/wp-content/themes/vip/ted2012/css-v2/../images/btn_play.png) left top transparent;width:35px;height:23px}.comments-wrapper{background-color:#F3F3F3;padding-bottom:40px}#discussion{margin-top:40px;padding-top:40px}#commentform label{display:block;font-size:14px;margin-bottom:5px}#commentform textarea{min-height:150px;max-width:520px}#comments ul{list-style-type:none;text-align:left;padding:0;margin:0}#commentList div.comment,#commentList .pingback{padding:20px;border:none;overflow:visible}#commentList div.comment a.photo,#commentList .pingback a.photo{display:block;float:left;margin:0 20px 0 0}#commentList .comment-header h4{padding-right:30px;position:relative}#commentList .comment-header h4 a{font-weight:700}#commentList .comment-header h4 .date{font-weight:normal}#commentList .comment-header h4 .comment-reply-link{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;font-family:"icons";font-style:normal;font-weight:normal;text-align:center;vertical-align:middle;speak:none;-webkit-font-smoothing:antialiased;width:24px;height:24px;line-height:24px;font-size:22.8px;padding:32px;margin-top:-28px;height:0;position:absolute;top:0;right:-20px;font-weight:400;color:#F3F3F3}#commentList .comment-header h4 .comment-reply-link:before{content:"\f136"}#commentList .comment-header h4 .comment-reply-link:before{position:absolute;top:30px;left:20px;color:#999;z-index:20;transition:font-size 0.5s ease, top 0.5s ease, left 0.5s ease}#commentList .comment-header h4 .comment-reply-link:hover:before{color:#333;font-size:30px;left:17px;top:34px}#commentList .comment-body{clear:both}#commentList .comment-body p{padding:20px 0 0 0;margin:0}#commentList li.pingback,#commentList li.pingback a{color:#999}#commentList li.pingback:hover,#commentList li.pingback:hover a{color:#333}#commentList li.pingback p{margin:0}#comments .comment,#comments #commentList li.pingback,#commentList #comments li.pingback{border-top:none}#comments .pingback{position:relative}#comments .pingback:before{position:absolute;top:-6px;left:0;content:"";display:block;height:5px;border-bottom:2px solid #CCC;border-left:2px solid #CCC;width:40%}#comments .pingback:before{border-left:none}#comments .depth-1>.comment,#comments #commentList .depth-1>li.pingback,#commentList #comments .depth-1>li.pingback{position:relative}#comments .depth-1>.comment:before,#comments #commentList .depth-1>li.pingback:before,#commentList #comments .depth-1>li.pingback:before{position:absolute;top:-6px;left:0;content:"";display:block;height:5px;border-bottom:2px solid #CCC;border-left:2px solid #CCC;width:40%}#comments .depth-1>.comment:before,#comments #commentList .depth-1>li.pingback:before,#commentList #comments .depth-1>li.pingback:before{border-left:none}#comments .depth-2>.comment,#comments #commentList .depth-2>li.pingback,#commentList #comments .depth-2>li.pingback{position:relative;padding-left:30px}#comments .depth-2>.comment:before,#comments #commentList .depth-2>li.pingback:before,#commentList #comments .depth-2>li.pingback:before{position:absolute;top:-6px;left:0;content:"";display:block;height:5px;border-bottom:2px solid #CCC;border-left:2px solid #CCC;width:40%}#comments .depth-2>.comment:before,#comments #commentList .depth-2>li.pingback:before,#commentList #comments .depth-2>li.pingback:before{left:10px}#comments .depth-3>.comment,#comments #commentList .depth-3>li.pingback,#commentList #comments .depth-3>li.pingback{position:relative;padding-left:40px}#comments .depth-3>.comment:before,#comments #commentList .depth-3>li.pingback:before,#commentList #comments .depth-3>li.pingback:before{position:absolute;top:-6px;left:0;content:"";display:block;height:5px;border-bottom:2px solid #CCC;border-left:2px solid #CCC;width:40%}#comments .depth-3>.comment:before,#comments #commentList .depth-3>li.pingback:before,#commentList #comments .depth-3>li.pingback:before{left:20px}#comments .depth-4>.comment,#comments #commentList .depth-4>li.pingback,#commentList #comments .depth-4>li.pingback{position:relative;padding-left:50px}#comments .depth-4>.comment:before,#comments #commentList .depth-4>li.pingback:before,#commentList #comments .depth-4>li.pingback:before{position:absolute;top:-6px;left:0;content:"";display:block;height:5px;border-bottom:2px solid #CCC;border-left:2px solid #CCC;width:40%}#comments .depth-4>.comment:before,#comments #commentList .depth-4>li.pingback:before,#commentList #comments .depth-4>li.pingback:before{left:30px}body{background-color:#fff}.clearfix,.home .featured-wrap,.home-widgets,#home-filters{zoom:1}.clearfix:before,.home .featured-wrap:before,.home-widgets:before,#home-filters:before,.clearfix:after,.home .featured-wrap:after,.home-widgets:after,#home-filters:after{content:"";display:table}a:active{outline:none}:-moz-any-link:focus{outline:none}.embed-ted{position:relative;padding-bottom:56.25%;padding-top:25px;margin-bottom:3%;height:0}.embed-ted iframe{position:absolute;top:0;left:0;width:100%;height:100%}
