/**
 * 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;
}
/**
 * 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;
}

/* 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;
}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#fff;color:#2a2e33;padding:0;margin:0;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:default}a:hover{cursor:pointer}a:focus{outline:none}img,object,embed{max-width:100%;height:auto}object,embed{height:100%}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.hide{display:none}.antialiased{-webkit-font-smoothing:antialiased}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.button-group{list-style:none;margin:0;*zoom:1}.button-group:before,.button-group:after{content:" ";display:table}.button-group:after{clear:both}.button-group>*{margin:0 0 0 -1px;float:left}.button-group>*:first-child{margin-left:0}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px}.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button{-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}.button-group.even-2 li{width:50%}.button-group.even-2 li button,.button-group.even-2 li .button{width:100%}.button-group.even-3 li{width:33.33333%}.button-group.even-3 li button,.button-group.even-3 li .button{width:100%}.button-group.even-4 li{width:25%}.button-group.even-4 li button,.button-group.even-4 li .button{width:100%}.button-group.even-5 li{width:20%}.button-group.even-5 li button,.button-group.even-5 li .button{width:100%}.button-group.even-6 li{width:16.66667%}.button-group.even-6 li button,.button-group.even-6 li .button{width:100%}.button-group.even-7 li{width:14.28571%}.button-group.even-7 li button,.button-group.even-7 li .button{width:100%}.button-group.even-8 li{width:12.5%}.button-group.even-8 li button,.button-group.even-8 li .button{width:100%}.button-bar{*zoom:1}.button-bar:before,.button-bar:after{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:0.625em}.button-bar .button-group div{overflow:hidden}#wp-admin-bar-top-secondary{display:none}@media screen and (min-width: 960px){#wp-admin-bar-top-secondary{display:block}}.lt-ie9 #wp-admin-bar-top-secondary{display:block}[data-icon]:before{content:attr(data-icon);font-family:'Gigaom-Icon';-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:normal;speak:none}.goicon:before,.goicon:after{font-family:'Gigaom-Icon';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.goicon.small{font-size:24px;line-height:24px}.goicon.medium{font-size:36px;line-height:36px}.goicon.large{font-size:42px;line-height:42px}.goicon.huge{font-size:90px;line-height:90px}.goicon.icon-menu:before{content:'\e001'}.goicon.icon-follow:before{content:'\e002';padding-left:.1em}.goicon.icon-share:before{content:'\e003'}.goicon.icon-info:before{content:'\e004'}.goicon.icon-search:before{content:'\e005'}.goicon.icon-twitter:before{content:'\e006'}.goicon.icon-facebook:before{content:'\e007';position:relative}.goicon.icon-linkedin:before{content:'\e008'}.goicon.icon-wordpress:before{content:'\e009'}.goicon.icon-wordpress-alt:before{content:'\e010'}.goicon.icon-news:before{content:'\e011'}.goicon.icon-events:before{content:'\e012'}.goicon.icon-paidcontent:before{content:'\e013'}.goicon.icon-pro:before{content:'\e014'}.goicon.icon-jobs:before{content:'\e015'}.goicon.icon-comment:before{content:'\e016'}.goicon.icon-reply:before{content:'\e017'}.goicon.icon-share-alt:before{content:'\e018'}.goicon.icon-video:before{content:'\e019'}.goicon.icon-lquote:before{content:'\e020'}.goicon.icon-rquote:before{content:'\e021'}.goicon.icon-down:before{content:'\e022'}.goicon.icon-up:before{content:'\e023'}.goicon.icon-circle:before{content:'\e024'}.goicon.icon-star:before{content:'\e025'}.goicon.icon-cloud:before{content:'\e026'}.goicon.icon-social:before{content:'\e027'}.goicon.icon-mobile:before{content:'\e028'}.goicon.icon-cleantech:before{content:'\e029'}.goicon.icon-consumer:before{content:'\e030'}.goicon.icon-analyst:before{content:'\e031'}.goicon.icon-speaker:before{content:'\e032'}.goicon.icon-website:before{content:'\e033'}.goicon.icon-research:before{content:'\e034'}.goicon.icon-webinar:before{content:'\e035'}.goicon.icon-analyst-alt:before{content:'\e036'}.goicon.icon-speaker-alt:before{content:'\e037'}.goicon.icon-speaker-logged-out:before{content:'\e038'}.goicon.logo-gigaom:before{content:'\e039'}.goicon.logo-search:before{content:'\e039'}.goicon.logo-gigaom-mark:before{content:'\e040'}.goicon.logo-gigaom-vertical:before{content:'\e041'}.goicon.logo-pro:before{content:'\e042'}.goicon.logo-pro-mark:before{content:'\e043'}.goicon.icon-rss:before{content:'\e044'}.goicon.icon-googleplus:before{content:'\e045'}.goicon.icon-email:before{content:'\e046'}.goicon.logo-paidcontent:before{content:'\e047'}.goicon.icon-comments-off:before{content:'\e048'}.goicon.icon-post:before{content:'\e049'}.goicon.icon-left:before{content:'\e050'}.goicon.icon-right:before{content:'\e051'}.goicon.icon-arrow-down:before{content:'\e052'}.goicon.icon-arrow-up:before{content:'\e053'}.goicon.icon-arrow-left:before{content:'\e054'}.goicon.icon-arrow-right:before{content:'\e055'}.goicon.logo-paidcontent-left:before{content:'\e056'}.goicon.logo-paidcontent-right:before{content:'\e057'}.goicon.icon-external-link:before{content:'\e058'}.goicon.icon-external-link-after:after{content:'\e058'}.goicon.icon-calendar:before{content:'\e059';padding-left:.1em}.goicon.icon-wikipedia:before{content:'\e060'}.goicon.icon-ticker:before{content:'\e061'}.goicon.icon-checkbox-checked:before{content:'\e062'}.goicon.icon-checkbox-unchecked:before{content:'\e063'}.goicon.icon-chevron-down:before{content:'\e064'}.goicon.icon-chevron-up:before{content:'\e065'}.goicon.icon-chevron-right:before{content:'\e076'}.goicon.icon-download:before{content:'\e066'}.goicon.icon-phone:before{content:'\e067'}.goicon.icon-question:before{content:'\e068'}.goicon.icon-x:before{content:'\e069'}.goicon.icon-email-circled:before{content:'\e070'}.goicon.icon-rss-circled:before{content:'\e071'}.goicon.icon-twitter-circled:before{content:'\e072'}.goicon.icon-facebook-circled:before{content:'\e073'}.goicon.icon-linkedin-circled:before{content:'\e074'}.goicon.logo-gigaom-stacked:before{content:'\e075'}.goicon.icon-alert:before{content:'\e077'}.goicon.icon-reddit:before{content:'\e078'}.goicon.icon-googleplus-circled:before{content:'\e079'}.goicon.icon-megaphone:before{content:'\e080'}.goicon.icon-person:before{content:'\e081'}.goicon.icon-people:before{content:'\e082'}.goicon.icon-link-circled:before{content:'\e083'}.goicon.icon-play-circled:before{content:'\e091'}.goicon.icon-parking:before{content:'\e092'}.goicon.icon-plane:before{content:'\e093'}.goicon.icon-long-arrow-right:before{content:'\e094'}.goicon.icon-bed:before{content:'\e095'}.goicon.icon-bus:before{content:'\e096'}.goicon.icon-taxi:before{content:'\e097'}.goicon.icon-car:before{content:'\e098'}.goicon.icon-chart-column:before{content:'\e101'}.goicon.icon-chart-bar:before{content:'\e102'}.goicon.icon-chart-area:before{content:'\e103'}.goicon.icon-chart-pie:before{content:'\e104'}.goicon.icon-chart-line:before{content:'\e105'}.goicon.icon-reddit-circled:before{content:'\e106'}.goicon.icon-fave:before{content:'\e107'}.goicon.icon-flag:before{content:'\e108'}.no-overflow{overflow-x:hidden}#go-theme-nav{background:#2a2e33;box-sizing:border-box;display:block;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;margin:0;padding:0;position:relative;width:100%;z-index:15}#go-theme-nav>.row{max-width:100%;position:relative;width:auto}@media screen and (min-width: 960px){#go-theme-nav>.row{max-width:960px;width:960px}}.lt-ie9 #go-theme-nav>.row{max-width:960px;width:960px}#go-theme-nav>.row>section{float:left}#go-theme-nav a{text-decoration:none}#go-theme-nav .header{background:#2a2e33;box-sizing:border-box;display:block;margin:0;padding:0;text-align:center;width:100%}@media screen and (min-width: 960px){#go-theme-nav .header{height:auto;text-align:left}}#go-theme-nav .header .icons{display:block;float:right}#go-theme-nav .header .icons.right{position:absolute;right:0}@media screen and (min-width: 960px){#go-theme-nav .header .icons.right{position:relative}}#go-theme-nav .header .icons a{padding:0}#go-theme-nav .header .icons .goicon{font-size:32px;margin:0}#go-theme-nav .header .icons .goicon:hover{background-color:#111c29}.show-search #go-theme-nav .header .icons .sign-in,.show-sidepanel #go-theme-nav .header .icons .sign-in,.show-search #go-theme-nav .header .icons .sub-nav,.show-sidepanel #go-theme-nav .header .icons .sub-nav{display:none}.show-sidepanel-account #go-theme-nav .header .icons .sign-in.nav-account,.show-sidepanel-events #go-theme-nav .header .icons .sign-in.nav-events,.show-sidepanel-follow #go-theme-nav .header .icons .sign-in.nav-plus,.show-sidepanel-account #go-theme-nav .header .icons .sub-nav.nav-account,.show-sidepanel-events #go-theme-nav .header .icons .sub-nav.nav-events,.show-sidepanel-follow #go-theme-nav .header .icons .sub-nav.nav-plus{display:block}#go-theme-nav .header .icons .sub-nav>.goicon{line-height:46px;text-align:center;width:44px}#go-theme-nav .header .icons i{display:inline-block}#go-theme-nav .header .icons .shadow-hide{background:#111c29;display:inline-block;height:5px;position:absolute;right:0;top:-5px;width:44px}#go-theme-nav .header .icons li{height:56px;overflow:visible;position:relative}#go-theme-nav .header .icons li.sub-nav.nav-plus,#go-theme-nav .header .icons li.sub-nav.nav-events{width:44px}#go-theme-nav .header .icons li.sub-nav.nav-plus:after,#go-theme-nav .header .icons li.sub-nav.nav-events:after{clear:both;content:'.';display:block;height:0;line-height:0;visibility:hidden}@media screen and (min-width: 960px){#go-theme-nav .header .icons li.nav-tap,#go-theme-nav .header .icons li.nav-hover{background:#111c29}#go-theme-nav .header .icons li.nav-tap .container,#go-theme-nav .header .icons li.nav-hover .container{display:block}}#go-theme-nav .header .icons li.nav-account{display:none;overflow:visible;position:relative;width:9em}#go-theme-nav .header .icons li.nav-account:after{clear:both;content:'.';display:block;height:0;line-height:0;visibility:hidden}@media screen and (min-width: 641px){#go-theme-nav .header .icons li.nav-account{display:block}}#go-theme-nav .header .icons li.nav-account.sign-in{width:5.3em}#go-theme-nav .header .icons li.nav-account.sign-in a:after{display:none}#go-theme-nav .header .icons li.nav-account>a{margin-right:0}#go-theme-nav .header .icons li.nav-account>a:after{content:'\e064';display:inline-block;font-family:'Gigaom-Icon';font-size:20px;font-weight:normal;height:56px;line-height:46px;padding-left:0.125em;vertical-align:middle}#go-theme-nav .header .icons li.nav-account .container{left:0;min-width:244px}#go-theme-nav .header .icons li .container{background:#111c29;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:0;border-top-right-radius:4px;box-shadow:0 0 5px 0 rgba(0,0,0,0.3);display:none;padding-bottom:1em;padding-top:5px;position:relative;z-index:10}#go-theme-nav .header .icons li .container:after{clear:both;content:'.';display:block;height:0;line-height:0;visibility:hidden}#go-theme-nav .header .icons li .container a{font-size:1em;line-height:1.375em;color:#7f8184;font-weight:400;height:auto;padding:0;text-transform:none}#go-theme-nav .header .icons li .container a:hover{color:#f4f4f4}#go-theme-nav .header .icons li .container ul li{font-weight:normal;height:auto;line-height:20px;margin:0;padding:0;text-align:left;width:100%}#go-theme-nav .header .icons li .container ul li a{letter-spacing:0;margin:0;padding:5px 0.5em 5px 1em}#go-theme-nav .header .icons li .container ul li a:hover{background:#000}#go-theme-nav .header .icons li .container ul li a .goicon{color:#009bff}#go-theme-nav .header .icons li .container ul li ul{margin-top:5px}#go-theme-nav .header .icons li .container ul li li a{padding-left:2em}@media screen and (min-width: 960px){#go-theme-nav .header .icons.hovering .nav-tap,#go-theme-nav .header .icons.hovering .nav-hover{overflow:visible}#go-theme-nav .header .icons.hovering .nav-tap:before,#go-theme-nav .header .icons.hovering .nav-hover:before{background:#111c29;bottom:0;content:'';height:5px;left:0;position:absolute;right:0;z-index:11}#go-theme-nav .header .icons.hovering .nav-tap{background-color:#111c29}#go-theme-nav .header .icons.hovering .nav-tap>a{color:#2a2e33}#go-theme-nav .header .icons.hovering .nav-tap .container{display:none}#go-theme-nav .header .icons.hovering .nav-tap.nav-hover{background-color:#2a2e33}#go-theme-nav .header .icons.hovering .nav-tap.nav-hover>a{color:#2a2e33}#go-theme-nav .header .icons.hovering .nav-tap.nav-hover .container{display:block}}#go-theme-nav .header .icons .nav-search{background:#2a2e33}.show-sidepanel #go-theme-nav .header .icons .nav-search{display:none}#go-theme-nav .header .icons .nav-search.nav-hover{background-color:#2a2e33}#go-theme-nav .header .icons .nav-search.nav-hover:after{display:none}#go-theme-nav .header .icons .nav-search form{display:none;margin:0;padding:11px 10px}.show-search #go-theme-nav .header .icons .nav-search form{display:block}@media screen and (min-width: 960px){#go-theme-nav .header .icons .nav-search form{display:block}}#go-theme-nav .header .icons .nav-search form ::-webkit-input-placeholder,#go-theme-nav .header .icons .nav-search form :-moz-placeholder,#go-theme-nav .header .icons .nav-search form ::-moz-placeholder,#go-theme-nav .header .icons .nav-search form :-ms-input-placeholder{color:#fff}#go-theme-nav .header .icons .nav-search form input[placeholder],#go-theme-nav .header .icons .nav-search form [placeholder],#go-theme-nav .header .icons .nav-search form *[placeholder]{color:#fff}#go-theme-nav .header .icons .nav-search input[type=text]{font-size:0.875em;line-height:1.28571em;background:#101b29;border:1px solid #009bff;border-radius:4px;box-shadow:2px 2px 3px 0 rgba(0,0,0,0.5);color:#fff;height:32px;margin:0;padding:0 0 0 10px;width:110px}#go-theme-nav .header .icons .nav-search input[type=text]::-webkit-search-cancel-button{margin-right:30px}#go-theme-nav .header .icons .nav-search .icon-search{display:block;font-size:34px;line-height:47px;margin:0;padding:0 10px}.show-search #go-theme-nav .header .icons .nav-search .icon-search{color:#fff;cursor:default;height:56px;float:right;font-size:28px;line-height:52px;position:relative;right:7px;top:-55px}.show-search #go-theme-nav .header .icons .nav-search .icon-search:hover{background:transparent}@media screen and (min-width: 960px){#go-theme-nav .header .icons .nav-search .icon-search{color:#fff;cursor:default;height:56px;float:right;font-size:28px;line-height:52px;position:relative;right:7px;top:-55px}#go-theme-nav .header .icons .nav-search .icon-search:hover{background:transparent}}#go-theme-nav .header .icons .nav-search:focus .icon-search{display:none}#go-theme-nav .header .icons .nav-plus{display:block;left:0;position:relative;top:0}.show-sidepanel-follow #go-theme-nav .header .icons .nav-plus{background-color:#111c29}#go-theme-nav .header .icons .nav-plus .container-header{display:none}#go-theme-nav .header .icons .nav-plus a{display:block}#go-theme-nav .header .icons .nav-plus .goicon{font-size:32px;height:56px;line-height:47px;text-align:center}#go-theme-nav .header .icons .nav-plus .content a{padding-left:0.5em}#go-theme-nav .header .icons .nav-plus .content .goicon{height:32px;line-height:32px;padding:0;width:32px}@media screen and (min-width: 960px){#go-theme-nav .header .primary .properties,#go-theme-nav .header .channels{display:block}}#go-theme-nav .header h2,#go-theme-nav .header div.accounts-header{display:inline-block;float:none;font-size:24px;left:-22px;left:44px;margin:0;position:absolute}@media screen and (min-width: 960px){#go-theme-nav .header h2,#go-theme-nav .header div.accounts-header{float:left;left:0;margin:1px 12px 0 0;position:relative}}#go-theme-nav .header h2 a,#go-theme-nav .header div.accounts-header a{color:#009bff;display:block;overflow:hidden}#go-theme-nav .header h2 a:hover,#go-theme-nav .header div.accounts-header a:hover{color:#009bff}#go-theme-nav .header ul{float:left;list-style:none;margin:0;width:auto}#go-theme-nav .header ul li{float:left;margin:0;padding:0}#go-theme-nav .header ul li>a{font-size:0.875em;line-height:1.28571em;display:block;font-weight:400;height:56px;letter-spacing:.1em;line-height:56px;margin:0 15px}#go-theme-nav .primary{height:56px;position:relative;text-transform:uppercase;z-index:10}@media screen and (min-width: 960px){#go-theme-nav .primary{box-shadow:0 0 11px 0 #868686}}#go-theme-nav .primary .logo,#go-theme-nav .primary .go-logo{margin-left:0;position:relative;text-align:left;top:7px}@media screen and (max-width: 425px){#go-theme-nav .primary .logo,#go-theme-nav .primary .go-logo{top:0;width:166px}.lt-ie9 #go-theme-nav .primary .logo,.lt-ie9 #go-theme-nav .primary .go-logo{top:7px;width:auto}}@media screen and (max-width: 425px){.property-gigaom #go-theme-nav .primary .logo,.property-gigaom #go-theme-nav .primary .go-logo{top:7px;width:125px}.lt-ie9 .property-gigaom #go-theme-nav .primary .logo,.lt-ie9 .property-gigaom #go-theme-nav .primary .go-logo{top:7px;width:125px}}#go-theme-nav .primary .logo .logo-svg,#go-theme-nav .primary .go-logo .logo-svg{display:inline-block}@media screen and (max-width: 425px){#go-theme-nav .primary .logo .logo-svg,#go-theme-nav .primary .go-logo .logo-svg{display:block}}#go-theme-nav .primary .logo .logo-property-name,#go-theme-nav .primary .go-logo .logo-property-name{display:inline-block;font-size:24px;font-weight:400;letter-spacing:.1em;margin-left:-10px;padding-top:4px}@media screen and (max-width: 425px){#go-theme-nav .primary .logo .logo-property-name,#go-theme-nav .primary .go-logo .logo-property-name{display:block;margin-left:0;padding-top:12px}.lt-ie9 #go-theme-nav .primary .logo .logo-property-name,.lt-ie9 #go-theme-nav .primary .go-logo .logo-property-name{display:inline-block;margin-left:-10px;padding-top:4px}}@media screen and (max-width: 425px){.property-gigaom #go-theme-nav .primary .logo .logo-property-name,.property-gigaom #go-theme-nav .primary .go-logo .logo-property-name{display:none}}#go-theme-nav .primary .logo svg,#go-theme-nav .primary .go-logo svg{margin-left:-10px;width:125px}@media screen and (min-width: 641px){#go-theme-nav .primary .logo svg,#go-theme-nav .primary .go-logo svg{margin-left:0}}#go-theme-nav .primary .properties{display:none;margin-left:0}@media screen and (min-width: 960px){#go-theme-nav .primary .properties{display:block}}.lt-ie9 #go-theme-nav .primary .properties{display:block}#go-theme-nav .primary .icons{display:block}#go-theme-nav .primary a{color:#adafb1}#go-theme-nav .primary a:hover{color:#ecebe6}#go-theme-nav .primary ul li>a{font-weight:400}#go-theme-nav .secondary{background-color:#ecebe6;box-shadow:0 0 11px 0 #868686;clear:both;display:none;float:left;font-weight:600;height:40px;width:100%}@media screen and (min-width: 960px){#go-theme-nav .secondary{display:block}}#go-theme-nav .secondary .channels{background-color:#ecebe6;float:left;height:40px}#go-theme-nav .secondary .channels ul{height:40px}#go-theme-nav .secondary .channels .selected>a,#go-theme-nav .secondary .channels .current-menu-item>a,#go-theme-nav .secondary .channels .current-page-item>a,#go-theme-nav .secondary .channels .current-page-ancestor>a{color:#2a2e33;position:relative}#go-theme-nav .secondary .channels .selected>a:after,#go-theme-nav .secondary .channels .current-menu-item>a:after,#go-theme-nav .secondary .channels .current-page-item>a:after,#go-theme-nav .secondary .channels .current-page-ancestor>a:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}#go-theme-nav .secondary .channels li{height:40px}#go-theme-nav .secondary .channels li a{font-size:1em;line-height:1.375em;color:#3d3d3d;-webkit-font-smoothing:antialiased;font-weight:400;height:40px;letter-spacing:0;line-height:40px;margin:0 10px;vertical-align:middle}#go-theme-nav .secondary .channels li:hover a{color:#002346;position:relative}#go-theme-nav .secondary .channels li:hover a:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}#go-theme-nav .secondary .right li{width:44px}#go-theme-nav .secondary .right li .container{padding:0 15px}#go-theme-nav .secondary .right li .container a:hover{color:#a9abad}#go-theme-nav .secondary .right .row{margin:0}#go-theme-nav .tertiary{padding-top:0.25em}#go-theme-nav .tertiary:empty{display:none}#go-theme-nav.has-tertiary .secondary .channels li.selected a:after,#go-theme-nav.has-tertiary .secondary .channels li.current-page-item a:after,#go-theme-nav.has-tertiary .secondary .channels li.current-page-ancestor a:after{background-color:#002346}#go-theme-nav.has-tertiary .tertiary{background-color:#fff;clear:both;float:left;font-weight:600;width:100%}@media screen and (min-width: 960px){#go-theme-nav.has-tertiary .tertiary{display:block}}#go-theme-nav.has-tertiary .tertiary ul{min-height:40px}#go-theme-nav.has-tertiary .tertiary .selected>a{color:#2a2e33;position:relative}#go-theme-nav.has-tertiary .tertiary .selected>a:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}#go-theme-nav.has-tertiary .tertiary li{height:40px}#go-theme-nav.has-tertiary .tertiary li a{font-size:0.875em;line-height:1.28571em;color:#666;-webkit-font-smoothing:antialiased;font-weight:700;height:40px;line-height:40px;margin:0 14px;vertical-align:middle}#go-theme-nav.has-tertiary .tertiary li:hover a{color:#002346;position:relative}#go-theme-nav.has-tertiary .tertiary li:hover a:after{background:#ff6b00;bottom:0;content:'';height:6px;left:0;position:absolute;right:0}#go-theme-nav.has-tertiary .tertiary li.selected>a,#go-theme-nav.has-tertiary .tertiary li.current_page_item>a,#go-theme-nav.has-tertiary .tertiary li.current_menu_item>a{color:#2a2e33;position:relative}#go-theme-nav.has-tertiary .tertiary li.selected>a:after,#go-theme-nav.has-tertiary .tertiary li.current_page_item>a:after,#go-theme-nav.has-tertiary .tertiary li.current_menu_item>a:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}#go-theme-nav.has-tertiary .tertiary li.selected>a:after,#go-theme-nav.has-tertiary .tertiary li.current_page_item>a:after,#go-theme-nav.has-tertiary .tertiary li.current_menu_item>a:after{bottom:0}#go-theme-nav .nav-plus{width:44px}#go-theme-nav .nav-plus h5{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;color:#fff;display:block;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:300;margin:.2em 0 0;padding-left:16px;text-transform:none}#go-theme-nav .nav-plus .icon{height:56px;width:19px}#go-theme-nav .nav-plus .container{left:-6rem;position:absolute;width:250px}.sidepanel{display:none;position:absolute;z-index:0}.sidepanel a{-webkit-font-smoothing:antialiased}.sidepanel a:active,.sidepanel a:hover{text-decoration:none}.sidepanel .container-header{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;color:#fff;display:block;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:300;margin:.2em 0 0;padding-left:16px;text-transform:none;height:56px;line-height:56px}.sidepanel.right{right:0}.sidepanel.right .links li>a{font-size:1em;line-height:1.375em;margin-left:0}.sidepanel.right .links .container-share{margin-left:0}.sidepanel.right .content ul{margin-left:0}.sidepanel.right .content li a{margin-left:16px;margin-right:0}.sidepanel.right .content li li a{margin-left:32px;margin-right:0}.sidepanel.exposed{display:block}.sidepanel.primary{left:0;top:0}@media screen and (min-width: 641px){.sidepanel.primary .nav-account{display:none}}.sidepanel.primary .links{padding-top:1em}.sidepanel.primary .links li{clear:both;float:none}.sidepanel.primary .links li.home{border-bottom:1px solid #363f4a;border-top:1px solid #363f4a}.sidepanel.primary .links li.properties a{color:#009bff}.sidepanel.primary .links li.properties a:hover{color:#fff}.sidepanel.primary .links li ul{display:block;margin:0}.sidepanel.primary .links li ul li{border-bottom:1px solid #363f4a}.sidepanel.primary .links .sign-in{border-bottom:1px solid #363f4a}.sidepanel.primary .links .nav-account:not(.sign-in){background-color:#1e2935}.sidepanel.primary .links .nav-account:not(.sign-in) h5{font-size:0.875em;line-height:1.28571em;border-bottom:1px solid #363f4a;color:#666;-webkit-font-smoothing:antialiased;font-weight:700;height:44px;line-height:44px;margin:0;padding-left:32px;text-transform:uppercase}.sidepanel.primary .links .nav-account:not(.sign-in) .content a{font-size:1em;line-height:1.375em;font-weight:400;line-height:44px;padding-left:48px;text-transform:none}.sidepanel.primary .links .nav-account:not(.sign-in) .content li{background-color:#1e2935}.sidepanel.primary .links .nav-account:not(.sign-in) .content li li{display:none}.sidepanel.primary .links a{font-weight:700;letter-spacing:.1em;margin-left:0;padding-left:32px;text-transform:uppercase;width:auto}.sidepanel.primary .links a:hover{background-color:#009bff;color:#fff}.sidepanel.follow{right:0;top:0}.sidepanel .links{background:#111c29;display:block;float:left;overflow:hidden;width:270px}.sidepanel .links .expandable a{color:#fff}.sidepanel .links .expandable a:hover{color:#adafb1}.sidepanel .links .container-header{font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;line-height:56px}.sidepanel .links li{background:#111c29;color:#fff;display:block;float:left;line-height:42px;padding:0;position:relative;width:270px}.sidepanel .links li ul li a:after{content:none}.sidepanel .links li>a{color:#a4a9ad;cursor:pointer;display:block;font-size:14px;font-weight:normal;height:44px;line-height:44px}.sidepanel .links li>a:hover{color:#fff}.sidepanel .links li>a .goicon{color:#009bff;display:inline-block;width:34px}.sidepanel .links .active h5{color:#fff}.sidepanel .links .active ul{display:block}.sidepanel .links.follow .content{display:block}.sidepanel .links.follow .content li a{margin-left:15px;margin-right:15px;padding:0}.sidepanel .links.follow i{color:#fff;font-size:34px;line-height:34px}.sidepanel .expandable h5::before{border:solid 6px;border-color:transparent transparent transparent #9d9d9d;content:'';display:block;height:0;left:13px;position:absolute;top:15px;width:0}.sidepanel .expandable h5::before:hover::before{border-color:transparent transparent transparent #fff}.sidepanel .expandable.active h5::before{border:solid 6px;border-color:#fff transparent transparent;content:'';display:block;height:0;left:9px;position:absolute;top:18px;width:0}.sidepanel .content{background:#2a2e33;display:none;float:left;margin:0;overflow:hidden;padding:0;width:270px}.sidepanel .content li{border-bottom:0}.sidepanel .content li a{display:block;margin-left:30px}.sidepanel .content li.selected a,.sidepanel .content li .current_page_item a,.sidepanel .content li .current_page_ancestor a{background:#009bff;color:#fff}.sidepanel .search{height:auto;line-height:42px}.sidepanel .search form{margin:5px 0;padding:0 10px}.sidepanel .search form input{margin-bottom:0;width:235px}#nav-toggle{display:block;font-size:25px;height:56px;left:0;line-height:48px;overflow:hidden;padding:0;position:absolute;top:0;width:44px}@media screen and (min-width: 960px){#nav-toggle{display:none}}.show-sidepanel-primary #nav-toggle{background-color:#111c29}@media screen and (max-width: 960px){.nav-events:active,.nav-events:hover,.nav-plus:active,.nav-plus:hover,#nav-toggle:active,#nav-toggle:hover{background-color:#111c29}}body{background:#111c29;overflow-y:scroll}#wrap-allthethings{position:relative;z-index:1}.lt-ie9 #go-theme-nav .icons .container{border:1px solid #5d5d5d}h1{font-size:2.375em;line-height:1em;margin:0 0 0.25em;font-weight:400}h2{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;font-weight:400}h3,h4,h5,h6{font-size:1em;line-height:1.875em;margin:0 0 0.5em;font-weight:700}input[type="text"],input[type="password"],input[type="email"],input[type="url"],.go-input{border:1px solid #a4a9ad;border-radius:4px;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;margin-bottom:0;max-width:100%}input[type="text"].readonly,input[type="text"] input[readonly="readonly"],input[type="password"].readonly,input[type="password"] input[readonly="readonly"],input[type="email"].readonly,input[type="email"] input[readonly="readonly"],input[type="url"].readonly,input[type="url"] input[readonly="readonly"],.go-input.readonly,.go-input input[readonly="readonly"]{background:#f5f5f0}input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,.go-input::-webkit-input-placeholder{font-style:italic}input[type="text"]:-moz-placeholder,input[type="password"]:-moz-placeholder,input[type="email"]:-moz-placeholder,input[type="url"]:-moz-placeholder,.go-input:-moz-placeholder{font-style:italic}input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="email"]::-moz-placeholder,input[type="url"]::-moz-placeholder,.go-input::-moz-placeholder{font-style:italic}input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,.go-input:-ms-input-placeholder{font-style:italic}.go-radio,.go-checkbox{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.go-radio+span,.go-checkbox+span{color:#a4a9ad;display:inline-block}.go-radio+span:before,.go-checkbox+span:before{background:#fff;border-radius:4px;color:#adafb1;content:'\e063';display:inline-block;font-family:'Gigaom-Icon';font-size:35px;font-weight:400;height:16px;line-height:8px;margin:0 10px 0 0;text-align:left;text-indent:-3px;vertical-align:middle;width:18px}.go-radio:checked+span:before,.go-checkbox:checked+span:before{background:transparent;color:#009bff;content:'\e062'}.go-radio.no-text+span:before,.go-checkbox.no-text+span:before{margin-right:0}.go-radio+span{position:relative}.go-radio+span:before{border:1px solid #adafb1;border-radius:50%;content:'';font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;height:16px;margin-right:10px;position:relative;top:-2px;width:16px}.go-radio:checked+span:before{background:#fff;border-color:#2a2e33;content:''}.go-radio:checked+span:after{color:#009bff;content:'\b7';font-size:76px;left:-1px;line-height:18px;overflow:hidden;position:absolute;text-align:center;top:-5px}.go-selectbox{background:#fff;border-radius:4px;box-shadow:2px 2px 2px 0 #ddd;display:block;margin-bottom:3px;max-width:calc(100% - 3px );position:relative;-moz-transition:all .15s linear;-webkit-transition:all .15s linear;transition:all .15s linear;width:100%}.go-selectbox:after{color:#ff6b00;content:'\e064';font-family:'Gigaom-Icon';font-size:24px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;position:absolute;right:.5em;speak:none;top:.1em;z-index:0}.go-selectbox:focus,.go-selectbox:hover{outline:none}.go-selectbox:focus select,.go-selectbox:hover select{border-color:#a4a9ad;color:#2a2e33;font-style:normal;outline:none}.go-selectbox select{-moz-appearance:window;-webkit-appearance:none;background:transparent;border:1px solid #ddd;border-radius:4px;color:#a4a9ad;cursor:pointer;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-size:0.875em;font-style:italic;height:2.3em;margin-bottom:0;overflow:visible;padding:.5em;position:relative;z-index:1}.go-selectbox select:focus{border-color:#a4a9ad;color:#2a2e33;font-style:normal;outline:none}.go-field-button{position:relative}.go-field-button:after{clear:both;content:'.';display:block;height:0;line-height:0;visibility:hidden}.go-field-button input{float:left;width:auto}.go-field-button button{float:left;margin-left:-.3rem;padding-bottom:9px}body .page .body form.go-standard,.go-form-standard,form.go-standard{margin-bottom:2em;padding-bottom:1.5em;width:100%}body .page .body form.go-standard>p,.go-form-standard>p,form.go-standard>p{color:#9a9b9c}body .page .body form.go-standard p,.go-form-standard p,form.go-standard p{font-size:0.875em;line-height:1.28571em;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;margin-bottom:0.36em}body .page .body form.go-standard p:last-child,.go-form-standard p:last-child,form.go-standard p:last-child{margin-bottom:0}.single .post .entry-content body .page .body form.go-standard p:last-child,.single .page .entry-content body .page .body form.go-standard p:last-child,.single .post .entry-content .go-form-standard p:last-child,.single .page .entry-content .go-form-standard p:last-child,.single .post .entry-content form.go-standard p:last-child,.single .page .entry-content form.go-standard p:last-child{margin-bottom:0}body .page .body form.go-standard p>a,.go-form-standard p>a,form.go-standard p>a{display:inline-block;margin-bottom:0.25em}body .page .body form.go-standard p.read-only,.go-form-standard p.read-only,form.go-standard p.read-only{margin-bottom:0.5em}body .page .body form.go-standard textarea,body .page .body form.go-standard input[type="text"],body .page .body form.go-standard input[type="password"],body .page .body form.go-standard input[type="email"],body .page .body form.go-standard input[type="url"],.go-form-standard textarea,.go-form-standard input[type="text"],.go-form-standard input[type="password"],.go-form-standard input[type="email"],.go-form-standard input[type="url"],form.go-standard textarea,form.go-standard input[type="text"],form.go-standard input[type="password"],form.go-standard input[type="email"],form.go-standard input[type="url"]{border:1px solid #a4a9ad;border-radius:4px;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;margin-bottom:0;max-width:100%}body .page .body form.go-standard textarea.readonly,body .page .body form.go-standard textarea input[readonly="readonly"],body .page .body form.go-standard input[type="text"].readonly,body .page .body form.go-standard input[type="text"] input[readonly="readonly"],body .page .body form.go-standard input[type="password"].readonly,body .page .body form.go-standard input[type="password"] input[readonly="readonly"],body .page .body form.go-standard input[type="email"].readonly,body .page .body form.go-standard input[type="email"] input[readonly="readonly"],body .page .body form.go-standard input[type="url"].readonly,body .page .body form.go-standard input[type="url"] input[readonly="readonly"],.go-form-standard textarea.readonly,.go-form-standard textarea input[readonly="readonly"],.go-form-standard input[type="text"].readonly,.go-form-standard input[type="text"] input[readonly="readonly"],.go-form-standard input[type="password"].readonly,.go-form-standard input[type="password"] input[readonly="readonly"],.go-form-standard input[type="email"].readonly,.go-form-standard input[type="email"] input[readonly="readonly"],.go-form-standard input[type="url"].readonly,.go-form-standard input[type="url"] input[readonly="readonly"],form.go-standard textarea.readonly,form.go-standard textarea input[readonly="readonly"],form.go-standard input[type="text"].readonly,form.go-standard input[type="text"] input[readonly="readonly"],form.go-standard input[type="password"].readonly,form.go-standard input[type="password"] input[readonly="readonly"],form.go-standard input[type="email"].readonly,form.go-standard input[type="email"] input[readonly="readonly"],form.go-standard input[type="url"].readonly,form.go-standard input[type="url"] input[readonly="readonly"]{background:#f5f5f0}body .page .body form.go-standard textarea::-webkit-input-placeholder,body .page .body form.go-standard input[type="text"]::-webkit-input-placeholder,body .page .body form.go-standard input[type="password"]::-webkit-input-placeholder,body .page .body form.go-standard input[type="email"]::-webkit-input-placeholder,body .page .body form.go-standard input[type="url"]::-webkit-input-placeholder,.go-form-standard textarea::-webkit-input-placeholder,.go-form-standard input[type="text"]::-webkit-input-placeholder,.go-form-standard input[type="password"]::-webkit-input-placeholder,.go-form-standard input[type="email"]::-webkit-input-placeholder,.go-form-standard input[type="url"]::-webkit-input-placeholder,form.go-standard textarea::-webkit-input-placeholder,form.go-standard input[type="text"]::-webkit-input-placeholder,form.go-standard input[type="password"]::-webkit-input-placeholder,form.go-standard input[type="email"]::-webkit-input-placeholder,form.go-standard input[type="url"]::-webkit-input-placeholder{font-style:italic}body .page .body form.go-standard textarea:-moz-placeholder,body .page .body form.go-standard input[type="text"]:-moz-placeholder,body .page .body form.go-standard input[type="password"]:-moz-placeholder,body .page .body form.go-standard input[type="email"]:-moz-placeholder,body .page .body form.go-standard input[type="url"]:-moz-placeholder,.go-form-standard textarea:-moz-placeholder,.go-form-standard input[type="text"]:-moz-placeholder,.go-form-standard input[type="password"]:-moz-placeholder,.go-form-standard input[type="email"]:-moz-placeholder,.go-form-standard input[type="url"]:-moz-placeholder,form.go-standard textarea:-moz-placeholder,form.go-standard input[type="text"]:-moz-placeholder,form.go-standard input[type="password"]:-moz-placeholder,form.go-standard input[type="email"]:-moz-placeholder,form.go-standard input[type="url"]:-moz-placeholder{font-style:italic}body .page .body form.go-standard textarea::-moz-placeholder,body .page .body form.go-standard input[type="text"]::-moz-placeholder,body .page .body form.go-standard input[type="password"]::-moz-placeholder,body .page .body form.go-standard input[type="email"]::-moz-placeholder,body .page .body form.go-standard input[type="url"]::-moz-placeholder,.go-form-standard textarea::-moz-placeholder,.go-form-standard input[type="text"]::-moz-placeholder,.go-form-standard input[type="password"]::-moz-placeholder,.go-form-standard input[type="email"]::-moz-placeholder,.go-form-standard input[type="url"]::-moz-placeholder,form.go-standard textarea::-moz-placeholder,form.go-standard input[type="text"]::-moz-placeholder,form.go-standard input[type="password"]::-moz-placeholder,form.go-standard input[type="email"]::-moz-placeholder,form.go-standard input[type="url"]::-moz-placeholder{font-style:italic}body .page .body form.go-standard textarea:-ms-input-placeholder,body .page .body form.go-standard input[type="text"]:-ms-input-placeholder,body .page .body form.go-standard input[type="password"]:-ms-input-placeholder,body .page .body form.go-standard input[type="email"]:-ms-input-placeholder,body .page .body form.go-standard input[type="url"]:-ms-input-placeholder,.go-form-standard textarea:-ms-input-placeholder,.go-form-standard input[type="text"]:-ms-input-placeholder,.go-form-standard input[type="password"]:-ms-input-placeholder,.go-form-standard input[type="email"]:-ms-input-placeholder,.go-form-standard input[type="url"]:-ms-input-placeholder,form.go-standard textarea:-ms-input-placeholder,form.go-standard input[type="text"]:-ms-input-placeholder,form.go-standard input[type="password"]:-ms-input-placeholder,form.go-standard input[type="email"]:-ms-input-placeholder,form.go-standard input[type="url"]:-ms-input-placeholder{font-style:italic}body .page .body form.go-standard .go-input,.go-form-standard .go-input,form.go-standard .go-input{min-height:2.3em}body .page .body form.go-standard input[type="text"],body .page .body form.go-standard input[type="password"],body .page .body form.go-standard input[type="email"],body .page .body form.go-standard input[type="url"],.go-form-standard input[type="text"],.go-form-standard input[type="password"],.go-form-standard input[type="email"],.go-form-standard input[type="url"],form.go-standard input[type="text"],form.go-standard input[type="password"],form.go-standard input[type="email"],form.go-standard input[type="url"]{height:2.3em}body .page .body form.go-standard label,.go-form-standard label,form.go-standard label{color:#a4a9ad;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;margin-bottom:0.36em}body .page .body form.go-standard .required,.go-form-standard .required,form.go-standard .required{position:relative}body .page .body form.go-standard .required:before,.go-form-standard .required:before,form.go-standard .required:before{color:#ff6b00;content:'*';font-size:1.25em;left:-.5em;position:absolute;top:.1em}@media screen and (min-width: 960px){body .page .body form.go-standard .required:before,.go-form-standard .required:before,form.go-standard .required:before{left:-.75em}}body .page .body form.go-standard .info,.go-form-standard .info,form.go-standard .info{font-size:0.875em;line-height:1.28571em;color:#a4a9ad;display:block;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-style:italic;margin-bottom:0.36em}body .page .body form.go-standard .button,.go-form-standard .button,form.go-standard .button{font-size:1em;margin-bottom:0;margin-top:0.6em;min-width:100px}body .page .body form.go-standard .go-field-button .button,.go-form-standard .go-field-button .button,form.go-standard .go-field-button .button{margin-top:0}body .page .body form.go-standard .error-message,.go-form-standard .error-message,form.go-standard .error-message{color:#eb232e;display:none}body .page .body form.go-standard a.sub-form-toggle,.go-form-standard a.sub-form-toggle,form.go-standard a.sub-form-toggle{display:inline-block;margin-top:0.75em}body .page .body form.go-standard .sub-form,.go-form-standard .sub-form,form.go-standard .sub-form{background:#ecebe6;border-radius:4px;display:none;margin:0 -0.5em 1em;padding:0.5em 1em;position:relative}@media screen and (min-width: 960px){body .page .body form.go-standard .sub-form,.go-form-standard .sub-form,form.go-standard .sub-form{margin:0 -1em 1em}}body .page .body form.go-standard .sub-form:before,.go-form-standard .sub-form:before,form.go-standard .sub-form:before{border-bottom:10px solid #ecebe6;border-left:10px solid transparent;border-right:10px solid transparent;content:'';height:0;left:60px;position:absolute;top:-10px;width:0}@media screen and (min-width: 960px){body .page .body form.go-standard .sub-form:before,.go-form-standard .sub-form:before,form.go-standard .sub-form:before{left:68px}}body .page .body form.go-standard .sub-form .button,.go-form-standard .sub-form .button,form.go-standard .sub-form .button{margin-bottom:0.5em;margin-right:1em;opacity:1}body .page .body form.go-standard .sub-form .cancel,.go-form-standard .sub-form .cancel,form.go-standard .sub-form .cancel{font-size:0.875em;line-height:1.28571em;font-weight:700}form.unfocused>p>button,form.unfocused>p>.button,form.unfocused>p>.button.primary{background-color:#ddd;cursor:default}form.unfocused>p>button:active,form.unfocused>p>button:hover,form.unfocused>p>.button:active,form.unfocused>p>.button:hover,form.unfocused>p>.button.primary:active,form.unfocused>p>.button.primary:hover{background-color:#ddd}html .table-wrapper,article .body .table-wrapper,.attachment .attachment .body .table-wrapper,body .page .body .table-wrapper,body .post .body .table-wrapper{border-right:1px solid #ddd;position:relative}html .table-wrapper:after,article .body .table-wrapper:after,.attachment .attachment .body .table-wrapper:after,body .page .body .table-wrapper:after,body .post .body .table-wrapper:after{background-image:-webkit-gradient(linear, right, left, color-stop(0, transparent), color-stop(1, #f5f5f5));background-image:-webkit-linear-gradient(left, transparent, #f5f5f5);background-image:-moz-linear-gradient(left, transparent, #f5f5f5);background-image:-ms-linear-gradient(left, transparent, #f5f5f5);background-image:-o-linear-gradient(left, transparent, #f5f5f5);bottom:0;content:' ';display:block;position:absolute;right:0;top:0;width:20px;z-index:10}html .pinned,article .body .pinned,.attachment .attachment .body .pinned,body .page .body .pinned,body .post .body .pinned{border-left:0;border-right:0}html .go-table,article .body .go-table,.attachment .attachment .body .go-table,body .page .body .go-table,body .post .body .go-table{background:transparent;border:0}html .go-table tfoot,html .go-table thead,article .body .go-table tfoot,article .body .go-table thead,.attachment .attachment .body .go-table tfoot,.attachment .attachment .body .go-table thead,body .page .body .go-table tfoot,body .page .body .go-table thead,body .post .body .go-table tfoot,body .post .body .go-table thead{background:transparent}html .go-table th,html .go-table td,article .body .go-table th,article .body .go-table td,.attachment .attachment .body .go-table th,.attachment .attachment .body .go-table td,body .page .body .go-table th,body .page .body .go-table td,body .post .body .go-table th,body .post .body .go-table td{padding:0.75em}html .go-table th,article .body .go-table th,.attachment .attachment .body .go-table th,body .page .body .go-table th,body .post .body .go-table th{background:transparent;color:#a4a9ad;font-weight:400;padding-bottom:0.25em}html .go-table tbody tr:first-child td:first-child,article .body .go-table tbody tr:first-child td:first-child,.attachment .attachment .body .go-table tbody tr:first-child td:first-child,body .page .body .go-table tbody tr:first-child td:first-child,body .post .body .go-table tbody tr:first-child td:first-child{border-top-left-radius:4px}html .go-table tbody tr:first-child td:last-child,article .body .go-table tbody tr:first-child td:last-child,.attachment .attachment .body .go-table tbody tr:first-child td:last-child,body .page .body .go-table tbody tr:first-child td:last-child,body .post .body .go-table tbody tr:first-child td:last-child{border-top-right-radius:4px}html .go-table tbody tr:last-child td:first-child,article .body .go-table tbody tr:last-child td:first-child,.attachment .attachment .body .go-table tbody tr:last-child td:first-child,body .page .body .go-table tbody tr:last-child td:first-child,body .post .body .go-table tbody tr:last-child td:first-child{border-bottom-left-radius:4px}html .go-table tbody tr:last-child td:last-child,article .body .go-table tbody tr:last-child td:last-child,.attachment .attachment .body .go-table tbody tr:last-child td:last-child,body .page .body .go-table tbody tr:last-child td:last-child,body .post .body .go-table tbody tr:last-child td:last-child{border-bottom-right-radius:4px}html .go-table.go-table-a,article .body .go-table.go-table-a,.attachment .attachment .body .go-table.go-table-a,body .page .body .go-table.go-table-a,body .post .body .go-table.go-table-a{border-spacing:0 0.25em}html .go-table.go-table-a tbody tr,article .body .go-table.go-table-a tbody tr,.attachment .attachment .body .go-table.go-table-a tbody tr,body .page .body .go-table.go-table-a tbody tr,body .post .body .go-table.go-table-a tbody tr{background:#f5f5f0}html .go-table.go-table-b tbody tr,article .body .go-table.go-table-b tbody tr,.attachment .attachment .body .go-table.go-table-b tbody tr,body .page .body .go-table.go-table-b tbody tr,body .post .body .go-table.go-table-b tbody tr{background:#ecebe6}html .go-table.go-table-b tbody tr:nth-child(2n+2),article .body .go-table.go-table-b tbody tr:nth-child(2n+2),.attachment .attachment .body .go-table.go-table-b tbody tr:nth-child(2n+2),body .page .body .go-table.go-table-b tbody tr:nth-child(2n+2),body .post .body .go-table.go-table-b tbody tr:nth-child(2n+2){background-color:#f6f6f6}.boxed{font-size:1em;line-height:1.375em;background:#f5f5f0;border-radius:4px;padding:1em;margin-bottom:0.25em;padding-bottom:1.5em}.boxed>a{color:#2a2e33;font-weight:400}@media screen and (min-width: 960px){.boxed{padding-left:1.5em;padding-right:1.5em}}.boxed.light{background-color:#f6f6f6}.boxed.dark{background-color:#ecebe6}.boxed .header,.boxed h1{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;color:#3d3d3d;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:400;margin-bottom:0.5em}.boxed h2{margin-bottom:1em}.boxed p:last-child{margin-bottom:0}.widget.bold-box,.bold-box{font-size:1em;line-height:1.375em;background:#009bff;border-radius:4px;color:#002346;padding:0.9em 1em 0.6em}.widget.bold-box a,.bold-box a{color:#002346;text-decoration:none}.widget.bold-box a:hover,.bold-box a:hover{color:#2a2e33;text-decoration:underline}.widget.bold-box a:active,.bold-box a:active{color:#000;text-decoration:underline}.widget.bold-box h1,.widget.bold-box h2,.widget.bold-box h3,.bold-box h1,.bold-box h2,.bold-box h3{font-size:1.75em;line-height:1.2em;margin:0 0 0.5em;color:#fff;font-weight:300;margin-bottom:0}.widget.bold-box p,.bold-box p{font-size:1.125em;line-height:1.33333em;margin-bottom:0.9em}.widget.bold-box p:last-child,.bold-box p:last-child{margin-bottom:0}.widget.bold-box form [type='text'],.widget.bold-box form input[type='password'],.widget.bold-box form input[type='date'],.widget.bold-box form input[type='datetime'],.widget.bold-box form input[type='datetime-local'],.widget.bold-box form input[type='month'],.widget.bold-box form input[type='week'],.widget.bold-box form input[type='email'],.widget.bold-box form input[type='number'],.widget.bold-box form input[type='search'],.widget.bold-box form input[type='tel'],.widget.bold-box form input[type='time'],.widget.bold-box form input[type='url'],.widget.bold-box form textarea,.bold-box form [type='text'],.bold-box form input[type='password'],.bold-box form input[type='date'],.bold-box form input[type='datetime'],.bold-box form input[type='datetime-local'],.bold-box form input[type='month'],.bold-box form input[type='week'],.bold-box form input[type='email'],.bold-box form input[type='number'],.bold-box form input[type='search'],.bold-box form input[type='tel'],.bold-box form input[type='time'],.bold-box form input[type='url'],.bold-box form textarea{border-color:#fff}.widget.bold-box form [type='text']:focus,.widget.bold-box form input[type='password']:focus,.widget.bold-box form input[type='date']:focus,.widget.bold-box form input[type='datetime']:focus,.widget.bold-box form input[type='datetime-local']:focus,.widget.bold-box form input[type='month']:focus,.widget.bold-box form input[type='week']:focus,.widget.bold-box form input[type='email']:focus,.widget.bold-box form input[type='number']:focus,.widget.bold-box form input[type='search']:focus,.widget.bold-box form input[type='tel']:focus,.widget.bold-box form input[type='time']:focus,.widget.bold-box form input[type='url']:focus,.widget.bold-box form textarea:focus,.bold-box form [type='text']:focus,.bold-box form input[type='password']:focus,.bold-box form input[type='date']:focus,.bold-box form input[type='datetime']:focus,.bold-box form input[type='datetime-local']:focus,.bold-box form input[type='month']:focus,.bold-box form input[type='week']:focus,.bold-box form input[type='email']:focus,.bold-box form input[type='number']:focus,.bold-box form input[type='search']:focus,.bold-box form input[type='tel']:focus,.bold-box form input[type='time']:focus,.bold-box form input[type='url']:focus,.bold-box form textarea:focus{border-color:#fff}.widget.bold-box form ::-webkit-input-placeholder,.widget.bold-box form ::-moz-placeholder,.widget.bold-box form :-moz-placeholder,.widget.bold-box form :-ms-input-placeholder,.bold-box form ::-webkit-input-placeholder,.bold-box form ::-moz-placeholder,.bold-box form :-moz-placeholder,.bold-box form :-ms-input-placeholder{font-style:italic}.widget.bold-box form input[placeholder],.widget.bold-box form [placeholder],.widget.bold-box form *[placeholder],.bold-box form input[placeholder],.bold-box form [placeholder],.bold-box form *[placeholder]{font-style:italic}.widget.bold-box.cta .prompt,.bold-box.cta .prompt{font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em;color:#fff}.widget.bold-box.cta a,.bold-box.cta a{font-size:0.875em;line-height:1.28571em;color:#002346;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:400}.widget.bold-box.cta a:after,.bold-box.cta a:after{content:' >'}@-ms-viewport{width:device-width}a{color:#009bff}a:hover{color:#005d99;text-decoration:none}a:active{color:#004d80}a:focus{text-decoration:none}a img{border:0}h1,h2,h3,h4,h5,h6{font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;line-height:1.33em;text-rendering:optimizeLegibility}h1{font-size:2em;line-height:1.25em;margin:0 0 0.5em;font-weight:300}h2{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;font-weight:700}h3{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;color:gray;font-weight:700}h4,h5,h6{font-size:1em;line-height:1.875em;margin:0 0 0.5em;font-weight:700}iframe{max-width:100%}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{height:2.15em}input[type=search]::-webkit-search-results-button{margin-left:5px}input[type=search]::-webkit-search-cancel-button{margin-right:5px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;padding-bottom:0;padding-top:0}.ie input[type=search]{padding-left:15px}ul,ol,dl{margin:0;padding:0}ul.sorted_tags{background:transparent;border:0}ul.sorted_tags li{padding:0}ul.sorted_tags li a{font-size:1.75em;padding:0 6px;text-transform:lowercase}ul.sorted_tags li::before{font-size:1.75em}pre{background-color:#f6f6f6;border-radius:4px;margin-bottom:1.5em;overflow:auto;padding:1rem}.clear{clear:both}.clearfix:after{clear:both;content:'.';display:block;height:0;line-height:0;visibility:hidden}html{background:#fff;position:relative}html:before{background:#222;content:'';height:32px;left:0;position:absolute;right:0;top:-32px}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}.vcard{margin:0;padding:0}.vcard .fn{font-weight:400}.icon{overflow:hidden;text-indent:-999px}.row{max-width:768px}@media screen and (min-width: 960px){.row{width:960px;max-width:100%}}.lt-ie9 .row{width:960px;max-width:100%}.th img{border:0;border-radius:0;box-shadow:none}p{font-size:1em;line-height:1.5em;margin-bottom:1.5em}img,embed,object{height:auto;max-width:100%}.flex-video{clear:both}@media screen and (max-width: 640px){.button{display:inline-block;width:auto}}.alignleft{border-bottom:20px solid #fff;display:block;margin-left:auto;margin-right:auto}@media screen and (min-width: 641px){.alignleft{border-right:20px solid #fff;display:inline-block;float:left}}.lt-ie9 .alignleft{border-right:20px solid #fff;display:inline-block;float:left}.alignright{border-bottom:15px solid #fff;display:block;margin-left:auto;margin-right:auto}@media screen and (min-width: 641px){.alignright{border-left:15px solid #fff;display:inline-block;float:right}}.lt-ie9 .alignright{border-left:15px solid #fff;display:inline-block;float:right}.aligncenter{clear:both;display:block;margin-bottom:1.5em;margin-left:auto;margin-right:auto}.alignnone{border-bottom:15px solid #fff}ul.text-scale{margin-bottom:2px}.text-scale{font-size:1em;line-height:1.375em;font-style:normal}.text-scale .larger{margin-left:30px}.text-scale .larger a{font-size:1.125em;line-height:1.33333em;display:inline-block;line-height:32px;position:relative;top:4px}.text-scale .larger a .goicon{left:16px;position:absolute;top:11px}.text-scale .smaller a{display:inline-block;font-size:0.875em;line-height:1.28571em;padding-top:12px;position:relative}.text-scale .smaller a .goicon{bottom:2px;position:absolute}.text-scale .goicon{font-size:0.875em;line-height:1.28571em}.text-size-huge .text-scale .larger a{color:#adafb1;cursor:default}.text-size-normal .text-scale .smaller a{color:#adafb1;cursor:default}.wijax-opts{display:none}#cboxTitle{background:rgba(0,0,0,0.6);bottom:28px;color:#eee;display:none !important;padding:10px;text-align:left}.cbox-hover #cboxTitle{display:block !important}img#wpstats{display:none}.action-button{background-color:#ff6b00;border:0;background-image:none;color:#fff;padding:10px 20px;text-transform:none;width:auto}.action-button:active,.action-button:focus,.action-button:hover{background-color:#e65e00}.old-ie{background:#fdf2ab;border-bottom:5px solid #2a2e33;border-top:5px solid #ff6b00;padding:2em}.old-ie ul{list-style-type:none;margin-top:1em}.go-box{font-size:1em;line-height:1.375em;background:#f5f5f0;border-radius:4px;padding:1em;margin-bottom:0.25em}.go-box>a{color:#2a2e33;font-weight:400}.logo,.go-logo{margin:auto}.logo span,.go-logo span{display:inline-block}.logo .logo-property-name,.go-logo .logo-property-name{font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-size:1.5em;font-weight:normal;letter-spacing:.1em;margin-left:-10px;margin-top:-33px;text-transform:uppercase;vertical-align:middle;-webkit-font-smoothing:antialiased}.logo .logo-svg,.go-logo .logo-svg{background-position:0 -3px;background-size:125px 44px}.lt-ie9 .property .logo .logo-svg,.lt-ie9 .property .go-logo .logo-svg{background-image:url(/wp-content/themes/vip/gigaom5/css/../img/gigaom-logo-dark.jpg);height:44px;width:125px}.lt-ie9 .all .logo .logo-svg,.lt-ie9 .all .go-logo .logo-svg{background-image:url(/wp-content/themes/vip/gigaom5/css/../img/gigaom-logo-light.jpg);height:44px;width:125px}.lt-ie9 #go-theme-nav .logo .logo-svg,.lt-ie9 #go-theme-nav .go-logo .logo-svg{background-image:url(/wp-content/themes/vip/gigaom5/css/../img/gigaom-logo-light.jpg);height:44px;width:125px}.logo img,.go-logo img{display:none}.wp-core-ui .button.button-large,.button{font-size:0.875em;line-height:1.28571em;background:#009bff;background-image:none;border:0;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#fff;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:400;min-width:132px;outline-width:0;outline:none;padding:0.5em 15px 0.5725em;position:relative;text-shadow:none;z-index:0;-webkit-transition:background-color 150ms ease-out;-moz-transition:background-color 150ms ease-out;transition:background-color 150ms ease-out}.wp-core-ui .button.button-large a,.button a{color:#fff}.wp-core-ui .button.button-large:active,.button:active{background-color:#0079ff;border:0;text-decoration:none}.wp-core-ui .button.button-large:hover,.button:hover{background-color:#002346;border:0;text-decoration:none}.wp-core-ui .button.button-large.button-primary,.wp-core-ui .button.button-large.primary,.button.button-primary,.button.primary{background-color:#ff6b00}.wp-core-ui .button.button-large.button-primary:active,.wp-core-ui .button.button-large.primary:active,.button.button-primary:active,.button.primary:active{background-color:#ba3c00}.wp-core-ui .button.button-large.button-primary:hover,.wp-core-ui .button.button-large.primary:hover,.button.button-primary:hover,.button.primary:hover{background-color:#ff4f00}.wp-core-ui .button.button-large.cancel,.button.cancel{background-color:#a4a9ad;color:#2a2e33}.wp-core-ui .button.button-large.cancel:active,.button.cancel:active{background-color:#f4f4f4;color:#fff}.wp-core-ui .button.button-large.cancel:hover,.button.cancel:hover{background-color:#666;color:#fff}.wp-core-ui .button.button-large.success,.wp-core-ui .button.button-large.save,.button.success,.button.save{background-color:#ff6b00}.wp-core-ui .button.button-large.success:active,.wp-core-ui .button.button-large.save:active,.button.success:active,.button.save:active{background-color:#ba3c00}.wp-core-ui .button.button-large.success:hover,.wp-core-ui .button.button-large.save:hover,.button.success:hover,.button.save:hover{background-color:#ff4f00}.wp-core-ui .button.button-large.disabled,.button.disabled{background-color:#c3c3c3}.wp-core-ui .button.button-large.disabled:active,.wp-core-ui .button.button-large.disabled:hover,.button.disabled:active,.button.disabled:hover{background-color:#c3c3c3}.wp-core-ui .button.button-large.link,.button.link{background-color:transparent;color:#009bff;text-decoration:none;margin:0;min-width:0;padding:0;text-align:left}.wp-core-ui .button.button-large.link:active,.button.link:active{background-color:transparent}.wp-core-ui .button.button-large.link:hover,.button.link:hover{background-color:transparent}.wp-core-ui .button.button-large.link:hover,.button.link:hover{color:#0079ff;text-decoration:underline}.wp-core-ui .button.button-large.link:active,.button.link:active{color:#002346;text-decoration:underline}.full_hide-full,.hide-full{display:block}@media screen and (min-width: 960px){.full_hide-full,.hide-full{display:none}}.lt-ie9 .full_hide-full,.lt-ie9 .hide-full{display:none}.full_hide-tablet,.hide-tablet{display:block}@media screen and (min-width: 641px){.full_hide-tablet,.hide-tablet{display:none}}@media screen and (min-width: 960px){.full_hide-tablet,.hide-tablet{display:block}}.lt-ie9 .full_hide-tablet,.lt-ie9 .hide-tablet{display:block}@media screen and (min-width: 960px){.full_hide-tablet.full_hide-full,.full_hide-tablet.hide-full,.hide-tablet.full_hide-full,.hide-tablet.hide-full{display:none}}.lt-ie9 .full_hide-tablet.full_hide-full,.lt-ie9 .full_hide-tablet.hide-full,.lt-ie9 .hide-tablet.full_hide-full,.lt-ie9 .hide-tablet.hide-full{display:none}.full_hide-phone,.hide-phone{display:none}@media screen and (min-width: 641px){.full_hide-phone,.hide-phone{display:block}}.lt-ie9 .full_hide-phone,.lt-ie9 .hide-phone{display:block}@media screen and (min-width: 641px){.full_hide-phone.full_hide-tablet,.full_hide-phone.hide-tablet,.hide-phone.full_hide-tablet,.hide-phone.hide-tablet{display:none}}@media screen and (min-width: 960px){.full_hide-phone.full_hide-tablet,.full_hide-phone.hide-tablet,.hide-phone.full_hide-tablet,.hide-phone.hide-tablet{display:block}}.lt-ie9 .full_hide-phone.full_hide-tablet,.lt-ie9 .full_hide-phone.hide-tablet,.lt-ie9 .hide-phone.full_hide-tablet,.lt-ie9 .hide-phone.hide-tablet{display:block}@media screen and (min-width: 960px){.full_hide-phone.full_hide-full,.full_hide-phone.hide-full,.hide-phone.full_hide-full,.hide-phone.hide-full{display:none}}.lt-ie9 .full_hide-phone.full_hide-full,.lt-ie9 .full_hide-phone.hide-full,.lt-ie9 .hide-phone.full_hide-full,.lt-ie9 .hide-phone.hide-full{display:none}.full_height-250-phone,.height-250-phone{min-height:250px}@media screen and (min-width: 641px){.full_height-250-phone,.height-250-phone{min-height:0}}.lt-ie9 .full_height-250-phone,.lt-ie9 .height-250-phone{min-height:0}@media screen and (min-width: 641px){.full_height-250-phone.full_height-250-tablet,.full_height-250-phone.height-250-tablet,.height-250-phone.full_height-250-tablet,.height-250-phone.height-250-tablet{min-height:250px}}@media screen and (min-width: 960px){.full_height-250-phone.full_height-250-tablet,.full_height-250-phone.height-250-tablet,.height-250-phone.full_height-250-tablet,.height-250-phone.height-250-tablet{min-height:0}}.lt-ie9 .full_height-250-phone.full_height-250-tablet,.lt-ie9 .full_height-250-phone.height-250-tablet,.lt-ie9 .height-250-phone.full_height-250-tablet,.lt-ie9 .height-250-phone.height-250-tablet{min-height:0}@media screen and (min-width: 960px){.full_height-250-phone.full_height-250-full,.full_height-250-phone.height-250-full,.height-250-phone.full_height-250-full,.height-250-phone.height-250-full{min-height:250px}}.lt-ie9 .full_height-250-phone.full_height-250-full,.lt-ie9 .full_height-250-phone.height-250-full,.lt-ie9 .height-250-phone.full_height-250-full,.lt-ie9 .height-250-phone.height-250-full{min-height:250px}.full_height-250-tablet,.height-250-tablet{min-height:0}@media screen and (min-width: 641px){.full_height-250-tablet,.height-250-tablet{min-height:250px}}@media screen and (min-width: 960px){.full_height-250-tablet,.height-250-tablet{min-height:0}}.lt-ie9 .full_height-250-tablet,.lt-ie9 .height-250-tablet{min-height:0}@media screen and (min-width: 960px){.full_height-250-tablet.full_height-250-full,.full_height-250-tablet.height-250-full,.height-250-tablet.full_height-250-full,.height-250-tablet.height-250-full{min-height:250px}}.lt-ie9 .full_height-250-tablet.full_height-250-full,.lt-ie9 .full_height-250-tablet.height-250-full,.lt-ie9 .height-250-tablet.full_height-250-full,.lt-ie9 .height-250-tablet.height-250-full{min-height:250px}.full_height-250-full,.height-250-full{min-height:0}@media screen and (min-width: 960px){.full_height-250-full,.height-250-full{min-height:250px}}.lt-ie9 .full_height-250-full,.lt-ie9 .height-250-full{min-height:250px}.tablet_hide-full,.hide-full{display:block}@media screen and (min-width: 960px){.tablet_hide-full,.hide-full{display:none}}.lt-ie9 .tablet_hide-full,.lt-ie9 .hide-full{display:none}.tablet_hide-tablet,.hide-tablet{display:block}@media screen and (min-width: 641px){.tablet_hide-tablet,.hide-tablet{display:none}}@media screen and (min-width: 960px){.tablet_hide-tablet,.hide-tablet{display:block}}.lt-ie9 .tablet_hide-tablet,.lt-ie9 .hide-tablet{display:block}@media screen and (min-width: 960px){.tablet_hide-tablet.tablet_hide-full,.tablet_hide-tablet.hide-full,.hide-tablet.tablet_hide-full,.hide-tablet.hide-full{display:none}}.lt-ie9 .tablet_hide-tablet.tablet_hide-full,.lt-ie9 .tablet_hide-tablet.hide-full,.lt-ie9 .hide-tablet.tablet_hide-full,.lt-ie9 .hide-tablet.hide-full{display:none}.tablet_hide-phone,.hide-phone{display:none}@media screen and (min-width: 641px){.tablet_hide-phone,.hide-phone{display:block}}.lt-ie9 .tablet_hide-phone,.lt-ie9 .hide-phone{display:block}@media screen and (min-width: 641px){.tablet_hide-phone.tablet_hide-tablet,.tablet_hide-phone.hide-tablet,.hide-phone.tablet_hide-tablet,.hide-phone.hide-tablet{display:none}}@media screen and (min-width: 960px){.tablet_hide-phone.tablet_hide-tablet,.tablet_hide-phone.hide-tablet,.hide-phone.tablet_hide-tablet,.hide-phone.hide-tablet{display:block}}.lt-ie9 .tablet_hide-phone.tablet_hide-tablet,.lt-ie9 .tablet_hide-phone.hide-tablet,.lt-ie9 .hide-phone.tablet_hide-tablet,.lt-ie9 .hide-phone.hide-tablet{display:block}@media screen and (min-width: 960px){.tablet_hide-phone.tablet_hide-full,.tablet_hide-phone.hide-full,.hide-phone.tablet_hide-full,.hide-phone.hide-full{display:none}}.lt-ie9 .tablet_hide-phone.tablet_hide-full,.lt-ie9 .tablet_hide-phone.hide-full,.lt-ie9 .hide-phone.tablet_hide-full,.lt-ie9 .hide-phone.hide-full{display:none}.tablet_height-250-phone,.height-250-phone{min-height:250px}@media screen and (min-width: 641px){.tablet_height-250-phone,.height-250-phone{min-height:0}}.lt-ie9 .tablet_height-250-phone,.lt-ie9 .height-250-phone{min-height:0}@media screen and (min-width: 641px){.tablet_height-250-phone.tablet_height-250-tablet,.tablet_height-250-phone.height-250-tablet,.height-250-phone.tablet_height-250-tablet,.height-250-phone.height-250-tablet{min-height:250px}}@media screen and (min-width: 960px){.tablet_height-250-phone.tablet_height-250-tablet,.tablet_height-250-phone.height-250-tablet,.height-250-phone.tablet_height-250-tablet,.height-250-phone.height-250-tablet{min-height:0}}.lt-ie9 .tablet_height-250-phone.tablet_height-250-tablet,.lt-ie9 .tablet_height-250-phone.height-250-tablet,.lt-ie9 .height-250-phone.tablet_height-250-tablet,.lt-ie9 .height-250-phone.height-250-tablet{min-height:0}@media screen and (min-width: 960px){.tablet_height-250-phone.tablet_height-250-full,.tablet_height-250-phone.height-250-full,.height-250-phone.tablet_height-250-full,.height-250-phone.height-250-full{min-height:250px}}.lt-ie9 .tablet_height-250-phone.tablet_height-250-full,.lt-ie9 .tablet_height-250-phone.height-250-full,.lt-ie9 .height-250-phone.tablet_height-250-full,.lt-ie9 .height-250-phone.height-250-full{min-height:250px}.tablet_height-250-tablet,.height-250-tablet{min-height:0}@media screen and (min-width: 641px){.tablet_height-250-tablet,.height-250-tablet{min-height:250px}}@media screen and (min-width: 960px){.tablet_height-250-tablet,.height-250-tablet{min-height:0}}.lt-ie9 .tablet_height-250-tablet,.lt-ie9 .height-250-tablet{min-height:0}@media screen and (min-width: 960px){.tablet_height-250-tablet.tablet_height-250-full,.tablet_height-250-tablet.height-250-full,.height-250-tablet.tablet_height-250-full,.height-250-tablet.height-250-full{min-height:250px}}.lt-ie9 .tablet_height-250-tablet.tablet_height-250-full,.lt-ie9 .tablet_height-250-tablet.height-250-full,.lt-ie9 .height-250-tablet.tablet_height-250-full,.lt-ie9 .height-250-tablet.height-250-full{min-height:250px}.tablet_height-250-full,.height-250-full{min-height:0}@media screen and (min-width: 960px){.tablet_height-250-full,.height-250-full{min-height:250px}}.lt-ie9 .tablet_height-250-full,.lt-ie9 .height-250-full{min-height:250px}.phone_hide-full,.hide-full{display:block}@media screen and (min-width: 960px){.phone_hide-full,.hide-full{display:none}}.lt-ie9 .phone_hide-full,.lt-ie9 .hide-full{display:none}.phone_hide-tablet,.hide-tablet{display:block}@media screen and (min-width: 641px){.phone_hide-tablet,.hide-tablet{display:none}}@media screen and (min-width: 960px){.phone_hide-tablet,.hide-tablet{display:block}}.lt-ie9 .phone_hide-tablet,.lt-ie9 .hide-tablet{display:block}@media screen and (min-width: 960px){.phone_hide-tablet.phone_hide-full,.phone_hide-tablet.hide-full,.hide-tablet.phone_hide-full,.hide-tablet.hide-full{display:none}}.lt-ie9 .phone_hide-tablet.phone_hide-full,.lt-ie9 .phone_hide-tablet.hide-full,.lt-ie9 .hide-tablet.phone_hide-full,.lt-ie9 .hide-tablet.hide-full{display:none}.phone_hide-phone,.hide-phone{display:none}@media screen and (min-width: 641px){.phone_hide-phone,.hide-phone{display:block}}.lt-ie9 .phone_hide-phone,.lt-ie9 .hide-phone{display:block}@media screen and (min-width: 641px){.phone_hide-phone.phone_hide-tablet,.phone_hide-phone.hide-tablet,.hide-phone.phone_hide-tablet,.hide-phone.hide-tablet{display:none}}@media screen and (min-width: 960px){.phone_hide-phone.phone_hide-tablet,.phone_hide-phone.hide-tablet,.hide-phone.phone_hide-tablet,.hide-phone.hide-tablet{display:block}}.lt-ie9 .phone_hide-phone.phone_hide-tablet,.lt-ie9 .phone_hide-phone.hide-tablet,.lt-ie9 .hide-phone.phone_hide-tablet,.lt-ie9 .hide-phone.hide-tablet{display:block}@media screen and (min-width: 960px){.phone_hide-phone.phone_hide-full,.phone_hide-phone.hide-full,.hide-phone.phone_hide-full,.hide-phone.hide-full{display:none}}.lt-ie9 .phone_hide-phone.phone_hide-full,.lt-ie9 .phone_hide-phone.hide-full,.lt-ie9 .hide-phone.phone_hide-full,.lt-ie9 .hide-phone.hide-full{display:none}.phone_height-250-phone,.height-250-phone{min-height:250px}@media screen and (min-width: 641px){.phone_height-250-phone,.height-250-phone{min-height:0}}.lt-ie9 .phone_height-250-phone,.lt-ie9 .height-250-phone{min-height:0}@media screen and (min-width: 641px){.phone_height-250-phone.phone_height-250-tablet,.phone_height-250-phone.height-250-tablet,.height-250-phone.phone_height-250-tablet,.height-250-phone.height-250-tablet{min-height:250px}}@media screen and (min-width: 960px){.phone_height-250-phone.phone_height-250-tablet,.phone_height-250-phone.height-250-tablet,.height-250-phone.phone_height-250-tablet,.height-250-phone.height-250-tablet{min-height:0}}.lt-ie9 .phone_height-250-phone.phone_height-250-tablet,.lt-ie9 .phone_height-250-phone.height-250-tablet,.lt-ie9 .height-250-phone.phone_height-250-tablet,.lt-ie9 .height-250-phone.height-250-tablet{min-height:0}@media screen and (min-width: 960px){.phone_height-250-phone.phone_height-250-full,.phone_height-250-phone.height-250-full,.height-250-phone.phone_height-250-full,.height-250-phone.height-250-full{min-height:250px}}.lt-ie9 .phone_height-250-phone.phone_height-250-full,.lt-ie9 .phone_height-250-phone.height-250-full,.lt-ie9 .height-250-phone.phone_height-250-full,.lt-ie9 .height-250-phone.height-250-full{min-height:250px}.phone_height-250-tablet,.height-250-tablet{min-height:0}@media screen and (min-width: 641px){.phone_height-250-tablet,.height-250-tablet{min-height:250px}}@media screen and (min-width: 960px){.phone_height-250-tablet,.height-250-tablet{min-height:0}}.lt-ie9 .phone_height-250-tablet,.lt-ie9 .height-250-tablet{min-height:0}@media screen and (min-width: 960px){.phone_height-250-tablet.phone_height-250-full,.phone_height-250-tablet.height-250-full,.height-250-tablet.phone_height-250-full,.height-250-tablet.height-250-full{min-height:250px}}.lt-ie9 .phone_height-250-tablet.phone_height-250-full,.lt-ie9 .phone_height-250-tablet.height-250-full,.lt-ie9 .height-250-tablet.phone_height-250-full,.lt-ie9 .height-250-tablet.height-250-full{min-height:250px}.phone_height-250-full,.height-250-full{min-height:0}@media screen and (min-width: 960px){.phone_height-250-full,.height-250-full{min-height:250px}}.lt-ie9 .phone_height-250-full,.lt-ie9 .height-250-full{min-height:250px}#featured{display:none}@media screen and (min-width: 641px){#featured{display:block}}.lt-ie9 #featured{display:block}#wrap-allthethings,#allthethings{background-position:center 42px;background-repeat:no-repeat;min-width:320px}@media screen and (min-width: 960px){#wrap-allthethings,#allthethings{background-position:center 88px}}.has-ribbon-cta #wrap-allthethings,.has-ribbon-cta #allthethings{background-position:center 84px}@media screen and (min-width: 960px){.has-ribbon-cta #wrap-allthethings,.has-ribbon-cta #allthethings{background-position:center 130px}}#wrap-allthethings{background-color:#fff;background-repeat:repeat-x}#bump-down{position:relative;z-index:10}#takeover{display:none}#body{background:#fff;float:none;padding:5px 10px 0;width:auto}#body:not(.twelve.columns){width:auto}@media screen and (min-width: 641px){#body{padding:0 30px}}@media screen and (min-width: 960px){#body{clear:both;float:left;padding:14px 15px 0 14px;width:639px}}#filler-ermahgerd{background:#fff;height:15px}#main{background-color:#fff;max-width:100%;position:relative}@media screen and (min-width: 641px){#main{max-width:768px}}@media screen and (min-width: 960px){#main{max-width:960px}}code{font-weight:normal}article,.attachment .attachment,body .page,body .post{background-color:#fff;padding-bottom:20px}article .entry-title .goicon.icon-external-link-after:after,.attachment .attachment .entry-title .goicon.icon-external-link-after:after,body .page .entry-title .goicon.icon-external-link-after:after,body .post .entry-title .goicon.icon-external-link-after:after{margin-left:.4em}article .thumbnail-container,.attachment .attachment .thumbnail-container,body .page .thumbnail-container,body .post .thumbnail-container{background-color:#fff;position:relative}article.go-post-video.thumb .overlay,.attachment .attachment.go-post-video.thumb .overlay,body .page.go-post-video.thumb .overlay,body .post.go-post-video.thumb .overlay{bottom:0;left:0;position:absolute;right:0;text-align:center;top:0}article.go-post-video.thumb .overlay .goicon,.attachment .attachment.go-post-video.thumb .overlay .goicon,body .page.go-post-video.thumb .overlay .goicon,body .post.go-post-video.thumb .overlay .goicon{background-color:rgba(255,255,255,0.85);border-radius:100px;box-shadow:0 0 5px 0 rgba(0,0,0,0.5);color:#009bff;display:inline-block;font-size:36px;height:40px;left:50%;line-height:34px;margin-left:-20px;margin-top:-20px;overflow:hidden;position:absolute;text-align:center;text-indent:3px;top:50%;width:40px}@media screen and (max-width: 640px){article.go-post-video.thumb .overlay .goicon,.attachment .attachment.go-post-video.thumb .overlay .goicon,body .page.go-post-video.thumb .overlay .goicon,body .post.go-post-video.thumb .overlay .goicon{height:30px;width:30px;font-size:22px;line-height:27px;margin-top:-15px;margin-left:-15px}}article .post-meta,.attachment .attachment .post-meta,body .page .post-meta,body .post .post-meta{color:#adafb1;overflow:hidden}article .post-meta .avatar,.attachment .attachment .post-meta .avatar,body .page .post-meta .avatar,body .post .post-meta .avatar{float:left;height:50px;margin-right:10px;width:50px}article .post-meta .time,.attachment .attachment .post-meta .time,body .page .post-meta .time,body .post .post-meta .time{letter-spacing:0.1em;text-transform:uppercase}article .post-meta .time.updated,.attachment .attachment .post-meta .time.updated,body .page .post-meta .time.updated,body .post .post-meta .time.updated{display:none}article .short-post-meta .by,article .short-post-meta .comment-share,.attachment .attachment .short-post-meta .by,.attachment .attachment .short-post-meta .comment-share,body .page .short-post-meta .by,body .page .short-post-meta .comment-share,body .post .short-post-meta .by,body .post .short-post-meta .comment-share{padding-top:7px}article .short-post-meta .comment-share,.attachment .attachment .short-post-meta .comment-share,body .page .short-post-meta .comment-share,body .post .short-post-meta .comment-share{float:right;font-size:1em}article .tagline,.attachment .attachment .tagline,body .page .tagline,body .post .tagline{color:#ecebe6}article .sub-head,.attachment .attachment .sub-head,body .page .sub-head,body .post .sub-head{font-style:italic;line-height:1.5em}article .sub-head .social,.attachment .attachment .sub-head .social,body .page .sub-head .social,body .post .sub-head .social{font-style:normal;text-align:left}article .sub-head .tweet,.attachment .attachment .sub-head .tweet,body .page .sub-head .tweet,body .post .sub-head .tweet{text-transform:lowercase}@media screen and (min-width: 641px){article .sub-head .excerpt,.attachment .attachment .sub-head .excerpt,body .page .sub-head .excerpt,body .post .sub-head .excerpt{border-bottom:1px solid #e6eff6;border-top:1px solid #e6eff6;margin-bottom:15px;padding:15px 10px}}.lt-ie9 article .sub-head .excerpt,.lt-ie9 .attachment .attachment .sub-head .excerpt,.lt-ie9 body .page .sub-head .excerpt,.lt-ie9 body .post .sub-head .excerpt{border-bottom:1px solid #e6eff6;border-top:1px solid #e6eff6;margin-bottom:15px;padding:15px 10px}article .sub-head .excerpt .excerpt-label,.attachment .attachment .sub-head .excerpt .excerpt-label,body .page .sub-head .excerpt .excerpt-label,body .post .sub-head .excerpt .excerpt-label{color:#ecebe6;display:inline-block;float:left;font-size:0.75em;font-style:normal;letter-spacing:0.2em;line-height:1.5em;margin-right:5px;padding-top:4px;text-transform:uppercase}article.no-thumb .thumbnail-container,.attachment .attachment.no-thumb .thumbnail-container,body .page.no-thumb .thumbnail-container,body .post.no-thumb .thumbnail-container{display:none}article .thumbnail,.attachment .attachment .thumbnail,body .page .thumbnail,body .post .thumbnail{display:inline-block;height:auto;position:relative}article .thumbnail:hover .attribution,.attachment .attachment .thumbnail:hover .attribution,body .page .thumbnail:hover .attribution,body .post .thumbnail:hover .attribution{background:rgba(0,0,0,0.8)}article .thumbnail img,.attachment .attachment .thumbnail img,body .page .thumbnail img,body .post .thumbnail img{height:auto;max-width:290px}article .thumbnail .attribution,.attachment .attachment .thumbnail .attribution,body .page .thumbnail .attribution,body .post .thumbnail .attribution{background:rgba(0,0,0,0.4);border-bottom-left-radius:3px;border-bottom-right-radius:3px;bottom:0;color:#fff;font-size:.9em;font-style:normal;left:0;line-height:1.7em;padding:0 10px;position:absolute;right:0;text-align:right;text-shadow:0 1px 0 rgba(0,0,0,0.5)}article .thumbnail .attribution a,.attachment .attachment .thumbnail .attribution a,body .page .thumbnail .attribution a,body .post .thumbnail .attribution a{color:#fff}article .body>div,.attachment .attachment .body>div,body .page .body>div,body .post .body>div{line-height:1.5em}article .body img,.attachment .attachment .body img,body .page .body img,body .post .body img{display:block}article .body.entry-content h2,.attachment .attachment .body.entry-content h2,body .page .body.entry-content h2,body .post .body.entry-content h2{margin:.33em 0 .66em}article .body ol,article .body ul,.attachment .attachment .body ol,.attachment .attachment .body ul,body .page .body ol,body .page .body ul,body .post .body ol,body .post .body ul{margin-bottom:1.25em;padding-top:0.6875em}article .body ol,.attachment .attachment .body ol,body .page .body ol,body .post .body ol{margin-bottom:2em;margin-left:2em;counter-reset:contents;list-style:none}article .body ol li,.attachment .attachment .body ol li,body .page .body ol li,body .post .body ol li{font-size:1em;line-height:1.375em;list-style-type:none;margin-bottom:0.625em;position:relative}article .body ol li:before,.attachment .attachment .body ol li:before,body .page .body ol li:before,body .post .body ol li:before{color:#adafb1;display:block;font-weight:700;position:absolute}article .body ol li:before,.attachment .attachment .body ol li:before,body .page .body ol li:before,body .post .body ol li:before{content:counters(contents,".");counter-increment:contents;display:inline-block;font-weight:400;left:-2em;padding-right:0.5em;text-align:center;width:2em}article .body ul,.attachment .attachment .body ul,body .page .body ul,body .post .body ul{margin-bottom:2em;margin-left:2em}article .body ul li,.attachment .attachment .body ul li,body .page .body ul li,body .post .body ul li{font-size:1em;line-height:1.375em;list-style-type:none;margin-bottom:0.625em;position:relative}article .body ul li:before,.attachment .attachment .body ul li:before,body .page .body ul li:before,body .post .body ul li:before{color:#adafb1;display:block;font-weight:700;position:absolute}article .body ul li:before,.attachment .attachment .body ul li:before,body .page .body ul li:before,body .post .body ul li:before{font-size:1.5em;line-height:1.16667em;content:'\2022';left:-1em;top:-4px}article .body ul li,article .body ol li,.attachment .attachment .body ul li,.attachment .attachment .body ol li,body .page .body ul li,body .page .body ol li,body .post .body ul li,body .post .body ol li{margin-bottom:.9em}article .body ul li:last-child,article .body ol li:last-child,.attachment .attachment .body ul li:last-child,.attachment .attachment .body ol li:last-child,body .page .body ul li:last-child,body .page .body ol li:last-child,body .post .body ul li:last-child,body .post .body ol li:last-child{margin-bottom:0}article .body table,.attachment .attachment .body table,body .page .body table,body .post .body table{border:0;border-spacing:0}article .body table tbody tr:nth-child(even),.attachment .attachment .body table tbody tr:nth-child(even),body .page .body table tbody tr:nth-child(even),body .post .body table tbody tr:nth-child(even){background-color:#f6f6f6}article .body th,.attachment .attachment .body th,body .page .body th,body .post .body th{background-color:#ecebe6;line-height:18px;padding:9px 10px}article .body .plain-table,.attachment .attachment .body .plain-table,body .page .body .plain-table,body .post .body .plain-table{border:0}article .body .scrollable table,.attachment .attachment .body .scrollable table,body .page .body .scrollable table,body .post .body .scrollable table{border-bottom-left-radius:0;border-top-left-radius:0}article .body .pinned table,.attachment .attachment .body .pinned table,body .page .body .pinned table,body .post .body .pinned table{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}article .body .pinned table tbody tr:first-child th:after,.attachment .attachment .body .pinned table tbody tr:first-child th:after,body .page .body .pinned table tbody tr:first-child th:after,body .post .body .pinned table tbody tr:first-child th:after{content:' ';display:inline-block}article .body .sidebar,.attachment .attachment .body .sidebar,body .page .body .sidebar,body .post .body .sidebar{border:0;border-collapse:collapse;float:right;margin-left:15px;max-width:50%;overflow:hidden;padding:0 15px}article .body .sidebar li,article .body .sidebar p,article .body .sidebar th,article .body .sidebar td,.attachment .attachment .body .sidebar li,.attachment .attachment .body .sidebar p,.attachment .attachment .body .sidebar th,.attachment .attachment .body .sidebar td,body .page .body .sidebar li,body .page .body .sidebar p,body .page .body .sidebar th,body .page .body .sidebar td,body .post .body .sidebar li,body .post .body .sidebar p,body .post .body .sidebar th,body .post .body .sidebar td{font-size:0.875em}@media screen and (max-width: 639px){article .body .sidebar,.attachment .attachment .body .sidebar,body .page .body .sidebar,body .post .body .sidebar{width:100% !important;max-width:100% !important}}article .body .sidebar th,.attachment .attachment .body .sidebar th,body .page .body .sidebar th,body .post .body .sidebar th{background-color:#ecebe6;text-transform:uppercase}article .body .sidebar tbody,.attachment .attachment .body .sidebar tbody,body .page .body .sidebar tbody,body .post .body .sidebar tbody{border-left:20px solid #fff;border-right:20px solid #fff}article .body .sidebar tbody td,.attachment .attachment .body .sidebar tbody td,body .page .body .sidebar tbody td,body .post .body .sidebar tbody td{border-bottom:1px solid #eef5fb;padding-left:0}article .body .sidebar tbody tr:nth-child(even),.attachment .attachment .body .sidebar tbody tr:nth-child(even),body .page .body .sidebar tbody tr:nth-child(even),body .post .body .sidebar tbody tr:nth-child(even){background-color:#fff}article .body .sidebar ol li,.attachment .attachment .body .sidebar ol li,body .page .body .sidebar ol li,body .post .body .sidebar ol li{margin-bottom:0}article .sub-head .excerpt .social,.attachment .attachment .sub-head .excerpt .social,body .page .sub-head .excerpt .social,body .post .sub-head .excerpt .social{margin-top:-20px}article .tweet-this,.attachment .attachment .tweet-this,body .page .tweet-this,body .post .tweet-this{display:inline-block;font-size:1em;line-height:1em;position:relative}article .tweet-this .goicon,.attachment .attachment .tweet-this .goicon,body .page .tweet-this .goicon,body .post .tweet-this .goicon{font-size:36px;line-height:36px;margin-right:5px;position:relative;top:3px}article .wp-caption,.attachment .attachment .wp-caption,body .page .wp-caption,body .post .wp-caption{max-width:100%;padding:0;text-align:left}@media screen and (min-width: 641px){article .wp-caption,.attachment .attachment .wp-caption,body .page .wp-caption,body .post .wp-caption{padding-left:5px;padding-right:5px}}@media screen and (min-width: 960px){article .wp-caption,.attachment .attachment .wp-caption,body .page .wp-caption,body .post .wp-caption{padding:0}}article .wp-caption.aligncenter,article .wp-caption.alignleft,article .wp-caption.alignright,.attachment .attachment .wp-caption.aligncenter,.attachment .attachment .wp-caption.alignleft,.attachment .attachment .wp-caption.alignright,body .page .wp-caption.aligncenter,body .page .wp-caption.alignleft,body .page .wp-caption.alignright,body .post .wp-caption.aligncenter,body .post .wp-caption.alignleft,body .post .wp-caption.alignright{margin-left:auto;margin-right:auto}@media screen and (min-width: 641px){article .wp-caption.alignleft,article .wp-caption.alignright,.attachment .attachment .wp-caption.alignleft,.attachment .attachment .wp-caption.alignright,body .page .wp-caption.alignleft,body .page .wp-caption.alignright,body .post .wp-caption.alignleft,body .post .wp-caption.alignright{margin-left:0;margin-right:0}}article .wp-caption a,.attachment .attachment .wp-caption a,body .page .wp-caption a,body .post .wp-caption a{width:100%}article .wp-caption img,.attachment .attachment .wp-caption img,body .page .wp-caption img,body .post .wp-caption img{border-bottom:0.5em solid #fff;margin:0 auto;max-width:100%}@media screen and (max-width: 641px){article .wp-caption img,.attachment .attachment .wp-caption img,body .page .wp-caption img,body .post .wp-caption img{margin-left:auto;margin-right:auto}}article .wp-caption .wp-caption-text,.attachment .attachment .wp-caption .wp-caption-text,body .page .wp-caption .wp-caption-text,body .post .wp-caption .wp-caption-text{background-color:#fff;color:#adafb1;font-size:0.875em;font-style:italic;line-height:1.5em}@media screen and (max-width: 641px){article .wp-caption .wp-caption-text,.attachment .attachment .wp-caption .wp-caption-text,body .page .wp-caption .wp-caption-text,body .post .wp-caption .wp-caption-text{text-align:center}}@media screen and (min-width: 641px){article .wp-caption .wp-caption-text,.attachment .attachment .wp-caption .wp-caption-text,body .page .wp-caption .wp-caption-text,body .post .wp-caption .wp-caption-text{padding-bottom:0}}.lt-ie9 article .wp-caption .wp-caption-text,.lt-ie9 .attachment .attachment .wp-caption .wp-caption-text,.lt-ie9 body .page .wp-caption .wp-caption-text,.lt-ie9 body .post .wp-caption .wp-caption-text{padding-bottom:0}article .foot,.attachment .attachment .foot,body .page .foot,body .post .foot{overflow:hidden}.attachment>.head h1,.page>.head h1,.post>.head h1{margin-top:0}@media screen and (min-width: 641px){.attachment>.head h1,.page>.head h1,.post>.head h1{font-size:40px}}.attachment>.head .comments a,.page>.head .comments a,.post>.head .comments a{background-image:url(/wp-content/themes/vip/gigaom5/css/../img/temp-comments.png);background-position:left middle;background-repeat:no-repeat;padding-left:28px}.attachment>.head .post-meta,.page>.head .post-meta,.post>.head .post-meta{color:#adafb1}.attachment>.head .social,.page>.head .social,.post>.head .social{margin-bottom:10px}@media screen and (min-width: 960px){.attachment>.head .social,.page>.head .social,.post>.head .social{margin-bottom:0}}.lt-ie9 .attachment>.head .social,.lt-ie9 .page>.head .social,.lt-ie9 .post>.head .social{margin-bottom:0}.attachment .body .attachment-nav,.page .body .attachment-nav,.post .body .attachment-nav{padding-left:0}.attachment .attachment-nav,.page .attachment-nav,.post .attachment-nav{margin:0;text-align:left}.attachment .attachment-nav li,.page .attachment-nav li,.post .attachment-nav li{display:inline-block;margin-left:0;margin-right:10px}.attachment .attachment-nav li:before,.page .attachment-nav li:before,.post .attachment-nav li:before{display:none}.attachment .wp-caption,.page .wp-caption,.post .wp-caption{padding:0}.attachment img{margin-bottom:20px}object[id^="wp-as-"]{height:24px}.single #main{margin-top:0}.single .attachment{border-bottom:0;padding-bottom:0}.single .attachment>.head{height:auto;min-height:0;padding-bottom:20px;position:relative}@media screen and (min-width: 960px){.single .attachment>.head{height:auto;min-height:0}}.lt-ie9 .single .attachment>.head{height:auto;min-height:0}.single .page,.single .post{border-bottom:0;padding-bottom:0}.single .page.go-post-video.thumb .sub-head .overlay,.single .post.go-post-video.thumb .sub-head .overlay{display:none}.single .page .breadcrumbs,.single .post .breadcrumbs{margin-bottom:0;padding-bottom:0;padding-left:0;padding-top:0}.single .page .breadcrumbs li:hover a,.single .post .breadcrumbs li:hover a{text-decoration:none}.single .page .breadcrumbs li:focus a,.single .post .breadcrumbs li:focus a{text-decoration:none}.single .page .by,.single .post .by{font-size:0.875em;line-height:1.28571em;color:#adafb1;display:block;text-transform:lowercase}.single .page .by a,.single .post .by a{color:#009bff;text-transform:none}.single .page .by .authors,.single .post .by .authors{text-transform:none}.single .page.sponsored-post h1,.single .post.sponsored-post h1{line-height:1.2em}.single .page.post-no-comments.post-comments-disabled>.head .post-social ul,.single .post.post-no-comments.post-comments-disabled>.head .post-social ul{padding-left:15px}.single .page>.head,.single .post>.head{height:auto;position:relative}.single .page>.head h1 a,.single .post>.head h1 a{color:#2a2e33}.single .page>.head .sponsor-title,.single .post>.head .sponsor-title{font-weight:bold}.single .page>.head .post-social,.single .post>.head .post-social{display:none}@media screen and (min-width: 960px){.single .page>.head .post-social,.single .post>.head .post-social{display:block;position:absolute;bottom:0;left:0;right:0}}.single .page>.head .post-social .comments-title,.single .post>.head .post-social .comments-title{float:left;font-size:16px;margin-right:30px;margin-top:12px}.single .page>.head .post-social .comments-title a:before,.single .post>.head .post-social .comments-title a:before{font-size:36px;padding-right:10px}.single .page>.head .post-social ul,.single .post>.head .post-social ul{float:left}.single .page>.head .post-social ul a,.single .post>.head .post-social ul a{font-size:36px;position:relative;top:-2px}.single .page>.head .post-social ul li,.single .post>.head .post-social ul li{margin-left:10px}.single .page.legacy-post .sub-head,.single .page.no-thumb .sub-head,.single .post.legacy-post .sub-head,.single .post.no-thumb .sub-head{min-height:0}.single .page.legacy-post .sub-head .excerpt,.single .page.no-thumb .sub-head .excerpt,.single .post.legacy-post .sub-head .excerpt,.single .post.no-thumb .sub-head .excerpt{margin-right:0;min-height:0;width:auto}.single .page.legacy-post .sub-head .thumbnail-container,.single .page.no-thumb .sub-head .thumbnail-container,.single .post.legacy-post .sub-head .thumbnail-container,.single .post.no-thumb .sub-head .thumbnail-container{display:none}.single .page .entry-content,.single .post .entry-content{overflow:hidden}.single .page .entry-content ol,.single .page .entry-content li,.single .post .entry-content ol,.single .post .entry-content li{line-height:1.33em}.single .page .entry-content p.wp-caption-text,.single .post .entry-content p.wp-caption-text{margin-bottom:0}.single .page .entry-content .embed-youtube,.single .post .entry-content .embed-youtube{margin-bottom:1.5em}.single .page .entry-content .flex-video,.single .post .entry-content .flex-video{height:auto;margin-bottom:1.5em;padding-bottom:0;padding-top:0}.single .page .entry-content .video-player,.single .post .entry-content .video-player{padding:0}.single .page .sub-head,.single .post .sub-head{margin-top:0;min-height:210px;overflow:hidden;padding-bottom:30px;position:relative}@media screen and (min-width: 641px){.single .page .sub-head,.single .post .sub-head{margin-bottom:15px;padding-bottom:0}}.lt-ie9 .single .page .sub-head,.lt-ie9 .single .post .sub-head{margin-bottom:15px;padding-bottom:0}.single .page .sub-head .excerpt,.single .post .sub-head .excerpt{font-size:14px;margin-right:0;padding-bottom:20px;position:relative}@media screen and (min-width: 641px){.single .page .sub-head .excerpt,.single .post .sub-head .excerpt{min-height:231px}}.lt-ie9 .single .page .sub-head .excerpt,.lt-ie9 .single .post .sub-head .excerpt{min-height:231px}.single .page .sub-head .excerpt p,.single .post .sub-head .excerpt p{margin-bottom:9px;text-align:left}@media screen and (min-width: 641px){.single .page .sub-head .excerpt p,.single .post .sub-head .excerpt p{margin-bottom:17px}}.lt-ie9 .single .page .sub-head .excerpt p,.lt-ie9 .single .post .sub-head .excerpt p{margin-bottom:17px}.single .page .sub-head .thumbnail-container,.single .post .sub-head .thumbnail-container{clear:all;display:block;float:none;line-height:0;margin-bottom:0;margin-left:0;margin-top:0;position:static;text-align:center}@media screen and (min-width: 641px){.single .page .sub-head .thumbnail-container,.single .post .sub-head .thumbnail-container{background:#fff;float:right;padding-bottom:15px;padding-left:15px;position:relative;margin-top:15px;z-index:1}}.lt-ie9 .single .page .sub-head .thumbnail-container,.lt-ie9 .single .post .sub-head .thumbnail-container{background:#fff;float:right;padding-bottom:15px;padding-left:15px;position:relative;margin-top:15px;z-index:1}.single .page .sub-head .thumbnail-container .thumbnail,.single .post .sub-head .thumbnail-container .thumbnail{margin:0 auto}.single .page .sub-head .thumbnail-container .thumbnail img,.single .post .sub-head .thumbnail-container .thumbnail img{max-width:300px;width:100%}.single .page.go-post-wide .sub-head .thumbnail-container,.single .page.go-post-link .sub-head .thumbnail-container,.single .page.go-post-aside .sub-head .thumbnail-container,.single .post.go-post-wide .sub-head .thumbnail-container,.single .post.go-post-link .sub-head .thumbnail-container,.single .post.go-post-aside .sub-head .thumbnail-container{clear:all;display:block;float:none;margin-bottom:0;margin-left:0;padding-left:0;position:static;text-align:center}.single .page.go-post-wide .sub-head .thumbnail-container .thumbnail,.single .page.go-post-link .sub-head .thumbnail-container .thumbnail,.single .page.go-post-aside .sub-head .thumbnail-container .thumbnail,.single .post.go-post-wide .sub-head .thumbnail-container .thumbnail,.single .post.go-post-link .sub-head .thumbnail-container .thumbnail,.single .post.go-post-aside .sub-head .thumbnail-container .thumbnail{margin:0 auto}.single .page.go-post-wide .sub-head .thumbnail-container .thumbnail img,.single .page.go-post-link .sub-head .thumbnail-container .thumbnail img,.single .page.go-post-aside .sub-head .thumbnail-container .thumbnail img,.single .post.go-post-wide .sub-head .thumbnail-container .thumbnail img,.single .post.go-post-link .sub-head .thumbnail-container .thumbnail img,.single .post.go-post-aside .sub-head .thumbnail-container .thumbnail img{max-width:100%;width:100%}.single .page.go-post-wide .excerpt,.single .page.go-post-link .excerpt,.single .page.go-post-aside .excerpt,.single .post.go-post-wide .excerpt,.single .post.go-post-link .excerpt,.single .post.go-post-aside .excerpt{min-height:0}.single .page .ad-helper,.single .post .ad-helper{float:right;width:1px}@media screen and (max-width: 640px){.post .body .gallery .image-list li{margin-bottom:30px;overflow:hidden}}.gallery{margin-bottom:1.5em;position:relative}.gallery .gallery-head{font-size:0.875em;line-height:1.28571em;color:#a0a0a0;padding:5px;text-align:center;text-transform:uppercase}.post .body .gallery .marker{display:none}.gallery .image-list{list-style-position:outside;list-style-type:none}.gallery .image-list li{clear:both}.gallery .image-list img{margin:0 auto}.gallery .image-info{font-size:0.875em;line-height:1.28571em;color:#a0a0a0}@media screen and (min-width: 641px){.gallery .image-info{bottom:0;color:#fff;left:0;position:absolute;right:0}}.lt-ie9 .gallery .image-info{bottom:0;color:#fff;left:0;position:absolute;right:0}.gallery .image-info .caption{clear:both;display:inline;margin:0;padding:10px 7px;text-align:left}@media screen and (min-width: 641px){.gallery .image-info .caption{display:block}}.lt-ie9 .gallery .image-info .caption{display:block}.gallery .image-info .count{display:none}@media screen and (min-width: 641px){.gallery .image-info .count{float:right;padding-bottom:0;padding-right:7px;padding-top:7px}}.lt-ie9 .gallery .image-info .count{float:right;padding-bottom:0;padding-right:7px;padding-top:7px}.gallery .image-info .title{display:inline;text-align:center}@media screen and (min-width: 641px){.gallery .image-info .title{display:block;margin-left:7px;padding-top:7px;text-align:left}}.lt-ie9 .gallery .image-info .title{display:block;margin-left:7px;padding-top:7px;text-align:left}.gallery .image-info .title:after{content:':'}@media screen and (min-width: 641px){.gallery .image-info .title:after{content:''}}.lt-ie9 .gallery .image-info .title:after{content:''}.gallery .gallery-nav-outer{display:none}@media screen and (min-width: 641px){.gallery{margin-top:0;max-width:100%;text-align:center}.gallery .gallery-head{display:none}.post .body .gallery .marker{display:block;visibility:hidden}.gallery .image-list li{background-color:#000;bottom:0;display:none;left:0;margin-left:0;max-width:100%;right:0;text-align:center;top:0;width:100%}.gallery .image-list li img{border-radius:0;height:auto;margin-left:auto;margin-right:auto;max-height:370px;max-width:98%;width:auto}.gallery .image-list li .image-anchor{left:0;position:absolute;right:0;text-align:center;top:0}.gallery .image-list li.first{display:block}.gallery .image-list{background-color:#000;margin:0 auto;min-height:450px;padding:0}.post .body .gallery .image-list{padding-left:0}.gallery .gallery-nav-outer{display:block}.gallery-nav-outer{margin-left:auto;margin-right:auto;margin-top:1px;max-width:100%;width:590px}.gallery-nav-outer .gallery-prev,.gallery-nav-outer .gallery-next{cursor:pointer;display:block;height:48px;width:48px}.gallery-nav-outer .gallery-prev{float:left}.gallery-nav-outer .gallery-next{float:right}.gallery-nav-inner{height:48px;overflow:hidden;padding:0}.gallery-nav{height:48px;position:relative;text-align:left;width:9999px}.gallery-nav .image{display:inline-block;height:48px;margin:1px;width:48px}.gallery-nav .image img{opacity:.5}.lt-ie9 .gallery-nav .image img{-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';filter:alpha(opacity=50)}.gallery-nav .image.activeSlide img{opacity:100}}.lt-ie9 .gallery{margin-top:0;max-width:100%;text-align:center}.lt-ie9 .gallery .gallery-head{display:none}.post .body .lt-ie9 .gallery .marker{display:block;visibility:hidden}.lt-ie9 .gallery .image-list li{background-color:#000;bottom:0;display:none;left:0;margin-left:0;max-width:100%;right:0;text-align:center;top:0;width:100%}.lt-ie9 .gallery .image-list li img{border-radius:0;height:auto;margin-left:auto;margin-right:auto;max-height:370px;max-width:98%;width:auto}.lt-ie9 .gallery .image-list li .image-anchor{left:0;position:absolute;right:0;text-align:center;top:0}.lt-ie9 .gallery .image-list li.first{display:block}.lt-ie9 .gallery .image-list{background-color:#000;margin:0 auto;min-height:450px;padding:0}.post .body .lt-ie9 .gallery .image-list{padding-left:0}.lt-ie9 .gallery .gallery-nav-outer{display:block}.lt-ie9 .gallery-nav-outer{margin-left:auto;margin-right:auto;margin-top:1px;max-width:100%;width:590px}.lt-ie9 .gallery-nav-outer .gallery-prev,.lt-ie9 .gallery-nav-outer .gallery-next{cursor:pointer;display:block;height:48px;width:48px}.lt-ie9 .gallery-nav-outer .gallery-prev{float:left}.lt-ie9 .gallery-nav-outer .gallery-next{float:right}.lt-ie9 .gallery-nav-inner{height:48px;overflow:hidden;padding:0}.lt-ie9 .gallery-nav{height:48px;position:relative;text-align:left;width:9999px}.lt-ie9 .gallery-nav .image{display:inline-block;height:48px;margin:1px;width:48px}.lt-ie9 .gallery-nav .image img{opacity:.5}.lt-ie9 .lt-ie9 .gallery-nav .image img{-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';filter:alpha(opacity=50)}.lt-ie9 .gallery-nav .image.activeSlide img{opacity:100}blockquote cite,.pullquote cite,q cite{color:#6f7275;display:block;font-size:0.875em;font-style:normal}blockquote cite:before,.pullquote cite:before,q cite:before{content:'\2014 \0020'}blockquote cite a,.pullquote cite a,q cite a{color:#6f7275}blockquote cite a:hover,.pullquote cite a:hover,q cite a:hover{color:#009bff}blockquote cite a a:active,blockquote cite a a:focus,.pullquote cite a a:active,.pullquote cite a a:focus,q cite a a:active,q cite a a:focus{color:#0079ff}blockquote .social,.pullquote .social,q .social{float:right;font-size:1.5em;margin:0;padding:16px 10px 0 0}@media screen and (min-width: 641px){blockquote .social,.pullquote .social,q .social{padding:8px 2px 0 0}}blockquote .social a,.pullquote .social a,q .social a{color:#adafb1;font-size:34px}@media screen and (min-width: 641px){blockquote .social a,.pullquote .social a,q .social a{font-size:22px}}blockquote .social a:nth-of-type(n+1),.pullquote .social a:nth-of-type(n+1),q .social a:nth-of-type(n+1){margin-left:38px}@media screen and (min-width: 641px){blockquote .social a:nth-of-type(n+1),.pullquote .social a:nth-of-type(n+1),q .social a:nth-of-type(n+1){margin-left:8px}}blockquote .social a:hover,.pullquote .social a:hover,q .social a:hover{color:#009bff}blockquote .social a:active,blockquote .social a:focus,.pullquote .social a:active,.pullquote .social a:focus,q .social a:active,q .social a:focus{color:#0079ff}.pullquote{display:block;float:right;margin-bottom:.5rem;margin-left:1rem;position:relative;width:100%}@media screen and (min-width: 641px){.pullquote{width:50%}}.pullquote .boxed{margin:0;padding:.5rem .5rem 1rem}.page .pullquote p.content,.post .pullquote p.content,.go-full-post .pullquote p.content,.single .post .pullquote p.content,.single .page .pullquote p.content{font-size:1.5em;line-height:1.16667em;color:#6f7275;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:300;line-height:30px;margin:0;padding:.5rem 1rem 1rem;position:relative}.pullquote cite{font-style:italic}.pullquote footer{padding-left:1rem}.pullquote .social{display:block}body .post blockquote .social{display:none}blockquote{font-size:1em;line-height:1.375em;border-left:2px solid transparent;padding:0;position:relative}blockquote:before{background:#009bff;bottom:.5em;content:'';left:0;position:absolute;top:.25rem;width:2px}blockquote cite:after{background:#009bff;bottom:.4em;content:'';left:0;position:absolute;top:.25rem;width:2px}blockquote cite,blockquote p,blockquote footer{padding:0;padding-left:1.25rem}blockquote p{color:#6f7275;font-weight:400;position:relative}blockquote p:last-child{margin-bottom:0}blockquote footer{margin-top:.5rem;position:relative;top:.25rem}blockquote .social{display:none}.waterfall .internal-section-head{background-color:#ecebe6;border-top:15px solid #fff;color:#a4a9ad;font-size:0.875em;-webkit-font-smoothing:antialiased;font-weight:700;letter-spacing:1px;line-height:1em;margin-bottom:5px;margin-top:-15px;padding:5px 5px 3px;position:relative;text-transform:uppercase;top:-1px}@media screen and (min-width: 641px){.waterfall .internal-section-head{margin-bottom:15px}}.waterfall .internal-section-head:first-child{border-top:0}.waterfall #body .widget-area{min-height:250px;overflow:hidden}@media screen and (min-width: 960px){.waterfall #body .widget-area{position:relative}}.lt-ie9 .waterfall #body .widget-area{position:relative}.waterfall #body .widget-area .ad{margin-bottom:0;margin-left:auto;margin-right:auto;position:static}@media screen and (min-width: 960px){.waterfall #body .widget-area .ad{position:absolute;top:0;right:0;margin-left:10px;margin-right:0}}.waterfall .widget-area .ad{margin-left:auto;margin-right:auto}@media screen and (max-width: 640px){.waterfall .featured-indicator{color:#2a2e33;display:block;font-size:1em;font-weight:bold;line-height:1em;margin-bottom:5px;padding:3px 0;text-transform:uppercase}.waterfall .featured-indicator .goicon{font-size:20px;line-height:0}.waterfall .featured-indicator+.property{left:110px;position:absolute;top:1px}.waterfall .featured-indicator+.property .logo-gigaom{bottom:6px;position:relative}.waterfall .featured-indicator+.subscriber-content{left:115px;position:absolute;top:3px}}@media screen and (min-width: 641px){.waterfall .featured-indicator{display:none}}.waterfall .post{position:relative}.waterfall .post .mobile-sub-head{color:#b6b6b6;font-size:0.75em;font-weight:bold;letter-spacing:inherit;margin-bottom:0;padding-top:6px;text-transform:uppercase}.waterfall .post p:last-child{margin-bottom:0}.waterfall .post .subscriber-content{color:#a4a9ad;padding-bottom:5px}.waterfall .post .subscriber-content .goicon{font-size:22px;line-height:0}@media screen and (min-width: 641px){.waterfall .post .subscriber-content{padding-bottom:10px}}.waterfall .post .product{padding:10px 5px}@media screen and (min-width: 641px){.waterfall .post .product{display:none}}.waterfall .post .product .logo-gigaom{color:#009bff}.waterfall .post .product .logo-paidcontent-left{color:#660101}.waterfall .post .product .logo-paidcontent-right{color:#a3a475}.waterfall .post.featured.thumb .thumbnail-container{top:27px}@media screen and (min-width: 641px){.waterfall .post.featured.thumb .thumbnail-container{top:0}}.waterfall .post.featured .by,.waterfall .post.featured .time{color:#2a2e33}.waterfall .post .head h1{font-size:22px;line-height:24.2px;margin-bottom:8px}@media screen and (min-width: 641px){.waterfall .post .head h1{font-size:30px;line-height:36px}}.waterfall .post .head h1 a .sponsor-title{font-weight:bold}.waterfall .post .post-meta{width:auto}.waterfall .post .by{display:inline-block;float:left;font-size:1.875em;margin-right:0}@media screen and (max-width: 640px){.waterfall .post .by a{color:inherit}}@media screen and (min-width: 641px){.waterfall .post .by{font-size:1em;width:auto}}@media screen and (min-width: 641px){.waterfall .post .time{margin-right:130px}}.waterfall .post .comment-count,.waterfall .post .time{clear:both;display:inline-block;font-size:1.875em;letter-spacing:inherit;text-transform:inherit;width:100%}@media screen and (min-width: 641px){.waterfall .post .comment-count,.waterfall .post .time{display:inline-block;padding-top:0;width:auto !important}}.waterfall .post .comment-count.updated,.waterfall .post .time.updated{display:none}.waterfall .post .comment-count{font-size:.875em;letter-spacing:.1em;line-height:1.28571em;text-transform:uppercase}@media screen and (min-width: 641px){.waterfall .post .comment-count{float:right;margin-top:-1.55em}}.waterfall .post .comment-count a{color:#adafb1}.waterfall .post .thumbnail-container{display:block;float:left;margin-left:5px;margin-right:20px;margin-top:15px;max-width:210px;position:relative}@media screen and (min-width: 641px){.waterfall .post .thumbnail-container{margin-left:0}}.waterfall .post .thumbnail-container img{max-width:210px}.waterfall .post .thumbnail-container .attribution{display:none}@media screen and (max-width: 640px){.waterfall .post .thumbnail-container{margin-right:0}}.waterfall .post .body{display:none;margin-top:10px}@media screen and (min-width: 641px){.waterfall .post .body{display:block}}@media screen and (min-width: 641px){.waterfall .thumb .entry-summary{margin-left:230px}}.waterfall .thumb.go-post-link .entry-summary,.waterfall .thumb.go-post-aside .entry-summary{margin-left:0}.waterfall .go-post-paidcontent .property{padding-bottom:5px}@media screen and (min-width: 641px){.waterfall .go-post-paidcontent .property{display:none}}.waterfall .go-post-paidcontent .logo-paidcontent-left{color:#680000;line-height:0}.waterfall .go-post-paidcontent .logo-paidcontent-right{color:#999a66;line-height:0}.waterfall .go-post-wide .thumbnail-container,.waterfall .go-post-link .thumbnail-container,.waterfall .go-post-aside .thumbnail-container{float:none;margin:0 0 10px;max-width:100%;overflow:hidden;text-align:center}.waterfall .go-post-wide .thumbnail-container .thumbnail,.waterfall .go-post-link .thumbnail-container .thumbnail,.waterfall .go-post-aside .thumbnail-container .thumbnail{max-height:240px;max-width:100%}.lt-ie9 .waterfall .go-post-wide .thumbnail-container .thumbnail,.lt-ie9 .waterfall .go-post-link .thumbnail-container .thumbnail,.lt-ie9 .waterfall .go-post-aside .thumbnail-container .thumbnail{height:200px;width:590px}.lt-ie9 .waterfall .go-post-wide .thumbnail-container,.lt-ie9 .waterfall .go-post-link .thumbnail-container,.lt-ie9 .waterfall .go-post-aside .thumbnail-container{height:200px;width:590px}.waterfall .go-post-wide .thumbnail-container img,.waterfall .go-post-link .thumbnail-container img,.waterfall .go-post-aside .thumbnail-container img{max-width:100%}.waterfall .go-post-link .thumbnail-container,.waterfall .go-post-aside .thumbnail-container{margin-top:7px}.waterfall .go-post-quote .head{position:relative}.waterfall .go-post-quote .head h1{font-size:22px;font-style:italic;letter-spacing:-1px;line-height:1.33em;margin:8px 0;padding:0 25px}@media screen and (min-width: 641px){.waterfall .go-post-quote .head h1{font-size:27px;line-height:36px;padding:0 30px}}.waterfall .go-post-quote .head h1:before{color:#eef5fb;content:'\e020';display:block;font-family:'Gigaom-Icon';font-size:33px;left:0;overflow:hidden;position:absolute;top:-7px;width:35px}@media screen and (min-width: 641px){.waterfall .go-post-quote .head h1:before{font-size:45px;left:-1px;top:-10px}}.waterfall .go-post-quote .head .entry-title a:after{bottom:3px;color:#eef5fb;content:'\e021';font-family:'Gigaom-Icon';font-size:33px;left:3px;position:relative}@media screen and (min-width: 641px){.waterfall .go-post-quote .head .entry-title a:after{bottom:6px;font-size:45px}}.waterfall .go-post-quote .tagline{font-size:1em;padding:0}@media screen and (min-width: 641px){.waterfall .go-post-quote .tagline{padding:0 7px}}.waterfall .go-post-quote .time{padding-top:10px}@media screen and (min-width: 641px){.waterfall .go-post-quote .time{padding-top:6px}}.waterfall .go-post-standard.thumb .head,.waterfall .go-post-gigaom.thumb .head,.waterfall .go-post-paidcontent.thumb .head,.waterfall .go-post-pro.thumb .head,.waterfall .go-post-video.thumb .head{margin-right:85px}@media screen and (min-width: 641px){.waterfall .go-post-standard.thumb .head,.waterfall .go-post-gigaom.thumb .head,.waterfall .go-post-paidcontent.thumb .head,.waterfall .go-post-pro.thumb .head,.waterfall .go-post-video.thumb .head{margin-right:0;min-height:0}}.waterfall .go-post-standard.thumb .thumbnail-container,.waterfall .go-post-gigaom.thumb .thumbnail-container,.waterfall .go-post-paidcontent.thumb .thumbnail-container,.waterfall .go-post-pro.thumb .thumbnail-container,.waterfall .go-post-video.thumb .thumbnail-container{margin-top:0;max-width:75px;position:absolute;right:0;top:0}@media screen and (min-width: 641px){.waterfall .go-post-standard.thumb .thumbnail-container,.waterfall .go-post-gigaom.thumb .thumbnail-container,.waterfall .go-post-paidcontent.thumb .thumbnail-container,.waterfall .go-post-pro.thumb .thumbnail-container,.waterfall .go-post-video.thumb .thumbnail-container{margin-top:15px;max-height:140px;max-width:210px;position:static}}@media screen and (min-width: 960px){.waterfall .go-post-standard.thumb .thumbnail-container,.waterfall .go-post-gigaom.thumb .thumbnail-container,.waterfall .go-post-paidcontent.thumb .thumbnail-container,.waterfall .go-post-pro.thumb .thumbnail-container,.waterfall .go-post-video.thumb .thumbnail-container{max-height:140px;max-width:210px;position:static}}.waterfall .go-post-standard.thumb .thumbnail-container img,.waterfall .go-post-gigaom.thumb .thumbnail-container img,.waterfall .go-post-paidcontent.thumb .thumbnail-container img,.waterfall .go-post-pro.thumb .thumbnail-container img,.waterfall .go-post-video.thumb .thumbnail-container img{max-width:75px}@media screen and (min-width: 641px){.waterfall .go-post-standard.thumb .thumbnail-container img,.waterfall .go-post-gigaom.thumb .thumbnail-container img,.waterfall .go-post-paidcontent.thumb .thumbnail-container img,.waterfall .go-post-pro.thumb .thumbnail-container img,.waterfall .go-post-video.thumb .thumbnail-container img{max-height:140px;max-width:210px}}.waterfall .go-post-paidcontent.thumb.featured .thumbnail-container,.waterfall .go-post-gigaom.thumb.featured .thumbnail-container,.waterfall .go-post-pro.thumb.featured .thumbnail-container{top:22px}.waterfall .go-post-gigaom.thumb .thumbnail-container,.waterfall .go-post-paidcontent.thumb .thumbnail-container,.waterfall .go-post-pro.thumb .thumbnail-container{top:47px}.waterfall .go-post-pro.thumb.featured .thumbnail-container{top:59px}.waterfall #body{padding-top:20px}@media screen and (min-width: 641px){.waterfall #body{padding-top:30px}}@media screen and (min-width: 960px){.waterfall #body{padding-top:35px}}.waterfall #body .widget-go-community-activity{display:none}@media screen and (min-width: 641px){.waterfall #body .widget-go-widget-areas,.waterfall #body .widget-go-inject{overflow:hidden}.waterfall #body .widget-go-widget-areas .widget-go-community-activity,.waterfall #body .widget-go-inject .widget-go-community-activity{display:block}.waterfall #body .widget-go-widget-areas h2,.waterfall #body .widget-go-widget-areas .widget_postloop,.waterfall #body .widget-go-widget-areas .widget-go-community-activity,.waterfall #body .widget-go-inject h2,.waterfall #body .widget-go-inject .widget_postloop,.waterfall #body .widget-go-inject .widget-go-community-activity{clear:left;float:left;margin-right:1%;width:49%}.waterfall #body .widget-go-widget-areas h2 h2,.waterfall #body .widget-go-widget-areas .widget_postloop h2,.waterfall #body .widget-go-widget-areas .widget-go-community-activity h2,.waterfall #body .widget-go-inject h2 h2,.waterfall #body .widget-go-inject .widget_postloop h2,.waterfall #body .widget-go-inject .widget-go-community-activity h2{float:none;margin-right:0;width:auto}}.waterfall #body .widget-go-authors,.waterfall #body .widget_postloop>.post,.waterfall #body .waterfall-section-a,.waterfall #body .waterfall-section-b{border-bottom:1px dashed #a0a0a0;margin-bottom:10px;padding-bottom:10px}@media screen and (min-width: 641px){.waterfall #body .widget-go-authors,.waterfall #body .widget_postloop>.post,.waterfall #body .waterfall-section-a,.waterfall #body .waterfall-section-b{margin-bottom:15px;padding-bottom:15px}}#sidebar{display:none;height:100%;padding:0 14px 415px 14px;position:static;width:320px}@media screen and (min-width: 960px){#sidebar{display:block}}.lt-ie9 #sidebar{display:block;width:320px}#sidebar .ad-300x250,#sidebar .ad-300x600,#sidebar .widget-post_loop-related-stories,#sidebar .widget-go-community-activity,#sidebar .go-trending-on-pro{padding-bottom:30px}#sidebar .widget{margin-bottom:0;overflow:hidden}#sidebar .widget ul{float:left;margin-bottom:0}#sidebar .widget p{display:inline-block;max-width:300px;overflow:hidden}#sidebar .widget-area,#sidebar .widget{background:#fff}#sidebar .widget-area .widget,#sidebar .widget .widget{margin:0}#sidebar>div:first-child{padding-top:16px}#sidebar .post{border-bottom:0;margin-bottom:10px;overflow:auto;padding-bottom:0}#sidebar .post:last-child{margin-bottom:0}#resize-reset-cache{display:none}.widget-go-ads,.widget-go-ads .widget{padding:0;text-align:center}.waterfall-ad-anchor,.single-ad-anchor{bottom:0;position:absolute}.ad{box-sizing:border-box;margin:0 auto;overflow:hidden;text-align:center}.ad embed,.ad object{height:100%}.ad-300x250{min-height:250px;min-width:300px}.ad-300x600{min-height:600px;min-width:300px}.small-ads{min-width:300px;overflow:hidden}.small-ads .ad{float:left}.error404 #main{background-image:none}.error404 #body{float:none;max-width:720px;width:auto}.error404 #the-404 h1{font-style:italic;margin-top:0}.error404 #the-404 input{border:1px solid #009bff;margin-bottom:35px;padding-left:0;padding-right:0}@media screen and (max-width: 640px){.page#body ol{list-style-position:inside}}.page#body.wide{float:none;max-width:100%;width:960px}.page#body .head{border-bottom:0;margin-bottom:1em;min-height:0;padding-bottom:0}.page#body .head h1{font-weight:300}#foot{background:#2a2e33;text-transform:uppercase;visibility:hidden}#foot .property{background-color:#ecebe6;padding:1.25em 0 1em}#foot .property .topics,#foot .property .more-topics{padding:0 10px}#foot .property .topics li,#foot .property .more-topics li{padding-right:10px}#foot .property .topics li a,#foot .property .more-topics li a{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;color:#2a2e33;letter-spacing:1px;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:0.75em;line-height:2em;color:#666}#foot .property .contact li{margin:0.5em 0}#foot .property .contact li:after{background-color:#54575b;border-bottom:5px solid #ecebe6;content:'';display:inline-block;height:1.325em;margin:0 1em;vertical-align:middle;width:1px}#foot .property .contact li:last-child:after{display:none}#foot .property .contact li a{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;color:#2a2e33;letter-spacing:1px;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:1.125em;line-height:1.33333em;color:#009bff;letter-spacing:2px}#foot .property .vip{border:0;clear:both;float:none;margin:0 auto;padding:0;width:90% !important}#foot .property .vip #wp-link{color:#666;display:block;font-size:10px;letter-spacing:3px;text-transform:uppercase}#foot .property .vip a.goicon{display:inline-block;font-size:56px;font-style:normal;font-weight:normal;line-height:44px;overflow:hidden}#foot .property .vip a.goicon.icon-wordpress{color:#666;height:55px;line-height:52px;margin:0 auto;width:72px}#foot .all{padding:1.25em 0 1em}#foot .all .properties{font-weight:normal}#foot .all .properties li{margin:auto;padding:0 12px;text-align:center}#foot .all .properties li a{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;color:#2a2e33;letter-spacing:1px;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:1.125em;line-height:1.33333em;color:#adafb1;display:block;letter-spacing:2px;line-height:1.15em;margin:auto;padding:0;width:100%}#foot .all .properties li a i{display:block;margin:auto}#foot .all .about{padding-top:10px;text-transform:none}#foot .all .about a{font-size:0.875em;line-height:1.28571em;color:#009bff}#foot .all .about li{margin:0 0.5em}@media screen and (min-width: 641px){#foot .all .about li{margin:0}#foot .all .about li:after{background-color:#525252;border-bottom:5px solid #2a2e33;content:'';display:inline-block;height:1.025em;margin:5px 1em 0;vertical-align:middle;width:1px}#foot .all .about li:last-child:after{display:none}}#foot .all .share li{margin:0 14px;padding-bottom:8px}#foot .all .share a.goicon{font-size:54px;line-height:44px}#foot .all .share a.goicon:hover{background-color:transparent;text-decoration:none}#foot .all .share .share-list{display:block;width:auto}#foot .all .copyright{font-size:0.75em;line-height:2em;color:#adafb1;text-transform:none}#foot div{color:#009bff;text-align:center}#foot ul{display:inline-block;margin:auto}#foot ul li{display:inline-block}.tout-it-button{display:none !important}.widget>h2.subheader,.subheader{color:#ff6b00;font-style:normal;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.widget>h2.subheader.subdued,.subheader.subdued{color:#adafb1}.widget>h2.subheader a,.subheader a{color:#009bff;text-decoration:none}.widget>h2.subheader a:hover,.subheader a:hover{color:#0079ff;text-decoration:none}.widget>h2.subheader a:active,.subheader a:active{color:#002346;text-decoration:none}.widget>h2.subheader a:after,.subheader a:after{content:'\e076';font-family:'Gigaom-Icon';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;speak:none}.widget>h2.subheader,.subheader{font-size:.875rem;line-height:1.125rem;margin:0 0 .4375rem}.widget>h2.subheader.small,.subheader.small{font-size:.75rem;letter-spacing:1px;line-height:1.5rem;margin:0 0 .375rem}.widget>h2.subheader.tiny,.subheader.tiny{font-size:.625rem;letter-spacing:1px;line-height:1.5rem;margin:0 0 .3125rem}article .body.subheader,.attachment .attachment .body.subheader,body .page .body.subheader,body .post .body.subheader{color:#ff6b00;font-style:normal;font-weight:700;letter-spacing:.1em;text-transform:uppercase}article .body.subheader.subdued,.attachment .attachment .body.subheader.subdued,body .page .body.subheader.subdued,body .post .body.subheader.subdued{color:#adafb1}article .body.subheader a,.attachment .attachment .body.subheader a,body .page .body.subheader a,body .post .body.subheader a{color:#009bff;text-decoration:none}article .body.subheader a:hover,.attachment .attachment .body.subheader a:hover,body .page .body.subheader a:hover,body .post .body.subheader a:hover{color:#0079ff;text-decoration:none}article .body.subheader a:active,.attachment .attachment .body.subheader a:active,body .page .body.subheader a:active,body .post .body.subheader a:active{color:#002346;text-decoration:none}article .body.subheader a:after,.attachment .attachment .body.subheader a:after,body .page .body.subheader a:after,body .post .body.subheader a:after{content:'\e076';font-family:'Gigaom-Icon';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;speak:none}article .body h2.subheader,.attachment .attachment .body h2.subheader,body .page .body h2.subheader,body .post .body h2.subheader{font-style:normal;font-weight:700;letter-spacing:.1em}article .body .widget>h2.subheader,article .body .subheader,.attachment .attachment .body .widget>h2.subheader,.attachment .attachment .body .subheader,body .page .body .widget>h2.subheader,body .page .body .subheader,body .post .body .widget>h2.subheader,body .post .body .subheader{font-size:.875rem;line-height:1.125rem;margin:0 0 .4375rem}article .body .widget>h2.subheader.small,article .body .subheader.small,.attachment .attachment .body .widget>h2.subheader.small,.attachment .attachment .body .subheader.small,body .page .body .widget>h2.subheader.small,body .page .body .subheader.small,body .post .body .widget>h2.subheader.small,body .post .body .subheader.small{font-size:.75rem;letter-spacing:1px;line-height:1.5rem;margin:0 0 .375rem}article .body .widget>h2.subheader.tiny,article .body .subheader.tiny,.attachment .attachment .body .widget>h2.subheader.tiny,.attachment .attachment .body .subheader.tiny,body .page .body .widget>h2.subheader.tiny,body .page .body .subheader.tiny,body .post .body .widget>h2.subheader.tiny,body .post .body .subheader.tiny{font-size:.625rem;letter-spacing:1px;line-height:1.5rem;margin:0 0 .3125rem}.go-info{color:#9a9b9c}.go-link{color:#009bff;text-decoration:none}.go-link:hover{color:#0079ff;text-decoration:underline}.go-link:active{color:#002346;text-decoration:underline}.go-link-author{color:#3d3d3d;text-decoration:none}.go-link-author:hover{color:#000;text-decoration:underline}.go-link-author:active{color:#002346;text-decoration:underline}.go-link-header{color:#009bff;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:700;letter-spacing:2px;text-transform:uppercase}.go-link-header a{color:#009bff;text-decoration:none}.go-link-header a:hover{color:#0079ff;text-decoration:none}.go-link-header a:active{color:#002346;text-decoration:none}.go-link-header:after{content:'\e076';font-family:'Gigaom-Icon';font-style:normal;font-weight:normal;speak:none;-webkit-font-smoothing:antialiased}.go-link-highlight{color:#ff6b00;text-decoration:none}.go-link-highlight:hover{color:#ff4f00;text-decoration:underline}.go-link-highlight:active{color:#ba3c00;text-decoration:underline}.go-link-cta{color:#002346;text-decoration:none}.go-link-cta:hover{color:#2a2e33;text-decoration:underline}.go-link-cta:active{color:#000;text-decoration:underline}article .body .go-list-compact,.attachment .body .go-list-compact,body .page .body .go-list-compact,body .post .body .go-list-compact,.go-list-compact{margin-left:0}article .body .go-list-compact li,.attachment .body .go-list-compact li,body .page .body .go-list-compact li,body .post .body .go-list-compact li,.go-list-compact li{color:#9a9b9c;display:inline;float:none;list-style-type:none}article .body .go-list-compact li:after,.attachment .body .go-list-compact li:after,body .page .body .go-list-compact li:after,body .post .body .go-list-compact li:after,.go-list-compact li:after{color:#9a9b9c;content:', '}article .body .go-list-compact li:first-child a,.attachment .body .go-list-compact li:first-child a,body .page .body .go-list-compact li:first-child a,body .post .body .go-list-compact li:first-child a,.go-list-compact li:first-child a{padding-left:0}article .body .go-list-compact li:last-child:after,.attachment .body .go-list-compact li:last-child:after,body .page .body .go-list-compact li:last-child:after,body .post .body .go-list-compact li:last-child:after,.go-list-compact li:last-child:after{display:none}article .body .go-list-compact li a,.attachment .body .go-list-compact li a,body .page .body .go-list-compact li a,body .post .body .go-list-compact li a,.go-list-compact li a{color:#9a9b9c;padding:0;padding-right:0}article .body .go-list-compact li,.attachment .body .go-list-compact li,body .page .body .go-list-compact li,body .post .body .go-list-compact li,.go-list-compact li{list-style-type:none}article .body .go-list-compact li:before,.attachment .body .go-list-compact li:before,body .page .body .go-list-compact li:before,body .post .body .go-list-compact li:before,.go-list-compact li:before{display:none}.attachment .attachment .cp-sub-head,.page .cp-sub-head,.post .cp-sub-head{clear:both;float:left;font-size:0.875em;font-weight:bold;margin-top:0;padding-top:10px;text-transform:capitalize;width:230px}.attachment .attachment .body .package-cover,.page .body .package-cover,.post .body .package-cover{border-bottom:0;border-spacing:5px;border-top:0}.attachment .attachment .body .package-cover tbody tr:nth-child(even),.page .body .package-cover tbody tr:nth-child(even),.post .body .package-cover tbody tr:nth-child(even){background-color:transparent}.attachment .attachment .package-cover,.page .package-cover,.post .package-cover{border-left:0;border-right:0}@media screen and (min-width: 960px){.attachment .attachment .package-cover,.page .package-cover,.post .package-cover{margin:20px 0}}.lt-ie9 .attachment .attachment .package-cover,.lt-ie9 .page .package-cover,.lt-ie9 .post .package-cover{margin:20px 0}.attachment .attachment .package-cover th,.page .package-cover th,.post .package-cover th{background-color:#eef5fb;border-top:1px solid #eef5fb}.attachment .attachment .package-cover th a,.page .package-cover th a,.post .package-cover th a{display:inline-block;overflow:auto}.attachment .attachment .package-cover td,.page .package-cover td,.post .package-cover td{border-top:1px solid #eef5fb;font-size:0.75em}.attachment .attachment .package-cover-2,.page .package-cover-2,.post .package-cover-2{margin:20px 0;overflow:hidden;position:relative;text-align:center;width:auto}.attachment .attachment .package-cover-2 .alignleft,.page .package-cover-2 .alignleft,.post .package-cover-2 .alignleft{border-bottom:0;border-right:0}.attachment .attachment .package-cover-2 .alignright,.page .package-cover-2 .alignright,.post .package-cover-2 .alignright{border-bottom:0;border-left:0}.attachment .attachment .package-cover-2 .item,.page .package-cover-2 .item,.post .package-cover-2 .item{display:inline-block;margin-bottom:5px;max-width:300px;position:relative;width:49%}.attachment .attachment .package-cover-2 .item:first-child,.page .package-cover-2 .item:first-child,.post .package-cover-2 .item:first-child{margin-left:0}.attachment .attachment .package-cover-2 .item:nth-child(even),.page .package-cover-2 .item:nth-child(even),.post .package-cover-2 .item:nth-child(even){float:right}.attachment .attachment .package-cover-2 .item:nth-child(odd),.page .package-cover-2 .item:nth-child(odd),.post .package-cover-2 .item:nth-child(odd){float:left}.attachment .attachment .package-cover-2 .item p,.page .package-cover-2 .item p,.post .package-cover-2 .item p{margin-bottom:0}.attachment .attachment .package-cover-2 img,.page .package-cover-2 img,.post .package-cover-2 img{border-radius:0;display:inline-block;position:relative;z-index:5}.attachment .attachment .package-cover-2 br,.page .package-cover-2 br,.post .package-cover-2 br{display:none}.attachment .attachment .package-cover-2 .title,.page .package-cover-2 .title,.post .package-cover-2 .title{background:rgba(0,0,0,0.7);bottom:0;color:#aaa;display:block;font-size:-1.25em;left:0;line-height:1.33em;padding:10px;position:absolute;right:0;text-align:left;z-index:10}.lt-ie9 .attachment .attachment .package-cover-2 .title,.lt-ie9 .page .package-cover-2 .title,.lt-ie9 .post .package-cover-2 .title{background:#000;color:#eee;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';filter:alpha(opacity=70);opacity:.7}.attachment .attachment .package-cover-2 .title::first-line,.page .package-cover-2 .title::first-line,.post .package-cover-2 .title::first-line{color:#ddd;font-size:0.875em;line-height:1.33em}.lt-ie9 .attachment .attachment .package-cover-2 .title::first-line,.lt-ie9 .page .package-cover-2 .title::first-line,.lt-ie9 .post .package-cover-2 .title::first-line{color:#fff}.attachment .attachment .package-cover-2 .title br,.page .package-cover-2 .title br,.post .package-cover-2 .title br{display:block}.attachment .attachment .package-cover-2.one .item,.page .package-cover-2.one .item,.post .package-cover-2.one .item{margin-left:0;width:auto}.attachment .attachment .package-cover-2.one .item:nth-child(even),.attachment .attachment .package-cover-2.one .item:nth-child(odd),.page .package-cover-2.one .item:nth-child(even),.page .package-cover-2.one .item:nth-child(odd),.post .package-cover-2.one .item:nth-child(even),.post .package-cover-2.one .item:nth-child(odd){float:none}.attachment .attachment .package-cover-2.three .item,.page .package-cover-2.three .item,.post .package-cover-2.three .item{margin-left:2%;width:30%}.attachment .attachment .package-cover-2.three .item:nth-child(even),.attachment .attachment .package-cover-2.three .item:nth-child(odd),.page .package-cover-2.three .item:nth-child(even),.page .package-cover-2.three .item:nth-child(odd),.post .package-cover-2.three .item:nth-child(even),.post .package-cover-2.three .item:nth-child(odd){float:none}.attachment .attachment .package-cover-2.three .title,.page .package-cover-2.three .title,.post .package-cover-2.three .title{background:#eef5fb;color:#000;padding:10px 5px;position:relative;text-align:center}.attachment .attachment .package-cover-2.three .title::first-line,.page .package-cover-2.three .title::first-line,.post .package-cover-2.three .title::first-line{color:#000;font-size:0.75em}.attachment .attachment .cp-info-box,.page .cp-info-box,.post .cp-info-box{border-top:1px solid #eef5fb;font-size:1em;line-height:1.5em;margin-top:10px;padding-left:230px;padding-top:10px}.events.sidepanel .more a{color:#009bff;text-align:left;text-transform:uppercase}.events.sidepanel .more a:hover{background-color:#111c29}.events.sidepanel.right .links{margin-bottom:60px;margin-top:0.25em}.events.sidepanel.right .links a{height:32px;line-height:32px}.events .more{text-transform:uppercase}#go-theme-nav .header .icons li .container .events .more a{color:#009bff;letter-spacing:2px;text-transform:uppercase}#go-theme-nav .header .icons li .container .events .more a:after{content:'\e076';display:inline-block;font-family:'Gigaom-Icon';left:3px;position:relative;width:10px}#go-theme-nav .header .icons li .container .events .more a:hover{background-color:#111c29}.events .more a:after{content:'\e076';display:inline-block;font-family:'Gigaom-Icon';left:5px;position:relative;width:10px}.show-sidepanel-follow #go-theme-nav .primary .event.event-balloon,.show-sidepanel-events #go-theme-nav .primary .event.event-balloon{right:44px}#go-theme-nav .header ul .nav-events{position:relative;right:0}#go-theme-nav .header ul .nav-events .container{border-top-left-radius:4px}#go-theme-nav .primary .event.event-balloon{font-size:0.875em;line-height:1.28571em;background:#ff6b00;border:0;border-radius:4px;border-top:0;box-shadow:0 1px 5px rgba(50,50,50,0.4);cursor:pointer;max-width:650px;min-height:33px;padding:5px 10px;position:absolute;right:44px;text-align:left;text-transform:none;top:0.5em;width:auto;z-index:5}@media screen and (min-width: 960px){#go-theme-nav .primary .event.event-balloon{min-height:39px;overflow:hidden;padding-bottom:0.75em;padding-top:0.75em;top:0.625em}}#go-theme-nav .primary .event.event-balloon:hover{background:#ff6b00}#go-theme-nav .primary .event.event-balloon .title:before{display:none}#go-theme-nav .primary .event.event-balloon header{display:inline;text-align:left}#go-theme-nav .primary .event.event-balloon header a{color:#fff;display:inline}#go-theme-nav .primary .event.event-balloon header:after{color:#fff;content:'-';font-weight:normal;margin:0 0 0 .25em}#go-theme-nav .primary .event.event-balloon .post-meta{display:none}#go-theme-nav .primary .event.event-balloon .body{color:#fff;display:inline;text-align:left}@media screen and (min-width: 960px){#go-theme-nav .primary .event.event-balloon .body{overflow:hidden}}.show-sidepanel-events #go-theme-nav .primary .icons .nav-events{background-color:#111c29}#go-theme-nav .primary .icons .nav-events .shadow-hide{right:88px}#go-theme-nav .primary .icons .nav-events a{border-top:0;display:block}#go-theme-nav .primary .icons .nav-events .events .columns>header{font-weight:700;letter-spacing:1px;padding:0 1em}#go-theme-nav .primary .icons .nav-events .events article,#go-theme-nav .primary .icons .nav-events .events .links{text-transform:none}#go-theme-nav .primary .icons .nav-events .small-4.columns{padding:0;width:232px}#go-theme-nav .primary .icons .nav-events .container-header{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;color:#fff;display:block;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:300;margin:.2em 0 0;padding-left:16px;text-transform:none}#go-theme-nav .primary .icons .nav-events .combined .event,#go-theme-nav .primary .icons .nav-events .container .event{background-color:#111c29;padding:0.5em 0.5em 0.5em 1em}#go-theme-nav .primary .icons .nav-events .combined .event .container-header,#go-theme-nav .primary .icons .nav-events .container .event .container-header{font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em;color:#fff;padding:0 1em}#go-theme-nav .primary .icons .nav-events .combined .event .container-header:hover,#go-theme-nav .primary .icons .nav-events .container .event .container-header:hover{color:#fff}#go-theme-nav .primary .icons .nav-events .combined .event header:not(.container-header),#go-theme-nav .primary .icons .nav-events .container .event header:not(.container-header){font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;line-height:1.33em;margin-bottom:0.3em}#go-theme-nav .primary .icons .nav-events .combined .event .title,#go-theme-nav .primary .icons .nav-events .container .event .title{color:#fff;font-weight:300}#go-theme-nav .primary .icons .nav-events .combined .event.event-conference .post-meta.where,#go-theme-nav .primary .icons .nav-events .combined .event.event-webinar .post-meta.where,#go-theme-nav .primary .icons .nav-events .container .event.event-conference .post-meta.where,#go-theme-nav .primary .icons .nav-events .container .event.event-webinar .post-meta.where{display:none}#go-theme-nav .primary .icons .nav-events .combined .event .post-meta,#go-theme-nav .primary .icons .nav-events .container .event .post-meta{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;color:#2a2e33;letter-spacing:1px;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:0.75em;line-height:2em;clear:both;color:#a4a9ad;font-weight:400;line-height:1.5em}#go-theme-nav .primary .icons .nav-events .combined .event .body,#go-theme-nav .primary .icons .nav-events .container .event .body{font-size:0.875em;line-height:1.28571em;color:#adafb1}#go-theme-nav .primary .icons .nav-events .links li>a{margin-left:0;padding-left:1em;padding-top:.5em}#go-theme-nav .primary .icons .nav-events .container .event:hover{background-color:#000;border-radius:4px}#go-theme-nav .primary .icons .nav-events .links{clear:both}#go-theme-nav .nav-events .icon{height:42px;width:19px}#go-theme-nav .nav-events .container{min-width:168px}.nav-events{display:block;height:56px;position:absolute;right:44px;top:0}.nav-events .columns>header{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;color:#ff6b00;display:block;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:700;letter-spacing:1px;margin:0.5em 0 0;padding-bottom:0.25em;text-transform:uppercase}.nav-events .small-4.columns{display:none}.nav-events .events{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.nav-events.has-conference .container{width:232px}.nav-events.has-conference.has-meetup .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-conference.has-meetup .container{right:272px}}.nav-events.has-conference.has-meetup.has-webinar .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-conference.has-meetup.has-webinar .container{right:504px}}.nav-events.has-conference.has-meetup.has-editorial .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-conference.has-meetup.has-editorial .container{right:504px}}.nav-events.has-conference.has-webinar .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-conference.has-webinar .container{right:272px}}.nav-events.has-conference.has-webinar.has-meetup .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-conference.has-webinar.has-meetup .container{right:504px}}.nav-events.has-conference.has-webinar.has-editorial .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-conference.has-webinar.has-editorial .container{right:504px}}.nav-events.has-conference.has-editorial .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-conference.has-editorial .container{right:272px}}.nav-events.has-conference.has-editorial.has-meetup .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-conference.has-editorial.has-meetup .container{right:504px}}.nav-events.has-conference.has-editorial.has-webinar .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-conference.has-editorial.has-webinar .container{right:504px}}.nav-events.has-meetup .container{width:232px}.nav-events.has-meetup.has-conference .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-meetup.has-conference .container{right:272px}}.nav-events.has-meetup.has-conference.has-webinar .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-meetup.has-conference.has-webinar .container{right:504px}}.nav-events.has-meetup.has-conference.has-editorial .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-meetup.has-conference.has-editorial .container{right:504px}}.nav-events.has-meetup.has-webinar .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-meetup.has-webinar .container{right:272px}}.nav-events.has-meetup.has-webinar.has-conference .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-meetup.has-webinar.has-conference .container{right:504px}}.nav-events.has-meetup.has-webinar.has-editorial .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-meetup.has-webinar.has-editorial .container{right:504px}}.nav-events.has-meetup.has-editorial .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-meetup.has-editorial .container{right:272px}}.nav-events.has-meetup.has-editorial.has-conference .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-meetup.has-editorial.has-conference .container{right:504px}}.nav-events.has-meetup.has-editorial.has-webinar .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-meetup.has-editorial.has-webinar .container{right:504px}}.nav-events.has-webinar .container{width:232px}.nav-events.has-webinar.has-conference .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-webinar.has-conference .container{right:272px}}.nav-events.has-webinar.has-conference.has-meetup .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-webinar.has-conference.has-meetup .container{right:504px}}.nav-events.has-webinar.has-conference.has-editorial .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-webinar.has-conference.has-editorial .container{right:504px}}.nav-events.has-webinar.has-meetup .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-webinar.has-meetup .container{right:272px}}.nav-events.has-webinar.has-meetup.has-conference .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-webinar.has-meetup.has-conference .container{right:504px}}.nav-events.has-webinar.has-meetup.has-editorial .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-webinar.has-meetup.has-editorial .container{right:504px}}.nav-events.has-webinar.has-editorial .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-webinar.has-editorial .container{right:272px}}.nav-events.has-webinar.has-editorial.has-conference .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-webinar.has-editorial.has-conference .container{right:504px}}.nav-events.has-webinar.has-editorial.has-meetup .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-webinar.has-editorial.has-meetup .container{right:504px}}.nav-events.has-editorial .container{width:232px}.nav-events.has-editorial.has-conference .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-editorial.has-conference .container{right:272px}}.nav-events.has-editorial.has-conference.has-meetup .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-editorial.has-conference.has-meetup .container{right:504px}}.nav-events.has-editorial.has-conference.has-webinar .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-editorial.has-conference.has-webinar .container{right:504px}}.nav-events.has-editorial.has-meetup .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-editorial.has-meetup .container{right:272px}}.nav-events.has-editorial.has-meetup.has-conference .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-editorial.has-meetup.has-conference .container{right:504px}}.nav-events.has-editorial.has-meetup.has-webinar .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-editorial.has-meetup.has-webinar .container{right:504px}}.nav-events.has-editorial.has-webinar .container{width:464px}@media screen and (min-width: 960px){.nav-events.has-editorial.has-webinar .container{right:272px}}.nav-events.has-editorial.has-webinar.has-conference .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-editorial.has-webinar.has-conference .container{right:504px}}.nav-events.has-editorial.has-webinar.has-meetup .container{width:696px}@media screen and (min-width: 960px){.nav-events.has-editorial.has-webinar.has-meetup .container{right:504px}}.nav-events.has-conference .small-4.columns.conferences,.nav-events.has-meetup .small-4.columns.meetups,.nav-events.has-webinar .small-4.columns.webinars,.nav-events.has-editorial .small-4.columns.editorial,.nav-events.has-conference .small-4.columns.more-conferences,.nav-events.has-meetup .small-4.columns.more-meetups,.nav-events.has-webinar .small-4.columns.more-webinars,.nav-events.has-editorial .small-4.columns.more-editorial,.nav-events.has-conference .more-conferences,.nav-events.has-meetup .more-meetups,.nav-events.has-webinar .more-webinars,.nav-events.has-editorial .more-editorial{background-color:#111c29;display:block}.nav-events.has-meetup .small-4.columns.more-meetups a{visibility:hidden}.nav-events .control-events{position:relative}.nav-events .control-events .notification{font-size:0.625em;letter-spacing:1px;line-height:1.5em;margin:0 0 0.5em;background:#ff6b00;border-radius:50%;bottom:8px;color:#fff;display:none;font-size:10px;font-weight:400;height:14px;position:absolute;right:8px;text-align:center;width:14px}.nav-events .control-events .arrow{border:solid transparent;border-color:transparent;border-left-color:#ff6b00;border-width:10px;bottom:-5px;content:' ';display:block;height:0;left:10px;margin-left:-10px;pointer-events:none;position:absolute;top:18px;width:0;z-index:5}.nav-events.notify .control-events .notification{display:block}.sidepanel.events{right:0;top:0}.sidepanel.events .container-header{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;color:#fff;display:block;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:300;margin:.2em 0 0;padding-left:16px;text-transform:none}.sidepanel.events .combined .event,.sidepanel.events .container .event{background-color:#111c29;padding:0.5em 0.5em 0.5em 1em}.sidepanel.events .combined .event .container-header,.sidepanel.events .container .event .container-header{font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em;color:#fff;padding:0 1em}.sidepanel.events .combined .event .container-header:hover,.sidepanel.events .container .event .container-header:hover{color:#fff}.sidepanel.events .combined .event header:not(.container-header),.sidepanel.events .container .event header:not(.container-header){font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;line-height:1.33em;margin-bottom:0.3em}.sidepanel.events .combined .event .title,.sidepanel.events .container .event .title{color:#fff;font-weight:300}.sidepanel.events .combined .event.event-conference .post-meta.where,.sidepanel.events .combined .event.event-webinar .post-meta.where,.sidepanel.events .container .event.event-conference .post-meta.where,.sidepanel.events .container .event.event-webinar .post-meta.where{display:none}.sidepanel.events .combined .event .post-meta,.sidepanel.events .container .event .post-meta{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;color:#2a2e33;letter-spacing:1px;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:0.75em;line-height:2em;clear:both;color:#a4a9ad;font-weight:400;line-height:1.5em}.sidepanel.events .combined .event .body,.sidepanel.events .container .event .body{font-size:0.875em;line-height:1.28571em;color:#adafb1}.sidepanel.events .links li>a{margin-left:0;padding-left:1em;padding-top:.5em}.sidepanel.events h5{font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em;font-family:adelle,Georgia,"Times New Roman",Times,serif;height:56px;line-height:56px;margin:0}.sidepanel.events .combined{background:#111c29;border-left:1px solid #363f4a;display:block;float:left;overflow:hidden;width:270px}.sidepanel.events .combined .event{background:transparent;margin-bottom:10px;margin-right:0;padding:10px 0.5em 0 1em}.sidepanel.events .combined .event:before{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;color:#ff6b00;display:block;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:700;letter-spacing:1px;margin:0.5em 0 0;padding-bottom:0.25em;text-transform:uppercase;font-size:0.75em;letter-spacing:1px;line-height:1.5em;margin:0 0 0.5em;letter-spacing:.25em;margin:0.5em 0 0}.sidepanel.events .combined .event:first-child{padding-top:0}.sidepanel.events .combined .event:first-child:before{margin-top:0.25em}.sidepanel.events .combined .event .title{font-size:1em;line-height:1.875em;margin:0 0 0.5em;color:#fff;font-weight:400;line-height:1.375em}.sidepanel.events .combined .event header{margin-bottom:0.25em}.sidepanel.events .combined .event .body{color:#a4a9ad;display:block;margin-top:5px}.sidepanel.events .combined .event-conference:before{content:'Event'}.sidepanel.events .combined .event-webinar:before{content:'Webinar'}.sidepanel.events .combined .event-editorial:before{content:'Editorial'}.sidepanel.events .combined .event-meetup:before{content:'Meetup'}.sidepanel.events .more{display:none}.sidepanel.events.has-conference .more-conferences,.sidepanel.events.has-meetup .more-meetups,.sidepanel.events.has-webinar .more-webinars,.sidepanel.events.has-editorial .more-editorial{display:block}.sidepanel.events .links li>a{padding-top:0}#go-theme-nav .nav-events .event.new.event-balloon .title:before,.sidepanel.events .event.new.event-balloon .title:before{display:none}#go-theme-nav .nav-events .event.new .title:before,.sidepanel.events .event.new .title:before{color:#009bff;content:'New!';display:inline-block;margin-right:0.25em}@media screen and (min-width: 641px){#go-theme-nav .header .icons.right.hovering .nav-subscribe.nav-hover{background-color:#111c29}#go-theme-nav .header .icons.right.hovering .nav-subscribe.nav-hover .container{display:block;left:-12rem;position:absolute}}@media screen and (min-width: 960px){#go-theme-nav .header .icons.right.hovering .nav-subscribe.nav-hover .container{left:-6rem}}.nav-subscribe{display:none;position:relative;width:6.75em}@media screen and (min-width: 675px){.nav-subscribe{display:block}}.nav-subscribe .container{color:#fff;left:-6rem;text-transform:none;width:405px}#go-theme-nav .header .icons .nav-subscribe .container{padding-bottom:0}.nav-subscribe .container p{color:#fff}.nav-subscribe .container li{padding:.7rem 1rem 0 .5rem}#go-theme-nav .header .icons .nav-subscribe .container li{padding:.7rem 1rem 0 .5rem}#go-theme-nav .header .icons .nav-subscribe .container li.research{padding-bottom:0;padding-top:1.4rem}#go-theme-nav .header .icons .nav-subscribe .container li a:not(.button){color:#009bff;text-decoration:none;padding:0}#go-theme-nav .header .icons .nav-subscribe .container li a:not(.button):hover{color:#0079ff;text-decoration:underline}#go-theme-nav .header .icons .nav-subscribe .container li a:not(.button):active{color:#002346;text-decoration:underline}#go-theme-nav .header .icons .nav-subscribe .container li a:not(.button):hover{background:transparent}#go-theme-nav .header .icons .nav-subscribe .container li .button{font-size:0.875em;line-height:1.28571em;background-color:#009bff;color:#fff;font-weight:700;min-height:2rem;min-width:120px;padding-left:.5rem;padding-right:.5rem;padding-top:7px;text-transform:none}#go-theme-nav .header .icons .nav-subscribe .container li .button:active,#go-theme-nav .header .icons .nav-subscribe .container li .button:hover{background-color:#002346}.nav-subscribe .container li>header{padding-left:2rem}#go-theme-nav .nav-subscribe .container li>header{padding-left:3.5rem}.nav-subscribe form{margin-bottom:1.25rem}.nav-subscribe form .form-elements{margin-top:.5rem;position:relative;width:275px}.nav-subscribe form .form-elements input{font-size:0.875em;line-height:1.28571em;min-height:2rem;width:160px}.nav-subscribe form .form-elements input::-webkit-input-placeholder{font-style:italic}.nav-subscribe form .form-elements input:-moz-placeholder{font-style:italic}.nav-subscribe form .form-elements input::-moz-placeholder{font-style:italic}.nav-subscribe form .form-elements input:-ms-input-placeholder{font-style:italic}#go-theme-nav .nav-subscribe form .form-elements .button{box-shadow:none;height:1.875rem;position:absolute;right:0;top:0}.nav-subscribe div.section{position:relative}.nav-subscribe div.section .goicon{display:none;position:absolute;text-align:center;width:2.75rem}.nav-subscribe div.section .goicon:before{font-size:40px}#go-theme-nav .nav-subscribe div.section .goicon{display:block}.nav-subscribe div.section header{font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em}#go-theme-nav .nav-subscribe div.section header{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em}.nav-subscribe div.section header,.nav-subscribe div.section p:not(.form-elements),.nav-subscribe div.section form{padding-left:2rem}#go-theme-nav .nav-subscribe div.section header,#go-theme-nav .nav-subscribe div.section p:not(.form-elements),#go-theme-nav .nav-subscribe div.section form{margin-left:3.5rem;max-width:calc(100% - 3.5rem);padding-left:0}.nav-subscribe div.section .subscribed{display:none}#go-theme-nav .nav-subscribe .blog .subscribed a{white-space:nowrap}.nav-subscribe .research{background:#000;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.nav-subscribe .enterprise .primary-line{display:block}.sidepanel.primary .links .nav-subscribe{margin-top:0}.sidepanel.primary .links .nav-subscribe .control-subscribe{display:none}.sidepanel.primary .links .nav-subscribe a:not(.button){color:#009bff;text-decoration:none;background-color:transparent;font-weight:400;letter-spacing:0;padding-left:0;text-transform:none}.sidepanel.primary .links .nav-subscribe a:not(.button):hover{color:#0079ff;text-decoration:underline}.sidepanel.primary .links .nav-subscribe a:not(.button):active{color:#002346;text-decoration:underline}.sidepanel.primary .links .nav-subscribe .button{background-color:#009bff;letter-spacing:0;padding-left:.5rem;padding-right:.5rem;text-transform:none}.sidepanel.primary .links .nav-subscribe .button:active,.sidepanel.primary .links .nav-subscribe .button:hover{background-color:#002346}.sidepanel.primary form{line-height:1.125rem}.sidepanel.primary form .form-elements{width:100%}.sidepanel.primary form .form-elements input{margin-bottom:.25rem;width:100%}#go-theme-nav .header .scrib-authority-box .scrib-authority-box-entry-container{width:100%}#go-theme-nav .header .scrib-authority-box .scrib-authority-box-results,#go-theme-nav .header .scrib-authority-box .scrib-authority-box-items{float:none;text-transform:none}#go-theme-nav .header .scrib-authority-box .scrib-authority-box-results ul,#go-theme-nav .header .scrib-authority-box .scrib-authority-box-items ul{float:none}#go-theme-nav .header .scrib-authority-box .scrib-authority-box-results li,#go-theme-nav .header .scrib-authority-box .scrib-authority-box-items li{float:none;height:auto}#go-theme-nav .header .scrib-authority-box-items{padding:0}#go-theme-nav .header .scrib-authority-box-items .scrib-authority-box-item{background:#101b29;border:1px solid #009bff;border-radius:4px;box-shadow:2px 2px 3px 0 rgba(0,0,0,0.5);color:#fff;font-size:.875rem;height:32px;line-height:1.28571em;margin:0;overflow:hidden;padding:2px 0 1px 10px;white-space:nowrap;width:110px}#go-theme-nav .header .scrib-authority-box-items .scrib-authority-box-item .taxonomy{display:none}#go-theme-nav .header .scrib-authority-box-items .scrib-authority-box-item .term{padding-left:0;padding-right:0}#go-theme-nav .header .scrib-authority-box-results.show{left:auto;max-width:320px;right:0;text-align:left;width:250%}@media screen and (min-width: 641px){#go-theme-nav .header .scrib-authority-box-results.show{max-width:450px}}#go-theme-nav .header .scrib-authority-box-results.show li{padding:.125rem .25rem}#cboxOverlay,#cboxWrapper{overflow:visible}#cboxContent .lightbox-show{display:block}.js #colorbox{outline:0}.js #cboxContent form textarea,.js #cboxContent form input[type="text"],.js #cboxContent form input[type="password"],.js #cboxContent form input[type="email"],.js #cboxContent form input[type="url"]{-webkit-appearance:none}.js #cboxTitle,.js #cboxTopLeft,.js #cboxTopCenter,.js #cboxTopRight,.js #cboxBottomLeft,.js #cboxBottomCenter,.js #cboxBottomRight,.js #cboxMiddleRight,.js #cboxMiddleLeft{background:#fff;background-image:none}.js #cboxTopLeft,.js #cboxTopRight,.js #cboxBottomLeft,.js #cboxBottomRight,.js #cboxMiddleRight,.js #cboxMiddleLeft{width:16px}@media screen and (min-width: 641px){.js #cboxTopLeft,.js #cboxTopRight,.js #cboxBottomLeft,.js #cboxBottomRight,.js #cboxMiddleRight,.js #cboxMiddleLeft{width:32px}}.js #cboxTopLeft{border-top-left-radius:4px}.js #cboxTopRight{border-top-right-radius:4px}.js #cboxBottomLeft{border-bottom-left-radius:4px}.js #cboxBottomRight{border-bottom-right-radius:4px}.js #cboxContent{border:0;box-sizing:border-box;color:#000;overflow:visible;padding:0}.js #cboxContent .header,.js #cboxContent #cboxLoadedContent>h3,.js #cboxContent #cboxLoadedContent>header,.js #cboxContent #cboxLoadedContent>div>h3,.js #cboxContent #cboxLoadedContent>div>header,.js #cboxContent #cboxLoadedContent>form>h3,.js #cboxContent #cboxLoadedContent>form>header,.js #cboxContent>h3,.js #cboxContent>header{color:#3d3d3d;font-size:24px;font-weight:400;line-height:28px;margin:0;margin-bottom:.25rem}.js #cboxContent form ul{list-style-type:none;margin:0;max-width:100%;padding:0}.js #cboxContent input{border:1px solid #dcdcdb;border-radius:3px;box-shadow:none;display:block;padding:.5em;width:100%}.js #cboxLoadedContent{margin-bottom:0}.js #cboxNext,.js #cboxPrevious,.js #cboxCurrent{font-size:0.875em;line-height:1.28571em;margin-bottom:-1.5em}.js #cboxCurrent{left:130px}.js #cboxNext,.js #cboxPrevious{background:transparent;border:0;box-shadow:none;display:inline-block;margin-left:0;margin-right:0;margin-top:0;opacity:.5;padding-bottom:0;padding-left:0;padding-top:0}.js #cboxNext:focus,.js #cboxNext:hover,.js #cboxPrevious:focus,.js #cboxPrevious:hover{background:transparent;opacity:1;outline:none}.js #cboxNext{padding-left:1em}.js #cboxNext:after{content:'\00BB';display:inline-block;margin-left:.25em}.js #cboxPrevious:before{content:'\00AB';display:inline-block;margin-right:.25em}.js #cboxClose{background-color:transparent;border:0;color:transparent;display:block;font-size:30px;font-weight:300;height:30px;line-height:20px;padding:1px 6px 4px;position:absolute;right:-10px;text-align:center;top:-10px;width:30px}.js #cboxClose:hover{color:transparent}.js #cboxClose:hover:before{color:#6c6f71}.js #cboxClose:before{font-family:'Gigaom-Icon';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#989b9d;content:'\e069';display:inline-block;left:3px;position:absolute;top:0;visibility:visible}@media screen and (min-width: 641px){.js #cboxClose{right:-20px}}.widget{background:#fff}.widget>h2{font-size:22px;font-weight:normal;margin-bottom:0;margin-top:0;text-rendering:optimizeLegibility}@media screen and (min-width: 641px){.widget>h2{font-size:26px}}.lt-ie9 .widget>h2{font-size:26px}.widget>ol,.widget>ul{list-style:none}#pre-footer-area .widget{background:transparent}#pre-footer-area .widget-go-ads{display:none}@media screen and (min-width: 960px){body.single-post #pre-footer-area .widget-go-ads{display:block}}#pre-footer-area #ad-billboard{display:none;margin:1rem auto}@media screen and (min-width: 970px){#pre-footer-area #ad-billboard{display:block}}#pre-footer-area .advertisement-notice{background:transparent;display:none}.widget-go-authors{overflow:hidden}@media screen and (min-width: 641px){.widget-go-authors h3{float:left}}.lt-ie9 .widget-go-authors h3{float:left}.widget-go-authors .avatar{float:left;margin-bottom:5px;margin-right:10px}@media screen and (min-width: 641px){.widget-go-authors .avatar{clear:left;margin-top:5px}}.lt-ie9 .widget-go-authors .avatar{clear:left;margin-top:5px}.widget-go-authors .social{float:left;margin-left:-10px}@media screen and (min-width: 641px){.widget-go-authors .social{margin-bottom:0;margin-left:0;margin-top:10px}}.lt-ie9 .widget-go-authors .social{margin-bottom:0;margin-left:0;margin-top:10px}.widget-go-authors .social li{margin-left:10px}.widget-go-authors .goicon{background:#009bff;color:#fff;display:block;font-size:45px;line-height:35px;height:45px;overflow:hidden;text-align:center;width:45px}.widget-go-authors .goicon:hover{background:#007ccc}.widget-go-authors .goicon:active{background:#006cb3}.widget-go-authors .bio{clear:both}.widget-go-authors .bio p{clear:both}@media screen and (min-width: 641px){.widget-go-authors .bio p{clear:none}}.lt-ie9 .widget-go-authors .bio p{clear:none}.comment{clear:both}.comment .social{display:none;padding-top:10px;text-align:right}.comment .social .goicon{font-size:36px;line-height:36px}.comment .sharing-cancel{display:none}.comment.focused>.div-comment .comment-reply-link{visibility:hidden}.comment.focused>.div-comment .comment-sharing-icons{display:none}.comment.focused>.div-comment .sharing-cancel{display:inline-block}.comment .comment-sharing .inline-list{margin:0;text-align:right}.comment .comment-sharing .inline-list li{display:inline-block;float:none;margin:0;overflow:hidden}.comment .comment-sharing .inline-list li a{background-color:transparent;color:#009bff;height:29px;margin-right:23px;width:29px}.comment .comment-sharing .inline-list li a.goicon{font-size:40px}@media screen and (min-width: 641px){.comment .comment-sharing .inline-list li a{margin-right:7px}.comment .comment-sharing .inline-list li a.goicon{font-size:35px}}.comment .comment-sharing .inline-list li:last-child a{margin-right:1px}.comment .goicon{display:inline-block;font-size:1.5rem;line-height:1rem;margin-right:5px}.focused-float.comment{background-color:#fff;padding:10px 10px 0;position:absolute;z-index:10000}.focused-float.comment cite{margin-bottom:2px}.focused-float.comment a,.focused-float.comment .social{line-height:22px}.focused-float.comment .children{display:none}#comments .focused-float.comment .comment-sharing{border-bottom:0}.focus-comment{background:#000;display:none;opacity:.3;position:absolute;z-index:1}.lt-ie9 .focus-comment{-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';filter:alpha(opacity=30)}.focus-comment.focus-comment-top{left:0;right:0;top:0}.waterfall .go-bsocial-cta{width:100%}@media screen and (max-width: 640px){.waterfall .go-bsocial-cta{padding:0 20px}}.waterfall .go-bsocial-cta .cta-section{width:100%}@media screen and (min-width: 641px){.waterfall .go-bsocial-cta .cta-section{float:left;width:50%}}.lt-ie9 .waterfall .go-bsocial-cta .cta-section{float:left;width:50%}.waterfall .go-bsocial-cta .author,.waterfall .go-bsocial-cta .share{display:none}.widget-go-newsletter-form .subscribed{display:none}.go-bsocial-cta{float:none;margin-right:0;overflow:hidden;width:auto}@media screen and (min-width: 641px){.go-bsocial-cta{float:left;margin-right:1%;width:49%}}@media screen and (min-width: 960px){.go-bsocial-cta{padding-bottom:0;width:auto}}.lt-ie9 .go-bsocial-cta{float:left;margin-right:1%;width:49%;padding-bottom:0;width:auto}.go-bsocial-cta .cta-section{padding-bottom:20px;width:100%}@media screen and (min-width: 960px){.go-bsocial-cta .cta-section{float:left;min-height:85px;width:50%}}.lt-ie9 .go-bsocial-cta .cta-section{float:left;min-height:85px;width:50%}.go-bsocial-cta .cta-section .button{float:left;width:auto}.go-bsocial-cta .cta-section.share{padding-bottom:0}@media screen and (min-width: 641px){.go-bsocial-cta .author{padding-right:10px}}@media screen and (min-width: 960px){.go-bsocial-cta .author{padding-top:26px}}.go-bsocial-cta .by{color:#adafb1;margin-bottom:5px;margin-top:5px}.go-bsocial-cta .time{color:#adafb1;text-transform:uppercase}.go-bsocial-cta .avatar{float:left;height:50px;margin-right:10px;width:50px}.go-bsocial-cta .avatar img{height:50px;width:50px}.go-bsocial-cta .follow{clear:both}@media screen and (min-width: 641px){.go-bsocial-cta .follow{padding-right:50px}}@media screen and (min-width: 960px){.go-bsocial-cta .follow{padding-right:30px}.go-bsocial-cta .follow p{font-size:0em}}.go-bsocial-cta .follow .goicon{color:#009bff;display:inline-block;height:20px;line-height:22px;overflow:visible}.go-bsocial-cta .follow p{margin-bottom:0}.go-bsocial-cta .share p{margin-bottom:5px}.go-bsocial-cta .share .social{margin-bottom:0;margin-left:-10px}.go-bsocial-cta .share .social li{margin-bottom:20px;margin-left:10px}.go-bsocial-cta .share .social .goicon{background:#009bff;color:#fff;display:block;font-size:45px;line-height:35px;height:45px;overflow:hidden;text-align:center;width:45px}.go-bsocial-cta .share .social .goicon:hover{background:#007ccc}.go-bsocial-cta .share .social .goicon:active{background:#006cb3}.go-bsocial-cta .cta-section-newsletter form{margin-bottom:0;padding-bottom:0}.go-bsocial-cta .cta-section-newsletter form input[type=email]{display:block;margin-bottom:10px;max-width:400px;min-width:160px;width:calc(100% - 8rem)}.go-bsocial-cta .cta-section-newsletter button{font-size:.875rem}.go-bsocial-cta .cta-section-newsletter p{margin-bottom:0}@media screen and (min-width: 960px){.go-bsocial-cta .cta-section-newsletter p{font-size:1em}}.go-bsocial-cta .cta-section-newsletter .subscribed{display:none}@media screen and (max-width: 640px){.widget-go-community-activity a{display:block;float:left}}.widget-go-community-activity ul{margin-bottom:0}.widget-go-community-activity .post{border-bottom:0;font-size:0.875em;line-height:1.09375em;margin-bottom:5px}.widget-go-community-activity .post:last-child{margin-bottom:0;padding-bottom:0}.widget-go-community-activity .post .title{font-size:1em;font-weight:bold}.widget-go-community-activity .post .time{color:#ecebe6;display:block}@media screen and (max-width: 640px){.widget-go-community-activity .post .time{float:right;text-align:right}}.featured-widget{clear:both;display:none;padding-bottom:30px}@media screen and (min-width: 641px){.featured-widget{display:block}}.lt-ie9 .featured-widget{display:block}.featured-widget .post{border-bottom:none;margin-bottom:0;padding-bottom:0}.featured-widget .th{width:100%}.featured-widget .th a{width:100%}.featured-widget .star{speak:none}.featured-widget .column.four,.featured-widget .columns.four{float:left;width:33.333% !important}.featured-widget .column.six,.featured-widget .columns.six{float:left;width:50% !important}.featured-widget [class*="column"]+[class*="column"]:last-child{float:right}.featured-widget h3{clear:both;font-size:40px;font-weight:normal;margin-bottom:0;margin-top:0;position:relative}.featured-widget h3 .goicon{display:inline-block;font-size:24px;height:17px;line-height:15px;margin-right:5px}.featured-widget h3 .icon-paidcontent{color:#660101;line-height:17px;margin-right:0;overflow:hidden;width:7px}.featured-widget h3 .icon-paidcontent-second{color:#a3a475;margin-right:5px;text-indent:-7px;width:9px}.featured-widget h3 .logo-gigaom-mark{color:#2a2e33;font-size:25px;height:17px;line-height:12px;overflow:hidden;width:14px}.featured-widget .th{overflow:hidden;position:relative}.featured-widget .th a{display:block;position:relative}.featured-widget.stories-1 .th,.featured-widget.stories-2 .th{max-width:150px}.featured-widget.stories-1 h3,.featured-widget.stories-2 h3{font-size:16px;clear:none;display:inline}.featured-widget.stories-1 .primary .thumb .th,.featured-widget.stories-1 .primary .wide-thumb .th,.featured-widget.stories-2 .primary .thumb .th,.featured-widget.stories-2 .primary .wide-thumb .th{position:absolute}.featured-widget.stories-1 .primary h3,.featured-widget.stories-2 .primary h3{display:block;margin-left:160px}.featured-widget.stories-1 .th{max-height:145px;max-width:210px}.featured-widget.stories-1 h3{font-size:26px;top:-7px}.featured-widget.stories-1 .primary{min-height:141px}.featured-widget.stories-1 .primary .thumb h3{display:block;margin-left:230px}.featured-widget.stories-2 .primary{min-height:101px}.featured-widget.stories-3 .primary{min-height:156px}.featured-widget img{float:left;margin-right:10px;width:100%}.featured-widget.stories-3 h3,.featured-widget.stories-4 h3,.featured-widget.stories-5 h3,.featured-widget.stories-6 h3{font-size:18px;line-height:1.25em}.featured-widget.stories-3 .th,.featured-widget.stories-4 .th,.featured-widget.stories-5 .th,.featured-widget.stories-6 .th{margin-bottom:10px}.featured-widget.stories-3 img,.featured-widget.stories-4 img,.featured-widget.stories-5 img,.featured-widget.stories-6 img{float:none;margin-right:0}.featured-widget .featured-stories.secondary{border-top:1px dashed #2a2e33;margin-top:15px;padding-top:15px}.featured-widget .featured-stories.secondary h3{font-size:16px}.featured-widget .featured-stories.secondary img{display:none}.featured-widget a .sponsor-title{font-weight:bold}.go-inject-content{margin-bottom:1em}.go-inject-content .cta-section{font-size:1em;line-height:1.375em;background:#f5f5f0;border-radius:4px;padding:1em;margin-bottom:0.25em;display:none}.go-inject-content .cta-section>a{color:#2a2e33;font-weight:400}.go-inject-content .cta-section.injected-form{font-size:0.875em;line-height:1.28571em;font-weight:700}.go-inject-content .cta-section.injected-form form{margin-bottom:0;padding-bottom:0}.go-inject-content .cta-section.injected-form .subscribed,.go-inject-content .cta-section.injected-form.subscribed{display:none}.go-inject-content .cta-section.injected-form input{border-radius:4px;float:left;margin:.5em 0;margin-right:-10px;width:280px}.go-inject-content .cta-section.injected-form input::-webkit-input-placeholder{font-style:italic}.go-inject-content .cta-section.injected-form input:-moz-placeholder{font-style:italic}.go-inject-content .cta-section.injected-form input::-moz-placeholder{font-style:italic}.go-inject-content .cta-section.injected-form input:-ms-input-placeholder{font-style:italic}.go-inject-content .cta-section.injected-form button{float:left;font-size:1em;font-weight:700;letter-spacing:.1em;margin:.5em 0;text-transform:uppercase}.go-inject-content .cta-section.injected-text-cta{font-size:1.125em;line-height:1.33333em;display:block}.go-inject-content .cta-section.injected-text-cta .emphasized-name{font-weight:700;white-space:nowrap}@media screen and (min-width: 641px){.go-inject-content .cta-section.injected-text-cta .cta-text{float:left}}.go-inject-content .cta-section.injected-text-cta a{color:#009bff;display:block;text-decoration:none}@media screen and (min-width: 641px){.go-inject-content .cta-section.injected-text-cta a{float:right}}.go-inject-content .cta-section.injected-text-cta a:hover,.go-inject-content .cta-section.injected-text-cta a:active{text-decoration:underline}.go-inject-content .cta-section.injected-text-cta a:hover:after,.go-inject-content .cta-section.injected-text-cta a:active:after{text-decoration:none}.go-inject-content .cta-section.injected-text-cta a:after{content:'\e076';display:inline-block;font-family:'Gigaom-Icon';left:0.2em;position:relative}@media screen and (min-width: 641px){.go-inject-content .cta-section.injected-text-cta.injected-size-half a{display:block;float:none}}@media screen and (min-width: 641px){.go-inject-content .cta-section.injected-size-half{float:right;margin-left:1em;max-width:50%;width:50%}}.go-inject-content:last-child{display:block}.go-inject-content:last-child .cta-section{clear:both;float:none;margin-left:0;max-width:100%;width:100%}.go-inject-content:last-child .cta-section a.cta-link{float:right}.widget-go-pagination-pagednav,.go-pagination{text-align:center}.widget-go-pagination-pagednav select,.go-pagination select{width:auto}.widget-go-pagination-pagednav span,.widget-go-pagination-pagednav a,.go-pagination span,.go-pagination a{display:inline-block}.widget-go-pagination-pagednav .pages-numbered,.go-pagination .pages-numbered{display:none;margin:auto}.widget-go-pagination-pagednav .pages-numbered a:hover,.go-pagination .pages-numbered a:hover{background-color:#99d7ff;color:#fff}.widget-go-pagination-pagednav .pages-numbered a:active,.go-pagination .pages-numbered a:active{background-color:#99d7ff;color:#fff}@media screen and (min-width: 960px){.widget-go-pagination-pagednav .pages-summarized,.go-pagination .pages-summarized{display:inline-block;height:45px}}.lt-ie9 .widget-go-pagination-pagednav .pages-summarized,.lt-ie9 .go-pagination .pages-summarized{display:inline-block;height:45px}.widget-go-pagination-pagednav .page-numbers,.go-pagination .page-numbers{display:inline-block;font-size:1em;padding:0 15px;margin:0;text-align:center}@media screen and (min-width: 960px){.widget-go-pagination-pagednav .page-numbers,.go-pagination .page-numbers{height:42px;line-height:42px}}.ltie9 .widget-go-pagination-pagednav .page-numbers,.ltie9 .go-pagination .page-numbers{height:42px;line-height:42px}.widget-go-pagination-pagednav .page-numbers.current,.go-pagination .page-numbers.current{background-color:#009bff;color:#fff}.widget-go-pagination-pagednav .page-numbers.dots,.go-pagination .page-numbers.dots{background-color:#fff;color:#adafb1}.widget-go-pagination-pagednav .page-numbers i i,.go-pagination .page-numbers i i{padding:0}.widget-go-pagination-pagednav .page-numbers.prev,.widget-go-pagination-pagednav .page-numbers.first,.go-pagination .page-numbers.prev,.go-pagination .page-numbers.first{float:left;padding-left:0;padding-right:5px}.widget-go-pagination-pagednav .page-numbers .first,.go-pagination .page-numbers .first{padding-left:0px}.widget-go-pagination-pagednav .page-numbers.next,.go-pagination .page-numbers.next{float:right;padding-left:5px;padding-right:0}@media screen and (max-width: 960px){.widget-go-pagination-pagednav .page-numbers.next,.go-pagination .page-numbers.next{position:relative;top:-1px}}.widget-go-pagination-pagednav .page-numbers.next .goicon,.go-pagination .page-numbers.next .goicon{padding-left:5px}@media screen and (max-width: 960px){.widget-go-pagination-pagednav .page-numbers.prev,.go-pagination .page-numbers.prev{position:relative;top:-1px}}.widget-go-pagination-pagednav .page-numbers.prev .goicon,.go-pagination .page-numbers.prev .goicon{padding-right:5px}.widget-go-pagination-pagednav{padding-bottom:15px}@media screen and (min-width: 960px){.widget-go-pagination-pagednav .pages-numbered{display:inline-block}.widget-go-pagination-pagednav .pages-summarized{display:none}}.widget-go-pagination-pagednav .lt-ie9 .pages-numbered{display:inline-block}.widget-go-pagination-pagednav .lt-ie9 .pages-summarized{display:none}.privacy-policy{background:#eef5fc;padding:10px 0 20px}.privacy-policy h1{font-size:22px;margin-top:0}.privacy-policy .button{display:inline-block;width:auto}@media screen and (min-width: 641px){.go-related time:after{content:' -'}}@media screen and (min-width: 960px){.go-related time:after{content:''}}.lt-ie9 .go-related time:after{content:''}.go-simple-links,.go-auto-3,.go-related,.go-trending-on-pro{clear:both;font-size:0.875em;min-height:0}.go-simple-links a,.go-auto-3 a,.go-related a,.go-trending-on-pro a{display:inline-block;font-size:1em;font-weight:bold;line-height:1.2em}@media screen and (min-width: 960px){.go-simple-links a,.go-auto-3 a,.go-related a,.go-trending-on-pro a{margin-bottom:5px}}.lt-ie9 .go-simple-links a,.lt-ie9 .go-auto-3 a,.lt-ie9 .go-related a,.lt-ie9 .go-trending-on-pro a{margin-bottom:5px}.go-simple-links .widget_subtitle,.go-auto-3 .widget_subtitle,.go-related .widget_subtitle,.go-trending-on-pro .widget_subtitle{color:#a09fa0;font-size:-0.25em;font-weight:normal;letter-spacing:0.1em;margin:0 0 5px 0;text-transform:uppercase}.go-simple-links ul,.go-auto-3 ul,.go-related ul,.go-trending-on-pro ul{line-height:1.33em;margin-bottom:0}.go-simple-links ul p,.go-auto-3 ul p,.go-related ul p,.go-trending-on-pro ul p{margin-bottom:0}.go-simple-links li,.go-auto-3 li,.go-related li,.go-trending-on-pro li{list-style-type:none;margin-bottom:15px}.go-simple-links li:last-child,.go-auto-3 li:last-child,.go-related li:last-child,.go-trending-on-pro li:last-child{margin-bottom:0}.go-simple-links li a .sponsor-title,.go-auto-3 li a .sponsor-title,.go-related li a .sponsor-title,.go-trending-on-pro li a .sponsor-title{font-size:0.75em;background:#009bff;border-radius:0.5em;color:white;padding:0.1em 0.5em 0.15em}.go-simple-links time,.go-auto-3 time,.go-related time,.go-trending-on-pro time{color:#adafb1;font-size:0.875em;font-weight:normal;line-height:1.33 em}.go-simple-links p,.go-auto-3 p,.go-related p,.go-trending-on-pro p{display:none}@media screen and (min-width: 641px){.go-simple-links p,.go-auto-3 p,.go-related p,.go-trending-on-pro p{display:inline;font-size:0.875em;font-style:normal;line-height:1.33 em}}.lt-ie9 .go-simple-links p,.lt-ie9 .go-auto-3 p,.lt-ie9 .go-related p,.lt-ie9 .go-trending-on-pro p{display:inline;font-size:0.875em;font-style:normal;line-height:1.33 em}.single .go-simple-links,.single .go-related{min-height:0}.go-simple-links time,.go-auto-3 time{display:block}.single .go-post-link .go-auto-3,.single .go-post-aside .go-auto-3{display:none}.comment-bubble{background-color:#ff6b00;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;margin-left:-.5rem;padding:.1875rem .625rem}.comment-bubble:before{border-color:#ff6b00 transparent transparent;border-style:solid;border-width:.5rem .5rem 0 0;bottom:-1.25rem;content:' ';float:left;height:0;position:relative;width:0}.comment-call-to-action{display:block;padding-bottom:1em;text-align:center}@media screen and (min-width: 641px){.comment-call-to-action{display:none}}.comment-ad{float:right;margin-left:1%;width:49%}.head .comments-title{padding-top:15px}#commentform-elements{background-color:#f5f5f0}#main #comments-list,#main #comments{padding-bottom:30px}@media screen and (min-width: 641px){#main #comments-list,#main #comments{clear:none}}@media screen and (min-width: 960px){#main #comments-list,#main #comments{clear:both}}#comments-list-featured{margin-bottom:37px}#comments-list-inner{background-color:#fff}#comment-textarea{background-color:#f5f5f0;border-radius:4px;margin-left:0;max-width:100%;padding:1rem 1rem 1.5rem}@media screen and (min-width: 641px){#comment-textarea{padding:1.5rem}}#comment-textarea .subheader{float:left}#comment-textarea .community-guidelines{color:#a4a9ad;float:right;font-size:.8125rem;margin-bottom:7px;margin-top:0}#comment-textarea textarea{border:1px solid #a4a9ad;border-radius:4px;height:72px;margin:0;max-width:100%;min-height:72px}@media screen and (min-width: 641px){#comment-form-top:first-child #comment-textarea{height:250px;margin-top:16px}#comment-form-top:first-child #comment-textarea textarea{height:188px}}@media screen and (min-width: 960px){#comment-form-top:first-child #comment-textarea{height:auto;margin-top:0}#comment-form-top:first-child #comment-textarea textarea{height:72px}}@media screen and (min-width: 641px){#comments{clear:none}}@media screen and (min-width: 960px){#comments{clear:both}}#comments .comments-title{font-weight:normal;padding-top:15px}#comments .comments-title a{color:#2a2e33}#comments .comments-title a .goicon{top:0}#comments #social-identity-pic{line-height:0}#comments #comment-textarea .subheader{margin-bottom:16px}#comments .subheader{margin-bottom:20px}#comments .subheader.featured .goicon.icon-star{color:#009bff;font-size:1.7em}#comments .subheader a{color:#ff6b00}#comments .div-comment{background-color:#ebebe6;border-radius:4px;padding:1rem 1rem 1.375rem;position:relative}@media screen and (min-width: 641px){#comments .div-comment{padding:1.5rem 1.5rem .875rem}}#comments .div-comment.unapproved{border:1px solid #2a2e33}#comments .div-comment.unapproved .comment-sharing{display:none}#comments .div-comment.featured{border:1px solid #009bff;box-shadow:inset 0 0 7px rgba(0,155,255,0.3)}#comments .div-comment.featured:before{font-family:'Gigaom-Icon';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#009bff;content:'\e025';display:inline-block;font-size:24px;line-height:24px;margin-right:5px;position:absolute;right:2px;top:0}#comments .div-comment .comment-author-avatar{margin-right:10px;width:32px}#comments .div-comment .comment-author-avatar img{border-radius:4px;height:32px;width:32px}#comments .div-comment .comment-meta{margin-top:.125rem}#comments .div-comment .comment-info cite{float:left;font-weight:400;line-height:1em;margin-bottom:-1px}#comments .div-comment .comment-info cite.comment-replyee{color:#a4a9ad;margin-left:.3125rem}#comments .div-comment .comment-info cite.comment-replyee:before{content:' > '}#comments .div-comment .comment-info cite.comment-replyee a{color:#a4a9ad}#comments .div-comment .comment-info cite.comment-replyee a:active{color:#002346}#comments .div-comment .comment-info cite.comment-replyee a:hover{color:#000}#comments .div-comment .comment-info cite a{line-height:1em}#comments .div-comment .comment-info .comment-permalink{clear:left;color:#a4a9ad;display:block}#comments .div-comment .comment-text{float:none;font-size:0.875em;line-height:1.55em;word-wrap:break-word}#comments .div-comment .comment-text a{word-wrap:break-word}#comments .div-comment .comment-sharing{bottom:-20px;margin-bottom:16px;position:relative;right:-3px}#comments .div-comment .comment-sharing .inline-list{float:right}#comments .div-comment .comment-sharing .inline-list li{float:left}#comments .div-comment .comment{padding-bottom:5px;padding-top:20px}#comments .div-comment .comment .goicon{line-height:1rem}#comments .div-comment .children{padding-top:20px}#comments .div-comment .children .comment{padding-top:0}#comments .div-comment .children .comment .div-comment{background-color:#f5f5f0}#comments .div-comment nav{padding-bottom:10px}#comments .comment.faving>.div-comment,#comments .comment.flagging>.div-comment{border-bottom-left-radius:0;border-bottom-right-radius:0}#comments .children .div-comment{background-color:#f5f5f0}#comments #commentform #shared-auth-reply,#comments #commentform #shared-auth{display:none}#comments #commentform #shared-auth{background-color:#f5f5f0;float:none;margin:0;padding:0 1rem 1.5rem;width:auto;font-size:0.875em;line-height:1.28571em}@media screen and (min-width: 641px){#comments #commentform #shared-auth{padding:0 1.5rem 1.5rem}}#comments #commentform #shared-auth #social-identity{font-size:1.125em;line-height:1.33333em;display:block;font-weight:400;margin-bottom:1px;padding-top:.25rem}@media screen and (min-width: 960px){#comments #commentform #shared-auth #social-identity{display:inline}}#comments #commentform #shared-auth #social-identity-logout{font-style:normal;font-weight:normal;text-align:left;text-transform:none;white-space:nowrap}#comments #commentform #shared-auth #social-identity-logout span{color:#a4a9ad}#comments #commentform #shared-auth .social-identity-pic{border-radius:4px;float:left;height:32px;margin-bottom:1em;margin-right:.5rem;margin-top:6px;width:32px}@media screen and (min-width: 960px){#comments #commentform #shared-auth .social-identity-pic{margin-bottom:0}}#comments .comment-reply-form #commentform{margin-bottom:10px;padding:0}#comments .comment-reply-form #commentform #comment-textarea{padding-top:.4375rem}@media screen and (min-width: 641px){#comments .comment-reply-form #commentform #comment-textarea{padding-top:1.5rem}}#comments .comment-reply-form #commentform #comment-textarea #shared-auth-reply{float:left;margin-bottom:8px}@media screen and (min-width: 641px){#comments .comment-reply-form #commentform #comment-textarea #shared-auth-reply{float:none}}#comments .comment-reply-form #commentform #comment-textarea textarea{margin-top:.5rem}@media screen and (min-width: 641px){#comments .comment-reply-form #commentform #comment-textarea textarea{margin-top:.875rem}}#comments .comment-reply-form #commentform .subheader{display:none}.logged-in-socialcomments #comments .comment-reply-form #commentform #shared-auth-reply{display:block}.logged-in-socialcomments #comments #commentform #shared-auth-reply{display:none}.logged-in-socialcomments #comments #commentform #shared-auth{display:block}.logged-in-socialcomments #comments #commentform #shared-auth #social-identity-logout{display:inline}@media screen and (min-width: 960px){.logged-in-socialcomments #comments #commentform #shared-auth #social-identity-logout{display:block}}.logged-in-socialcomments #comments #commentform .credential-social{display:none}.post-comments-disabled #comment-form-top,.property-research .user-cannot-comment #comment-form-top{min-height:0}@media screen and (min-width: 641px){#comment-form-top{min-height:236px}}@media screen and (min-width: 641px){#comment-form-top{min-height:auto}}#comment-form-top .comment-count[data-comment-count='0']{display:none}#commentform{clear:left;margin-bottom:2.1875rem;overflow:hidden;width:100%}#commentform.active textarea{height:126px}#commentform.active #comment-textarea{border-bottom-left-radius:0;border-bottom-right-radius:0}@media screen and (min-width: 960px){#commentform{clear:both;margin-right:0;padding-top:15px;width:100%}}#commentform p{margin-bottom:0}#commentform #credential-wp{background-color:#f5f5f0;clear:left;margin:0;padding:0 16px 19px;width:100%}.logged-in-socialcomments #commentform #credential-wp{display:none}#commentform #credential-fields{margin:0;padding-bottom:10px;padding-top:10px}#commentform #credential-fields .input{height:auto}#commentform #credential-fields .input input{border:1px solid #a4a9ad;border-radius:4px}@media screen and (min-width: 960px){#commentform #credential-fields .input input{width:300px}}#commentform #credential-fields .input #author{margin-bottom:1rem}#commentform #credential-fields label{display:block;font-size:0.875em;line-height:1.28571em}#commentform #comment-controls{background-color:#f5f5f0;padding:0 1rem .625rem}@media screen and (min-width: 641px){#commentform #comment-controls{padding:0 1.5rem .625rem}}#commentform #comment-controls #comment-submit,#commentform #comment-controls .cancel-reply{font-weight:bold}#commentform #comment-controls #comment-submit:disabled,#commentform #comment-controls .cancel-reply:disabled{background-color:#a4a9ad}#commentform #comment-controls .cancel-reply{float:none;margin-left:30px}#commentform #comment-controls #comment-submit{float:none;margin-bottom:0}#commentform .comment-guidelines{background-color:#f5f5f0;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:#fff solid 1px;color:#adafb1;margin-top:18px;padding:1.1875rem 1rem 1rem;font-size:0.8125em;line-height:1.30769em}#commentform .comment-guidelines a{color:#2a2e33}.logged-in-social .credential-social{display:none}.credential-social .credential-popup-logins{clear:left;margin-bottom:0;width:100%}@media screen and (min-width: 960px){.credential-social .credential-popup-logins{clear:none;width:300px}}.credential-social .credential-popup-logins.inline-list{margin:.75rem auto 1rem}@media screen and (min-width: 960px){.credential-social .credential-popup-logins.inline-list{margin:0 auto .375rem}}.credential-social .credential-popup-logins i{background-color:transparent;color:#009bff;line-height:18px;margin-right:20px;width:auto}@media screen and (min-width: 960px){.credential-social .credential-popup-logins i{margin-right:10px}}.credential-social .credential-popup-logins li:last-child i{margin-right:0}.feedback-box,.credential-social{margin:0;padding:0 1rem .3125rem}.feedback-box:after,.credential-social:after{clear:both;content:'.';display:block;height:0;line-height:0;visibility:hidden}.feedback-box .credential-social,.credential-social .credential-social{padding:0 1rem .3125rem .5rem}.feedback-box p,.credential-social p{float:left}.feedback-box ul,.credential-social ul{float:left;margin-top:-11px}.comment-reply-form .feedback-box ul,.comment-reply-form .credential-social ul{margin-top:-2px}@media screen and (min-width: 960px){.comment-reply-form .feedback-box ul,.comment-reply-form .credential-social ul{margin-top:-7px;margin-bottom:26px}}.feedback-box .goicon:before,.credential-social .goicon:before{display:inline-block;font-size:47px;height:1em}@media screen and (min-width: 960px){.feedback-box .goicon:before,.credential-social .goicon:before{font-size:37px}}.feedback-box .goicon.logo-gigaom-stacked:before,.credential-social .goicon.logo-gigaom-stacked:before{width:42px}@media screen and (min-width: 960px){.feedback-box .goicon.logo-gigaom-stacked:before,.credential-social .goicon.logo-gigaom-stacked:before{width:33px}}#comment-form-bottom .comment-count,#comment-form-bottom .subheader.featured,#comment-form-bottom #comments-list-featured{display:none}#comment-nav-below{clear:both}.nav-previous{display:inline;width:auto}#dialog{padding-left:0;padding-right:0;padding-top:10px;width:320px}@media screen and (min-width: 641px){#dialog{padding-left:25px;padding-right:25px;width:418px}}#comments-list #comments .comments-list ol{margin-left:0}@media screen and (min-width: 641px){#comments-list #comments .comments-list ol{margin-left:1rem}}.waterfall #body .widget_postloop>.post.bsuite-fcomment{background-color:#f5f5f0;border-radius:4px;padding:20px 24px;position:relative}.waterfall #body .widget_postloop>.post.bsuite-fcomment .body{display:block;margin:0}.waterfall #body .widget_postloop>.post.bsuite-fcomment h2{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;color:#2a2e33;letter-spacing:1px;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;text-transform:uppercase;color:#a4a9ad;font-style:normal;font-weight:700;margin-bottom:2px}.waterfall #body .widget_postloop>.post.bsuite-fcomment p{color:#6f7275;font-size:24px;line-height:30px}.waterfall #body .widget_postloop>.post.bsuite-fcomment .post-meta{color:#6f7275;font-size:14px;font-style:italic;margin-top:8px}.comment.faving>.div-comment .comment-fave .goicon{color:#2a2e33}.comment.faving>.div-comment .comment-fave .goicon .fave-count{color:#2a2e33}.comment.flagging>.div-comment .comment-flag .goicon{color:#2a2e33}.comment.flagging>.div-comment .comment-flag .goicon .flag-count{color:#2a2e33}.comment[data-comment-fave="fave"]>.div-comment .comment-fave .fave-count{color:#2a2e33}.comment[data-comment-fave="fave"]>.div-comment .comment-fave .goicon:after{color:#9a9b9c}.comment[data-comment-fave="fave"]>.div-comment .comment-fave .goicon:hover{color:#009bff}.comment[data-comment-fave="fave"]>.div-comment .comment-fave .goicon:hover:after{color:#009bff}.comment[data-comment-flag="flag"]>.div-comment .comment-flag .flag-count{color:#2a2e33}.comment[data-comment-flag="flag"]>.div-comment .comment-flag .goicon:after{color:#9a9b9c}.comment[data-comment-flag="flag"]>.div-comment .comment-flag .goicon:hover{color:#009bff}.comment[data-comment-flag="flag"]>.div-comment .comment-flag .goicon:hover:after{color:#009bff}.comment .fave-count,.comment .flag-count{color:#9a9b9c}.comment .fave-count:before{margin-left:-3px;margin-right:-2px}.comment .fave-count:after{margin-left:-4px}.comment .comment-fave,.comment .comment-flag{margin-top:-3px}.comment .comment-fave .goicon:before,.comment .comment-flag .goicon:before{position:relative;top:1px}.comment .comment-fave .goicon:hover,.comment .comment-flag .goicon:hover{color:#009bff}.comment .comment-fave .goicon:hover .fave-count,.comment .comment-fave .goicon:hover .flag-count,.comment .comment-flag .goicon:hover .fave-count,.comment .comment-flag .goicon:hover .flag-count{color:#009bff}.comment .feedback-box{background-color:#ebebe6;border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin:.125rem 0 0;padding:1.55rem 1rem .75rem}.comment .feedback-box:after{clear:both;content:'.';display:block;height:0;line-height:0;visibility:hidden}.children .comment .feedback-box{background-color:#f5f5f0}.comment .feedback-box form{margin-bottom:0}.comments-list .comment .feedback-box p{float:none;margin-bottom:1.25em}.comment .feedback-box p:last-of-type{float:left;margin-bottom:5px}.comment .feedback-box .button{margin-bottom:0}.comment .feedback-box .go-selectbox{max-width:300px}.comment .feedback-box .go-selectbox:after{top:-.25rem}.comment .feedback-box .goauth-wpdotcom{display:none}.comment .feedback-box .credential-popup-logins.inline-list{float:left;margin-bottom:0}.comment .feedback-box .goicon:before{display:inline-block;font-size:47px}@media screen and (min-width: 960px){.comment .feedback-box .goicon:before{font-size:37px}}.comment .feedback-box .goicon.logo-gigaom-stacked:before{width:42px}@media screen and (min-width: 960px){.comment .feedback-box .goicon.logo-gigaom-stacked:before{width:33px}}.comment .feedback-box .flag-logged-in{padding-bottom:1.75rem}.comment .feedback-box .flag-logged-in header{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:400;text-rendering:optimizeLegibility}.comment .feedback-box .flag-logged-in .go-radio+span{color:#3d3d3d}.comment .feedback-box .flag-logged-in .go-radio:checked+span:after{left:0}.comment .feedback-box .flag-logged-in textarea{height:5.875rem}.comment .feedback-box .flag-logged-in .other-describe{margin-bottom:.4rem}.comment .feedback-box .flag-logged-in .cancel{font-weight:700;margin-left:1.5rem}.comment .comment-sharing .social{padding-top:26px}@media screen and (min-width: 641px){.comment .comment-sharing .social{padding-top:7px}}.comment .comment-sharing .social:before{border-top:2px solid #fff;content:'';display:block;margin-bottom:.5rem;margin-left:-1.75rem;margin-right:-1.75rem}.comment .comment-sharing .social ul{overflow:visible}#comments .comment .comment-sharing .social ul{float:none;text-align:left}@media screen and (min-width: 641px){#comments .comment .comment-sharing .social ul{text-align:right}}.comment .comment-sharing .social ul li{overflow:visible}#comments .comment .comment-sharing .social ul li{float:none}.comment .comment-sharing .social ul:before{content:'Share this comment:';display:block;float:none;line-height:37px;margin-right:.5rem}@media screen and (min-width: 641px){.comment .comment-sharing .social ul:before{display:inline-block;vertical-align:top}}.comment .unapproved .comment-sharing>.social,.comment .unapproved .comment-sharing>.comment-sharing-icons{display:none}.comment .unapproved .comment-manage ul:after,.comment .unapproved .comment-manage ul:before{font-size:1em;line-height:1.375em;color:#2a2e33;content:'Awaiting approval';display:none;font-weight:700}@media screen and (min-width: 641px){.comment .unapproved .comment-manage ul:before{color:#2a2e33;content:'Awaiting approval';display:inline-block;float:right;font-weight:700;padding-bottom:.25rem;padding-top:.5rem}}.comment .unapproved .comment-manage ul:after{clear:both;color:#2a2e33;content:'Awaiting approval';display:block;float:none;font-weight:700}@media screen and (min-width: 641px){.comment .unapproved .comment-manage ul:after{display:none}}.comment .comment-manage{border-top:1px solid #fff;bottom:-20px;margin-top:.5rem;position:relative}.comment .comment-manage ul{text-align:left}.comment .comment-manage li{font-size:.8125rem;margin-left:0;margin-right:.5rem;padding-bottom:.25rem;padding-top:.5rem}@media screen and (min-width: 641px){.comment .comment-manage li{font-size:1rem}}.comment .comment-flags{margin-top:2rem}.comment .comment-flags header{font-weight:700}.comment .comment-flags ul{list-style-type:none;margin-left:0}.comment .comment-flags ul li{margin-bottom:.5rem}.comment .comment-flags ul li:last-of-type{margin-bottom:0}.comment .comment-flags ul li p{font-size:.8125rem;font-style:italic}.comment .comment-flags ul li p span{font-style:normal;font-weight:700}.comment .comment-flags ul li p:last-of-type{margin-bottom:0}.comment .comment-flags ul li cite{font-weight:400}#comment-moderation-message{margin-bottom:1.25rem;padding-bottom:1rem}#comment-moderation-message a{color:#009bff;text-decoration:none}#comment-moderation-message a:hover{color:#0079ff;text-decoration:underline}#comment-moderation-message a:active{color:#002346;text-decoration:underline}.go-auto-3,.widget-post_loop-trending-reports,.widget-post_loop-trending-on-research{position:relative}.go-auto-3 .widget_subtitle,.widget-post_loop-trending-reports .widget_subtitle,.widget-post_loop-trending-on-research .widget_subtitle{color:#a09fa0;float:left;font-size:-0.25em;font-weight:normal;line-height:1.5em;letter-spacing:0.1em;margin:0 4px 10px 0;text-transform:uppercase}.go-auto-3.show-tooltip .tooltip,.widget-post_loop-trending-reports.show-tooltip .tooltip,.widget-post_loop-trending-on-research.show-tooltip .tooltip{display:block}.go-auto-3 li,.widget-post_loop-trending-reports li,.widget-post_loop-trending-on-research li{padding:0}.go-auto-3 ul,.widget-post_loop-trending-reports ul,.widget-post_loop-trending-on-research ul{clear:both}.go-auto-3 .tooltip,.widget-post_loop-trending-reports .tooltip,.widget-post_loop-trending-on-research .tooltip{margin-top:10px;max-width:400px;position:absolute}.go-auto-3 .tooltip .nub,.widget-post_loop-trending-reports .tooltip .nub,.widget-post_loop-trending-on-research .tooltip .nub{left:218px}.go-auto-3 .icon-question-mark,.widget-post_loop-trending-reports .icon-question-mark,.widget-post_loop-trending-on-research .icon-question-mark{background-color:#009bff;border:2px solid #009bff;border-radius:999px;color:#fff;cursor:help;display:inline-block;font-size:-1.25em;font-style:normal;font-weight:bold;height:16px;padding:0;text-align:center;width:16px}.go-auto-3 a,.widget-post_loop-trending-reports a,.widget-post_loop-trending-on-research a{display:inline-block;font-size:1em;font-weight:bold;line-height:1.2em}.go-auto-3 .meta a,.widget-post_loop-trending-reports .meta a,.widget-post_loop-trending-on-research .meta a{color:#ecebe6;font-size:0.875em;font-weight:normal}.go-auto-3 .meta a i,.widget-post_loop-trending-reports .meta a i,.widget-post_loop-trending-on-research .meta a i{padding-right:10px;font-size:24px}#search-filters{font-size:1em;line-height:1.875em;margin:0 0 0.5em;background:#ecebe6;color:#009bff;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:bold;padding:5px;text-align:left;border-radius:4px;margin-left:10px;margin-bottom:0;text-transform:uppercase;cursor:pointer;margin-left:0;padding-left:1em}@media screen and (min-width: 960px){#search-filters{display:none}}#main #body .search-facets{padding:0}#main #body .widget_scriblio_facets{background:#ecebe6;border-radius:4px}@media screen and (min-width: 960px){#main #body .widget_scriblio_facets{display:none}}#main #body .widget_scriblio_facets h2{font-size:1em;line-height:1.875em;margin:0 0 0.5em;background:#ecebe6;color:#009bff;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:bold;padding:5px;text-align:left;border-radius:4px;margin-left:10px;margin-bottom:0;text-transform:uppercase;margin-bottom:0;padding:5px}#main #body .widget_scriblio_facets h2 .count{font-size:1em;line-height:1.875em;margin:0 0 0.5em;color:#009bff;position:relative;bottom:1px}#main #body .widget_scriblio_facets.selected{padding-bottom:10px}#main #body .widget_scriblio_facets.selected h2{margin-bottom:10px}#main #body .widget_scriblio_facets .wp-tag-cloud{padding:0 15px}#main #body .widget_scriblio_facets .wp-tag-cloud .selected{font-weight:bold}.search-filters-open .widget_scrib_searcheditor .selected-facets{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0;padding:11px 14px 1px}.search-filters-open .widget_scrib_searcheditor .selected-facets:before{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;content:'Filter by';font-weight:400;letter-spacing:.5px}.search-filters-open .widget_scrib_searcheditor .selected-facets .facets{display:none}.widget_scrib_searcheditor .context-top{font-weight:700}.widget_scrib_searcheditor .context-top span{font-weight:400}.widget_scrib_searcheditor .context-bottom{display:none}.widget_scrib_searcheditor .scrib_search_edit{margin-bottom:1em}.widget_scrib_searcheditor .scrib_search_edit>p{font-size:1.5em;margin-bottom:5px}.widget_scrib_searcheditor .scrib_search_edit>div span{background:#58606b;bottom:2px;color:#fff;display:inline-block;font-size:-2.25em;font-weight:bold;padding:1px 3px 2px;position:relative;text-transform:uppercase}.widget_scrib_searcheditor .facets{margin-top:0;overflow:hidden}.widget_scrib_searcheditor .facet-container{float:left}.widget_scrib_searcheditor .facet-container .separator,.widget_scrib_searcheditor .facet-container label{display:none}.widget_scrib_searcheditor .facet-taxonomy{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;clear:both;color:#a4a9ad;display:none;font-weight:700;letter-spacing:.1em;padding-top:1.125em;text-transform:uppercase}.widget_scrib_searcheditor .facet-taxonomy:first-child{padding-top:0}.widget_scrib_searcheditor .facet{border-radius:0;display:inline-block;overflow:hidden;padding:0}.widget_scrib_searcheditor .facet .close{background:#009bff;border-left:0;display:inline-block;margin:0}.widget_scrib_searcheditor .facet .close a{color:#fff;font-size:1em;font-weight:bold;padding:0 5px 0 7px;text-shadow:none}.widget_scrib_searcheditor .facet .inline-icon{display:none}.widget_scrib_searcheditor .facet .term{font-size:1.125em;line-height:1.33333em;color:#009bff;display:block;margin-bottom:0;margin-left:0;margin-right:0.5em;margin-top:2px;padding:5px 10px 5px 0;position:relative;z-index:1}.widget_scriblio_facets h2 .count{color:#fff}.widget_scriblio_facets .wp-tag-cloud{overflow:hidden}.widget_scriblio_facets .wp-tag-cloud.show-all>li{display:block}.widget_scriblio_facets .wp-tag-cloud a .count{color:#ecebe6;margin-left:5px}.widget_scriblio_facets .wp-tag-cloud a .count .meta-sep{display:none}.widget_scriblio_facets .show-all-toggle{padding:5px}.widget-go-messagearea-widget{background:#f5f5f0}.widget-go-messagearea-widget.has-messages{margin-top:.125rem}.widget-go-messagearea-widget .go-messagearea-message{padding-top:1rem}.widget-go-messagearea-widget .go-messagearea-message:last-child{padding-bottom:1rem}.widget-go-messagearea-widget .go-messagearea-message :last-child{margin-bottom:0}.widget-go-messagearea-widget .go-messagearea-message h1,.widget-go-messagearea-widget .go-messagearea-message h2,.widget-go-messagearea-widget .go-messagearea-message h3,.widget-go-messagearea-widget .go-messagearea-message h4,.widget-go-messagearea-widget .go-messagearea-message h5{font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif}.widget-go-messagearea-widget .go-messagearea-message h1{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;font-style:italic}.widget-go-messagearea-widget .go-messagearea-message .subheader+h1{font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em;font-style:normal;font-weight:700}.bumpdown{margin-top:10px;padding-right:24px;position:relative}.bumpdown .bumpdown-arrow{border-bottom:10px solid #f5f5f0;border-left:10px solid transparent;border-right:10px solid transparent;content:'';height:10px;position:absolute;top:-10px;width:10px}.bumpdown .bumpdown-close{position:absolute;right:.5rem;top:.25rem;z-index:2}.bumpdown p{display:block}.bumpdown p:last-child{margin-bottom:0}.bumpdown-trigger .target{background:#009bff;border-radius:1.25rem;color:#fff;display:inline-block;height:1.25rem;margin-left:.25rem;position:relative;text-align:center;width:1.25rem}.go-timepicker .timezone-image{border-radius:4px}.go-timepicker .timezone-selector{margin-bottom:1rem}#go-theme-nav .header .icons .nav-search .search.has-text+.icon-search{display:none}#go-theme-nav .header .icons .scrib-authority-box-results li{margin-bottom:.1rem;overflow:auto}form.has-text .scrib-authority-box .scrib-authority-box-results.show{display:block}form .scrib-authority-box .scrib-authority-box-results.show{display:none}form .scrib-authority-box .scrib-authority-box-results.show.no-results{display:none}.gigaom-on-flipboard-container br{display:none}.gigaom-on-flipboard-container .gigaom-on-flipboard-link{display:inline-block;position:relative}.gigaom-on-flipboard-container .gigaom-on-flipboard-link .logo-gigaom{color:#000;display:inline-block;font-size:44px;line-height:44px;margin:0}.gigaom-on-flipboard-container .gigaom-on-flipboard-link .logo-gigaom:after{bottom:7px;color:#2a2e33;content:'on';font:italic 16px "proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;letter-spacing:-1px;padding:0 6px;position:relative}.gigaom-on-flipboard-container .gigaom-on-flipboard-link .logo-gigaom:hover{opacity:.85}.gigaom-on-flipboard-container .gigaom-on-flipboard-copy{display:block}.flipboard-logo{background-color:#b1220f;display:inline-block;height:30px;list-style-type:none;margin:0;padding:0;position:relative;top:4px;width:30px}.flipboard-logo span{height:20%;margin:0;position:absolute;width:20%}.flipboard-logo span:before{display:none}.flipboard-logo span:nth-child(1){background-color:#fff;height:60%;left:20%;top:20%}.flipboard-logo span:nth-child(2){background-color:#f2e2e2;left:40%;top:20%}.flipboard-logo span:nth-child(3){background-color:#f2e2e2;left:60%;top:20%}.flipboard-logo span:nth-child(4){background-color:#edd4d3;left:40%;top:40%}
.wp-core-ui .button.button-large,.button{font-size:0.875em;line-height:1.28571em;background:#009bff;background-image:none;border:0;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#fff;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:400;min-width:132px;outline-width:0;outline:none;padding:0.5em 15px 0.5725em;position:relative;text-shadow:none;z-index:0;-webkit-transition:background-color 150ms ease-out;-moz-transition:background-color 150ms ease-out;transition:background-color 150ms ease-out}.wp-core-ui .button.button-large a,.button a{color:#fff}.wp-core-ui .button.button-large:active,.button:active{background-color:#0079ff;border:0;text-decoration:none}.wp-core-ui .button.button-large:hover,.button:hover{background-color:#002346;border:0;text-decoration:none}.wp-core-ui .button.button-large.button-primary,.wp-core-ui .button.button-large.primary,.button.button-primary,.button.primary{background-color:#ff6b00}.wp-core-ui .button.button-large.button-primary:active,.wp-core-ui .button.button-large.primary:active,.button.button-primary:active,.button.primary:active{background-color:#ba3c00}.wp-core-ui .button.button-large.button-primary:hover,.wp-core-ui .button.button-large.primary:hover,.button.button-primary:hover,.button.primary:hover{background-color:#ff4f00}.wp-core-ui .button.button-large.cancel,.button.cancel{background-color:#a4a9ad;color:#2a2e33}.wp-core-ui .button.button-large.cancel:active,.button.cancel:active{background-color:#f4f4f4;color:#fff}.wp-core-ui .button.button-large.cancel:hover,.button.cancel:hover{background-color:#666;color:#fff}.wp-core-ui .button.button-large.success,.wp-core-ui .button.button-large.save,.button.success,.button.save{background-color:#ff6b00}.wp-core-ui .button.button-large.success:active,.wp-core-ui .button.button-large.save:active,.button.success:active,.button.save:active{background-color:#ba3c00}.wp-core-ui .button.button-large.success:hover,.wp-core-ui .button.button-large.save:hover,.button.success:hover,.button.save:hover{background-color:#ff4f00}.wp-core-ui .button.button-large.disabled,.button.disabled{background-color:#c3c3c3}.wp-core-ui .button.button-large.disabled:active,.wp-core-ui .button.button-large.disabled:hover,.button.disabled:active,.button.disabled:hover{background-color:#c3c3c3}.wp-core-ui .button.button-large.link,.button.link{background-color:transparent;color:#009bff;text-decoration:none;margin:0;min-width:0;padding:0;text-align:left}.wp-core-ui .button.button-large.link:active,.button.link:active{background-color:transparent}.wp-core-ui .button.button-large.link:hover,.button.link:hover{background-color:transparent}.wp-core-ui .button.button-large.link:hover,.button.link:hover{color:#0079ff;text-decoration:underline}.wp-core-ui .button.button-large.link:active,.button.link:active{color:#002346;text-decoration:underline}.boxed{font-size:1em;line-height:1.375em;background:#f5f5f0;border-radius:4px;padding:1em;margin-bottom:0.25em;padding-bottom:1.5em}.boxed>a{color:#2a2e33;font-weight:400}@media screen and (min-width: 960px){.boxed{padding-left:1.5em;padding-right:1.5em}}.boxed.light{background-color:#f6f6f6}.boxed.dark{background-color:#ecebe6}.boxed .header,.boxed h1{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;color:#3d3d3d;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:400;margin-bottom:0.5em}.boxed h2{margin-bottom:1em}.boxed p:last-child{margin-bottom:0}.widget.bold-box,.bold-box{font-size:1em;line-height:1.375em;background:#009bff;border-radius:4px;color:#002346;padding:0.9em 1em 0.6em}.widget.bold-box a,.bold-box a{color:#002346;text-decoration:none}.widget.bold-box a:hover,.bold-box a:hover{color:#2a2e33;text-decoration:underline}.widget.bold-box a:active,.bold-box a:active{color:#000;text-decoration:underline}.widget.bold-box h1,.widget.bold-box h2,.widget.bold-box h3,.bold-box h1,.bold-box h2,.bold-box h3{font-size:1.75em;line-height:1.2em;margin:0 0 0.5em;color:#fff;font-weight:300;margin-bottom:0}.widget.bold-box p,.bold-box p{font-size:1.125em;line-height:1.33333em;margin-bottom:0.9em}.widget.bold-box p:last-child,.bold-box p:last-child{margin-bottom:0}.widget.bold-box form [type='text'],.widget.bold-box form input[type='password'],.widget.bold-box form input[type='date'],.widget.bold-box form input[type='datetime'],.widget.bold-box form input[type='datetime-local'],.widget.bold-box form input[type='month'],.widget.bold-box form input[type='week'],.widget.bold-box form input[type='email'],.widget.bold-box form input[type='number'],.widget.bold-box form input[type='search'],.widget.bold-box form input[type='tel'],.widget.bold-box form input[type='time'],.widget.bold-box form input[type='url'],.widget.bold-box form textarea,.bold-box form [type='text'],.bold-box form input[type='password'],.bold-box form input[type='date'],.bold-box form input[type='datetime'],.bold-box form input[type='datetime-local'],.bold-box form input[type='month'],.bold-box form input[type='week'],.bold-box form input[type='email'],.bold-box form input[type='number'],.bold-box form input[type='search'],.bold-box form input[type='tel'],.bold-box form input[type='time'],.bold-box form input[type='url'],.bold-box form textarea{border-color:#fff}.widget.bold-box form [type='text']:focus,.widget.bold-box form input[type='password']:focus,.widget.bold-box form input[type='date']:focus,.widget.bold-box form input[type='datetime']:focus,.widget.bold-box form input[type='datetime-local']:focus,.widget.bold-box form input[type='month']:focus,.widget.bold-box form input[type='week']:focus,.widget.bold-box form input[type='email']:focus,.widget.bold-box form input[type='number']:focus,.widget.bold-box form input[type='search']:focus,.widget.bold-box form input[type='tel']:focus,.widget.bold-box form input[type='time']:focus,.widget.bold-box form input[type='url']:focus,.widget.bold-box form textarea:focus,.bold-box form [type='text']:focus,.bold-box form input[type='password']:focus,.bold-box form input[type='date']:focus,.bold-box form input[type='datetime']:focus,.bold-box form input[type='datetime-local']:focus,.bold-box form input[type='month']:focus,.bold-box form input[type='week']:focus,.bold-box form input[type='email']:focus,.bold-box form input[type='number']:focus,.bold-box form input[type='search']:focus,.bold-box form input[type='tel']:focus,.bold-box form input[type='time']:focus,.bold-box form input[type='url']:focus,.bold-box form textarea:focus{border-color:#fff}.widget.bold-box form ::-webkit-input-placeholder,.widget.bold-box form ::-moz-placeholder,.widget.bold-box form :-moz-placeholder,.widget.bold-box form :-ms-input-placeholder,.bold-box form ::-webkit-input-placeholder,.bold-box form ::-moz-placeholder,.bold-box form :-moz-placeholder,.bold-box form :-ms-input-placeholder{font-style:italic}.widget.bold-box form input[placeholder],.widget.bold-box form [placeholder],.widget.bold-box form *[placeholder],.bold-box form input[placeholder],.bold-box form [placeholder],.bold-box form *[placeholder]{font-style:italic}.widget.bold-box.cta .prompt,.bold-box.cta .prompt{font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em;color:#fff}.widget.bold-box.cta a,.bold-box.cta a{font-size:0.875em;line-height:1.28571em;color:#002346;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:400}.widget.bold-box.cta a:after,.bold-box.cta a:after{content:' >'}@-ms-viewport{width:device-width}a{color:#009bff}a:hover{color:#005d99;text-decoration:none}a:active{color:#004d80}a:focus{text-decoration:none}a img{border:0}h1,h2,h3,h4,h5,h6{font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;line-height:1.33em;text-rendering:optimizeLegibility}h1{font-size:2em;line-height:1.25em;margin:0 0 0.5em;font-weight:300}h2{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;font-weight:700}h3{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;color:gray;font-weight:700}h4,h5,h6{font-size:1em;line-height:1.875em;margin:0 0 0.5em;font-weight:700}iframe{max-width:100%}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{height:2.15em}input[type=search]::-webkit-search-results-button{margin-left:5px}input[type=search]::-webkit-search-cancel-button{margin-right:5px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;padding-bottom:0;padding-top:0}.ie input[type=search]{padding-left:15px}ul,ol,dl{margin:0;padding:0}ul.sorted_tags{background:transparent;border:0}ul.sorted_tags li{padding:0}ul.sorted_tags li a{font-size:1.75em;padding:0 6px;text-transform:lowercase}ul.sorted_tags li::before{font-size:1.75em}pre{background-color:#f6f6f6;border-radius:4px;margin-bottom:1.5em;overflow:auto;padding:1rem}.clear{clear:both}.clearfix:after{clear:both;content:'.';display:block;height:0;line-height:0;visibility:hidden}html{background:#fff;position:relative}html:before{background:#222;content:'';height:32px;left:0;position:absolute;right:0;top:-32px}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}.vcard{margin:0;padding:0}.vcard .fn{font-weight:400}.icon{overflow:hidden;text-indent:-999px}.row{max-width:768px}@media screen and (min-width: 960px){.row{width:960px;max-width:100%}}.lt-ie9 .row{width:960px;max-width:100%}.th img{border:0;border-radius:0;box-shadow:none}p{font-size:1em;line-height:1.5em;margin-bottom:1.5em}img,embed,object{height:auto;max-width:100%}.flex-video{clear:both}@media screen and (max-width: 640px){.button{display:inline-block;width:auto}}.alignleft{border-bottom:20px solid #fff;display:block;margin-left:auto;margin-right:auto}@media screen and (min-width: 641px){.alignleft{border-right:20px solid #fff;display:inline-block;float:left}}.lt-ie9 .alignleft{border-right:20px solid #fff;display:inline-block;float:left}.alignright{border-bottom:15px solid #fff;display:block;margin-left:auto;margin-right:auto}@media screen and (min-width: 641px){.alignright{border-left:15px solid #fff;display:inline-block;float:right}}.lt-ie9 .alignright{border-left:15px solid #fff;display:inline-block;float:right}.aligncenter{clear:both;display:block;margin-bottom:1.5em;margin-left:auto;margin-right:auto}.alignnone{border-bottom:15px solid #fff}ul.text-scale{margin-bottom:2px}.text-scale{font-size:1em;line-height:1.375em;font-style:normal}.text-scale .larger{margin-left:30px}.text-scale .larger a{font-size:1.125em;line-height:1.33333em;display:inline-block;line-height:32px;position:relative;top:4px}.text-scale .larger a .goicon{left:16px;position:absolute;top:11px}.text-scale .smaller a{display:inline-block;font-size:0.875em;line-height:1.28571em;padding-top:12px;position:relative}.text-scale .smaller a .goicon{bottom:2px;position:absolute}.text-scale .goicon{font-size:0.875em;line-height:1.28571em}.text-size-huge .text-scale .larger a{color:#adafb1;cursor:default}.text-size-normal .text-scale .smaller a{color:#adafb1;cursor:default}.wijax-opts{display:none}#cboxTitle{background:rgba(0,0,0,0.6);bottom:28px;color:#eee;display:none !important;padding:10px;text-align:left}.cbox-hover #cboxTitle{display:block !important}img#wpstats{display:none}.action-button{background-color:#ff6b00;border:0;background-image:none;color:#fff;padding:10px 20px;text-transform:none;width:auto}.action-button:active,.action-button:focus,.action-button:hover{background-color:#e65e00}.old-ie{background:#fdf2ab;border-bottom:5px solid #2a2e33;border-top:5px solid #ff6b00;padding:2em}.old-ie ul{list-style-type:none;margin-top:1em}.go-box{font-size:1em;line-height:1.375em;background:#f5f5f0;border-radius:4px;padding:1em;margin-bottom:0.25em}.go-box>a{color:#2a2e33;font-weight:400}@media screen and (min-width: 960px){.go-channel-apple #go-theme-nav .secondary a[href*="/apple/"]{color:#2a2e33;position:relative}.go-channel-apple #go-theme-nav .secondary a[href*="/apple/"]:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}}@media screen and (min-width: 960px){.go-channel-cloud #go-theme-nav .secondary a[href*="/cloud/"]{color:#2a2e33;position:relative}.go-channel-cloud #go-theme-nav .secondary a[href*="/cloud/"]:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}}@media screen and (min-width: 960px){.go-channel-data #go-theme-nav .secondary a[href*="/data/"]{color:#2a2e33;position:relative}.go-channel-data #go-theme-nav .secondary a[href*="/data/"]:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}}@media screen and (min-width: 960px){.go-channel-media #go-theme-nav .secondary a[href*="/media/"]{color:#2a2e33;position:relative}.go-channel-media #go-theme-nav .secondary a[href*="/media/"]:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}}@media screen and (min-width: 960px){.go-channel-mobile #go-theme-nav .secondary a[href*="/mobile/"]{color:#2a2e33;position:relative}.go-channel-mobile #go-theme-nav .secondary a[href*="/mobile/"]:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}}@media screen and (min-width: 960px){.go-channel-science-energy #go-theme-nav .secondary a[href*="/science-energy/"]{color:#2a2e33;position:relative}.go-channel-science-energy #go-theme-nav .secondary a[href*="/science-energy/"]:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}}@media screen and (min-width: 960px){.go-channel-social-web #go-theme-nav .secondary a[href*="/social-web/"]{color:#2a2e33;position:relative}.go-channel-social-web #go-theme-nav .secondary a[href*="/social-web/"]:after{background:#ff6b00;bottom:-3px;content:'';height:6px;left:0;position:absolute;right:0}}.ad .advertisement-notice{color:#a0a0a0}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{background-color:#FFFFFF;border:1px solid #CCCCCC;border-radius:0 0 0 0;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:rgba(0,0,0,0.75);font-family:inherit;font-size:14px;height:32px;padding:6px;transition:all 0.15s linear 0s}#sidebar{padding:0 10px 415px 0px}#sidebar .widget-area,#sidebar .widget{width:310px}#sidebar .widget-area .widgettitle,#sidebar .widget .widgettitle{font-size:1.5em;line-height:1.16667em;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif}.widget h2{font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif}#main #sidebar .waterfall-ad-anchor .widget{margin-left:auto;margin-right:auto;width:300px}.widget-post_loop-trending-reports .meta a,.widget-post_loop-trending-on-research .meta a{color:#adafb1}.go-bsocial-cta .follow p,.go-bsocial-cta .newsletter p{font-size:1em;line-height:1.375em}.go-bsocial-cta time,.go-bsocial-cta .time{font-size:0.875em;line-height:1.28571em;color:#adafb1}.go-bsocial-cta .share .social a.goicon{color:#FFF}.widget-go-community-activity .post .time{font-size:1em;line-height:1.375em;color:#adafb1}.widget-go-community-activity .post .title{font-size:1.125em;line-height:1.33333em}.go-simple-links,.go-auto-3,.go-related,.go-trending-on-pro{font-size:1em;line-height:1.375em}.go-simple-links time,.go-auto-3 time,.go-related time,.go-trending-on-pro time{color:#adafb1}.go-simple-links a,.go-auto-3 a,.go-related a,.go-trending-on-pro a{font-size:1em;line-height:1.375em}.go-simple-links li a .sponsor-title,.go-auto-3 li a .sponsor-title,.go-related li a .sponsor-title,.go-trending-on-pro li a .sponsor-title{background-color:#009bff}.go-related .author-name{display:none}#comments .comments-title{font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif}#comments .comments-info cite{font-size:1.125em;line-height:1.33333em}#comments .comments-info cite a{font-size:1.125em;line-height:1.33333em}#comments .comment-content .comment-text{font-size:1em;line-height:1.375em}#comments .comment-content .comment-text p{font-size:1em;line-height:1.375em}#comments .comment-sharing{font-size:0.875em;line-height:1.28571em}.widget-go-pagination-pagednav .page-numbers{color:#adafb1}.single .main .go-datamodule-footer .go-bsocial-cta{background:transparent;color:#adafb1;float:left;margin:0;padding:0}@media screen and (min-width: 641px){.single .main .go-datamodule-footer .go-bsocial-cta{float:right}}.single .main .go-datamodule-footer .go-bsocial-cta .cta-section{min-height:0;width:100%}.single .main .go-datamodule-footer .go-bsocial-cta .share p{display:none}.single .main .go-datamodule-footer .go-bsocial-cta .share .social{list-style:none;margin:0 0 0 8px}@media screen and (min-width: 641px){.single .main .go-datamodule-footer .go-bsocial-cta .share .social{float:right}}.single .main .go-datamodule-footer .go-bsocial-cta .share .social li{margin:0}.single .main .go-datamodule-footer .go-bsocial-cta .share .social li:before{content:''}.single .main .go-datamodule-footer .go-bsocial-cta .goicon{background:transparent;color:#adafb1;font-size:29px;height:auto;line-height:23px;width:30px}.single .main .go-datamodule-footer .go-bsocial-cta .goicon:hover{font-size:29px}.single .main .chart-container{padding:16px;position:relative}.single .main .chart-container .go-datamodule-footer{bottom:32px;left:0;margin-bottom:1rem;padding-right:1rem;position:absolute;width:100%}@media screen and (min-width: 641px){.single .main .chart-container .go-datamodule-footer{position:absolute;right:0}}.single .main .resource{padding:1em}@media screen and (min-width: 960px){.single .main .chart-below-content-main{width:66.805%;float:left;padding-right:12px}}.single .main .gigaom-chart-top-expander{float:left;width:100%}@media screen and (min-width: 641px){.single .main .gigaom-chart-top-expander>div{float:left;width:50%}}.single .main .highcharts_render{margin-bottom:16px}.single .main .highcharts_render svg text{float:left}.waterfall #body .widget-go-authors,.waterfall #body .widget_postloop>.post,.waterfall #body .waterfall-section-a,.waterfall #body .waterfall-section-b{border-bottom:1px solid #ddd}.waterfall #body .post .entry-title a:active,.waterfall #body .post .entry-title a:hover,.waterfall #body .post.featured .entry-title a:active,.waterfall #body .post.featured .entry-title a:hover{text-decoration:underline}.waterfall #body .post .post-meta .by,.waterfall #body .post.featured .post-meta .by{font-size:1em;line-height:1.375em;margin-right:1em}.waterfall #body .post .post-meta .time,.waterfall #body .post.featured .post-meta .time{font-size:1em;line-height:1.375em}.waterfall #body .go-post-wide .thumbnail-container,.waterfall #body .go-post-link .thumbnail-container,.waterfall #body .go-post-aside .thumbnail-container{background-image:url(/wp-content/themes/vip/gigaom5/css/../img/filler-bg.png)}.waterfall #body .go-post-link .post-meta .by:after{content:'\00a0'}.waterfall #body .featured-widget,.waterfall #body .featured-stories.secondary{border-top:1px solid #ddd}.page .body,.post .body,.go-full-post .body,.single .post .body{padding-top:0}.page .head,.post .head,.go-full-post .head,.single .post .head{min-height:0;padding-bottom:0}.page .head h1 a,.post .head h1 a,.go-full-post .head h1 a,.single .post .head h1 a{color:#2a2e33}.page .head .comments-title,.post .head .comments-title,.go-full-post .head .comments-title,.single .post .head .comments-title{padding:0}.page .text-scale .smaller a .goicon,.post .text-scale .smaller a .goicon,.go-full-post .text-scale .smaller a .goicon,.single .post .text-scale .smaller a .goicon{color:#adafb1}.page .post-meta,.page .by,.post .post-meta,.post .by,.go-full-post .post-meta,.go-full-post .by,.single .post .post-meta,.single .post .by{color:#adafb1;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif}.page .sub-head,.post .sub-head,.go-full-post .sub-head,.single .post .sub-head{overflow:visible}.page .sub-head:after,.post .sub-head:after,.go-full-post .sub-head:after,.single .post .sub-head:after{clear:both;content:'.';display:block;height:0;line-height:0;visibility:hidden}.page .sub-head .excerpt,.post .sub-head .excerpt,.go-full-post .sub-head .excerpt,.single .post .sub-head .excerpt{font-size:1em;line-height:1.375em}.page .sub-head .excerpt .excerpt-label,.post .sub-head .excerpt .excerpt-label,.go-full-post .sub-head .excerpt .excerpt-label,.single .post .sub-head .excerpt .excerpt-label{font-size:0.875em;line-height:1.28571em;color:#adafb1}.page .sub-head .excerpt p,.post .sub-head .excerpt p,.go-full-post .sub-head .excerpt p,.single .post .sub-head .excerpt p{font-size:1em;line-height:1.375em}.page .sub-head .excerpt .thumbnail-container,.post .sub-head .excerpt .thumbnail-container,.go-full-post .sub-head .excerpt .thumbnail-container,.single .post .sub-head .excerpt .thumbnail-container{background:url(/wp-content/themes/vip/gigaom5/css/../img/filler-bg.png)}.page p,.post p,.go-full-post p,.single .post p{font-size:1em;line-height:1.375em}.single article.bsuite-fcomment{background-color:#f5f5f0;border-radius:4px;margin-bottom:1em;padding:18px 22px}.single article.bsuite-fcomment .entry-content h2{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;color:#2a2e33;letter-spacing:1px;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;text-transform:uppercase;color:#adafb1;font-style:normal;font-weight:700;padding:0}.single article.bsuite-fcomment .entry-content p{font-size:1.5em;line-height:1.16667em;color:#666;font-weight:300;line-height:30px;margin-bottom:8px}.single article.bsuite-fcomment .post-meta{font-size:0.875em;line-height:1.28571em;color:#666;font-style:italic}.attachment>.head h1,.page>.head h1,.post>.head h1{font-weight:normal}.attachment .sponsored-post>.head .post-meta,.page .sponsored-post>.head .post-meta,.post .sponsored-post>.head .post-meta{display:block}.attachment .wp-caption .wp-caption-text,.page .wp-caption .wp-caption-text,.post .wp-caption .wp-caption-text{color:#a0a0a0}@media screen and (max-width: 640px){.attachment article .wp-caption,.page article .wp-caption,.post article .wp-caption{width:100% !important}}@media screen and (min-width: 641px){.attachment article .wp-caption.aligncenter,.page article .wp-caption.aligncenter,.post article .wp-caption.aligncenter{width:auto !important}}@media screen and (max-width: 640px){.attachment article .wp-caption.alignleft,.attachment article .wp-caption.alignright,.page article .wp-caption.alignleft,.page article .wp-caption.alignright,.post article .wp-caption.alignleft,.post article .wp-caption.alignright{width:100% !important;max-width:100%}}#go-local-bsocial-key-question{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em}@media screen and (min-width: 641px){#go-local-bsocial-key-question{margin-top:1rem}}@media screen and (min-width: 960px){#go-local-bsocial-key-question{margin-top:0}}#comments #go-local-bsocial-key-question{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em}@media screen and (min-width: 641px){#comments #go-local-bsocial-key-question{margin-top:1rem}}@media screen and (min-width: 960px){#comments #go-local-bsocial-key-question{margin-top:0}}#comments .comment-reply-form form{margin-bottom:0;padding-top:0}#comments .comment{margin-bottom:0.5em}#comments .comment .children{padding-top:0.5em}#comments .comment .children .comment:last-child{margin-bottom:0}#comments .div-comment .comment-sharing{text-align:right}#comments .div-comment .comment-sharing .comment-sharing-inner,#comments .div-comment .comment-sharing>a{background:transparent;margin-right:-7px;top:0}#comments .div-comment .comment-sharing .comment-fave,#comments .div-comment .comment-sharing .comment-flag{font-size:1.125em;line-height:1.33333em;float:left;text-align:left}#comments .div-comment .comment-sharing .comment-fave a:after,#comments .div-comment .comment-sharing .comment-flag a:after{font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;-webkit-font-smoothing:auto}#comments .div-comment .comment-sharing .comment-fave{display:inline-block;max-width:98px;width:98px}#comments .div-comment .comment-sharing .comment-fave a:after{margin-left:-2px}#comments .div-comment .comment-sharing .comment-sharing-inner a,#comments .div-comment .comment-sharing>a{font-size:1.125em;line-height:1.33333em;color:#3d3d3d;text-decoration:none;color:#9a9b9c;display:inline-block;font-size:.8125rem;margin:0;padding-right:8px;text-align:right;width:45px}#comments .div-comment .comment-sharing .comment-sharing-inner a:hover,#comments .div-comment .comment-sharing>a:hover{color:#000;text-decoration:none}#comments .div-comment .comment-sharing .comment-sharing-inner a:active,#comments .div-comment .comment-sharing>a:active{color:#002346;text-decoration:none}@media screen and (min-width: 641px){#comments .div-comment .comment-sharing .comment-sharing-inner a,#comments .div-comment .comment-sharing>a{float:none}}#comments .div-comment .comment-sharing .comment-sharing-inner a .goicon,#comments .div-comment .comment-sharing>a .goicon{display:none}#comments .div-comment .comment-sharing .comment-sharing-inner a .comment-reply-link,#comments .div-comment .comment-sharing>a .comment-reply-link{margin-right:-7px;padding:0}#comments .div-comment .comment-sharing .social ul>li{margin-right:2px;width:19.5%}#comments .div-comment .comment-sharing .social ul>li:last-child{margin-right:0;width:auto}@media screen and (min-width: 641px){#comments .div-comment .comment-sharing .social ul>li{width:auto;margin-right:0}}#comments .div-comment .comment-sharing .inline-list li a{margin:0}@media screen and (min-width: 641px){#comments .div-comment .comment-sharing .inline-list li a{margin-right:2px}#comments .div-comment .comment-sharing .inline-list li:last-child a{margin-right:0}}#comments .focused .social{display:block}#comment-textarea .community-guidelines{font-size:0.8125em;line-height:1.30769em;display:block;float:right}body.single-go-report #main{max-width:100%;width:100%}body.single-go-report #main.row{max-width:100%;min-width:0}body.single-go-report .widget-postloop{list-style-type:none}body.single-go-report #comments-list{margin-left:auto;margin-right:auto;max-width:1140px;padding-left:1rem;padding-right:1rem;margin-bottom:3rem}@media screen and (min-width: 900px){body.single-go-report #comments-list{padding-left:5rem;padding-right:5rem}}body.single-go-report .go-report-longform{position:relative}body.single-go-report .go-report-longform .bg{background-color:#666;background-attachment:fixed;background-position:top center;background-size:cover;height:600px;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}body.single-go-report .go-report-longform .bg img{left:0;position:absolute;right:0;top:0}body.single-go-report .go-report-longform .full-width-content{margin-bottom:3rem;margin-top:3rem;z-index:10}body.single-go-report .go-report-longform .full-width-content .wp-caption{width:100% !important}body.single-go-report .go-report-longform .full-width-content img{width:100%}body.single-go-report .go-report-longform header,body.single-go-report .go-report-longform section{position:relative;z-index:1}body.single-go-report .go-report-longform .entry-header{display:table;margin-left:auto;margin-right:auto;max-width:1140px;min-height:350px;padding:3.5rem 2rem 2rem;text-align:center}body.single-go-report .go-report-longform .entry-header .head-inner{display:table-cell;vertical-align:middle}body.single-go-report .go-report-longform .entry-header .entry-title a{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;color:#fff;font-weight:300}body.single-go-report .go-report-longform .entry-header .time,body.single-go-report .go-report-longform .entry-header .by{color:#fff;font-weight:300}body.single-go-report .go-report-longform .entry-header .by{letter-spacing:.1rem;margin-top:1rem}body.single-go-report .go-report-longform .entry-header .post-meta{padding-bottom:1rem}body.single-go-report .go-report-longform .entry-header a{color:#adafb1}body.single-go-report .go-report-longform .entry-header a:hover{color:#fff}body.single-go-report .go-report-longform .section{z-index:2}body.single-go-report .go-report-longform .post-social{margin-left:-8rem;position:absolute;top:15.125rem;padding-top:3.625rem;z-index:5;transition:margin-left 0.25s ease}body.single-go-report .go-report-longform .post-social:hover{margin-left:-7.25rem}@media screen and (min-width: 1150px){body.single-go-report .go-report-longform .post-social:hover{margin-left:-8rem}}body.single-go-report .go-report-longform .post-social.sticky{top:0;position:fixed}body.single-go-report .go-report-longform .post-social .social{padding:0;list-style-type:none}body.single-go-report .go-report-longform .post-social .social li:before{display:none}body.single-go-report .go-report-longform .post-social .social li a{background-color:#2a2e33;border-radius:50%;display:table-cell;height:40px;line-height:29px;opacity:0.15;text-align:center;vertical-align:middle;width:40px;transition:0.2s ease}body.single-go-report .go-report-longform .post-social .social li a:hover{background-color:#009bff;opacity:1}body.single-go-report .go-report-longform .post-social .social li .goicon{color:#fff;font-size:36px;margin:0}body.single-go-report .go-report-longform .section-content{background:#fff;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:3.5rem}body.single-go-report .go-report-longform .section-content,body.single-go-report .go-report-longform .subsection header,body.single-go-report .go-report-longform .subsection-content{margin-left:auto;margin-right:auto;max-width:1140px;padding-left:1rem;padding-right:1rem;background:#fff}@media screen and (min-width: 900px){body.single-go-report .go-report-longform .section-content,body.single-go-report .go-report-longform .subsection header,body.single-go-report .go-report-longform .subsection-content{padding-left:5rem;padding-right:5rem}}body.single-go-report .go-report-longform .section-content>aside,body.single-go-report .go-report-longform .section-content>p,body.single-go-report .go-report-longform .section-content>blockquote,body.single-go-report .go-report-longform .section-content>ol li,body.single-go-report .go-report-longform .section-content>ul li,body.single-go-report .go-report-longform .subsection-content>aside,body.single-go-report .go-report-longform .subsection-content>p,body.single-go-report .go-report-longform .subsection-content>blockquote,body.single-go-report .go-report-longform .subsection-content>ol li,body.single-go-report .go-report-longform .subsection-content>ul li{font-size:1.5em;line-height:1.16667em;line-height:1.5em}body.single-go-report .go-report-longform .section-content>p,body.single-go-report .go-report-longform .subsection-content>p{margin-bottom:0;padding-bottom:1.25em}body.single-go-report .go-report-longform .section-content>.highcharts_render,body.single-go-report .go-report-longform .section-content>iframe,body.single-go-report .go-report-longform .subsection-content>.highcharts_render,body.single-go-report .go-report-longform .subsection-content>iframe{margin-bottom:2.5rem}body.single-go-report .go-report-longform .entry-content .section h2,body.single-go-report .go-report-longform .entry-content .subsection h2{font-size:2.5em;line-height:1.325em;margin:0 0 0.25em;padding-bottom:2rem;padding-top:3rem}body.single-go-report .go-report-longform .go-inject-content{margin-bottom:2.5rem}body.single-go-report .go-report-longform .subsection-content{position:relative;z-index:1}body.single-go-report .go-report-longform .subsection .bg{height:500px;margin-bottom:3.5rem;position:static}body.single-go-report .go-report-longform .subsection:last-child .subsection-content:after{margin-left:auto;margin-right:auto;max-width:1140px;padding-left:1rem;padding-right:1rem;border-bottom:1px solid #ddd;content:'';display:block;margin-bottom:3rem;padding-bottom:3rem}@media screen and (min-width: 900px){body.single-go-report .go-report-longform .subsection:last-child .subsection-content:after{padding-left:5rem;padding-right:5rem}}body.single-go-report .go-report-longform .googlemaps{max-width:100%;overflow:hidden;text-align:center}body.single-go-report .go-report-longform .embed-youtube{display:block;text-align:center}body.single-go-report .go-report-longform .twitter-tweet{margin-left:auto !important;margin-right:auto !important}body.single-go-report .go-report-longform iframe{display:block;margin-left:auto;margin-right:auto}body.single-go-report .go-report-longform .subsection-content .pullquote,body.single-go-report .go-report-longform .section-content .pullquote{font-size:1.125em;line-height:1.33333em;margin-bottom:1.25em;width:100%}@media screen and (min-width: 900px){body.single-go-report .go-report-longform .subsection-content .pullquote,body.single-go-report .go-report-longform .section-content .pullquote{margin-bottom:0;width:400px}body.single-go-report .go-report-longform .subsection-content .pullquote.pull-left,body.single-go-report .go-report-longform .section-content .pullquote.pull-left{float:left;margin-left:-5%;margin-right:2rem}body.single-go-report .go-report-longform .subsection-content .pullquote.pull-right,body.single-go-report .go-report-longform .section-content .pullquote.pull-right{float:right;margin-left:2rem;margin-right:-5%}}body.single-go-report .go-report-longform .subsection-content .pullquote p,body.single-go-report .go-report-longform .section-content .pullquote p{margin:0}body.single-go-report .go-report-longform .pull-content{margin-bottom:1.25em;text-align:center;width:100%}@media screen and (min-width: 900px){body.single-go-report .go-report-longform .pull-content.pull-left img{float:left;margin-left:-7.5%;margin-right:2rem}}@media screen and (min-width: 900px){body.single-go-report .go-report-longform .pull-content.pull-left .wp-caption{float:left;margin-left:-7.5%;margin-right:2rem}body.single-go-report .go-report-longform .pull-content.pull-left .wp-caption img{float:none;margin:0}}@media screen and (min-width: 900px){body.single-go-report .go-report-longform .pull-content.pull-right img{float:right;margin-left:2rem;margin-right:-7.5%}}@media screen and (min-width: 900px){body.single-go-report .go-report-longform .pull-content.pull-right .wp-caption{float:right;margin-left:2rem;margin-right:-7.5%}body.single-go-report .go-report-longform .pull-content.pull-right .wp-caption img{float:none;margin:0}}body.single-go-report .go-report-longform .pull-content .wp-caption,body.single-go-report .go-report-longform .pull-content img{margin-left:auto;margin-right:auto}body.single-go-report.light-bg .go-report-longform .entry-header .entry-title a{font-weight:700;text-shadow:-2px 0 2px rgba(0,0,0,0.25),2px 0 2px rgba(0,0,0,0.25),0 -2px 2px rgba(0,0,0,0.25),0 2px 2px rgba(0,0,0,0.25),0 0 15px #2a2e33}body.single-go-report.light-bg .go-report-longform .entry-header a,body.single-go-report.light-bg .go-report-longform .entry-header .time,body.single-go-report.light-bg .go-report-longform .entry-header .by{color:#fff;font-weight:700;text-shadow:0 0 10px #2a2e33}.research-ribbon-cta{background-color:#009bff;box-shadow:0 0 11px 0 #868686;text-align:center}.research-ribbon-cta .ribbon-text{font-size:1rem;line-height:1.375rem;color:#fff;display:none;margin:auto;margin-bottom:16px;min-height:2.625rem;padding:8px 10px;text-align:left;width:100%}.research-ribbon-cta .ribbon-text a{color:#fff}.research-ribbon-cta .ribbon-text a:hover,.research-ribbon-cta .ribbon-text a:active{text-decoration:underline}@media screen and (min-width: 641px){.research-ribbon-cta .ribbon-text{display:block;margin-bottom:0;max-width:768px;padding:8px 30px}}@media screen and (min-width: 960px){.research-ribbon-cta .ribbon-text{max-width:960px;padding:8px 10px}}.research-ribbon-cta .ribbon-text .goicon.icon-chevron-right:before{font-size:1.2em;font-weight:bold;margin-left:.25rem}@media screen and (max-width: 600px){#wpadminbar{display:none}html.js{margin-top:0 !important}}#body{box-sizing:border-box}@media screen and (min-width: 960px){#body{padding:15px 20px 0 30px}}@media screen and (min-width: 641px){.body{padding-top:15px}}span.vcard{font-size:1em;line-height:1.375em;border:none;padding:0px;margin:0px}.button.primary{font-size:0.875em;line-height:1.28571em;background:#009bff;background-image:none;border:0;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#fff;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:400;min-width:132px;outline-width:0;outline:none;padding:0.5em 15px 0.5725em;position:relative;text-shadow:none;z-index:0;-webkit-transition:background-color 150ms ease-out;-moz-transition:background-color 150ms ease-out;transition:background-color 150ms ease-out}.button.primary a{color:#fff}.button.primary:active{background-color:#0079ff;border:0;text-decoration:none}.button.primary:hover{background-color:#002346;border:0;text-decoration:none}ul.text-scale{font-weight:normal;line-height:32px}ul.text-scale .goicon{font-size:15px;line-height:6.5px}ul.text-scale .smaller a{font-size:14px}ul.text-scale .smaller a .goicon{bottom:8px}ul.text-scale .larger a{font-size:20px}ul.text-scale .larger a .goicon{bottom:13px}.single .post .text-size-normal .text-scale .smaller a{color:#adafb1}article .body ul li:before,.attachment .attachment .body ul li:before,.page .body ul li:before,.post .body ul li:before{float:left;font-size:18px;font-family:'Gigaom-Icon';position:relative;right:13px;top:1px;width:0}.container article{background-color:#111c29}.go-auto-3 .icon-question-mark,.widget-post_loop-trending-reports .icon-question-mark,.widget-post_loop-trending-on-research .icon-question-mark{font-size:13px;font-weight:400;line-height:0.85em}.bumpdown{clear:both;display:none;padding-right:1.5rem}.bumpdown .bumpdown-close .goicon{font-size:28px;line-height:26px;position:relative;top:-3px;vertical-align:middle}#go-theme-nav .primary .logo,#go-theme-nav .primary .go-logo{width:auto}.th{border:none;box-shadow:none}.th:hover,.th:focus{border:none;box-shadow:none}.widget-post_loop-trending-reports .tooltip,.widget-post_loop-trending-on-research .tooltip,.go-auto-3 .tooltip{left:0}.th img{display:block;box-shadow:none}.th:hover img{box-shadow:none}.property-gigaom #colorbox.go-remote-identity-sign-in-lightbox .social,.property-blog #colorbox.go-remote-identity-sign-in-lightbox .social{border-bottom:none;padding-bottom:5px}#cboxNext{left:111px}.js .property-gigaom #colorbox:not(.go-remote-identity-sign-in-lightbox) #cboxClose{font-size:0.875em;line-height:1.28571em;right:-8px;text-align:right;top:-25px}.js .property-gigaom #colorbox:not(.go-remote-identity-sign-in-lightbox) #cboxClose:hover{color:#6c6f71}
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable table { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:border-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:rgba(0,0,0,.6);}
#colorbox{}
    #cboxTopLeft{width:16px; height:25px; background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:16px; height:25px; background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:16px; height:25px; background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:16px; height:25px; background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:16px; background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:16px; background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/loading.gif) no-repeat 5px 5px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/wp-content/themes/vip/gigaom5-plugins/go-ui/components/js/lib/external/colorbox/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
@font-face{font-family:'Gigaom-Icon';src:url("data:font/woff;charset=utf-8;base64,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") format("woff"),url("data:font/opentype;charset=utf-8;base64,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") format("opentype");font-style:normal;font-weight:normal}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#fff;color:#2a2e33;padding:0;margin:0;font-family:"proxima-nova","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:default}a:hover{cursor:pointer}a:focus{outline:none}img,object,embed{max-width:100%;height:auto}object,embed{height:100%}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.hide{display:none}.antialiased{-webkit-font-smoothing:antialiased}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.button-group{list-style:none;margin:0;*zoom:1}.button-group:before,.button-group:after{content:" ";display:table}.button-group:after{clear:both}.button-group>*{margin:0 0 0 -1px;float:left}.button-group>*:first-child{margin-left:0}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px}.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button{-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}.button-group.even-2 li{width:50%}.button-group.even-2 li button,.button-group.even-2 li .button{width:100%}.button-group.even-3 li{width:33.33333%}.button-group.even-3 li button,.button-group.even-3 li .button{width:100%}.button-group.even-4 li{width:25%}.button-group.even-4 li button,.button-group.even-4 li .button{width:100%}.button-group.even-5 li{width:20%}.button-group.even-5 li button,.button-group.even-5 li .button{width:100%}.button-group.even-6 li{width:16.66667%}.button-group.even-6 li button,.button-group.even-6 li .button{width:100%}.button-group.even-7 li{width:14.28571%}.button-group.even-7 li button,.button-group.even-7 li .button{width:100%}.button-group.even-8 li{width:12.5%}.button-group.even-8 li button,.button-group.even-8 li .button{width:100%}.button-bar{*zoom:1}.button-bar:before,.button-bar:after{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:0.625em}.button-bar .button-group div{overflow:hidden}#go-theme-nav .row{max-width:100%;width:100%}@media screen and (min-width: 960px){#go-theme-nav .row{max-width:100%;width:100%}}body.single #comments-list{margin-left:auto;margin-right:auto;max-width:624px;padding-left:1rem;padding-right:1rem}h1,h2,h3{font-size:2.375em;line-height:1em;margin:0 0 0.25em;color:#2a2e33;font-size:2.11111111111em;font-weight:300;line-height:1.26316em}h4{font-size:2em;line-height:1.25em;margin:0 0 0.5em;color:#2a2e33;font-size:1.77777777778em;font-weight:300;line-height:1.25em}h5{font-size:1.5em;line-height:1.16667em;margin:0 0 0.5em;color:#2a2e33;font-size:1.33333333333em;font-weight:400;line-height:1.16667em}h6{font-size:1.125em;line-height:1.33333em;margin:0 0 0.5em;color:#2a2e33;font-size:1em;font-weight:700;line-height:1.55556em}.text-size-normal .page .entry-content>div,.text-size-normal .post .entry-content>div,.text-size-normal .single .entry-content>div{font-size:1.125rem}.text-size-large .page .entry-content>div,.text-size-large .post .entry-content>div,.text-size-large .single .entry-content>div{font-size:1.5rem}.text-size-huge .page .entry-content>div,.text-size-huge .post .entry-content>div,.text-size-huge .single .entry-content>div{font-size:1.75rem}.bookmarked-widget{display:none}.go-device-full.single #wrap-allthethings #allthethings{background-image:none}#hidden-sidebar{left:-999999999px;opacity:0;position:absolute;top:0;visibility:hidden;z-index:-1}#pre-content{display:none;min-height:130px;overflow:visible;position:relative;z-index:5}@media screen and (min-width: 641px){#pre-content{display:block}}@media screen and (min-width: 960px){#pre-content .widget-go-ads{box-shadow:3px 3px 8px 1px rgba(0,0,0,0.39);display:inline-block;float:right;margin:1rem 1rem 0 1.25rem;position:relative;z-index:1}}#pre-content .ad{height:250px;width:300px}#pre-footer-area{display:none}.text-scale{display:none;float:right;margin-top:-3.8rem;padding-right:1rem;text-align:right}@media screen and (min-width: 720px){.text-scale{display:block}}.text-scale li{display:inline-block;float:none;font-weight:700}.text-scale li.smaller a{line-height:.8em}.text-scale li.larger{margin-left:.75rem}.text-scale li.larger a{line-height:1.1em}.text-scale li a{vertical-align:bottom}body.single{-webkit-text-size-adjust:100%}body.single #main{max-width:100%;width:100%}body.single #main.row{max-width:100%;min-width:0}body.single #body{float:none;margin:0 auto;padding:0;position:relative;visibility:hidden;width:100%}body.single #body.rendered{visibility:visible}body.single #body.rendered .go-contentwidgets-align-container>*{text-align:left}body.single #body.rendered .go-contentwidgets-alignleft{border-bottom:.5rem solid #fff;border-right:0;float:none;margin-left:auto;margin-right:auto;max-width:100%;width:auto}@media screen and (min-width: 720px){body.single #body.rendered .go-contentwidgets-alignleft{border-bottom:1rem solid #fff;border-right:1.5rem solid #fff;clear:left;float:left;margin-left:0;margin-right:0;max-width:284px}}@media screen and (min-width: 960px){body.single #body.rendered .go-contentwidgets-alignleft{margin-left:-142px;max-width:100%;width:324px}}body.single #body.rendered .go-contentwidgets-alignright{border-bottom:.5rem solid #fff;border-left:0;float:none;margin-left:auto;margin-right:auto;max-width:100%;width:auto}@media screen and (min-width: 720px){body.single #body.rendered .go-contentwidgets-alignright{border-bottom:1rem solid #fff;border-left:1.5rem solid #fff;clear:right;float:right;margin-left:0;margin-right:0;max-width:284px}}@media screen and (min-width: 960px){body.single #body.rendered .go-contentwidgets-alignright{margin-right:-142px;max-width:100%;width:324px}}body.single #body.rendered .layout-box-insert.layout-box-insert-left{display:none;float:none;margin-left:auto;margin-right:auto}body.single #body.rendered .layout-box-insert.layout-box-insert-left.small-inject{display:block}@media screen and (min-width: 641px){body.single #body.rendered .layout-box-insert.layout-box-insert-left{display:block}}@media screen and (min-width: 960px){body.single #body.rendered .layout-box-insert.layout-box-insert-left{float:left;margin-left:-142px;margin-right:1.5rem}}body.single #body.rendered .layout-box-insert.layout-box-insert-right{display:none;float:none;margin-left:auto;margin-right:auto}body.single #body.rendered .layout-box-insert.layout-box-insert-right.small-inject{display:block}@media screen and (min-width: 641px){body.single #body.rendered .layout-box-insert.layout-box-insert-right{display:block}}@media screen and (min-width: 960px){body.single #body.rendered .layout-box-insert.layout-box-insert-right{float:right;margin-right:-142px;margin-left:1.5rem}}body.single .go-contentwidgets-alignleft{border-bottom:1rem solid #fff;border-right:1.5rem solid #fff;float:left;margin-left:-142px;max-width:100%;text-align:center;width:324px}body.single .go-contentwidgets-alignleft>picture .alignleft,body.single .go-contentwidgets-alignleft>.alignleft{border-bottom:0;border-right:0;float:none;margin-left:auto;margin-right:auto}@media screen and (min-width: 720px){body.single .go-contentwidgets-alignleft>picture .alignleft,body.single .go-contentwidgets-alignleft>.alignleft{float:right}}body.single .go-contentwidgets-alignright{border-bottom:1rem solid #fff;border-left:1.5rem solid #fff;float:right;margin-right:-142px;max-width:100%;text-align:center;width:324px}body.single .go-contentwidgets-alignright>picture .alignright,body.single .go-contentwidgets-alignright>.alignright{border-bottom:0;border-left:0;float:none;margin-left:auto;margin-right:auto}@media screen and (min-width: 720px){body.single .go-contentwidgets-alignright>picture .alignright,body.single .go-contentwidgets-alignright>.alignright{float:left}}body.single .widget-postloop{list-style-type:none}body.single .post-page-article .entry-content{margin-left:1rem;margin-right:1rem;max-width:624px;overflow:visible;-webkit-transition:left 1s ease;transition:left 1s ease}@media screen and (min-width: 641px){body.single .post-page-article .entry-content{margin-left:auto;margin-right:auto;max-width:550px}}@media screen and (min-width: 720px){body.single .post-page-article .entry-content{max-width:624px}}@media screen and (min-width: 960px){body.single .post-page-article .entry-content{left:10px}}@media screen and (min-width: 970px){body.single .post-page-article .entry-content{left:0}}body.single .post-page-article .thumbnail-container{margin-bottom:1.4rem;margin-left:-1rem;margin-right:-1rem}@media screen and (min-width: 641px){body.single .post-page-article .thumbnail-container{display:none}}body.single .post-page-article .thumbnail{display:block}body.single .post-page-article .thumbnail img{box-shadow:none;height:auto;max-width:100%;width:100%}body.single .entry-content{font-size:1.125rem;line-height:26px}body.single .entry-content img{border-radius:4px}body.single .entry-content p{margin-bottom:24px}body.single .entry-content>div{position:relative}@media screen and (min-width: 641px){body.single .entry-content>div .alignleft{height:auto;max-width:100%}}@media screen and (min-width: 641px){body.single .entry-content>div .alignright{height:auto;max-width:100%}}body.single .entry-content>div .breakout-wrapper{display:block}@media screen and (min-width: 720px){body.single .entry-content>div .breakout-wrapper{margin-left:-1.8125rem;margin-right:-1.8125rem;max-width:calc(100% + 60px)}}@media screen and (min-width: 960px){body.single .entry-content>div .breakout-wrapper{margin-left:-5.625rem;margin-right:-5.625rem;max-width:calc(100% + 180px)}}body.single .entry-content>div .aligncenter .alignleft,body.single .entry-content>div .aligncenter .alignright{border-left:0;border-right:0;margin-left:0;margin-right:0;max-width:100%}body.single .entry-content .gallery{overflow:hidden}@media screen and (min-width: 641px){body.single .entry-content .gallery .image-list{padding-top:1rem}}@media screen and (min-width: 641px){body.single .entry-content .gallery .image-list li:before{display:none}}body.single .post-page>.post-page-article{border-top:1px solid #ddd;margin-left:1rem;margin-right:1rem;position:relative}@media screen and (min-width: 641px){body.single .post-page>.post-page-article{margin-left:0;margin-right:0}}body.single .post-page>.post-page-article .bg-overlay{background:rgba(0,0,0,0.5);bottom:0;left:0;position:absolute;right:0;top:0}body.single .post-page>.post-page-article .bg{background-color:#666;background-position:center center;background-size:cover;display:none;height:463px;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .bg{display:block}}body.single .post-page>.post-page-article .bg .bg-glass{background-position:center center;background-size:cover;bottom:0;content:'';-moz-filter:blur(5px);-ms-filter:blur(5px);-o-filter:blur(5px);-webkit-filter:blur(5px);filter:blur(5px);filter:url(/wp-content/themes/vip/gigaom5/css/img/post-page-blur.svg#blur);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');left:0;margin:5px;overflow:hidden;position:absolute;right:0;top:0}body.single .post-page>.post-page-article .bg img{left:0;position:absolute;right:0;top:0}body.single .post-page>.post-page-article .full-width-content{margin-bottom:3rem;margin-top:3rem;z-index:10}body.single .post-page>.post-page-article .full-width-content .wp-caption{width:100% !important}body.single .post-page>.post-page-article .full-width-content img{width:100%}body.single .post-page>.post-page-article header,body.single .post-page>.post-page-article section{position:relative;z-index:1}body.single .post-page>.post-page-article .featured-image-info{padding-left:1rem;padding-right:1rem;width:auto}@media screen and (min-width: 720px){body.single .post-page>.post-page-article .featured-image-info{position:absolute;bottom:0;left:0;right:0}}body.single .post-page>.post-page-article .featured-image-info.in-header{display:none}@media screen and (min-width: 720px){body.single .post-page>.post-page-article .featured-image-info.in-header{display:block}}body.single .post-page>.post-page-article .featured-image-info.under-header{display:block}@media screen and (min-width: 720px){body.single .post-page>.post-page-article .featured-image-info.under-header{display:none}}body.single .post-page>.post-page-article .featured-image-caption{font-size:0.875em;line-height:1.28571em;color:#666;font-style:italic;opacity:.7}@media screen and (min-width: 720px){body.single .post-page>.post-page-article .featured-image-caption{color:#fff;display:inline-block;float:left;max-width:70%}}@media screen and (min-width: 1408px){body.single .post-page>.post-page-article .featured-image-caption{margin-left:3.75rem}}body.single .post-page>.post-page-article .featured-image-caption p:last-child{margin-bottom:0}@media screen and (min-width: 720px){body.single .post-page>.post-page-article .featured-image-caption p:last-child{margin-bottom:18px}}body.single .post-page>.post-page-article .featured-image-attribution{font-size:0.875em;line-height:1.28571em;color:#9a9b9c;font-style:italic;line-height:1.44444445em;margin-bottom:1.125rem;opacity:.7}body.single .post-page>.post-page-article .featured-image-attribution a{color:#9a9b9c}body.single .post-page>.post-page-article .featured-image-attribution a:hover,body.single .post-page>.post-page-article .featured-image-attribution a:active,body.single .post-page>.post-page-article .featured-image-attribution a:focus{text-decoration:underline}@media screen and (min-width: 720px){body.single .post-page>.post-page-article .featured-image-attribution{bottom:0;color:#fff;display:inline-block;float:right;position:absolute;right:0;text-align:right;margin-right:1rem;max-width:25%}body.single .post-page>.post-page-article .featured-image-attribution a{color:#fff}}body.single .post-page>.post-page-article.title-starts-with-1 .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-3 .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-4 .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-7 .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-A .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-J .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-T .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-V .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-W .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-X .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-Y .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-Z .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-f .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-t .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-v .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-w .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-x .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-y .entry-header .entry-title,body.single .post-page>.post-page-article.title-starts-with-z .entry-header .entry-title{margin-left:0}body.single .post-page>.post-page-article.has-featured-image{border:0}@media screen and (min-width: 641px){body.single .post-page>.post-page-article.has-featured-image .entry-header{margin-bottom:1rem;max-width:100%;padding:2rem 1rem}}@media screen and (min-width: 720px){body.single .post-page>.post-page-article.has-featured-image .entry-header{margin-bottom:3.8rem}}@media screen and (min-width: 1408px){body.single .post-page>.post-page-article.has-featured-image .entry-header{padding:2rem 4.75rem}}body.single .post-page>.post-page-article.has-featured-image .entry-header .entry-title{max-width:1190px}@media screen and (min-width: 641px){body.single .post-page>.post-page-article.has-featured-image .entry-header .entry-title a{color:#fff}}body.single .post-page>.post-page-article.has-featured-image .entry-header .time,body.single .post-page>.post-page-article.has-featured-image .entry-header .by{font-size:.875rem;letter-spacing:0}@media screen and (min-width: 641px){body.single .post-page>.post-page-article.has-featured-image .entry-header .time,body.single .post-page>.post-page-article.has-featured-image .entry-header .by{color:#fff}}body.single .post-page>.post-page-article.has-featured-image .entry-header .time .vcard .fn,body.single .post-page>.post-page-article.has-featured-image .entry-header .by .vcard .fn{font-size:.875rem}body.single .post-page>.post-page-article.has-featured-image .entry-header .by .author-twitter:before{content:''}body.single .post-page>.post-page-article.has-featured-image .entry-header .by .author-twitter a:before{font-size:1.625rem;position:relative;top:2px}body.single .post-page>.post-page-article .time,body.single .post-page>.post-page-article .by{font-size:.875rem;letter-spacing:0}body.single .post-page>.post-page-article.missing-featured-image .post-social{padding-top:1rem;top:1rem}@media screen and (min-width: 641px){body.single .post-page>.post-page-article.missing-featured-image .post-social{float:left}body.single .post-page>.post-page-article.missing-featured-image .post-social.sticky{padding-top:3rem;position:fixed;top:-1.8rem}body.single .post-page>.post-page-article.missing-featured-image .post-social .social{padding-top:.5rem}}@media screen and (min-width: 720px){body.single .post-page>.post-page-article.missing-featured-image .post-social{top:-3rem}body.single .post-page>.post-page-article.missing-featured-image .post-social.sticky{top:-1.75rem}}@media screen and (min-width: 960px){body.single .post-page>.post-page-article.missing-featured-image .post-social{top:-7rem}}body.single .post-page>.post-page-article.missing-featured-image .text-scale{margin-right:1rem;margin-top:2rem;padding:0}@media screen and (min-width: 641px){body.single .post-page>.post-page-article.missing-featured-image .entry-header{max-width:550px}}@media screen and (min-width: 720px){body.single .post-page>.post-page-article.missing-featured-image .entry-header{max-width:624px}}body.single .post-page>.post-page-article .entry-header{margin-bottom:1.2rem;max-width:624px;padding-top:1rem}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .entry-header{margin-bottom:2rem;margin-left:auto;margin-right:auto;padding-top:2rem}}body.single .post-page>.post-page-article .entry-header .entry-title{font-size:1.875rem;line-height:2.25rem;margin:0 0 .375rem;margin-bottom:.05rem;margin-left:-2px}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .entry-header .entry-title{font-size:2.375rem;line-height:2.375rem;margin:0 0 .59375rem;line-height:3rem}}@media screen and (min-width: 720px){body.single .post-page>.post-page-article .entry-header .entry-title{font-size:3rem;line-height:3.5rem;margin:0 0 .5rem}}body.single .post-page>.post-page-article .entry-header .entry-title a{color:#2a2e33;font-weight:300}body.single .post-page>.post-page-article .entry-header .time,body.single .post-page>.post-page-article .entry-header .by{font-size:.8125rem;line-height:1.0625rem;color:#b6b6b6;font-size:.875rem;letter-spacing:0}body.single .post-page>.post-page-article .entry-header .time .vcard .fn,body.single .post-page>.post-page-article .entry-header .by .vcard .fn{font-size:.875rem}body.single .post-page>.post-page-article .entry-header .by{display:block;margin-right:1rem}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .entry-header .by{display:inline-block}}body.single .post-page>.post-page-article .entry-header .by:before{content:'by';display:inline-block;float:left;margin-right:.25em}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .entry-header .by:before{float:none}}body.single .post-page>.post-page-article .entry-header .by .final-sep,body.single .post-page>.post-page-article .entry-header .by .author-container{clear:left;display:block;float:left}body.single .post-page>.post-page-article .entry-header .by .final-sep:first-of-type,body.single .post-page>.post-page-article .entry-header .by .author-container:first-of-type{clear:none}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .entry-header .by .final-sep,body.single .post-page>.post-page-article .entry-header .by .author-container{display:inline;float:none}}body.single .post-page>.post-page-article .entry-header .by .sep{display:none}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .entry-header .by .sep{display:inline}}body.single .post-page>.post-page-article .entry-header .by .final-sep{clear:none;margin:0 .25em}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .entry-header .by .final-sep{display:inline}}body.single .post-page>.post-page-article .entry-header .by .author-twitter:before{content:'|';display:inline-block;margin:0 .25rem 0 .5rem}body.single .post-page>.post-page-article .entry-header .by .author-twitter .icon-twitter{font-size:1.5rem;line-height:.4375rem}body.single .post-page>.post-page-article .entry-header .time{clear:both;display:block;text-transform:none}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .entry-header .time{clear:none;display:inline-block}}body.single .post-page>.post-page-article .entry-header .post-meta{overflow:visible}body.single .post-page>.post-page-article .section{z-index:2}body.single .post-page>.post-page-article .post-social{clear:both;float:none;margin-bottom:.7rem;margin-left:-1rem;margin-right:-1rem;z-index:5}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .post-social{position:relative;margin-left:.5rem;margin-right:0;top:-4rem;width:2rem}}body.single .post-page>.post-page-article .post-social.below-featured{display:none}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .post-social.below-featured{display:block}}body.single .post-page>.post-page-article .post-social.above-featured{display:block}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .post-social.above-featured{display:none}}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .post-social.sticky{top:0;position:fixed}}body.single .post-page>.post-page-article .post-social .social{list-style-type:none;padding:0;text-align:center}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .post-social .social{padding-top:4.2rem;position:absolute}}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .post-social .social .reddit,body.single .post-page>.post-page-article .post-social .social .googleplus,body.single .post-page>.post-page-article .post-social .social .email{display:none}}body.single .post-page>.post-page-article .post-social .social li{display:inline-block;margin-bottom:1rem;width:15%}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .post-social .social li{display:list-item;width:auto}}body.single .post-page>.post-page-article .post-social .social li:before{display:none}body.single .post-page>.post-page-article .post-social .social li a{background-color:#6f7275;border-radius:50%;display:inline-block;height:28px;line-height:18px;opacity:.4;text-align:center;transition:.2s ease;vertical-align:middle;width:28px}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .post-social .social li a{display:table-cell;height:24px;width:24px}}body.single .post-page>.post-page-article .post-social .social li a:active{background:#009bff;opacity:1}body.single .post-page>.post-page-article .post-social .social li a:hover{background:#2a2e33;opacity:1}body.single .post-page>.post-page-article .post-social .social li a:before{font-size:30px;position:relative;top:2px}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .post-social .social li a:before{font-size:inherit;position:static}}body.single .post-page>.post-page-article .post-social .social li .goicon{color:#fff;font-size:24px;margin:0}body.single .post-page>.post-page-article .post-social .social .more{display:none}@media screen and (min-width: 641px){body.single .post-page>.post-page-article .post-social .social .more{display:list-item}}body.single .post-page>.post-page-article .post-social .social .more a{background:transparent;font-size:42px;text-indent:-5px}body.single .post-page>.post-page-article .post-social .social .more a:before{color:#6f7275}body.single .post-page>.post-page-article .post-social .social .more a:active{background:transparent;color:#009bff;opacity:1}body.single .post-page>.post-page-article .post-social .social .more a:hover{background:transparent;color:#2a2e33;opacity:1}body.single .post-page>.post-page-article .post-social .social.show-more .more{display:none}body.single .post-page>.post-page-article .post-social .social.show-more .reddit,body.single .post-page>.post-page-article .post-social .social.show-more .googleplus,body.single .post-page>.post-page-article .post-social .social.show-more .email{display:list-item}body.single .post-page>.post-page-article .googlemaps{max-width:100%;overflow:hidden;text-align:center}body.single .post-page>.post-page-article .embed-youtube{display:block;text-align:center}@media screen and (min-width: 720px){body.single .post-page>.post-page-article .embed-youtube{margin-left:-1.8125rem;margin-right:-1.8125rem}}@media screen and (min-width: 960px){body.single .post-page>.post-page-article .embed-youtube{margin-left:-5.625rem;margin-right:-5.625rem}}body.single .post-page>.post-page-article .twitter-tweet{margin-left:auto !important;margin-right:auto !important}body.single .post-page>.post-page-article iframe{display:block;margin-left:auto;margin-right:auto}body.single .post-page>.post-page-article .pull-content{margin-bottom:1.25em;text-align:center;width:100%}@media screen and (min-width: 900px){body.single .post-page>.post-page-article .pull-content.pull-left img{float:left;margin-left:-7.5%;margin-right:2rem}}@media screen and (min-width: 900px){body.single .post-page>.post-page-article .pull-content.pull-left .wp-caption{float:left;margin-left:-7.5%;margin-right:2rem}body.single .post-page>.post-page-article .pull-content.pull-left .wp-caption img{float:none;margin:0}}@media screen and (min-width: 900px){body.single .post-page>.post-page-article .pull-content.pull-right img{float:right;margin-left:2rem;margin-right:-7.5%}}@media screen and (min-width: 900px){body.single .post-page>.post-page-article .pull-content.pull-right .wp-caption{float:right;margin-left:2rem;margin-right:-7.5%}body.single .post-page>.post-page-article .pull-content.pull-right .wp-caption img{float:none;margin:0}}body.single .post-page>.post-page-article .pull-content .wp-caption,body.single .post-page>.post-page-article .pull-content img{margin-left:auto;margin-right:auto}body.single .post-page>.post-page-article .wp-caption img{border-bottom:0;margin-bottom:.5em}body.single .layout-box-thing{position:absolute;width:100%}body.single .layout-box-insert{clear:both;margin-bottom:1rem;margin-left:1.5rem;margin-right:-142px}@media screen and (min-width: 960px){body.single .layout-box-insert{width:300px}}body.single .layout-box-insert .go-ad{background:#f5f5f5}body.single .layout-box-insert.layout-box-insert-left{clear:left;display:block;float:left;margin-left:-142px;margin-right:1.5rem}body.single .layout-box-insert.layout-box-insert-right{clear:right;display:block;float:right;margin-left:1.5rem;margin-right:-142px}body.single .go-contentwidgets-spacer.layout-box-insert-left{clear:left;float:left}body.single .go-contentwidgets-spacer.layout-box-insert-right{clear:right;float:right}.single .post-page-article p{line-height:1.44444445em}.single .post-page-article .entry-content li{line-height:1.44444445em}.single .post-page-article .body ol .injection-list-item,.single .post-page-article .body ul .injection-list-item{margin:-2.25rem;padding:0}@media screen and (min-width: 360px){.single .post-page-article .body ol .injection-list-item,.single .post-page-article .body ul .injection-list-item{margin:0}}.single .post-page-article .body ol .injection-list-item:before,.single .post-page-article .body ul .injection-list-item:before{display:none}.single .post-page-tags{margin:0 1rem 2.75rem;max-width:624px}@media screen and (min-width: 641px){.single .post-page-tags{margin:0 auto 40px}}.single .post-page-tags header{font-size:0.8125em;line-height:1.30769em;color:#2a2e33;float:left;position:relative;top:1px}.single .post-page-tags ul li{background-color:#ecebe6;border-radius:4px;display:inline-block;font-size:1em;height:20px;list-style:none;margin-bottom:.5em;margin-left:.5em;padding:0 .5em}.single .post-page-tags ul li:before{content:'';display:none}.single .post-page-tags ul li a{font-size:0.8125em;line-height:1.30769em;color:#909295;position:relative;top:-3px}#post-navigation{display:none}#post-navigation a{background-color:#c5c7c8;border-radius:36px;display:block;height:36px;margin-top:-18px;position:fixed;right:16px;top:50%;width:36px;z-index:10}#post-navigation a span{display:none}#post-navigation a i{color:#fff;display:table-cell;font-size:24px;height:36px;text-align:center;vertical-align:middle;width:36px}#post-navigation a:hover{box-shadow:1px 1px 3px #666;height:72px;margin-top:-36px;padding:.75em 1.5em;width:244px}#post-navigation a:hover span{font-size:.8125rem;line-height:1.0625rem;color:#2a2e33;display:table-cell;height:3em;vertical-align:middle;width:176px}#post-navigation a:hover i{font-size:3em;height:1em;margin-top:-2px;width:1em}body.single .missing-featured-image .entry-header .comments-title>a{color:#b6b6b6}body.single .missing-featured-image .entry-header .comment-bubble{background-color:#b6b6b6;color:#fff}body.single .missing-featured-image .entry-header .comment-bubble:before{border-color:#b6b6b6 transparent transparent}body.single .entry-header .comments-title{font-size:0.875em;line-height:1.28571em;display:none;margin-top:1.25rem}@media screen and (min-width: 641px){body.single .entry-header .comments-title{display:block}}body.single .entry-header .comments-title>a{color:#b6b6b6;text-decoration:none}@media screen and (min-width: 641px){body.single .entry-header .comments-title>a{color:#fff}}body.single .entry-header .comments-title>a:hover{text-decoration:underline}body.single .entry-header .comments-title>a:active{text-decoration:underline}body.single .entry-header .comment-bubble{background-color:#b6b6b6;color:#fff;font-weight:700;margin-right:.25rem}@media screen and (min-width: 641px){body.single .entry-header .comment-bubble{background-color:#fff;color:#2a2e33}}body.single .entry-header .comment-bubble:before{border-color:#b6b6b6 transparent transparent}@media screen and (min-width: 641px){body.single .entry-header .comment-bubble:before{border-color:#fff transparent transparent}}body.single #go-local-bsocial-key-question{margin:1.5rem auto;max-width:624px;padding:1rem}body.single #comments-list{margin-bottom:3rem;padding-left:1rem;padding-right:1rem}@media screen and (min-width: 641px){body.single #comments-list{padding-left:0;padding-right:0}}@media screen and (min-width: 960px){body.single #comments-list{left:10px}}@media screen and (min-width: 970px){body.single #comments-list{left:0}}body.single #comments-list .comment-count>a:after{content:''}.ad .advertisement-notice{display:none}.go-ad-call-to-action{display:none}#ad-billboard-container{display:none;margin:2rem auto}@media screen and (min-width: 970px){#ad-billboard-container{display:block}}.ad-300x600{display:none}@media screen and (min-width: 960px){.ad-300x600{display:block}}#pre-content .ad-300x250{display:none}@media screen and (min-width: 960px){#pre-content .ad-300x250{display:block}}.single .main>.widget-go-ads .ad-300x250{display:none;margin:1rem auto;max-width:300px}.single .main>.widget-go-ads .ad-300x250 .ad-container{background:#eee}.widget-go-ads{margin-left:-.375rem;margin-right:-.375rem;text-align:center;width:auto}@media screen and (min-width: 960px){.widget-go-ads{margin-left:auto;margin-right:auto}}.widget-go-ads .ad-300x250,.widget-go-ads .ad-300x600{width:300px}body.single .sorted_tags+.widget-go-ads{margin-top:2.5rem;margin-bottom:0}#comments-list .widget-go-ads{border-radius:2px;margin:0 -.375rem}@media screen and (min-width: 636px){#comments-list .widget-go-ads{background:#f5f5f0;margin:.5rem 0 0}}#comments-list .widget-go-ads .ad-container{background:#eee;margin:.5rem auto;max-width:300px}@media screen and (min-width: 636px){#comments-list .widget-go-ads .ad-container{margin:1.5rem auto}}.single .widget-go-featured>ul li,.single .go-related-container .related-left li,.single .go-related-container .related-right li{display:block;margin-bottom:1.25rem;overflow:hidden;padding-left:0}.single .widget-go-featured>ul li:after,.single .go-related-container .related-left li:after,.single .go-related-container .related-right li:after{clear:both;content:'.';display:block;height:0;line-height:0;visibility:hidden}@media screen and (min-width: 720px){.single .widget-go-featured>ul li,.single .go-related-container .related-left li,.single .go-related-container .related-right li{padding-left:3.75rem}}.single .widget-go-featured>ul li>a,.single .go-related-container .related-left li>a,.single .go-related-container .related-right li>a{font-size:0.8125em;line-height:1.30769em;color:#2a2e33;display:inline-block;text-decoration:none;vertical-align:top}.single .widget-go-featured>ul li>a:active,.single .go-related-container .related-left li>a:active,.single .go-related-container .related-right li>a:active,.single .widget-go-featured>ul li>a:hover,.single .go-related-container .related-left li>a:hover,.single .go-related-container .related-right li>a:hover{text-decoration:underline}.single .widget-go-featured>ul .thumbnail,.single .go-related-container .related-left .thumbnail,.single .go-related-container .related-right .thumbnail{background:#f6f6f6;border-radius:4px;float:left;height:3rem;margin-left:-3.75rem;margin-right:0;width:3rem}.single .widget-go-featured>ul .thumbnail img,.single .go-related-container .related-left .thumbnail img,.single .go-related-container .related-right .thumbnail img{border-radius:4px;height:48px;width:auto}#research-ribbon-cta .ribbon-text{max-width:100%;text-align:right}.single .widget-go-featured{display:inline-block;max-width:100%;width:100%;z-index:0}@media screen and (min-width: 641px){.single .widget-go-featured{min-width:600px}}@media screen and (min-width: 960px){.single .widget-go-featured{max-width:calc(100% - 392px)}}@media screen and (min-width: 1408px){.single .widget-go-featured{margin-left:3.75rem;width:calc(100% - 396px)}}@media screen and (min-width: 1640px){.single .widget-go-featured{max-width:1406px}}.single .widget-go-featured header{color:#ff6b00;font-style:normal;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:1.4rem 1rem .75rem}.single .widget-go-featured header.subdued{color:#adafb1}.single .widget-go-featured header a{color:#009bff;text-decoration:none}.single .widget-go-featured header a:hover{color:#0079ff;text-decoration:none}.single .widget-go-featured header a:active{color:#002346;text-decoration:none}.single .widget-go-featured header a:after{content:'\e076';font-family:'Gigaom-Icon';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;speak:none}.single .widget-go-featured header .star{display:none}.single .widget-go-featured>ul{margin-left:1rem;max-width:1048px;min-width:100%;width:100%}.single .widget-go-featured>ul li{float:left;margin-right:1rem;width:30%}.single .widget-go-featured>ul li a{font-size:0.875em;line-height:1.28571em;max-width:100%;width:300px}@media screen and (min-width: 1408px){.single .widget-go-featured>ul li a{font-size:1.125em;line-height:1.33333em}}.single .widget-go-featured>ul .thumbnail{display:none}@media screen and (min-width: 720px){.single .widget-go-featured>ul .thumbnail{display:inline-block}}.single .go-related-container{margin:2rem 1rem;max-width:624px;width:calc(100% - 2rem)}@media screen and (min-width: 656px){.single .go-related-container{margin:2rem auto}}.single .go-related-container .widget-title{font-size:0.75em;letter-spacing:1px;line-height:1.5em;margin:0 0 0.5em;color:#9a9b9c;font-weight:700}.single .go-related-container .widget_subtitle{font-size:0.875em;line-height:1.28571em;margin:0 0 0.5em;color:#ddd;float:none;font-weight:300;letter-spacing:0;margin-bottom:.5rem;text-transform:lowercase}.single .go-related-container .related-left li,.single .go-related-container .related-right li{padding-left:3.75rem}.single .go-related-container .related-right .widget-title{display:inline-block}.single .go-related-container .related-right .widget_subtitle{display:inline-block;margin-left:.25rem}.single .go-related-container .related-right .icon-question-mark{background-color:#ddd;border-color:#ddd;border-radius:50%;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;height:1rem;line-height:1.3em;margin-left:.25rem;margin-right:.5rem;position:relative;text-align:center;top:0;width:1rem}.go-event-navigation-relatedevent{margin:.5rem 1rem 1rem;max-width:calc(100% - 2rem)}.go-thisorthat-widget .go-event-navigation-relatedevent{margin:0 auto;max-width:100%}@media screen and (min-width: 656px){.go-event-navigation-relatedevent{margin:.5rem auto 1rem;max-width:100%;width:624px}}.go-bsocial-cta{font-size:1em;line-height:1.375em;background:#f5f5f0;border-radius:4px;padding:1em;margin-bottom:0.25em;float:none;margin:1rem;max-width:calc(100% - 2rem);width:100%}.go-bsocial-cta>a{color:#2a2e33;font-weight:400}.go-thisorthat-widget .go-bsocial-cta{margin:1.5rem auto;max-width:100%}@media screen and (min-width: 656px){.go-bsocial-cta{margin:1rem auto;width:624px}}.go-bsocial-cta .go-field-button{margin-top:1rem}.post-page .go-bsocial-cta{margin-bottom:0;margin-top:0}.go-bsocial-cta .cta-section{float:none;min-height:24px;padding-bottom:0;width:100%}.go-bsocial-cta .cta-section .button{margin-bottom:0}.go-inject-content{margin-bottom:0}.go-inject-content .event-roadmap{color:#f42543}.go-inject-content .event-structure{color:#225eac}.go-inject-content .event-structuredata,.go-inject-content .event-structure-data{color:#ff6b00}.go-inject-content .event-structureconnect,.go-inject-content .event-structure-connect{color:#5f1969}.go-inject-content .company-name{color:#2a2e33}.js .property-gigaom #colorbox:not(.go-remote-identity-sign-in-lightbox) #cboxClose{font-size:1.5rem;right:-22px;text-align:right;top:-30px}@media screen and (min-width: 641px){.js .property-gigaom #colorbox:not(.go-remote-identity-sign-in-lightbox) #cboxClose{right:-35px;top:-26px}}.js .property-gigaom #colorbox:not(.go-remote-identity-sign-in-lightbox) #cboxClose:hover{color:transparent}
#go-remote-identity-login-form{display:none}#colorbox .logging-in,#colorbox .login,#colorbox .create,#colorbox .lost-password,#colorbox .social{display:none}#colorbox.go-remote-identity-sign-in-lightbox:focus{outline:none}#colorbox.go-remote-identity-sign-in-lightbox .remember,#colorbox.go-remote-identity-sign-in-lightbox .actions{margin-top:2.2rem}#colorbox.go-remote-identity-sign-in-lightbox #cboxTitle,#colorbox.go-remote-identity-sign-in-lightbox #cboxTopLeft,#colorbox.go-remote-identity-sign-in-lightbox #cboxTopCenter,#colorbox.go-remote-identity-sign-in-lightbox #cboxTopRight,#colorbox.go-remote-identity-sign-in-lightbox #cboxBottomLeft,#colorbox.go-remote-identity-sign-in-lightbox #cboxBottomCenter,#colorbox.go-remote-identity-sign-in-lightbox #cboxBottomRight,#colorbox.go-remote-identity-sign-in-lightbox #cboxMiddleRight,#colorbox.go-remote-identity-sign-in-lightbox #cboxMiddleLeft{background-color:#f5f5f0;background-image:none}#colorbox.go-remote-identity-sign-in-lightbox #cboxContent{background-color:#f5f5f0}#colorbox.go-remote-identity-sign-in-lightbox #cboxContent header{margin-top:0}#colorbox.go-remote-identity-sign-in-lightbox #cboxContent label{color:#a2a7ab}#colorbox.go-remote-identity-sign-in-lightbox #cboxContent form .button{margin:-1px 0 .75em}#colorbox.go-remote-identity-sign-in-lightbox #cboxContent form textarea,#colorbox.go-remote-identity-sign-in-lightbox #cboxContent form input[type="text"],#colorbox.go-remote-identity-sign-in-lightbox #cboxContent form input[type="password"],#colorbox.go-remote-identity-sign-in-lightbox #cboxContent form input[type="email"],#colorbox.go-remote-identity-sign-in-lightbox #cboxContent form input[type="url"]{-webkit-appearance:none}#colorbox.go-remote-identity-sign-in-lightbox #cboxContent .password label{padding-top:.95em}#colorbox.go-remote-identity-sign-in-lightbox #cboxContent .remember{float:left;padding-top:5px;position:relative;width:40%}#colorbox.go-remote-identity-sign-in-lightbox #cboxContent .remember input{display:inline;left:0;padding:0;position:absolute;top:10px;width:auto}#colorbox.go-remote-identity-sign-in-lightbox #cboxContent .remember label{display:inline;left:18px;position:absolute;top:8px}@media screen and (min-width: 641px){#colorbox.go-remote-identity-sign-in-lightbox #cboxClose{right:-20px}}#colorbox.go-remote-identity-sign-in-lightbox .login{display:block}#colorbox.go-remote-identity-sign-in-lightbox .social,#colorbox.go-remote-identity-sign-in-lightbox form{border-bottom:1px solid #cacbcc;display:block;overflow:hidden;padding-bottom:20px}#colorbox.go-remote-identity-sign-in-lightbox form{margin-bottom:24px}#colorbox.go-remote-identity-sign-in-lightbox .actions{float:left;font-size:14px;text-align:right;width:60%}#colorbox.go-remote-identity-sign-in-lightbox .actions a{color:#a2a7ab;display:block}#colorbox.go-remote-identity-sign-in-lightbox .actions button{font-size:14px;max-width:100%;width:150px}#colorbox.go-remote-identity-sign-in-lightbox .social a{color:#a2a7ab}#colorbox.go-remote-identity-sign-in-lightbox .social .buttons{margin-bottom:18px}#colorbox.go-remote-identity-sign-in-lightbox .social .buttons li{background:#001e3b;border-radius:4px;margin-bottom:12px;width:150px}#colorbox.go-remote-identity-sign-in-lightbox .social .buttons li a{color:#fff}#colorbox.go-remote-identity-sign-in-lightbox .social .goicon{color:#fff;display:inline-block;font-size:36px;height:32px;line-height:25px;text-align:center;vertical-align:-3px;width:36px}#colorbox.go-remote-identity-sign-in-lightbox .social .why-details{display:none}#colorbox.go-remote-identity-sign-in-lightbox .social .why-details ol{list-style-type:decimal;margin:10px 0 10px 25px}#colorbox.go-remote-identity-sign-in-lightbox .social .why-details p{margin-bottom:0}#colorbox.go-remote-identity-sign-in-lightbox .create{display:block;margin-bottom:5px;padding-top:14px}#colorbox.go-remote-identity-sign-in-lightbox .create a{display:block;margin-top:.6em}#colorbox.go-remote-identity-sign-in-lightbox .lost-password{display:none}#colorbox.go-remote-identity-sign-in-lightbox .lost-password form{border-bottom:0;margin-bottom:0;padding-bottom:0}#colorbox.go-remote-identity-sign-in-lightbox .lost-password .actions{float:none;width:100%}#colorbox.go-remote-identity-sign-in-lightbox .lost-password .actions button{width:auto}#colorbox.go-remote-identity-sign-in-lightbox.forgot-password .logging-in,#colorbox.go-remote-identity-sign-in-lightbox.forgot-password .login,#colorbox.go-remote-identity-sign-in-lightbox.forgot-password .social,#colorbox.go-remote-identity-sign-in-lightbox.forgot-password .create{display:none}#colorbox.go-remote-identity-sign-in-lightbox.forgot-password .lost-password{display:block}#colorbox.go-remote-identity-sign-in-lightbox.logging-in .lost-password,#colorbox.go-remote-identity-sign-in-lightbox.logging-in .login,#colorbox.go-remote-identity-sign-in-lightbox.logging-in .social,#colorbox.go-remote-identity-sign-in-lightbox.logging-in .create{display:none}#colorbox.go-remote-identity-sign-in-lightbox.logging-in .logging-in{display:block}
.comment .feedback-box,
.comment .feedback-box section {
	display: none;
}

.comment .feedback-box p {
	margin-bottom: 0;
}

.comment .feedback-box .other-describe,
.comment .feedback-box .required {
	display: none;
}

.comment .feedback-box form[data-selected-reason="other"] .other-describe {
	display: block;
}

.comment .feedback-box[data-type="fave-logged-out"] .fave-logged-out,
.comment .feedback-box[data-type="flag-logged-out"] .flag-logged-out,
.comment .feedback-box[data-type="flag-logged-in"] .flag-logged-in {
	display: block;
}

.comment-fave a .fave-count,
.comment-fave a:after,
.comment-flag a .flag-count,
.comment-flag a:after {
	font-size: .8125rem;
}

.comment-fave a:after {
	content: 'Fave';
}

.comment-flag a:after {
	content: 'Flag';
}

.comment[data-comment-fave="fave"] > .div-comment .comment-fave a:after {
	content: 'Unfave';
}

.comment[data-comment-flag="flag"] > .div-comment .comment-flag a:after {
	content: 'Unflag';
}
/**
 * This file should contain bare-bones CSS that makes the plugin functional.  Theme
 * specific/responsive CSS should be written using sass and live in the theme's central
 * sass/widgets directory
 */

.comments-list {
	list-style-type: none;
}

#comments-list,
#comments {
	clear: both;
	position: relative;
}

#comment {
	clear: both;
}

.cancel-reply {
	display: none;
	float: right;
	margin-top: 5px;
}

.comment-reply-form .cancel-reply {
	display: inline;
}

.comment-reply-form h3 {
	display: none;
}

.comments-title {
	margin-top: 0;
}

.comment {
	margin-bottom: 5px;
}

.comments-disabled {
	color: #c1c0c1;
	text-align: center;
}

.comments-disabled .goicon.huge {
	display: block;
	line-height: 26px;
	padding-bottom: 34px;
}

.comments-disabled p {
	font-size: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.comment-manage ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}

.comment-manage li {
	display: inline-block;
	margin-left: .5rem;
}

.comment .comment-like a.goicon,
.comment .comment-flag a.goicon {
}

.comment-fave a,
.comment-flag a {
	color: #9a9b9c;
}

.comment[data-comment-fave="fave"] > .div-comment .comment-fave a,
.comment[data-comment-flag="flag"] > .div-comment .comment-flag a {
	color: #000;
}

.comment-fave .fave-count[data-count="0"] {
	color: #9a9b9c;
	display: none;
}

.comment-flag .flag-count[data-count="0"] {
	color: #9a9b9c;
	display: none;
}

.comment-fave .fave-count:before {
	content: '+ ';
}

.comment-fave,
.comment-flag {
	float: left;
}

.comment-manage li a:hover {
	color: #000;
}

.div-comment[data-state="spammed"] {
	border: 2px solid red;
}

.div-comment[data-state="trashed"] > .comment-meta,
.div-comment[data-state="trashed"] > .comment-content {
	opacity: 0.2;
}

#comments #shared-auth {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	width: 55px;
}

#comments .comment-form-top {
	clear: both;
}

#comments #comment-textarea {
	clear: both;
	margin-left: 0;
	width: auto;
}

#comments #comment-submit {
	width: auto;
}

#comments .comments-list {
	width: 100%;
	float: left;
	margin: 0;
}

#comments .comments-list ol{
	margin-left: 20px;
	list-style: none;
}

#comments .comment-meta {
	width: 100%;
}

#comments .children {
	padding-top: 10px;
}

#comments .comment-author-avatar {
	float: left;
	width: 55px;
}

#comments .comment-info {
	float: left;
}

#comments .comment-info cite {
	font-style: normal;
	color: #333;
	display: block;
}

#comments .comment-info cite a {
	color: #333;
}

#comments .comment-info a {
	text-decoration: none;
	color: #999;
}

#comments .comment-content {
	padding-top: 10px;
}

#comments .comment-text {
	color: black;
	font-size: 14px;
	line-height: 20px;
}

#comments .comment-text p:last-child {
	margin-bottom: 0;
}

.goauth-overlay ul {
	list-style-type: none;
}

.goauth-overlay {
	display: none;
	z-index: 10000;
	padding: 25px;
	background-color: #FFF;
	border: 1px solid #DEEBF3;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	box-shadow: 0 0 90px #000;
}

.goauth-overlay .close {
	background-image: url(/wp-content/themes/vip/gigaom5-plugins/go-social-comments/components/css/../images/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

.goauth-overlay ul {
	padding: 0;
}

#credentials {
	margin-top: 3px;
	display: none;
}

#credential-fields {
	margin-top: 5px;
	margin-bottom: 0;
}

#credential-fields li {
	height: 44px;
}

#credential-fields label {
	display: none;
}

#credential-fields input.error, #comment.error {
	border: 3px solid red;
}

#login-dialog, #dialog {
	display: none;
}

#dialog .ajax-loading{
	margin: 90px 0;
	width: 100%;
	height: 55px;
	font-size: 13px;
	text-align: center;
	display: none;
}

#social-identity-status li {
	display: inline-block;
}

#social-identity-login, #social-identity-logout {
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
}

#social-identity-logout {
	display: none;
}

.logged-in #social-identity-logout {
	display: block;
}

#credential-fields li {
	display: block;
}

#credential-fields input {
	width: 100%;
}

#dialog h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

#credential-wp {
	display: block;
	padding: 0;
	margin: 10px auto;
	width: 275px;
}

#credential-social {
	display: block;
	margin-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
}

.remember {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.remember input,
.remember label {
	display: inline;
}

.credentials-social-title input,
.credentials-social-title label {
	display: inline;
}

.credentials-social-change-service {
	display: none;
	margin: 15px 0px 30px 0px;
}

.credentials-social-change-service.rendered {
	display: block
}

#credential-popup-fields {
	padding-top: 10px;
}

.credential-inline li {
	margin-right: 50px;
}

.credential-popup-logins.inline-list  {
	text-align: center;
	margin: -5px auto 30px;
	width: 275px;
}

.credential-popup-logins.inline-list li {
	display: inline-block;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
}

.credential-popup-logins i {
	display: block;
	font-size: 45px;
	line-height: 28px;
	height: 26px;
	overflow: hidden;
	text-align: center;
}

#privacy-tos {
	clear: both;
	color: #888;
	font-size: 14px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	max-width: 275px;
}

#login-options #fbc_login {
	margin: 0;
	padding: 0;
}

#dialog.remembered {
	width: 210px;
}

#dialog.remembered .credential-popup-logins li {
	list-style-type: none;
}

#dialog #shared-auth {
	display: none;
}

#comments .avatar-placeholder, #comments .avatar-default {
	display: block;
	height: 55px;
	width:55px;
}

#comment-nav-below header {
	color: #9e9e9e;
	text-align: center;
	text-transform: uppercase;
}

#credential-wp #comment-textarea textarea {
	display: none;
	min-height: 60px;
	height: auto;
}

#credential-wp #credentials {
	display: block;
}

.credential-or {
	border-bottom: 1px solid #d2dce6;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

.credential-or span {
	background: #fff;
	color: #888;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 7px;
	text-align: center;
	width: 40px;
}
.widget .go-ads-slot {
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 1em;
	padding: 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.takeover-ad {
	margin-top: 20px;
}

.takeover-ad th {
	text-align: left;
}

.takeover-ad th span {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.takeover-ad .clear {
	text-align: center;
}

.takeover-ad pre {
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 1em;
	padding: 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/**

	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-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.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-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.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-download:before { content: "\f50b"; }
.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-handset:before { content: "\f50c"; }
.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-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.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-plus:before { content: "\f510"; }
.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-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.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-shuffle:before { content: "\f514"; }
.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-spotify:before { content: "\f515"; }
.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-twitch:before { content: "\f516"; }
.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-videocamera:before { content: "\f517"; }
.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;
}
.scrib-authority-box,
.scrib-authority-box .scrib-authority-box-input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.scrib-authority-box-clearfix {
	clear: both;
}

#scrib-authority-primary_tax {
	width: 200px;
}

.scrib-authority-box {
	background: #fff;
	color: #333;
	border: 1px solid #dfdfdf;
	display: block;
	padding: 5px;
	position: relative;
	zoom: 1;
	*display: inline;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.scrib-authority-box .scrib-authority-box-input {
	border: 0;
	box-shadow: none;
	outline: 0px;
	padding: 7px 10px 0px;
	width: 400px;
}

.scrib-authority-box .scrib-authority-box-input:focus {
	box-shadow: none;
}

.scrib-authority-box .scrib-authority-box-entry-container {
	display: inline-block;
	position: relative;
}

.scrib-authority-box .scrib-authority-box-items {
	float: left;
	list-style-type: none;
	margin: 3px;
	padding: 0;
}

.scrib-authority-box .scrib-authority-box-item {
	background: #f5f5f5;
	border: 1px solid #ccc;
	display: inline-block;
	float: left;
	margin: 0 5px .2rem 0;
  overflow: hidden;
	padding: .5rem 32px .5rem .5rem;
  position: relative;
  text-decoration: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

  -webkit-box-shadow: 0 1px 4px rgba(50,50,50,.1);
  -moz-box-shadow   : 0 1px 4px rgba(50,50,50,.1);
  -o-box-shadow     : 0 1px 4px rgba(50,50,50,.1);
  box-shadow        : 0 1px 4px rgba(50,50,50,.1);
}

.scrib-authority-box .scrib-authority-box-item.focus,
.scrib-authority-box .scrib-authority-box-item:hover .taxonomy,
.scrib-authority-box .scrib-authority-box-item:hover .term,
.scrib-authority-box .scrib-authority-box-item:hover .close,
.scrib-authority-box .scrib-authority-box-item:hover {
	border-color: #bbb;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.scrib-authority-box .taxonomy,
.scrib-authority-box .term,
.scrib-authority-box .close {
	display: inline-block;
	padding: 5px 10px;

	-webkit-text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	-o-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
}

.scrib-authority-box .taxonomy {
	background: #fefefe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #999;
	cursor: pointer;
	font-size: .75rem;
	padding: 0 .25rem;
}

.scrib-authority-box .scrib-authority-box-results .taxonomy {
	background: #f6f6f6;
}

.scrib-authority-box .term {
	display: block;
	padding-left: 0;
}

.scrib-authority-box .close {
	border-left: 1px solid #ccc;
	bottom: 0;
	color: #999;
	cursor: pointer;
	padding-top: 1.25rem;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

.scrib-authority-box .taxonomy:hover,
.scrib-authority-box .close:hover {
	background-color: #eee;
	color: #333;
}

.scrib-authority-box .scrib-authority-box-results {
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	left: 5px;
	width: 100%;
	z-index: 1000;

  -webkit-box-shadow: 0 1px 4px rgba(50,50,50,.1);
  -moz-box-shadow   : 0 1px 4px rgba(50,50,50,.1);
  -o-box-shadow     : 0 1px 4px rgba(50,50,50,.1);
  box-shadow        : 0 1px 4px rgba(50,50,50,.1);
}

.scrib-authority-box .scrib-authority-box-results.show {
	display: block;
}

.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-result-category {
	max-height: 250px;
	overflow: auto;
	position: relative;
}

.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-result-category ul {
	margin-left: 0;
}

.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-result-category,
.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-no-results,
.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item {
	background: #fff;
	border: 0;
	display: block;
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 3px;
}

.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item {
	cursor: pointer;
}

.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-no-results {
	color: #999;
}

.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-result-category {
	background: #f5f5f5;
	color: #555;
}

.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-result-category header {
	margin: 0;
	padding: 3px 0;
}

.scrib-authority-box .scrib-authority-box-results .close {
	display: none;
}

.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item.focus,
.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item:hover .taxonomy,
.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item:hover .term,
.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item:hover .close,
.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item:hover {
	color: #fff;
	font-family: inherit;
	font-size: inherit;

	-webkit-text-shadow: 0 -1px  #0789c1;
	-moz-text-shadow: 0 -1px 0 #0789c1;
	-o-text-shadow: 0 -1px 0 #0789c1;
	text-shadow: 0 -1px 0 #0789c1;

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item.focus .taxonomy,
.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item:hover .taxonomy {
	color: #999;
	border: 0;

	-webkit-text-shadow: 0 -1px transparent;
	-moz-text-shadow: 0 -1px 0 transparent;
	-o-text-shadow: 0 -1px 0 transparent;
	text-shadow: 0 -1px 0 transparent;
}

.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item.focus,
.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item:hover {
	background: #0d9fe2;
}
.scrib-authority-box{background:transparent;border:0;font-size:1em;margin:0;padding:0}.scrib-authority-box .taxonomy,.scrib-authority-box .term,.scrib-authority-box .close{text-shadow:none}.scrib-authority-box .scrib-authority-box-entry-container{display:block;margin:0 auto;width:50%}.scrib-authority-box .scrib-authority-box-entry{box-sizing:border-box}.scrib-authority-box .scrib-authority-box-items{clear:both;display:block;float:none;font-size:12px;margin:0 auto;padding:0 6px;width:50%}.scrib-authority-box .scrib-authority-box-items .close{display:none}.scrib-authority-box .scrib-authority-box-items .scrib-authority-box-item{border-radius:0;float:none;margin-top:20px;width:100%}.scrib-authority-box .scrib-authority-box-items .scrib-authority-box-item .taxonomy{cursor:default}.scrib-authority-box .scrib-authority-box-input{display:none;font-size:1em;height:0;margin:0;max-width:100%;padding:0;visibility:hidden}.scrib-authority-box .scrib-authority-box-results{left:0;top:-1px}.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item{font-size:12px}.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item:hover,.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-item.focus{font-size:12px}.scrib-authority-box .scrib-authority-box-item{font-size:12px}.scrib-authority-box .scrib-authority-box-result-category header{font-size:12px;font-weight:700;padding-left:5px}.scrib-authority-box .scrib-authority-box-results .scrib-authority-box-result-category-custom{display:none}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.wpvidavee_title {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 2px 5px;
	text-align: left;
}
.wpvidavee_footer {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 2px 5px;
	text-align: right;
}
.wpvidavee_footer a {
	text-decoration: none;
}
.wpvidavee_p {
	color: red;
}
.hidden {
	display: none;
}
.possibly-related {
	clear: both;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}

/**
 * Simple Homepage Experiment
 */

.simple-homepage-experiment #header,
.simple-homepage-experiment #footer,
.simple-homepage-experiment #landingpage {
	display: none !important;
}
.simple-homepage-experiment .simple-homepage {
	display: block !important;
}

.simple-homepage-experiment .simple-homepage {
	background: #f5f5f5;
}

/**
 * Typography
 */

.simple-homepage-experiment body,
.simple-homepage-experiment td,
.simple-homepage-experiment p,
.simple-homepage-experiment div,
.simple-homepage-experiment input,
.simple-homepage-experiment label {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
}

.simple-homepage-experiment input[type=checkbox] {
	margin: 0;
}

.simple-homepage-experiment h2,
.simple-homepage-experiment h3 {
	text-align: center;
}

.simple-homepage-experiment h2 {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 18px !important;
	color: #464646;

	margin-bottom: 16px;
}

.simple-homepage-experiment h3 {
	color: #898989;
	font-size: 14px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.simple-homepage-experiment a {
	color: #1e8cbe;
	text-decoration: none;
}

.simple-homepage-experiment a:hover {
	color: #005684;
}

/**
 * Layout
 */

body.simple-homepage-experiment {
	background: #f1f1f1;
}

body.simple-homepage-experiment#h4home #lang-guess {
	margin-top: 85px;
	padding: 15px;

	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.simple-homepage {
	display: none;
}

body.simple-homepage-experiment .simple-homepage {
	display: block;
}

.simple-homepage-experiment h1 {
	margin: 50px auto 50px auto;
	padding-left: 85px;
	height: 75px;
	width: 305px;
	color: #737373;

	font-size: 43px !important;
	font-weight: 100;
	line-height: 75px;
	text-shadow: 0 1px 0 #fff;

	background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-1x.png) no-repeat !important;
}

.simple-homepage-experiment .content {
	max-width: 910px;
	margin: auto;
}

.simple-homepage-experiment .box {
	background: #fff;
	width: 43.4065934%;
	height: 280px;
	padding: 35px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	-moz-box-shadow:    0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 2px 3px rgba(0,0,0,0.2);
}

.simple-homepage-experiment .box:hover {
	-moz-box-shadow:    0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow:         0px 2px 5px rgba(0,0,0,0.3);

}

.simple-homepage-experiment .or {
	width: 45px;
	height: 45px;
	margin: 100px 20px;

	float: left;

	color: rgba( 0, 0, 0, 0.2);
	text-shadow: 0 1px 1px #f1f1f1, 0 0 0 #aaa,
				 0 4px 1px #f1f1f1;

	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;

	border-radius: 50%;
	border: 8px rgba( 0, 0, 0, 0.1 ) solid;
}

.simple-homepage-experiment .sign-up {
	text-align: center;
}

.simple-homepage-experiment .big-ass-blue-button {
	margin: 20px auto;
	padding: 12px 40px;

	display: inline-block;

	color: #fff !important;
	font-size: 24px;
	text-decoration: none;
	text-shadow:  0px -1px 1px rgba(0,0,0,0.32);

	border-radius: 4px;

	background-color: #0aa1ce;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(10, 161, 206)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0aa1ce', EndColorStr='#0088b5');

	border: 1px solid #0088b5;

	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.5),
				0 1px 1px rgba(0,0,0,0.3);
}

.simple-homepage-experiment .big-ass-blue-button:hover {
	color: #fff;

	background-color: #4eb5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 181, 213)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4eb5d5', EndColorStr='#0088b5');
}

.simple-homepage-experiment .big-ass-blue-button:active {
	background: #0aa1ce;
	box-shadow:	inset 0px -1px 1px rgba(255,254,254,0.2);
}

.simple-homepage-experiment .login input[type=text],
.simple-homepage-experiment .login input[type=password] {
	display: block;
	width: 90%;
	margin: 0 0 10px 0;
	padding: 10px 15px 10px 35px;

	color: #898989;
	font-size: 14px;
	font-weight: 200;

	border-radius: 3px;

	background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;

	border: 1px solid #BFBFBF;

	-moz-box-shadow:    inset 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow:         inset 0px 1px 3px rgba(0,0,0,0.15);
}

.simple-homepage-experiment .login input:focus {
	background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;
	color: #444;
	border: 1px #aaa solid;
}

.simple-homepage-experiment .login input[type=text] {
	background-position: -3px -3px;
}

.simple-homepage-experiment .login input[type=password] {
	background-position: -3px -57px;
}

.simple-homepage-experiment#h4home #wrapper button.login-button {
	float: right !important;
	padding: 5px 20px !important;
	margin: 20px 0 !important;
	border-radius: 3px !important;
	border: 1px #bbb solid !important;

	color: #464646 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;

	text-shadow:         0px 1px 1px #fff !important;
	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.8),
				0 1px 2px rgba(0,0,0,0.1)  !important;

	background-color: #eaeaea !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 234, 234)), to(rgb(201, 201, 201))) !important;
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#c9c9c9')  !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:hover {
	background-color: #fcfcfc !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(202, 202, 202))) !important;
	background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#cacaca') !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:active {
	background: #eaeaea  !important;
	box-shadow: 0 -1px 1px rgba(255,255,255,0.8)  !important;
}

.simple-homepage-experiment .forgot-password {
	display: block;
	margin: 17px 0 4px 0;

	float: left;
	clear: left;

	font-size: 12px;
}

.simple-homepage-experiment .remember-me {
	float: left;
	clear: left;
	margin: 0;
}

.simple-homepage-experiment .remember-me label {
	font-size: 12px;
	color: #1e8cbe;
}

.simple-homepage-experiment .remember-me label:hover {
	color: #005684;
}

.simple-homepage-experiment .footer {
	position: fixed;
		bottom: 20px;
		right: 0;
		left: 0;
	color: #898989;

	font-size: 11px;
	clear: both;
	text-align: center;
}

.simple-homepage-experiment .footer .automattic {
	margin: 0 3px;
	width: 127px;
	height: 13px;

	background: url(/wp-content/themes/h4/i/simple-homepage/automattic-1x.png) no-repeat;
	text-indent: -999999px;
	display: inline-block;
	vertical-align: text-bottom;
}

.simple-homepage-experiment .clear {
	clear: both;
}

/**
 * Retina CSS
 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {

	.simple-homepage-experiment h1 {
		background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-2x.png) no-repeat !important;
		background-size: 74px 74px;
	}

	.simple-homepage-experiment .footer .automattic {
		background: url(/wp-content/themes/h4/i/simple-homepage/automattic-2x.png) no-repeat;
		background-size: 127px 11px;
	}

	.simple-homepage-experiment .login input[type=text],
	.simple-homepage-experiment .login input[type=password] {
		background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

	.simple-homepage-experiment .login input:focus {
		background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

}

/**
 * Responsive CSS
 */

@media screen and (max-width: 800px) {

	.simple-homepage-experiment .or {
		clear: both;
		float: none;
		margin: 20px auto;
	}

	.simple-homepage-experiment .box {
		clear: both;
		margin: auto 20px;
		float: none;
		width: auto;
	}

	.simple-homepage-experiment .login {
		margin-bottom: 30px;
	}

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
	}
}

@media screen and (max-height: 580px) {

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
		margin-top: 50px;
	}
}
