/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#bitsubscribe div {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

#bitsubscribe.open {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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


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

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

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

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

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

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

	height: 28px;
	width: 28px;

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

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

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

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

}

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

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

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

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

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

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

.noticon {
	font-family: "Noticons" !important;
}/* line 1, ../sass/_reset.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }

/* line 2, ../sass/_reset.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* line 3, ../sass/_reset.scss */
fieldset, img { border: 0; }

/* line 4, ../sass/_reset.scss */
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

/* line 5, ../sass/_reset.scss */
ol, ul { list-style: none; }

/* line 6, ../sass/_reset.scss */
caption, th { text-align: left; }

/* line 7, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

/* line 8, ../sass/_reset.scss */
q:before, q:after { content: ''; }

/* line 9, ../sass/_reset.scss */
abbr, acronym { border: 0; }

/* national font */
@font-face { font-family: "National"; src: url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Regular.eot); src: local("?"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Regular.woff) format("woff"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Regular.svg#filename) format("svg"); }

@font-face { font-family: "National Italic"; src: url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Italic.eot); src: local("?"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Italic.woff) format("woff"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Italic.svg#filename) format("svg"); }

@font-face { font-family: "National Light"; src: url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Light.eot); src: local("?"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Light.woff) format("woff"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Light.svg#filename) format("svg"); }

@font-face { font-family: "National Light-Italic"; src: url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-LightItalic.eot); src: local("?"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-LightItalic.woff) format("woff"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-LightItalic.svg#filename) format("svg"); }

@font-face { font-family: "National SemiBold"; src: url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Semibold.eot); src: local("?"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Semibold.woff) format("woff"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Semibold.svg#filename) format("svg"); }

@font-face { font-family: "National SemiBold-Italic"; src: url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Semibold-Italic.eot); src: local("?"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Semibold-Italic.woff) format("woff"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Semibold-Italic.svg#filename) format("svg"); }

@font-face { font-family: "National ExtraBold"; src: url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Extrabold.eot); src: local("?"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Extrabold.woff) format("woff"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Extrabold.svg#filename) format("svg"); }

@font-face { font-family: "National ExtraBold-Italic"; src: url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Extrabold-Italic.eot); src: local("?"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Extrabold-Italic.woff) format("woff"), url(/wp-content/themes/vip/harvardbusinessreview/css/../fonts/NationalWeb-Extrabold-Italic.svg#filename) format("svg"); }

/*----------- BEGIN GLOBAL  ---------------*/
/* line 12, ../sass/main.scss */
.tk-national-hbr { font-family: "National Light", sans-serif; }

/* line 16, ../sass/main.scss */
body { background-color: #e6e6e6; font-size: 100%; font-family: "Helvetica", Arial, sans-serif; line-height: 1.125em; }

/* line 17, ../sass/main.scss */
body a { color: #b20022; outline: none; text-decoration: none; }

/* line 18, ../sass/main.scss */
body a:active { outline: none; }

/* line 19, ../sass/main.scss */
body a:visited { color: #b20022; }

/* line 20, ../sass/main.scss */
body a:hover { text-decoration: underline; }

/* line 22, ../sass/main.scss */
em { font-style: oblique; }

/* line 23, ../sass/main.scss */
strong { font-weight: bold; }

/* colors */
/* line 26, ../sass/main.scss */
p.byline { color: #585556 !important; }

/* list styles */
/* line 29, ../sass/main.scss */
ul.link-list-horizontal li { display: inline; }

/* line 30, ../sass/main.scss */
ul.link-list-horizontal li { border-right: 1px solid black; padding: 0px 8px 0px 8px; height: 14px; }

/* line 31, ../sass/main.scss */
ul.link-list-horizontal li.last { border-right: 0; }

/* line 32, ../sass/main.scss */
ul.bullets { list-style: url("http://static.hbr.org/hbrg-main/resources/images/grayBullet.gif") disc inside; }

/* line 33, ../sass/main.scss */
ul.bullets li { vertical-align: top; }

/* line 34, ../sass/main.scss */
ul.tag_list li { display: inline; }

/* line 35, ../sass/main.scss */
li.last { border-bottom: 0px !important; }

/* buttons */
/* line 38, ../sass/main.scss */
a.left_arrow { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/arrowLeft.gif") top left no-repeat; display: block; height: 24px; width: 24px; }

/* line 39, ../sass/main.scss */
a.right_arrow { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/arrowRight.gif") top left no-repeat; display: block; height: 24px; width: 24px; }

/* line 40, ../sass/main.scss */
a.buy_reprint { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/buyReprint.gif") top left no-repeat; display: block; height: 30px; width: 125px; }

/* line 41, ../sass/main.scss */
a.idea_brief { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/ideaBrief.gif") top left no-repeat; display: block; height: 30px; width: 125px; }

/* line 42, ../sass/main.scss */
.button span { display: none; }

/* ads */
/* line 45, ../sass/main.scss */
.ad-728 { background-color: #808080; display: block; height: 90px; width: 728px; }

/* line 46, ../sass/main.scss */
.ad_300_250 { background-color: #dedede; /*height:250px;*/ margin-bottom: 20px; padding: 10px; width: 300px; }

/* line 47, ../sass/main.scss */
.ad_300_120 { background-color: #dedede; margin-bottom: 25px; padding: 10px; }

/* added for new preview -- please keep */
/* line 50, ../sass/main.scss */
.ad-728-90 { background-color: #808080; display: block; height: 90px; width: 728px; }

/* line 51, ../sass/main.scss */
.ad-300-250 { background-color: #dedede; /*height:250px;*/ margin-bottom: 20px; padding: 10px; width: 300px; }

/* line 52, ../sass/main.scss */
.ad-300-120 { background-color: #dedede; margin-bottom: 25px; padding: 10px; }

/* line 53, ../sass/main.scss */
.bold { font-weight: bold; }

/* line 54, ../sass/main.scss */
.italic { font-style: italic; }

/* line 57, ../sass/main.scss */
#hbrPrintLogo { display: none; }

/* line 59, ../sass/main.scss */
.textMargin { margin-bottom: 10px; }

/* responsive image */
/* line 61, ../sass/main.scss */
#articleBody img, #articleBody iframe, #articleBody object, #articleBody embed { max-width: 100%; }

/*----------- END GLOBAL  ---------------*/
/*----------- BEGIN PAGE FRAME ---------------*/
/* pageContainer */
/* line 75, ../sass/main.scss */
#pageContainer { background: white url("http://static.hbr.org/hbrg-main/resources/images/pageContainerShadow.gif") top right repeat-y; display: block; margin: auto; padding-right: 8px; width: 940px; }

/* pageContent */
/* line 78, ../sass/main.scss */
#pageContent { background: white url("http://static.hbr.org/hbrg-main/resources/images/pageBackground.gif") 620px 0px repeat-y; clear: both; min-height: 200px; display: block; }

/* line 79, ../sass/main.scss */
#pageContent.search { background-position: 230px 0px; }

/* line 81, ../sass/main.scss */
#pageContent.article #pageRightColumn { border-top: 0px; }

/* line 82, ../sass/main.scss */
#pageContent.article #pageRightSubColumn, #pageContent.blog #pageRightSubColumn { float: right; margin: 0px 20px; }

/* line 83, ../sass/main.scss */
#pageContent.article #pageFeature { padding-top: 0px; }

/* line 85, ../sass/main.scss */
#pageContent.store #pageRightColumn { padding-top: 20px; }

/* line 90, ../sass/main.scss */
#pageContent.books #pageFeature, #pageContent.multimedia #pageFeature, #pageContent.store #pageFeature, #pageContent.content_package #pageFeature { padding-top: 20px; }

/* line 94, ../sass/main.scss */
#pageContent.author #pageHeadline, #pageContent.homepage #pageHeadline { border-top: 5px solid #231f20; }

/* line 95, ../sass/main.scss */
#pageContent #pageLeftColumn { border-top: 0px; }

/* line 96, ../sass/main.scss */
#pageContent #pageRightColumn { border-top: 0px; }

/* line 97, ../sass/main.scss */
#pageContent.store #pageRightColumn { padding-top: 0px; }

/* line 98, ../sass/main.scss */
.store #currentIssue { margin-bottom: 20px; }

/* line 100, ../sass/main.scss */
#pageContent.account #pageRightColumn, #pageContent.account #pageLeftColumn { border-top: 0px; }

/* line 102, ../sass/main.scss */
#pageContent.single_column { background-image: none !important; }

/* line 103, ../sass/main.scss */
#pageContent.single_column #pageLeftColumn { width: 940px; }

/* line 105, ../sass/main.scss */
#pageContent.utility #pageLeftColumn { padding-top: 20px; }

/* line 106, ../sass/main.scss */
#pageContent.utility #pageRightColumn { padding-top: 20px; }

/* pageLeftColumn - Leave difference on blogs */
/* line 111, ../sass/main.scss */
#pageLeftColumn { display: block; float: left; padding-bottom: 30px; width: 620px; }

/* pageLeftColumnSubColumn */
/* line 114, ../sass/main.scss */
#pageLeftSubColumn { display: block; float: left; margin-right: 20px; padding-left: 20px; width: 360px; }

/* line 115, ../sass/main.scss */
#pageLeftSubColumn .widget { font-size: 12px; margin-bottom: 25px; }

/* line 116, ../sass/main.scss */
#pageLeftSubColumn .widget h4 { font-size: 12px; font-weight: bold; letter-spacing: .05em; margin-bottom: 10px; text-transform: uppercase; }

/* line 117, ../sass/main.scss */
#pageLeftSubColumn .widget .mobImage { float: left; }

/* line 118, ../sass/main.scss */
#pageLeftSubColumn .widget .mobText { padding-right: 3px; padding-left: 185px; }

/* line 120, ../sass/main.scss */
#pageLeftSubColumn .widgetMagazinePage { border-top: 3px solid #231f20; font-size: 12px; margin-bottom: 20px; }

/* line 121, ../sass/main.scss */
#pageLeftSubColumn .widgetMagazinePage h4 { font-size: 12px; font-weight: bold; letter-spacing: .05em; margin-bottom: 10px; text-transform: uppercase; }

/* line 122, ../sass/main.scss */
#pageLeftSubColumn .widgetMagazinePage .mobImage { float: left; }

/* line 123, ../sass/main.scss */
#pageLeftSubColumn .widgetMagazinePage .mobText { padding-right: 3px; padding-left: 185px; }

/* line 124, ../sass/main.scss */
#pageLeftSubColumn .widgetMagazinePage .titleByline { color: #585556; font-size: 12px; font-weight: normal; line-height: 14px; text-transform: none; }

/* line 126, ../sass/main.scss */
#pageLeftSubColumn .module .catgResourceText { padding-left: 110px; padding-bottom: 10px; }

/* pageRightSubColumn */
/* line 130, ../sass/main.scss */
#pageRightSubColumn { display: block; float: left; width: 200px; }

/* line 131, ../sass/main.scss */
#pageRightSubColumn .widget { font-size: 12px; margin-bottom: 25px; }

/* line 132, ../sass/main.scss */
#pageRightSubColumn .widget h4 { font-size: 12px; font-weight: bold; letter-spacing: .05em; margin-bottom: 10px; text-transform: uppercase; }

/*.article #pageRightSubColumn {display:none;}*/
/* line 135, ../sass/main.scss */
#pageRightSubColumn .widgetMagazinePage { border-top: 3px solid #231f20; font-size: 12px; margin-bottom: 5px; }

/* line 136, ../sass/main.scss */
#pageRightSubColumn .widgetMagazinePage h4 { font-size: 12px; font-weight: bold; letter-spacing: .05em; margin-bottom: 10px; text-transform: uppercase; }

/* line 137, ../sass/main.scss */
#pageRightSubColumn .widgetMagazinePage .titleByline { font-size: 12px; font-weight: normal; line-height: 14px; text-transform: none; }

/* pageRightColumn - Leave difference on blogs */
/* line 140, ../sass/main.scss */
#pageRightColumn { display: block; float: left; width: 320px; }

/* line 141, ../sass/main.scss */
.magazine #pageRightColumn { position: relative !important; }

/* line 142, ../sass/main.scss */
#pageRightColumn .widget { font-size: 12px; margin: 0px 10px 20px 10px; padding-bottom: 10px; }

/* line 143, ../sass/main.scss */
#pageRightColumn .widget h5 { font-size: 12px; font-weight: bold; letter-spacing: .05em; margin-bottom: 10px; text-transform: uppercase; }

/* Web 1.1 */
/* line 146, ../sass/main.scss */
#pageRightColumn .widgetHomePage { background-color: #f5f5f5; font-size: 12px; }

/* pageHeadline - Leave difference on blogs */
/* line 149, ../sass/main.scss */
#pageHeadline { background-color: #fff; border-bottom: 1px solid #dedede; display: block; height: 50px; padding: 10px 20px 8px 20px; }

/* line 150, ../sass/main.scss */
.blog #pageHeadline { height: auto; }

/* line 151, ../sass/main.scss */
.author #pageHeadline { height: auto; }

/* line 152, ../sass/main.scss */
#pageHeadline h1, #pageHeadline h2 { font-weight: 200 !important; margin-bottom: 10px; }

/* line 153, ../sass/main.scss */
#pageHeadline h1 span { display: none; }

/* line 154, ../sass/main.scss */
.topic #pageHeadline h1 { margin-bottom: 0px; }

/* line 155, ../sass/main.scss */
.content_package #pageHeadline h1 { margin-bottom: 0px; }

/* Web 1.1 */
/* line 157, ../sass/main.scss */
#pageHeadline h1.books { color: #3d9994; }

/* line 158, ../sass/main.scss */
#pageHeadline h1.blogs { color: #A1A0A0; }

/* line 159, ../sass/main.scss */
#pageHeadline h1.blogs a { color: #95ba12; }

/* line 160, ../sass/main.scss */
#magazineHeadline h1.magazine { color: #e54515; }

/* line 161, ../sass/main.scss */
#pageHeadline h1.multimedia { color: #ec7e1c; }

/* line 162, ../sass/main.scss */
#pageHeadline h1.store { color: #b20022; }

/* line 163, ../sass/main.scss */
#pageHeadline h1#pageTitle { font-size: 32px; line-height: 32px; margin-bottom: 0px !important; }

/* line 164, ../sass/main.scss */
#pageHeadline .headlinePlaceholder { display: block; height: 30px; }

/* line 166, ../sass/main.scss */
#pageHeadline h2 span { display: none; }

/* line 167, ../sass/main.scss */
#pageHeadline h3 { height: 10px; margin-bottom: 8px; }

/* line 168, ../sass/main.scss */
#pageHeadline h3#authors { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/authorsH3.gif") top left no-repeat; }

/* line 169, ../sass/main.scss */
#pageHeadline h3#blogs { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/blogsH3.gif") top left no-repeat; cursor: pointer; }

/* line 170, ../sass/main.scss */
#pageHeadline h3#books { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/booksH3.gif") top left no-repeat; }

/* line 171, ../sass/main.scss */
#pageHeadline h3#contentPackage { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/contentPackageH3.gif") top left no-repeat; }

/* line 172, ../sass/main.scss */
#pageHeadline h3#insightCenter { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/insightCenterH3.gif") top left no-repeat; }

/* line 173, ../sass/main.scss */
#pageHeadline h3#multimedia { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/multimediaH3.gif") top left no-repeat; }

/* line 174, ../sass/main.scss */
#pageHeadline h3#specialCollection { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/specialCollectionH3.gif") top left no-repeat; }

/* line 175, ../sass/main.scss */
#pageHeadline h3#spotlight { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/spotlightH3.gif") top left no-repeat; }

/* line 176, ../sass/main.scss */
#pageHeadline h3#store { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/storeH3.gif") top left no-repeat; }

/* line 177, ../sass/main.scss */
#pageHeadline h3#topics { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/topicsH3.gif") top left no-repeat; }

/* line 178, ../sass/main.scss */
#pageHeadline ul { font-size: 11px; }

/* line 179, ../sass/main.scss */
#pageHeadline #shareLinks { float: right; margin-top: 10px; width: 300px; }

/* line 181, ../sass/main.scss */
.author #pageHeadline #shareLinks { margin-top: 45px; }

/* line 182, ../sass/main.scss */
#pageHeadline #shareLinks a { color: #585556; }

/* line 183, ../sass/main.scss */
#pageHeadline #shareLinks ul li { display: inline; float: left; }

/* line 184, ../sass/main.scss */
#pageHeadline #shareLinks a.share { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/shareLink.gif") top left no-repeat; display: block; height: 23px; margin-right: 30px; width: 65px; }

/* line 185, ../sass/main.scss */
#pageHeadline #shareLinks a.share span { display: none; }

/* line 186, ../sass/main.scss */
#pageHeadline a.rss { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/rssLink.gif") 0px 1px no-repeat; display: block; margin-top: 4px; padding-left: 19px; height: 15px; }

/* line 187, ../sass/main.scss */
#pageHeadline .headline-links { float: right; margin-top: 10px; }

/* line 188, ../sass/main.scss */
#pageHeadline .headline-links ul li { float: left; margin-right: 10px; }

/* line 189, ../sass/main.scss */
#pageHeadline .headline-links ul li a { color: #585556; }

/* line 190, ../sass/main.scss */
#pageHeadline .headline-links ul li.last { border-right: 0px; }

/* line 191, ../sass/main.scss */
#pageHeadline .headline-links ul li a.rss { margin-top: 0px; }

/* line 192, ../sass/main.scss */
#pageHeadline .headline-links ul li a.daily-posts { background: transparent url(/wp-content/themes/vip/harvardbusinessreview/css/../img/daily_alert_icon.gif?1386705751) top left no-repeat; padding: 8px 0 8px 28px; }

/* line 193, ../sass/main.scss */
#pageHeadline.noborder { background-color: #fff; border-bottom: 0px solid #dedede; display: block; height: auto; padding: 10px 20px 16px 20px; }

/* Web 1.1 */
/* line 196, ../sass/main.scss */
#pageHeadlineAuthor { border-bottom: 1px solid #dedede; color: #585556; font-size: 12px; line-height: 14px; overflow: auto; padding: 10px 20px; }

/* line 197, ../sass/main.scss */
.blog-image img, #pageHeadlineAuthor img.headline-image, #pageHeadlineAuthor img.avatar { float: left; margin-right: 8px; width: 80px; height: 80px; }

/* line 198, ../sass/main.scss */
#pageHeadlineAuthor .headline-text { float: left; line-height: 18px; width: 490px; }

/* line 199, ../sass/main.scss */
#pageHeadlineAuthor .headline-text h3 { font-weight: bold; }

/* line 200, ../sass/main.scss */
#pageHeadlineAuthor h3 { text-transform: uppercase; }

/* line 201, ../sass/main.scss */
#pageHeadlineAuthor h3 a { color: #585556; }

/* line 202, ../sass/main.scss */
#pageHeadlineAuthor a.rss { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/rssLink.gif") 0px 1px no-repeat; display: block; margin-top: 4px; padding: 2px 0 0 19px; height: 15px; }

/* line 204, ../sass/main.scss */
#pageFooterAuthor { border-top: 1px solid #dedede; border-width: 1px 0px; color: #585556; font-size: 12px; line-height: 14px; overflow: auto; padding: 10px 0px; }

/* line 205, ../sass/main.scss */
#pageFooterAuthor img.headline-image, #pageFooterAuthor img.avatar { float: left; margin-right: 8px; width: 80px; height: 80px; }

/* line 206, ../sass/main.scss */
#pageFooterAuthor .headline-text { float: left; line-height: 18px; width: 490px; }

/* line 207, ../sass/main.scss */
#pageFooterAuthor .headline-text h3 { font-weight: bold; }

/* line 208, ../sass/main.scss */
#pageFooterAuthor h3 { text-transform: uppercase; }

/* line 209, ../sass/main.scss */
#pageFooterAuthor h3 a { color: #585556; }

/* line 210, ../sass/main.scss */
#pageFooterAuthor a.rss { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/rssLink.gif") 0px 1px no-repeat; display: block; margin-top: 4px; padding: 2px 0 0 19px; height: 15px; }

/* aboutBlog */
/* line 216, ../sass/main.scss */
#aboutBlog { float: right; font-size: 11px; line-height: 14px; width: 300px; }

/* line 217, ../sass/main.scss */
#aboutBlog img { float: left; margin-right: 10px; }

/* line 218, ../sass/main.scss */
#aboutBlog #blogFeed { float: right; }

/* line 219, ../sass/main.scss */
#aboutBlog #blogFeed a { padding-top: 3px; }

/* pageFeature */
/* line 222, ../sass/main.scss */
#pageFeature { clear: both; display: block; font-size: 13px; line-height: 22px; padding: 30px 20px 10px 20px; }

/* line 223, ../sass/main.scss */
.blog #pageFeature { font-size: 12px; padding-bottom: 0px; padding-top: 10px; }

/* line 224, ../sass/main.scss */
#pageFeature h1 { font-size: 30px; font-weight: bold; line-height: 36px; }

/* line 225, ../sass/main.scss */
.blog #pageFeature h1 { font-size: 24px; line-height: 27px; margin-bottom: 5px; }

/* line 226, ../sass/main.scss */
#pageFeature .image_left { display: block; float: left; margin: 0 20px 20px 0; }

/* line 227, ../sass/main.scss */
#pageFeature .image_lede p { color: #a09e9f; line-height: 18px; font-size: 11px; margin: 5px 0px 0px 0px; }

/* line 228, ../sass/main.scss */
#pageFeature p { margin-bottom: 15px; }

/* line 230, ../sass/main.scss */
.blog #pageFeature p { margin-bottom: 5px; }

/* line 231, ../sass/main.scss */
#pageFeature p.byline { color: #585556; }

/* line 233, ../sass/main.scss */
.blog .pageFeatureImage { margin-top: -15px; margin-bottom: 15px; border: 1px solid black; }

/*----------- END PAGE FRAME ---------------*/
/*----------- BEGIN MASTHEAD ---------------*/
/* superNavHeadContainer */
/* Web 1.1 */
/* line 242, ../sass/main.scss */
#superNavHeadContainer { border-top: 1px solid black; display: block; }

/* superNavHead */
/* Web 1.1 */
/* line 245, ../sass/main.scss */
#superNavHead { position: relative; background-color: #353333; color: #c7c7c7; font-size: 12px; font-weight: normal; padding: 2px 0px; display: block; }

/* line 246, ../sass/main.scss */
#superNavHead > ul.supernavline { float: right; }

/* line 247, ../sass/main.scss */
#superNavHead > ul li { float: left; letter-spacing: 0.025em; margin-right: 10px; }

/* line 248, ../sass/main.scss */
#superNavHead > ul li a { color: #c7c7c7; }

/* line 249, ../sass/main.scss */
#superNavHead > ul li a:hover { color: #dcdcdc; }

/* line 250, ../sass/main.scss */
#superNavHead .superglobal { float: left; margin-left: 20px; }

/* line 251, ../sass/main.scss */
#superNavHead .superglobal a { color: #c7c7c7; }

/* line 252, ../sass/main.scss */
#superNavHead .superglobal a span.caret { display: inline-block; margin: 0 0 0 2px; width: 7px; height: 7px; background: transparent url("http://static.hbr.org/hbrg-main/resources/images/caret.png") no-repeat left -1100px; }

/* line 253, ../sass/main.scss */
#superNavHead .superglobal a span.caret.active { background-position: left -98px; }

/* line 254, ../sass/main.scss */
#supergloballist { display: none; float: left; width: 115px; position: absolute; z-index: 1001; left: 40px; top: 22px; background: #333; background: rgba(0, 0, 0, 0.75); padding: 0 6px 2px; }

/* line 255, ../sass/main.scss */
#supergloballist li { border-top: #c7c7c7 1px solid; padding: 1px 2px; }

/* line 256, ../sass/main.scss */
#supergloballist li:first-child { border-top: none; }

/* line 257, ../sass/main.scss */
#supergloballist li a { font-size: 10px; text-transform: uppercase; color: #c7c7c7; font-weight: bold; }

/* leaderBoard */
/* line 260, ../sass/main.scss */
#leaderBoard { background-color: #efefef; display: block; padding: 10px 10px 0px 10px; position: relative !important; }

/* line 261, ../sass/main.scss */
#leaderBoard .ad-728 { float: left; }

/* line 262, ../sass/main.scss */
#leaderBoard #hbrSubscriptionTout { float: left; margin: -2px 0px 0px 7px; }

/* line 263, ../sass/main.scss */
#leaderBoard #hbrSubscriptionTout a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/ad_10mustreads_tout_020310.gif") top left no-repeat; display: block; height: 102px; width: 185px; }

/* mastheadContainer */
/* line 266, ../sass/main.scss */
#mastheadContainer { border-top: 1px solid black; display: block; }

/* ssl pages */
/* line 269, ../sass/main.scss */
#mastheadContainer.sparse { padding-bottom: 20px; }

/* line 270, ../sass/main.scss */
#mastheadContainer.sparse #mastheadTools ul { margin-top: -60px; }

/* a#hbrLogoLink {display:block; height:75px; float:left; left:20px; position:relative; top:-10px; width:165px; z-index:1000;} */
/* line 273, ../sass/main.scss */
a#hbrLogoLink { display: block; height: 75px; float: left; left: 20px; position: relative; top: -10px; width: 165px; z-index: 1000; }

/* mastheadTop */
/* #mastheadTop {background:transparent image-cdn('mastheadBackground.gif') top left no-repeat; height:90px; overflow:hidden; } */
/* line 277, ../sass/main.scss */
#mastheadTop { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/mastheadBackground.gif") top left no-repeat; height: 90px; overflow: hidden; }

/* line 278, ../sass/main.scss */
#mastheadTop h2 { display: none; }

/* mastheadSearch */
/*#mastheadSearch {display:block; height:30px; float:left; left:170px; position:relative; top:10px; width:300px;}*/
/* line 283, ../sass/main.scss */
#mastheadSearch { display: block; height: 30px; float: left; left: 170px; position: relative; top: 15px; width: 300px; }

/* line 284, ../sass/main.scss */
#mastheadSearch input#mastheadSearchForm_text { float: left; height: 15px; width: 200px; }

/* line 285, ../sass/main.scss */
#mastheadSearch input#mastheadSearchForm_submit { /*left:4px;*/ margin: -2px 0 0 4px; /*position:relative; top:-2px;*/ }

/* line 287, ../sass/main.scss */
.mastheadSearchFormText { float: left; height: 15px; width: 200px; }

/* line 288, ../sass/main.scss */
.mastheadSearchFormSubmit { /*left:4px;*/ margin: -2px 0 0 4px; /*position:relative; top:-2px;*/ }

/* mastheadsponsorLogo */
/* line 292, ../sass/main.scss */
#mastheadSponsorLogo { color: #9a9a98; display: block; float: right; font-size: 9px; left: -135px; line-height: 9px; position: relative; text-align: left; /* top:28px; */ width: 70px; }

/* line 293, ../sass/main.scss */
#mastheadSponsorLogo p { margin-bottom: 2px; }

/* mastheadBottomNav */
/* line 296, ../sass/main.scss */
#mastheadBottomNav { clear: both; background-color: #353333; padding-left: 60px; display: block; /* page peel hack*/ position: relative !important; }

/* line 297, ../sass/main.scss */
#mastheadBottomNav ul li { display: inline; }

/* line 298, ../sass/main.scss */
#mastheadBottomNav ul li { float: left; }

/* line 299, ../sass/main.scss */
#mastheadBottomNav ul li a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/masthead_nav_bg_08062013.gif") top left no-repeat; display: block; height: 35px; }

/* line 300, ../sass/main.scss */
#mastheadBottomNav ul li a span { display: none; }

/* line 301, ../sass/main.scss */
#mastheadBottomNav li#magazineLink a { background-position: -60px 0px; width: 118px; }

/* line 302, ../sass/main.scss */
#mastheadBottomNav li#magazineLink a:hover { background-position: -60px -35px; }

/* line 303, ../sass/main.scss */
#mastheadBottomNav li#blogsLink a { background-position: -177px 0px; width: 70px; }

/* line 304, ../sass/main.scss */
#mastheadBottomNav li#blogsLink a:hover { background-position: -177px -35px; }

/* line 305, ../sass/main.scss */
#mastheadBottomNav li#audioVideoLink a { background-position: -247px 0px; width: 73px; }

/* line 306, ../sass/main.scss */
#mastheadBottomNav li#audioVideoLink a:hover { background-position: -247px -35px; }

/* line 307, ../sass/main.scss */
#mastheadBottomNav li#booksLink a { background-position: -320px 0px; width: 71px; }

/* line 308, ../sass/main.scss */
#mastheadBottomNav li#booksLink a:hover { background-position: -320px -35px; }

/* line 309, ../sass/main.scss */
#mastheadBottomNav li#casesLink a { background-position: -391px 0px; width: 78px; }

/* line 310, ../sass/main.scss */
#mastheadBottomNav li#casesLink a:hover { background-position: -391px -35px; }

/* line 311, ../sass/main.scss */
#mastheadBottomNav li#webinarsLink a { background-position: -469px 0px; width: 96px; }

/* line 312, ../sass/main.scss */
#mastheadBottomNav li#webinarsLink a:hover { background-position: -469px -35px; }

/* line 313, ../sass/main.scss */
#mastheadBottomNav li#coursesLink a { background-position: -565px 0px; width: 88px; }

/* line 314, ../sass/main.scss */
#mastheadBottomNav li#coursesLink a:hover { background-position: -565px -35px; }

/* line 315, ../sass/main.scss */
#mastheadBottomNav li#storeLink a { background-position: -654px 0px; width: 73px; }

/* line 316, ../sass/main.scss */
#mastheadBottomNav li#storeLink a:hover { background-position: -654px -35px; }

/* mastheadToolsHBROn */
/* Web 1.1 */
/* line 319, ../sass/main.scss */
#mastheadToolsHBROn { clear: both; display: block; font-size: 10px; position: relative; }

/* line 320, ../sass/main.scss */
#mastheadToolsHBROn ul { float: right; padding-right: 10px; padding-top: 6px; }

/* line 321, ../sass/main.scss */
#mastheadToolsHBROn ul li { display: inline; margin-right: 1px; }

/* line 322, ../sass/main.scss */
#mastheadToolsHBROn ul li a { color: #424141; }

/* line 323, ../sass/main.scss */
#mastheadToolsHBROn li.hbrOnPrefix { font-size: 9px; text-transform: uppercase; }

/* mastheadToolsFollowHBR */
/* Web 1.1 */
/* line 326, ../sass/main.scss */
#mastheadToolsFollowHBR { clear: both; display: block; font-size: 10px; position: relative; top: 12px; }

/* line 327, ../sass/main.scss */
#mastheadToolsFollowHBR ul { float: right; padding-right: 10px; padding-top: 0px; }

/* line 328, ../sass/main.scss */
#mastheadToolsFollowHBR ul li { display: inline; float: left; margin-right: 1px; }

/* line 329, ../sass/main.scss */
#mastheadToolsFollowHBR li.followHBR { font-size: 10px; padding-top: 2px; text-transform: uppercase; }

/* line 330, ../sass/main.scss */
#mastheadToolsFollowHBR ul li a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/shareWidgetBackgrounds.gif") top left no-repeat; display: block; height: 20px; }

/* line 331, ../sass/main.scss */
#mastheadToolsFollowHBR ul li a span { display: none; }

/* line 332, ../sass/main.scss */
#mastheadToolsFollowHBR li#twitterLink a { background-position: 0px -20px; width: 20px; height: 20px; }

/* line 333, ../sass/main.scss */
#mastheadToolsFollowHBR li#faceBookLink a { background-position: 0px -40px; width: 20px; height: 20px; }

/* line 334, ../sass/main.scss */
#mastheadToolsFollowHBR li#linkedInLink a { background-position: 0px -60px; width: 20px; height: 20px; }

/* line 335, ../sass/main.scss */
#mastheadToolsFollowHBR li#newsLetterLink a { background-position: 0px 1px; width: 20px; height: 20px; }

/* mastheadToolsDigitalMobile */
/* Web 1.1 */
/* line 338, ../sass/main.scss */
#mastheadToolsDigitalMobile { clear: both; display: block; position: relative; top: 8px; }

/* line 339, ../sass/main.scss */
#mastheadToolsDigitalMobile ul { float: right; padding-right: 10px; }

/* line 340, ../sass/main.scss */
#mastheadToolsDigitalMobile ul li a { font-size: 10px; color: #424141; text-transform: uppercase; margin-right: 1px; }

/* Web 1.1 */
/* line 343, ../sass/main.scss */
a#thomsonReutersLink { display: block; height: 75px; float: left; left: 20px; position: relative; top: 5px; width: 165px; z-index: 1000; }

/* mastheadDrawer */
/* line 347, ../sass/main.scss */
#mastheadDrawerHandle { clear: both; display: block; z-index: 9999; }

/* line 348, ../sass/main.scss */
#mastheadDrawerHandle ul { display: inline; }

/* line 349, ../sass/main.scss */
#mastheadDrawerHandle ul li { float: left; }

/* line 350, ../sass/main.scss */
#mastheadDrawerHandle ul li a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/mastheadNavBackground.gif") top left no-repeat; display: block; height: 35px; }

/* line 351, ../sass/main.scss */
#mastheadDrawerHandle ul li a span { display: none; }

/* line 352, ../sass/main.scss */
#mastheadDrawerHandle li#expandYourKnowledgeLink a { background-position: 0px -70px; width: 314px; }

/* line 353, ../sass/main.scss */
#mastheadDrawerHandle li#expandYourKnowledgeLink.on a { background-position: 0px -105px; }

/* line 354, ../sass/main.scss */
#mastheadDrawerHandle li#buildYourExpertiseLink a { background-position: -314px -70px; width: 314px; }

/* line 355, ../sass/main.scss */
#mastheadDrawerHandle li#buildYourExpertiseLink.on a { background-position: -314px -105px; width: 314px; }

/* line 356, ../sass/main.scss */
#mastheadDrawerHandle li#discoverNewApproachesLink a { background-position: -628px -70px; width: 312px; }

/* line 357, ../sass/main.scss */
#mastheadDrawerHandle li#discoverNewApproachesLink.on a { background-position: -628px -105px; }

/* line 358, ../sass/main.scss */
a#mastheadDrawerCloseButton { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/mastheadDrawerCloseButton.gif") 2px 50% no-repeat; display: block; float: right; height: 20px; margin: 0px 4px 5px 0px; width: 20px; }

/* mastheadDrawerContent */
/* line 361, ../sass/main.scss */
#mastheadDrawerContent { background-color: #353333; border-top: 1px solid #504c4d; /*background: image-cdn('mastheadDrawerContentBackground.gif') top left no-repeat;*/ padding: 0px 0px 0px 60px; }

/* line 362, ../sass/main.scss */
#mastheadDrawerContent ul { float: left; margin-top: 10px; }

/* line 363, ../sass/main.scss */
#mastheadDrawerContent ul.topics { width: 320px; }

/* line 364, ../sass/main.scss */
#mastheadDrawerContent ul.skills { width: 321px; }

/* line 365, ../sass/main.scss */
#mastheadDrawerContent ul.industries { width: 220px; }

/* line 366, ../sass/main.scss */
#mastheadDrawerContent ul li { color: #fff; font-size: 12px; line-height: 14px; margin-bottom: 10px; }

/* line 367, ../sass/main.scss */
#mastheadDrawerContent ul li.last { margin-bottom: 0px; }

/* line 368, ../sass/main.scss */
#mastheadDrawerContent ul li a { color: #fff; }

/* line 369, ../sass/main.scss */
#mastheadDrawerContent ul li.header { font-weight: bold; }

/* mastheadEditionBar */
/* line 372, ../sass/main.scss */
#mastheadEditionBar { background: #f1efe8 url("http://static.hbr.org/hbrg-main/resources/images/mastheadEditionBackground_w12.gif"); display: block; font-size: 12px; height: 34px; overflow: hidden; }

/* line 373, ../sass/main.scss */
#mastheadEditionBar.guest { background-position: 0px 0px; }

/* line 374, ../sass/main.scss */
#mastheadEditionBar.registered { background-position: 0px -34px; }

/* line 375, ../sass/main.scss */
#mastheadEditionBar.subscriber { background-position: 0px -68px; }

/* line 376, ../sass/main.scss */
#mastheadEditionBar ul.login_register { float: right; margin-right: 5px; position: relative; top: 10px; }

/* line 377, ../sass/main.scss */
#mastheadEditionBar ul.login_register li { display: block; line-height: 14px; float: left; }

/* line 378, ../sass/main.scss */
#mastheadEditionBar .join { /*left:265px;*/ margin: 9px 0 0 265px; /* position:relative; top:7px; */ width: 359px; }

/*#mastheadEditionBar li.cart {padding-left:0px;}*/
/* line 380, ../sass/main.scss */
#mastheadEditionBar li.cart a { display: block; height: 10px; position: relative; top: 0px; _width: 20px; }

/* line 381, ../sass/main.scss */
a.guestCartImage { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/shopping_cart_guest.gif") top left no-repeat; padding-left: 25px; padding-bottom: 10px; }

/* line 382, ../sass/main.scss */
a.registeredCartImage { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/shopping_cart_registered.gif") top left no-repeat; padding-left: 25px; padding-bottom: 10px; }

/* line 383, ../sass/main.scss */
a.subscriberCartImage { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/shopping_cart_subscriber.gif") top left no-repeat; padding-left: 25px; padding-bottom: 10px; }

/* line 386, ../sass/main.scss */
#csrControlBar { background-color: #c12126; clear: both; color: white; display: block; font-size: 12px; padding: 8px 20px; }

/* line 387, ../sass/main.scss */
#csrControlBar h6 { display: block; float: left; font-size: 14px; font-weight: bold; width: 120px; }

/* line 388, ../sass/main.scss */
#csrControlBar #csrUserInfo { display: block; }

/* line 389, ../sass/main.scss */
#csrControlBar a.sign_out { color: #fff; float: right; }

/* line 392, ../sass/main.scss */
#checkoutBreadcrumb { font-size: 10px; float: left; left: 200px; position: relative; text-transform: uppercase; margin-top: -65px; }

/* line 393, ../sass/main.scss */
#checkoutBreadcrumb h2 { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/secureCheckoutH2.gif") top left no-repeat; display: block; height: 26px; text-indent: -9999px; width: 322px; }

/* line 394, ../sass/main.scss */
#checkoutBreadcrumb ol { list-style-type: decimal; }

/* line 395, ../sass/main.scss */
#checkoutBreadcrumb ol li { display: inline; letter-spacing: 0.045em; margin-right: 25px; }

/* line 396, ../sass/main.scss */
#checkoutBreadcrumb ol li a { color: #a09e9f; }

/* line 397, ../sass/main.scss */
#checkoutBreadcrumb ol li.on a { color: #000; }

/* sponsoredBy */
/* line 400, ../sass/main.scss */
#sponsoredBy { display: block; float: right; height: 50px; left: -218px; position: relative; top: -12px; width: 100px; }

/* line 401, ../sass/main.scss */
#sponsoredBy p { color: #787367; font-size: 8px; text-align: center; text-transform: uppercase; }

/* line 402, ../sass/main.scss */
#sponsoredBy div { background-color: #808080; display: block; height: 33px; margin-left: 3px; width: 90px; }

/* newsTicker */
/* line 406, ../sass/main.scss */
#newsTicker { background-color: #95bb13; color: #fff; font-size: 11px; height: 20px; padding: 2px 20px 0px 20px; }

/* line 407, ../sass/main.scss */
#newsTicker a { color: #fff; }

/* line 408, ../sass/main.scss */
#newsTicker h4 { float: left; font-weight: bold; margin-right: 5px; text-transform: uppercase; }

/* line 409, ../sass/main.scss */
#newsTicker span { margin-left: 5px; }

/*----------- END MASTHEAD STYLES ---------------*/
/*----------- BEGIN FOOTER ---------------*/
/* line 420, ../sass/main.scss */
#partnerCenter { background: #dedede url("http://static.hbr.org/hbrg-main/resources/images/partnerCenterBackground.gif") 20px 15px no-repeat; border: 1px solid #cfcdcd; clear: both; display: none; height: 245px; padding: 15px; }

/* line 421, ../sass/main.scss */
#partnerCenterWindow { display: block; clear: both; margin-left: 170px; }

/* line 422, ../sass/main.scss */
#partnerCenterWindow .partnerCenterTop { overflow: hidden; margin: 0 0 27px 0; }

/* line 423, ../sass/main.scss */
#partnerCenterWindow .partnerCenterAd { width: 300px; height: 100px; margin: 0; padding: 0; float: left; }

/* line 425, ../sass/main.scss */
#partnerCenterWindow .partnerCenterAdLeft { width: 300px; height: 100px; margin: 0 43px 0 0; padding: 0; float: left; }

/* line 426, ../sass/main.scss */
#partnerCenterWindow .partnerCenterBottom { overflow: hidden; }

/* pageFooter */
/* line 429, ../sass/main.scss */
#pageFooter { background: #fbfbfb url("http://static.hbr.org/hbrg-main/resources/images/pageFooterBackground.gif") top left repeat-x; clear: both; display: block; padding-top: 30px; }

/* pageFooterSearch */
/* line 432, ../sass/main.scss */
#pageFooterSearch { display: block; height: 30px; margin: 0 0 20px 30%; width: 365px; }

/* line 433, ../sass/main.scss */
#pageFooterSearch input#pageFooterSearchForm_text { float: left; height: 15px; width: 255px; }

/* line 434, ../sass/main.scss */
#pageFooterSearch input#pageFooterSearchForm_submit { margin-left: 4px; }

/* line 436, ../sass/main.scss */
.pageFooterSearchFormText { float: left; height: 15px; width: 255px; }

/* line 437, ../sass/main.scss */
.pageFooterSearchFormSubmit { /*left:4px;*/ margin: -2px 0 0 4px; /*position:relative; top:-2px;*/ }

/* pageFooterSponsorLogo */
/* line 440, ../sass/main.scss */
#pageFooterSponsorLogo { color: #9a9a98; display: block; float: right; font-size: 9px; left: -235px; line-height: 9px; position: relative; text-align: left; top: 0px; width: 70px; }

/* line 441, ../sass/main.scss */
#pageFooterSponsorLogo p { margin-bottom: 2px; }

/* pageFooterLinks */
/* line 444, ../sass/main.scss */
#pageFooterLinks { clear: both; font-size: 11px; margin-top: 10px; padding: 0 20px 20px 20px; }

/* line 445, ../sass/main.scss */
#pageFooterLinks .column { display: block; float: left; width: 222px; }

/* line 446, ../sass/main.scss */
#pageFooterLinks h5 { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/footerHeaderBackgrounds.gif") top left no-repeat; font-size: 12px; font-weight: bold; margin-bottom: 3px; text-indent: -9999px; text-transform: uppercase; width: 215px; }

/* line 447, ../sass/main.scss */
#pageFooterLinks h5#exploreHBRHeader { background-position: -1px 0px; }

/* line 448, ../sass/main.scss */
#pageFooterLinks h5#hbrOrgHeader { background-position: -216px 0px; }

/* line 449, ../sass/main.scss */
#pageFooterLinks h5#customerServiceHeader { background-position: -431px 0px; }

/* line 450, ../sass/main.scss */
#pageFooterLinks h5#keepUpWithHBRHeader { background-position: -646px 0px; }

/* line 451, ../sass/main.scss */
#pageFooterLinks h5#storeHeader { background-position: -861px 0px; }

/* line 452, ../sass/main.scss */
#pageFooterLinks h5#aboutHBRHeader { background-position: -1076px 0px; }

/* line 453, ../sass/main.scss */
#pageFooterLinks h5#hbsHeader { background-position: -1291px 0px; }

/* line 454, ../sass/main.scss */
#pageFooterLinks h5#hbpHeader { background-position: -1506px 0px; }

/* line 455, ../sass/main.scss */
#pageFooterLinks h5#magazineHeader { background-position: -1721px 0px; }

/* line 456, ../sass/main.scss */
#pageFooterLinks ul { margin-bottom: 20px; }

/* line 458, ../sass/main.scss */
#pageFooterLinks ul.bullets { list-style: url("http://static.hbr.org/hbrg-main/resources/images/grayBullet.gif") disc outside; margin-left: 20px; }

/* line 459, ../sass/main.scss */
#pageFooterLinks ul.bullets li.header { font-weight: bold; list-style: none; margin-left: -20px; }

/* pageFooterSubFooter */
/* line 462, ../sass/main.scss */
#pageFooterSubFooter { background-color: #E6E6E6; clear: both; display: block; font-size: 10px; margin-right: -8px; padding: 15px 0 40px 0; }

/* line 463, ../sass/main.scss */
#pageFooterSubFooter a { color: #000; }

/* line 464, ../sass/main.scss */
#pageFooterSubFooter #subFooterLogo { float: left; }

/* line 465, ../sass/main.scss */
#pageFooterSubFooter #subFooterLogo a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/HBPFooterLogo.gif") top left no-repeat; display: block; float: left; height: 38px; margin-right: 20px; width: 109px; }

/* line 466, ../sass/main.scss */
#pageFooterSubFooter div a span { display: none; }

/* line 467, ../sass/main.scss */
#pageFooterSubFooter #subFooterText { float: left; }

/* line 468, ../sass/main.scss */
#pageFooterSubFooter ul { margin-bottom: 5px !important; }

/* line 469, ../sass/main.scss */
#pageFooterSubFooter ul li { float: left; line-height: 10px; }

/* line 470, ../sass/main.scss */
#pageFooterSubFooter p { color: #727272; line-height: 10px; }

/* line 471, ../sass/main.scss */
#pageFooterSubFooter ul#subFooterHBPLinks li { margin-right: 10px; }

/* line 472, ../sass/main.scss */
#pageFooterSubFooter ul#subFooterUtilLinks li { margin-right: 15px; }

/* line 473, ../sass/main.scss */
#pageFooterSubFooter ul#subFooterUtilLinks li a { color: #727272; }

/* sponsoredByFooter */
/* line 476, ../sass/main.scss */
#sponsoredByFooter { display: block; float: right; height: 50px; left: -218px; position: relative; top: -12px; width: 100px; }

/* line 477, ../sass/main.scss */
#sponsoredByFooter p { color: #787367; font-size: 8px; text-align: center; text-transform: uppercase; }

/* line 478, ../sass/main.scss */
#sponsoredByFooter div { background-color: #808080; display: block; height: 33px; margin-left: 3px; width: 90px; }

/* line 480, ../sass/main.scss */
.powered-by { padding-top: 5px; }

/*----------- END FOOTER ---------------*/
/*----------- BEGIN ARTICLE / BLOG ---------------*/
/* articleBody */
/* line 495, ../sass/main.scss */
#articleBody { font-size: 13px; padding: 0px 20px 0px 20px; }

/* line 496, ../sass/main.scss */
#articleBody h2 { font-size: 20px; font-weight: bold; line-height: 22px; margin-bottom: 15px; padding-top: 5px; }

/* line 497, ../sass/main.scss */
#articleBody p { line-height: 22px; margin-bottom: 15px; }

/* line 498, ../sass/main.scss */
span.large_text { font-size: 14px; font-weight: bold; }

/* line 499, ../sass/main.scss */
#articleBody blockquote { margin: 0px 20px 20px 20px; }

/* line 500, ../sass/main.scss */
#articleBody blockquote.left { float: left; margin-right: 20px; }

/* line 501, ../sass/main.scss */
#articleBody span.drop_cap { font-size: 48px; float: left; font-weight: bold; line-height: .8em; margin-top: 10px; text-transform: uppercase; }

/* line 502, ../sass/main.scss */
#articleBody ul { list-style-type: disc; margin-left: 15px; }

/* line 503, ../sass/main.scss */
#articleBody ol { list-style-type: decimal; margin-left: 15px; }

/* line 504, ../sass/main.scss */
#articleBody li { margin-bottom: 10px; }

/* line 505, ../sass/main.scss */
#articleBody .image p { font-size: 11px; color: #585556; text-align: center; }

/* articleFooter */
/* line 508, ../sass/main.scss */
#articleFooter, #authorBios { clear: both; display: block; margin-bottom: 20px; padding: 10px 20px; }

/* line 509, ../sass/main.scss */
.blog #articleFooter { color: #575556; }

/* line 510, ../sass/main.scss */
#authorBios { border: 1px solid #dedede; border-width: 1px 0px; font-size: 12px; line-height: 18px; padding-top: 15px; }

/* line 511, ../sass/main.scss */
#authorBios p { color: #585556; font-style: inherit; margin-bottom: 15px; }

/* line 512, ../sass/main.scss */
#authorBios p p { margin: 0px; }

/* line 513, ../sass/main.scss */
#authorBios p strong { color: #231f20; font-style: normal; }

/* line 514, ../sass/main.scss */
#authorBios h3 { display: none; }

/* line 515, ../sass/main.scss */
#authorBios #articleAuthorBoxBtm { display: none; }

/* articleFooterLinks */
/* line 518, ../sass/main.scss */
#articleFooterLinks { padding-top: 15px; }

/* line 519, ../sass/main.scss */
.blog #articleFooterLinks { margin-bottom: 15px; }

/* line 520, ../sass/main.scss */
#articleFooterLinks div { display: block; float: left; width: 290px; }

/* line 521, ../sass/main.scss */
#articleFooterLinks .left { text-align: left; }

/* line 522, ../sass/main.scss */
#articleFooterLinks .left span { font-size: 10px; text-transform: uppercase; }

/* line 523, ../sass/main.scss */
#articleFooterLinks .right { text-align: right; }

/* line 524, ../sass/main.scss */
#articleFooterLinks .right span { font-size: 10px; text-transform: uppercase; }

/* line 525, ../sass/main.scss */
#articleFooterLinks div a.left_arrow { float: left; margin: 0px 10px 25px 0px; }

/* line 526, ../sass/main.scss */
#articleFooterLinks div a.right_arrow { float: right; margin: 0px 0px 25px 10px; }

/* line 527, ../sass/main.scss */
#articleFooterLinks .left:before, #articleFooterLinks .right:before { content: ''; }

/* line 528, ../sass/main.scss */
#articleFooterLinks a.next, #articleFooterLinks .right:before { background: url("http://static.hbr.org/hbrg-main/resources/images/next_link.gif") top left no-repeat; display: block; float: right; height: 22px; margin: 5px 0 20px 10px; width: 16px; }

/* line 529, ../sass/main.scss */
#articleFooterLinks a.previous, #articleFooterLinks .left:before { background: url("http://static.hbr.org/hbrg-main/resources/images/previous_link.gif") top left no-repeat; display: block; float: left; height: 22px; margin: 5px 10px 20px 0; width: 16px; }

/* line 530, ../sass/main.scss */
#articleFooterLinks div h6 { color: #585556; font-size: 10px; line-height: 16px; text-transform: uppercase; }

/* line 531, ../sass/main.scss */
#articleFooterLinks div h5 { font-size: 12px; font-weight: normal; letter-spacing: 0; line-height: 14px; text-transform: none; }

/* line 532, ../sass/main.scss */
.blog #articleFooterLinks div h5 { margin-top: 5px; }

/* line 533, ../sass/main.scss */
#articleFooterCategories { font-size: 11px; margin-bottom: 5px; }

/* line 534, ../sass/main.scss */
#articleFooterMoreBy { font-size: 11px; }

/* line 536, ../sass/main.scss */
#flyoutWidget { background-color: #fff; border: 1px solid #000; display: block; padding: 10px; position: fixed; bottom: 0px; right: -395px; width: 370px; z-index: 9997; }

/* line 537, ../sass/main.scss */
#flyoutWidget h6 { color: #000; font-size: 11px; text-transform: uppercase; }

/* line 538, ../sass/main.scss */
#flyoutWidget h6 a { color: #000; }

/* line 539, ../sass/main.scss */
#flyoutWidget h5 { font-size: 13px; font-weight: bold; }

/* line 540, ../sass/main.scss */
#flyoutWidget span { font-size: 11px; }

/* line 541, ../sass/main.scss */
#flyoutWidget button#flyoutClose { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/close_window.gif") top left no-repeat; border: medium none; cursor: pointer; display: block; height: 13px; position: absolute; right: 5px; text-indent: -9999px; top: 5px; width: 13px; }

/* line 542, ../sass/main.scss */
#flyoutWidget #flyoutWidgetSubscribe { font-size: 11px; margin-top: -18px; text-align: right; }

/* articleLinks */
/* line 545, ../sass/main.scss */
#articleLinks { padding: 20px; }

/* line 546, ../sass/main.scss */
#articleLinks div { color: #585556; float: right; font-size: 11px; line-height: 14px; width: 240px; }

/* line 547, ../sass/main.scss */
#articleLinks a.buy_reprint { float: left; }

/* line 548, ../sass/main.scss */
#articleLinks a.idea_brief { float: left; }

/* relatedArticles */
/* line 553, ../sass/main.scss */
#relatedArticles ul { display: block; float: left; width: 290px; }

/* line 554, ../sass/main.scss */
#relatedArticles ul li { font-size: 11px; line-height: 14px; margin-bottom: 10px; }

/* line 555, ../sass/main.scss */
#relatedArticles ul li.header { font-size: 12px; font-weight: bold; letter-spacing: .05em; line-height: 16px; text-transform: uppercase; }

/* premiumContent */
/* line 558, ../sass/main.scss */
#premiumContent { border-top: 1px solid #dedede; /* text-align:center; */ padding: 15px 0px; }

/* line 559, ../sass/main.scss */
#premiumContent p { font-size: 14px; font-weight: bold; line-height: 22px; }

/* line 560, ../sass/main.scss */
#premiumContent p span { font-size: 11px; font-weight: normal; line-height: 16px; }

/* line 562, ../sass/main.scss */
.blog #articleFooter { font-size: 12px; }

/* line 563, ../sass/main.scss */
#articleFooter ul.comments-links { font-size: 12px; }

/* line 564, ../sass/main.scss */
#articleFooter ul.comments-links li { display: inline; margin-right: 5px; }

/* line 565, ../sass/main.scss */
#articleFooter ul.comments-links a { color: #95ba12 !important; }

/* line 566, ../sass/main.scss */
#articleFooter ul.comments-links li.email_share a { background-image: url("http://static.hbr.org/hbrg-main/resources/images/toolsicon_anim_mod.gif"); background-repeat: no-repeat; padding: 1px 0 2px 20px; }

/* comments */
/* line 569, ../sass/main.scss */
#comments { font-size: 12px; }

/* line 570, ../sass/main.scss */
#comments #commentsHeader { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/quotes_green.gif") top left no-repeat; margin-bottom: 10px; padding: 14px 0 0 40px; }

/* line 571, ../sass/main.scss */
#comments #commentsHeader h2 { color: #575556; font-size: 14px; font-weight: bold; line-height: 16px; margin-bottom: 0px; text-transform: none; width: 400px; }

/* line 572, ../sass/main.scss */
#comments #commentsHeader a { color: #95ba12; float: right; font-weight: bold; }

/* line 574, ../sass/main.scss */
#comments .comment { padding: 14px 20px 0px 20px; }

/* line 575, ../sass/main.scss */
#comments .comment.trusted { background-color: #dedede; padding-bottom: 10px; }

/* line 576, ../sass/main.scss */
#comments .comment p { color: #231f20; line-height: 18px; margin-bottom: 10px; }

/* line 577, ../sass/main.scss */
#comments .comment p.byline { color: #575556; font-size: 11px; margin-bottom: 5px; }

/* line 578, ../sass/main.scss */
#comments .comment p.byline a { color: #575556; }

/* line 579, ../sass/main.scss */
#comments .comment p.comment_footer { color: #95ba12; font-weight: bold; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }

/* line 580, ../sass/main.scss */
#comments .comment p.comment_footer a { color: #95ba12 !important; font-weight: inherit; font-size: inherit; letter-spacing: inherit; }

/* line 582, ../sass/main.scss */
#postComment { font-size: 12px; margin: 20px; }

/* line 583, ../sass/main.scss */
#postComment p, #postComment label { color: #000; }

/* line 584, ../sass/main.scss */
#postComment p { margin-bottom: 8px; }

/* line 585, ../sass/main.scss */
#postComment p.required { margin-bottom: 5px; }

/* line 586, ../sass/main.scss */
#postComment #comment-text { width: 580px; }

/* line 587, ../sass/main.scss */
#postComment #comment-bake-cookie { margin-right: 5px; }

/* line 588, ../sass/main.scss */
#postComment #recaptcha_area { margin-bottom: 15px; }

/* line 589, ../sass/main.scss */
#postComment p.comments-open-moderated { margin-top: 30px; }

/* postGuidelines */
/* line 592, ../sass/main.scss */
#postGuidelines { color: #000 !important; }

/* line 593, ../sass/main.scss */
#postGuidelines p { line-height: 18px !important; margin-bottom: 8px !important; }

/* line 594, ../sass/main.scss */
#postGuidelines p.comments-open-moderated { margin-top: 30px; }

/* line 595, ../sass/main.scss */
#postGuidelines ol { color: #000; list-style-type: decimal; margin: 0px 0px 10px 20px; }

/* line 596, ../sass/main.scss */
#postGuidelines ol li { line-height: 18px !important; margin-bottom: 5px; }

/* line 598, ../sass/main.scss */
#PageNav { color: #575556; font-size: 12px; }

/* line 599, ../sass/main.scss */
#PageNav div { font-size: 10px; text-transform: uppercase; }

/* line 600, ../sass/main.scss */
#PageNav .indent { margin-left: 25px; }

/* line 601, ../sass/main.scss */
#PageNav a { float: left; margin: -5px 5px 0 0; }

/* line 602, ../sass/main.scss */
#PageNav span { float: left; margin: -5px 5px 0 0; }

/* line 603, ../sass/main.scss */
#PageNav a span { display: none; }

/* line 604, ../sass/main.scss */
#PageNav .next { background: url("http://static.hbr.org/hbrg-main/resources/images/next_link.gif") top left no-repeat; display: block; height: 22px; margin: -13px 0 0 10px; width: 16px; }

/* line 605, ../sass/main.scss */
#PageNav .prev { background: url("http://static.hbr.org/hbrg-main/resources/images/previous_link.gif") top left no-repeat; display: block; height: 22px; margin: -13px 10px 0 0; width: 16px; }

/*---- START ARTICLE PAGE OVERRIDES / MARKLOGIC-- */
/* articleInfo */
/* line 610, ../sass/main.scss */
#articleInfo { clear: both; display: block; font-size: 12px; line-height: 22px; padding: 20px 20px 10px 20px; }

/* line 611, ../sass/main.scss */
#articleInfo h2 { font-size: 24px; font-weight: bold; line-height: 36px; }

/* line 612, ../sass/main.scss */
#articleInfo .image_left { background-color: #787367; border: 1px solid #dedede; display: block; float: left; margin: 0 20px 0 0; height: 180px; width: 180px; overflow: hidden; }

/* line 613, ../sass/main.scss */
#articleInfo .image_lede p { color: #a09e9f; line-height: 18px; font-size: 11px; margin: 5px 0px 0px 0px; }

/* line 614, ../sass/main.scss */
#articleInfo p { margin-bottom: 15px; }

/* line 615, ../sass/main.scss */
#articleInfo #articleAuthors { color: #585556; }

/* line 616, ../sass/main.scss */
#articleInfo #articleDate { font-size: 11px; display: none; }

/* line 617, ../sass/main.scss */
#articleInfo #articleDate a { color: #1e1c1d; }

/* line 618, ../sass/main.scss */
#articleSummary { display: none; }

/* line 619, ../sass/main.scss */
#articleToolbarTop { display: none; }

/* line 620, ../sass/main.scss */
#articleCopyright { display: none; }

/* line 621, ../sass/main.scss */
#articleToolbarBottom { display: none; }

/* line 622, ../sass/main.scss */
#issueDepartmentsBtm { display: none; }

/* line 623, ../sass/main.scss */
.Exhibit { margin-bottom: 20px; overflow: hidden; }

/* line 625, ../sass/main.scss */
#articleInfoHBRInBrief { clear: both; display: block; font-size: 13px; line-height: 22px; padding: 0px 20px 10px 20px; }

/* line 626, ../sass/main.scss */
#articleInfoHBRInBrief h1 { font-size: 24px; font-weight: bold; line-height: 36px; }

/* line 627, ../sass/main.scss */
#articleInfoHBRInBrief .Authors { color: #585556; }

/* line 629, ../sass/main.scss */
h4#articleType { display: none; }

/* line 631, ../sass/main.scss */
#articleToolbarRD { font-size: 12px; }

/* line 632, ../sass/main.scss */
#articleToolbarRD #premiumContent { display: none; }

/* line 634, ../sass/main.scss */
#articleToolbarTopRD { font-size: 12px; font-weight: bold; margin-top: -10px; /*padding:10px 20px;*/ visibility: hidden; }

/* line 635, ../sass/main.scss */
#articleToolbarTopRD.subtout { /*background:#e3e3e3 image-cdn('article_toolbar_subtout_bg.gif') no-repeat; background-position: 20px 50%; */ }

/* line 636, ../sass/main.scss */
#articleToolbarTopRD.subtout #articleToolbarTopRDSubTout { display: block !important; }

/* line 637, ../sass/main.scss */
#articleToolbarTopRDSubTout { color: #9e9e9e; display: none; float: left; font-weight: normal; /* margin-left:55px; */ }

/* line 639, ../sass/main.scss */
#articleToolbarTopRDSubTout a { color: #B20022 !important; font-weight: bold; }

/* line 640, ../sass/main.scss */
#articleToolbarTopRD ul { float: right; }

/* line 641, ../sass/main.scss */
#articleToolbarTopRD ul li { display: inline; margin-left: 20px; }

/* line 642, ../sass/main.scss */
#articleToolbarTopRD a { color: #e54515; }

/* pagination */
/* line 645, ../sass/main.scss */
.articlePagination { color: #585556; font-weight: bold; margin: 0px 20px 15px 0px; }

/* line 646, ../sass/main.scss */
.articlePagination { float: right; }

/* line 647, ../sass/main.scss */
.articlePagination li { display: inline; margin-right: 10px; }

/* line 648, ../sass/main.scss */
.articlePagination li.on a { color: #000; font-weight: normal !important; }

/* line 649, ../sass/main.scss */
.articlePagination li a:visited { font-weight: bold !important; }

/* line 650, ../sass/main.scss */
.articlePagination li.on a:visited { font-weight: normal !important; }

/* line 651, ../sass/main.scss */
.articlePagination li.on a:hover { text-decoration: none; }

/* line 652, ../sass/main.scss */
.articlePagination span { color: #000; font-weight: bold; }

/* line 653, ../sass/main.scss */
.articlePagination p span { color: #000; font-weight: bold; }

/* article */
/* line 656, ../sass/main.scss */
#article { font-size: 13px; padding: 0px 20px 0px 20px; }

/* line 657, ../sass/main.scss */
#article h3 { font-size: 16px; font-weight: bold; line-height: 22px; margin-bottom: 15px; padding-top: 5px; }

/* line 658, ../sass/main.scss */
#article h4 { font-size: 14px; font-weight: bold; }

/* line 659, ../sass/main.scss */
#article p { line-height: 22px; margin-bottom: 15px; }

/* line 660, ../sass/main.scss */
span.large_text { font-size: 14px; font-weight: bold; }

/* line 661, ../sass/main.scss */
#article blockquote { color: #ec7e1d; font-size: 16px; font-style: oblique; line-height: 24px; width: 200px; }

/* line 662, ../sass/main.scss */
#article blockquote.left { float: left; margin-right: 20px; }

/* line 663, ../sass/main.scss */
#article span.drop_cap { font-size: 48px; float: left; font-weight: bold; line-height: .8em; margin-top: 10px; text-transform: uppercase; }

/* line 665, ../sass/main.scss */
span.downloadpodcast { display: block; font-weight: bold; margin-top: 3px; }

/*---- END ARTICLE PAGE OVERRIDES / MARKLOGIC-- */
/*----------- END ARTICLE ---------------*/
/*----------- BEGIN CLASSES ---------------*/
/* blog_listing */
/* line 677, ../sass/main.scss */
.blog_listing { padding: 20px 20px; }

/* line 678, ../sass/main.scss */
li.blog_entry { border-bottom: 1px solid #dedede; margin-bottom: 20px; padding-bottom: 15px; }

/* line 679, ../sass/main.scss */
.blog_entry_header { margin-bottom: 10px; }

/* line 680, ../sass/main.scss */
.blog_entry_header h2 { font-size: 18px; font-weight: bold; line-height: 24px; width: 580px; }

/* line 681, ../sass/main.scss */
.blog_entry_header h2 a { color: #231f20; }

/* line 682, ../sass/main.scss */
.blog_entry_header h2 a:visited { color: #231f20; }

/* line 683, ../sass/main.scss */
.blog_entry_header h3 { color: #585556; font-size: 11px; line-height: 24px; margin-top: -5px; text-transform: uppercase; }

/* line 684, ../sass/main.scss */
.blog_entry_header h3 a { color: #585556 !important; }

/* line 685, ../sass/main.scss */
.blog_entry_header ul { color: #585556; clear: both; display: block; font-size: 11px; line-height: 18px; }

/* line 686, ../sass/main.scss */
.blog_entry_header ul li { display: block; float: left; }

/* line 687, ../sass/main.scss */
.blog_entry_header ul li a { color: #585556; }

/* line 688, ../sass/main.scss */
.blog_entry_header ul li.tweet_this a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/shareWidgetBackgrounds.gif") 0 -22px no-repeat; display: block; cursor: pointer; float: left; height: 20px; padding: 0px 0px 0px 21px; }

/* line 689, ../sass/main.scss */
.blog_entry_header ul li.tweet_this a span { display: none; }

/* line 690, ../sass/main.scss */
.blog_entry_header ul li.comments a { color: #95ba12; font-weight: bold; }

/* line 691, ../sass/main.scss */
.blog_entry_header p.byline { color: #575556; font-size: 12px; }

/* line 692, ../sass/main.scss */
.blog_entry_header p.byline a { color: #575556; }

/* line 693, ../sass/main.scss */
.blog_entry_content { font-size: 12px; line-height: 18px; }

/* line 694, ../sass/main.scss */
.blog_entry_content .image img { float: left; margin: 4px 15px 20px 0px; width: 80px; height: 80px; }

/* featured_verticals */
/* line 698, ../sass/main.scss */
.featured_verticals .product_spotlight { float: left; margin-right: 10px; width: 183px; }

/* line 699, ../sass/main.scss */
.featured_verticals .product_spotlight.center .product_spotlight_text { border: 1px solid #dedede; border-width: 0px 1px; padding: 0px 5px 0px 10px; }

/* line 700, ../sass/main.scss */
.featured_verticals .product_spotlight h3 { font-size: 12px; font-weight: normal; line-height: 14px; margin-bottom: 3px; }

/* line 701, ../sass/main.scss */
.featured_verticals .product_spotlight h3 a { color: #000; }

/* line 702, ../sass/main.scss */
.featured_verticals .product_spotlight h3 span { color: #000; font-weight: bold; }

/* line 703, ../sass/main.scss */
.featured_verticals .product_spotlight p { color: #000; font-size: 12px; line-height: 14px; }

/* image_box */
/* line 707, ../sass/main.scss */
.image_box { background-color: #776c69; border: 1px solid #776c69; color: #fff; font-size: 12px; }

/* line 708, ../sass/main.scss */
.image_box .image_box_image { display: block; float: left; margin-right: 10px; }

/* line 709, ../sass/main.scss */
.image_box .image_box_image img { display: block; }

/* line 710, ../sass/main.scss */
.image_box .image_box_image a { display: block; }

/* line 711, ../sass/main.scss */
.image_box .image_box_text { float: left; padding-right: 10px; width: 195px; }

/* line 712, ../sass/main.scss */
.image_box h3 { font-size: 12px; line-height: normal; margin-bottom: 5px; padding-top: 8px; text-transform: uppercase; }

/* line 713, ../sass/main.scss */
.image_box h2 { font-size: 16px; line-height: 16px; margin-bottom: 5px; }

/* line 714, ../sass/main.scss */
.image_box h2 a { color: #fff; }

/* line 715, ../sass/main.scss */
.image_box p { font-size: 11px; line-height: 14px; }

/* change size */
/* line 716, ../sass/main.scss */
.image_box p.byline { color: #fff !important; font-size: 11px !important; margin-bottom: 10px !important; }

/* line 717, ../sass/main.scss */
.image_box p a { font-weight: bold; }

/* line 718, ../sass/main.scss */
.image_box a { color: #fff; }

/* media_list */
/* line 722, ../sass/main.scss */
.media_list h3 { border-bottom: 1px solid #dedede; color: #A09f9f; font-size: 12px; font-weight: bold; letter-spacing: normal; line-height: 16px; margin-bottom: 10px; text-transform: uppercase; }

/* line 723, ../sass/main.scss */
.media_item { margin-bottom: 20px; }

/* line 724, ../sass/main.scss */
.media_item h4 { font-size: 18px; font-weight: bold; line-height: 24px; }

/* line 725, ../sass/main.scss */
.media_item h4 a { color: #231f20; }

/* line 726, ../sass/main.scss */
.media_item h4 a:visited { color: #231f20; }

/* line 727, ../sass/main.scss */
.media_item h5 { color: #585556; font-size: 10px; font-weight: normal; line-height: 16px; letter-spacing: .1em; text-transform: uppercase; }

/* line 728, ../sass/main.scss */
.media_item h6 { color: #585556; font-size: 11px; }

/* line 729, ../sass/main.scss */
.media_item h6 span { text-transform: uppercase; }

/* line 730, ../sass/main.scss */
.media_item .media_item_meta { clear: both; margin-bottom: 12px; }

/* line 731, ../sass/main.scss */
.media_item .media_item_image { border: 1px solid #dedede; float: left; margin: 0 10px 15px 0; }

/* line 732, ../sass/main.scss */
.media_item .media_item_text { font-size: 12px; line-height: 18px; }

/* line 733, ../sass/main.scss */
.media_item .media_item_text p { margin-bottom: 4px; }

/* line 734, ../sass/main.scss */
.media_item .media_item_links { color: #585556; font-size: 11px; line-height: 14px; }

/* line 735, ../sass/main.scss */
.media_list_footer { font-size: 12px; text-align: right; }

/* line 736, ../sass/main.scss */
.media_list_footer a.all_results { font-weight: bold; }

/* line 737, ../sass/main.scss */
.media_list_footer ul { line-height: 24px; text-align: left; }

/* module */
/* line 742, ../sass/main.scss */
.module { border-top: 3px solid #231f20; color: #1e1c1d; font-size: 12px; margin-bottom: 20px; }

/* line 743, ../sass/main.scss */
.module h2 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; margin-bottom: 10px; /*check this*/ text-transform: uppercase; }

/* line 744, ../sass/main.scss */
.module h6 { font-size: 10px; letter-spacing: .05em; line-height: 12px; text-transform: uppercase; }

/* line 745, ../sass/main.scss */
.module h6#slugStyle { font-size: 11px; letter-spacing: .05em; line-height: 12px; text-transform: uppercase; }

/* line 746, ../sass/main.scss */
.module .image { margin-bottom: 10px; }

/* line 747, ../sass/main.scss */
.module .image p { font-size: 12px; line-height: 14px; margin-top: 10px; }

/* line 748, ../sass/main.scss */
.module .embed { text-align: center; padding: 20px 0px; }

/* line 749, ../sass/main.scss */
.module .embedVideo { text-align: left; padding: 20px 0px; }

/* line 750, ../sass/main.scss */
.module ul { line-height: 16px; }

/* line 751, ../sass/main.scss */
.module ul li { margin-bottom: 10px; }

/* line 752, ../sass/main.scss */
.module p.byline { font-size: 11px; }

/* line 754, ../sass/main.scss */
.module .module_content.column_lists ul { float: left; }

/* line 755, ../sass/main.scss */
.module .module_footer { font-weight: bold; text-align: right; }

/* line 756, ../sass/main.scss */
.module_footer a { color: #B20022; }

/* line 757, ../sass/main.scss */
.module span.large_text { color: #1e1c1d; font-size: 12px; }

/* line 758, ../sass/main.scss */
.wide { clear: both; margin: 0px 20px; }

/* line 759, ../sass/main.scss */
.wide .module_content.column_lists ul { margin-right: 20px; width: 173px; }

/* line 760, ../sass/main.scss */
.utility .module p { margin-bottom: 12px; }

/* line 761, ../sass/main.scss */
.module span.large_text_content { color: #1e1c1d; font-size: 16px; font-weight: bold; }

/* line 762, ../sass/main.scss */
.wide { clear: both; margin: 0px 20px; }

/* store_product_block */
/* line 766, ../sass/main.scss */
.store_product_block h3 { font-size: 12px; font-weight: bold; line-height: 14px; }

/* line 767, ../sass/main.scss */
.store_product_block h3 a, .store_product_block h4 a { color: #000; }

/* line 768, ../sass/main.scss */
.store_product_block .text p { line-height: 14px; }

/* line 769, ../sass/main.scss */
.store_product_block .text div div { font-weight: bold; }

/* product_list */
/* line 774, ../sass/main.scss */
.product_list h4 { margin-bottom: 0px !important; }

/* line 775, ../sass/main.scss */
.product_list ul li { border-bottom: 1px solid #dedede; padding: 10px 0px; }

/* line 776, ../sass/main.scss */
.product_list ul li img { border: 1px solid #dedede; float: left; margin-right: 10px; }

/* line 777, ../sass/main.scss */
.product_list ul li h6 { color: #231f20; line-height: 14px; font-weight: bold; }

/* line 778, ../sass/main.scss */
.product_list ul li h6 a { color: inherit; font-weight: inherit; }

/* line 779, ../sass/main.scss */
.product_list ul li p.byline { color: #585556; }

/* line 780, ../sass/main.scss */
.product_list ul li a.buy_now { display: block; margin-top: 10px; }

/* product_spotlight */
/* line 784, ../sass/main.scss */
.product_spotlight h5 { margin-bottom: 10px; }

/* line 785, ../sass/main.scss */
.product_spotlight_image { text-align: center; }

/* line 786, ../sass/main.scss */
.product_spotlight_image img { border: 1px solid #bab8b9; }

/* line 787, ../sass/main.scss */
.product_spotlight_imageMultimedia { float: left; margin-right: 5px; }

/* line 788, ../sass/main.scss */
.product_spotlight_imageMultimedia img { border: 0px solid #585556; margin: 5px 0px 0px 5px; }

/* line 789, ../sass/main.scss */
.product_spotlight_imageMultimediaAudio { display: block; float: left; margin-right: 5px; }

/* line 790, ../sass/main.scss */
.product_spotlight_imageMultimediaAudio img { border: 0px solid #585556; margin: 5px 0px 0px 5px; }

/* line 791, ../sass/main.scss */
.product_spotlight_text { color: #585556; line-height: 14px; font-size: 11px; margin-top: 10px; }

/* line 792, ../sass/main.scss */
.product_spotlight_text h6 { font-size: 14px; line-height: 14px; margin-bottom: 3px; }

/* line 793, ../sass/main.scss */
.product_spotlight_text h6 a { color: #000; font-weight: bold; }

/* line 794, ../sass/main.scss */
.product_spotlight_text h6 a:visited { color: #000; }

/* line 795, ../sass/main.scss */
.product_spotlight p.byline { color: #585556; line-height: 13px; }

/* line 796, ../sass/main.scss */
.product_spotlight p { line-height: 18px; }

/* line 797, ../sass/main.scss */
.product_spotlight p.titleText { color: #585556; line-height: 14px; }

/* line 798, ../sass/main.scss */
.product_spotlight p.titleTextTopPadding { color: #353333; line-height: 14px; padding-top: 12px; }

/* image_list */
/* line 802, ../sass/main.scss */
.image_list h2 { margin-bottom: 10px; }

/* line 803, ../sass/main.scss */
.image_list .item_block { margin-bottom: 25px; }

/* line 804, ../sass/main.scss */
.image_list .item_block .image { float: left; margin-right: 10px; }

/* line 805, ../sass/main.scss */
.image_list .item_block h3 { color: #231f20; font-size: 14px; font-weight: bold; line-height: 12px; margin-bottom: 3px; }

/* line 806, ../sass/main.scss */
.image_list .item_block h3 a { color: #000; }

/* line 807, ../sass/main.scss */
.image_list .item_block p { line-height: 16px; }

/* widget */
/* line 810, ../sass/main.scss */
.widget { border-top: 3px solid #231f20; }

/* line 811, ../sass/main.scss */
.widget h5 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: uppercase; }

/* line 812, ../sass/main.scss */
.widget ul.bullets { list-style-position: outside; margin-left: 14px; }

/* line 813, ../sass/main.scss */
.widget ul.bullets li { margin-bottom: 8px; }

/* line 814, ../sass/main.scss */
.widget .widget_footer { font-weight: bold; text-align: right; }

/* line 815, ../sass/main.scss */
.widget ol { list-style-position: outside; list-style-type: decimal; margin-left: 20px; }

/* line 816, ../sass/main.scss */
.widget ol li { margin-bottom: 8px; }

/* line 817, ../sass/main.scss */
.widget p { font-size: 12px; }

/* Web 1.1 */
/* line 819, ../sass/main.scss */
.widget span.large_text { color: #1e1c1d; font-size: 12px; line-height: 14px; }

/* widgetHomePage */
/* Web 1.1 */
/* line 823, ../sass/main.scss */
.widgetHomePage { border-top: 0px solid #231f20; padding-top: 0px; }

/* line 824, ../sass/main.scss */
.widgetHomePage.guest { background-color: #f5f5f5 !important; }

/* line 825, ../sass/main.scss */
.widgetHomePage.registered { background-color: #c0c0c0 !important; }

/* line 826, ../sass/main.scss */
.widgetHomePage.subscriber { background-color: #a2a1a1 !important; }

/* line 827, ../sass/main.scss */
.widgetHomePage h5 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: uppercase; }

/* line 828, ../sass/main.scss */
.widgetHomePage ul.bullets { list-style-position: outside; margin-left: 14px; }

/* line 829, ../sass/main.scss */
.widgetHomePage ul.bullets li { margin-bottom: 8px; }

/* line 830, ../sass/main.scss */
.widgetHomePage .widget_footer { font-weight: bold; text-align: right; }

/* line 831, ../sass/main.scss */
.widgetHomePage ol { list-style-position: outside; list-style-type: decimal; margin-left: 20px; }

/* line 832, ../sass/main.scss */
.widgetHomePage ol li { margin-bottom: 8px; }

/* line 833, ../sass/main.scss */
.widgetHomePage p { font-size: 12px; }

/* widgetWebinars */
/* Web 1.1 */
/* line 836, ../sass/main.scss */
.widgetWebinars { border-top: 1px solid #A1A1A1; padding-top: 0px; font-size: 12px; margin: 20px 0 25px 0; }

/* line 838, ../sass/main.scss */
.widgetWebinars h4 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 839, ../sass/main.scss */
.widgetWebinars ul.bullets { list-style-position: outside; margin: 10px 0 0 14px; }

/* line 840, ../sass/main.scss */
.widgetWebinars ul.bullets li { margin-bottom: 8px; line-height: 14px; }

/* line 841, ../sass/main.scss */
.widgetWebinars .widget_footer { font-weight: bold; text-align: right; margin-top: 8px; }

/* line 842, ../sass/main.scss */
.widgetWebinars ol { list-style-position: outside; list-style-type: decimal; margin-left: 20px; }

/* line 843, ../sass/main.scss */
.widgetWebinars ol li { margin-bottom: 8px; }

/* line 844, ../sass/main.scss */
.widgetWebinars p { font-size: 12px; }

/* line 847, ../sass/main.scss */
.rocker { display: block; overflow: hidden; width: 50px; }

/* line 848, ../sass/main.scss */
.rocker input { height: 18px; float: left; padding-top: 2px; text-align: center; width: 24px; }

/* line 849, ../sass/main.scss */
.rocker .rocker_controls { float: left; }

/* line 850, ../sass/main.scss */
.rocker a { cursor: pointer; }

/* line 851, ../sass/main.scss */
.rocker a.rocker_up { background-image: url("http://static.hbr.org/hbrg-main/resources/images/rocker_up.gif"); background-repeat: no-repeat; display: block; height: 13px; position: relative; width: 16px; }

/* line 852, ../sass/main.scss */
.rocker a.rocker_up_d { background-image: url("http://static.hbr.org/hbrg-main/resources/images/rocker_up_d.gif"); background-repeat: no-repeat; display: block; height: 13px; position: relative; width: 16px; }

/* line 853, ../sass/main.scss */
.rocker a.rocker_down { background-image: url("http://static.hbr.org/hbrg-main/resources/images/rocker_down.gif"); background-repeat: no-repeat; display: block; height: 13px; width: 16px; }

/* line 854, ../sass/main.scss */
.rocker a.rocker_down_d { background-image: url("http://static.hbr.org/hbrg-main/resources/images/rocker_down_d.gif"); background-repeat: no-repeat; display: block; height: 13px; position: relative; width: 16px; }

/*----------- END CLASSES ---------------*/
/*----------- BEGIN WIDGETS ---------------*/
/* archives */
/* Modified for Web 1.1 */
/* line 862, ../sass/main.scss */
.archives { color: #1e1c1d; }

/* line 863, ../sass/main.scss */
.archives a { color: #1e1c1d; }

/* line 864, ../sass/main.scss */
.archives .archive_block { margin-bottom: 25px; }

/* line 865, ../sass/main.scss */
.archives .archive_block.last { border-bottom: 0px; }

/* line 866, ../sass/main.scss */
.archives .archive_block img { border: 1px solid #898688; margin-bottom: 6px; }

/* line 867, ../sass/main.scss */
.archives .archive_block h6 img { border: 0px solid #898688; margin-left: 0px; margin-bottom: 0px; }

/* line 868, ../sass/main.scss */
.archives .archive_block h6 { font-size: 14px; font-weight: bold; line-height: 14px; }

/* line 869, ../sass/main.scss */
.archives .archive_block .sponsor { display: none; margin-top: 15px; }

/* line 870, ../sass/main.scss */
.archives .archive_block .sponsor img { border: 0px; float: right; margin: 0px; }

/* line 871, ../sass/main.scss */
.archives .archive_block p.byline { margin-top: 4px; }

/* Web 1.1 */
/* line 875, ../sass/main.scss */
.archives .archive_blockMultimedia { margin-bottom: 16px; }

/* line 876, ../sass/main.scss */
.archives .archive_blockMultimedia.last { border-bottom: 0px; }

/* line 877, ../sass/main.scss */
.archives .archive_blockMultimedia img { border: 1px solid #898688; margin-bottom: 6px; }

/* line 878, ../sass/main.scss */
.archives .archive_blockMultimedia span img { border: 0px solid #898688; margin-left: 0px; margin-bottom: 0px; }

/* line 879, ../sass/main.scss */
.archives .archive_blockMultimedia h6 { font-size: 14px; font-weight: bold; line-height: 14px; }

/* line 880, ../sass/main.scss */
.archives .archive_blockMultimedia .sponsor { display: none; margin-top: 15px; }

/* line 881, ../sass/main.scss */
.archives .archive_blockMultimedia .sponsor img { border: 0px; float: right; margin: 0px; }

/* line 882, ../sass/main.scss */
.archives .archive_blockMultimedia p.byline { margin-top: 4px; }

/* line 883, ../sass/main.scss */
.archives .archive_blockMultimedia p.webinarDescription { margin-top: 15px; line-height: 14px; }

/* line 884, ../sass/main.scss */
.archives .archive_blockMultimedia #mobImage { float: left; }

/* line 885, ../sass/main.scss */
.archives .archive_blockMultimedia #mobText { padding-left: 212px; }

/* line 886, ../sass/main.scss */
.archives .archive_blockMultimedia #mobLinkText { float: left; padding-left: 212px; }

/* line 887, ../sass/main.scss */
.archives .archive_blockMultimedia p.mobLinkTextByLine { margin-top: -15px; margin-bottom: 30px; padding-left: 212px; }

/* line 888, ../sass/main.scss */
.archives .archive_blockMultimedia a.mobLinkTextURL { color: #B20022; }

/* articleToc */
/* NOTE: MARKLOGIC HACK - LESS THAN IDEAL - MIGHT NEED TO CHANGE IN FUTURE */
/* line 892, ../sass/main.scss */
#archiveToc { font-size: 12px; }

/* line 893, ../sass/main.scss */
#archiveToc .image { display: none; }

/* line 894, ../sass/main.scss */
#archiveToc h3, #archiveToc h4 { color: #585556; font-size: 11px; letter-spacing: 0.05em; line-height: 14px; margin-bottom: 5px; text-transform: uppercase; }

/* line 895, ../sass/main.scss */
#archiveToc h4.basic { font-size: 12px; letter-spacing: normal; margin: 0px; text-transform: none; }

/* line 896, ../sass/main.scss */
#archiveToc h4.free { font-size: 12px; letter-spacing: normal; margin: 0px; text-transform: none; }

/* line 897, ../sass/main.scss */
#archiveToc ul { margin-bottom: 20px; }

/* line 898, ../sass/main.scss */
#archiveToc ul li { line-height: 14px; margin-bottom: 10px; }

/* line 899, ../sass/main.scss */
#archiveToc ul li p { color: #585556; }

/* line 900, ../sass/main.scss */
h2.toc { font-size: 14px; font-weight: bold; margin-bottom: 5px; }

/* line 901, ../sass/main.scss */
#archiveToc #issueFeaturesBtm { display: none; }

/* line 902, ../sass/main.scss */
#archiveToc span.emphasis { font-style: oblique; }

/* authorPageList */
/* line 906, ../sass/main.scss */
#authorPageList h2 { margin-bottom: 10px; }

/* line 907, ../sass/main.scss */
#authorPageList ul { float: left; list-style-position: outside; margin-left: 20px; width: 173px; }

/* authorSearch */
/* line 910, ../sass/main.scss */
#authorSearch { font-size: 12px; }

/* line 911, ../sass/main.scss */
#authorSearch input#authorSearchForm_text { float: left; margin-right: 5px; width: 194px; }

/* line 912, ../sass/main.scss */
#authorSearch input#authorSearchForm_submit { position: relative; top: -2px; }

/* authorShowcase */
/* line 915, ../sass/main.scss */
#authorShowcase { color: #585556; padding: 20px; }

/* line 916, ../sass/main.scss */
#authorShowcase .row { border-bottom: 1px solid #dedede; padding-bottom: 20px; margin-bottom: 20px; }

/* line 917, ../sass/main.scss */
#authorShowcase .author_block { display: block; float: left; width: 193px; }

/* line 918, ../sass/main.scss */
#authorShowcase .author_block .image { float: left; margin-right: 10px; }

/* line 919, ../sass/main.scss */
#authorShowcase .author_block .text { float: left; font-size: 11px; line-height: 14px; padding-right: 10px; width: 121px; }

/* line 920, ../sass/main.scss */
#authorShowcase .author_block .text span { color: #000; font-size: 12px; font-weight: bold; }

/* line 921, ../sass/main.scss */
#authorShowcase .author_block .text a { white-space: nowrap; }

/* line 922, ../sass/main.scss */
#authorShowcasePrimary .author_block { width: 290px; }

/* line 923, ../sass/main.scss */
#authorShowcasePrimary .author_block .text { width: 157px; }

/* line 924, ../sass/main.scss */
#authorShowcaseTertiary { border-bottom: 0px !important; }

/* bookFeature */
/* line 927, ../sass/main.scss */
#bookFeature { margin-bottom: 20px; }

/* line 928, ../sass/main.scss */
#bookFeature h2 { font-size: 16px; line-height: 16px; margin-bottom: 5px; }

/* line 929, ../sass/main.scss */
#bookFeature p { font-size: 11px; line-height: 14px; }

/* change size */
/* bookSpotlights */
/* line 932, ../sass/main.scss */
#bookSpotlights .product_spotlight_image img { border: 1px solid #000; }

/* currentIssue */
/* Modified for Web 1.1 */
/* line 935, ../sass/main.scss */
#currentIssue { padding-top: 2px; padding: 8px 12px 2px 12px; background: #f1efe8; }

/* line 936, ../sass/main.scss */
#currentIssue h2 { color: #e54515; font-size: 24px; font-weight: 200 !important; display: block !important; margin-bottom: 10px; }

/* line 937, ../sass/main.scss */
#currentIssue h4 { font-family: 'Helvetica', 'Arial', sans-serif; font-size: 12px; font-weight: bold; margin-bottom: 10px; text-transform: capitalize; line-height: 12px; }

/* line 938, ../sass/main.scss */
#currentIssue p.giftSubHeader { line-height: 12px; }

/* line 940, ../sass/main.scss */
#currentIssue .image { float: left; margin-right: 10px; }

/* line 941, ../sass/main.scss */
#currentIssue .image img { margin-top: 5px; margin-bottom: 2px; border: 0px; }

/* line 942, ../sass/main.scss */
#currentIssue .image a { color: #e54515; font-weight: bold; }

/* line 943, ../sass/main.scss */
#currentIssue .imageButton { padding-left: 3px; border: 0px; }

/* line 944, ../sass/main.scss */
#currentIssue ul { line-height: 14px; display: block; float: left; font-size: 11px; line-height: 11px; list-style-type: disc; list-style-position: outside; margin-left: 15px; margin-top: 10px; width: 142px; }

/* line 945, ../sass/main.scss */
#currentIssue ul li { margin-bottom: 10px; }

/* line 946, ../sass/main.scss */
#currentIssue ul li h6 { font-size: 10px; letter-spacing: .05em; line-height: 12px; text-transform: uppercase; }

/* featuredAuthors */
/* line 950, ../sass/main.scss */
#featuredAuthors h2 { margin-bottom: 10px; }

/* line 951, ../sass/main.scss */
#featuredAuthors .author_block { margin-bottom: 20px; }

/* line 952, ../sass/main.scss */
#featuredAuthors .author_block .image { float: left; margin-right: 10px; width: 110px; }

/* line 953, ../sass/main.scss */
#featuredAuthors .author_block h3 { color: #231f20; font-size: 14px; font-weight: bold; line-height: 12px; margin-bottom: 3px; }

/* line 954, ../sass/main.scss */
#featuredAuthors .author_block p { line-height: 18px; }

/* hbrBloggers */
/* line 958, ../sass/main.scss */
#hbrBloggers ul { float: left; width: 136px; }

/* keepUpWithHBR */
/* line 963, ../sass/main.scss */
#keepUpWithHBR a { color: #231f20; }

/* line 964, ../sass/main.scss */
#keepUpWithHBR ul li a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/shareWidgetBackgrounds.gif") top left no-repeat; display: block; height: 20px; padding: 2px 0px 0px 30px; }

/* line 965, ../sass/main.scss */
#keepUpWithHBR ul li a:hover { text-decoration: none; }

/* line 966, ../sass/main.scss */
#keepUpWithHBR ul li a:hover span { text-decoration: underline; }

/* line 967, ../sass/main.scss */
#keepUpWithHBR ul li a span { font-weight: bold; }

/* line 968, ../sass/main.scss */
#keepUpWithHBR ul li { border-bottom: 1px solid #dedede; padding: 5px 0px 7px 0px; }

/* line 969, ../sass/main.scss */
#keepUpWithHBR ul li#shareTweet a { background-position: 0 -21px; }

/* line 970, ../sass/main.scss */
#keepUpWithHBR ul li#shareTweet a span { color: #56c5d0; }

/* line 971, ../sass/main.scss */
#keepUpWithHBR ul li#shareFacebook a { background-position: 0px -41px; }

/* line 972, ../sass/main.scss */
#keepUpWithHBR ul li#shareFacebook a span { color: #4888b5; }

/* line 973, ../sass/main.scss */
#keepUpWithHBR ul li#shareYouTube a { background-position: 0px -100px; }

/* line 974, ../sass/main.scss */
#keepUpWithHBR ul li#shareYouTube a span { color: #e54515; }

/* magazineHeadline */
/* line 977, ../sass/main.scss */
#magazineHeadline { border-bottom: 1px solid #dedede; clear: both; display: block; height: 20px; margin-bottom: 10px; padding: 10px 20px 10px 20px; }

/* line 978, ../sass/main.scss */
.article #magazineHeadline { height: auto; }

/* line 979, ../sass/main.scss */
#magazineHeadline.archive_toc { height: auto; border-bottom: 0px; }

/* line 980, ../sass/main.scss */
#magazineHeadline.magazine_page { border-bottom: 0px; }

/* line 981, ../sass/main.scss */
#magazineHeadline h1 { clear: both; font-size: 32px !important; font-weight: 200 !important; line-height: 32px; }

/* line 982, ../sass/main.scss */
#magazineHeadline h1 span { display: none; }

/* line 983, ../sass/main.scss */
#magazineHeadline h3 { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/magazineH3.gif") top left no-repeat; height: 10px; margin-bottom: 8px; width: 125px; }

/* line 984, ../sass/main.scss */
#magazineHeadline h3 span { display: none; }

/* line 985, ../sass/main.scss */
#magazineHeadline .magazine_nav { font-size: 12px; float: right; margin: -3px 0px 2px 0px; }

/* line 986, ../sass/main.scss */
#magazineHeadline .magazine_nav select { margin: 0px 2px; padding-left: 1px; }

/* line 987, ../sass/main.scss */
#magazineHeadline .magazine_nav select option { padding-left: 5px; }

/* line 988, ../sass/main.scss */
#magazineHeadline .magazine_nav select#issueDate { width: 65px; }

/* line 989, ../sass/main.scss */
#magazineHeadline .magazine_nav select#issueList { margin-right: 5px; width: 160px; }

/* line 990, ../sass/main.scss */
#magazineHeadline .magazine_nav a#issueLink { font-weight: bold; }

/* line 992, ../sass/main.scss */
#magazineHeadline .magazine_navPrevIssues { font-size: 12px; float: right; margin: -3px 0px 2px 0px; }

/* line 993, ../sass/main.scss */
#magazineHeadline .magazine_navPrevIssues select { margin: 0px 2px; padding-left: 1px; }

/* line 994, ../sass/main.scss */
#magazineHeadline .magazine_navPrevIssues select option { padding-left: 5px; }

/* line 995, ../sass/main.scss */
#magazineHeadline .magazine_navPrevIssues select#issueDatePrevIssues { width: 65px; }

/* line 996, ../sass/main.scss */
#magazineHeadline .magazine_navPrevIssues select#issueListPrevIssues { margin-right: 5px; width: 160px; }

/* line 997, ../sass/main.scss */
#magazineHeadline .magazine_navPrevIssues a#issueLinkPrevIssues { font-weight: bold; }

/* height adjustment for TOC and article pages */
/* line 1000, ../sass/main.scss */
#magazineHeadline.toc_header { height: 50px; }

/* line 1001, ../sass/main.scss */
#magazineHeadline.article_header { height: 50px; }

/* magazineModularNavigation */
/*Web 1.1*/
/* line 1005, ../sass/main.scss */
#magazineModularNavigation { border-top: 1px solid #a1a1a1; color: #353333; font-size: 12px; margin-bottom: 20px; padding-top: 12px; }

/* line 1006, ../sass/main.scss */
#magazineModularNavigation a { color: #353333; }

/* line 1007, ../sass/main.scss */
#magazineModularNavigation ul { margin-bottom: 5px; }

/* line 1008, ../sass/main.scss */
#magazineModularNavigation a#issueLink { color: #B20022; font-weight: bold; }

/* line 1009, ../sass/main.scss */
#magazineContentCustom { display: block; font-size: 12px; height: 55px; overflow: hidden; }

/* line 1010, ../sass/main.scss */
#magazineContentCustom { background-position: 0px 0px; }

/* magazineShowcase */
/* line 1015, ../sass/main.scss */
#magazineShowcase { font-size: 12px; line-height: 14px; margin-bottom: 20px; }

/* line 1016, ../sass/main.scss */
#magazineShowcase h4 { line-height: 18px; }

/* line 1017, ../sass/main.scss */
#magazineShowcase .image { margin-bottom: 5px; }

/* line 1018, ../sass/main.scss */
#magazineShowcase ul { font-weight: bold; text-align: right; }

/* line 1019, ../sass/main.scss */
#magazineShowcase ul li { padding: 5px 0px; }

/* line 1020, ../sass/main.scss */
#magazineShowcase ul li.subscribe { border-bottom: 1px solid #dedede; }

/* line 1021, ../sass/main.scss */
#magazineShowcase ul li.subscribe a { color: #e54515; }

/* mailingListTout */
/* line 1024, ../sass/main.scss */
#mailingListTout { padding-bottom: 10px; }

/* line 1025, ../sass/main.scss */
#mailingListTout h5 { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/mailingListH5.gif") top left no-repeat; margin-bottom: 10px; }

/* line 1026, ../sass/main.scss */
#mailingListTout label { color: #585556; }

/* line 1027, ../sass/main.scss */
#mailingListTout ul { margin-bottom: 15px; }

/* line 1028, ../sass/main.scss */
#mailingListTout ul li { font-size: 12px; line-height: 14px; margin-bottom: 7px; }

/* line 1029, ../sass/main.scss */
#mailingListTout ul li input { margin-right: 5px; }

/* line 1030, ../sass/main.scss */
#mailingListTout ul li.last { padding-left: 24px; }

/* line 1031, ../sass/main.scss */
#mailingListTout ul li.last a { font-weight: bold; }

/* line 1033, ../sass/main.scss */
#mailingListFormSubmit input#mailingListForm_EmailAddress { float: left; font-size: 12px; line-height: 14px; width: 210px; }

/* line 1034, ../sass/main.scss */
#mailingListFormSubmit input#mailingListForm_submit { left: 10px; position: relative; top: -5px; }

/* mostWidget */
/* line 1037, ../sass/main.scss */
#mostWidget { padding-top: 15px; }

/* line 1038, ../sass/main.scss */
#mostWidgetTabs { height: 28px !important; overflow: hidden; }

/* line 1039, ../sass/main.scss */
#mostWidgetTabs ul#readShared { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/mostWidgetBackground_readShared.gif") top left no-repeat; }

/* Uncomment for tab1=commented/tab2=read
#mostWidgetTabs ul#readCommented li {background:transparent image-cdn('mostWidgetBackground_commentedRead.gif') top left no-repeat;}
#mostWidgetTabs.tab1on ul#readShared {background-position:0px 0px;}
#mostWidgetTabs.tab2on ul#readShared {background-position:-302px 0px;}
#mostWidget ul#readCommented li#tab1 {background-position:0px 0px !important; cursor:pointer; height:28px; width:162px;}
#mostWidget ul#readCommented li#tab2 {background-position:-162px 0px !important; cursor:pointer; height:28px; width:138px;}
#mostWidget .tab1on ul#readCommented li#tab1 {background-position:0px 0px !important;}
#mostWidget .tab1on ul#readCommented li#tab2 {background-position:-162px 0px !important;}
#mostWidget ul#readCommented li#tab2:hover {background-position:-162px -56px !important;}
#mostWidget .tab2on ul#readCommented li#tab1 {background-position:0px -28px !important;}	
#mostWidget .tab2on ul#readCommented li#tab1:hover {background-position:0px -56px !important;}
#mostWidget .tab2on ul#readCommented li#tab2 {background-position:-162px -28px !important;}
*/
/* for tab1=read/tab2=commented */
/* line 1056, ../sass/main.scss */
#mostWidgetTabs ul#readCommented li { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/mostWidgetBackground_readCommented.gif") top left no-repeat; }

/* line 1057, ../sass/main.scss */
#mostWidgetTabs.tab1on ul#readShared { background-position: 0px 0px; }

/* line 1058, ../sass/main.scss */
#mostWidgetTabs.tab2on ul#readShared { background-position: -302px 0px; }

/* line 1059, ../sass/main.scss */
#mostWidget ul#readCommented li#tab1 { background-position: 0px 0px !important; cursor: pointer; height: 28px; width: 141px; }

/* line 1060, ../sass/main.scss */
#mostWidget ul#readCommented li#tab2 { background-position: -141px 0px !important; cursor: pointer; height: 28px; width: 159px; }

/* line 1061, ../sass/main.scss */
#mostWidget .tab1on ul#readCommented li#tab1 { background-position: 0px 0px !important; }

/* line 1062, ../sass/main.scss */
#mostWidget .tab1on ul#readCommented li#tab2 { background-position: -141px 0px !important; }

/* line 1063, ../sass/main.scss */
#mostWidget ul#readCommented li#tab2:hover { background-position: -141px -56px !important; }

/* line 1064, ../sass/main.scss */
#mostWidget .tab2on ul#readCommented li#tab1 { background-position: 0px -28px !important; }

/* line 1065, ../sass/main.scss */
#mostWidget .tab2on ul#readCommented li#tab1:hover { background-position: 0px -56px !important; }

/* line 1066, ../sass/main.scss */
#mostWidget .tab2on ul#readCommented li#tab2 { background-position: -141px -28px !important; }

/* Web 1.1 */
/* line 1070, ../sass/main.scss */
#mostWidget h2 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: uppercase; margin: -15px 0 10px 0px; }

/* line 1072, ../sass/main.scss */
#mostWidgetTabs ul li { background-color: transparent; cursor: pointer; display: inline; float: left; }

/* line 1073, ../sass/main.scss */
#mostWidgetTabs ul li span { display: none; }

/* line 1075, ../sass/main.scss */
#mostWidget #mostWidgetContent { border: 1px solid #c8c6c7; border-top-width: 0; font-size: 12px; padding: 10px 15px 15px 15px; }

/* line 1076, ../sass/main.scss */
#mostWidget #mostWidgetContent ol { list-style-type: decimal; margin-left: 20px; }

/* line 1077, ../sass/main.scss */
#mostWidget #mostWidgetContent ol.off { display: none; }

/* line 1078, ../sass/main.scss */
#mostWidget #mostWidgetContent ol.on { display: block; }

/* line 1079, ../sass/main.scss */
#mostWidget #mostWidgetContent ol li { border-bottom: 1px solid #f2efe8; line-height: 16px; margin-bottom: 0px; padding: 8px 0 7px 0; }

/* line 1080, ../sass/main.scss */
#mostWidget #mostWidgetContent ol li.last { border-bottom-width: 0; }

/* line 1082, ../sass/main.scss */
#mostWidgetOptions { margin-bottom: 3px; }

/* line 1083, ../sass/main.scss */
#mostWidgetOptions ul { border-bottom: 1px solid #C8C6C7; }

/* line 1084, ../sass/main.scss */
#mostWidgetOptions ul li { color: #585556; display: block; float: left; font-size: 11px; _font-size: 10px; margin-right: 9px; }

/* line 1085, ../sass/main.scss */
#mostWidgetOptions ul li a { font-weight: bold !important; }

/* line 1086, ../sass/main.scss */
#mostWidgetOptions ul li a:visited { font-weight: bold !important; }

/* line 1087, ../sass/main.scss */
#mostWidgetOptions ul li .on { color: #585556; font-weight: normal !important; }

/* line 1088, ../sass/main.scss */
#mostWidgetOptions ul li .on:hover { text-decoration: none; }

/* line 1089, ../sass/main.scss */
#mostWidgetFooter { text-align: right; width: 100%; margin-top: 10px; font-weight: bold; display: block; height: 45px; }

/* line 1090, ../sass/main.scss */
.most-popular-widget-footer-tag-container { display: block; float: left; margin-left: 19px; margin-top: 3px; }

/* mostPopular */
/* line 1093, ../sass/main.scss */
#mostPopular { border: 0; margin-top: 15px; }

/* line 1094, ../sass/main.scss */
#mostPopular h3 { color: #1E1C1D; font-size: 12px; font-weight: bold; letter-spacing: 0.05em; margin-bottom: 7px; text-transform: uppercase; }

/* line 1096, ../sass/main.scss */
.most_widget_content { border: 1px solid #ccc; margin-top: -1px; padding: 11px 10px 0px 10px; z-index: 99; }

/* line 1097, ../sass/main.scss */
.most_widget_content ul { color: #000; list-style-type: decimal; line-height: 16px; margin-left: 25px; }

/* line 1098, ../sass/main.scss */
.most_widget_content ul li { border-bottom: 1px solid #F2EFE8; margin-bottom: 8px; padding-bottom: 7px; }

/* line 1099, ../sass/main.scss */
.most_widget_content ul li:last-child { border-bottom: 0; }

/* line 1101, ../sass/main.scss */
.most_row { clear: both; display: block; margin-bottom: 20px; }

/* line 1102, ../sass/main.scss */
.most_widget { display: block; float: left; font-size: 12px; margin-right: 20px; width: 280px; }

/* line 1103, ../sass/main.scss */
.most_widget.last { margin-right: 0; }

/* line 1105, ../sass/main.scss */
#mostWidget_products { display: block; float: left; font-size: 12px; margin-right: 20px; margin-top: 20px; width: 300px; border-top: 3px solid #231F20; padding-top: 8px; }

/* line 1107, ../sass/main.scss */
.most_widget_image { display: block; float: left; margin-right: 8px; }

/* line 1109, ../sass/main.scss */
.most_widget_header { display: block; z-index: 100; }

/* line 1110, ../sass/main.scss */
.most_widget_header ul li { background-color: #f0efef; border: 1px solid #ccc; display: block; float: left; font-size: 11px; font-weight: bold; margin: 0px 5px 0px -1px; _margin-left: 0px; padding: 4px 7px; text-transform: uppercase; }

/* line 1111, ../sass/main.scss */
.most_widget_header ul .on { background-color: #fff; border-bottom: 1px solid #fff; font-weight: bold; }

/* line 1112, ../sass/main.scss */
.most_widget_header ul .on a { color: #585556; }

/* line 1113, ../sass/main.scss */
.most_widget_header ul .on a:hover { text-decoration: none; }

/* global most overrides */
/* Modified for Web 1.1 */
/* line 1116, ../sass/main.scss */
#pageRightColumn .most_widget { border-top: 3px solid #231F20; margin: 0px 20px 20px 10px; width: 300px; padding-top: 8px; }

/* line 1117, ../sass/main.scss */
.most_widget h3 { color: #1E1C1D; font-weight: bold; letter-spacing: 0.05em; margin-bottom: 7px; text-transform: uppercase; }

/* line 1118, ../sass/main.scss */
.most_widget_content #mostWidgetFooter { margin-bottom: 10px; }

/* answerExchangeWidget */
/* line 1121, ../sass/main.scss */
#answerExchangeWidget { background-color: #f2f2f2; border: 1px solid #c8c6c7; padding: 12px 15px; }

/* line 1122, ../sass/main.scss */
#answerExchangeWidget h2 a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/answerExchangeH2.gif") top left no-repeat; display: block; height: 20px; margin-bottom: 5px; width: 211px; }

/* line 1123, ../sass/main.scss */
#answerExchangeWidget h2 span { display: none; }

/* line 1124, ../sass/main.scss */
#answerExchangeWidget ul { margin-bottom: 10px; }

/* line 1125, ../sass/main.scss */
#answerExchangeWidget ul li { border-bottom: 1px solid #c8c6c7; line-height: 13px; padding: 7px 0px; }

/* newProductTout */
/* line 1128, ../sass/main.scss */
#newProductTout { font-size: 12px; }

/* line 1129, ../sass/main.scss */
#newProductTout h6 { font-size: 11px; text-transform: uppercase; }

/* line 1130, ../sass/main.scss */
#newProductTout .product_spotlight_text h5 { font-size: 14px; text-transform: none; letter-spacing: normal !important; line-height: normal; margin-bottom: 0px; }

/* line 1131, ../sass/main.scss */
#newProductTout .product_spotlight_text h5 a { color: #010101; }

/* line 1132, ../sass/main.scss */
#newProductTout .product_spotlight_text p.byline { line-height: normal; }

/* socialMediaWidget */
/* line 1135, ../sass/main.scss */
#socialMediaWidget { border-top: 0 !important; }

/* pollWidget */
/* line 1140, ../sass/main.scss */
#pollWidget { padding-bottom: 10px; }

/* line 1141, ../sass/main.scss */
#pollWidget h5 { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/readerPollH5.gif") top left no-repeat; margin-bottom: 10px; }

/* recentBlogPosts */
/* line 1145, ../sass/main.scss */
#recentBlogPosts h4 { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/recentBlogPostsH4.gif") top left no-repeat; margin-top: 2px; }

/* line 1146, ../sass/main.scss */
#recentBlogPosts { font-size: 12px; }

/* line 1148, ../sass/main.scss */
#recentBlogPosts ul.bullets li { line-height: 16px; margin-bottom: 10px; }

/* line 1149, ../sass/main.scss */
#recentBlogPosts ul.bullets li span { color: #585556; font-size: 11px; text-transform: uppercase; }

/* line 1150, ../sass/main.scss */
#recentBlogPosts ul.bullets li.last { list-style: none; text-align: right; }

/* line 1151, ../sass/main.scss */
#recentBlogPosts ul.bullets li.last a { font-weight: bold; }

/* relatedProducts */
/* line 1154, ../sass/main.scss */
#relatedProducts { overflow: auto; }

/* line 1155, ../sass/main.scss */
#relatedProducts h4 { margin-bottom: 0px !important; }

/* line 1156, ../sass/main.scss */
#relatedProducts ul li { border-bottom: 1px solid #dedede; padding: 10px 0px; }

/* line 1157, ../sass/main.scss */
#relatedProducts ul li img { border: 1px solid #dedede; float: left; margin-right: 10px; }

/* line 1158, ../sass/main.scss */
#relatedProducts ul li h6 { color: #231f20; line-height: 14px; font-weight: bold; }

/* line 1159, ../sass/main.scss */
#relatedProducts ul li h6 a { color: inherit; font-weight: inherit; }

/* line 1160, ../sass/main.scss */
#relatedProducts ul li p.byline { color: #585556; }

/* line 1161, ../sass/main.scss */
#relatedProducts ul li a.buy_now { display: block; margin-top: 10px; }

/* line 1162, ../sass/main.scss */
#relatedProducts.widget { border-top: 0; }

/* relatedTopicsWidget */
/* line 1166, ../sass/main.scss */
#relatedTopicsWidget a { font-weight: bold; }

/* line 1167, ../sass/main.scss */
#relatedTopicsWidget h5 { margin-bottom: 5px !important; }

/* line 1168, ../sass/main.scss */
#relatedTopicsWidget ul li { border-bottom: 1px solid #dedede; padding: 5px 0px 7px 0px; }

/* top and bottom sharing widgets */
/* line 1172, ../sass/main.scss */
#shareWidget { margin-bottom: 40px; }

/* line 1173, ../sass/main.scss */
#shareWidget a { font-size: 12px; color: #A1A0A0; font-weight: bold; }

/* line 1174, ../sass/main.scss */
#shareWidgetTop { margin-bottom: 32px; padding: 0px 20px; }

/* line 1175, ../sass/main.scss */
#shareWidgetTop a { font-size: 12px; color: #A1A0A0; font-weight: bold; }

/* line 1176, ../sass/main.scss */
#shareWidgetBottom { clear: both; }

/* line 1177, ../sass/main.scss */
ul.social-links { border: 1px solid #dedede; border-width: 1px 0px; line-height: 14px; overflow: auto; }

/* line 1178, ../sass/main.scss */
ul.social-links li a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/social-links-bg.gif") top left no-repeat; color: #585556; font-size: 11px; height: 19px; text-decoration: none; /*padding:1px 0 0 23px;*/ }

/* line 1179, ../sass/main.scss */
ul.social-links li.gShare { float: right; padding-top: 5px; padding-bottom: 5px; }

/* line 1180, ../sass/main.scss */
ul.social-links li { float: left; padding-top: 5px; padding-bottom: 5px; }

/* line 1181, ../sass/main.scss */
ul.social-links li.last { margin-right: 0px !important; }

/* line 1182, ../sass/main.scss */
ul.social-links li a span { display: none; }

/* line 1183, ../sass/main.scss */
ul.social-links li a.social-email { background-position: 0 0; }

/* line 1184, ../sass/main.scss */
ul.social-links li a.social-share { background-position: 0 -19px; }

/* line 1185, ../sass/main.scss */
ul.social-links li a.social-print { background-position: 0 -38px; }

/* line 1186, ../sass/main.scss */
ul.social-links li a.social-daily-alert { background-position: 0 -57px; }

/* line 1187, ../sass/main.scss */
ul.social-links li a.social-comments { background: none; /*-position:0 -76px;*/ }

/* line 1188, ../sass/main.scss */
ul.social-links li a.social-comments:hover { text-decoration: underline; }

/* line 1189, ../sass/main.scss */
.atclear { display: none !important; }

/* Modified for Web 1.1 */
/* line 1193, ../sass/main.scss */
#specialOffersWidget ul li { margin-bottom: 10px; }

/* line 1194, ../sass/main.scss */
#specialOffersWidget #byline { width: 300px; }

/* line 1195, ../sass/main.scss */
#specialOffersWidget #bookToutText { float: left; width: 180px; }

/* line 1196, ../sass/main.scss */
#specialOffersWidget span { font-size: 14px; }

/* line 1197, ../sass/main.scss */
#specialOffersWidget p.bookToutTextDescription { line-height: 14px; }

/* line 1198, ../sass/main.scss */
#specialOffersWidget a.bookToutLink { color: #000000; }

/* line 1199, ../sass/main.scss */
#specialOffersWidget #imagePriceInfo { float: left; margin-left: 20px; width: 100px; }

/* line 1200, ../sass/main.scss */
#specialOffersWidget #productPrice { font-size: 14px; margin-top: 12px; text-align: center; }

/* line 1201, ../sass/main.scss */
#specialOffersWidget #buyLink { font-size: 11px; line-height: 14px; margin-top: 14px; }

/* storeModule */
/* line 1204, ../sass/main.scss */
#storeModule { font-size: 12px; clear: both; display: block; line-height: 14px; margin: 0px 20px 20px 20px; }

/* line 1205, ../sass/main.scss */
#storeModule h2 { margin-bottom: 10px; }

/* line 1206, ../sass/main.scss */
#storeModule h4 a { color: #383435; }

/* line 1207, ../sass/main.scss */
#storeModule .module_content { border-left: 1px solid #aaaaaa; margin: 0px 20px; }

/* line 1208, ../sass/main.scss */
#storeModule .product_block { border: 1px solid #aaaaaa; border-left: 0px; display: block; height: 220px; float: left; padding: 5px; width: 160px; }

/* line 1209, ../sass/main.scss */
#storeModule .product_block h3 a { color: #010101; font-weight: bold; }

/* line 1210, ../sass/main.scss */
#storeModule .product_block h4 { color: #383435; font-size: 11px; margin-bottom: 10px; text-transform: uppercase; }

/* line 1211, ../sass/main.scss */
#storeModule .product_block_image { margin-left: 16%; margin-bottom: 10px; }

/* subscribeNow */
/* line 1214, ../sass/main.scss */
#subscribeNow { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/subscribeNowBackground.png") top left no-repeat; display: block; font-size: 12px; height: 129px; margin-bottom: 10px; }

/* line 1215, ../sass/main.scss */
#subscribeNow h2 { display: none; }

/* line 1216, ../sass/main.scss */
#subscribeNow p { left: 123px; line-height: 16px; position: relative; top: 55px; width: 150px; }

/* specialOfferBar */
/* line 1219, ../sass/main.scss */
#specialOfferBar { color: #585556; border: 1px solid #dedede; clear: both; display: block; font-size: 12px; margin-bottom: 10px; padding: 2px 5px; }

/* todayOnHBRListWidget */
/* line 1223, ../sass/main.scss */
#todayOnHBRListWidget .image img { border-top: 1px solid #000; border-bottom: 2px solid #000; margin-bottom: 10px; }

/* line 1224, ../sass/main.scss */
#todayOnHBRListWidget ul { line-height: 14px; }

/* line 1225, ../sass/main.scss */
#todayOnHBRListWidget ul li { margin-bottom: 14px; }

/* line 1226, ../sass/main.scss */
#todayOnHBRListWidget ul li h6 { font-size: 10px; letter-spacing: .05em; line-height: 12px; text-transform: uppercase; }

/* todayOnHBRWidget */
/* line 1230, ../sass/main.scss */
#todayOnHBRWidget h5 { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/todayOnHBRH5.gif") top left no-repeat; }

/* line 1231, ../sass/main.scss */
#todayOnHBRWidget .image { border: 1px solid #dedede; overflow: hidden; margin-bottom: 10px; width: 298px; }

/* line 1232, ../sass/main.scss */
#todayOnHBRWidget .text a { color: #231F20; font-size: 14px; font-weight: bold; line-height: 16px; }

/* topicSearchResults */
/* line 1235, ../sass/main.scss */
#topicSearchResults h2 { margin-bottom: 10px; }

/* line 1236, ../sass/main.scss */
#topicSearchResults h3 { border-bottom: 1px solid #dedede; }

/* line 1237, ../sass/main.scss */
#topicSearchResults .media_item .media_item_meta { margin-bottom: 3px !important; }

/* line 1238, ../sass/main.scss */
#topicSearchResults .media_item .media_item_meta h4 { font-size: 12px !important; line-height: 14px; margin-bottom: 2px; }

/* line 1239, ../sass/main.scss */
#topicSearchResults .media_item .media_item_meta h6 { font-size: 11px; letter-spacing: normal; text-transform: none; }

/* line 1240, ../sass/main.scss */
#topicSearchResults .media_item .media_item_meta h6 span { font-size: 11px; }

/* line 1241, ../sass/main.scss */
#topicSearchResults .formatCorrect { clear: both; }

/* twitterTout */
/* line 1245, ../sass/main.scss */
#twitterTout a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/followUsOnTwitter.gif") top left no-repeat; display: block; height: 37px; width: 230px; }

/* line 1246, ../sass/main.scss */
#twitterTout a span { display: none; }

/* yourVoices */
/* line 1250, ../sass/main.scss */
#quoteWidget img { float: left; margin-right: 10px; }

/* line 1251, ../sass/main.scss */
#quoteWidget div { color: #585556; padding: 0px 10px; }

/* line 1252, ../sass/main.scss */
#quoteWidget div div { padding: 0px; }

/* line 1253, ../sass/main.scss */
#quoteWidget blockquote { line-height: 18px; margin-bottom: 10px; }

/* line 1254, ../sass/main.scss */
#quoteWidget p { line-height: 14px; }

/* line 1256, ../sass/main.scss */
#greenQuote { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/quotes_green.gif") top left no-repeat; display: block; float: left; height: 28px; margin-right: 10px; width: 34px; }

/* line 1257, ../sass/main.scss */
#grayQuote { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/quotes_gray.gif") top left no-repeat; display: block; float: left; height: 28px; margin-right: 10px; width: 34px; }

/* line 1258, ../sass/main.scss */
#blueQuote { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/quotes_blue.gif") top left no-repeat; display: block; float: left; height: 28px; margin-right: 10px; width: 34px; }

/*----------- END WIDGETS ---------------*/
/*----------- BEGIN STORE ---------------*/
/* line 1265, ../sass/main.scss */
#idpProductFeature { clear: both; display: block; font-size: 12px; margin-bottom: 20px; padding: 20px; }

/* line 1266, ../sass/main.scss */
#idpProductFeature a.email_this { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/shareWidgetBackgrounds.gif") top left no-repeat; color: #231f20; display: block; font-size: 11px; height: 20px; padding: 2px 0px 0px 23px; }

/* line 1267, ../sass/main.scss */
#idpProductFeature .image { float: right; margin-left: 20px; }

/* line 1268, ../sass/main.scss */
#idpProductFeature h1 { font-size: 20px; font-weight: bold; line-height: 18px; margin-bottom: 5px; }

/* line 1269, ../sass/main.scss */
#idpProductFeature h2 { font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; }

/* line 1270, ../sass/main.scss */
#idpProductFeature p { line-height: 18px; }

/* line 1271, ../sass/main.scss */
#idpProductFeature p.byline { color: #585556; line-height: 16px; margin-bottom: 10px; }

/* line 1272, ../sass/main.scss */
#idpProductFeature p.byline a { color: #585556; }

/* line 1273, ../sass/main.scss */
#idpProductFeature p#item_info_text_full { display: none; }

/* line 1274, ../sass/main.scss */
#idpProductFeature table tr td { vertical-align: top; }

/* line 1277, ../sass/main.scss */
#productPreview .preview_button { float: left; margin-right: 10px; }

/* line 1279, ../sass/main.scss */
.product_info_section { border-bottom: 1px solid #dedede; font-size: 12px; line-height: 14px; margin-bottom: 10px; padding-bottom: 10px; }

/* line 1280, ../sass/main.scss */
.product_info_section h3 { font-size: 14px; font-weight: bold; margin-bottom: 10px; }

/* line 1281, ../sass/main.scss */
.product_info_section ul { float: left; width: 190px; }

/* line 1282, ../sass/main.scss */
.product_info_section ul.full_span { width: 570px; }

/* line 1283, ../sass/main.scss */
.product_info_section ul li { margin-bottom: 10px; }

/* line 1284, ../sass/main.scss */
.product_info_section p { margin-bottom: 10px; }

/* line 1286, ../sass/main.scss */
a#kindleLink { margin-right: 20px; }

/* line 1287, ../sass/main.scss */
span#__GBS_Button0 { margin-right: 10px; }

/* line 1288, ../sass/main.scss */
#alsoViewed { background-color: #f2f2f2; border: 1px solid #eceaea; font-size: 12px; margin-bottom: 20px; padding: 15px 20px; }

/* line 1289, ../sass/main.scss */
#alsoViewed h3 { font-size: 14px; font-weight: bold; margin-bottom: 10px; }

/* line 1291, ../sass/main.scss */
#addToCartWidget { background-color: #eaeaea; border: 2px solid #a8a8a8; color: #585556; margin-bottom: 5px; font-size: 12px; padding: 5px 10px; }

/* line 1292, ../sass/main.scss */
#addToCartWidget table { border: 1px solid #d9d9d9; margin-bottom: 10px; }

/* line 1293, ../sass/main.scss */
#addToCartWidget table table { border: 0px; margin-bottom: 5px; width: 212px; }

/* line 1294, ../sass/main.scss */
#addToCartWidget td.quantity_selector { background-color: #FFFFFF; border-left: 1px solid #d9d9d9; font-size: 11px; padding: 5px 0px 5px 10px; }

/* line 1295, ../sass/main.scss */
#addToCartWidget td.section_label { background-color: #f2f2f2; font-weight: bold; padding: 0px 5px; width: 65px; }

/* line 1296, ../sass/main.scss */
#addToCartWidget td.section_label a { border-bottom: 1px dashed #585556; color: #585556; }

/* line 1297, ../sass/main.scss */
#addToCartWidget td.section_label a:hover { cursor: help; text-decoration: none; }

/* line 1298, ../sass/main.scss */
#addToCartWidget td.section_label.top { border-bottom: 1px solid #d9d9d9; }

/* line 1299, ../sass/main.scss */
#addToCartWidget td.rocker_container { padding-right: 5px; width: 40px; }

/* line 1300, ../sass/main.scss */
#addToCartWidget ul.format_list { background-color: #fff; }

/* line 1301, ../sass/main.scss */
#addToCartWidget ul.format_list li { border-bottom: 1px solid #d9d9d9; border-left: 1px solid #d9d9d9; color: #000; padding: 2px 0 1px 5px; width: 212px; }

/* line 1302, ../sass/main.scss */
#addToCartWidget ul.format_list li a { color: #000; }

/* line 1303, ../sass/main.scss */
#addToCartWidget ul.format_list li.on { /*background:#f4f4f4 image-cdn('cartFormatOn.gif') top left no-repeat; border-left:0px; color:#000;*/ font-weight: bold; }

/* line 1304, ../sass/main.scss */
#addToCartWidget ul.format_list li input { margin-right: 3px; }

/* line 1305, ../sass/main.scss */
#addToCartWidget td.price strong { font-size: 12px; }

/* line 1306, ../sass/main.scss */
#addToCartWidget p { line-height: 11px; }

/* line 1307, ../sass/main.scss */
#addToCartWidget .availability { line-height: 11px; }

/* line 1308, ../sass/main.scss */
#addToCartWidget #educatorLinks { font-size: 11px; font-weight: bold; margin-bottom: 10px; }

/* line 1309, ../sass/main.scss */
#addToCartWidget a.add_to_cart { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/addToCartWidget_add.gif") top left no-repeat; display: block; height: 33px; margin-left: 25%; width: 140px; }

/* line 1310, ../sass/main.scss */
#addToCartWidget a.add_to_cart span { display: none; }

/* line 1311, ../sass/main.scss */
#quantityPricing { margin-top: 10px; line-height: 14px; }

/* overlay popup */
/* line 1314, ../sass/main.scss */
.overlay_popup { background-color: #F2F2F2; border: 1px solid #a09e9f; display: block; padding: 23px 10px 5px 10px; position: absolute; width: 300px; z-index: 1000; }

/* line 1315, ../sass/main.scss */
.overlay_popup .overlay_popup_content { background-color: #fff; padding: 10px 20px 20px 20px; }

/* line 1316, ../sass/main.scss */
.overlay_popup .overlay_popup_inner_header { background-color: #fff; padding: 10px 20px 0px 20px; }

/* line 1317, ../sass/main.scss */
.overlay_popup .overlay_popup_inner_header h5 { color: #000; font-size: 18px; font-weight: bold; margin: 0px; }

/* line 1318, ../sass/main.scss */
.overlay_popup .overlay_popup_footer a { color: #000; float: right; margin-top: 7px; }

/* line 1319, ../sass/main.scss */
.overlay_popup p { line-height: 15px !important; margin-bottom: 10px; }

/* line 1320, ../sass/main.scss */
.overlay_popup ul { list-style-type: disc; line-height: 15px !important; margin: 0px 0px 10px 15px; }

/* line 1321, ../sass/main.scss */
.overlay_popup ul li { margin-bottom: 5px; }

/* line 1322, ../sass/main.scss */
.overlay_popup a.close { color: #000000; display: block; float: right; margin-top: -20px; }

/* storeFeature */
/* Modified for Web 1.1 */
/* line 1326, ../sass/main.scss */
#storeFeature { font-size: 12px; margin-bottom: 20px; padding: 4px 0px; }

/* line 1327, ../sass/main.scss */
#storeFeature h6 { color: #b20022; font-size: 11px; font-weight: bold; letter-spacing: -0.05em; text-transform: uppercase; }

/* line 1328, ../sass/main.scss */
#storeFeature h2.storeSectionHeader { color: #1E1C1D; font-size: 12px; font-weight: bold; letter-spacing: 0.05em; margin-bottom: 10px; text-transform: uppercase; }

/* line 1329, ../sass/main.scss */
#storeFeature h3 { font-size: 11px; line-height: 14px; text-transform: uppercase; }

/* line 1330, ../sass/main.scss */
#storeFeature h2 { font-size: 14px; font-weight: bold; line-height: 14px; }

/*#storeFeature a {color:#000000;}*/
/* line 1332, ../sass/main.scss */
#storeFeature #storeFeaturePrimary { border-right: 1px solid #dedede; display: block; float: left; padding-right: 10px; width: 256px; }

/* line 1333, ../sass/main.scss */
#storeFeature #storeFeaturePrimary span { font-size: 11px; }

/* line 1334, ../sass/main.scss */
#storeFeature #storeFeaturePrimary a.byline { color: #000000; }

/* line 1335, ../sass/main.scss */
#storeFeature #storeFeaturePrimary .image { margin-bottom: 15px; }

/* line 1336, ../sass/main.scss */
#storeFeature #storeFeatureSecondary { float: left; padding: 5px 0px 0px 10px; width: 298px; }

/* line 1337, ../sass/main.scss */
#storeFeature #storeFeatureSecondary .image { float: right; margin-left: 10px; margin-bottom: 5px; }

/* line 1338, ../sass/main.scss */
#storeFeature #storeFeatureSecondary a.byline { color: #000000; }

/* line 1339, ../sass/main.scss */
#storeFeature #storeFeatureTertiary { border-top: 1px solid #dedede; margin-top: 10px; padding-top: 7px; }

/* line 1340, ../sass/main.scss */
#storeFeature #storeFeatureTertiary .image { float: left; margin-right: 15px; }

/* line 1341, ../sass/main.scss */
#storeFeature #storeFeatureTertiary a.byline { color: #000000; }

/* line 1342, ../sass/main.scss */
#storeFeature p { line-height: 14px; }

/* line 1343, ../sass/main.scss */
#storeFeature p a { white-space: nowrap; }

/* Web 1.1 */
/* line 1346, ../sass/main.scss */
#storeFeatureBestPractice { display: block; float: left; padding-right: 10px; width: 580px; }

/* line 1347, ../sass/main.scss */
#storeFeatureBestPractice #mainSection { display: block; float: left; margin-left: 10px; width: 460px; }

/* line 1348, ../sass/main.scss */
#storeFeatureBestPractice .image { float: left; margin-right: 5px; }

/* line 1349, ../sass/main.scss */
#storeFeatureBestPractice .paraFormat { margin-bottom: 20px; }

/* line 1350, ../sass/main.scss */
#storeFeatureBestPractice div span { font-weight: normal; font-size: 12px; }

/* line 1351, ../sass/main.scss */
#storeFeatureBestPractice a.buyNowStyle { font-weight: normal; font-size: 12px; }

/* line 1352, ../sass/main.scss */
#storeFeatureBestPractice a.byline { color: #000000; }

/* line 1353, ../sass/main.scss */
#storeFeatureBestPracticeFooter { clear: both; font-weight: normal; margin: 5px 0px 5px 0px; text-align: right; padding-right: 5px; color: #000; }

/* line 1354, ../sass/main.scss */
#storeFeatureBestPracticeFooter p { margin-top: -18px; font-size: 12px; line-height: 14px; font-weight: bold; }

/* line 1356, ../sass/main.scss */
.storeModule { border-top: 3px solid #231f20; color: #585556; font-size: 12px; margin-bottom: 20px; }

/* line 1357, ../sass/main.scss */
.storeModule span.large_text { color: #1e1c1d; font-size: 12px; }

/* line 1358, ../sass/main.scss */
.wide { margin: 0px 20px; }

/* storeDepartment */
/* Web 1.1 */
/* line 1361, ../sass/main.scss */
.storeModuleNoTopBorder { color: #585556; font-size: 12px; margin-top: 20px; margin-bottom: 20px; }

/* line 1362, ../sass/main.scss */
.storeModuleNoTopBorder span.large_text { color: #1e1c1d; font-size: 12px; }

/* line 1363, ../sass/main.scss */
.wide { margin: 0px 20px; }

/* line 1365, ../sass/main.scss */
#storeFeature #storeDepartment { border-top: 0px; }

/* line 1366, ../sass/main.scss */
#storeDepartment .off { display: none; }

/* line 1367, ../sass/main.scss */
#storeDepartmentControls { clear: both; overflow: auto; margin-left: 10px; }

/* line 1368, ../sass/main.scss */
#storeDepartmentControls div { background: #f0efef; border: 1px solid #c8c6c7; float: left; font-size: 12px; font-weight: bold; margin-right: 5px; padding: 2px 10px; }

/* line 1369, ../sass/main.scss */
#storeDepartmentControls .on { background-color: #fff; border-bottom: 1px solid #fff; background-image: none !important; }

/* line 1370, ../sass/main.scss */
#storeDepartmentControls .on a { color: #585556; }

/* line 1371, ../sass/main.scss */
#storeDepartmentContent { border: 1px solid #c8c6c7; color: #585556; margin: -1px 0px 0px 0px; padding: 3px 0px 10px 1px; overflow: auto; }

/* line 1372, ../sass/main.scss */
#storeDepartmentContent #blockID { display: block; width: 182px; float: left; border-right: 1px solid #DEDEDE; margin: 10px 0 0 7px; padding-right: 2px; }

/* line 1373, ../sass/main.scss */
#storeDepartmentContent #blockIDNoBorder { display: block; width: 182px; float: left; border-right: 0px solid #DEDEDE; margin: 10px 0 0 7px; padding-right: 2px; }

/*#storeDepartmentContent #blockID img {width:100px; height:129px;}*/
/* line 1375, ../sass/main.scss */
#storeDepartmentContent .image { text-align: center; margin-bottom: 5px; }

/* line 1376, ../sass/main.scss */
#storeDepartmentContent h2 { font-size: 14px; font-weight: bold; line-height: 14px; }

/* line 1377, ../sass/main.scss */
#storeDepartmentContent h2 a { color: #000; }

/* line 1378, ../sass/main.scss */
#storeDepartmentContent p { line-height: 14px; }

/* line 1379, ../sass/main.scss */
#storeDepartmentContent h3 { font-size: 11px; line-height: 14px; text-transform: uppercase; }

/* store_product_block */
/* line 1384, ../sass/main.scss */
.store_product_block h3 { font-size: 12px; font-weight: bold; line-height: 14px; }

/* line 1385, ../sass/main.scss */
.store_product_block h3 a, .store_product_block h4 a { color: #000; }

/* line 1386, ../sass/main.scss */
.store_product_block .text p { line-height: 14px; }

/* line 1387, ../sass/main.scss */
.store_product_block .text div div { font-weight: bold; }

/* subjectBrowser */
/* line 1390, ../sass/main.scss */
#subjectBrowser { margin-bottom: 20px; }

/* line 1391, ../sass/main.scss */
#subjectBrowser h2 { margin-bottom: 0px; }

/* line 1392, ../sass/main.scss */
#subjectBrowserContent { float: left; width: 405px; }

/* line 1393, ../sass/main.scss */
#subjectBrowserContent h2 { color: #585556; font-size: 14px; font-weight: bold; letter-spacing: normal; text-transform: none; }

/* line 1394, ../sass/main.scss */
#subjectBrowserWindow { border-bottom: 1px solid #c8c6c7; border-left: 3px solid #c8c6c7; border-right: 1px solid #c8c6c7; border-top: 1px solid #c8c6c7; padding: 5px 10px; }

/* line 1395, ../sass/main.scss */
.subject_tab h2 { margin-bottom: 10px !important; }

/* line 1396, ../sass/main.scss */
.subject_tab .product_spotlight { margin-bottom: 20px; }

/* line 1397, ../sass/main.scss */
.subject_tab .product_spotlight .store_product_block { float: left; font-size: 11px; margin-right: 10px; width: 180px; }

/* line 1398, ../sass/main.scss */
.subject_tab .product_spotlight .store_product_block .image { float: left; margin-right: 10px; }

/* line 1399, ../sass/main.scss */
.subject_tab .product_spotlight .store_product_block .text { float: left; width: 120px; }

/* line 1400, ../sass/main.scss */
.subject_tab .product_spotlight .store_product_block h4 { font-size: 10px; line-height: normal; text-transform: uppercase; }

/* line 1401, ../sass/main.scss */
.subject_tab ul li { font-size: 11px; width: 380px; }

/* line 1402, ../sass/main.scss */
.subject_tab ul li h4 { font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase; }

/* line 1403, ../sass/main.scss */
.subject_tab ul li h3 { float: left; font-size: 12px; font-weight: bold; }

/* line 1404, ../sass/main.scss */
.subject_tab ul li h3 a { color: #000; }

/* line 1405, ../sass/main.scss */
.subject_tab ul li h3 span { color: #585556; font-size: 11px; }

/* line 1406, ../sass/main.scss */
.subject_tab ul li h3 span a { color: #b20022; white-space: nowrap; }

/* line 1407, ../sass/main.scss */
.subject_tab ul li div a { font-weight: bold; }

/* line 1408, ../sass/main.scss */
.subject_tab ul li p { line-height: 14px; }

/* line 1409, ../sass/main.scss */
.subject_tab_footer { font-weight: bold; text-align: right; }

/* line 1410, ../sass/main.scss */
ul#subjectTabs { float: left; font-size: 14px; margin-top: 25px; width: 175px; }

/* line 1411, ../sass/main.scss */
ul#subjectTabs li { border-bottom: 1px solid #dedede; cursor: pointer; font-weight: bold; line-height: 16px; margin: 0px; padding: 5px 10px; }

/* line 1412, ../sass/main.scss */
ul#subjectTabs li.selected { background: #e3e2e3 url("http://static.hbr.org/hbrg-main/resources/images/subjectBrowserSelected.gif") right 50% no-repeat; }

/* line 1413, ../sass/main.scss */
ul#subjectTabs li a { color: #585556; }

/* line 1414, ../sass/main.scss */
#subjectBrowserTabs { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/newBestsellerTabBackground.gif") -10px 0 no-repeat; height: 26px; }

/* line 1415, ../sass/main.scss */
#subjectBrowserTabs.swapped { background-position: -10px -26px; }

/* line 1416, ../sass/main.scss */
#subjectBrowserTabs ul { float: right; }

/* line 1417, ../sass/main.scss */
#subjectBrowserTabs ul li { cursor: pointer; display: block; margin: 0px 5px 0px 0px; float: left; }

/* line 1418, ../sass/main.scss */
#subjectBrowserTabs ul li span { display: none; }

/* line 1419, ../sass/main.scss */
#subjectBrowserTabs ul li.tab_new { height: 25px; width: 57px; }

/* line 1420, ../sass/main.scss */
#subjectBrowserTabs ul li.tab_bestsellers { height: 25px; margin-right: 10px; width: 87px; }

/* line 1421, ../sass/main.scss */
#subject2Window, #subject3Window, #subject4Window, #subject5Window, #subject6Window, #subject7Window, #subject8Window, #subject9Window, .tab2 { display: none; }

/* productTypeBrowser */
/* line 1424, ../sass/main.scss */
#productTypeBrowser { font-size: 11px; }

/* line 1425, ../sass/main.scss */
#productTypeBrowser h5 { font-size: 10px; font-weight: bold; letter-spacing: 0.05em; text-transform: uppercase; }

/* line 1426, ../sass/main.scss */
#productTypeBrowser .product_column { float: left; margin-right: 10px; width: 183px; }

/* line 1427, ../sass/main.scss */
.product_column .product_column_controls ul li { cursor: pointer; display: block; float: left; margin: 0px; }

/* line 1428, ../sass/main.scss */
.product_column .product_column_controls ul li span { display: none; }

/* line 1429, ../sass/main.scss */
.product_column_controls { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/newBestsellerTabLeftAlignBackground.gif") 0 0 no-repeat; height: 26px; }

/* line 1430, ../sass/main.scss */
.product_column_controls.swapped { background-position: 0 -26px; }

/* line 1431, ../sass/main.scss */
.product_column_controls ul li.tab1 { height: 25px; margin-right: 6px !important; width: 57px; }

/* line 1432, ../sass/main.scss */
.product_column_controls ul li.tab2 { height: 25px; width: 87px; }

/* line 1433, ../sass/main.scss */
#productTypeColumn3 .product_column_window { border-top: 0px !important; }

/* line 1434, ../sass/main.scss */
#productTypeColumn3 .product_column_controls { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/industryBestsellersTabBackground.gif") 0 0 no-repeat; height: 26px; }

/* line 1435, ../sass/main.scss */
#productTypeColumn3 .product_column_controls.swapped { background-position: 0 -26px; }

/* line 1436, ../sass/main.scss */
#productTypeColumn3 .product_column_controls ul li.tab1 { height: 25px; margin-right: 6px !important; width: 87px; }

/* line 1437, ../sass/main.scss */
#productTypeColumn3 .product_column_controls ul li.tab2 { height: 25px; width: 87px; }

/* line 1438, ../sass/main.scss */
#productTypeBrowser .product_column .product_column_window { border: 1px solid #c8c6c7; padding: 5px; }

/* line 1439, ../sass/main.scss */
#productTypeBrowser .store_product_block { margin-bottom: 10px; }

/* line 1440, ../sass/main.scss */
#productTypeBrowser .store_product_block .image { float: left; margin: 0px 10px 35px 0px; }

/* line 1441, ../sass/main.scss */
.scroll_window { border: 1px solid #dedede; border-right: 0px; height: 434px; overflow-y: scroll; }

/* line 1443, ../sass/main.scss */
.scroll_content a { color: #231f20; }

/* line 1444, ../sass/main.scss */
.scroll_content ul li { border-bottom: 1px solid #dedede; line-height: 14px; margin: 0px; padding: 5px; }

/* storePromoBar */
/* line 1447, ../sass/main.scss */
#storePromoBar { background-color: #fff; border-bottom: 1px solid #dedede; font-size: 12px; padding: 2px 0px; text-align: center; }

/* line 1448, ../sass/main.scss */
#storePromoBar a { font-weight: bold; }

/* storePromoBarBottom */
/* line 1451, ../sass/main.scss */
#storePromoBarBottom { border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; font-size: 12px; margin-bottom: 20px; padding: 5px 0px; text-align: center; }

/* line 1452, ../sass/main.scss */
#storePromoBarBottom ul li { display: inline; }

/* line 1453, ../sass/main.scss */
#storePromoBarBottom ul li a { color: #585556; font-size: 10px; font-weight: bold; text-transform: uppercase; }

/* magazineProducts */
/* line 1457, ../sass/main.scss */
#magazineProducts #magazineTout { float: left; font-weight: bold; margin-right: 20px; width: 202px; }

/* line 1458, ../sass/main.scss */
#magazineProducts #magazineTout a { color: #e54515; }

/* line 1459, ../sass/main.scss */
#magazineProducts #magazineTout ul { margin-top: 5px; }

/* line 1460, ../sass/main.scss */
#magazineProducts #magazineTout ul li { margin-bottom: 5px; }

/* line 1461, ../sass/main.scss */
#magazineProducts .column { float: left; font-size: 11px; width: 179px; }

/* line 1462, ../sass/main.scss */
#magazineProducts .column h4 { font-size: 10px; font-weight: bold; line-height: 14px; margin-bottom: 10px; text-transform: uppercase; }

/* line 1463, ../sass/main.scss */
#magazineProducts .store_product_block { margin-bottom: 5px; padding-right: 15px; }

/*----------- END STORE ---------------*/
/* line 1469, ../sass/main.scss */
#customersAlsoBought { font-size: 11px; }

/* line 1470, ../sass/main.scss */
#customersAlsoBought .row { margin-bottom: 10px; }

/* line 1471, ../sass/main.scss */
#customersAlsoBought .product { float: left; margin-right: 20px; width: 173px; }

/* line 1472, ../sass/main.scss */
#customersAlsoBought .product div { text-transform: uppercase; }

/* line 1473, ../sass/main.scss */
#customersAlsoBought .product h4 { font-size: 12px; }

/* line 1474, ../sass/main.scss */
#customersAlsoBought .product p { line-height: 14px; }

/* line 1475, ../sass/main.scss */
#customersAlsoBought .product div span { font-weight: bold; }

/* line 1476, ../sass/main.scss */
#customersAlsoBought .product span a { color: #585556; }

/* line 1477, ../sass/main.scss */
#customersAlsoBought .product a.add_to_cart { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/addToCartWidget_add_small.gif") top left no-repeat; display: block; height: 27px; margin-top: 10px; width: 108px; }

/*----------- BEGIN BAZAARVOICE ---------------*/
/* line 1482, ../sass/main.scss */
#BVSubmissionContainer { margin: 20px 20px; overflow: hidden; }

/* line 1483, ../sass/main.scss */
#BVRRContainer { margin: 0px 20px; overflow: hidden; }

/* line 1484, ../sass/main.scss */
#BVRRSummaryContainer { margin: 0px; overflow: hidden; }

/* line 1485, ../sass/main.scss */
.BVRRPreviewContentHeaderSentence .BVRRPreviewContentHeaderSentenceDisclaimer { display: none !important; }

/* line 1486, ../sass/main.scss */
#BVRRReviewSubmittedDisplayDisclaimerID { display: none !important; }

/*----------- END BAZAARVOICE ---------------*/
/*----------- BEGIN ERROR PAGES ---------------*/
/* line 1492, ../sass/main.scss */
#errorDisplay { font-size: 12px; padding: 70px; }

/* line 1493, ../sass/main.scss */
#errorDisplay h2 { border-bottom: 1px solid #a09f9f; color: #b10021; font-size: 18px; margin-bottom: 5px; padding-bottom: 3px; }

/* line 1494, ../sass/main.scss */
#errorDisplay p { line-height: 14px; margin-bottom: 10px; }

/* line 1495, ../sass/main.scss */
#errorDisplay ol { list-style: decimal; margin: 0px 0px 20px 20px; }

/* line 1496, ../sass/main.scss */
#errorDisplay ol li { margin-bottom: 10px; }

/*----------- END ERROR PAGES ---------------*/
/*-------------- CAROUSEL ------------------*/
/* ledeCarousel */
/* Web 1.1 */
/* line 1506, ../sass/main.scss */
#ledeCarousel { margin: 2px 0.5px; overflow: hidden; position: relative; }

/* line 1507, ../sass/main.scss */
.window_caption { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/windowCaptionBackground.png") top left repeat-x; display: block; font-size: 12px; height: 28px; line-height: 12px; padding: 5px 10px 0px 10px; position: relative; text-align: left; width: 200px; }

/* line 1508, ../sass/main.scss */
#ledeCarouselPanel { color: #383435; }

/* line 1509, ../sass/main.scss */
#ledeCarouselPanel a { color: #383435; }

/* line 1510, ../sass/main.scss */
#ledeCarouselPanel li { border-right: 1px solid #dcdcdc; display: block; float: left; font-size: 11px; height: 80px; line-height: 14px; min-height: 80px; padding: 10px 5px; width: 134px; }

/* line 1511, ../sass/main.scss */
#ledeCarouselPanel li.last { border-right: 0px; }

/* line 1512, ../sass/main.scss */
#ledeCarouselPanel li.on { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/carouselArrow.gif") 50% 0px no-repeat; }

/* line 1513, ../sass/main.scss */
#ledeCarouselPanel li.on h6 { color: #83a605; }

/* line 1514, ../sass/main.scss */
#ledeCarouselPanel li.off { background: none; }

/* line 1515, ../sass/main.scss */
#ledeCarouselPanel li.off h6 { color: #383435 !important; }

/* line 1516, ../sass/main.scss */
#ledeCarouselPanel li h6 { text-transform: uppercase; }

/* line 1517, ../sass/main.scss */
#ledeCarouselPanel li h2 { font-size: 12px; font-weight: bold; }

/* line 1518, ../sass/main.scss */
#ledeCarouselPanel li p { color: #6b6768; }

/* line 1520, ../sass/main.scss */
#imageClickTrackingPixels { height: 1px; line-height: 0; }

/* line 1521, ../sass/main.scss */
#imageClickTrackingPixels ul { height: 1px; overflow: auto; }

/* line 1522, ../sass/main.scss */
#imageClickTrackingPixels li { height: 1px; float: left; padding-right: 80px; }

/* line 1523, ../sass/main.scss */
#linkClickTrackingPixels { height: 1px; line-height: 0; }

/* line 1524, ../sass/main.scss */
#linkClickTrackingPixels ul { height: 1px; overflow: auto; }

/* line 1525, ../sass/main.scss */
#linkClickTrackingPixels li { height: 1px; float: left; padding-right: 80px; }

/* ledeCarouselStore */
/* Web 1.1 */
/* line 1528, ../sass/main.scss */
#ledeCarouselStore { overflow: hidden; padding: 0px 20px; position: relative; }

/* ledeCarouselStoreBottom */
/* Web 1.1 */
/* line 1532, ../sass/main.scss */
#ledeCarouselStoreBottom { overflow: hidden; padding: 0px 20px; position: relative; }

/** Additional styles for the controls. */
/* line 1537, ../sass/main.scss */
.jcarousel-control { text-align: center; }

/* line 1542, ../sass/main.scss */
.jcarousel-control a { font-size: 75%; text-decoration: none; padding: 0 5px; margin: 0 0 5px 0; color: #eee; font-weight: bold; }

/* line 1551, ../sass/main.scss */
#ledeCarouselWindow .jcarousel-item { height: 215px; width: 360px; }

/* line 1552, ../sass/main.scss */
#ledeCarouselWindow .jcarousel-clip-horizontal { height: 215px; width: 360px; }

/* line 1553, ../sass/main.scss */
#ledeCarouselWindowStore .jcarousel-item { height: 147px; width: 580px; }

/* line 1554, ../sass/main.scss */
#ledeCarouselWindowStore .jcarousel-clip-horizontal { height: 147px; width: 580px; }

/* line 1555, ../sass/main.scss */
#ledeCarouselWindowStoreBottom .jcarousel-item { height: 147px; width: 580px; }

/* line 1556, ../sass/main.scss */
#ledeCarouselWindowStoreBottom .jcarousel-clip-horizontal { height: 147px; width: 580px; }

/* line 1559, ../sass/main.scss */
.jcarousel-control a:focus, .jcarousel-control a:active { outline: none; }

/* line 1563, ../sass/main.scss */
.jcarousel-scroll { text-align: center; }

/* line 1568, ../sass/main.scss */
.jcarousel-scroll select { font-size: 75%; }

/* line 1574, ../sass/main.scss */
#ledeCarouselWindow-next, #ledeCarouselWindow-prev { cursor: pointer; margin-bottom: -10px; text-decoration: none; font-size: 11px; }

/* line 1581, ../sass/main.scss */
#ledeCarouselWindow { border: 1px solid #5f5d5d; width: 357px; height: 215px; overflow: hidden; }

/* line 1582, ../sass/main.scss */
#carouselText_2, #carouselText_3, #carouselText_4 { display: none; }

/* line 1584, ../sass/main.scss */
#ledeCarouselPanel { height: 125px; margin-top: -15px; }

/* line 1585, ../sass/main.scss */
#ledeCarouselPanel h6 { color: #83a605; font-size: 10px; text-transform: uppercase; }

/* line 1586, ../sass/main.scss */
#ledeCarouselPanel h2 { font-size: 22px; font-weight: 500; line-height: 25px; }

/* line 1587, ../sass/main.scss */
#ledeCarouselPanel p { font-size: 12px; line-height: 16px; }

/* line 1588, ../sass/main.scss */
#ledeCarouselPanel p.byline { margin-bottom: 2px; }

/* line 1591, ../sass/main.scss */
#ledeCarouselWindowStore-next, #ledeCarouselWindowStore-prev { cursor: pointer; margin-bottom: -10px; text-decoration: none; font-size: 11px; }

/* line 1598, ../sass/main.scss */
#ledeCarouselWindowStore { border: 1px solid #5f5d5d; width: 580px; height: 147px; overflow: hidden; }

/* line 1599, ../sass/main.scss */
#carouselText_2, #carouselText_3, #carouselText_4 { display: none; }

/* line 1602, ../sass/main.scss */
#ledeCarouselWindowStoreBottom-next, #ledeCarouselWindowStoreBottom-prev { cursor: pointer; margin-bottom: -10px; text-decoration: none; font-size: 11px; }

/* line 1609, ../sass/main.scss */
#ledeCarouselWindowStoreBottom { border: 1px solid #5f5d5d; width: 580px; height: 147px; overflow: hidden; }

/* line 1610, ../sass/main.scss */
#carouselText_2, #carouselText_3, #carouselText_4 { display: none; }

/* carouselControl */
/* Web 1.1 */
/* line 1613, ../sass/main.scss */
#carouselControl { clear: both; display: block; float: right; font-size: 11px; position: relative; }

/* line 1614, ../sass/main.scss */
#carouselControl ul { padding-right: 0px; padding-top: 6px; }

/* line 1615, ../sass/main.scss */
#carouselControl ul li { display: inline; float: left; margin-right: 1px; }

/* line 1616, ../sass/main.scss */
#carouselControl ul li a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/carousel_navigation.gif") top left no-repeat; display: block; height: 20px; }

/* line 1617, ../sass/main.scss */
#carouselControl ul li a span { display: none; }

/* line 1618, ../sass/main.scss */
#carouselControl ul li.carousel-item-control a { background-position: -12px 0px; width: 3px; height: 10px; }

/* line 1619, ../sass/main.scss */
#carouselControl ul li.carousel-item-control a.on { background-position: -24px 0px; width: 3px; height: 10px; }

/* line 1620, ../sass/main.scss */
#carouselControl ul li.carousel-item-control a.on:hover { background-position: -24px 0px; width: 3px; height: 10px; }

/* line 1621, ../sass/main.scss */
#carouselControl ul li.carousel-item-control a:hover { background-position: 0px 0px; width: 3px; height: 10px; }

/* line 1622, ../sass/main.scss */
#carouselControl ul li#playPauseLink a { background-position: -96px 0px; width: 3px; height: 10px; }

/* line 1623, ../sass/main.scss */
#carouselControl ul li#playPauseLink a:hover { background-position: -84px 0px; width: 3px; height: 10px; }

/* line 1624, ../sass/main.scss */
#carouselControl ul li#playPauseLink a.on { background-position: -120px 0px; width: 3px; height: 10px; }

/* line 1625, ../sass/main.scss */
#carouselControl ul li#playPauseLink a.on:hover { background-position: -108px 0px; width: 3px; height: 10px; }

/* carouselControlStoreTop */
/* Web 1.1 */
/* line 1628, ../sass/main.scss */
#carouselControlStoreTop { clear: both; display: block; float: right; font-size: 11px; position: relative; }

/* line 1629, ../sass/main.scss */
#carouselControlStoreTop ul { padding-right: 0px; padding-top: 6px; }

/* line 1630, ../sass/main.scss */
#carouselControlStoreTop ul li { display: inline; float: left; margin-right: 1px; }

/* line 1631, ../sass/main.scss */
#carouselControlStoreTop ul li a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/carousel_navigation.gif") top left no-repeat; display: block; height: 20px; }

/* line 1632, ../sass/main.scss */
#carouselControlStoreTop ul li a span { display: none; }

/* line 1633, ../sass/main.scss */
#carouselControlStoreTop ul li.carousel-item-control1 a { background-position: -12px 0px; width: 3px; height: 10px; }

/* line 1634, ../sass/main.scss */
#carouselControlStoreTop ul li.carousel-item-control1 a.on { background-position: -24px 0px; width: 3px; height: 10px; }

/* line 1635, ../sass/main.scss */
#carouselControlStoreTop ul li.carousel-item-control1 a.on:hover { background-position: -24px 0px; width: 3px; height: 10px; }

/* line 1636, ../sass/main.scss */
#carouselControlStoreTop ul li.carousel-item-control1 a:hover { background-position: 0px 0px; width: 3px; height: 10px; }

/* line 1637, ../sass/main.scss */
#carouselControlStoreTop ul li#playPauseLinkStoreTop a { background-position: -96px 0px; width: 3px; height: 10px; }

/* line 1638, ../sass/main.scss */
#carouselControlStoreTop ul li#playPauseLinkStoreTop a:hover { background-position: -84px 0px; width: 3px; height: 10px; }

/* line 1639, ../sass/main.scss */
#carouselControlStoreTop ul li#playPauseLinkStoreTop a.on { background-position: -120px 0px; width: 3px; height: 10px; }

/* line 1640, ../sass/main.scss */
#carouselControlStoreTop ul li#playPauseLinkStoreTop a.on:hover { background-position: -108px 0px; width: 3px; height: 10px; }

/* carouselControlStoreBottom */
/* Web 1.1 */
/* line 1643, ../sass/main.scss */
#carouselControlStoreBottom { clear: both; display: block; float: right; font-size: 11px; position: relative; }

/* line 1644, ../sass/main.scss */
#carouselControlStoreBottom ul { padding-right: 0px; padding-top: 6px; }

/* line 1645, ../sass/main.scss */
#carouselControlStoreBottom ul li { display: inline; float: left; margin-right: 1px; }

/* line 1646, ../sass/main.scss */
#carouselControlStoreBottom ul li a { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/carousel_navigation.gif") top left no-repeat; display: block; height: 20px; }

/* line 1647, ../sass/main.scss */
#carouselControlStoreBottom ul li a span { display: none; }

/* line 1648, ../sass/main.scss */
#carouselControlStoreBottom ul li.carousel-item-control2 a { background-position: -12px 0px; width: 3px; height: 10px; }

/* line 1649, ../sass/main.scss */
#carouselControlStoreBottom ul li.carousel-item-control2 a.on { background-position: -24px 0px; width: 3px; height: 10px; }

/* line 1650, ../sass/main.scss */
#carouselControlStoreBottom ul li.carousel-item-control2 a.on:hover { background-position: -24px 0px; width: 3px; height: 10px; }

/* line 1651, ../sass/main.scss */
#carouselControlStoreBottom ul li.carousel-item-control2 a:hover { background-position: 0px 0px; width: 3px; height: 10px; }

/* line 1652, ../sass/main.scss */
#carouselControlStoreBottom ul li#playPauseLinkStoreBottom a { background-position: -96px 0px; width: 3px; height: 10px; }

/* line 1653, ../sass/main.scss */
#carouselControlStoreBottom ul li#playPauseLinkStoreBottom a:hover { background-position: -84px 0px; width: 3px; height: 10px; }

/* line 1654, ../sass/main.scss */
#carouselControlStoreBottom ul li#playPauseLinkStoreBottom a.on { background-position: -120px 0px; width: 3px; height: 10px; }

/* line 1655, ../sass/main.scss */
#carouselControlStoreBottom ul li#playPauseLinkStoreBottom a.on:hover { background-position: -108px 0px; width: 3px; height: 10px; }

/* improveYourSkillsContentTop */
/* Web 1.1 */
/* line 1658, ../sass/main.scss */
#improveYourSkillsContentTop { clear: both; }

/* line 1659, ../sass/main.scss */
#improveYourSkillsContentTop h2 { margin-bottom: 10px; }

/* line 1660, ../sass/main.scss */
#improveYourSkillsContentTop h3 { border-bottom: 0 !important; color: #585556; font-size: 11px; font-weight: normal !important; letter-spacing: 0.04em; margin-bottom: 0px; }

/* line 1661, ../sass/main.scss */
#improveYourSkillsContentTop .media_item .media_item_meta { margin-bottom: 3px !important; }

/* line 1662, ../sass/main.scss */
#improveYourSkillsContentTop .media_item .media_item_meta h4 { font-size: 12px !important; line-height: 14px; margin-bottom: 2px; }

/* line 1663, ../sass/main.scss */
#improveYourSkillsContentTop .media_item .media_item_meta h6 { font-size: 11px; letter-spacing: normal; text-transform: none; }

/* line 1664, ../sass/main.scss */
#improveYourSkillsContentTop .media_item .media_item_meta h6 span { font-size: 11px; }

/* line 1665, ../sass/main.scss */
#improveYourSkillsContentTop .formatCorrect { clear: both; }

/* line 1666, ../sass/main.scss */
#improveYourSkillsContentTop ul { margin-bottom: 15px; }

/* line 1667, ../sass/main.scss */
#improveYourSkillsContentTop ul li { border-bottom: 1px solid #F2EFE8; margin-bottom: 0px; padding: 5px 0px; }

/* line 1668, ../sass/main.scss */
#improveYourSkillsContentLeftCol { display: block; width: 180px; float: left; }

/* line 1669, ../sass/main.scss */
#improveYourSkillsContentMidCol { display: block; padding: 0px 19px; width: 180px; float: left; }

/* line 1670, ../sass/main.scss */
#improveYourSkillsContentMidCol .prodImage { padding-left: 30px; }

/* line 1671, ../sass/main.scss */
#improveYourSkillsContentMidCol h4 { font-size: 12px; padding-top: 5px; }

/* line 1672, ../sass/main.scss */
#improveYourSkillsContentMidCol p { line-height: 15px; }

/* line 1673, ../sass/main.scss */
#improveYourSkillsContentMidCol .prodHeader { font-weight: bold; line-height: 14px; }

/* line 1674, ../sass/main.scss */
#improveYourSkillsContentMidCol .byLine { color: #585556; line-height: 13px; }

/* line 1675, ../sass/main.scss */
#improveYourSkillsContentMidCol .prodDesc { padding-top: 3px; }

/* line 1676, ../sass/main.scss */
#improveYourSkillsContentRightCol { display: block; width: 180px; float: left; }

/* spotlight */
/* Web 1.1 */
/* line 1679, ../sass/main.scss */
#spotlight ul li { color: #585556; }

/* editorSelections */
/* Web 1.1 */
/* line 1682, ../sass/main.scss */
#editorSelections { border-top: 1px solid #a1a1a1; color: #1E1C1D; font-size: 12px; font-weight: normal; margin: 5px 0px 5px 0px; text-align: left; padding: 2px 5px 10px 0px; }

/* line 1683, ../sass/main.scss */
#editorSelections a.blogCommentLink { color: #83a605; }

/* line 1684, ../sass/main.scss */
#editorSelections a.blogLineLink { color: #1e1c1d; }

/* line 1685, ../sass/main.scss */
#editorSelections h4 { font-family: 'Helvetica', 'Arial', sans-serif; font-size: 14px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }

/* line 1686, ../sass/main.scss */
#editorSelections h2 { color: #1e1c1d; text-transform: uppercase; }

/* line 1687, ../sass/main.scss */
#editorSelections p { line-height: 13px; }

/* line 1688, ../sass/main.scss */
#editorSelections p.blogName { color: #585556; font-weight: normal; line-height: 12px; padding-top: 4px; }

/* line 1689, ../sass/main.scss */
#editorSelections p.blogName span { font-size: 11px; text-transform: uppercase; }

/* line 1690, ../sass/main.scss */
#editorSelections p.blogLine { font-weight: bold; font-color: #83a605; text-transform: uppercase; }

/* line 1691, ../sass/main.scss */
#editorSelections p.blogInfo { line-height: 14px; }

/* line 1692, ../sass/main.scss */
#editorSelections ul li { margin-bottom: 10px; }

/* collaborationCenter */
/* Web 1.1 */
/* line 1696, ../sass/main.scss */
#collaborationCenter { margin-bottom: 20px; }

/* line 1697, ../sass/main.scss */
#collaborationCenter a.blogCommentLink { color: #83a605; }

/* line 1698, ../sass/main.scss */
#collaborationCenter a.blogLineLink { color: #231F20; }

/* line 1699, ../sass/main.scss */
#collaborationCenter h4 { font-family: 'Helvetica', 'Arial', sans-serif; font-size: 14px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }

/* line 1700, ../sass/main.scss */
#collaborationCenter h2 { color: #1e1c1d; text-transform: uppercase; }

/* line 1701, ../sass/main.scss */
#collaborationCenter p { line-height: 13px; }

/* line 1702, ../sass/main.scss */
#collaborationCenter p.blogName { color: #585556; font-weight: normal; line-height: 12px; padding-top: 2px; }

/* line 1703, ../sass/main.scss */
#collaborationCenter p.blogName span { font-size: 11px; text-transform: uppercase; }

/* line 1704, ../sass/main.scss */
#collaborationCenter p.blogLine { font-weight: bold; font-color: #83a605; text-transform: uppercase; }

/* line 1705, ../sass/main.scss */
#collaborationCenter p.blogInfo { line-height: 14px; }

/* line 1706, ../sass/main.scss */
#collaborationCenter ul li { margin-bottom: 10px; }

/* line 1707, ../sass/main.scss */
#collaborationCenter .image { border: 1px solid #898688; width: 359px; height: 130px; margin-bottom: 1px; }

/* line 1708, ../sass/main.scss */
.collaborationCenterText { margin-top: 10px; }

/* line 1709, ../sass/main.scss */
#collaborationCenter_footer_link { clear: both; font-weight: bold; margin: 10px 0px 5px 0px; text-align: right; padding-right: 5px; }

/* line 1710, ../sass/main.scss */
#sponsorText { clear: both; font-size: 11px; font-weight: normal; color: #898688; margin: 2px 0px 5px 0px; text-align: right; }

/* authorSpotlight */
/* Web 1.1 */
/* line 1713, ../sass/main.scss */
#authorSpotLight_footer_link { clear: both; font-weight: bold; margin: 5px 0px 5px 0px; text-align: right; padding-right: 5px; }

/* line 1714, ../sass/main.scss */
#authorSpotLight_features .item_block_group { float: left; }

/* line 1715, ../sass/main.scss */
#authorSpotLight_features p.spotLightText a { color: #1E1C1D; font-weight: bold; }

/* line 1716, ../sass/main.scss */
#authorSpotLight_features p.spotLightText { color: #1E1C1D; display: block; float: left; font-size: 12px; line-height: 14px; margin-bottom: 10px; width: 150px; }

/* line 1717, ../sass/main.scss */
#authorSpotLight_features .authorImage { display: block; float: right; padding-right: 10px; padding-top: 1px; }

/* line 1718, ../sass/main.scss */
#authorSpotLight_features .marginBottom { margin-bottom: 10px; }

/* hmmSpotlight */
/* Web 1.1 */
/* line 1722, ../sass/main.scss */
#hmmSpotlight p { font-size: 12px; line-height: 14px; }

/* line 1723, ../sass/main.scss */
#hmmSpotlightContent { padding: 0px 10px; }

/* line 1724, ../sass/main.scss */
#hmmSpotlight .video_player { margin-bottom: 10px; }

/* line 1725, ../sass/main.scss */
#hmmSpotlight .module_content { margin-bottom: 10px; }

/* line 1728, ../sass/main.scss */
#eventsCalendar .off { display: none; }

/* line 1729, ../sass/main.scss */
#eventsCalendarControls { clear: both; overflow: auto; }

/* line 1730, ../sass/main.scss */
#eventsCalendarControls div { background: #f0efef; border: 1px solid #c8c6c7; float: left; font-size: 12px; font-weight: bold; margin-right: 10px; padding: 2px 10px; }

/* line 1731, ../sass/main.scss */
#eventsCalendarControls .on { background-color: #fff; border-bottom: 1px solid #fff; background-image: none !important; }

/* line 1732, ../sass/main.scss */
#eventsCalendarControls .on a { color: #585556; }

/* line 1733, ../sass/main.scss */
#eventsCalendarContent { border: 1px solid #c8c6c7; color: #585556; margin: -1px -10px 0px -10px; padding: 3px 0px 3px 3px; }

/* line 1735, ../sass/main.scss */
#eventsCalendarContent ul.calendar_blocks li.block { background-color: #83a605; border: 1px solid #7d9e08; display: block; float: left; font-size: 10px; height: 58px; margin-right: 3px; padding: 2px; width: 54px; }

/* line 1736, ../sass/main.scss */
#eventsCalendarContent ul.calendar_blocks .empty { background-color: #bfbebe !important; border-color: #797979 !important; }

/* line 1737, ../sass/main.scss */
#eventsCalendarContent ul.calendar_blocks .calendar_block_date { color: #fff; font-size: 40px; float: right; font-weight: bold; margin: 30px 0px 0 0; z-index: 1; }

/* line 1738, ../sass/main.scss */
#eventsCalendarContent ul.calendar_blocks .calendar_block_day { font-weight: bold; position: absolute; z-index: 2; }

/* line 1739, ../sass/main.scss */
#eventsCalendarContent ul.calendar_blocks li.block ul { float: left; font-weight: bold; line-height: 13px; margin-top: -15px; text-transform: uppercase; }

/* line 1740, ../sass/main.scss */
#eventsCalendarContent .calendar_events { padding: 10px; }

/* line 1741, ../sass/main.scss */
#eventsCalendarContent .calendar_events h6 { color: #82a30f; text-transform: uppercase; }

/* line 1742, ../sass/main.scss */
#eventsCalendarContent .calendar_events ul li { line-height: 16px; margin-bottom: 10px; }

/* line 1744, ../sass/main.scss */
#moreLinkNavHead { background-color: brown; color: #c7c7c7; font-size: 12px; font-weight: normal; padding: 2px 0px; clear: both; overflow: none; }

/* line 1745, ../sass/main.scss */
#moreLinkNavHead ul.moreLinkNavLine { float: right; }

/* line 1746, ../sass/main.scss */
#moreLinkNavHead ul li { float: left; letter-spacing: 0.025em; margin-right: 10px; }

/* line 1747, ../sass/main.scss */
#moreLinkNavHead ul li a { color: #c7c7c7; }

/* line 1748, ../sass/main.scss */
#moreLinkNavHead ul li a:hover { color: #dcdcdc; }

/* webinarFooter-Multimedia page */
/* Web 1.1 */
/* line 1751, ../sass/main.scss */
#webinarFooter { clear: both; font-weight: normal; margin: 5px 0px 5px 0px; text-align: right; padding-right: 5px; }

/* line 1752, ../sass/main.scss */
#webinarFooter p { margin-top: -18px; margin-bottom: 5px; font-size: 12px; line-height: 14px; font-weight: bold; }

/* videoFooter-Multimedia page */
/* Web 1.1 */
/* line 1755, ../sass/main.scss */
#videoFooter { clear: both; font-weight: normal; margin: 5px 0px 5px 0px; text-align: right; padding-right: 5px; }

/* line 1756, ../sass/main.scss */
#videoFooter p { margin-top: -18px; margin-bottom: 25px; font-size: 12px; line-height: 14px; font-weight: bold; }

/* slideShowFooter-Multimedia page */
/* Web 1.1 */
/* line 1759, ../sass/main.scss */
#slideShowFooter { clear: both; font-weight: normal; margin: 5px 0px 5px 0px; text-align: right; padding-right: 0px; }

/* line 1760, ../sass/main.scss */
#slideShowFooter p { margin-top: -10px; font-size: 12px; line-height: 14px; font-weight: bold; }

/* recentInterviewsManagementTips */
/* Web 1.1 */
/* line 1764, ../sass/main.scss */
#recentInterviewsManagementTips { border-top: 1px solid #A1A1A1; padding-top: 2px 0 0 0; font-size: 12px; margin: 20px 0 25px 0; }

/* line 1765, ../sass/main.scss */
#recentInterviewsManagementTips h4 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; margin-bottom: 10px; }

/* line 1766, ../sass/main.scss */
#recentInterviewsManagementTips .recentInterviewsManagementTips_block { margin-bottom: 20px; }

/* line 1767, ../sass/main.scss */
#recentInterviewsManagementTips .recentInterviewsManagementTips_block .image { float: left; margin-right: 26px; width: 160px; }

/* line 1768, ../sass/main.scss */
#recentInterviewsManagementTips .recentInterviewsManagementTips_block p { color: #1e1c1d; line-height: 14px; }

/* line 1769, ../sass/main.scss */
#recentInterviewsManagementTips .recentInterviewsManagementTips_block p.textDesc { color: #1e1c1d; line-height: 14px; margin-top: 10px; }

/* line 1770, ../sass/main.scss */
#recentInterviewsManagementTips .recentInterviewsManagementTips_block p.videoLink { margin-top: 5px; margin-left: 186px; }

/* line 1771, ../sass/main.scss */
#recentInterviewsManagementTips .recentInterviewsManagementTips_block a.textLink { color: #1e1c1d; }

/* line 1772, ../sass/main.scss */
#recentInterviewsManagementTips .recentInterviewsManagementTips_block a.headerLink { color: #1E1C1D; }

/* recentVideo */
/* Web 1.1 */
/* line 1775, ../sass/main.scss */
#recentVideo { border-top: 3px solid #1E1C1D; padding-top: 2px 0 0 0; font-size: 12px; margin: 20px 0 25px 0; }

/* line 1776, ../sass/main.scss */
#recentVideo h4 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; margin-bottom: 10px; }

/* line 1777, ../sass/main.scss */
#recentVideo .recentInterviewsManagementTips_block { margin-bottom: 20px; }

/* line 1778, ../sass/main.scss */
#recentVideo .recentInterviewsManagementTips_block .image { float: left; margin-right: 26px; width: 160px; }

/* line 1779, ../sass/main.scss */
#recentVideo .recentInterviewsManagementTips_block p { color: #1e1c1d; line-height: 14px; }

/* line 1780, ../sass/main.scss */
#recentVideo .recentInterviewsManagementTips_block p.textDesc { color: #1e1c1d; line-height: 14px; margin-top: 10px; }

/* line 1781, ../sass/main.scss */
#recentVideo .recentInterviewsManagementTips_block p.videoLink { margin-top: 5px; margin-left: 186px; }

/* line 1782, ../sass/main.scss */
#recentVideo .recentInterviewsManagementTips_block a.textLink { color: #1e1c1d; }

/* line 1783, ../sass/main.scss */
#recentVideo .recentInterviewsManagementTips_block a.headerLink { color: #1E1C1D; }

/* line 1785, ../sass/main.scss */
#recentVideoNoTopBorder { border-top: 0px solid #1E1C1D; padding-top: 2px 0 0 0; font-size: 12px; margin: -5px 0 25px 0; }

/* line 1786, ../sass/main.scss */
#recentVideoNoTopBorder h4 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; margin-bottom: 10px; }

/* line 1787, ../sass/main.scss */
#recentVideoNoTopBorder .recentInterviewsManagementTips_block { margin-bottom: 20px; }

/* line 1788, ../sass/main.scss */
#recentVideoNoTopBorder .recentInterviewsManagementTips_block .image { float: left; margin-right: 26px; width: 160px; }

/* line 1789, ../sass/main.scss */
#recentVideoNoTopBorder .recentInterviewsManagementTips_block p { color: #1e1c1d; line-height: 14px; }

/* line 1790, ../sass/main.scss */
#recentVideoNoTopBorder .recentInterviewsManagementTips_block p.textDesc { color: #1e1c1d; line-height: 14px; margin-top: 10px; }

/* line 1791, ../sass/main.scss */
#recentVideoNoTopBorder .recentInterviewsManagementTips_block p.videoLink { margin-top: 5px; margin-left: 186px; }

/* line 1792, ../sass/main.scss */
#recentVideoNoTopBorder .recentInterviewsManagementTips_block a.textLink { color: #1e1c1d; }

/* line 1793, ../sass/main.scss */
#recentVideoNoTopBorder .recentInterviewsManagementTips_block a.headerLink { color: #1E1C1D; }

/* audioMultimedia */
/* Web 1.1 */
/* line 1797, ../sass/main.scss */
#audioMultimedia { clear: both; font-weight: normal; margin: 0px 0px 5px 0px; text-align: left; padding-right: 5px; }

/* line 1798, ../sass/main.scss */
#audioMultimedia h6 { color: #1e1c1d; font-size: 14px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1799, ../sass/main.scss */
#audioMultimedia div { padding: 0px 10px 5px 0px; margin: 10px 0 -10px 0; }

/* line 1800, ../sass/main.scss */
#audioMultimedia .item_block_group { float: left; }

/* line 1802, ../sass/main.scss */
#audioMultimedia img { padding-right: 5px; vertical-align: middle; }

/* line 1803, ../sass/main.scss */
#audioMultimedia p { font-size: 12px; line-height: 15px; }

/* line 1804, ../sass/main.scss */
#audioMultimedia p.audioPlayerHeader { font-size: 12px; line-height: 15px; }

/* line 1805, ../sass/main.scss */
#audioMultimedia p.audioText { padding-bottom: 0px; }

/* line 1806, ../sass/main.scss */
#audioMultimedia p.audioPlayer { margin: 5px 0 0 -4px; }

/* line 1807, ../sass/main.scss */
#audioMultimedia a.headerLink { color: #1E1C1D; }

/* videoMultimedia */
/* Web 1.1 */
/* line 1810, ../sass/main.scss */
#videoMultimedia { padding-top: 0px; font-size: 12px; margin: 0px 0 25px 0; }

/* line 1811, ../sass/main.scss */
#videoMultimedia h4 { color: #1E1C1D; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1812, ../sass/main.scss */
#videoMultimedia h6 { color: #1E1C1D; font-size: 14px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1813, ../sass/main.scss */
#videoMultimedia img { padding-right: 5px; }

/* line 1814, ../sass/main.scss */
#videoMultimedia .widget_footer { font-weight: bold; text-align: right; }

/* line 1815, ../sass/main.scss */
#videoMultimedia p { font-size: 12px; line-height: 15px; }

/* line 1816, ../sass/main.scss */
#videoMultimedia p.videoFooterText { color: #1E1C1D; clear: both; font-weight: normal; margin: -5px 0px 10px 0px; text-align: left; padding-right: 5px; font-size: 12px; line-height: 14px; }

/* line 1817, ../sass/main.scss */
#videoMultimedia a.headerLink { color: #1E1C1D; }

/* line 1818, ../sass/main.scss */
#videoMultimediaFooter { font-size: 12px; margin: -15px 0 25px 0; }

/* line 1819, ../sass/main.scss */
#videoMultimediaFooter img { padding-right: 5px; vertical-align: middle; }

/* videoSubMultimedia */
/* Web 1.1 */
/* line 1822, ../sass/main.scss */
#videoSubMultimedia { padding-top: 0px; font-size: 12px; margin: 0px 20px 25px 20px; }

/* line 1823, ../sass/main.scss */
#videoSubMultimedia h4 { color: #1E1C1D; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1824, ../sass/main.scss */
#videoSubMultimedia h6 { color: #1E1C1D; font-size: 14px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1825, ../sass/main.scss */
#videoSubMultimedia img { padding-right: 5px; }

/* line 1826, ../sass/main.scss */
#videoSubMultimedia .widget_footer { font-weight: bold; text-align: right; }

/* line 1827, ../sass/main.scss */
#videoSubMultimedia div { padding: 0px 10px 5px 0px; margin: 10px 0 -10px 0; }

/* line 1828, ../sass/main.scss */
#videoSubMultimedia p { font-size: 12px; line-height: 20px; }

/* line 1829, ../sass/main.scss */
#videoSubMultimedia p.videoSubMultimediaMainContentFooter { color: #1E1C1D; clear: both; font-weight: normal; margin: 15px 0px 10px 0px; text-align: left; padding-right: 5px; font-size: 13px; line-height: 15px; }

/* line 1830, ../sass/main.scss */
#videoSubMultimedia a.headerLink { color: #1E1C1D; }

/* line 1831, ../sass/main.scss */
#videoSubMultimediaFooter { font-size: 12px; margin: 20px 0px 10px 20px; }

/* line 1832, ../sass/main.scss */
#videoSubMultimediaFooter img { padding-right: 5px; vertical-align: middle; }

/* audioRecentMultimedia */
/* Web 1.1 */
/* line 1835, ../sass/main.scss */
#audioRecentMultimedia { border-top: 1px solid #A1A1A1; padding-top: 0px; font-size: 12px; margin: 20px 0 25px 0; }

/* line 1837, ../sass/main.scss */
#audioRecentMultimedia h2 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1838, ../sass/main.scss */
#audioRecentMultimedia h6 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1839, ../sass/main.scss */
#audioRecentMultimedia ul.bullets { list-style-position: outside; margin-left: 15px; }

/* line 1840, ../sass/main.scss */
#audioRecentMultimedia ul.bullets li { margin-bottom: 8px; line-height: 14px; }

/* line 1841, ../sass/main.scss */
#audioRecentMultimedia .widget_footer { font-weight: bold; text-align: right; }

/* line 1842, ../sass/main.scss */
#audioRecentMultimedia p { font-size: 12px; }

/* webinarFooter-Multimedia page */
/* Web 1.1 */
/* line 1844, ../sass/main.scss */
#audioRecentMultimedia .audioFooter { clear: both; font-weight: bold; margin: 8px 0px 25px 0px; text-align: right; padding-right: 5px; font-size: 12px; line-height: 14px; }

/* audioBlog */
/* Web 1.1 */
/* line 1848, ../sass/main.scss */
#audioBlog { border-top: 3px solid #1E1C1D; padding-top: 0px; font-size: 12px; margin: 30px 0 25px 0; }

/* line 1849, ../sass/main.scss */
#audioBlog h2 { color: #1E1C1D; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1850, ../sass/main.scss */
#audioBlog h6 { color: #1E1C1D; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1851, ../sass/main.scss */
#audioBlog ul.bullets { list-style-position: outside; margin-left: 14px; }

/* line 1852, ../sass/main.scss */
#audioBlog ul.bullets li { margin-bottom: 8px; line-height: 14px; }

/* line 1853, ../sass/main.scss */
#audioBlog .widget_footer { font-weight: bold; text-align: right; }

/* line 1854, ../sass/main.scss */
#audioBlog p { font-size: 12px; }

/* webinarFooter-Multimedia page */
/* Web 1.1 */
/* line 1856, ../sass/main.scss */
#audioBlog .audioFooter { clear: both; font-weight: bold; margin: 8px 0px 5px 0px; text-align: right; padding-right: 5px; font-size: 12px; line-height: 14px; }

/* bookOfTheMonth */
/* Web 1.1 */
/* line 1860, ../sass/main.scss */
#bookOfTheMonth { margin-left: 10px; }

/* line 1861, ../sass/main.scss */
#bookOfTheMonth h2 { color: #1E1C1D; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: uppercase; margin-left: 5px; width: 180px; }

/* line 1862, ../sass/main.scss */
#bookOfTheMonth h4 { color: #1E1C1D; font-size: 14px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; margin-top: 5px; margin-left: 5px; width: 180px; }

/* line 1863, ../sass/main.scss */
#bookOfTheMonth .item_block_group { float: left; margin: 10px 0 -10px 0; }

/* line 1864, ../sass/main.scss */
#bookOfTheMonth a { color: #1e1c1d; font-weight: bold; }

/* line 1865, ../sass/main.scss */
#bookOfTheMonth p.bookText { color: #1E1C1D; display: block; float: left; font-size: 12px; line-height: 14px; width: 180px; margin-left: 5px; }

/* line 1866, ../sass/main.scss */
#bookOfTheMonth p.bookText1 { margin-top: -10px; margin-bottom: 10px; }

/* line 1867, ../sass/main.scss */
#bookOfTheMonth p.bookText2 { margin-top: 8px; margin-bottom: 10px; }

/* line 1868, ../sass/main.scss */
#bookOfTheMonth .bookImage { display: block; float: right; margin-right: 10px; margin-top: -12px; }

/* line 1869, ../sass/main.scss */
#bookOfTheMonth .marginBottom { margin-bottom: 10px; }

/* inThisIssue */
/* Web 1.1 */
/* line 1873, ../sass/main.scss */
#inThisIssue_footer_link { clear: both; font-weight: bold; margin: 5px 0px 5px 0px; text-align: right; padding-right: 5px; }

/* line 1874, ../sass/main.scss */
#inThisIssue_features .item_block_group { float: left; padding-left: 10px; width: 240px; }

/* line 1875, ../sass/main.scss */
#inThisIssue_features p.spotLightText a { color: #1E1C1D; font-weight: bold; }

/* line 1876, ../sass/main.scss */
#inThisIssue_features p.spotLightText { color: #1E1C1D; display: block; float: left; font-size: 12px; line-height: 14px; margin-bottom: 10px; width: 150px; }

/* line 1877, ../sass/main.scss */
#inThisIssue_features .issueImage { display: block; float: left; padding: 1px 10px 0 10px; }

/* line 1878, ../sass/main.scss */
#inThisIssue_features .marginBottom { margin-bottom: 10px; }

/* line 1879, ../sass/main.scss */
#inThisIssue_features ul { list-style: disc outside none; margin-left: 15px; }

/* line 1880, ../sass/main.scss */
#issueModularNavigation { border-top: 1px solid #a1a1a1; color: #353333; font-size: 12px; margin-bottom: 5px; padding-top: 12px; }

/* line 1881, ../sass/main.scss */
#issueModularNavigation a { color: #353333; }

/* line 1882, ../sass/main.scss */
#issueModularNavigation ul { margin-bottom: 5px; }

/* line 1883, ../sass/main.scss */
#issueModularNavigation a#issueLink { color: #B20022; font-weight: bold; }

/* line 1884, ../sass/main.scss */
#issueContentCustom { display: block; font-size: 12px; overflow: hidden; }

/* magazineBlock */
/* Web 1.1 */
/* line 1887, ../sass/main.scss */
#magazineBlock { margin-top: 15px; }

/* line 1888, ../sass/main.scss */
#magazineBlock #magazinePageText { color: #1E1C1D; font-size: 12px; font-weight: bold; margin-top: 10px; text-transform: uppercase; }

/* line 1889, ../sass/main.scss */
#magazineBlock #magazinePageText h2 { letter-spacing: 0; text-transform: none; line-height: 14px; margin-bottom: 2px; }

/* line 1890, ../sass/main.scss */
#magazineBlock #magazinePageText h3 { color: #585556; font-size: 11px; }

/* line 1891, ../sass/main.scss */
#magazineBlock #magazinePageText a { color: #1E1C1D; }

/* line 1892, ../sass/main.scss */
#magazineBlock #magazinePageText p { color: #585556; text-transform: none; line-height: 14px; font-size: 12px; font-weight: normal; }

/* line 1893, ../sass/main.scss */
#magazineBlock .image { border: 1px solid #898688; float: left; margin-bottom: 8px; }

/* line 1894, ../sass/main.scss */
#magazineBlock p.magazinePageTextDescription { color: #1E1C1D !important; margin-top: 5px; }

/* magazinePrevIssueContent */
/* Web 1.1 */
/* line 1897, ../sass/main.scss */
#magazinePrevIssueContent { color: #585556; margin: -1px 0px 0px 0px; padding: 3px 0px 3px 1px; overflow: auto; width: 580px; }

/* line 1898, ../sass/main.scss */
#magazinePrevIssueContent #issueBlock { display: block; width: 81px; height: 140px; float: left; margin: 10px 0 0 7px; padding-top: 8px; padding-right: 7px; line-height: 14px; }

/* line 1899, ../sass/main.scss */
#magazinePrevIssueContent .image { text-align: center; }

/* line 1900, ../sass/main.scss */
#magazinePrevIssueContent h2 { font-size: 14px; font-weight: bold; line-height: 14px; }

/* line 1901, ../sass/main.scss */
#magazinePrevIssueContent h2 a { color: #000; }

/* line 1902, ../sass/main.scss */
#magazinePrevIssueContent p { margin-top: -10px; }

/* line 1903, ../sass/main.scss */
#magazinePrevIssueContent h3 { font-size: 11px; line-height: 14px; text-transform: uppercase; }

/* line 1904, ../sass/main.scss */
#magazinePrevIssueContent a { color: #585556; }

/* line 1906, ../sass/main.scss */
.previousIssueDatePicker { display: block; font-size: 12px; overflow: hidden; float: right; margin-top: 10px; margin-right: 10px; }

/* line 1907, ../sass/main.scss */
a#issueLinkPrevIssues { color: #B20022; font-weight: bold; }

/* line 1909, ../sass/main.scss */
#sitewideBlogPosts h2 { text-transform: uppercase; }

/* audioEditorPicks*/
/* Web 1.1 */
/* line 1912, ../sass/main.scss */
#audioEditorPicks { border-top: 3px solid #1E1C1D; padding-top: 0px; font-size: 12px; margin: 20px 0 25px 0; }

/* line 1913, ../sass/main.scss */
#audioEditorPicks #topicBlock { border-top: 1px solid #A1A1A1; padding-top: 0px; font-size: 12px; margin: 10px 0 25px 0; }

/* line 1914, ../sass/main.scss */
#audioEditorPicks h2 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: uppercase; }

/* line 1915, ../sass/main.scss */
#audioEditorPicks h2#categoryName { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1916, ../sass/main.scss */
#audioEditorPicks h6 { color: #1e1c1d; font-size: 12px; font-weight: bold; letter-spacing: .05em; text-transform: capitalize; }

/* line 1917, ../sass/main.scss */
#audioEditorPicks ul.bullets { list-style-position: outside; margin-left: 15px; }

/* line 1918, ../sass/main.scss */
#audioEditorPicks ul.bullets li { margin-bottom: 8px; line-height: 14px; }

/* line 1919, ../sass/main.scss */
#audioEditorPicks .widget_footer { font-weight: bold; text-align: right; }

/* line 1920, ../sass/main.scss */
#audioEditorPicks p { font-size: 12px; }

/* multimediaPagesTout */
/* line 1923, ../sass/main.scss */
#multimediaPagesTout { font-size: 12px; background: none repeat scroll 0 0 #F0EFEF; border: 1px solid #a1a1a1; }

/* line 1924, ../sass/main.scss */
#multimediaPagesTout h6 { font-size: 11px; text-transform: uppercase; }

/* line 1925, ../sass/main.scss */
#multimediaPagesTout .product_spotlight_textMultimedia h5 { font-size: 14px; text-transform: none; letter-spacing: normal !important; line-height: normal; margin-bottom: 0px; }

/* line 1926, ../sass/main.scss */
#multimediaPagesTout .product_spotlight_textMultimedia h5 a { color: #010101; }

/* line 1927, ../sass/main.scss */
#multimediaPagesTout .product_spotlight_textMultimedia p { line-height: normal; font-size: 12px; margin: 3px 3px 7px 65px; }

/* line 1928, ../sass/main.scss */
#multimediaPagesTout .product_spotlight_textMultimedia p a { font-weight: bold; }

/* line 1929, ../sass/main.scss */
#multimediaPagesTout .product_spotlight_textMultimediaAudio p { line-height: normal; font-size: 12px; margin: 3px 3px 7px 65px; }

/* line 1930, ../sass/main.scss */
#multimediaPagesTout .product_spotlight_textMultimediaAudio p a { font-weight: bold; }

/* Web 1.1 */
/* line 1934, ../sass/main.scss */
.archives .slideShowBlock { height: 175px; display: block; float: left; padding-right: 10px; }

/* line 1935, ../sass/main.scss */
.archives .slideShowBlock img { border: 1px solid #898688; margin-bottom: 6px; }

/* line 1936, ../sass/main.scss */
.widgetMultiMediaSlideShow { border-top: 3px solid #231f20; font-size: 12px; margin-top: -10px; margin-bottom: 20px; }

/* line 1937, ../sass/main.scss */
.widgetMultiMediaSlideShow h4 { font-size: 12px; font-weight: bold; letter-spacing: .05em; margin-bottom: 10px; text-transform: uppercase; }

/* line 1938, ../sass/main.scss */
.widgetMultiMediaSlideShow .mobImage img { width: 180px; }

/* line 1939, ../sass/main.scss */
.widgetMultiMediaSlideShow .mobText { width: 180px; }

/* line 1940, ../sass/main.scss */
.widgetMultiMediaSlideShow span.large_text { color: #1e1c1d; font-size: 14px; line-height: 14px; font-weight: bold; }

/* multimedia-video page -- delete for the blogs */
/* line 1944, ../sass/main.scss */
#shareWidgetBottom ul.social-links li span { display: none !important; }

/* line 1946, ../sass/main.scss */
#paywallPrompt { background-color: #fff; width: 763px; }

/* line 1947, ../sass/main.scss */
#paywallPrompt_left { float: left; padding: 0px 35px; margin: 35px 0px; width: 410px; }

/* line 1948, ../sass/main.scss */
#paywallPrompt_left h6 { color: #b20022; font-size: 21px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }

/* line 1949, ../sass/main.scss */
#paywallPrompt_left h6 span { color: #575556; text-transform: none; }

/* line 1950, ../sass/main.scss */
#paywallPrompt_right { border-left: 1px solid #878586; float: left; font-size: 12px; height: 300px; margin: 35px 0px; padding: 0px 20px; width: 242px; }

/* line 1951, ../sass/main.scss */
#paywallPrompt_right { color: #b20022; line-height: 18px; }

/* line 1952, ../sass/main.scss */
#paywallPrompt_right div { margin-bottom: 15px; }

/* line 1953, ../sass/main.scss */
#paywallPrompt_right h6 { color: #1e1c1d; font-weight: bold; line-height: 18px; }

/* line 1954, ../sass/main.scss */
#paywallPrompt p { color: #b20022; font-size: 18px; line-height: 21px; margin-bottom: 30px; }

/* line 1955, ../sass/main.scss */
#paywallPrompt ul { color: #575556; list-style: disc outside; margin-left: 15px; }

/* line 1956, ../sass/main.scss */
#paywallPrompt ul li { line-height: 24px; }

/* line 1957, ../sass/main.scss */
a#paywallPrompt_registerLink { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/paywallPrompt_registerLink.png") top left no-repeat; display: block; float: right; height: 32px; width: 146px; }

/* line 1958, ../sass/main.scss */
a#paywallPrompt_registerLink span { display: none; }

/* line 1959, ../sass/main.scss */
a#paywallPrompt_hbrLink { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/hbrPrintLogo.gif") top left no-repeat; display: block; height: 67px; margin-top: 150px; width: 159px; }

/* line 1960, ../sass/main.scss */
a#paywallPrompt_hbrLink span { display: none; }

/* paywallPrompt.registered */
/* line 1963, ../sass/main.scss */
#paywallPrompt_left ul li { line-height: 16px; margin-bottom: 10px; }

/* line 1964, ../sass/main.scss */
#paywallPrompt.registered #paywallPrompt_right { height: auto; padding-top: 40px; }

/* line 1965, ../sass/main.scss */
#paywallPrompt.registered a#paywallPrompt_hbrLink { margin-top: 120px; }

/* line 1966, ../sass/main.scss */
a#paywallPrompt_subscribeLink { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/paywallPrompt_subscribeLink.png") top left no-repeat; display: block; height: 33px; float: right; width: 118px; }

/* line 1967, ../sass/main.scss */
a#paywallPrompt_subscribeLink span { display: none; }

/* line 1969, ../sass/main.scss */
#paywallPrompt #paywallPrompt_close { cursor: pointer; float: right; display: block; background: transparent url("http://static.hbr.org/hbrg-main/resources/images/marketing/fancybox/fancy_close.png") top right no-repeat; width: 30px; height: 30px; top: -15px; left: 748px; position: absolute; }

/* paywallPrompt_articleHeader */
/* line 1973, ../sass/main.scss */
#paywallPrompt_articleHeader { background: white url("http://static.hbr.org/hbrg-main/resources/images/paywall_key.gif") 20px 10px no-repeat; color: #585556; font-size: 11px; line-height: 13px; padding: 10px 20px 10px 70px; width: 530px; }

/* line 1974, ../sass/main.scss */
#paywallPrompt_articleHeader a { font-weight: bold; }

/* line 1975, ../sass/main.scss */
#paywallPrompt_articleHeader p span { color: #b20022; font-size: 12px; font-weight: bold; text-transform: uppercase; }

/* line 1976, ../sass/main.scss */
#paywallPrompt_articleHeader_content { width: 415px; }

/* line 1977, ../sass/main.scss */
ul#paywallPrompt_articleHeader_links { float: right; line-height: 14px; }

/* line 1978, ../sass/main.scss */
ul#paywallPrompt_articleHeader_links a { color: #e54515; }

/* paywallPrompt_articleFooter */
/* line 1982, ../sass/main.scss */
#paywallPrompt_articleFooter { background: white url("http://static.hbr.org/hbrg-main/resources/images/paywall_key.gif") 20px 0px no-repeat; color: #585556; font-size: 13px; line-height: 15px; padding: 5px 20px 8px 70px; width: 530px; }

/* line 1983, ../sass/main.scss */
#paywallPrompt_articleFooter h6 { font-size: 16px; font-weight: bold; line-height: 15px; margin-bottom: 2px; }

/* line 1984, ../sass/main.scss */
#paywallPrompt_articleFooter p { margin-bottom: 5px; }

/* line 1985, ../sass/main.scss */
#paywallPrompt_articleFooter p.small-text { font-size: 11px; line-height: 13px; }

/* registration thank you */
/* line 1988, ../sass/main.scss */
#registrationThankYou_left { display: block; float: left; width: 600px; }

/* line 1989, ../sass/main.scss */
#registrationThankYou_left_content { float: right; width: 450px; }

/* line 1990, ../sass/main.scss */
#registrationThankYou_right { width: 25%; float: right; }

/* line 1991, ../sass/main.scss */
#registrationThankYou_left p { font-size: 16px; font-weight: bold; }

/* line 1992, ../sass/main.scss */
#registrationThankYou_left span.small-footer { font-size: 11px; line-height: 13px; color: #575556; }

/* line 1993, ../sass/main.scss */
#registrationThankYouWrapper a { font-weight: bold; }

/* line 1994, ../sass/main.scss */
#registrationThankYouWrapper h4 { color: #b20022; font-size: 21px; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }

/* line 1995, ../sass/main.scss */
#registrationThankYouWrapper h6 { color: #575556; text-transform: none; font-size: 21px; margin-bottom: 20px; line-height: 20px; }

/* line 1996, ../sass/main.scss */
#registrationThankYouWrapper ul { list-style: disc outside; margin-left: 15px; }

/* line 1997, ../sass/main.scss */
#registrationThankYouWrapper ul li { line-height: 16px; margin-bottom: 10px; }

/* registrationBenefitsTout */
/* line 2000, ../sass/main.scss */
#registrationBenefitsTout { background-color: #fff; border: 1px solid #c3c3c3; display: block; height: 250px; padding: 15px 10px 35px 10px; width: 245px; margin-top: 20px; }

/* line 2001, ../sass/main.scss */
#registrationBenefitsToutImage { float: right; margin-top: -35px; }

/* line 2002, ../sass/main.scss */
#registrationBenefitsTout h3 { color: #b20022; font-size: 20px; font-weight: bold; line-height: 26px; margin-bottom: 10px; }

/* line 2003, ../sass/main.scss */
#registrationBenefitsTout ul { font-size: 14px; }

/* line 2004, ../sass/main.scss */
#registrationBenefitsTout ul li { margin-bottom: 10px; }

/* Management Tip */
/* line 2007, ../sass/main.scss */
#tipBanner { background: url("http://static.hbr.org/hbrg-main/resources/images/tip_header.gif") top left no-repeat; clear: both; display: block; height: 80px; margin: 0px 20px; }

/* line 2008, ../sass/main.scss */
#tipBanner h1 { display: none; }

/* line 2009, ../sass/main.scss */
#tipBannerLinks { float: right; margin-top: -5px; }

/* line 2010, ../sass/main.scss */
#tipBannerLinks a { color: #575556; }

/* line 2011, ../sass/main.scss */
#tipBannerLinks h6 { color: #b20022; font-size: 10px; text-transform: uppercase; }

/* line 2012, ../sass/main.scss */
#tipBannerLinks ul li { display: inline; float: left; font-size: 9px; text-align: center; }

/* line 2013, ../sass/main.scss */
#tipBannerLinks ul li img { clear: both; display: block; height: 35px; width: 35px; }

/* tipContent */
/* line 2016, ../sass/main.scss */
#tipContent { font-size: 12px; line-height: 22px; margin: 0px 20px; padding: 0px 10px; }

/* line 2017, ../sass/main.scss */
#tipContent h4 { font-size: 10px; text-transform: uppercase; }

/* line 2018, ../sass/main.scss */
#tipContent h2 { color: #ef5704; font-size: 19px; font-weight: bold; margin-bottom: 3px; }

/* line 2019, ../sass/main.scss */
#tipContent ul { list-style: disc outside none; margin: 0px 0px 5px 35px; }

/* line 2020, ../sass/main.scss */
#tipContent div { margin-bottom: 5px; }

/* line 2021, ../sass/main.scss */
#tipContent p#tipSource { color: #585556; }

/* line 2023, ../sass/main.scss */
#shareWidgetBottom.management_tip { margin-left: 10px; margin-top: 10px; }

/* line 2024, ../sass/main.scss */
#shareWidgetBottom.management_tip ul.social-links { border: 0px !important; margin: 0px 20px; }

/* line 2025, ../sass/main.scss */
#shareWidgetBottom.management_tip ul.social-links li { margin-right: 0px !important; }

/* line 2026, ../sass/main.scss */
#shareWidgetBottom.management_tip ul.social-links a { padding-right: 25px !important; }

/* tipBrowser */
/* line 2029, ../sass/main.scss */
#tipBrowser { background-color: #ef5704; color: #fff; font-size: 12px; margin: 0px 20px 15px 20px; padding: 0px 10px 0px 10px; }

/* line 2030, ../sass/main.scss */
#tipBrowser a { color: #fff; }

/* line 2031, ../sass/main.scss */
#tipBrowser h5 { text-transform: uppercase; font-weight: bold; }

/* line 2032, ../sass/main.scss */
#tipBrowser a:hover { text-decoration: none !important; }

/* line 2033, ../sass/main.scss */
#tipBrowser a:hover p { text-decoration: underline !important; }

/* line 2034, ../sass/main.scss */
#tipBrowser p { line-height: 12px; }

/* line 2035, ../sass/main.scss */
a#tipBrowser_previous { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/tip_previous_arrow.gif") left 3px no-repeat; border-right: 1px solid #fff; display: block; float: left; min-height: 46px; padding-left: 30px; padding-right: 5px; text-align: left; width: 154px; }

/* line 2036, ../sass/main.scss */
#tipBrowser_controls { float: left; padding: 5px 0px 0px 15px; width: 160px; }

/* line 2037, ../sass/main.scss */
a#tipBrowser_next { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/tip_next_arrow.gif") right 3px no-repeat; border-left: solid 1px #fff; display: block; float: left; min-height: 46px; text-align: right; padding-left: 5px; padding-right: 30px; width: 154px; }

/* line 2038, ../sass/main.scss */
a#tipBrowser_controls_random { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/tip_control_random.gif") top left no-repeat; cursor: pointer; display: block; float: left; height: 37px; margin-right: 10px; width: 68px; }

/* line 2039, ../sass/main.scss */
a#tipBrowser_controls_today { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/tip_control_today.gif") top left no-repeat; cursor: pointer; display: block; height: 37px; float: left; width: 68px; }

/* line 2040, ../sass/main.scss */
a#tipBrowser_controls_random span, a#tipBrowser_controls_today span { display: none; }

/* 	tipsPromo */
/* line 2043, ../sass/main.scss */
#tipsPromo { margin: 0px 20px; font-size: 12px; }

/* line 2044, ../sass/main.scss */
#tipsPromo .column { border-top: 3px solid #000; display: block; float: left; margin-right: 12px; width: 185px; }

/* line 2045, ../sass/main.scss */
#tipsPromo .column h4 { font-size: 12px; font-weight: bold; letter-spacing: 0.05em; margin-bottom: 10px; padding-top: 2px; text-transform: uppercase; }

/* line 2047, ../sass/main.scss */
#tipsPromo .last { margin-right: 0px; }

/* line 2048, ../sass/main.scss */
#tipsPromo ul { list-style: disc outside url("http://static.hbr.org/hbrg-main/resources/images/grayBullet.gif"); margin-left: 20px; line-height: 14px; }

/* line 2050, ../sass/main.scss */
#tipsPromo ul li { margin-bottom: 10px; }

/* line 2051, ../sass/main.scss */
#tipsPromo ul.product_links { list-style: none; margin-left: 0px; }

/* line 2052, ../sass/main.scss */
#tipsPromo ul.product_links li { margin-bottom: 2px; }

/* line 2053, ../sass/main.scss */
#tipsPromo ul.product_links li a { color: #ef5704; font-weight: bold; }

/* managementTipWidget */
/* line 2056, ../sass/main.scss */
#managementTipWidget { background-color: #fff; border: 0; margin-bottom: 15px !important; }

/* line 2057, ../sass/main.scss */
#managementTipWidget_header { background: transparent url("http://static.hbr.org/hbrg-main/resources/images/tip_widget_header.gif") top left no-repeat; display: block; height: 38px; width: 200px; }

/* line 2058, ../sass/main.scss */
#managementTipWidget_header h3 { display: none; }

/* line 2059, ../sass/main.scss */
#managementTipWidget_content { padding: 8px 10px 3px 10px; }

/* line 2060, ../sass/main.scss */
#managementTipWidget_content a { color: #ef5704; font-weight: bold; }

/* line 2061, ../sass/main.scss */
#managementTipWidget_content h5 { font-size: 14px; font-weight: bold; line-height: 15px; letter-spacing: normal; margin-bottom: 2px; text-transform: none; }

/* line 2062, ../sass/main.scss */
#managementTipWidget_content h5 a { color: #1e1c1d; }

/* line 2063, ../sass/main.scss */
#managementTipWidget h6 { text-transform: uppercase; font-size: 10px; }

/* line 2064, ../sass/main.scss */
#managementTipWidget_content p { color: #585556; line-height: 14px; }

/* line 2065, ../sass/main.scss */
#managementTipWidget_footer { border-top: 1px solid #ef5704; text-align: right; margin-top: 5px; padding: 5px 0px 10px 0px; }

/* line 2066, ../sass/main.scss */
#managementTipWidget_footer a { font-weight: normal; }

/* line 2067, ../sass/main.scss */
#managementTipWidget_footer a.read_more { color: #ef5704; float: right; }

/* line 2068, ../sass/main.scss */
#managementTipWidget_footer a.buy { float: left; }

/* morning advantage-specific style on blogs */
/* line 2071, ../sass/main.scss */
.morningadvantage p { margin-bottom: 25px !important; }

/* line 2072, ../sass/main.scss */
.morningadvantage p.slug { margin-bottom: 0px !important; }

/* line 2073, ../sass/main.scss */
.morningadvantage p.main { margin-bottom: 25px !important; }

/* line 2074, ../sass/main.scss */
.morningadvantage p a.sluglink { line-height: 16px; font-size: 0.85em; color: #000000; text-transform: uppercase; }

/* line 2075, ../sass/main.scss */
.morningadvantage h4 { font-size: 1.3em; margin-bottom: 9px; }

/* line 2076, ../sass/main.scss */
.morningadvantage h4 a.titlelink { color: #000000; }

/* line 2077, ../sass/main.scss */
.morningadvantage h4 a.titlelink em { font-size: 0.8em; }

/* line 2078, ../sass/main.scss */
p.morningadvantagebits a { color: #000000; }

/* simple content table style on blogs */
/* line 2081, ../sass/main.scss */
table.simpleContentTableStyle td, table.simpleContentTableStyle th { padding: 10px; }

/*----------- UTILITY ---------------*/
/* line 2084, ../sass/main.scss */
.hidden_text { text-indent: -9999px; }

/* line 2085, ../sass/main.scss */
.typekit-badge { display: none; }

/* line 2087, ../sass/main.scss */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/* line 2088, ../sass/main.scss */
.clearfix { display: inline-block; }

/* line 2089, ../sass/main.scss */
html[xmlns] .clearfix { display: block; }

/* line 2090, ../sass/main.scss */
* html .clearfix { height: 1%; }

/* line 2092, ../sass/main.scss */
#DebateNav { border-top: 3px solid black; clear: right; display: block; float: right; font-size: 12px; margin: 30px 20px 20px 20px; width: 250px; }

/* line 2093, ../sass/main.scss */
#DebateNav h4 { font-size: 12px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }

/* ------------ INSIGHT CENTER TEASE -------- */
/* line 2096, ../sass/main.scss */
.insight-center { margin: 20px 0; padding: 20px 0; position: relative; border-top: #ccc 1px solid; overflow: hidden; }

/* line 2097, ../sass/main.scss */
.insight-center .insight-center-head { position: absolute; top: 20px; left: 0; width: 56%; background: #777; background: rgba(0, 0, 0, 0.7); color: #fff; margin: 0; padding: 8px 2.1%; font-size: 1.68em; font-family: national-hbr-1, national-hbr-2, sans-serif; }

/* line 2098, ../sass/main.scss */
.insight-center .insight-center-img { float: left; width: 60%; margin: 0; padding: 0; }

/* line 2099, ../sass/main.scss */
.insight-center .insight-center-img img { max-width: 100%; }

/* line 2100, ../sass/main.scss */
.insight-center .insight-center-list { float: left; width: 40%; margin: 0; padding: 0; }

/* line 2101, ../sass/main.scss */
#articleBody .insight-center .insight-center-list ul { margin: 0; padding: 0; }

/* line 2102, ../sass/main.scss */
#articleBody .insight-center .insight-center-list ul li { list-style: none; margin: 0 0 18px 0; padding: 0 0 0 1em; font-size: 1em; line-height: 1.3em; }

/* line 2103, ../sass/main.scss */
.insight-center .insight-center-list ul li a { color: #333; }

/* ------- RESPONSIVE MOVIE EMBED ------- */
/* line 2106, ../sass/main.scss */
.blog-video-embed, .blog-movie-embed { position: relative; padding-bottom: 56.25%; margin: 10px 0 20px; height: 0; overflow: hidden; }

/* line 2107, ../sass/main.scss */
.blog-video-embed iframe, .blog-video-embed object, .blog-video-embed embed, .blog-movie-embed iframe, .blog-movie-embed object, .blog-movie-embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* -------- Hide Stat Tracker http://en.support.wordpress.com/smiley-on-your-blog/ */
/* line 2110, ../sass/main.scss */
img#wpstats { display: none; }
