/* ----- GLOBAL ----- */
body {
	background:#eee url(/img/bg-980.png) repeat-y center top;
	color:#333;
	font:14px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}

hr {background:#ddd;border:none;clear:both;color:#ddd;float:none;height:.1em;margin:0 0 1.45em;width:100%;}
hr.space {background:#fff;color:#fff;visibility:hidden;}

sup { font-size: 65%; vertical-align: super; }

.hide {display:none;}
.after {
	color:#f4f4f4;
	font-size:0.8em;
	margin-left:10px;
}
.quiet {color:#888;}
.quiet a {color:#666;text-decoration:underline;}
.quiet a:hover {color:#444;text-decoration:none;}

.more-results,
.prev-results {
	font-size:12px;
	font-weight:bold;
	margin:0;
	vertical-align:middle;
	display:block;
}
.more-results:link,
.more-results:visited,
.prev-results:link,
.prev-results:visited {
	color:#333;
}
.more-results:hover,
.prev-results:hover {
	color:#11;
}
.prev-results {
	background:url(/img/arrow-prev-results.png) center left no-repeat;
	padding-left:12px;
	text-align:left;
}
.more-results {
	background:url(/img/arrow-next-results.png) center right no-repeat;
	padding-right:12px;
	text-align:right;
}

#header-wrap, #footer-wrap {margin:0 auto;width:980px;}
#header-wrap {background:transparent url(/img/bg-masthead.png) top center repeat-x;}
#footer-wrap {background:#000;}


/* ----- FONTS/ICONS ----- */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hon1b7');
  src:  url('../fonts/icomoon.eot?hon1b7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hon1b7') format('truetype'),
    url('../fonts/icomoon.woff?hon1b7') format('woff'),
    url('../fonts/icomoon.svg?hon1b7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-up:before {
  content: "\e900";
}
.icon-angle-down:before {
  content: "\e901";
}


/* ----- LINKS ----- */

/* RED
a {color:#9F0006;text-decoration:none;}
a:visited {color:#2F1D1D;}
a:hover {color:#5F0003;text-decoration:underline;}
p a, p a:visited {text-decoration:underline;}
*/

/* BLUE */
/* color:#196CCF */
a,
a:visited {color:#08398F;text-decoration:none;}
a:hover {color:#08398F;text-decoration:underline;}

a,
a:active,
a:visited,
a:focus,
a:hover {outline:none;}

a.active {
	color:#000;
	font-weight:bold;
}
a.submitButton {
	-moz-border-radius:5px;
	-moz-box-shadow:0 1px 3px #999;
	-webkit-border-radius:5px;
	-webkit-box-shadow:0 1px 3px #999;
	background:#ddd url(/images/alert-overlay.png) repeat-x;
	border-bottom:1px solid #999;
	color:#555;
	cursor:pointer;
	display:inline-block;
	font-weight:bold;
	line-height:1;
	padding:5px 10px 6px;
	position:relative;
	text-decoration:none;
}
a.submitButton:hover {background-color:#872300;color:#fff;}
a.submitButton:active {top:1px;}
#job-add {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #54ab44;
	display:block;
	color:#306108;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	margin:0 auto;
	padding:13px 34px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
	width:150px;
}
#job-add:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}
#job-add:active {
	position:relative;
	top:1px;
}

/* headline links */
.block h4 a,
.article-list a,
.striped a {
	color:#222;
	font-weight:bold;
}
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited,
.striped a,
.striped a:visited {
	color:#111;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.article-list a:hover,
.striped a:hover {
	color:#9F0700;
}

.article-list h2 a {
	color:#111;
	font-size:18px;
	line-height:125%;
	}
.article-list h2 a:hover {
	color:#3770DF;
	text-decoration:none;
}
.meta a {font-weight:normal;}

a.chrome {
	background:url(/img/bg-efefef-dadada-1x40.png) top left repeat-x;
	border-bottom:1px solid #fff;
	color:#333;
	display:block;
	font-family:arial,sans-serif;
	font-size:12px;
	line-height:1;
	padding:8px 15px;
	text-shadow:0 1px 0 #fff;
}
a.pop {
	color:#f60;
	font-size:13px;
	font-weight:bold;
}

.post-edit-link,
.post-edit-link:visited {color:#666;}
.post-edit-link:hover {color:#9F0700;}

.archives-calendar tr {border-bottom:1px solid #eee;}
.archives-calendar td {border-right:1px solid #eee;padding:4px;text-align:center;}
.archives-calendar a {color:#000;}
.archives-calendar a:hover {color:#9F0700;}

.page #content a,
.custom-post-type-agency-archive #content a,
.single-agency #content a {color:#9F0700;text-decoration:underline;}


/* ----- TEXT ----- */

h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
h2 {line-height:125%;}
h4{font-size:100%;}
.grid_10 h3,
.grid_10 h4 {line-height:115%;}

.meta {color:#888;font-size:85.7%;font-weight:normal;}

.lite {color:#777;}
.lite a {color:#555;}
.small {font-size:85.7%;}
.bold {font-weight:bold;}
.adv {color:#888; font-size:10px; padding:2px 0; text-align:center; text-transform:uppercase;}

.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}
.nomargin {margin:0;}
.nopadding {margin:0;}

blockquote {
	border-left:4px solid #ddd;
	padding-left:15px;
}

/*.category-head {font-size:14px;color:#333;padding:3px 10px;margin-top:1.5em;border-bottom:2px solid #ddd;}*/
.category-head {
	border-bottom:2px solid #ccc;
	color:#333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:0.35em;
	margin-top:1.7em;
	padding:3px 12px;
}

/*
.category-head {
	background:url(http://beta.insurancejournal.com/img/bg-efefef-dadada-1x40.png) 0 0 repeat-x;
	border-bottom:2px solid #f6f6f6;
	color:#333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
	margin-top:1.7em;
	padding:3px 12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
}
*/

.section-top {font-size:85.7%;
	background:none;
	border-top:3px solid #231F20;
	color:#111;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-top:2em;
	padding:4px 6px;
	text-transform:uppercase;
}

.section-break {
  background:url(/img/bg-efefef-dadada-1x40.png) 0 0 repeat-x;
  border-bottom:2px solid #f6f6f6;
  color:#333;
  font-size:18px;
  font-weight:bold;
  margin-bottom:0.5em;
  margin-top:2em;
  padding:6px 12px;
  text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
}

/*
.section-top {
	border-top:2px solid #ddd;
	color:#bf0000;
	font-family:georgia, serif;
	font-size:21px;
	font-weight:normal;
	letter-spacing:-0.5px;
	margin:2em 0 0.3em;
	padding:4px 12px;
}
*/

.headline3{font-size:85.7%;font-weight:bold;}
.headline4{font-size:100%;font-weight:bold;}

.icon-header {font-size:14px;}
.icon-header img {vertical-align:middle;}

.quote {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #f0f0f0;
	border-bottom:2px solid #ccc;
	border-radius:5px;
	margin:20px 0;
	padding:20px;
}

.page-title {
	background:url(/img/bg-header-litegrey.png) bottom left repeat-x;
	color:#333;
	font-size:200%;
	letter-spacing:-1px;
	line-height:125%;
	margin:0 0 10px 0;
	padding:10px 20px;
	text-shadow:1px 1px 0 #fff;
}
.single-magazine .page-title {font-size:24px;}

.copyright-notice {
	border-top:1px solid #eee;
	margin:1.5em 0;
	padding:10px;
	font-size:11px;
}
p.reuters {background:url(/img/reuters.png) top left no-repeat;padding-left:170px;min-height:42px;}
p.bloomberg {
	background:url(../img/bloomberg.png) top right no-repeat;
	min-height:42px;
	padding-right:170px;
}
p.cm-logo {
	background:url('https://www.carriermanagement.com/assets/img/carrier-management-gold-440x166.png')top right no-repeat;
	min-height: 56px;
	padding-right: 170px;
	background-size: auto 56px;
}
p.cj-logo {
	background:url('https://www.claimsjournal.com/img/claimsjournal_logo_125x56.gif')top right no-repeat;
	min-height: 56px;
	padding-right: 170px;
}


/* ----- ADS ----- */

#latest-issue {display:block;}

.ad {margin:1em 0;text-align:center;}

.adnotice {color:#d4d4d4;font-size:80%;padding:2px 4px;text-align:center;}

.wideSkyscraper {height:600px;width:160px;}

.leaderboard {height:90px;margin:0 auto;width:728px;}

.leaderboard-wrap {background:#555;border-bottom:1px solid #444;border-top:1px solid #444;padding:8px;text-align:center;}

.mediumRectangle {height:250px;width:300px;}

.rectangle300x100 {height:100px;width:300px;}

.largeRectangle {height:280px;width:336px;}

.squareButton {height:125px;margin:10px auto;width:125px;}

.rectangle180x150 {height:150px;margin:10px auto;width:180px;}

.rectangle440x160 {height:160px;margin:10px auto;width:440px;}

.grid_6 .mediumRectangle {width:340px;}

.grid_6 .adStack {background:#f4f4f4;margin:1.5em auto 0;padding:20px 0 5px 20px;width:290px;}

.adStack .squareButton {float:left;margin:0 20px 15px 0;}

#narrow-sidebar .squareButton {background:#f4f4f4;border:1px solid #ddd;padding:8px;}

.article-footer-links li {margin-bottom:0.5em;margin-top:0.5em;}

.ad-border {
	border:1px solid #ccc;
	padding:5px;
}

.site-stripe {
	background: #E8461B;
	color: #fff;
	font: bold 16px/1.5 arial,sans-serif;
	text-shadow: 0 1px #7F250D;
	padding: 5px 0;
	border-bottom: 2px solid #7F250D;
	text-align: center;
}
.site-stripe a,
.site-stripe a:visited {
	color: #fff;
	text-decoration:underline;
}
.site-stripe a:hover {
	color: #7F250D;
	text-decoration:underline;
	text-shadow:none;
}


/* ----- FORMS ----- */

input.accent {
	-moz-border-radius:2px 2px 2px 2px;
}
input.accent {
	background:url(/img/bg-form-field.gif) repeat-x scroll left top #fff;
	border:1px solid #d5d5d5;
	color:#333;
	font-size:14px;
	padding:6px;
}

#subscribe-reloaded {
	float: left;
	margin-bottom: 8px;
}
#subscribe-reload-manage {
	margin-left: 38px;
	clear: both;
}
#commentform input[type=submit] {
	clear: both;
	margin-top: 10px;
}

/* ----- SUBSCRIBE BLOCK ----- */

.subscribe-banner {
	color: #fff;
	position: relative;
}
.subscribe-banner.subscribe-banner-in-content {
	width: 580px;
	height: 250px;
	text-align: center;
}

	.subscribe-banner img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.subscribe-banner .content {
		padding: 20px;
		width: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.subscribe-banner h4 {
		font-family: 'HelveticaNeue-CondensedBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.subscribe-banner-in-content h4 {
		font-size: 36px;
	}

	.subscribe-banner p {
		font-weight: 300;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	.subscribe-banner-in-content p {
		font-size: 18px;
	}

	.subscribe-banner form {
		position: relative;
	}
	.subscribe-banner-in-content form {
		width: 475px;
		margin: 0 auto;
	}

	.subscribe-banner input[type=email] {
		box-sizing: border-box;
		border: none;
		background: #ffffff;
		border-radius: 21px;
		padding: 0 30px;
		line-height: 42px;
		font-size: 18px;
		font-weight: 300;
	}
	.subscribe-banner-in-content input[type=email] {
		display: block;
		width: 100%;
		padding-right: 150px;
	}

	.subscribe-banner button {
		background: #AF231C;
		color: #fff;
		line-height: 42px;
		font-size: 18px;
		font-weight: bold;
		border: none;
		border-radius: 21px;
		padding: 0 30px;
		transition: background .15s ease;
	}
	.subscribe-banner button:hover {
		background: #8F0000;
		cursor: pointer;
	}
	.subscribe-banner-in-content button {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
	}

/* ----- LISTS ----- */

.horiz {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
	}
.horiz li {
	float:left;
	margin:0;
	padding:0 0.5em;
	}

.inline {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
	}
.inline li {
	border-left:1px solid #d4d4d4;
	display:inline;
	margin:0;
	padding:0 0.5em 0 0.7em;
	}
.inline li.first {border-left:none;}

.ruled {
	line-height:130%;
	list-style:none;
	margin:0;
	padding:0;
	}
.ruled li {
	border-top:1px solid #eee;
	margin:0;
	padding:5px;
	}
.ruled li:first-child,
.ruled li.first {border-top:none;}

/* bullet lists */
.bullets li ul, .bullets li ol, #thread li li {margin:0 1.6em;}
ul.bullets, ol.bullets, .bullets ul, .bullets ol {margin:0 1.5em 1.5em 1.5em;}
ul.bullets, .bullets ul, #thread li ul li {list-style-type:disc;}
ol.bullets, .bullets ol, #thread li ol li {list-style-type:decimal;}

.noborder li {border:none;}
.nopadding li {padding:0;}
.nostyle {list-style:none;margin:0;padding:0;}
.nostyle li {margin:0;padding:0.1em 0;}

.events-list li {
	font-size:85.7%;
	line-height:150%;
	padding:0.8em 0.5em;
}

.popular {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.popular li {
		margin: 0;
		padding: 0;
	}
	.popular .number {
		color: #cdcdcd;
		display: block;
		float: left;
		font-size: 24px;
		padding: 24px 0;
		text-align: center;
		width: 60px;
		margin-right: 10px;
		margin-top: 0;
		border-right: 1px solid #cdcdcd;
	}
	.popular a.popular-item {
		display: block;
		height: 79px;
		text-decoration: none !important;
		width: 100%;
		overflow: hidden;
		border: 1px solid #cdcdcd;
		margin-bottom: 16px;
	}
		.popular a.popular-item:hover {
			background-color: #EDEDED;
		}
	.popular a.popular-item .popular-wrapper {
		font-size: 0.9em;
		margin-top: 1px;
	}
	.popular a.popular-item .entry-meta {
		font-weight: normal;
		color: #000000;
		width: 503px;
		border-top: 1px solid #cdcdcd;
		float: left;
		margin-left: -10px;
		padding: 8px;
	}
	.popular a.popular-item .popular-title {
		float: left;
		margin: 4px 0 4px 0;
		width: 390px;
	}
	.popular a.popular-item .popular-date {
		font-weight: normal;
		color: #858585;
		font-size: 90%;
		float: right;
		margin: 4px 4px 4px 0;
	}



/* ----- TABLES ----- */

table {width:100%;}
table.data {font-size:12px;}

.striped {
	border-collapse:collapse;
}
.striped th {
	background:#444;
	border-right:1px solid #fff;
	color:#f4f4f4;
	font-weight:bold;
	line-height:1.2;
	padding:6px 11px;
	text-align:left;
}
.striped td {
	border-bottom:1px solid #bbb;
	padding:6px 11px;
	vertical-align:top;
}
tr.odd td {
	background:none repeat scroll 0 0 #f4f4f4;
}
tr.over td {
	background:none repeat scroll 0 0 #d4d4d4;
}

.hrule th,
.hrule td {
	border-bottom:1px solid #ddd;
	padding:5px;
}


.gold td {border-bottom:1px solid #ffd462;}
.gold tr.odd td {background:#fff8e8;}
.gold tr.over td {background:#ffe4a0;}

/* -----  JOBS  ----- */
.data-table,
.tablesorter {
	font-size: 13px;
	margin:10px 0 15px;
	text-align: left;
	width: 100%;
}
.data-table thead tr th,
.data-table tfoot tr th,
.tablesorter .tablesorter-header,
.tablesorter tfoot tr th {
	background:#CDCDCD;
	border-right:1px solid #fff;
	color:#000000;
	font-weight:bold;
	line-height:1.2;
	padding:6px 20px 6px 11px;
	text-align:left;
}
.tablesorter thead tr .tablesorter-header,
.tablesorter thead tr .tablesorter-headerAsc,
.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(/img/tablesorter/bg_white.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url(/img/tablesorter/asc_white.png);
}
.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(/img/tablesorter/desc_white.png);
}
.tablesorter thead tr .tablesorter-headerDesc,
.tablesorter thead tr .tablesorter-headerAsc {
	background-color: #ddd;
}
.tablesorter tbody td {
	border-bottom:1px solid #ddd;
	padding:6px 11px;
	vertical-align:top;
}
#job-board h3 {
	font-size:100%;
	font-weight: bold;
}
.tablesorter tr.over td {
	background-color: #eee;
}
#job-board .highlight {
	background-color: #FFF6BF;
}

#tablefilter {
	background:url(/img/jobs/search-bar-icon.png) 7px 5px no-repeat;
	border:1px solid #ccc;
	color:#777;
	font-size:18px;
	padding:5px 5px 5px 35px;
	width:350px;
}
#jobs-search span {
	color:#666;
	display:block;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	padding-top:3px;
}

/* ----- HEADER ----- */
#header {
	background:#AF231C;
	border-bottom:1px solid #710000;
	color:#fff;
}
#logo {
	height:132px;
	margin:30px 0;
	width:340px;
}

#current-issue h3 {
	font-size:14px;
	margin:5px 0;
}
#current-issue .current-link {
	background:#8F0000;
	color:#fff;
	display:block;
	float:left;
	font-size: 12px;
	margin: 0 0 4px 4px;
	padding:2px 8px 3px;
	text-decoration:none;
	width:86px;
}
	#current-issue .current-link:hover {
		background:#6F0707;
		text-decoration:none;
	}
	#current-issue  img {
		float: left;
		height: 143px;
	}

#topbar-wrapper {
	border-bottom:1px solid #111;
	height:30px;
}
#search {
	background-color:#111;
	float:right;
	margin:4px 10px 0 0;
}
#search input[type=text] {
	width:180px;
}
#search-button {
	background-image: url(/img/button-search.png);
	border: 0;
	cursor: pointer;
	height: 32px;
	margin-top: 2px;
	width: 90px;
}
#topbar {
	background:#111;
	border-bottom:1px solid #000;
	color:#eee;
	font-size:85.7%;
	font-weight:bold;
	padding:8px 1em 6px;
	text-transform:uppercase;
	}
#header {border-top:#CF2626 1px solid;}

#topbar a,
#topbar a:visited {color:#666;font-size:11px;line-height:140%;white-space:nowrap;}
#topbar a:hover {color:#bbb;text-decoration:none;}
/*#topbar ul {width:650px;}*/
#topbar li {border-left:1px solid #333;}
#topbar li:first-child,
#topbar li.first {border-left:none;}

#search-header {margin:14px 0 0 0;}
#search-header-tabs span {
	background:#8F0000;
	border-left:1px solid #9f0000;
	border-right:1px solid #7f0000;
	color:#ddd;
	cursor:pointer;
	display:block;
	float:left;
	font-size:12px;
	font-size:12px;
	font-weight:bold;
	font-weight:bold;
	margin-right:1px;
	padding:2px 11px 2px 10px;
}
#search-header-tabs span:hover,
#search-header-tabs .active {background:#6F0000;color:#eee;}
#search-header-form {
	background:#6F0000;
	border-left:1px solid #9f0000;
	color:#eee;
	display:block;
	padding:6px 10px;
	text-decoration:none;
}

/* ----- SEARCH ----- */
input.large {
	background:#fff url('/img/bg-form-field.gif') top left repeat-x;
	border:1px solid #d4d4d4;
	color:#333;
	font-size:16px;
	padding:6px;
}

/* ----- FOOTER ----- */
#footer {
	background:#111;
	clear:both;
	color:#ccc;
	font-size:85.7%;
	padding-top:10px;
}
#footer a {color:#ccc;}
#footer a:hover {color:#eee;font-weight:bold;}
#footer h4 {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:6px;
}
#footer li {border-color:#222;}

#footer {background:#000;}
#copyright {
	background:#000;
	border-top:1px solid #111;
	margin-top:30px;
	padding:12px 0;
	text-align:center;
}


/* ----- CLEARFIX ----- */

.clearfix:after {content:".";clear:both;display:block;height:0;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix {display:block;}


#site-partners-top h3,
#latest-issue h3,
#top-news h3 {font-size:100%;margin:5px 0;}
#top-news a {
	background:#8F0000;
	color:#fff;
	display:block;
	margin:6px 0;
	padding:4px 10px;
	text-decoration:none;
	}
#top-news a:hover {
	background:#6F0707;
	text-decoration:none;
	}
#latest-issue div a {
	background:#8F0000;
	color:#fff;
	display:block;
	font-size:12px;
	margin:4px 0;
	padding:2px 7px 3px;
	text-decoration:none;
	}


/* ----- TWITTER ----- */

#twitter ul {list-style:none;margin:0;padding:0;}
#twitter li {list-style:none;margin:0;padding:0;}
#twitter li {border-bottom:1px solid #eee;min-height:50px;padding:10px;}
#twitter li:first-child {border-top:1px solid #eee;}
#twitter .author {display:block;height:50px;width:50px;float:left;margin:0 10px 0 0;}
#twitter .author img {height:48px;width:48px;}

/* root element for scrollable */
#twitter {
	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollers have typically larger height than width */
	height:200px;
	width:100%;
}

/* root element for scrollable items */
#twitter ul {
	position:absolute;
	/* this time we have very large space for the height */
	height:20000em;
}

.tweet_avatar {padding-right:.5em;float:left; }
.tweet_avatar img {vertical-align:middle; }


/* the action buttons above the scrollable */
#actions {
	margin:10px 0;
	width:100%;
}
#actions a {
	color:#666;
	cursor:pointer;
	font-size:11px;
}
#actions a:hover {
	color:#000;
	text-decoration:underline;
}
.disabled {visibility:hidden;}
.nextPage {float:right;}


/* ----- TOP NAV ----- */

/*
DARK TABS
*/

#nav {
	background:#222;
	border-bottom:1px solid #ddd;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	margin:0 -10px 36px;
	position:relative;
	width:980px;
	z-index:1;
}

#nav ul {
	line-height:1;
	list-style:none;
	}
#nav li {float:left;}

/* TOP TABS */
#nav ul,
#nav li {margin:0;padding:0;}

#nav li {
	border-left:1px solid #101010;
	border-right:1px solid #333;
	float:left;
	white-space:nowrap;
}

#nav li:first-child {border-left:none;}
#nav a,
#nav a:visited {
	color:#777;
	display:block;
	padding:10px 18px;
	text-decoration:none;
	text-shadow:0 1px 0 #111;
}
#nav a:hover,
#nav .active a,
#nav .hilite a,
#nav .hilite a:visited {
	background:#eee;
	color:#000;
	text-decoration:none;
	text-shadow:none;
}

/* SUB TABS */
#nav li ul, #nav a:hover, #nav li.active a {background:#eee;color:#000;}
#nav li ul {
	background:#eee;
	border-bottom:1px solid #ddd;
	display:none;
	float:none;
	font-size:85.7%;
	left:0;
	position:absolute;
	width:100%;
}
#nav li li {border:none;}

#nav li ul a,
#nav li ul a:visited,
#nav .hilite ul a,
#nav .hilite ul a:visited,
#nav .active ul a,
#nav .active ul a:visited {
	color:#555;
	padding:8px 14px;
	text-shadow:0 1px 0 #fff;
	}
#nav li ul a:hover,
#nav .active ul a.active:visited,
#nav .active ul a.active:hover,
#nav .active ul a.active,
#nav .hilite ul a:hover,
#nav li li.hilite a {
	background:#fff;
	border:1px solid #ddd;
	border-width:1px 1px 0 1px;
	color:#111;
	margin-bottom:-1px;
	padding:7px 13px 9px;
	text-shadow:none;
	}

#flyoutWrapper {
	background:#eee;
	display:none;
	left:50%;
	margin-left:-480px;
	position:absolute;
	top:27px;
	width:960px;
	z-index:9999 !important;
}

#flyout2 {
	background:#fff;
	border:1px solid #cdcdcd;
	margin:6px;
	padding:12px;
	z-index:10000;
}
#flyout2 ul {
	background:#fff;
	display:block;
	height:auto;
	list-style:none;
	position:relative;
}
#flyout2 ul li {
	border-bottom:1px solid #eee;
	float:none;
}


/* ----- ARTICLE LISTS ----- */

.entry {
	border-bottom:1px dotted #e4e4e4;
	font-size:12px;
	padding:10px;
}
.entry h3 {font-size:18px;}
.entry p {margin:0;}
.entry-meta {color:#666;}
.entry-utility {display:none;}

.article-list {font-size:100%;}
.syndicate .article-list {font-size:12px;}

ul.article-list {list-style:none;margin:0;padding:0;}
.article-list li {border-bottom:1px solid #eee;margin:0;padding:5px;}

.article-grid-list {
	font-size:85.7%;
	line-height:151%;
	list-style:none;
	margin:1.5em 0;
	padding:0;
}
.article-grid-list {
	margin:0;
}
.article-grid-list li {
	float:left;
	height:190px;
	margin:0 14px 20px 0;
	overflow:hidden;
	width:134px;
	}
.article-grid-list img {display:block;}
.article-grid-list a {color:#222;font-weight:bold;}
.article-grid-list a:hover {color:#9F0700;}
.article-grid-list a:hover img {text-decoration:none;}

.sidebar .article-list {font-size:12px;}
.sidebar .meta {font-size:12px;font-weight:normal;}
.sidebar .meta a {font-weight:normal;}

.grid_7 p {font-size:12px;}

.ticker .article-list li.article:first-child {border-top:1px solid #fff;}

.article-list p {margin-bottom:0.4em;}
p.meta span {padding:0 1em 0;}

.contributors li {clear:both;}
.contributors a {display:block;}
.contrib-img {
	float:left;
	margin-right:6px;
	text-transform:uppercase;
	width:60px;
}
.contrib-info {
	float:left;
	width:262px;
}
.contrib-name {
	color:#444;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
}
.contrib-headline {font-weight:bold;}
a:hover .contrib-headline {text-decoration:underline;}

.badge {
	background:#9e4600;
	color:#fff;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin-right:10px;
	overflow:hidden;
	padding:1px 3px;
	text-align:center;
	text-transform:uppercase;
	width:95px;
}

.satire-notice {
	background:url(http://www.insurancejournal.com/img/icons/satire-banana.png) 0 0 no-repeat;
	border-bottom:1px solid #ddd;
	font-color:#666;
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
	padding:0 0 12px 150px ;
}

.comment-count,
.article-list span.comment-count {
	background:url(/img/icons/comment.png) 0 50% no-repeat;
	font-size:12px;
	font-weight:bold;
	padding-left:19px;
}

.feature-block,
.feature-block-wide-left,
.feature-block-wide-right {margin-top:20px;}
.feature-block .ad,
.feature-block-wide-left .ad,
.feature-block-wide-right .ad {margin-top:0;}
.feature-block h2,
.feature-block-wide-left h2,
.feature-block-wide-right h2,
.news-section-feature h2 {
	font-size:21px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:125%;
}
#main-features {margin-top:0;}
.block h4 {font-size:12px;}

/*  HEAT  */
.heat {
	float:left;
	width:80px;
	top:50%;
	margin-top: 12px;
}
.heat div {
	background:url(/img/heatup-16.png) top left repeat-y;
	height:14px;
}
.heated {
	margin-left:90px;
	min-height:36px;
	position:relative;
}
li.heated {
	position:relative;
}
li.heated a {
	display:block;
	margin-left:90px;
}


/* ----- ARTICLES ----- */

#article-header {
	background:url(/img/bg-header-litegrey.png) bottom left repeat-x;
	border-top:1px solid #eee;
	margin:0 0 10px 0;
	padding:10px 12px 10px 15px;
	text-shadow:1px 1px 0 #fff;
}
#article-header h1 {
	color:#333;
	font-size:200%;
	letter-spacing:-1px;
	line-height:125%;
}
.publish-date {
	color:#888;
	font-size:90%;
	padding:8px 0 0 0;
}
.byline {
	float:right;
	font-size:85.7%;
}
#article-content {
	clear:both;
	margin-top:8px;
	margin-bottom:20px;
}
#article-content a,
#article-content a:visited,
#article-content a:hover {
	color:#9F0700;
}
#article-content h3,
#article-content h4,
#article-content h5,
#article-content h6 {
	margin-bottom: 20px;
}

#prev-next-dark {
	font-size:14px;
	margin-bottom:2em;
	margin-top:10px;
}
#prev-next-dark a {
	background:#f7f7f7;
	color:#444;
	display:block;
	font-size:14px;
	font-weight:bold;
	min-height:50px;
	padding:10px 1em;
	text-shadow:1px 1px 0 #fff;
}
#prev-next-dark a:hover {
	background:#f2f2f2;
	color:#9F0700;
	text-decoration:underline;
}
#prev-next-dark div {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#prev-next, .related-items {
	font-size:85.7%;
	margin-bottom:2em;
}

#prev-next a {
	background:#f2f2f2;
	display:block;
	min-height:56px;
	padding:8px 10px;
}
#prev-next a {
	background:#f2f2f2;
	display:block;
	font-weight:normal;
	min-height:56px;
	padding:8px 10px;
}
#prev-next a:hover {
	background:#f7f7f7;
	text-decoration:none;
}
#prev-next span {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#prev-next div {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.nav-prev {
	float:left;
	margin-right:1%;
	width:49%;
}
.nav-next {
	float:left;
	margin-left:1%;
	text-align:right;
	width:49%;
}

.related-items {
	line-height:150%;
	padding:4px 0;
}
.related-items span {font-weight:bold;}
.related-items ul {
	list-style:none;
	margin:0;
	padding:0;
}
.related-items ul li {
	border-top:1px dotted #ccc;
	margin:0;
	padding:4px 0;
}
.related-items ul li:last-child {border-bottom:1px dotted #ccc;}

.posted {
	color:#ccc;
	float:left;
	font-size:0.80em;
	text-transform:uppercase;
}
.breaking {
	background-color:#AF231C;
	color:#fff;
	float:left;
	font-size:0.80em;
	font-weight:bold;
	margin:-2px 10px 6px 0;
	padding:2px 6px;
	text-transform:uppercase;
}

#featured-comments {
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:6px 0;
}
#latest-comments {
	margin: 8px 0;
}
	#latest-comments li:last-child {
		margin-bottom: 0;
		padding-bottom: 4px;
	}

.commentlist {
	clear:both;
	font-size:0.85em;
	list-style:none;
	margin:8px 0 0 0;
}
	.commentlist li {
		border-bottom:2px solid #ccc;
		margin:6px 0;
		padding-bottom:10px;
	}
		.commentlist li .CommentRating {
			color:#000;
			float:right;
			font-size:0.75em;
			font-weight:bold;
			padding:3px 0 0 0;
			text-align:center;
			text-transform:uppercase;
			width:100px;
		}
			.commentlist li .CommentRating .left {
/*				border-top:1px solid #fff;*/
				margin-top:3px;
			}
			.commentlist li .CommentRating .right {
/*				border-left:1px solid #fff;*/
				float:right;
				width:37px;
			}
			.commentlist li .CommentRating img,
			.commentlist li .CommentRating span {margin-top:5px;}
		.commentlist li .posted {float:right;}
		img.avatar {
			float:left;
			margin:0 10px 6px 0;
		}
		.commentlist li .comment-author {margin-bottom:6px;}
		.commentlist li p {margin-bottom:10px;}
		.commentlist li .reply {clear:both;}
		.commentlist li .reply a {text-decoration:none;}
		.commentlist li .reply img {vertical-align:middle;}
		.comment-form-comment label {display:none;}
		#comment {width:570px;}
		.form-allowed-tags {font-size:0.8em;}
		.commentlist li .children {
			list-style:none;
			margin:8px 0 -12px 30px;
			border-top:2px solid #ccc;
		}
	.commentlist li:last-child {border:0;}
#respond {
	background-color:#f2f2f2;
	padding:6px 8px;
}
	#comment {width:99%}
	#respond p {margin-bottom:8px;}
		#respond p label,
		#respond p span {
			float:left;
			display:block;
		}
		#respond p input[type=text] {
			margin-left:80px;
			display:block;
		}
#allComments {float:right;}
p.comment-notes {
	color:#555;
	font-size:0.85em;
}
.paging {
	clear:both;
	margin:6px 0 4px 0;
}
.alignleft {
	float:left;
	margin-right:4px;
}
.alignright {
	float:right;
	margin-left:4px;
}
	.alignright img,
	.alignleft img {
		padding:2px;
		border:1px solid #ABABAB;
	}
	p.wp-caption-text {
		font-size:0.85em;
		color:#ABABAB;
	}
#article-author-info {
	font-size: 85.7%;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding: 6px 0;
	margin-bottom: 8px;
}
	#article-author-info h4 {
		font-size: 108%;
		margin-bottom: 6px;
	}
		#article-author-info h4 span {
			margin-left: 8px;
		}
.author-image {
	float: left;
	margin: 0 10px 5px 0;
	border: 5px solid #DDDDDD;
}


/* ----- BLOCKS ----- */

.block {margin-bottom:2em;}
.block-title-link {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #9F0700;
	text-decoration: underline;
	line-height: 1;
	padding-bottom: 4px;
	padding-top: 8px;
	padding-right: 8px;
}

.block-videos-triple {margin-bottom:0;}
.block-videos-triple .video {
	float:left;
	margin-right:20px;
	width:180px;
}
.block-videos-triple .section-top {border-color:#ddd;}
.block-videos-triple .last {margin-right:0;}

.block-market-stat {text-align:center;}
.block-market-stat .stat {font-family:Georgia,Times,'Times New Roman',serif;font-size:60px;line-height:110%;}
.block-market-stat p {font-size:14px;padding:15px;}
.block-market-stat .source {font-size:12px;color:#777;}

.block-quotes {font-family:Georgia,Times,'Times New Roman',serif; text-align:center}
.quote-quote {color:#444; font-size:18px; line-height:24px; margin:0.5em auto;}
.quote-quote {background:url(/img/quote-left-red.png) 2px 8px no-repeat; display:block;}
.quote-quote span {background:url(/img/quote-right-red.png) 99.5% 93% no-repeat; display:block; margin:0; padding:5px 24px 5px 27px;}
.quote-quote {color:#555; text-decoration:none}
.quote-quote:hover {background-color:#f4f4f4; color:#000; text-decoration:none;}
.quote-who {color:#555;}
#article-content .quote-quote {
	float: right;
	width: 240px;
}
	#article-content .quote-quote:hover {background-color: inherit;color: #444;}



.feature-l,
.feature-r {float:left;width:260px;}
.feature-l {margin-right:20px;}

.feature-block .feature-l,
.feature-block .feature-r {width:280px;}
.feature-block .feature-l {margin-right:20px;}

.feature-block-wide-left .feature-l,
.feature-block-wide-right .feature-r {width:300px;}

.feature-block {background:url(/img/feature-block-hairline.png) top left repeat-y;padding-top:5px;}
.feature-block-wide-left {background:url(/img/feature-block-wide-left-hairline.png) top left repeat-y;padding-top:5px;}
.feature-block-wide-right {background:url(/img/feature-block-wide-right-hairline.png) top left repeat-y;padding-top:5px;}

#article-top {margin:20px 0;}

#featured-videos li {
	min-height: 70px;
}
#featured-videos img {
	float: left;
}
#featured-videos div {
	margin:  8px 0 8px 126px;
}

#featured-videos span,
#featured-videos a:hover span {
	display: block;
	text-decoration:underline;
	color:#9F0700;
}

.breaking-bar {
	padding: 0.6em 1em;
	font-size: 16px;
	font-weight:bold;
	background: #8F0000;
	margin-bottom:1em;
	margin-top:-1em;
}
.breaking-bar a:link,.breaking-bar a:visited {color:#fff;text-decoration: none;}
.breaking-bar a:hover {text-decoration: underline;}


/* ----- TABS ----- */

/* root element for tabs */
.tabs {
	height:24px;
	list-style:none;
	margin:0 !important;
	padding:0;
}

/* single tab */
.tabs li {
	float:left;
	margin:0 !important;
	padding:0;
	text-indent:0;
}

/* link inside the tab. uses a background image */
.tabs a {
	background:#eaeaea;
	color:#000;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	margin:0 5px 0 0;
	padding:0;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:1px;
	width:100px;
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background:#aaa;
	color:#fff;
}

/* active tab uses a class name "current" */
.tabs a.current,
.tabs a.current:hover,
.tabs li.current a {
	background:#444;
	color:#fff !important;
	cursor:default !important;
}


/* ----- TABS 2 ----- */

/* root element for tabs */
.tabs2 {
	border-bottom:1px solid #ccc;
	height:24px;
	list-style:none;
	margin:0 !important;
	padding:0;
}
/* single tab */
.tabs2 li {
	float:left;
	margin:0 !important;
	padding:0;
	text-indent:0;
}
.tabs2 a {
	background:#eee;
	border:1px solid #ddd;
	border-bottom:1px solid #ccc;
	color:#333;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	margin:0 3px 0 0;
	padding:0 5px;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:-1px;
	width:92px;
}
.search .tabs2 {
	border-bottom: 0;
}
	.search .tabs2 a {
		background: #ffffff;
		border-bottom: 0;
		top: 0px;
		width: 67px;
		padding: 4px 10px;
	}
	.search .tabs2 a:hover,
	.search .tabs2 a.current,
	.search .tabs2 a.current:hover,
	.search .tabs2 li.current a {
		background: #E4E4E4 !important;
		padding-bottom: 4px !important;
	}
	.tabs2 a.current, .tabs2 a.current:hover, .tabs2 li.current a{
		border-color: #DADADA !important;
	}

/* when mouse enters the tab move the background image */
.tabs2 a:hover {
	background:#fff !important;
	border-bottom:none !important;
	border-color:#ccc !important;
	color:#000 !important;
	padding-bottom:1px !important;
}

/* active tab uses a class name "current" */
.tabs2 a.current,
.tabs2 a.current:hover,
.tabs2 li.current a {
	background:#fff !important;
	border-bottom:none !important;
	border-color:#ccc !important;
	color:#222 !important;
	cursor:default !important;
	padding-bottom:1px !important;
	text-decoration:none;
}

.panes-news ul {display:none;min-height:195px;}
.panes-newswidget ul {display:none;min-height:235px;}
.panes-news ul:first-child,
.panes-newswidget ul:first-child {display:block;} /* default tab */

/* root element for tabs  */
#article-tabs {
	border-bottom:3px solid #aaa;
	height:34px;
	list-style:none;
	margin:0 0 1.5em 0 !important;
	padding:0;
}

/* single tab */
#article-tabs li {
	float:left;
	margin:0 !important;
	padding:0;
	text-indent:0;
}

#article-tabs a {
	background:#eee;
	border:1px solid #ddd;
	border-bottom:none;
	color:#333;
	color:#444;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:34px;
	line-height:34px;
	margin:0 5px 0 0;
	padding:0;
	position:relative;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;
	top:-1px;
	width:125px;
}

/* when mouse enters the tab move the background image */
#article-tabs a:hover {
	background:#fff url(/img/bg-tab-lite.png) bottom left repeat-x !important;
	border-bottom:none !important;
	border-color:#ccc #bbb #ccc #ccc !important;
	color:#000 !important;
	padding-bottom:0 !important;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
#article-tabs a.current,
#article-tabs a.current:hover,
#article-tabs li.current a {
	background:#fff !important;
	border-bottom:none !important;
	border-color:#bbb !important;
	color:#111 !important;
	cursor:default !important;
	padding-bottom:3px !important;
	text-decoration:none;
}

.thumbnail-caption {
	padding: 6px 8px 12px;
	border-bottom: 1px solid #eee;
	margin: 0 0 18px 0;
	font-size: 14px;
	line-height: 20px;
	color: #777;
}

/* initially all panes are hidden */
.panes .pane {display:none;}


/* ----- TABS 3 ----- */

.tabs3 a {
	border-bottom:none;
	font-size:16px;
	font-weight:normal;
	height:auto;
	line-height:200%;
	margin:0 0 0 6px;
}
.tabs3 {height:32px;}


.tooltip {
	background:#f2f2f2;
	border: 1px solid #C6C6C6;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	color:#222;
	display:none;
	font-size:11px;
	padding:8px;
	width:250px;
}

/* navigation */
.page-numbers {
	border-bottom:2px solid #AF231C;
	border-top:1px solid #ddd;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-top:10px;
	text-transform:lowercase;
}
.page-numbers li {display:block;float:left;margin:0 1px 0 0;}
.page-numbers li.disabled,
.page-numbers li.current,
.page-numbers li a {padding:4px 12px 2px;display:block;color:#333;}
.page-numbers li.current {border-bottom:4px solid #8F0000;}
.page-numbers li.disabled {visibility:visible;}
.page-numbers li a:hover {
	background-color: #eee;
	border-bottom:4px solid #AF231C;
	color:#9F0700;
	text-decoration:none;
}
.page-numbers li.disabled {color:#9C9C9C;}
.page-numbers li.current {background:#eee;}


/*  SEARCH  */
#feedback {
	float:right;
	font-size:0.85em;
}

/*  WIDGETS  */
a.comments-link {
	text-decoration:none;
	color:#9AC0CD;
	font-weight:normal;
}
a.comments-link img {vertical-align:middle;}

/*  EVENTS  */
.event-logo {
	float:right;
	text-align:center;
	width:160px;
	margin-top: 8px;
}
    .event-logo img {
        max-width: 100%;
    }
.event {
	margin-right: 160px;
	margin-left: 48px;
	font-size: 0.9em;
}
.event h3 {
	margin-top: 8px;
	font-size: 1.1em;
	line-height: 120%;
}
.event ul {
	clear:none;
/*	font-size:0.85em;*/
	margin-bottom:8px;
}
.custom-post-type-event-archive .article-list .event li {
	border:0;
	list-style:none;
	padding:2px;
	float: none;
	margin: 0;
	clear: none;
	float: none;
	font-weight: normal;
	border-bottom: 1px solid #EEEEEE;
	font-weight: normal;
}
.custom-post-type-event-archive .article-list li {
	border-bottom: 1px solid #DDDDDD;
}
	.event li:last-child {
		border-bottom: 0;
	}
	.event li div {
		float: left;
	}
	.event li span {
		display:block;
		margin-left: 30px;
	}

.event-date {
	float: left;
	border: 1px solid #DDDDDD;
	margin-top: 8px;
	background-color: #AF231C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px;
	font-size: 0.8em;
	text-align: center;
}
	.event-date span {
		font-size: 1.6em;
		color: #000000;
		background-color: #FFFFFF;
		display: block;
		width: 36px;
		margin: 3px -6px -4px -6px;
		padding: 0;
		border-left: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
	}

.noLogos {margin-left:0;}
.eventBrowse {
	border-bottom:2px solid #ccc;
	font-size:0.92em;
}
.eventBrowse h4 {
	font-size:0.85em;
	margin-left:5px;
}
.eventBrowse ul {
	clear:both;
	list-style:none;
	margin:0 0 24px 5px;
}
.eventBrowse  ul li {
	float:left;
	margin-left:12px;
}
.eventBrowse .year {font-weight:bold;}
.eventBrowse a.active {color:#000;}
.eventBrowse a.active:hover {text-decoration:none;}

#browseBy ul {
	list-style:none;
	margin-bottom:0;
}
#browseBy ul li {margin-left:0;}
.more {cursor:pointer;}
#browseBy {font-size:85.7%;}
#browseBy h4.section-top {padding:0;}

/*  RSS PAGE  */
#rss td {padding-bottom:18px;}
#rss img {
	vertical-align:middle;
	width:16px;
}

/*  REGIONAL LANDING PAGE  */
#regional-events {background-color:#f4f4f4;}
#events {
	border-right:1px solid #f4f4f4;
	font-size:0.85em;
	list-style:none;
	margin-bottom:0;
	width:200px;
}
	#events li {
		border-bottom:1px solid #f4f4f4;
		margin-left:0;
	}
		#events li:last-child {border-bottom:0;}
	#events li a {
		background-color:#f2f2f2;
		display:block;
		height:40px;
		padding:8px 10px;
		width:180px;
	}
		#events li a:hover {
			background-color:#f4f4f4;
			text-decoration:none;
		}
		#events li a.active {background-color:#f4f4f4;}
#pane {
	float:right;
	margin-right:10px;
	width:355px;
}
	#regional-events .event {margin-left:0;}
		#regional-events h3 {
			margin-bottom:3px;
			text-align:center;
		}
		#regional-events .event-logo {
			height:80px;
			margin:0 0 10px 0;
			text-align:center;
			width:140px;
		}
			#regional-events .event-logo img {
				border:1px solid #999;
				padding:2px;
			}
		#regional-events .event-date,
		#regional-events .event-location,
		#regional-events .eventWebsite {
			text-align:left;
			margin-left:142px;
			float:none;
			font-size:0.9em;
		}
		#pane .event ul {
			clear:both;
		}

/*  MNM CATEGORIES  */
ul.mnm-categories {
	list-style:none;
}
ul.mnm-categories li {
	float:left;
	margin:8px 0;
	padding:0;
	width:170px;
}
ul.mnm-categories li img {
	border:1px solid #ABABAB;
	float:left;
	margin-right:8px;
	padding:2px;
}


#regional-magazine {
	list-style:none;
	margin-bottom:0;
}
	#regional-magazine li {
		border-right:1px solid #eee;
		float:left;
		margin:0 3px;
		padding:0 3px;
		width:183px;
	}
		#regional-magazine li:last-child {
			border-right:0;
			margin-right:0;
			padding-right:0;
		}
		#regional-magazine li:first-child {
			margin-left:0;
			padding-left:0;
		}
		#regional-magazine img {
			border:1px solid #999;
			padding:2px;
		}

/*  MAGAZINES  */
#magazines-latest {list-style:none;}
	#magazines-latest li {
		float:left;
		margin:0 9px;
		text-align:center;
	}
		#magazines-latest li a img {
			border:1px solid #999;
			padding:2px;
		}
		#magazines-latest li a:hover img {border:1px solid #eee;}

/* from this issue */
.magazine-cover {
	border-right:1px solid #eee;
	margin-right:5px;
	padding:5px;
  float:left;
  width:134px;
}
.magazine-cover img {width:135px;}
.magazine-info {
  float:left;
  width:430px;
}
.magazine-meta {
	border-bottom:1px solid #eee;
	font-size:12px;
	font-weight:bold;
	padding:0 12px 4px;
	}
.magazine-info h4 {
	background:url(/img/bg-header-litegrey.png) bottom left repeat-x;
	color:#333;
	font-size:18px;
	letter-spacing:-1px;
	line-height:125%;
	margin:0 0 10px 0;
	padding:7px 12px;
	text-shadow:1px 1px 0 #fff;
}

#magazine-meta {
	border-bottom:1px solid #eee;
	font-size:12px;
	font-weight:bold;
	padding:0 12px 4px;
}
#magazine-cover {
	float:left;
	margin-right:5px;
	width:220px;
}
#magazine-cover img {
	background:#222;
	background:#f4f4f4;
	border:1px solid #444;
	border:1px solid #ddd;
	padding:7px;
	width:204px;
}
#magazine-info {
	float:left;
	width:355px;
}
#magazine-info .page-title {font-size:24px;padding:10px 12px;}
/*  used on the magazine article pages */
#magazine-issue .magazine-info {margin-left:145px;}
#magazine-issue .magazine-section {
	color:#888;
	display:block;
	float:right;
	font-size:85.7%;
	font-weight:bold;
	margin-bottom:16px;
}

#magazine-nav div div {
	float: left;
	font-size:0.9em;
	font-weight:bold;
	width: 70px;
}
#magazine-nav ul {
	float: left;
	font-size:0.9em;
	line-height:12px;
	list-style:none;
	margin: 3px 6px;
	width: 310px;
}
#magazine-nav li {
	float:left;
	margin:0 5px 10px 0;
	padding:0 6px 0 0;
}


#magazine-nav,
#popular-nav {margin-bottom:22px;}
#popular-nav ul {
	font-size:0.9em;
	line-height:12px;
	list-style:none;
	margin: 10px 6px;
}
#popular-nav ul li {
	float:left;
	margin:0 5px 0 0;
	padding:0 6px 0 0;
}
#popular-nav ul li:first-child {
	font-weight:bold;
	width:120px;
}
#magazine-nav ul li:first-child,
#magazine-nav ul li:last-child,
#popular-nav ul li:first-child,
#popular-nav ul li:last-child {border-right:0;}
#magazine-header {background-color:#eee;}
#magazine-header img {float:left;}
#magazine-header ul {
	list-style:none;
	margin:0 0 0 400px;
}
#magazine-header ul li {
	border-top:1px dashed #fff;
	margin:0;
	padding:0;
}
#magazine-header ul li:first-child {
	border-top:0;
	font-size:140%;
}
#magazine-header ul li a span {
	display:block;
	padding:4px 6px;
	width:168px;
}
#magazine-header ul li a:hover span {background-color:#ddd;}
#magazine-featured img {
	border:1px solid #DCDCDC;
	padding:5px;
	width:208px;
}
#magazine-regional img {
	border:1px solid #DCDCDC;
	float:left;
	margin-right:10px;
	padding:5px;
}
#magazine-regional .page-title {
	font-size:20px;
	margin-top:18px;
}
#magazine-regional .magazine-tools {
	border-top:1px solid #ddd;
	height:28px;
	margin:8px 0 0 0;
}
.issue-info {margin-left:100px;}

#magazines-latest {
	list-style:none;
	margin:10px 0 0 0;
}
#magazines-latest li {
	float:left;
	margin:0 5px;
	position:relative;
	text-align:center;
}
#magazines-latest li a img {
	border:1px solid #999;
	padding:2px;
}
#magazines-latest li a:hover img {border:1px solid #eee;}
#magazines-latest li ul {
	display:none;
	left:0;
	list-style:none;
	position:absolute;
	top:40px;
	z-index:10;
}
#magazines-latest li:hover ul {display:block;}
#magazines-latest li li {margin-bottom:10px;}
#magazines-latest li li a {
	color:#fff;
	display:block;
	font-size:11px;
	font-weight:normal;
	height:29px;
	line-height:29px;
	text-decoration:none;
	text-transform:uppercase;
}
#magazines-latest li li a div {
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#222;
	border:1px solid #999;
	border-radius:2px;
	width:92px;
}
#magazines-latest li div {
	font-size:0.80em;
	font-weight:bold;
	margin:-4px 0 20px 0;
}

/* ----- MAGAZINE SPONSORS ----- */
.magazine-sponsor {
	padding:12px;
	font-size:14px;
	font-family:arial,sans-serif;
	margin-bottom:20px;
}
.sponsored-by{width:370px;float:left;}

.magazine-sponsor-rli,
.magazine-sponsor-marshberry{background:#038BB0;color:#fff;}
.magazine-sponsor-rli a,
.magazine-sponsor-rli a:hover,
.magazine-sponsor-marshberry a,
.magazine-sponsor-marshberry a:hover {color:#AAEEFF;text-decoration:underline;}
.magazine-sponsor-rli .magazine-sponsor-logo,
.magazine-sponsor-marshberry .magazine-sponsor-logo{background:#fff;text-align:center;width:180px;float:left;}

/* ----- SCROLLABLE ----- */
/* default three page display */
.magazine-scroll,
.ad-scroll {
	float:left;
	height:221px;
	overflow:hidden;
	position:relative;
	width:530px;
}
.magazine-scroll .items,
.ad-scroll .items {
	position:absolute;
	width:20000em;
}
.magazine-scroll .items div,
.ad-scroll .items a {
	display:block;
	float:left;
	overflow:hidden;
	padding-left:5px;
	position:relative;
}
.magazine-scroll .items div,
.magazine-scroll .items img,
.magazine-scroll .login-caption,
.ad-scroll .items a,
.ad-scroll .items img {
	height:221px;
	width:170px;
}
.browse {
	background:#ddd;
	color:#555;
	display:block;
	float:left;
	font-size:60px;
	line-height:1;
	padding:70px 0 90px;
	text-align:center;
	text-decoration:none;
	width:21px;
}
.browse:hover {
	background:#eee;
	cursor:pointer;
	text-decoration:none;
}

/* two page display, apply .scrollable-double to parent element */
.scrollable-double .magazine-scroll,
.scrollable-double .ad-scroll {height:332px;}
.scrollable-double .magazine-scroll .items div,
.scrollable-double .ad-scroll .items a {padding-left:7px;}
.scrollable-double .magazine-scroll .items div,
.scrollable-double .magazine-scroll .items img,
.scrollable-double .ad-scroll .items a,
.scrollable-double .ad-scroll .items img,
.scrollable-double .magazine-scroll .login-caption {
	height:332px;
	width:255px;
}
.scrollable-double .browse {padding:126px 0 146px;}

/* single page display w/300 width, apply .scrollable-single to parent element */
.scrollable-single .magazine-scroll,
.scrollable-single .ad-scroll {
	height:330px;
	width:258px;
}
.scrollable-single .magazine-scroll .items div,
.scrollable-single .ad-scroll .items a {padding-left:2px;}
.scrollable-single .magazine-scroll .items div,
.scrollable-single .magazine-scroll .items img,
.scrollable-single .magazine-scroll .login-caption,
.scrollable-single .ad-scroll .items a,
.scrollable-single .ad-scroll .items img {
	height:330px;
	width:254px;
}
.scrollable-single .browse {padding:126px 0 146px;}

.scrollable-control {
	background:#222;
	border-top:1px solid #363636;
	height:26px;
	line-height:26px;
}
.scrollable-control a {float:left;}
.scrollable-control a img {
	cursor:pointer;
	vertical-align:middle;
}
.scrollable-control a.prev {margin-left:440px;}
.scrollable-control .navi a {
	background:url(/img/icons/scrollable.png) 0 0 no-repeat;
	display:block;
	float:left;
	font-size:1px;
	height:13px;
	line-height:26px;
	margin:7px 3px 3px 3px;
	width:13px;
}
.scrollable-control .navi a.current {background:url(/img/icons/scrollable-active.png) 0 0 no-repeat;}
.scrollable-issue {
	background:#404040;
	height:250px;
	overflow:hidden;
	position:relative;
	width:580px;
}
.scrollable-issue .scrollable-issue-items {
	position:absolute;
	width:20000em;
}
.scrollable-issue .scrollable-issue-items .item {
	float:left;
	width:580px;
}
.scrollable-issue .scrollable-issue-items .item div {
	float:left;
	margin:8px 5px;
	text-align:center;
}
.scrollable-issue .scrollable-issue-items .item .pub-date {
	float:none;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
}
.scrollable-issue .scrollable-issue-items .item .magazine-wrapper {text-align:center;}
.scrollable-issue .scrollable-issue-items .item .magazine-wrapper img {
	background:#404040;
	border:5px solid #363636;
}

/* ----- SPRITES ----- */
.sprite-twitter,
.sprite-rss,
.sprite-linkedin,
.sprite-facebook,
.sprite-email,
.sprite-delicious,
.sprite-arrow-up,
.sprite-arrow-down {
	background:url(/img/sprite.png) top left no-repeat;
	display:inline;
	height:14px;
	vertical-align:middle;
	width:14px;
}
.sprite-twitter {background-position:0 0;}
.sprite-rss {background-position:-14px 0;}
.sprite-linkedin {background-position:-28px 0;}
.sprite-facebook {background-position:-42px 0;}
.sprite-email {background-position:-56px 0;}
.sprite-delicious {background-position:-70px 0;}
.sprite-arrow-up {
	background-position:0 14px;
	width:22px;
}
.sprite-arrow-down {
	background-position:-22px 14px;
	width: 17px;
}
.sprite-aol {background-position:-44px 14px;}
.sprite-google {background-position:-63px 14px;}
.sprite-yahoo {background-position:-80px 14px;}
.sprite-netvibe {background-position:-98px 14px;}

.social-aol,
.social-comment,
.social-copy,
.social-delicious,
.social-digg,
.social-disk,
.social-email,
.social-facebook,
.social-google,
.social-linkedin,
.social-msn,
.social-newsletter,
.social-netvibes,
.social-printer,
.social-reddit,
.social-rss,
.social-stumbleupon,
.social-technorati,
.social-twitter,
.social-yahoobuzz,
.social-yahoo {
	background:url(/img/social-icons.png) no-repeat 0 0;
	font-size:12px;
	font-weight:bold;
	padding:2px 0 3px 22px;
}

.social-aol {background-position:0 -786px;}
.social-comment {background-position:0 0;}
.social-copy {background-position:0 -41px;}
.social-delicious {background-position:0 -82px;}
.social-digg {background-position:0 -123px;}
.social-disk {background-position:0 -164px;}
.social-email {background-position:0 -206px;}
.social-facebook {background-position:0 -246px;}
.social-google {background-position:0 -701px;}
.social-linkedin {background-position:0 -287px;}
.social-msn {background-position:0 -829px;}
.social-netvibes {background-position:0 -658px;}
.social-newsletter {background-position:0 -617px;}
.social-printer {background-position:0 -328px;}
.social-reddit {background-position:0 -369px;}
.social-rss {background-position:0 -412px;}
.social-stumbleupon {background-position:0 -453px;}
.social-technorati {background-position:0 -494px;}
.social-twitter {background-position:0 -535px;}
.social-yahoobuzz {background-position:0 -576px;}
.social-yahoo {background-position:0 -744px;}

.sprite-android-blue,
.sprite-apple-blue,
.sprite-email-blue,
.sprite-facebook-blue,
.sprite-ipad-blue,
.sprite-iphone-blue,
.sprite-linkedin-blue,
.sprite-rss-blue,
.sprite-twitter-blue {
	background:url(/img/icons/matte-blue/matte-icons-sprite.png) top left no-repeat;
	height:40px;
	vertical-align:middle;
}
.sprite-android-blue {background-position: 0px 0px;}
.sprite-apple-blue {background-position: 0px -40px;}
.sprite-email-blue {background-position: 0px -80px;}
.sprite-facebook-blue {background-position: 0px -120px;}
.sprite-ipad-blue {background-position: 0px -160px;}
.sprite-iphone-blue {background-position: 0px -200px;}
.sprite-linkedin-blue {background-position: 0px -240px;}
.sprite-rss-blue {background-position: 0px -280px;}
.sprite-twitter-blue {background-position: 0px -320px;}

.social-tools-blue {
	list-style: none;
	padding-bottom: 6px;
}
	.social-tools-blue li {
		float: left;
		line-height: 38px;
		margin: 0 6px;
		width: 158px;
	}
	.social-tools-blue a {
		color: #000000;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		display: block;
		font-size: 13px;
		font-weight: bold;
		padding-left: 40px;
	}
		.social-tools-blue a:hover {
			color: #9F0700;
		}


.add-comment {font-size:12px;font-weight:bold;}

.social-tools {
	font-size:12px;
	margin-bottom:1em;
	padding: 2px 0 0 0;
}
.social-tools ul,
.social-tools li {
	list-style:none;
	margin:0;
	padding:0;
}
.social-tools li {
	border:none;
/*	border-right:1px solid #eee;*/
	float:left;
	padding:5px 0 5px 15px;
	text-align:center;
}
.social-tools a,
.social-tools a:visited {color:#222;}
.social-tools a:hover {color:#9F0700;}

.addthis_button_email {
	background:url(/img/social-icons.png) no-repeat 0 -207px;
	font-size:12px;
	font-weight:bold;
	padding-left: 22px;
}
span.at300bs,
span.at15nc,
span.at15t_email,
.addthis_button_email .at-icon-wrapper,
a.at300b .at4-icon,
a.at300m .at4-icon {
	display: none !important;
}

.social-2 {
	background:#f4f4f4;
}
.social-2 li {
	padding:5px 0;
	display: inline-block;
	margin-right: 15px;
}
.social-2 li.facebook-button {padding-left:6px;}

.magazine-tools {
	border-bottom:1px solid #ddd;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin-bottom:1em;
}
.magazine-tools,
.magazine-tools li {
	list-style:none;
	margin:0;
	padding:0;
}
.magazine-tools li {
	border-right:1px solid #ddd;
	float:left;
	padding:8px 12px;
	text-align:center;
}
.magazine-tools a,
.magazine-tools a:visited {color:#222;}
.magazine-tools a:hover {color:#9F0700;}

/* ----- TWITTER ----- */
.tweets {list-style:none;margin:0;padding:0;}
.tweets li {list-style:none;margin:0;padding:0;}
.tweets li {border-bottom:1px solid #e4e4e4;min-height:58px;padding:10px;}
.tweets li:first-child {border-top:1px solid #eee;}
.tweet_avatar {display:block;height:48px;width:48px;float:left;margin:0 10px 0 0;padding:0;border:3px solid #eee;}
.tweet_avatar img {height:48px;width:48px;}
.screen_name {font-weight:bold;}
.tweet_created, .tweet_created:visited {font-size:80%; color:#666; display:block;}
.twitter-channels a {padding:1px 4px;}
.twitter-channels a:hover {background:#196CCF;color:#fff;font-weight:bold;text-decoration:none;}

.twitter-more a {
	background:#196CCF;
	color:#fff;
	display:block;
	float:right;
	font-size:12px;
	padding:3px 12px;
	text-decoration:none;
}
.twitter-more a:hover {text-decoration:underline;}
.twitter-more {background:#f4f4f4;padding:5px 8px;}


.category-more a {
	background:#444;
	color:#fff;
	display:block;
	float:right;
	font-size:12px;
	padding:3px 12px;
	text-decoration:none;
}
.category-more a:hover {text-decoration:underline;}
.category-more {
	background:#f4f4f4;
	border-top:1px solid #e4e4e4;
	margin-top:5px;
	padding:5px 8px;
}

.news-section-feature .article-list li:last-child {border-bottom:none;}


/* ----- PAGINATION ----- */

.pager {margin:1em 0 2em;}
.pager a,
.pager span {
	border:1px solid #eee;
	display:block;
	float:left;
	margin:5px 10px 5px 0;
	padding:3px 12px;
}
.pager span {font-weight:bold;}

.abc-pager {
font-size: 28px;
line-height: 1;
list-style: none;
margin: 0;
padding: 0;
}

.abc-pager li {
display: block;
margin: 0;
padding: 0;
text-align: center;
}

.abc-pager a {
background: #eee;
color: #ccc;
display: block;
font-weight: bold;
margin-bottom: 5px;
padding: 5px;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
}

.abc-pager a:hover {
background: #aaa;
color: #666;
text-decoration: none;
text-shadow: 0 1px #ccc;
}

.login-caption {
	background:#770900;
	display:block;
	left:5px;
	position:absolute;
	top:0;
}

.scrollable-double .magazine-scroll .login-caption {left:7px;}
.scrollable-single .magazine-scroll .login-caption {left:2px;}
.login-caption a {
	background:#510000;
	color:#eee;
	display:block;
	font-size:12px;
	margin:90px auto 0;
	padding:10px 4px;
	text-align:center;
	width:110px;
	z-index:10;
}
.scrollable-single .magazine-scroll .login-caption a {margin-top:120px;}
.scrollable-double .magazine-scroll .login-caption a {margin-top:120px;}

#toolbox {
	background:#f9f9f9;
	border:1px solid #eee;
	float:left;
	line-height:150%;
	margin:0 20px 20px 0;
	padding:6px;
	width:202px;
}


/* SLIMBOX */

#lbOverlay {
	background-color:#000;
	cursor:pointer;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}
#lbCenter, #lbBottomContainer {
	background-color:#fff;
	overflow:hidden;
	position:absolute;
	z-index:9999;
}
.lbLoading {background:#fff url(/img/slimbox/loading.gif) no-repeat center;}
#lbImage {
	background-repeat:no-repeat;
	border:10px solid #fff;
	left:0;
	position:absolute;
	top:0;
}
#lbPrevLink, #lbNextLink {
	display:block;
	outline:none;
	position:absolute;
	top:0;
	width:50%;
}
#lbPrevLink {left:0;}
#lbPrevLink:hover {background:transparent url(/img/slimbox/prevlabel.gif) no-repeat 0 15%;}
#lbNextLink {right:0;}
#lbNextLink:hover {
	background:transparent url(/img/slimbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	border:10px solid #fff;
	border-top:none;
	color:#666;
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.4em;
	text-align:left;
}
#lbCloseLink {
	background:transparent url(/img/slimbox/closelabel.gif) no-repeat center;
	display:block;
	float:right;
	height:22px;
	margin:5px 0;
	outline:none;
	width:66px;
}
#lbCaption, #lbNumber {margin-right:71px;}
#lbCaption {font-weight:bold;}


/* ----- PLUGINS ----- */
/*  VOTING  */
.ckrating_highly_rated {background-color:#ffc !important;}
.ckrating_poorly_rated {opacity:0.6;}
.ckrating_hotly_debated {background-color:#FFF0F5 !important;}


/* ----- FLOWPLAYER ----- */
.player-wide {
	background:#000;
	cursor:pointer;
	float:left;
	height:100px;
	margin-right:5px;
	padding:15px 20px;
	width:180px;
}
.playlist-wide {
	float:left;
	width:355px;
}
.playlist-wide a {
	background:url(/img/bg-header-litegrey.png) bottom left repeat-x;
	border-top:1px solid #f4f4f4;
	color:#333;
	cursor:pointer;
	display:block;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-0.5px;
	margin:0;
	padding:10px 0 10px 15px;
	text-shadow:1px 1px 0 #fff;
}
/* mouseover state */
.playlist-wide a:hover {
  background:#ddd;
}
/* clicked state */
.playlist-wide .playing, .playlist-wide .paused {
  background:#ddd;
}
/* active item */
.playlist-wide div:active {
  background:#ddd;
  cursor:default;
}

.accordion {
	border:1px solid #333;
}
	.accordion h2 {
		background:#fff url("/img/bg-efefef-dadada-1x40.png") repeat-x scroll left top;
		border:1px solid #fff;
		border-bottom:1px solid #ddd;
		color: #666;
		cursor:pointer;
		font-size:14px;
		font-weight:normal;
		margin:0;
		padding:5px 15px;
	}
		.accordion h2.current {
			cursor:default;
		}

	.accordion .pane {
		border:1px solid #fff;
		border-width:0 2px;
		color: #666;
		display:none;
		font-size:12px;
		padding:15px;
	}

/*  SNL  */
#tab-snl-gainers,
#tab-snl-losers {
	width: 100%;
	margin-top: 6px;
}


#tab-snl-gainers td,
#tab-snl-losers td,
#tab-snl-gainers th,
#tab-snl-losers th {
	text-align: left;
	padding: 3px 5px;
	border-bottom:1px solid #eee;
	font-size: 12px;
}
	.gainer {
		color: #090;
	}
	.loser {
		color: #c00;
	}
#tab-snl-gainers img,
#tab-snl-losers img {
	padding: 5px 0 0 4px;
	vertical-align: top;
}


/*  SNL  */
#tab-snl-gainers,
#tab-snl-losers {
	width: 100%;
	margin-top: 6px;
	clear:both;
}
#tab-snl-gainers th,
#tab-snl-losers th {
	border-bottom:1px solid #eee;
	font-size: 11px;
	padding: 3px 5px;
	text-align: left;
}

#tab-snl-gainers td,
#tab-snl-losers td {
	border-bottom:1px solid #eee;
	font-size: 11px;
	padding: 3px 5px;
	text-align: center;
}
	#tab-snl-gainers td.align-left,
	#tab-snl-losers td.align-left {
		text-align: left;
	}
	.gainer {
		color: #090;
	}
	.loser {
		color: #c00;
	}
#tab-snl-gainers img,
#tab-snl-losers img {
	padding: 5px 0 0 4px;
	vertical-align: top;
}


/* ----- AGENCIES FOR SALE ----- */
.agency {
	background:#fff url(/img/bg-agency-litegrey.png) bottom left repeat-x;
	border:1px solid #eee;
	padding:12px;
	margin-bottom:15px;
	}
.agency h2 {font-size:18px;margin-bottom:0.5em;}
.agency-description {height:65px;overflow:hidden;position:relative;}
.agency-description {line-height:150%;margin-bottom:0.5em;}
.agency-description-toggle {
	background:#fff;
	bottom:0;
	color:#9F0700;
	cursor:pointer;
	display:block;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	right:0;
	text-align:center;
	text-decoration:underline;
}
.platinum {
	background:#fff6de url(/img/bg-agency-litegold.png) bottom left repeat-x;
	border:1px solid #ffe293;
	}
.platinum .agency-description-toggle {background:#fff6de;}


/* ----- PRICING TABLES ----- */

#agency-price-table {
	margin-bottom:2em;
	width:700px;
}
#agency-price-table .plan {
	width:230px;
	float:left;
}

#agency-price-table .premium,
#agency-price-table .platinum {
	border-left:1px solid #ddd;
}
.plan-name {
	background:url(/img/agency-price-green.png) bottom center repeat-x;
	font-weight:bold;
}
.plan li.plan-name {padding-bottom:25px;padding-top:20px;}
.highlight .plan-name {
	background:url(/img/agency-price-highlight.png) bottom center repeat-x;
}
.platinum .plan-name {
	background:url(/img/agency-price-orange.png) bottom center repeat-x;
}
.price-section {
	background:url(/img/agency-price-section.png) bottom left repeat-x;
	color:#888;
	font-size:12px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	text-transform:uppercase;
	padding:3px;
}
.plan-name span {
	display:block;
	font-family:helvetica,arial,sans-serif;
	font-size:26px;
	font-weight:normal;
	letter-spacing:-1px;
	text-transform:uppercase;
}

.plan ul {
	list-style:none;
	line-height:120%;
	margin:0;
	padding:0;
	}
.plan li {
	border-top:1px solid #eee;
	padding:0.5em;
	margin:0;
	text-align:center;
	}
.plan li:first-child,
.plan li.first {border-top:none;}

.plan .small {
	color:#777;
}

/* ----- INTERSTITIAL ----- */

#interstitial {
	display:none;
	width:640px;
	height:480px;
	border:1px solid #aaa;
	background-color:#fff;
	}
#interstitial-controls {
	position:absolute;
	right:10px;
	text-align:center;
	top:10px;
	width:260px;
	cursor:pointer;
	}
#interstitial-header {position:fixed;top:0;left:0;font-size:15px;font-family:arial,sans-serif;width:100%;background:#fff;border-bottom:3px solid #eee;color:#666;}
#interstitial-logo {padding:15px;margin-left:30px;float:left;}
#interstitial-controls {float:right;padding:15px;margin-right:30px;}
#interstitial-continue {
	background:#6F0707;
	color:#fff;
	padding:7px;
	}
#interstitial-skip {
	padding:5px;
	font-size:14px;
	text-decoration:underline;
	}

 /* ----- ADS ----- */

#ad-in-text {
	background:#f4f4f4;
	border-bottom:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	clear:both;
	padding:8px 8px 15px;
	margin-bottom:1.2em;
}
#ad-in-text p {
	font-size:11px;
	font-weight:bold;
	margin:0 0 0.5em;
	padding:0 8px;
}
#ad-in-text img {
	float:left;
	margin:5px 12px 5px 5px;
}
#ad-in-text a,
.ads-text-links a {color:#9F0700;text-decoration:underline;}

#bottom-right-corner-ad {
	display: block;
	right: 0;
	position: fixed;
	bottom: -6px;
	z-index: 9999;
	width: 200px;
}
@media only screen and (max-width :1000px){#bottom-right-corner-ad{display:none}}

/* css for the video overlay ad */
#video-overlay-ad {
	background-color:#fff;
	border:1px solid #666;
	display:none;
	min-height:200px;
	width:475px;
	z-index:10000;
}
	#video-overlay-ad .video-overlay-details {
		color:#000;
		text-align: left;
		margin-bottom: 40px;
	}
	#video-overlay-ad .close {
		background: url(/img/overlay-close.gif) left no-repeat;
		bottom: 0;
		cursor: pointer;
		display: block;
		height: 26px;
		margin: 0 10px 10px 0;
		position: absolute;
		right: 0;
		width: 26px;
	}
		#video-overlay-ad .close:hover {
			background-position: right;
		}
#video-overlay-image {
	cursor: pointer;
}

/*  Gallery  */
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

/*  Flash Map  */
.flashmovie {
	margin-bottom: 20px;
}
#key{float: left; width: 580px; margin: 0px; padding: 0px; font-family: arial; font-size: 14px;}
#cnumber {display: inline-block; background: white; list-style: none; margin: 0 0 20px 0; padding: 0px;}
#label {display: inline-block; background: white; list-style: none; margin: 0 0 0 50px; padding: 0px; text-align: center;}
#c1 {float: left; width: 116px; background: #ffd780; height: 20px;}
#c2 {float: left; width: 116px; background: #ffc340; height: 20px;}
#c3 {float: left; width: 116px; background: #ffae00; height: 20px;}
#c4 {float: left; width: 116px; background: #bf8300; height: 20px;}
#c5 {float: left; width: 116px; background: #805700; height: 20px;}
#key li {
	margin-left:0;
}
.l1 {float: left; width: 116px;margin-left:0;}

/*  Magazine Downloads  */
.mag-success {
	background-color: #EFF3FF;
	border: 1px solid #9FC2FF;
	margin-bottom:1em;
	padding:0.8em;
}
	.mag-success a {
		text-decoration: underline;
		font-weight: bold;
	}
.mag-error {
	background-color:#fbe3e4;
	border:1px solid #fbc2c4;
	margin-bottom:1em;
	padding:0.8em;
	color:#8a1f11;
}
	.mag-error a {
		color: #8a1f11;
		text-decoration: underline;
		font-weight: bold;
	}

/*  jQuery Tools Overlay  */

.simple-overlay {
	background-color:#ffffff;
	border:1px solid #666;
	color: #000000;
	display:none;
	padding: 10px;
	width:300px;
	z-index:10000;
	min-height:200px;
	border:5px solid #666;
	-moz-box-shadow:0 0 5px 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}
	.simple-overlay .close {
		background-image:url(/img/icons/close.png);
		cursor:pointer;
		height:35px;
		position:absolute;
		right:-15px;
		top:-15px;
		width:35px;
	}
	.simple-overlay label {
		display: block;
	}
	.simple-overlay input {
		width: 290px;
		margin-bottom: 10px;
	}
	.simple-overlay #comment {
		height: 100px;
		width: 290px;
	}
	.simple-overlay input[type=submit] {
		margin-bottom: 30px;
		width: auto;
	}
	.simple-overlay label[for=to_email] {
		margin-top: 20px;
	}
	.simple-overlay #to_email {
		margin: 0;
	}
	.simple-overlay .quiet {
		margin-bottom: 20px;
	}
	.simple-overlay #email-success {
		background:#e6efc2;
		border:2px solid #c6d880;
		color:#264409;
		display: none;
		margin-bottom:1em;
		padding:0.8em;
	}
	.simple-overlay #email-warning {
		background:#fbe3e4;
		border:2px solid #fbc2c4;
		color:#8a1f11;
		display: none;
		margin-bottom:1em;
		padding:0.8em;
	}
/*.error, .alert, .notice, .success, .info {border:2px solid #ddd;margin-bottom:1em;padding:0.8em;}
.error, .alert {background:#fbe3e4;border-color:#fbc2c4;color:#8a1f11;}
.notice {background:#fff6bf;border-color:#ffd324;color:#514721;}
.success {background:#e6efc2;border-color:#c6d880;color:#264409;}
.info {background:#d5edf8;border-color:#92cae4;color:#205791;}
.error a, .alert a {color:#8a1f11;font-weight: bold;text-decoration: underline;}
.notice a {color:#514721;font-weight: bold;text-decoration: underline;}
.success a {color:#264409;font-weight: bold;text-decoration: underline;}
.info a {color:#205791;font-weight: bold;text-decoration: underline;}
*/

/* ----- ADWORDS ----- */
div.adwords table {
	margin-bottom: 0
}
div.adwords td {
	vertical-align: top;
}
div.adwords div.adv {
	font-size: 90%;
	margin-bottom:-5px;
	text-align: left;
	text-transform: none;
}
div.adword {
	background:#FFF2CF;
	padding:8px 15px;
	margin:10px 0;
}
div.adword div.logo {
	width:100px;
	background:#fff;
	padding:6px;
	border:1px solid #ccc;
	margin-right:12px;
	float:left;
}

/* ----- email subscribe sidebar ----- */

#email-subscribe-shortlist {
background:#f2f2f2;
border:4px solid #e4e4e4;
padding:10px 14px 0;}

#email-subscribe-shortlist .large {
width:238px;
border:3px solid #e3e3e3;
}

#email-subscribe-shortlist .large:focus{border-color:#ccc}

#email-subscribe-shortlist div {margin:10px 0;}

#email-subscribe-shortlist h4 {font-size:18px;}

.red-button {
background:#E20000;
color:#fff;
-moz-border-radius:5px;
border-radius:5px;
    border: none;
border-bottom:4px solid #d40000;
border-top:2px solid #f60000;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    line-height: 39px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px -1px #B1080A;
    width: 260px;
}
.red-button:hover {
background:#CE0000;
border-bottom:4px solid #ac0000;
border-top:2px solid #e40000;
}

/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */

.button {
	background: #00a6fc;
	display: inline-block;
	text-align: center;
	padding: 9px 34px 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1;
	font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	position: relative;
	cursor: pointer;
	border: none;
	margin: 0 0 12px;
}
.button:visited {
	color: #fff;
}

	/* Don't use native buttons on iOS */
input[type=submit].button, button.button { -webkit-appearance: none; }

.button.nice {
	background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -31px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
	background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -31px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
	background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -31px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
	border: 1px solid #0593dc;
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
}

.button.radius {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.button.round {
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
}

.button.full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

.button.left-align {
	text-align: left;
	text-indent: 12px;
}

/* Sizes ---------- */
.tiny.button			{ font-size: 10px; padding: 6px 14px 8px; width: auto; }
.small.button 			{ font-size: 11px; padding: 8px 20px 10px; width: auto; }
.medium.button 			{ font-size: 13px; width: auto; }
.large.button 			{ font-size: 18px; padding: 11px 48px 13px; width: auto; }

/* Nice Sizes ---------- */
.nice.tiny.button 		{ background-position: 0 -37px; }
.nice.small.button 		{ background-position: 0 -34px; }
.nice.large.button 		{ background-position: 0 -30px; }

/* Colors ---------- */
.blue.button			{ background-color: #00a6fc; }
.red.button				{ background-color: #e91c21; }
.white.button			{ background-color: #e9e9e9; color: #333; }
.black.button			{ background-color: #141414; }
.green.button			{ background-color: #5b8737; }

/* Nice Colors ---------- */
.nice.blue.button		{ border: 1px solid #0593dc; }
.nice.red.button		{ border: 1px solid #b90b0b; }
.nice.white.button		{ border: 1px solid #cacaca; text-shadow: none !important; }
.nice.black.button		{ border: 1px solid #000; }
.nice.green.button		{ border: 1px solid #4a6b2d; }

/* Hovers ---------- */
.button:hover, .button:focus 				{ background-color: #0192dd; color: #fff; }
.blue.button:hover, .blue.button:focus		{ background-color: #0192dd; }
.red.button:hover, .red.button:focus 		{ background-color: #d01217; }
.white.button:hover, .white.button:focus	{ background-color: #dadada; color: #333; }
.black.button:hover, .black.button:focus	{ background-color: #000; }
.green.button:hover, .green.button:focus	{ background-color: #699c40; }

#article-content a.button:hover, #article-content a.button {color:#fff;}
.page #content a.button:hover, .page #content a.button {color:#fff;text-decoration:none;}

/*  ---  NEWSFEED  ---  */
#newsfeed .accordion {
	margin-top: 80px;
}
#newsfeed label {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}
	#newsfeed .label-inline {
		display: inline;
	}
#newsfeed input,
#newsfeed select {
	margin-bottom: 10px;
}


/* --- COMPANY SINGLE --- */
.single-company #content .section-top {
	margin-bottom: 8px;
}

/* --- COMPANY COMPARE  --- */
.company-logo {
	width:230px;
	height:125px;
	margin:10px auto;
	text-align:center;
	overflow: hidden;
}
.compare-companies th {
	text-align: center;
}

/* --- CHOSEN --- */
.compare-companies .chzn-single:hover {
	color: #111;
}

/* --- LIGHTBOX --- */

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 90%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/* START GLOBAL STYLE FOR DATA TABLE WITH BAR-CHART CONTENT */
.data-table th,
.tablesorter thead tr th {
	padding: 5px 8px;
}
.data-table td,
.tablesorter.data-table tbody td {
	font-size: 13px;
	padding: 3px 8px;
}
.data-table-bar span {
	background-color: #ef903a;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0 2px;
	max-width: 99%;
	min-width: 25%;
	padding: 0 4px;
	text-align: right;
}
.data-table-redgreen .data-table-bar span {
	background-image: -moz-linear-gradient(left, red 0%, orange 50%,green 100%);
	background-image: linear-gradient(left, red 0%, orange 50%,green 100%);
	background-image: -webkit-linear-gradient(left, red 0%, orange 50%,green 100%);
	background-image: -o-linear-gradient(left, red 0%, orange 50%,green 100%);
	background-image: -ms-linear-gradient(left, red 0%, orange 50%,green 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,red), color-stop(50%,orange),color-stop(100%,green));
}
.data-table-green .data-table-bar span {
	background: #69a843;
}
.data-table-blue .data-table-bar span {
	background: #3c73c2;
}
.data-table-darkblue .data-table-bar span {
	background: #25497c;
}
.data-table-red .data-table-bar span {
	background: #a10000;
}
.data-table-darkred .data-table-bar span {
	background: #800;
}
.data-table-brown .data-table-bar span {
	background: #92410b;
}
.data-table-charcoal .data-table-bar span {
	background: #262626;
}
/* END GLOBAL STYLE FOR DATA TABLE WITH BAR-CHART CONTENT */


/* <pre> blocks for html copy paste (top 100, best agencies badge, newsfeed etc) */
td pre {
    border: 1px solid #CCCCCC;
    color: #777777;
    cursor: text;
    display: block;
    font-family: "Lucida Console","Courier New",Courier,monospace;
    font-size: 12px;
    height:90%;
    margin: 0 0 1em;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
Article Polls Styling
 */
.article-poll {
	border-top: 1px solid #eeeeee;
	transition: opacity .2s ease;
	display: block;
	opacity: 0;
	margin-top: 15px;
	margin-bottom: -15px;
	padding-top: 15px;
}
.article-poll > * {
	margin-bottom: 15px;
}
.article-poll-message {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-weight: bold;
	font-size: 115%;
	line-height: 38px;
}
.article-poll-buttons {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}
.article-poll button {
	display: inline-block;
	padding: 10px;
	border: none;
	border-radius: 3px;
	background: #AD2523;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	min-width: 75px;
	transition: all .2s ease;
}
.article-poll button:hover:not(:disabled) {
	cursor: pointer;
	background: #8D040A;
}
.article-poll button:disabled {
	opacity: .5;
	color: #dddddd;
}
.article-poll-buttons button:not(:last-child) {
	margin-right: 15px;
}
.article-poll-feedback label {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}
.article-poll-feedback textarea {
	display: block;
	width: 100%;
	max-width: 500px;
	min-height: 150px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 100%;
}
.article-poll-results .bar {
	background: #dddddd;
	height: 20px;
	border-radius: 3px;
	display: block;
}
.article-poll-results .fill {
	box-sizing: border-box;
	border-radius: 3px;
	transition: min-width 1s ease;
	float: left;
	color: #ffffff;
	background: #999999;
	width: auto;
	min-width: 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	letter-spacing: 1px;
	text-align: right;
}
.article-poll-results .selected .fill {
	background: #AD2523;
}
.article-poll-results p {
	font-size: 12px;
	font-style: italic;
	color: #505050;
}
.article-poll-results .count {
	font-weight: bold;
}
.article-poll-results-simple {
	font-size: 13px;
	font-style: italic;
	color: #999999;
	margin-top: -20px;
}
.article-poll-results-simple span {
	font-weight: bold;
}

.category-year-in-review .spacer {
	height: 30px;
	margin-bottom: 10px;
}
.category-year-in-review {
	margin-top: 15px;
}
.category-year-in-review .box-link {
	height: 30px;
	text-align: center;
	background: #AE221C;
	margin-bottom: 10px;
}
.category-year-in-review .box-link a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 30px;
	display: block;
}
.category-year-in-review .box-link a:hover {
	text-decoration: underline;
}

/* Young Agents Review Section */
.young-agents-survey {
	column-count: 2;
	column-gap: 20px;
}

.young-agents-survey .response {
	break-inside: avoid;
	display: inline-block;
	width: 100%;
}
.young-agents-survey .response .box {
	padding: 15px;
	padding-bottom: 10px;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	display: block;
}
.young-agents-survey .response-content {
	padding-bottom: 10px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	margin: 0;
}
.young-agents-survey .response-feedback {
	padding-top: 10px;
	border-top: 1px solid #dddddd;
	font-size: 14px;
	color: #505050;
	text-align: center;
	height: 20px;
}
.young-agents-survey .response-feedback .agree {
	float: left;
}
.young-agents-survey .response-feedback button {
	float: right;
	letter-spacing: 1px;
	display: inline-block;
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	background: none;
	padding: 3px 0;
	letter-spacing: 0;
	vertical-align: middle;
	margin-left: 20px;
	position: relative;
}
.young-agents-survey .response-feedback .yes {
	top: -1px;
}
.young-agents-survey .response-feedback .no {
	top: 1px;
}
.young-agents-survey .response-feedback .count {
	position: relative;
	line-height: 15px;
	display: inline-block;
	margin-left: 5px;
}
.young-agents-survey .response-feedback .yes .count {
	top: 1px;
}
.young-agents-survey .response-feedback .no .count {
	top: -1px;
}
.young-agents-survey .response-feedback .thumb {
	height: 15px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.young-agents-survey .response-feedback .yes .thumb {
	background: url('/img/thumb-up.png') center center no-repeat;
	background-size: contain;
}
.young-agents-survey .response-feedback .voted-yes .yes .thumb,
.young-agents-survey .response-feedback .yes:not(:disabled):hover .thumb {
	background: url('/img/thumb-up-green.png') center center no-repeat;
	background-size: contain;
}
.young-agents-survey .response-feedback .no .thumb {
	background: url('/img/thumb-down.png') center center no-repeat;
	background-size: contain;
}
.young-agents-survey .response-feedback .voted-no .no .thumb,
.young-agents-survey .response-feedback .no:not(:disabled):hover .thumb {
	background: url('/img/thumb-down-red.png') center center no-repeat;
	background-size: contain;
}
.young-agents-survey .response-feedback button:not(:disabled):hover {
	cursor: pointer
}
.young-agents-survey .response-feedback .voted-yes .yes {
	color: green;
}
.young-agents-survey .response-feedback .voted-no .no {
	color: red;
}

/** Skitter Edits */
#article-content .box_skitter .prev_button,
#article-content .box_skitter .next_button {
	margin-top: 0;
	top: 10px;
}

#article-content .box_skitter .label_skitter h3 {
	margin-bottom: 0;
	padding: 10px;
}

/** Super Regional List Styling */
/*MAIN LIST STUFF*/
.superreg-list-title {
	background: #efefef;
	padding: 15px;
	border-bottom: 2px solid #ffffff;
}
.superreg-list-title p {
	margin-bottom: 0;
	font-weight: 500;
	color: #555555;
}
.superreg-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.superreg-list .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	max-height: 100%;
}

/*MAIN ITEM*/
.superreg-item {
	margin: 0;
	color: #505050;
	background: #ffffff;
	transition: transform .2s ease;
}
.superreg-item.flash-off {
	transition: background 2s ease;
}
.superreg-item:hover:not(.active),
.superreg-item.flash-on {
	background: #FFE4A0;
	cursor: pointer;
}
.superreg-item.active {
	position: relative;
	z-index: 10;
	transform: scale(1.04,1.04);
	margin: 0;
	box-shadow: 0 0 7px rgba(0,0,0,.3);
}

/*HEAD STUFF*/
.superreg-head {
	clear: both;
	position: relative;
	height: 70px;
}
.superreg-item.active .superreg-head {
	height: 100px;
}
.superreg-head hr {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	background: #efefef;
}
.superreg-item.active .superreg-head hr {
	right: 10px;
	width: calc(100% - 10px);
	height: 3px;
	background-color: #FFDB80;
}

.superreg-rank {
	position: relative;
	height: 100%;
	float: left;
	width: 120px;
	text-align: center;
	background: #efefef;
}
.superreg-item:hover .superreg-rank,
.superreg-item.active .superreg-rank {
	background: #ffdb80;
}

.superreg-rank .circle {
	display: none;
	position: absolute;
	height: 70px;
	width: 80px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}
.superreg-item.active .superreg-rank .circle {
	display: block;
}
.superreg-rank .circle span {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: -15px;
	border-radius: 100%;
	border: 3px solid #999999;
}
.superreg-item.active .superreg-rank .circle span {
	border-color: rgba(0,0,0,.1);
}
.superreg-rank .rank {
	font-size: 18px;
	padding: 0;
	font-weight: bold;
	margin-bottom: 0;
}
.superreg-item.active .superreg-rank .rank {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.superreg-rank .dpw {
	font-size: 12px;
	margin: 0;
}

.superreg-title {
	position: relative;
	height: 100%;
	float: left;
	width: calc(100% - 120px - 120px);
}
.superreg-title h2 {
	font-size: 14px;
}
.superreg-item.active .superreg-title h2 {
	font-size: 22px;
}
.superreg-title p {
	margin: 0;
	font-size: 12px;
}

.superreg-logo {
	position: relative;
	height: 100%;
	float: left;
	width: 120px;
	text-align: center;
}
.superreg-logo img {
	max-height: 50px;
	max-width: 100px;
}

/*CONTENT STUFF*/
.superreg-content {
	display: none;
	clear: both;
	box-sizing: border-box;
	padding: 20px;
}
.superreg-content:after {
	content: '';
	height: 0;
	display: block;
	clear: both;
}
.superreg-blurb {
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
}
.superreg-states {
	box-sizing: border-box;
	padding-right: 10px;
	float: left;
	width: 60%;
}
.superreg-states h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
}
.superreg-states h4 strong {
	font-size: 20px;
	margin-right: 2px;
}
.superreg-info {
	box-sizing: border-box;
	padding-left: 10px;
	float: left;
	width: 40%;
}
.superreg-info h4 {
	margin-bottom: 0;
}
.superreg-info p {
	margin-bottom: 5px;
}
.superreg-info p:last-child {
	margin-bottom: 0;
}

/* ----- SEARCH ----- */

.ais-hits--item { margin-bottom: 20px; }
.ais-hits--item p { margin-bottom: 0; }
.ais-hits--item h3 em { font-style: normal; }
.ais-hits--item .linkable { display: block; padding: 7px 10px; text-decoration: none; color: #222; }
.ais-hits--item .linkable:hover { background: #efefef; cursor: pointer;}
.ais-hits--item .linkable:hover h3 { text-decoration: underline; color: #9F0700; }
.facet-wrapper {
	border-bottom: 1px solid #eee;
}
.ais-search-box--input {
	font-size: 20px;
	padding: 8px 16px;
	width: 544px;
}
.ais-refinement-list--item,
.ais-refinement-list--header { cursor: pointer; }

.ais-show-more, .ais-clear-all--link {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ddd;
	color: #777;
	padding: 6px;
	display: block;
	text-align: center;
	margin-top: 7px;
}
.ais-show-more:hover, .ais-clear-all--link:hover {
	background: #efefef;
	border-color: #efefef;
	color: #222;
	text-decoration: none;
	cursor: pointer;
}
.ais-refinement-list--header {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 14px;
    padding-top: 12px;
}
.ais-refinement-list--header span {
    font-size: 21px;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
}
.is-active .ais-refinement-list--header span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.facet-wrapper .is-active {
	margin-bottom: 20px;
}


.sort-by {
    line-height: 32px;
}
.ais-stats {
    line-height: 32px;
}
.ais-sort-by-selector,
.ais-numeric-selector {
    width: 100%;
    padding: 8px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    font-size: 16px;
}
/* override 960.css */
.pagination > li {
    margin-left: auto;
}

/* ----- BOOTSTRAP PIECES ----- */

.pull-right { float: right!important }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
