/* =============== CSS Reset =============== */

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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/* =============== General Styles =============== */


a img {
	border: none;
}
strong {
	font-style: inherit;
	font-weight: bold;
}
em {
	font-style: italic;
	font-weight: inherit;
}
blockquote:before,
blockquote:after, q:before, q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
.clear {
	clear: both;
	width:0;
	height:0;
	margin:0;
	padding:0;
}
.hspacer-1 {
	height:1em;
	margin:0;
	padding:0;
}
.hspacer-2 {
	height:2em;
	margin:0;
	padding:0;
}
.hspacer-5 {
	height:5em;
	margin:0;
	padding:0;
}
.half {
	width:50%;
}
.hide {
	visibility: hidden!important;
}
.off {
	display: none!important;
}
.rotate {
  	-webkit-transform: rotate(-90deg);
  	-moz-transform: rotate(-90deg);
  	-ms-transform: rotate(-90deg);
  	-o-transform: rotate(-90deg);
  	transform: rotate(-90deg);
  	-webkit-transform-origin: 50% 50%;
  	-moz-transform-origin: 50% 50%;
  	-ms-transform-origin: 50% 50%;
  	-o-transform-origin: 50% 50%;
  	transform-origin: 50% 50%;
  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.nomargin {
	margin:0 !important;
}
.nomargin-left {
	margin-left:0 !important;
}
.nopadding {
	padding:0 !important;
}
.noborder {
	border:0!important;
}
.showoverflow {
	overflow:visible!important;
}
.fullwidth {
	width:100%!important;
}
.block {
	display:block!important;
}
.right {
	float: right!important;
}
.left {
	float: left!important;
}
img.left {
	float: left;
	margin:0 1em 1em 0;
}
img.right {
	float: right;
	margin:0 0 1em 1em;
}
.thumb-left {
	float:left;
	max-width:100px;
	margin:0 1.5em 1.2em 0;
}
.thumb-right {
	float:right;
	max-width:100px;
	margin:0 0 1.2em 1.5em;
}
.hidden-iframe {
	width:0;
	height:0;
	border:0;
}
.ajaxContent {
	position:relative;
}
.ajaxContent.single {
	width: 23% !important;
    margin: 0 0 0 1.25%;
    float: left;
    max-width: 350px;
}

.ajaxContent.single.first {
	margin: 0;
}

.ajaxContent.single li{
	width: 100% !important;
	margin: 0;
}
.ajaxContent.single .clear{
	clear: none;
}

.ajaxContent.single .nav-spacer{
	height: 2.1em;
}

.ajax-loader {
	background: url('/images/animation/loading.gif') no-repeat 0 0 transparent;
	width: 60px;
	height: 60px;
	text-align:center;
	margin:0 auto;
}

.shadow{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, .15);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, .15);
	border: 1px solid #eee;
}

/* =============== Typography =============== */


@font-face {
	font-family: 'Univers Condensed Bold';
    	src: url('/fonts/uvcb.eot');
    	src: url('/fonts/uvcb.eot?#iefix') format('embedded-opentype'),
            url('/fonts/uvcb.ttf') format('truetype'),
            url('/fonts/uvcb.svg#universcondensedbold') format('svg');
    	font-weight: normal;
    	font-style: normal;
}
body {
	width: 100%;
	min-width:300px;
	overflow-x:hidden;
	font-size:12px;
	line-height:1.3;
	font-family:Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Roboto', Arial, sans-serif;
	color:#000;
	line-height:1.2;
}
h1 {
	font-size:4em;
}
h2 {
	font-size:3.1em;
}
h3 {
	font-size:2.1em;
}
h4 {
	font-size:1.5em;
}
h5 {
	font-size:1.25em;
}
h6 {
	font-size:.9em;
}
p {
	color:#222;
}
a {
	color:#B92025;
	text-decoration:none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:#000;
}
a:hover {
	text-decoration:underline;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration:underline;
}
.center {
	text-align: center!important;
}
.bold {
	font-weight:bold!important;
}

h1.bold {
	font-weight:900!important;
}
.italic {
	font-style:italic!important;
}
.uppercase {
	text-transform:uppercase;
}
.white {
	color: #FFF;
}
red, .red, a.red {
	color: #B92025!important;
}
blue, .blue, a.blue {
	color: #0C7DBD!important;
}
.grey {
	color: #777!important;
}
.blog {
	color:#009A92;
}
.section-subheader,
.section-subheader a {
	font-weight:bold;
	margin:15px 0;
	text-decoration:none;
}
.section-subheader a:hover {
	text-decoration:underline;
}
.main-header, .main-header a {
	color: #B92025;
	font-weight:900;
	margin:0 0 1em 0;
	text-decoration:none;
}
.main-header a:hover {
	color: #777777!important;
}
h2.main-header{
	font-family: 'Roboto', Arial, sans-serif;
}
h3.header{
	color: #B92025;
}
.section-header, .section-header a {
	color:#B92025;
	font-weight:bold;
	text-decoration:none;
}
.section-header a:hover {
	color:#000;
	text-decoration:underline;
}
p.description {
	color:#777;
	font-style:italic;
	margin:10px 0 15px 0;
}
::-webkit-input-placeholder {
   	color: #777;
}
{
   	color: #777;
}
::-moz-placeholder {
   	color: #777;
}
:-ms-input-placeholder {
   	color: #777;
}


/* =================================================== Layout =================================================== */



/* =============== Page Wrapper =============== */


.wrapper {
	position:relative;
	margin:0 auto;
	padding:0 30px;
	max-width:1200px;
}

/* =============== Ad Blocks =============== */

/* OAS DX iFrames */
#oas_frame_Top,
#oas_frame_Bottom,
#oas_frame_Right,
#oas_frame_x01,
#oas_frame_Middle,
#oas_frame_Top1,
#oas_frame_Top2,
#oas_div_Top,
#oas_div_Bottom,
#oas_div_Right,
#oas_div_x01,
#oas_div_Middle,
#oas_div_Top1,
#oas_div_Top2 {
	margin:0 auto;
}
#topAdBlock {
	clear:both;
	min-height:90px;
	margin: 0;
	padding:2em 0;
	overflow:hidden;
	background: url(/images/frontpage/light-grey-lines.png);
	border-bottom: 1px solid #eee;
}

#topRightAdBlock {
	position:fixed;
	top:0;
	right:0;
	z-index:99999;
}

#oas_div_Frame1, #oas_div_Frame2 {
    width: 100% !important;
}

.leaderboardAd {
	margin:0 auto;
	/*height:90px;*/
	max-width:960px;
	text-align:center;
}
.advertisement {
	border:none!important;
	background:none;
	text-align:center;
}
.sponsor-top {
	display: inline-block;
	max-width: 180px;
	max-height: 100px;
	margin:0 10px 10px 10px;
	float: right;
	position:relative;
	text-align:center;
}
.sponsor-top img {
	max-width:180px;
}

.recruit-sponsor-top p.title,
.sponsor-top p.title {
	padding:5px 10px;
	color: #BBB;
    	font-size: 9px;
    	font-weight: normal;
    	letter-spacing: 1px;
    	line-height: 1;
    	margin: 0 0 5px 0;
    	text-align: center;
}

/* =============== Header =============== */

#cap {
	display:none;
	height:.7em;
	background:#222;
}
#header {
	position:fixed;
	top:0;
	width:100%;
	height: 4.8em;
	margin:0 0 2em 0;
	background: #000;
	box-shadow:0 1px 4px 0 rgba(1, 1, 1, 0.12);
	z-index:9998;
}
#header.scroll {
	box-shadow:0 2px 4px 0 rgba(1, 1, 1, 0.12);
}
#header.has-subnav {
	height:9.2em;
}
#scroll-spacer {
	height:4.8em;
}
#scroll-spacer.has-subnav {
	height:9.2em;
}

/* =============== Navigation =============== */


#navigation {
	max-width:1800px;
	margin:0 auto;
	padding: 0 15px 0 0;
	z-index:9999;
}
#mainNav {
	height: 4.8em;
}
#mainNav li.toplevel {
	display:inline-block;
	float:left;
	height:1em;
	line-height:1em;
	padding: 1.4em 0;
	margin:0 0 0 2%;
	color:#000;
	font-size: 1.3em;
}
#mainNav li.toplevel a.section {
	font-family: 'Roboto';
}
#mainNav li.toplevel a {
	color: #fff;
	display:block;
	text-decoration:none;
}
#mainNav li.toplevel.hover a {
	text-decoration:none;
	cursor:pointer;
	color: #FFF;
	}
#mainNav li.toplevel a.section .arrow {
	display:inline-block;
	margin:1px 0 .2em .4em;
	width:8px;
	height:5px;
	background:url("/images/header/2017/arrow.png?v=1") no-repeat 0 0 transparent;
}
#mainNav li.toplevel.hover a.section .arrow {
	background-position: 0 -16px;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	#mainNav li.toplevel a.section .arrow {
	background-image:url("/images/header/2017/arrow-retina.png?v=1");
		background-size: 8px 20px;
	}
	#mainNav li.toplevel.hover a.section .arrow {
		background-position: 0 -15px;
	}
}

#mainNav li.separator {
	float:left;
	/*width:1px;
	height:1em;
	margin:1.7em 0 1.7em 1.5em;*/
	padding:0;
	background:#BBB;
}

/* Header logos */

#mainNav li#home {
	position: relative;
	left: 0;
	padding: 14px 1.5em;
	margin:0;
	width: 160px;
	height: 30px;
	background-color:#B92025;
	z-index:999;
}
#mainNav li#home a {
	display:block;
	width: 160px;
	height: 29px;
	background-image: url("/images/header/2017/logo-header.png");
	background-position:center top;
	background-repeat:no-repeat;
	background-color:transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	#mainNav li#home a {
		background-image:url("/images/header/2017/logo-header-retina.png");
		background-size: 160px 29px;
	}
}
#mainNav li.icon {
	float:right;
	width: 20px;
	height:20px;
	padding: 1.2em 0;
	margin:0 0 0  1%;
}
#mainNav li.sections {
	float:right;
}
#mainNav li.group {
	padding:1.1em 0;
	margin:0 0 0 .6em;
}
#mainNav li.icon a {
	display:block;
	width: 20px;
	height:20px;
}
#mainNav li.subscribe {
	float:right;
	font-weight:normal;
	margin:0 5px 0 1%;
}
#mainNav li.subscribe a.section {
	font-family:Arial, sans-serif;
	color: #fff;
}
#mainNav li.subscribe a.section:hover {
	color: #b92025;
	}
#mainNav li.spacer{
	width: 4px;
	height: 20px;
}
#mainNav li.spacer span{
	border-left: 1px solid #e1e1e1;
	height: 20px;
	display: block;
}

/* Navigation & Social Icons */

.account-icon {
	background: url("/images/header/2017/header-sprite.png") no-repeat -149px 0 transparent;
}
.account-icon:hover {
	background:url("/images/header/2017/header-sprite.png") no-repeat -149px -21px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.account-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -149px 0 transparent;
		background-size: 195px 60px;
	}
	.account-icon:hover {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -149px -21px transparent;
		background-size: 195px 60px;
	}
}

.search-icon {
	background: url("/images/header/2017/header-sprite.png") no-repeat -116px 0 transparent;
	cursor:pointer;
}
#mainNav li.toplevel.icon a.search-icon:hover,
#mainNav li.toplevel.icon.hover a.search-icon {
	background: url("/images/header/2017/header-sprite.png") no-repeat -116px -21px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.search-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -118px 0 transparent;
		background-size: 195px 60px;
	}
	#mainNav li.toplevel.icon a.search-icon:hover,
	#mainNav li.toplevel.icon.hover a.search-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -118px -21px transparent;
		background-size: 195px 60px;
	}
}

.sections-icon {
	display:block;
	padding:0 0 0 1.8em;
	line-height:1.3em;
	background: url("/images/header/2017/header-sprite.png") no-repeat -178px 0 transparent;
}
#mainNav li.toplevel.hover a.sections-icon {
	background:url("/images/header/2017/header-sprite.png") no-repeat -178px -21px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.sections-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -178px 0 transparent;
		background-size: 195px 60px;
	}
	#mainNav li.toplevel.hover a.sections-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -178px -21px transparent;
		background-size: 195px 60px;
	}
}

.facebook-icon {
	background:url("/images/header/2017/header-sprite.png") no-repeat 0 -1px transparent;
}
#mainNav li.toplevel.hover a.facebook-icon {
	background:url("/images/header/2017/header-sprite.png") no-repeat 0 -22px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.facebook-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat 0 0 transparent;
		background-size: 195px 60px;
	}
	#mainNav li.toplevel.hover a.facebook-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat 0 -21px transparent;
		background-size: 195px 60px;
	}
}

#mainNav li.toplevel.twitter{
	margin: 0;
}
.twitter-icon {
	background:url("/images/header/2017/header-sprite.png") no-repeat -30px 0 transparent;
}
#mainNav li.toplevel.hover a.twitter-icon {
	background:url("/images/header/2017/header-sprite.png") no-repeat -30px -21px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.twitter-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -30px 0 transparent;
		background-size: 195px 60px;
	}
	#mainNav li.toplevel.hover a.twitter-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -30px -21px transparent;
		background-size: 195px 60px;
	}
}

.linkedin-icon {
	background:url("/images/header/2017/header-sprite.png") no-repeat -56px 1px transparent;
}
#mainNav li.toplevel.hover a.linkedin-icon {
	background:url("/images/header/2017/header-sprite.png") no-repeat -56px -20px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.linkedin-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -56px 1px transparent;
		background-size: 195px 60px;
	}
	#mainNav li.toplevel.hover a.linkedin-icon {
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -56px -20px transparent;
		background-size: 195px 60px;
	}
}


/* Drop Downs */

#mainNav li.toplevel ul.dropdown,
#mainNav li.toplevel ul.dropdown li.sublevel ul.submenu {
	display:none;
	padding:0;
	margin:0;
	}

#mainNav li.toplevel.hover ul.dropdown {
	display:block;
	position:absolute;
	left:0;
	width:100%;
	top: 3.7em;
	padding: 2em 0 .5em 0;
	list-style:none outside none;
	background: #151515;
	border-bottom: .8em solid #000;
	overflow:hidden;
	z-index:998;
	}

#mainNav li.toplevel.hover.search ul.dropdown {
	z-index:997;
}

	#mainNav li.toplevel.hover ul.dropdown .menu-box {
		display:block;
		position:relative;
		margin:0 auto;
		padding:0 30px;
		height:245px;
		max-width: 1800px;
		}

	#mainNav li.toplevel.hover ul.dropdown.search {
		padding:0;
	}

		#mainNav li.toplevel.hover ul.dropdown.search .menu-box,
		#mainNav li.toplevel.hover.sections ul.dropdown .menu-box {
			height:auto;
		}

	#mainNav li.toplevel.hover ul.dropdown li.sublevel {
			font-family:Arial, sans-serif;
			text-transform:none;
			text-decoration: none;
		}

		#mainNav li.toplevel.hover ul.dropdown li.sublevel a.sectionlink {
			display:block;
			margin:.6em 0 0 0;
			padding: 0 1% 1em .75em;
			font-family: 'Roboto', Arial, sans-serif;
			font-size: 1.2em;
			font-weight:700;
			color: #777;
			}

		#mainNav li.toplevel.hover ul.dropdown li.sublevel:hover a.sectionlink,
		#mainNav li.toplevel.hover ul.dropdown li.sublevel.hover a.sectionlink {
			cursor:pointer;
			color:#FFF;
		}

			#mainNav li.toplevel.hover ul.dropdown li.sublevel:hover a.sectionlink:hover,
			#mainNav li.toplevel.hover ul.dropdown li.sublevel.hover a.sectionlink:hover {
				text-decoration:none;
			}

			#mainNav li.toplevel.hover ul.dropdown li.sublevel a.sectionlink span {
				float:right;
				color:#FFF;
				display: none;
			}

			#mainNav li.toplevel.hover ul.dropdown li.sublevel.hover a.sectionlink span {
				color:#B92025;
				display: none;
			}

			#mainNav li.toplevel.hover ul.dropdown li.sublevel.hover a.sectionlink span {
				color:#FFF;
				display: none;
			}

#mainNav li.toplevel.hover ul.dropdown li.sublevel.hover ul.submenu {
	display:block;
	position: absolute;
	top:0;
	left: 13%;
	width: 85%;
	height:100%;
	margin:0;
	padding:0;
	list-style:none outside none;
	}

		#mainNav li.toplevel.hover ul.dropdown li.sublevel.hover ul.submenu li {
			line-height:1.2;
		}

	#mainNav li.toplevel.hover ul.dropdown .menu-box .ajaxContent {
		position:relative;
		height: 250px;
	}

		#mainNav li.toplevel.hover ul.dropdown li a {
			color: #FFF;
		}

		#mainNav li.toplevel.hover ul.dropdown li a:hover {
			text-decoration: underline;
		}


/* Subnavigation Condensed (Mobile) */

#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel {
	width: 100%;
	margin:0 0 .5em 0;
	}

	#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel a {
		display:block;
		font-family: 'Roboto', Arial, sans-serif;
		font-weight: 700;
		font-size:1.2em;
		line-height:1.1em;
		padding:.8em 1em;
		color: #777;
		background: #222;
		border-radius:.25em;
		}

	#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel a:hover,
	#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel.opened a {
		color:#FFF;
		text-decoration:none;
		}

	#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel.opened a {
		border-radius:.25em .25em 0 0;
		}

	#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel a span {
			float:right;
		}

		#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel a:hover span,
		#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel.opened a span {
		}


		#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel.widget ul {
				padding:0 1.2em 1em 1.2em;
				border-radius:0 0 .25em .25em;
				background: #222;
			}

			#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel.widget ul li {
				margin:1em 0 0 0;
			}

				#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel.widget ul li:first-child {
					margin:0;
				}

				#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel.widget ul li a {
					color:#FFF;
					font-size:1em;
					font-family:Arial, sans-serif;
					/* font-weight:bold; */
					text-transform:none;
					padding:0;
					margin:0;
				}

					#mainNav li.toplevel.sections.hover ul.dropdown li.sublevel.widget ul li a:hover {
						text-decoration:underline;
					}

/* =============== Nav Content Lists ============== */

ul.nav-content li {
	float:left;
}

@media screen and (max-width: 1450px){
	#mainNav li.toplevel.hover ul.dropdown li.sublevel.hover ul.submenu {
		left: 16%;
		width: 81.6%;
	}
	#newsTab ul.nav-content.col-5 li {
		width:24%;
	}
	#newsTab ul.nav-content.col-5 li.item-5 {
		display: none;
	}
}

@media screen and (max-width: 1200px){
	#newsTab ul.nav-content.col-5 li {
		width:32%;
	}
	#newsTab ul.nav-content.col-5 li.item-4 {
		display: none;
	}

	#mainNav li.toplevel.hover ul.dropdown li.sublevel.hover ul.submenu{
		left: 19%;
		width: 78%;
	}

}

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

}

ul.nav-content li:first-child {
	margin:0;
}
ul.nav-content li .date {
	margin:.5em 0 0 0;
	color: #777;
	font-size: .7em;
}
ul.nav-content li .section-title {
	font-size:1em;
	font-weight:bold;
	color:#666;
	margin:0 0 .5em 0;
}
ul.nav-content li .section-title a {
	color:#B92025!important;
}
ul.nav-content li .videoThumb .title,
ul.nav-content li .summary .title {
	font-size:1.1em;
	line-height:1.2;
	margin:0;
}
ul.nav-content li .sponsored {
	font-size:.75em;
}
ul.nav-content li .imageWrapper {
	display:block;
	width:100%;
	height: 0;
	padding-bottom: 33%;
	margin: 0 0 1em 0;
	overflow:hidden;
}
ul.nav-content li .imageWrapper img {
	width:100%;
	position: relative;
	z-index: 0;
	margin-top: -10%;
}
ul.nav-content li .imageWrapper .thumbnail{
	position:relative;
	overflow:hidden;
	display: block;
}
/*rainbow gradient*/

ul.nav-content.resources li.text-feature .module .image a .screen,
ul.nav-content li .imageWrapper .thumbnail:before{
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: .2;
   /* background: -moz-linear-gradient( 45deg ,
        rgba(255, 175, 206, .7) 80%,
        rgba(255, 239, 117, .8) 60%,
        rgba(255, 177, 94, .9) 40%,
        rgba(255, 68, 151, 1) 10%);
    background: -webkit-gradient(linear,  right top,  left bottom,
        color-stop(80%, rgba(255, 175, 206, .7)),
        color-stop(60%, rgba(255, 239, 117, .8)),
        color-stop(40%, rgba(255, 177, 94, .9)),
        color-stop(10%, rgba(255, 68, 151, 1)));

  	transition: opacity .25s;
  	-webkit-transition: opacity .25s;*/
}
ul.nav-content.resources li.text-feature .module .image a:hover .screen,
ul.nav-content li:hover .imageWrapper .thumbnail:before{
	opacity: 0;
}



/* Text-only Navigation Item */

ul.nav-content.resources .data {
	height:12.75em;
	padding:0 0 1em 0;
}
ul.nav-content.resources .data li {
	height:100%;
}
ul.nav-content.resources li.text-feature .module {
	padding:0 .25em;
	height:100%;
}
ul.nav-content.resources li.text-feature .module .image {
	overflow:hidden;
	padding-bottom: 33%;
	height: 0;
	margin: 0 0 .9em 0;
}
ul.nav-content.resources li.text-feature .module .image a {
	display:block;
	width:100%;
	position: relative;
}
ul.nav-content.resources li.text-feature .module .image img {
	position:relative;
	width:100%;
	margin-top: -15%;
}
ul.nav-content.resources li.text-feature .module .image img:hover {
	opacity:.9;
}
ul.nav-content li .type{
	font-size: .9em !important;
	font-family: 'Roboto', Arial, sans-serif;
	margin: 0 0 .5em 0;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
}

ul.nav-content li .type a{
	color: #777 !important;
}

ul.nav-content.resources li.text-feature .module .title {
	font-size: 1.2em;
	font-family: 'Roboto', Arial, sans-serif;
	margin: 0 0 .33em 0;
	font-weight: normal!important;
}
ul.nav-content.resources li.text-feature .module .videoThumb .title a {
	font-weight: normal!important;
	font-size: .9em;
}
ul.nav-content.resources li.text-feature .module p {
	font-size:.9em;
	line-height:1.3;
	color: #777;
}
ul.nav-content.resources li.text-list ul li {
	margin:0 0 .25em 0;
	padding:.5em 0 .75em 0;
	border-bottom: 1px solid #222;
}
ul.nav-content.resources li.text-list ul li:first-child {
	padding:0 0 .25em 0;
	border-bottom:0;
}
ul.nav-content.resources li.text-list ul li:last-child {
	margin:0;
	padding:.5em 0 0 0;
	border-bottom:0;
}


/* Ajax Navigation Content */

ul.nav-content .ajax-loader,
ul.nav-content .no-content {
	position:absolute;
	top:30%;
	right:50%;
	color:#777;
}
.ajaxContent .pagination {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
}
.ajaxContent .pagination .loadMore {
	float:left;
	margin:0 0 0 .75em;
	padding:.5em .75em;
	font-weight: bold!important;
	font-size: 1.2em;
	color: #777!important;
	text-transform: lowercase;
	border:0;
	border-radius:.25em;
	cursor:pointer;
}
.ajaxContent .pagination .loadMore:first-child {
	margin:0;
}
.ajaxContent .pagination .loadMore:hover {
	text-decoration: none!important;color: #FFF!important;
}

/* =============== Expand/Collapse Widget ============== */

.widget .widget-content {
	display:none;
}
.widget.section {
	padding:0 0 2em 0;
	margin:0 0 2em 0;
	border-bottom:1px solid #222;
}
.widget.section a.widget-toggle {
	cursor:pointer;
}
.widget.section a.widget-toggle:hover {
	text-decoration:none;
}
.widget.section a.widget-toggle .title {
	margin:0;
}
.widget.section a.widget-toggle .plus-minus-icon {
	background-color:#BBB;
	float:right;
}
.widget.section .widget-content {
	padding:2em 0 0 0;
	clear:both;
}

/* =============== Microsite Subnavigation ============== */

#subnavigation {
	position:relative;
	height:3.45em;
	padding:.4em 0 .5em 0;
	border-top:1px solid #CCC;
	background:#F9F9F9;
	z-index:99; /* needed for IE6 */
}
#subnavigation .logo {
	padding:0 1.5em;
}
#subnavigation .logo a {
	display:block;
}
#subnavigation .logo #tech {
	width:169px;
	height:20px;
	background:url("/images/header/tech-logo.png") no-repeat;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	#subnavigation .logo #tech {
		background:url("/images/header/tech-logo-retina.png") no-repeat;
		background-size: 169px 20px;
	}
}
#subnavigation .logo #in-research {
	width:84px;
	height:24px;
	background:url("/images/header/in-research-logo.png") no-repeat;
	background-size: 84px 24px;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	#subnavigation .logo #in-research {
		background:url("/images/header/in-research-logo.png") no-repeat;
		background-size: 84px 24px;
	}
}
#subnavigation .logo #careers {
	width:187px;
	height:24px;
	background:url("/images/header/careers-logo.png") no-repeat;
	background-size: 187px 24px;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	#subnavigation .logo #careers {
		background:url("/images/header/careers-logo-retina.png") no-repeat;
		background-size: 187px 24px;
	}
}

#subnavigation .logo #tac {
	width:134px;
	height:20px;
	background:url("/images/header/TAC-Logo.png") no-repeat;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	#subnavigation .logo #tac {
		background:url("/images/header/TAC-Logo-retina.png") no-repeat;
		background-size: 134px 20px;
	}
}

#subNav {
	position:relative;
	margin:1.1em 0 0 0;
}
#subNav li {
	position:relative;
	float:left;
	margin:0;
	padding:0 1.3em;
	font-weight:bold;
	line-height:1.75em;
}
#subNav li.separator {
	float:left;
	width:1px;
	height:1em;
	margin:.7em 0;
	padding:0;
}
#subNav li.first {
	padding:0 18px 0 0;
}
#subNav li.first a {
	padding:0;
	color:#000;
}
#subNav li.last {
	border:0;
	padding:0 0 0 18px;
}
#subNav li.current {
	position:relative;
	text-align:center;
	color:#000;
	z-index:999;
}
#subNav li a {
	color:#777;
	font-size:1.2em;
}
#subNav li.current a {
	color:#444;
}
#subNav li.first.current a {
	text-decoration:none;
}
#subNav li:hover {
	cursor:pointer;
	}
#subNav li a:hover {
	text-decoration:underline!important;
	}


/* =============== Search =============== */


#siteSearch {
	text-align:center;
	background:#222;
	padding:2em 0;
}
#siteSearch #topSearchForm {
	height:40px;
	line-height:40px;
	margin: 0 auto;
	max-width: 900px;
}

#siteSearch input {
	font-size:14px;
}
#siteSearch input#searchButton {
	float:right;
	font-size: 1em;
	margin:1em 0 0 1%;
	vertical-align:top;
	-webkit-appearance:none;
}

#siteSearch input#searchField {
	position:relative;
	height:36px;
	width:85%;
	font-size: 24px;
	padding:5px 1%;
	vertical-align:top;
	background: #222;
	color: #999;
	border: none;
	border-bottom: 1px solid #ccc;
	outline: none;
}

#siteSearch input#searchField.focus {
	color: #fff;
}
@media screen and (max-width: 900px) {
	#siteSearch input#searchField {
		width:76%;
	}
	#siteSearch input#searchButton {
		width:20%;
	}
}

@media screen and (max-width: 580px) {
	#siteSearch input#searchField {
		width:74%;
		font-size: 16px;
	}
	#siteSearch input#searchButton {
		width:23%;
		text-align: center;
	}
}


/* =============== Headlines (Top Content Area) =============== */

#headlines {
	position:relative;
	/*max-width:1120px;*/
	/*zoom:1;*/
}

/* Headlines Ad Block */

#headlinesAdBlock {
	float:right;
	display:inline;
	width:300px;
	padding:0 10px 0 0;
}


/* =============== Headlines Columns =============== */


/* Headlines Left Column */

.leftColumn {
	position:relative;
	float:left;
	width:67%;
	margin:0 3% 0 0;
}
	.headlinesReverse .leftColumn {
		position:relative;
		float:left;
		width:32%;
		margin:0;
		padding:0 3% 0 0;
	}

/* Headlines Right Column */

.rightColumn {
	position:relative;
	float:left;
	width:30%;
	margin:0;
}
	.headlinesReverse .rightColumn {
		position:relative;
		float:right;
		width:65%;
		margin:0;
		padding:0;
		background:#FFF;
		border:none;
	}

.leftColumn.fullwidth,
.rightColumn.fullwidth {
	width:100%;
	margin:0;
	padding:0;
}

/* =============== Columns ============== */

ul.columns li {
	float:left;
	overflow:hidden;
}
ul.col-2 li {
	width:49%;
	margin:0 0 0 2%;
}
ul.col-3 li {
	width:32%;
	margin:0 0 0 2%;
}
ul.col-4 li {
	width:24%;
	margin:0 0 0 1.25%;
}
ul.col-5 li {
	width:19%;
	margin:0 0 0 1.25%;
}
ul.col-6 li {
	width:15%;
	margin:0 0 0 1.5%;
}
ul.columns li:first-child {
	margin:0;
}

ul.columns ul li {
	width:100%;
	margin:1em 0 0 0;
}

/* =============== Pagination =============== */

.previous-next-button {
	background-color:#B92025;
	border-radius:.25em;
	padding:.9em 1.1em;
	margin: 1em 0;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.previous-next-button:hover {
	background-color: #000;
	color:#FFF!important;
	text-decoration: none;
}
.pagination {
	font-family:Arial,sans-serif;
	color:#000;
}
.pagination a {
	color: #000;
	text-decoration: none;
	text-align:center;
}

.pagination .page_previous {
	float: left;
}
.pagination .page_next {
	float: right;
}

/* =============== Switcher Nav =============== */

ul.switcherNav {
	font-size:12px;
	color:#000;
}
ul.switcherNav li {
	display:inline;
	margin:0 5px;
}
ul.switcherNav li a {
	padding:1px 11px;
	color:#3E4349;
	text-decoration:none;
	-webkit-border-radius:10px;
	border-radius:10px;
}
ul.switcherNav li.active a,
ul.switcherNav li a:hover {
	color:#ffffff;
	background-color:#414141;
}


/* =============== Right Column News Items =============== */

.rightColumn .newsItem {
	clear:both;
	margin:0 0 1.5em 0;
	padding:0 0 1.5em 0;
	border-bottom:1px solid #EEEEEE;
}
.rightColumn .newsItem.last,
.rightColumn .newsItem:last-child {
	border-bottom:0;
	padding:0;
	margin:0;
}
.rightColumn .newsItem table,
.rightColumn .newsItem table tr td.contentItem {
	width:100%;
}
.rightColumn .newsItem table tr td.contentItem.videoThumb .desc a {
	color:#B92025;
	display:inline;
}
.rightColumn .newsItem .thumbnail {
	float:right;
	width:8em;
	height:5.5em;
	overflow:hidden;
	margin: 0 0 .25em 1.5em;
	position: relative;
}
.rightColumn .newsItem .thumbnail img:hover {
	opacity:.9;
}
.rightColumn .newsItem .thumbnail.large {
	width:100%;
	margin:0 0 1em 0;
	height:auto;
	max-height:12em;
}
.rightColumn .newsItem .thumbnail.large img {
	width:100%;
}
.rightColumn .newsItem .title{
	font-family: 'Georgia', Serif;
  margin:0;
}
.rightColumn .listingItem .title {
	font-weight:bold;
	margin:0;
}
.rightColumn .featured .newsItem .title {
	font-weight:bold;
	line-height:1em;
	margin:0;
}
.rightColumn .newsItem .desc {
	margin:.5em 0 0 0;
	color:#666;
}
.rightColumn .newsItem .desc a {
	font-weight:bold;
}
.rightColumn .newsItem .blog {
	display:block;
	font-size:.9em;
	font-weight:bold;
	text-transform:uppercase;
	margin:.5em 0 0 0;
}

.rightColumn .contentItem {
	margin:2em 0 0 0;
	padding:1.75em 0 0 0;
	border-top:1px solid #EEEEEE;
}
.rightColumn .contentItem:first-child {
	margin:0;
	padding:0;
	border-top:0;
}
.rightColumn .contentItem .title {
	margin:0 0 .25em 0;
}
.rightColumn .contentItem p {
	margin:0;
	color:#666;
	font-size:1.2em;
}

/* Type prefix */

.featuredItem .desc .type,
.newsItem .desc .type,
.contentItem .desc .type {
	text-transform:uppercase;
}

/***********   MOST POPULAR  ************/

.mpList {
	padding-bottom: 3em;
}

.mpList .header {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 900;
	color: #000;
	border-bottom: 1px solid #E1E1E1;
	padding: 0 0 .5em 0;
	margin: 0 0 1em 0;
}

.rightColumn .mpList .title {
	font-family: 'Roboto', Arial, sans-serif !important;
	font-weight: bold !important;
}

.mpList .imgncount {
	position: relative;
	float: left;
	margin: 0 1.5em 0 0;
	width: 115px;
	height: 63px;
	overflow: hidden;
}

.mpList .imgncount .popcount{
	color: #252525;
  border: 2px solid #252525;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  width: 32px;
  height: 32px;
  font-size: 2.1em;
  font-family: 'Roboto', Arial, sans-serif;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 3px;
  z-index: 10;
  pointer-events: none;
  -webkit-box-shadow: -3px 3px 0px 0px rgba(37,37,37,1);
  -moz-box-shadow: -3px 3px 0px 0px rgba(37,37,37,1);
  box-shadow: -3px 3px 0px 0px rgba(37,37,37,1);
}

.mpList .imgncount a .screen{
    position: absolute;
    left: 21px;
    width: 82%;
    height: 100%;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#bf000000',GradientType=0);
    background: -webkit-gradient(linear, 100% 0%, 0% 100%,
    	color-stop(0.1, rgb(255, 68, 151)),
    	color-stop(0.4, rgba(255, 177, 94, 0.901961)),
    	color-stop(0.6, rgba(255, 239, 117, 0.8)),
    	color-stop(0.8, rgba(255, 175, 206, 0.701961))
    );*/
    z-index: 1;
    opacity: .25;
    transition: all ease-in-out .2s;
}
.mpList .imgncount a .screen:hover{
	opacity: 0;
}

.mpList .imgncount img {
	position: absolute;
	right: 0;
	z-index: 0;
}

.mpList .listingItem .summary{
	margin-bottom: .5em;
	display: table-cell;
}

/* =============== Tables =============== */

caption,
th,
td {
	text-align:left;
	font-weight:normal;
}
table,
td,
th {
	vertical-align:middle;
}

table tr.right, table td.right, table th.right {
	text-align:right!important;
	}

table tr.left, table td.left, table th.left {
	text-align:left!important;
	}

table tr.center, table td.center, table th.center {
	text-align:center!important;
	}


/* =============== Default Table Styles =============== */


table.default {
	width: 100%;
}

	table.default th {
		font-family:Arial, sans-serif;
		font-size: 1.1em;
	}

	table.default td {
		padding: 1em 0 0 0;
	}

	table.default td.row_header {
		background: none;
		padding: 1em 0 0 0;
	}


/* =============== Banner Header =============== */

.banner {
	position:relative;
	margin:0 0 1em 0;
	padding:.5em 0 .5em 1em;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	box-shadow:0 5px 4px 0 rgba(1, 1, 1, 0.12);
	color:#000;
	line-height:1;
	font-weight:bold;
	font-size:1.75em;
}
.banner.wrap-left:before {
	content: "";
	position: absolute;
	bottom: -.9em;
	left: 0;
	border: 0;
	border-right-width: 1em;
	border-bottom-width: .9em;
	border-style: solid;
	border-color: transparent #555;
	display: block;
	width: 0;
}
.banner.wrap-right:before {
	content: "";
	position: absolute;
	bottom: -.9em;
	right: 0;
	border: 0;
	border-left-width: 1em;
	border-bottom-width: .9em;
	border-style: solid;
	border-color: transparent #888;
	display: block;
	width: 0;
}
.banner.black {
	background:#222;
	border:0;
	color:#FFF;
}
.banner.black a {
	color:#FFF;
}

/* ================================ Left Column ========================== */
.leftColumn .lowerBox h3.header, .leftColumn .lowerBox h3.header a{
	color: #B92025;
}


/* =============== Right Column Boxes =============== */

.lowerBox {
	margin:0 0 5em 0;
	position:relative;
	overflow:hidden;
	clear:both;
}
.lowerBox .ajaxContent {
	padding:0 0 4em 0;
}
.lowerBox .ajaxContent .loadMore {
	font-size:1em;
}
.lowerBox .header,
.lowerBox .header a {
	font-family: 'Roboto', Arial, sans-serif;
	color: #000;
	font-weight: 900;
}
.lowerBox .header {
	margin:0 0 1em 0;
	padding:0 0 .5em 0;
	border-bottom:1px solid #E1E1E1;
}
.lowerBox.first {
	border-top:0;
}
.lowerBox.first .header {
	padding:0 0 1em 0;
}
.lowerBox.middle {
	margin:0 2em 5.5em 2em;
}
.lowerBox .header .header-icon {
	margin:0 .25em 0 0;
}
.lowerBox .header a.more-top {
	float:right;
	color:#B92025;
}
.lowerBox .header a.more-top:hover {
	color:#000;
	text-decoration:underline;
}
.lowerBox span.date {
	display:block;
	font-size:12px;
	color:#B92025;
}
.lowerBox span.more {
	display:inline;
}
.lowerBox span.more a {
	display:inline;
	position:absolute;
	right:0;
	width:20px;
	height:30px;
	margin:0;
	padding:0;
}
.lowerBox span.more a:hover {
	color:#000;
}
.lowerBox p {
	color: #777;
	font-size:1.2em;
}
.lowerBox img.small {
	float:left;
	margin:0 10px 10px 0;
}
.lowerBox ul.list,
.lowerBox ol.list {
	font-size:1.2em;
	margin-left:1.2em;
	font-weight:bold;
	color:#B92025;
}
.lowerBox ol.list {
	margin-left:25px;
}
.lowerBox ul.list li, .lowerBox ol.list li {
	margin: 0 0 1em 0
}
.lowerBox ul.list li a, .lowerBox ol.list li a {
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
.lowerBox ul.list li a:hover,.lowerBox ol.list li a:hover {
	text-decoration:underline;
}
.lowerBox ul.list li a span {
	font-weight:normal;
}
.lowerBox .listingItem .title {
	font-family:"Georgia", serif;
	font-weight:normal;
	line-height:1.4;
}
.rightThumb {
	float:right;
	margin:0 0 0 1em;
}
.leftThumb {
	float:left;
	margin:0 1em 0 0;
}

/* Grey Box with Shadow */

.greyBox {
	-webkit-box-shadow: 3px 3px 0 #cccccc;
	box-shadow:  3px 3px 0 #cccccc;
	padding: 10px 15px 10px 0;
	margin-bottom: 1.5em;
}

.greyBox .header {
	margin-bottom:1em;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}

/* Events Right Column */

.event {
	margin:0 0 1.5em 0;
}
.event .type {
	margin:0 0 .5em 0;
	color:#B92025;
}
.event .calendar {
	float:right;
	width:4em;
	line-height:1;
	margin:0 0 .2em 1.5em;
	padding:1em;
	border:1px solid #777;
}
.event .calendar .month {
	display:block;
	margin:0 auto .4em auto;
	text-align:center;
	font-weight:bold;
}
.event .calendar .day {
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:3em;
	font-weight:bold;
}

/* Events Right Column (Multiple) */

#upcomingEvents .event {
	margin:1.5em 0 0 0;
	padding:1.5em 0 0 0;
	border-top:1px solid #EEEEEE;
}
#upcomingEvents .event:first-child {
	margin:0;
	padding:0;
	border:0;
}

/* Follow Us */

.follow-us .buttons {
	padding:0 0 1em 0;
	margin:0;
}
.follow-us .buttons a {
	float:left;
	position:relative;
	display:inline-block;
	margin:0 .75em 0 0;
	cursor:pointer;
	width:3em;
	height:3em;
	border: 2px solid #fff;
	border-radius: 3em;
	background-color: transparent !important;
}

.follow-us .social-btn.active{
	background-color: rgba(256,256,256,.25) !important;
}

.follow-us a.active:before {
	content: "";
	position: absolute;
	bottom: -1em;
	right: .75em;
	border: 0;
	border-left: .75em solid transparent;
	border-right: .75em solid transparent;
	border-top: 1em solid #fff;
	display: block;
	width: 0;
}
.follow-us .content {
	padding:1em 0 0 0;
	border-radius:.5em;
}
.follow-us .content .box {
	display:none;
}
.follow-us .content .box.on {
	display:block;
}
.follow-us .content .box .title {
	margin:.5em 0 0 0;
	font-weight:bold;
	font-size: 1.6em;
}
.follow-us .content .box .title:first-child {
	margin:0;
}
.follow-us .content .box p {
	margin:.5em 0 1em 0;
}
.follow-us .content .box p:last-child {
	margin:.5em 0 0 0;
}
.follow-us .content .box .twitter-button,
.follow-us .content .box .twitter-follow-button{
	display: block;
	padding: .5em 1em .5em 3em;
	color: #333 !important;
	font-weight: bold;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	clear: both;
	margin: 5px 0 0 0;
	text-decoration: none !important;
	position: relative;
	min-width: 140px;
	white-space: nowrap;
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	background: -moz-linear-gradient(top,  #FFFFFF,  #DDDDDD);
}
.follow-us .content .box .twitter-button a,
.follow-us .content .box .twitter-follow-button a{
  color: #000 !important;
}
.follow-us .content .box .twitter-button .twitter-share-icon-dark,
.follow-us .content .box .twitter-follow-button .twitter-share-icon-dark{
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	left: .5em;
	top: 0;
	background-position: 0 .5em;
}
.follow-us .content .box .IN-widget {
	margin:.5em 0 0 0;
	display:block;
}
.follow-us .content .box input.field {
	max-width:42%;
	padding:.4em .5em;
	font-size:1.25em;
}

/* Newsletter Sign-up Module */

#newsletterSignup .newsletter {
	margin: 0 0 3em 0;
	position: relative;
	padding-right: 105px;
}
#newsletterSignup .newsletter input.field {
	width:100%;
	padding:.25em;
	font-size:1.25em;

}

#newsletterSignup .daily-logo{
	width: 52%;
	height: auto;
	display: block;
}
#newsletterSignup .newsletter .submit-btn {
	padding:.5em;
	width:80px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1.1em;
}

#newsletterSignup .newsletter .submit-btn:hover {
	background-color: #666;
}

/* Tweets */

.tweets .tweet {
	position:relative;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	font-size:14px;
	border-bottom:1px solid #DDD;
}
.tweets .last {
	margin:0;
	padding:0;
	border:0;
}
.tweets .tcoImage {
	float:left;
	margin:0 10px 0 0;
	max-width:48px;
}
.tweets .tcoImage img {
	max-width:48px;
}
.tweets .tcoDate {
	color:#B92025;
	font-size:11px;
	position:absolute;
	top:0;
	right:0;
}
.tweets .tcoName {
	max-width:220px;
}
.tweets .tcoName a {
	color:#000;
	font-weight:bold;
}
.tweets .tcoText {
	color:#444;
}
.tweets .tcoText a {
	color:#B92025;
}



/* =================================================== Body =================================================== */

#content {
	padding: 4em 0 !important;
}



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

/* Bottom Banner Ad Block */

#bottomBannerAdBlock {
	width:100%;
	margin:0 auto;
	padding:2em 0;
	text-align:center;
	background-color: #222;
	overflow:hidden;
}


/* Bottom Modules */
#footer-section .lowerBox p {
	font-size: 1.4em;
	color: #999;
}

#footer-section h3.header a {
  color: #fff !important;
}

#footer-section a {
	color: #fff;
}

#footer-section {
	margin:0 auto;
	padding:3em 0;
	background: #000;
	border-top:1px solid #000;
}

#footer-section .lowerBox .header {
	color: #fff !important;
	border-bottom: 1px solid #333;
}
#footer-section .leftColumn .lowerBox {
	float: left !important;
	width: 44.4% !important;
	clear: none !important;
	margin:0 0 2em 0 !important;
}

#footer-section  .register-btn {
	margin: 0 0 1em 0;
	display: block;
	padding:.5em 1em;
	font-size:1em;
	line-height: 1.2em;
	font-weight:bold;
	color:#FFF !important;
	border:0;
	border-radius: .25em;
	background-color:#B92025;
	cursor:pointer;
	font-family: arial, helvetica, san-serif;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	vertical-align: text-top;
}

#footer-section  .register-btn:hover {
	background-color:#666;
}

.issueArchive {
	overflow: visible;
}

.issueArchive .title {
	font-size: 1.8em;
}
.issueArchive .content {
	position: relative;
	margin-bottom: 2em;
}

.issueArchive .content p {
	margin-left: 47%;
}
.issueArchive .cover {
	width: 42%;
	margin: 0 5% 1em 0;
	float: left;
	text-align: center;
}

.issueArchive .past {
	font-size: 1.1em !important;
	margin-bottom: 0;
}

.issueArchive  .cover img {
	width: 100%;
	height: auto;
	margin-bottom: .25em;
}

#footer-section #newsletterSignup {
	border-left: 1px solid #333 !important;
	border-right: 1px solid #333 !important;
	padding: 0 3.5% !important;
	margin-left: 3.5% !important;
	float: right !important;
}

#footer-section .sitelinks {
	padding:0 0 3em 0;
	text-align:center;

}
#footer-section .sitelinks a {
	display:inline;
	font-size:1.6em;
	font-family:'Roboto', Arial, serif;
	color:#777;
	border-right: 1px solid #777;
	margin:0 1em 0 0;
	padding:0 1em 0 0;
}
#footer-section .sitelinks a.last {
	border-right:0;
	margin:0;
	padding:0;
}
/* Footer */

#footer {
	clear:both;
	position:relative;
	padding: 2em 0 3em 0;
	background-color:#000;
}
#footer a {
	color:#999;
}
#footer p {
	margin:0;
}
#footer .container {
	margin:0 0 2.5em 0;
	text-align:center;
}
#footer .container a {
	display:inline;
	font-size:1.2em;
	border-right: 1px solid #444;
	margin:0 1em 0 0;
	padding:0 1em 0 0;
}
#footer .container a.last {
	border-right:0;
	margin:0;
	padding:0;
}
#footer #copyright {
	margin:2em 0 0 0;
	color:#999;
	font-size:.9em;
	text-align:center;
}
#footer #copyright a {
	font-style:italic;
}



/* =================================================== Lists =================================================== */

/* Lists */

ul.list,
ol.list {
	list-style-position:outside;
	margin-left:2.75em;
}
ul.list {
	list-style-type:square;
}
ul.list ul.list {
	list-style-type:circle;
}
ol.list {
	list-style-type:decimal;
}
ul.list li,
ol.list li {
	margin:.2em 0;
}
.leftColumn ul.list {
	margin:0 0 0 1.2em;
}
.leftColumn ul.list li {
	padding:0 0 0 .5em;
	margin:0 0 1.5em 0;
}

/* Listing Items */

.listingItem {
	padding:0 0 1.75em 0;
	margin:0 0 1.75em 0;
	border-bottom:1px solid #EEEEEE;
}
.listingItem:last-child {
	margin:0;
	padding:0;
	border-bottom:0;
}
.listingItem .listingImage {
	float:left;
	margin:0 1.5em 1.5em 0;
}
.listingItem .listingImageWrapper {
	height:125px;
	float:left;
	margin:0 0 10px 0;
	overflow:hidden;
}
.listingItem h3 {
	margin:0 0 .25em 0;
	font-weight:bold;
}
.listingItem h3 a {
	text-decoration:none;
}
.listingItem h3 a:hover {
	color:#000;
	text-decoration:underline;
}
.listingItem .title {
	font-weight:bold;
}
.listingItem p {
	line-height:1.5;
	font-size: 1.2em;
	margin: 0;
	color:#777;
}
.listingItem p.date {
	margin:0 0 .5em 0;
	color:#B92025;
}
.listingItem p.author {
	margin:0 0 .5em 0;
	font-weight:bold;
}

.latest-news #newsListContent .listingItem {
    padding:1.75em 0 0 0;
    margin:1.75em 0 0 0;
    border-top:1px solid #EEEEEE;
    border-bottom: 0;
}
.latest-news #newsListContent .listingItem:first-child {
    margin:0;
    padding:0;
    border:0;
}

/* =================================================== Article Page =================================================== */

#headerWrap {
	width:100%;
	margin:0 0 2em 0;
}
#headerWrap h1 {
	font-size:4.6em;
	font-family:'Roboto', Arial, sans-serif;
	font-weight: 700;
	letter-spacing:-1px;
	line-height:1.1em;
	margin:0 0 .2em 0;
}
#headerWrap .summary {
	margin:0;
	font-size:2em;
	font-weight:100;
	color:#222;
}
#storyContent {
	position:relative;
	height:100%;
}
#storyInfo {
	padding:0 0 2em 0;
}
.articlePage p.date {
	margin:0 0 .25em 0;
	font-size:1.2em;
}

/* Body Ad Block */

.articlePage .bodyAdBlock {
	float:left;
	max-width:300px;
	margin:0 2.5em 1.5em 0;
}

/* Author Boxes */

.articlePage p.author {
	margin:0;
	font-size:1.2em;
}
.articlePage p.author a {
	font-weight:bold;
	color:#B92025;
}
.articlePage .social-reporter a {
	display:inline-block;
	width:15px;
	height:15px;
	margin:0 0 0 .1em;
}
.articlePage .social-reporter a:first-child {
	margin:0 0 0 .4em;
}

/* Date, Byline and Social */

#storyInfo .details {
	float:left;
	width:40%;
	margin:0 2% 0 0;
}

/* Print and Reprint */
#storyInfo #static-share .tools {
	float:left;
}
.tools-icon {
	float:left;
	width:3em;
	height:3em;
	border:1px solid #222;
	border-radius:1.5em;
	display:inline;
	margin:0 0 0 .5em;
	opacity:.2;
}
.tools-icon:hover {
	opacity:1;
}

#articleBody {
	width:100%;
}
#articleBody p,
#articleBody ul,
#articleBody ol {
	font-family:'Roboto', Arial, serif;
	font-size:1.7em;
	line-height:1.5;
	color:#222;
}
#storyContent .mainImage,
#articleBody .extraImage {
	position:relative;
	margin:0 0 3em 0;
}
#storyContent .mainImage img {
	width:100%;
}
#storyContent .mainImage .caption {
	margin:0;
	padding:1em 0;
	color:#777;
	font-size:1.1em;
	border-bottom:1px solid #EEEEEE;
}
#storyContent .mainImage .caption {
	margin:0;
	padding:1em 0;
	color:#777;
	font-size:1.1em;
	border-bottom:1px solid #EEEEEE;
}
#storyContent .mainImage .caption .credit {
	font-style:italic;
	color:#777;
}
#storyContent span.caption {
	display:block;
	padding:.25em 0 .5em 0;
	color:#777;
	font-size:.8em;
	border-bottom:1px solid #EEEEEE;
}
#articleBody .extraImage {
	max-width:45%;
	float:right;
	margin:0 0 1.5em 2em;
}
#articleBody .extraImage.left {
	float:left;
	margin:0 2em 1.5em 0;
}
#articleBody .extraImage .caption {
	color:#666;
	margin:1em 0 0 0;
}
#articleBody .wide .caption {
	max-width:100%;
}
#articleBody h1,
#articleBody h2,
#articleBody h3,
#articleBody h4 {
 	font-weight:bold;
	margin:0 0 1em 0;
}
#articleBody .caption .caption-text {
	margin:0;
}
#articleBody .caption .credit {
	color:#888;
}
#articleBody p a {
	color:#B92025;
	font-weight:bold;
}
#articleBody p a:hover {
	color:#000;
}
#articleBody ul li a {
	font-weight:bold;
}
#articleBody .highlight {
	background:#EEEEEE;
    	border-left:10px solid #000;
	font-weight:bold;
    	font-size:16px;
    	padding:5px;
}
#articleBody .pullquote {
	width:40%;
	margin:0 0 25px 0;
	padding:15px 0 0 0;
	border-top: 3px solid #DEDEDE;
	font-size:22px;
	font-family:'Roboto', Arial, serif;
	font-style:italic;
	font-weight:bold;
}
#articleBody .pullquote.left {
	margin:0 5% 25px 0;
}
#articleBody .pullquote.right {
	margin:0 0 25px 5%;
}
#articleBody .pullquote .attribution {
	display:block;
	margin:10px 0 15px 0;
	font-family:Arial, sans-serif;
	font-size:12px;
	color: #777;
	font-style: normal;
	font-weight: normal;
}

/* Article Video Fix */

.article-video{
	overflow:hidden;
	display:block;
	position:relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0 !important;
	float: none;
	z-index: 1;
	margin:0 0 1em 0;
}

.article-video * {
	z-index: 1;
}

#articleBody > .article-video{
	margin:0 0 2.5em 0;
}

.article-video .BrightcoveExperience {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.embed-video.left,
.embed-video.right {
	width:50%;
}
.embed-video.right {
	margin:.4em 0 1em 6%;
}
.embed-video.left {
	margin:.4em 5% 1em 0;
}

/* Custom Carousel */

#articleBody .carousel {
	width: 100%;
	display: block;
	margin-top: 2em;
}
#articleBody .carousel .carouselItem {
	visibility:visible;
	position: relative;
	float: left;
	width: 98%;
	padding: 0 !important;
	margin: 0 1% 0 0 !important;
	text-align: left;
	min-height: 100px;

}
#articleBody .carousel .intro {
	margin: 0 0 2em 0;
}
#articleBody .carousel .intro img {
	width: auto;
	margin: -1em 0 1em 1em;
}
#articleBody .carousel .carouselItem p {
	margin: .25em 1em!important;
	padding: 1em 2em;
	background: #fff;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.15);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.15);
}
#articleBody .carousel img.fullwidth {
	width:100%;
}
#articleBody .carousel .lftArwDiv,
#articleBody .carousel .rtArwDiv {
	background-color: #fff;
	padding: 2em 10px;
	width: 20px;
	position: absolute;
	z-index: 500;
	background-color:	#fff;
	filter: alpha(opacity=90);
	background-position: center;
	background-repeat: no-repeat;
	/*height: 100%;*/
	cursor: pointer;
}
#articleBody .carousel .lftArwDiv {
	background-image: url(/images/footer/ltArrow.png);
	left: 0px;
}
#articleBody .carousel .rtArwDiv {
	background-image: url(/images/footer/rtArrow.png);
	right: 0px;
}

/* Related Content */

#articleExtra {
	border-radius:2em 0 0 0;
	margin:0 0 3em 0;
}
#relatedContent {
	display:none;
	position:fixed;
	right:0;
	bottom:18em;
	z-index:99;
	max-width:425px;
	padding:1.5em;
	background:#B92025;
	box-shadow:0 0 4px 1px rgba(1, 1, 1, 0.3);
}
#relatedContent.useroff {
	display:none;
}

#subscribePopup .close,
#relatedContent .close,
.static-element .close {
	position:absolute;
	top:-1em;
	right:0;
	width:1.3em;
	height:1.3em;
	border:3px solid #FFF;
	border-radius:1em;
	background:#000;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
}
#subscribePopup .close {
	top:-.75em;
	right:-.75em;
}
#subscribePopup .close:hover,
#relatedContent .close:hover,
.static-element .close:hover {
	cursor:pointer;
	background:#444;
}
#subscribePopup .close a.button,
#relatedContent .close a.button,
.static-element .close a.button {
	color:#FFF;
	font-weight:bold;
}
#subscribePopup .close a.button:hover,
#relatedContent .close a.button:hover,
.static-element .close a.button:hover {
	text-decoration:none;
}
#relatedContent .header {
	margin: 0 0 .5em 0;
	text-transform:uppercase;
	color:#FFF;
	font-family:'Roboto', Arial, sans-serif;
}
#relatedContent .title {
	margin:0;
	line-height:1.1em;
}
#relatedContent .title a {
	color:#FFF;
}
#relatedContent .imageWrapper {
	float:right;
	max-width:100px;
	margin:0 0 0 1em;
	overflow:hidden;
}
#relatedContent .imageWrapper img {
	width:100%;
}
#relatedContent .imageWrapper img:hover {
	opacity:.9;
}
#relatedContent p {
	color:#FFF;
	margin:.5em 0 0 0;
}

/* Quote Balloon */

.quote-balloon-text {
	display: block;
	width: 65%;
	padding: 15px 4%;
	border: 1px solid #c6c6c6;
	border-radius: 10px;
	float: left;
	margin: 0 0 1em 0!important;
}
.quote-image-col {
	margin-top: 15px;
	width: 23%;
	float: right;
	margin-bottom: 20px;
}
.quote-image-col img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.quote-image-col p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
}
.quote-balloon.even .quote-balloon-text {
	float: right;
}
.quote-balloon.even .quote-image-col {
	float: left;
}

/* Q&A */

.qa-intro{
	display: block;
	padding-top: .5em;
}

.qa-intro img{
	border-bottom: 3px solid #E1E1E1;
	margin-bottom: .5em;
}

.qa-intro p{
	margin-left: 0;
	color: #545454;
}

.qanda{
	clear: both;
	margin-bottom: 2em;
	display: block;
}

.qanda .qa-speaker{
	margin: 0 1.5em .5em 0;
	width: 20%;
	max-width: 100px;
	clear: both;
}
.qanda .qa-speaker img{
	display: block;
	width: 100%;
	height: auto;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	border: 1px solid #E1E1E1;
}

.qanda .q{
	margin-bottom: .3em;
	font-weight: bold;
}

.qanda p{
	margin-bottom: .5em !important;
}

.qanda .attribution{
	font-size: .75em;
	line-height: 1em;
	color: #B92025;
	font-weight: bold;
	font-family: arial,san-serif;
	margin-top: .5em;
}

@media screen and (max-width: 580px) {
	.qanda .qa-speaker img{
		margin-bottom: 0;
	}
}

/* Sponsored Whitepaper OAS Ads */

#articleRelated {
	position:relative;
	clear:both;
	padding:0 0 2.5em 0;
}
#articleRelated h3 {
	margin:0 0 1em 0;
	padding:0 0 .5em 0;
	border-bottom:1px solid #E1E1E1;
	font-family:'Roboto', Arial, sans-serif;
	font-weight: bold;
	font-size:2.1em;
	text-transform:uppercase;
	color:#0C7DBD!important;
}
#articleRelated h4 {
	font-weight:bold;
	margin:0 0 .5em 0;
	margin-left: 125px;
}
#articleRelated p {
	font-size:1.2em;
	color:#444;
	margin:0;
	margin-left: 125px;
}
#articleRelated .related {
	clear:both;
	margin:0;
	padding:0;
}
#articleRelated .relatedItem .imageBox {
	float:left;
	width:100px;
	max-height:100px;
	overflow:hidden;
	margin: 0 1em 1.5em 0;
	border:1px solid #EEEEEE;
}
#articleRelated .relatedItem .imageBox img {
	width:100%;
}
#articleRelated .relatedItem .imageBox.showoverflow {
	max-height:150px !important;
}

/* Latest News / Social / Newsletter */

#articleBottom {
	margin:.5em 0 0 0;
}
#articleBottom .lowerBox .header {
	color:#000;
}

/* Comments */

.question,
.question a {
	color:#B92025;
	font-weight:bold;
	margin:0;
}
.question a:hover {
	color:#000;
}
#commentCount {
	float:left;
	position:relative;
	display:inline-block;
	min-width:4.75em;
	background:#B92025;
	margin:0 3.5em 1.5em 0;
	padding:.5em 1em;
	border-radius:.5em;
	text-align:center;
	color:#FFF;
}
#commentCount:before {
	content: "";
	position: absolute;
	bottom: -1.3em;
	right: 1.5em;
	border: 0;
	border-right-width: 2.5em;
	border-bottom-width: 2em;
	border-style: solid;
	border-color: transparent #B92025;
	display: block;
	width: 0;
}
#commentCount:hover {
	background:#000;
	cursor:pointer;
}
#commentCount:hover:before {
	border-color:transparent #000;
}
#commentCount .count {
	display:inline-block;
	font-size:2.25em;
	line-height:1.2em;
	font-weight:bold;
	color:#FFF;
}
#commentCount .count:hover {
	text-decoration:none;
}
#commentCount .ctext {
	font-size:.8em;
	text-transform:uppercase;
}
#articleComments {
	position:relative;
	margin:1em 0 0 0;
	padding:1.75em 0;
	border-top:.2em solid #EEE;
}
#loadComments {
	font-weight:bold;
	display:inline-block;
	margin:.5em 0 0 0;
}
#loadComments:hover{
	cursor:pointer;
}

/* Topics Ajax Box */

#topics-container {
	min-height:47.5em;
}
#topics-container .header {
	margin:0 0 1em 0;
	padding:0 0 .5em 0;
	border-bottom:1px solid #E1E1E1;
	font-family:'Roboto', Arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	color:#000;
}
#topics-container .navigation {
	float:left;
	width:28%;
	margin:0 2% 0 0;
}
#topics-container .navigation li {
	margin:0 0 .75em 0;
	clear:both;
}
#topics-container .navigation li a {
	display:block;
	padding:.75em 1em;
	border:1px solid #E5E5E5;
	border-radius:.25em;
	font-family:'Roboto', Arial, sans-serif;
	font-size:1.3em;
	color:#000;
}
#topics-container .navigation li.topic a:hover,
#topics-container .navigation li.topic.active a {
	cursor:pointer;
	background:#B92025;
	border:1px solid #B92025;
	color:#FFF;
	text-decoration:none;
}
#topics-container .navigation li.topic a span,
#topics-container .navigation li.topic.active a:hover span {
	color:#FFF;
	float:right;
}
#topics-container .navigation li.topic a:hover span {
	color:#B92025;
}
#topics-container .ajax-content .ajax-loader {
	margin:30% auto;
}
#topics-container .ajax-content {
	float:left;
	width:70%;
	margin:0;
}
#topics-container .ajax-content .ajaxContent {
	padding:0 0 2em 0;
}
#topics-container .ajax-content li {
	float:left;
	height:17.5em;
	padding:0 0 2em 0;
	overflow:hidden;
}

#topics-container .ajax-content li .type,
#topics-container .ajax-content li.item-5 {
	display: none;
}

#topics-container .ajax-content .col-2 li {
	width:47%;
}
#topics-container .ajax-content li .title {
	margin:0;
	font-weight:bold;
}
#topics-container .ajax-content li .date {
	display:none;
}
#topics-container .ajax-content li .imageWrapper {
	display:block;
	max-height:11em;
	margin:0 0 1em 0;
	overflow:hidden;
}
#topics-container .ajax-content li .imageWrapper img {
	width:100%;
}
#topics-container .ajax-content li .imageWrapper img:hover {
	opacity:.9;
}
#topics-container .ajax-content .content .pagination {
	font-size:1.4em;
}

/* Horizontal Tabs */

.top-tabs {
	width:100%;
	padding:1.2em 0;
	margin:0 0 1.2em 0;
	border-bottom: 1px solid #DBDBDB;
}
.top-tabs li {
	display:inline;
	margin:0 .9em 0 0;
	padding:0 .9em 0 0;
	border-right:1px solid #DBDBDB;
	font-size:1.2em;
}
.top-tabs li.last {
	border:0;
	padding:0;
	margin:0
}
.top-tabs li a {
	color:#999;
	font-weight:bold;
}
.top-tabs li a:hover {
	cursor:pointer;
	color:#B92025;
}
.top-tabs li.active a {
	color:#B92025;
	font-weight:bold;
}
.top-tabs li.active a:after {
	content:" \25BC";
}

/* Tech Connect */

#ajax-technews .content {
	position:relative;
	padding:0 0 3em 0;
}
#ajax-technews .content .pagination {
	font-size:1.75em;
}

/* Article Access Control */


#article-login-prompt-bottom {
	position: relative;
	display: block;
	padding: 0 2em 3em 10em;
}

#articleBody.no-margin #article-login-prompt-bottom{
	margin:0 0 3em 0;
}

#article-login-prompt-bottom .screen{
	display: block;
	position: absolute;
	top: -300px;
	left: 0;
	width: 100%;
	height: 300px;
	pointer-events: none;

	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#article-login-prompt-bottom p{
	margin: 0 0 2em 0;
}

#article-login-prompt-bottom h3{
	margin: 0 0 1em 0 !important;
}

#article-login-prompt-bottom ul {
    list-style: none;
    padding:0;
    margin:0 0 1em 0;
}

#article-login-prompt-bottom li {
    padding-left: 1.5em;
    font-size: .9em;
    position: relative;
    margin-bottom: .5em;
    max-width: 540px;
}

#article-login-prompt-bottom li:before {
    content: '\25A0';
    color: #b92025;
    position: absolute;
  	left:  0;
}

#article-login-prompt-bottom .register-btn{
	margin: 0 1em 1.25em 1em;
	display: block;
	padding: .66em 1em;
	font-size:1em;
	line-height: 1em;
	font-weight: bold;
	color:#FFF !important;
	border:0;
	border-radius: .33em;
	background-color:#B92025;
	cursor:pointer;
	font-family: 'Roboto', arial, helvetica, san-serif;
	text-decoration: none !important;
	text-align: center;
	vertical-align: text-top;
	text-transform: uppercase;
}

#article-login-prompt-bottom .register-btn:hover{
	background-color:#000;
}

#article-login-prompt-bottom form{
	border: none;
	padding: 2em 2em 0 2em;
	margin: 0;
}

#article-login-prompt-bottom .text-field{
	border: 1px solid #dedede;
	background: #eee !important;
	font-size: 1.4em;
	color: #666;
	padding: .5em 2%;
	width: 96%;
	margin: 0 0 1em 0;
}
#article-login-prompt-bottom .remember{
	margin: .5em 0 1em 0;
}

#article-login-prompt-bottom .error{
	font-size: 1em;
}

#article-login-prompt-bottom .submit-btn{
	padding: .5em 3em;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}

#article-login-prompt-bottom #remPass{
	margin: 0 .5em 0 0;
}

@media screen and  (max-width: 1024px) {
	#article-login-prompt-bottom {
		padding: 0;
		margin: 0 0 3em 0;
	}
}

#articleLogin{
	padding: 2em;
	background: url(/images/frontpage/light-grey-lines.png);
	margin-left: -2em;
}

#articleLogin .loginWrapper{
	background: #fff;
	border: 1px solid #ddd;
	padding: 4em 2em;
	width: 100%;
}

#articleLogin p{
	margin: 0 0 1em 0 !important;
}

#articleLogin .head{
	margin: 0 2em 2em 0;
	display: block;
}
#articleLogin .head h3{
	font-size: 3em !important;
	line-height: 1.1;
	margin: 0 0 .5em 0 !important;
}

#articleLogin .head p{
	margin: 0 0 1em 0;
	font-size: 1.6em;
}

#articleLogin img{
	float: left;
	width: 50% !important;
	max-width: 100%;
	margin: 0 3em 4em 1em;
}

#articleLogin p.sub{
	font-size: 1.2em;
	color: #999;
	font-weight: 300;
	text-align: center;
}

#articleLogin p.sub a{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

@media screen and (max-width: 1024px){
	#articleLogin{
		margin: 0;
	}
	#articleLogin .loginWrapper{
    	padding: 4em 5%;
    	width: 90%;
    }
	#articleLogin .head{
		font-size: .75em;
	}
}

@media screen and (max-width: 900px){
	#articleLogin .head{
		font-size: .75em;
		margin: 0 1em 2em 1em;
		text-align: center;
	}
	#articleLogin img{
		width: 100% !important;
		float: none;
		display: block;
	}
}

/* =================================================== Column Headers =================================================== */

.columnHeader {
	position:relative;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	margin:0 0 1.5em 0;
	padding:1.25em 0;
}
.columnHeader .left {
	float:left;
	width:70%;
}
.columnHeader .right {
	text-align:right;
	width:27%;
	margin:0 0 0 3%;
}
.columnHeader .right p {
	font-size:1.2em;
	margin:0 0 .6em 0;
}
.columnHeader .right a {
	color:#666;
}
.columnHeader .right a:hover {
	color:#000;
}
.columnHeader img {
	margin: 0 .25em 0 0;
}
.columnHeader img.headshot {
	float: left;
	margin:0 1em 0 0;
}
.columnHeader img.sponsor {
	margin: .5em 1em .5em .5em;
	float: right;
}
.columnHeader .powered-by {
	color: #666666;
	font-style: italic;
	margin-top: 2em;
	float: right;
}
.columnHeader .main-header {
	margin: 0 0 .3em 0;
	color:#009A92;
}
.columnHeader .tag {
	position: relative;
	top: -5px;
	font-weight: bold;
	font-style: normal;
	color: #B92025;
	padding: 1px 4px;
	margin-left: .75em;
	border: 1px solid #B92025;
	font-size: .45em;
	text-transform: uppercase;
}
.columnHeader .blog {
	color:#009A92;
	border-color:#009A92;
}
.columnHeader p {
	margin:0;
	font-size:1.2em;
	color:#777;
}
.columnHeader p.author a,
.columnHeader a.author {
	font-weight:bold;
	color:#666;
}
.columnTools {
	position:absolute;
	top:5px;
	right:5px;
	width:120px;
}
.columnTools li {
	float:left;
	margin-right:4px;
}
.columnTools li a {
	display:block;
	height:16px;
	width:16px;
	text-decoration:none;
}

/* =================================================== Forms =================================================== */

/* Submit Button */

button,
input[type="submit"] {
	-webkit-appearance:none;
}

input.submit-btn {
	margin:0 0 0 .25em;
	padding:.5em .75em;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	border:0;
	border-radius: .25em;
	background:#B92025;
	cursor:pointer;
	-webkit-appearance:none;
}
input.submit-btn:hover {
	background:#000;
}

/* Error Handling */

table.form td.fieldname {
	vertical-align:top;
	width:90px;
	padding:5px 0;
	}

table.form td.field {
	vertical-align:top;
	padding:5px 10px;
	}

table.form td.check {
	padding:5px 10px;
	}

	table.form td.check input {
		margin:0 2px 0 0;
		}

td.form-error {
	vertical-align:top;
	width:200px;
	}

table.form td.submit {
	font-size: 12px;
	padding: 10px 0;
	}

.form-error {
	color:#B92025;
	font-size: 11px!important;
	}

.error, .required error {
	color:#B92025;
	}



/* =================================================== Interactive Data Tables =================================================== */

/* Chart Excel Macro Table */

p.note {
	font-size:11px;
	font-weight:bold;
	}

.b6-sortable, .sortable {
	width:100%;
	font-family:Arial,Sans-serif;
	font-size:12px;
	color:#363638;
	}

.b6-sortable table, .sortable {
	width:100%;
	font-size:12px;
	}

.b6-sortable table th span.sup, .sortable th span.sup {
	vertical-align:super;
	font-size:10px;
	text-align:right;
	float:right;
	}

.b6-sortable table tr.even, .sortable tr.even {
	border-top:1px solid #EEEEEE;
	padding:10px 5px;
	}

.b6-sortable table tr.even th, .sortabletr.even th {
	padding:5px;
	border-bottom:1px solid #EEEEEE;
	font-size:12px;
	}

.b6-sortable table tr.even th a, .sortable tr.even th a {
	font-weight:bold;
	font-size:12px;
	}

.b6-sortable table tr.odd td, .sortable tr.odd td {
	background-color:#F5F5F5;
	}

.b6-sortable table th {
	padding:.75em;
	font-weight:bold;
	}

.b6-sortable table td,
.sortable td {
	border:1px solid #FFF;
	padding:.75em;
	color:#222;
	font-size:1.2em;
	}

.b6-sortable table td a,
.sortable td a {
	font-weight:bold;
	}

.b6-sortable table tfoot tr td, .sortable tfoot tr td {
	border-top:1px solid #EEEEEE;
	border-right:none;
	padding:5px;
	}

.b6-sortable table tfoot tr td p, .sortable tfoot tr td p {
	font-size:11px;
	}


/* Alpha Search Nav */

.alpha_nav {
	position:relative;
	/*width:560px;*/
	width: 100%;
	font-weight:bold;
	text-align:left;
	margin:0px;
	padding:0px;
	line-height:120%;
	clear:both;
	height:21px;
	}

	.alpha_nav ul {
		padding: 0;
		line-height: 120%;
		}

	.alpha_nav li {
		margin: 4px 2px 4px 0;
		padding: 3px 0;
		font-size: 12px;
		line-height: 120%;
		display: inline;
		list-style-type: none;
		float: left;
		}

	.alpha_nav li a {
		color: #000;
		background-color: #FFF;
		text-decoration: none;
		padding: 2px 3px;
		border: 1px solid #ccc;
		}

		.alpha_nav li a:hover {
			color: #fff;
			background-color: #900;
			border: 1px solid #900;
			}

		.alpha_nav li a.active {
			color: #fff;
			background-color: #000;
			border: 1px solid #ccc;
			}

		.alpha_nav li a.all {
			margin:0 5px 0 0;
			color: #FFF;
			background-color: #B92025;
			border: 1px solid #900;
			}

			.alpha_nav li a.all:hover {
				background-color: #000;
				border: 1px solid #555;
				}


/* Recruiting Moves */

/* Right Column Module */

.lowerBox ul.aotm {
	margin:0;
	list-style-type:none;
}
.lowerBox ul.aotm li {
	border-top:1px solid #EEEEEE;
	margin:1.5em 0 0 0;
	padding:1.5em 0 0 0;
}
.lowerBox ul.aotm li:first-child {
	border:0;
	margin:0;
	padding:0;
}
.lowerBox ul.aotm li .title {
	margin:0 0 .5em 0;
	font-weight:bold;
}
.lowerBox .aotmAmeriprise {
	margin:2em auto 0 auto;
	text-align:center;
}
.lowerBox .aotmAmeriprise #left {
	margin:0 0 .75em 0;
}
.recruit-sponsor-top {
	display: inline-block;
	width: 180px;
	height: 100px;
	margin:0 10px 10px 10px;
	float: right;
	position:relative;
}

.recruit-sponsor-bottom {
	margin:0 auto;
	padding:15px 0;
	text-align:center;
}

span#submitmove {
	display:inline;
	float:right;
	font-size:12px;
	color:#777;
	}

/* Universal Database */

p.disclaimer {
	clear:both;
	border-top:1px solid #EEEEEE;
	padding:10px 0;
	font-size:12px;
	}

p.disclaimer-top {
	clear:both;
	border-bottom:1px solid #EEEEEE;
	padding:10px 0;
	font-size:11px;
	text-align:justify;
	}

/* Footnotes */

.footnote {
	margin:1em 0;
	font-size:1em;
	font-family:Arial,sans-serif;
	color:#777;
}


/* =================================================== Misc Styles =================================================== */


/* Zoom Images */

.imageBox {
	position:relative;
}
.imageBox .zoomImage {
	display:none;
}
.zoom .imageBox .zoomImage {
	display:inline-block;
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:1em;
	padding:.5em 1em;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	background:#222;
	border:1px solid #000;
  	-webkit-opacity: 0;
  	-moz-opacity: 0;
  	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition:  all .5s ease;
  	-moz-transition: 	all .5s ease;
  	-ms-transition: 	all .5s ease;
  	-o-transition: 	all .5s ease;
  	transition: 		all .5s ease;
}
.zoom .imageBox:hover .zoomImage {
  	-webkit-opacity: 1;
  	-moz-opacity: 1;
  	opacity: 1;
	filter: alpha(opacity=100);
}

/* Lightbox Image Viewer */

#lightbox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
	background: rgba(0, 0, 0, 0.7);
	-webkit-filter: none !important;
	z-index:9999;
}
#lightbox img {
	display: block;
	position: absolute;
	border: 5px solid #fff;
	box-shadow: 0 0 20px #000;
	border-radius: 1px;
}
.lightbox-loading {
	color:#FFF;
	text-align:center;
	font-size:1.9em;
	font-weight:bold;
	text-shadow: #000 0.1em 0.1em 0.2em;
	position: absolute;
	margin:0 0 0 -2em;
	top: 48%;
	left: 50%;
}
.lightbox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	background: #000;
	background: rgba(0,0,0,0.7);
}
.lightbox-caption p {
	margin: 0 auto;
	max-width: 80%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 1.3em 1em;
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.5em;
}
.lightbox-button {
	position: absolute;
	z-index: 9999;
	background: no-repeat center center;
	width: 32px;
	height: 32px;
	opacity:0.4;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	-ms-transition:     all 0.3s;
	transition: 		all 0.3s;
}
.lightbox-button:hover,
.lightbox-button:focus {
	opacity: 1;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.lightbox-close {
	left: 10px;
	top: 48%;
	background-image: url('/images/lightbox/close.png');
}

/* Timeline */

.vco-storyjs a {
	color:#B92025!important;
}
.vco-storyjs .vco-feature h1,
.vco-storyjs .vco-feature h2,
.vco-storyjs .vco-feature h3,
.vco-storyjs .vco-feature h4,
.vco-storyjs .vco-feature h5,
.vco-storyjs .vco-feature h6 {
	font-family:'Roboto', Arial, sans-serif!important;
}

/* Peelback */

#peelback .peelback-close {
	position:absolute;
	top:45px;
	right:0;
	z-index:9999;
	width:1.3em;
	height:1.3em;
	border:3px solid #FFF;
	border-radius:1em;
	background:#000;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}
#peelback .peelback-close.scroll {
	z-index:9993;
}
#peelback .peelback-close:hover {
	cursor:pointer;
	background:#444;
	text-decoration:none;
}



/* =================================================== Social Share =================================================== */

/* Sharrre Plugin (Horizontal Default) */

#sharrre-show {
	float:left;
	margin:0 .25em 0 0;
	min-height:1em;
	font-size:1em;
}
#sharrre-show .buttons {
	display:block;
	position: relative;
	width:100%;
	margin:1em 0;
	padding:1em 0;
	background-color:#F1F1F1;
	border: none;
	box-shadow:0;
	border-radius:.5em;
	z-index:999;
}
#sharrre-show .buttons #closeButtons {
	display:none;
}
#sharrre-show  .buttons .button {
	display:block;
	width:100%;
	text-align:center;
	margin:0 0 1em 0;
}
#sharrre-show a:hover {
	cursor:text;
	text-decoration:none;
}
#sharrre-show .box a {
	display:block;
	margin:0;
	text-align:center;
}
#sharrre-show .box a.count {
	font-weight:bold;
	font-size:2em;
	line-height:1;
}
#static-share {
	float:right;
	min-height:1em;
	margin:0 0 0 2%;
}
.share-icon {
	float:left;
	width:3em;
	height:3em;
	display:inline;
	border-radius:1.5em;
	background-color:#CCC;
	margin:0 0 .5em .5em;
}
.share-icon:first-child {
	margin:0 auto;
}
.share-icon .addthis_button_email {
	width: 100% !important;
	height:100%;
}

.sticky .share-icon {
	background-color:#CECECE;
}
.share-icon:hover {
	cursor:pointer;
	background-color:#000;
}

/* Vertical */



/* Social Share in Header */

.share-header {
	position:relative;
}
.share-header .title {
	width:68%;
	margin:0 2% 0 0;
	float:left;
}
.share-header .reactions {
	position:absolute;
	bottom:0;
	right:0;
	width:36%;
	float:left;
}

/* Social Icons */

.twitter-share-icon {
	background:url("/images/icons/social.png?v=1") no-repeat 8px 10px #00aced;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.twitter-share-icon {
		background:url("/images/icons/social-retina.png?v=1") no-repeat 8px 10px #00aced;
		background-size: 20px 300px;
	}
}
.twitter-share-icon-dark {
	background:url("/images/icons/social-dark.png?v=1") no-repeat 8px 10px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.twitter-share-icon-dark {
		background:url("/images/icons/social-dark-retina.png?v=1") no-repeat 8px 10px transparent;
		background-size: 20px 300px;
	}
}

.linkedin-share-icon {
	background:url("/images/icons/social.png") no-repeat 8px -28px #007bb6;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.linkedin-share-icon {
		background:url("/images/icons/social-retina.png") no-repeat 8px -28px #007bb6;
		background-size: 20px 300px;
	}
}
.linkedin-share-icon-dark {
	background:url("/images/icons/social-dark.png") no-repeat 8px -28px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.linkedin-share-icon-dark {
		background:url("/images/icons/social-dark-retina.png") no-repeat 8px -28px transparent;
		background-size: 20px 300px;
	}
}

.facebook-share-icon {
	background:url("/images/icons/social.png") no-repeat 8px -67px #3b5998;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.facebook-share-icon {
		background:url("/images/icons/social-retina.png") no-repeat 8px -67px #3b5998;
		background-size: 20px 300px;
	}
}
.facebook-share-icon-dark {
	background:url("/images/icons/social-dark.png") no-repeat 8px -67px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.facebook-share-icon-dark {
		background:url("/images/icons/social-dark-retina.png") no-repeat 8px -67px transparent;
		background-size: 20px 300px;
	}
}

.comments-share-icon {
	background:url("/images/icons/social.png") no-repeat 7px -107px #777777;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.comments-share-icon {
		background:url("/images/icons/social-retina.png") no-repeat 7px -107px #777777;
		background-size: 20px 300px;
	}
}

.email-share-icon {
	background:url("/images/icons/social.png") no-repeat 8px -181px #666666;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.email-share-icon {
		background:url("/images/icons/social-retina.png") no-repeat 8px -181px #666666;
		background-size: 20px 300px;
	}
}

.email-share-icon-dark {
	background:url("/images/icons/social-dark.png") no-repeat 8px -181px #666666;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.email-share-icon-dark {
		background:url("/images/icons/social-dark-retina.png") no-repeat 8px -181px #666666;
		background-size: 20px 300px;
	}
}

.print-icon {
	background:url("/images/icons/social.png") no-repeat 8px -219px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.print-icon {
		background:url("/images/icons/social-retina.png") no-repeat 8px -219px transparent;
		background-size: 20px 300px;
	}
}

.reprints-icon {
	background:url("/images/icons/social.png") no-repeat 8px -259px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.reprints-icon {
		background:url("/images/icons/social-retina.png") no-repeat 8px -259px transparent;
		background-size: 20px 300px;
	}
}

/* Small Social Icons */

.twitter-follow-icon {
		background:url("/images/article/social-reporter.png") no-repeat 0 1px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.twitter-follow-icon {
		background:url("/images/article/social-reporter-retina.png") no-repeat 0 1px transparent;
		background-size: 15px 113px;
	}
}

.google-follow-icon {
	background:url("/images/article/social-reporter.png") no-repeat -1px -19px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.google-follow-icon {
		background:url("/images/article/social-reporter-retina.png") no-repeat -1px -19px transparent;
		background-size: 15px 113px;
	}
}

/* Article Tools */

.shareLinks {
	display:block;
}
.shareLinks .shareBtn a {
	color:#000;
	font-weight:bold;
	margin:.4em 0;
}
.shareLinks a #download,
.shareLinks a #help {
    	display:inline;
    	float:right;
    	height:15px;
    	margin:0 5px 0 0;
    	padding:5px 5px 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	background: -moz-linear-gradient(top,  #FFFFFF,  #DDDDDD);
	border-color:#CCCCCC #AAAAAA #AAAAAA #CCCCCC;
   	border-style:solid;
    	border-width:1px;
    	font-size:12px;
	font-weight:bold;
    	line-height:11px;
	color:#444;
	}
.shareLinks a #download .image {
	display:inline-block;
	width:14px;
	height:12px;
	background:url("/images/icons/data_icons.png") repeat-x -65px -471px transparent;
}
.shareLinks a #reprint:hover,
.shareLinks a #download:hover,
.shareLinks a #help:hover {
	background:#EEE;
	color:#000;
	}
.shareLinks-absolute {
	float: right;
    	position:absolute;
    	right:0;
    	top:0;
    	width:225px;
	padding:0;
	border:0;
    	text-align:right;
}
.shareLinks-sponsor-box {
	float:right;
	height:135px;
	width:210px;
	margin:0 0 0 10px;
}


/* RSS Feeds */

table.rss_feeds td.row_header {
	background: none;
	padding: 2.5em 0 0 0;
}

table.rss_feeds td.row_header.first {
	padding: 1em 0 0 0;
}

table.rss_feeds td {
	padding: 0;
}

table.rss_feeds td a {
	color: #333333;
	text-decoration: none;
}

table.rss_feeds td a div {
	background: url('/images/rss_badge.png') no-repeat 5px 7px;
	padding: 5px 0 5px 30px;
	background-color: #ffffff;
}

table.rss_feeds td a div.row_b {
	background-color: #EFEFEF;
}

table.rss_feeds td a:hover div {
	background-color: #E6EAF5;
}

/* =================================================== List articles by taxonomy =============================== */

.stats_vars {
	max-width: 900px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.stats_vars table {
	width: 100%;
}

.stats_vars table td {
	width: 32%;
	padding: 0.25em;
	font-size: 1.2em;
}

.TaxoListItem {
	padding: 0;
}

.TaxoListItem h4 {
	margin: 0;
}

/* =================================================== Staff =================================================== */

table.staff_listing {
	font-size:14px;
}

table.staff_listing td.staff_title {
	padding: 0;
	color: #888888;
}
table.staff_listing td {
	vertical-align:top;
	padding:10px 15px 10px 0;
}
table.staff_listing td.row_header {
  	background-color: #FFFFFF !important;
    	border-top: 3px solid #000000 !important;
    	border-bottom: 1px solid #DBDBDB !important;
   	padding: 15px 0 !important;
}

table.staff_listing td .row_header_title,
table.staff_listing td .row_header_articlecount,
table.staff_listing td .row_header_articlelist {
    	color: #000000;
			font-family:'Roboto', Arial, sans-serif;
			font-weight:bold;
    	font-size: 18px;
    	letter-spacing: 1px;
    	text-transform: uppercase;
}

table.staff_listing td.name {
	width:200px;
}
table.staff_listing td.name a {
	color:#000;
}
table.staff_listing td.name p.jobtitle {
	color:#444;
	font-size:12px;
	margin: 0;
}
table.staff_listing td.phone {
	padding:10px 0;
}
table.staff_listing td a {
	text-decoration: none;
}
	table.staff_listing td a:hover {
		text-decoration: underline;
	}
table.staff_listing td a.staff_name {
	font-weight: bold;
}

table.staff_listing td.articlecount {
	width: 200px;
	font-size: 16px;
	font-weight: bold;
}

table.staff_listing td.articlelist {
	width: auto;
}

table.staff_listing td.articlelist ul {
	list-style: disc;
	padding-left: 15px;
}

table.staff_listing tr{
	border-spacing: 5px;
}

/* Staff Profile */

.staff-profile .title-header {
	width:100%;
	position: relative;
	border-bottom:4px solid #000;
	margin-bottom:1em;
	padding-bottom:1em;
	text-align:center;
}
.staff-profile .title-header .name {
	margin:0 0 10px 0;
	font-size:5em;
	font-weight:bold;
}
.staff-profile .title-header .job {
	color:#777;
}
.staff-profile .bio {
	margin:0 0 1.25em 0;
	padding:1em 0;
	font-family:'Roboto', Arial, serif;
	font-size:1.7em;
	line-height:1.5;
	border-bottom:4px solid #000;
}
.staff-profile .bio .headshot {
	float:left;
	width:250px;
	height:250px;
	margin:0 1.5em 1em 0;
	border-radius:250px;
	-webkit-border-radius:250px;
	-moz-border-radius:250px;
	border:.5em solid #F7F7F7;
	overflow:hidden;
	text-align:center;
}
.staff-profile .bio .headshot img {
	margin:0 0 0 1em;
}
.staff-profile .bio .contact {
	padding:1em 0 0 0;
	font-family:"Roboto", sans-serif;
	font-size:.8em;
	line-height:1;
	font-weight:bold;
}
.staff-profile .bio .contact .social {
	display:block;
}
.staff-profile .bio .contact .social a {
	display:inline-block;
	width:15px;
	height:15px;
	margin:0 5px 0 0;
}
.staff-profile .recent {
	margin:0 0 2em 0;
}
.staff-profile .recent .main-header {
	text-align:center;
	padding:0 0 .75em 0;
	border-bottom:1px solid #EEE;
}

/* Table of Contents */

#issuedate {
	color:#888888;
	text-align:left;
	font-family:Arial, sans-serif;
	font-size:16px;
	}

#pastissues {
	font-size:14px;
	font-family:Arial,Sans-serif;
	margin:15px 0px;
	padding:10px;
	border:1px solid #CCC;
	background:#F5F5F5;
	}

#pastissues ul li {
	margin:5px 10px 5px 0;
	padding:0 10px 0 0;
	border-right:1px solid #BBB;
	float:left;
	color:#777;
	}

	#pastissues ul li a {
		color:#000;
		}

	#pastissues ul li.active a {
		font-weight:bold;
		}

ul li.tools a {
	color:#000;
	}

ul li.tools a:hover {
	color:#777;
	}

/* Easy Slider */

#slider {
	margin:0 auto;
	}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}

	#slider li {
		width:480px;
		height:110px;
		overflow:hidden;
		}

	#prevBtn, #nextBtn,
	#slider1next, #slider1prev {
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		top:30px;
		z-index:99;
		}

	#prevBtn, #slider1prev {
		left:0;
		}

	#nextBtn, #slider1next {
		right:0;
		}

	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a {
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url('/images/easyslider/btn_prev.gif') no-repeat 0 0;
		}

	#nextBtn a, #slider1next a{
		background:url('/images/easyslider/btn_next.gif') no-repeat 0 0;
		}

	/* numeric controls */

	ol#controls {
		margin:1em 0;
		padding:0;
		height:28px;
		}

	ol#controls li {
		margin:0 10px 0 0;
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}

	ol#controls li a {
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}

	ol#controls li.current a {
		background:#5DC9E1;
		color:#fff;
		}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
		outline:none;
		}

/* =================================================== Video =================================================== */

/* Video Navigation */

.videoNav {
	margin:10px 0;
	border:1px solid #CCC;
	background:#DDD;
}
	.videoNav ul li {
		position:relative;
		height:40px;
		border-bottom:1px solid #BBB;
	}
		.videoNav ul li:last-child {
			border:none;
		}
	.videoNav ul li a {
		display:block;
		height:20px;
		padding:10px 25px;
		font-size:14px;
		font-weight:bold;
		color:#555;
	}
		.videoNav ul li a:hover {
			color:#B92025;
			background:#FFF;
		}
	.videoNav ul li span {
		position:absolute;
		top:11px;
		left:10px;
		color:#777;
		font-weight:bold;
	}
	.videoNav ul li.active a {
		background:#FFF;
		font-weight:bold;
		color:#000;
	}
	.videoNav ul li.active span {
		color:#B92025;
	}

/* Video Thumbnail Items */

.videoThumb {
	clear:both;
	margin:0 0 2.5em 0;
}
.videoThumb a {
	color:#000;
	display:block;
	text-decoration:none;
}
.videoThumb a:hover {
	text-decoration:underline;
}
.videoThumb .thumbnail {
	position:relative;
	max-height:16em;
	overflow:hidden;
	margin:0 0 .75em 0;
}
.videoThumb .thumbnail img {
	width:100%;
}
.videoThumb .thumbnail img:hover {
	opacity:.9;
}
.videoThumb .thumbnail .overlay,
.videoListItem .thumbnail .overlay,
.itemDiv .overlay {
   	position:absolute;
   	left: 42%;
   	top: 30%;
}
.videoThumb a.thumbnail .runtime {
	position:absolute;
	bottom:0;
	right:0;
	padding:2px;
	color:#FFF;
	background:#000;
	font-size:11px;
}
.videoThumb .current {
	background:#E1E1E1;
	border:1px solid #CCC;
}
.videoThumb .videoDate {
	font-size:1em;
	margin:.5em 0 0 0;
	color:#B92025;
}

#mainNav .videoThumb .thumbnail{
	margin: 0 0 1em 0;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
}

#mainNav .videoThumb .thumbnail img {
	/*max-width: 310px;
	width: auto;*/
	width: 100%;
}

/* Video Listing Items */

.videoListItem {
  	border-top:1px solid #ECECEC;
    	margin:0 0 20px;
    	padding:20px 0 0;
}

.videoListItem a.thumbnail {
	position:relative;
	float:left;
	width:150px;
	margin:0 1.5em 0 0;
}

/* Video Spotlight Ad */

#oas_Top2 {
	padding:0 0 1em 0;
	text-align:center;
}
#vidPlayer {
	position:relative;
	width:616px;
	height:458px;
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	border-top:3px solid #DEDEDE;
}



/* =================================================== Lead-gen Form =================================================== */

.lgf_ContainerDiv {
	text-align:left;
	margin:auto;
	padding:10px 0;
	font-size:14px;
}

.lgf_Input_ContainerDiv {
    margin-top:10px;
}

.lgf_FieldLabel {
   	font-weight:bold;
	margin:0 0 10px 0;
}

.lgf_ErrorStar {
	color:red;
	font-weight:bold;
	padding: 5px;
}

.lgf_ErrorLabel {
	visibility:hidden;
	color:red;
	padding: 5px;
}

.lgf_Input {
	width:50%;
	margin: 5px 10px 5px 0;
	padding:2px;
}

.lgf_Input2 {
    margin: 5px 10px 5px 0;
	padding:2px;
}

.lgf_leadGenSubmit_div {
    margin-top:15px;
}

.lgf_SubmitBtn {
    margin-right:10px;
   	margin-bottom: 10px;
    padding: 5px;
	font-size:16px;
	text-transform: capitalize;
}

.lgf_CompletedHtml_div {
    visibility:hidden;
    display: none;
	padding:10px 0;
	font-weight:bold;
}


/* =================================================== Photo Gallery =================================================== */

.gallery-nav {
   	border-top: .1em solid #EEEEEE;
   	border-bottom: .1em solid #EEEEEE;
    	margin: 1.5em 0;
    	padding: 1em 0;
}
.gallery-nav .pagination {
	float:left;
    	width:55%;
	margin:0 5% 0 0;
}
.gallery-nav .pagination a {
	display: inline;
	float:left;
	margin:0 .5em .5em 0;
	padding:0 .5em 0 0;
	font-size:1.5em;
	color:#777;
	border-right:1px solid #EEEEEE;
}
.gallery-nav .pagination a:hover {
	text-decoration:underline;
}
.gallery-nav .pagination a.gallery-current {
	font-weight: bold;
	color:#B92025;
}
.gallery-nav .pagination a:last-child {
	border:none;
}
.gallery-nav .prevnext {
	float:left;
    	width: 40%;
	text-align:right;
}
.gallery-nav .prevnext .previous-url,
.gallery-nav .prevnext .next-url {
	float:right;
	padding:.6em 1em;
	border-radius:.25em;
	font-size:1.4em;
	font-weight:bold;
	background:#B92025;
	color:#FFF;
}
.gallery-nav .prevnext .previous-url {
	background:#444;
	margin:0 .6em 0 0;
}
.gallery-nav .prevnext .previous-url:hover,
.gallery-nav .prevnext .next-url:hover {
	background:#000;
	color:#FFF;
}
#gallery-main .imageBox {
	float:left;
	width:47%;
	margin:0 3% 2em 0;
}
#gallery-main .imageBox img {
	width:100%;
}
#gallery-main .caption {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.5;
	color: #222;
}
#gallery-main .caption a {
	font-weight:bold;
}
.gallery .title h1 {
	font-size:4.6em;
	font-family:'Roboto', Arial, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	line-height: 1.1em;
	margin:0 0 .2em 0;
}
.gallery .title .author {
	margin:0;
	font-size:1.2em;
}
.gallery #relatedContent {
	padding:1.5em 0;
}



/* =================================================== Special Report =================================================== */

.sr-header {
	margin:0 0 2em 0;
}
.sr-header .main-header {
	margin:0 0 .25em 0;
}
.sr-header .title {
	font-size:4.6em;
	font-family:'Roboto', Arial, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	line-height: 1.1em;
}
.specialReportNav {
	padding:0 2em 0 0;
	border-right:1px solid #EEE;
}
.specialReport #info {
	padding:2em 0;
  	border-top:.2em solid #000;
}
.specialReport .mainImage img {
	width:100%;
}
.specialReport .getStarted {
	display:block;
	margin:2em 0;
	padding:2em 0;
  	border-top:.2em solid #EEEEEE;
	text-align:right;
}
.specialReport .getStarted .intro {
	margin:0 0 .5em 0;
	font-weight:bold;
	color:#777;
}
.specialReport .specialReportNav .inside {
  	background-color:#B92025;
	margin:0;
	padding:.5em 1em;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
}
.specialReport .specialReportNav .sectionHeader .title {
	font-family:"Univers Condensed Bold", Impact, sans-serif;
	text-transform:uppercase;
	color:#B92025;
	margin:1em 0 .5em 0;
}
.specialReport .specialReportNav .specialReportItem {
	display:block;
	padding:1.25em 0;
	border-top:1px solid #EEEEEE;
}
.specialReport .specialReportNav .specialReportItem .title {
	font-weight:bold;
}
.specialReport .specialReportNav .specialReportItem .storyImage {
	float:left;
	width:6em;
	margin:0 1.5em 0 0;
}
.specialReport.sponsored .main-header {
	color: #0C7DBD;
}
.specialReport.sponsored #info {
	border-top:5px solid #0C7DBD;
}
.specialReport.sponsored .specialReportNav .inside {
	background-color: #0C7DBD;
}

/* Static Nav for Article Pages */

.static-nav {
	position:fixed;
	bottom:0;
	right:10%;
	max-height:80%;
	width:28em;
	z-index:9999;
	margin:0;
	background:#FFF;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
}
.static-nav .peek .title {
	padding:.75em 1.2em;
 	border-left: 1px solid #BBB;
 	border-right: 1px solid #BBB;
 	border-bottom: 1px solid #DBDBDB;
}
.static-nav .peek .title h3 {
	margin: 0;
	font-family:'Roboto', Arial, sans-serif;
	font-weight:bold;
	line-height:1.1;
}
.static-nav .peek .header {
	position:relative;
	background: #B92025;
	padding:.5em 1.2em;
	font-size:1.1em;
	color:#FFF;
	font-weight:bold;
}
.static-nav .peek .header a#toggleBtn,
.static-nav .peek .header a#closeBtn {
	float:right;
	color:#FFF;
	font-weight:normal;
	text-transform:lowercase;
	margin:0 1.5em 0 0;
}
.static-nav .peek .header a#toggleBtn:hover,
.static-nav .peek .header a#closeBtn:hover {
	cursor:pointer;
}
.static-nav .peek .header a#closeBtn {
	float:right;
}
.static-nav .peek p.leadin {
	margin:0;
	padding:10px 16px 0 16px;
	color:#555;
	font-size:11px;
 	border-left: 1px solid #BBB;
 	border-right: 1px solid #BBB;
}
.static-nav .navmenu {
	display:none;
	margin:0;
	overflow-y:auto;
	padding:1.2em;
 	border-left: 1px solid #BBB;
 	border-right: 1px solid #BBB;
}
.static-nav .navmenu .content .specialReportItem {
	clear:both;
	display:block;
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px solid #EEEEEE;
	color:#000;
}
.static-nav .navmenu .content .specialReportItem h4 {
	font-size:1.4em;
	margin:0;
}
.static-nav .navmenu .content .specialReportItem .storyImage {
	float:left;
	width:5em;
	margin:0 1em 0 0;
}
.static-nav .navmenu .content .sectionHeader h4 {
	margin:1.4em 0;
    	font-size:1.4em;
	font-weight:bold;
	color:#B92025;
}
.static-nav .navmenu .content .sectionHeader:first-child h4 {
	margin:0 0 1.4em 0;
}

/* Feature List */

.featureList .main-header {
	margin:0 0 10px 0;
}
.featureList .sectionHeader h3 {
   	border-bottom: 1px solid #DBDBDB;
    	color: #777777;
	font-family:'Roboto', Arial, sans-serif;
	font-weight:bold;
    	font-size: 25px;
    	margin: 0 0 10px 0;
    	padding: 15px 0;
    	text-transform: uppercase;
}

/* Collapsible Section Special Report Page (Data Library)  */

.toggleSpecialReport .sectionHeader {
	padding:15px 0;
}
.toggleSpecialReport .sectionHeader h3 {
	color:#B92025;
	margin:0;
}
.toggleSpecialReport h4 {
	margin:5px 0;
}
.toggleSpecialReport .sectionItem {
	margin:10px 0 25px 0;
}

/* =================================================== NEWSLETTER FOOTER =================================================== */



#footer-spacer{
	height: 6.5em;
}
#newsletterNav{
	position: fixed;
	z-index: 5000;
	bottom: -100px;
	width: 100%;
	padding: 10px 0 0 0;
	background: #fff;
	border-top: 5px solid #000;
	-webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px -1px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px -1px 3px 0px rgba(0, 0, 0, 0.25);
}
#newsletterNav .wrapper{
	padding-right: 0;
	max-width: 1230px;
}
.nlLogo{
	display: block;
	margin-top: -35px;
	margin-right: 18px;
	float: left;

	height: 70px;
	background: #fff;
	-webkit-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px -4px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px -4px 5px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	position: relative;
}

.nlLogo img{
	display: block;
	width: 150px;
	height: auto;
	padding: 10px 20px 0 20px;
}

.nlLogo .issuedate{
	font-weight: bold;
	width: 100%;
	display: block;
	margin-top: 10px;
}

#newsletterNav .incarousel{
	display: none;
}

#newsletterNav .listingItem{
	visibility:visible;
	position: relative;
	float: left;
	width: 33%;
	padding: 0 !important;
	margin: 0 1.9% 0 0 !important;
	border-right: 1px solid #e1e1e1;
	border-bottom: none;
	text-align: left;
}

#newsletterNav .listingItem.current{
	opacity: .5;
}


#newsletterNav .listingItem .thumbnail{
	margin: .25em 1em 0 0;
	height: 50px;
	width: 50px;
	overflow: hidden;
	display: block;
	float: left;
}

#newsletterNav .listingItem .thumbnail img{
	height: 100%;
	width: auto;
	margin: 0;
}
#newsletterNav .listingItem h3{
	font-size: 1.3em !important;
	font-weight: bold;
}

#newsletterNav .listingItem h3 b{
	font-size: .8em !important;
	line-height: 1.3em;
	color: #B92025;
	display: block;
	width: 100%;
	text-transform: uppercase;
}

#newsletterNav .listingItem h3 span{
	display: inline !important;
}

#newsletterNav .listingItem .summary{
	max-height: 55px;
	margin-right: 1em;
	overflow: hidden;
}

#newsletterNav  .incarousel {
	max-height:55px;
	padding-bottom: 10px;
}

#newsletterNav .lftArwDiv,
#newsletterNav .rtArwDiv{
	background-color: #fff;
	padding: 0 10px;
	width: 20px;
	position: absolute;
	z-index: 500;
	background-color:	#fff;
	filter: alpha(opacity=90);
	background-position: center;
	background-repeat: no-repeat;
	height: 55px;
	cursor: pointer;
}

#newsletterNav .lftArwDiv{
	background-image: url(/images/footer/ltArrow.png);
	left: 0px;
	background-position: left center;
}

#newsletterNav .rtArwDiv{
	background-image: url(/images/footer/rtArrow.png);
	right: 0px;
}

#newsletterNav .close-btn{
	position: absolute;
	top: -1em;
	right: .5em;
	border: 3px solid #000;
	width: 1.1em;
	height: 1.1em;
	background: #000 !important;
	border-radius: 2em;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	z-index: 1000;
}

#newsletterNav .nav-widget-toggle{
	cursor: default;
	position: relative;
	text-decoration: none;
	z-index: 1000;
}


/* =================================================== Misc Icons =================================================== */

.calendar-icon {
	display:inline-block;
	width:60px;
	height:63px;
	background:url("/images/icons/misc-icons.png") no-repeat -190px 0 transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.calendar-icon {
		background:url("/images/icons/misc-icons-retina.png") no-repeat -190px 0 transparent;
		background-size: 250px 1000px;
	}
}
.more-icon {
	display:inline-block;
	width:20px;
	height:20px;
	background:url("/images/icons/misc-icons.png") no-repeat 0 -42px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.more-icon {
		background:url("/images/icons/misc-icons-retina.png") no-repeat 0 -42px transparent;
		background-size: 250px 1000px;
	}
}
.more-icon:hover {
	background:url("/images/icons/misc-icons.png") no-repeat 0 -83px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.more-icon:hover {
		background:url("/images/icons/misc-icons-retina.png") no-repeat 0 -83px transparent;
		background-size: 250px 1000px;
	}
}
.play-button {
    width: 60px;
    height: 60px;
	background-color:rgba(0, 0, 0, 0.75);
    cursor: pointer;
}
.play-button span {
	display:inline-block;
    	position:absolute;
    	top: 13px;
    	left: 22px;
    	width: 0;
    	height: 0;
    	border-top: 17px solid transparent;
    	border-bottom: 17px solid transparent;
    	border-left: 24px solid #FFF;
}
.play-button-sm {
    	width: 45px;
    	height: 45px;
    	background-color: rgba(0, 0, 0, 0.75);
    	cursor: pointer;
}
.play-button-sm span {
	display:inline-block;
    	position:absolute;
    	top: 11px;
    	left: 17px;
    	width: 0;
    	height: 0;
    	border-top: 12px solid transparent;
    	border-bottom: 12px solid transparent;
    	border-left: 17px solid #FFF;
}
.play-icon {
	display:inline-block;
	width:68px;
	height:68px;
	background:url("/images/icons/misc-icons.png") no-repeat -104px 0 transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.play-icon {
		background:url("/images/icons/misc-icons-retina.png") no-repeat -104px 0 transparent;
		background-size: 250px 1000px;
	}
}
.play-icon-sm {
	display:inline-block;
	width:34px;
	height:34px;
	background:url("/images/icons/misc-icons.png") no-repeat -40px 0 transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.play-icon-sm {
		background:url("/images/icons/misc-icons-retina.png") no-repeat -40px 0 transparent;
		background-size: 250px 1000px;
	}
}
.flame-icon {
	display:inline-block;
	width:22px;
	height:21px;
	background:url("/images/icons/misc-icons.png") no-repeat 0 0 transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.flame-icon {
		background:url("/images/icons/misc-icons-retina.png") no-repeat 0 0 transparent;
		background-size: 250px 1000px;
	}
}

.plus-minus-icon {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(/images/data/widget_toggle.png) no-repeat 0 0 transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.plus-minus-icon {
		background:url(/images/data/widget_toggle_retina.png) no-repeat 0 0 transparent;
		background-size: 20px 40px;
	}
}

.opened .plus-minus-icon {
	display:inline-block;
	width:20px;
	height:20px;
	background:url('/images/data/widget_toggle.png') no-repeat 0 -20px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.opened .plus-minus-icon {
		background:url('/images/data/widget_toggle_retina.png') no-repeat 0 -20px transparent;
		background-size: 20px 40px;
	}
}

.newsletter-icon {
	display:inline-block;
	width:62px;
	height:36px;
	background:url('/images/icons/misc-icons.png') no-repeat -189px -84px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.newsletter-icon {
		background:url('/images/icons/misc-icons-retina.png') no-repeat -189px -84px transparent;
		background-size: 250px 1000px;
	}
}

.rss-icon {
	background:url("/images/icons/social.png") no-repeat 9px -145px #FF8500;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.rss-icon {
		background:url("/images/icons/social-retina.png") no-repeat 9px -145px #FF8500;
		background-size: 20px 300px;
	}
}
.rss-icon-dark {
	background:url("/images/icons/social-dark.png") no-repeat 9px -145px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.rss-icon-dark {
		background:url("/images/icons/social-dark-retina.png") no-repeat 9px -145px transparent;
		background-size: 20px 300px;
	}
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	#newsletterNav.opened .nav-widget-toggle .sections-icon{
		background:url("/images/header/2017/header-sprite-retina.png") no-repeat -178px -21px transparent;
		background-size: 195px 60px;
	}
}

.tablet-icon {
	display:inline-block;
	width:22px;
	height:30px;
	background:url('/images/icons/misc-icons.png?v=2') no-repeat 0 -130px transparent;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.tablet-icon {
		background:url('/images/icons/misc-icons-retina.png?v=2') no-repeat 0 -130px transparent;
		background-size: 250px 1000px;
	}
}


.data-icon{
	float: left;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: -.1em .4em 0 0;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
}

.data-icon img{
	height: 100%;
	width: auto;
	display: inline-block;
}

/* =================================================== Store =================================================== */

/* Listing Page */

.storeListingItem {
	padding:10px 0 5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ececec;
	overflow:hidden;
	}

.storeListingItem .listingImage {
	float:left;
	margin:0 2em 1em 0;
	}

.storeListingItem h3 {
	margin:0 0 .25em 0;
	font-weight:bold;
	}

.storeListingItem h3 a {
	color:#222;
	text-decoration:none;
	line-height:1.2;
	}

.storeListingItem h3 a:hover {
	color:#000;
	text-decoration:underline;
	}

.storeListingItem p {
	color:#333;
	font-size:12px;
	line-height:1.5;
	margin:0 0 10px;
	}

	.storeListingItem p.price {
		color:#000;
		font-size:12px;
		font-weight:bold;
		}


/* Product Page */

.productBlock img {
	float:left;
	width:200px;
	display: block;
	margin:0 15px 10px 0;
	border: 1px solid #ddd;
	box-shadow:0 2px 4px 0 rgba(1, 1, 1, 0.2);
	}


a.storeLink {
	font-size:18px;
	font-weight:bold;
	}

/* =================================================== Events & Webcasts =================================================== */

.event-month {
	border-bottom:1px solid #EEEEEE;
	padding:0 0 .5em 0;
}
.ce-credit {
	float:left;
	margin: 0 1em 1em 0;
	max-width:35px;
}

.sponsor-logo {
	max-width:100%;
	max-height:100px;
}

.btn-register,
.btn-archive {
	display:inline-block;
	background:#B92025;
	margin:.5em 0;
	padding:.5em 1em;
	border-radius:.5em;
	text-align:center;
	color:#FFF;
	font-size:2em;
	font-weight:bold;
}

.btn-archive {
	background:#777;
}

.webcasts .details {
	margin:1.5em 0;
}

.webcasts .details .speaker {
	width: 250px;
	line-height: 1.5;
	margin:0 1.2em 1em 0;
	float: left;
}

.webcasts .details .speaker img {
	float:left;
	margin-right:1em;
}

.webcasts .details .speaker .name {
	font-size: 1.5em;
	margin-bottom: 1em;
	font-weight: bold;
}

.webcasts .details ol {
	margin-bottom: 1em;
	list-style-position: inside;
	list-style-type: decimal;
}

.webcasts .details ol li {
	margin:0 0 1em 0;
}

.webcasts .details h3 {
	color: #777777;
	font-weight: bold;
}

.webcasts img.sponsor,
.listingItem img.sponsor {
	padding-bottom: 2em;
}

.webcasts img.nav-icon {
	margin: 0 1em 1em 0;
	float: left;
}

.webcasts img.nav-icon-small {
	margin: 1em .5em 1em 0;
	float: left;
}

.webcasts p.nav-description {
	margin: 1em 1em 1em 0;
	float: left;
}



/* =================================================== Polldaddy =================================================== */

/* Polls */

.PDS_Poll {
	float:right;
	margin:0 0 0 4em;
}
.PDS_Poll .pds-question-top {
	font-family:'Roboto', Arial, sans-serif!important;
}
.PDS_Poll .pds-return-poll {
	padding:0 0 0 10px!important;
}

/* Surveys */

.PDF_pageOuter {
	padding:1em 0!important;
}
.PDF_pageInner {
	width:100%!important;
}


/* =================================================== Whitepapers =================================================== */

#whitePapers {
	padding:0 0 20px 28px;
	width:580px;
	float:left;
}
#whitePapers h1 {
	font-family:Arial, sans-serif;
	color:#B92025;
	font-size:20px;
	margin:0;
}
#whitePapers p {
	color:#888;
}
#whitepaperSearch {
	text-align:center;
	width:300px;
	margin-left:-20px;
	padding:29px 0 29px 10px;
	background:transparent url(../../images/subscribe_form_bg.jpg) no-repeat 20px 25px;
}
#whitepaperSearch input {
	vertical-align:middle;
}
p.sponsoredByWhitePapers {
	font-size:9px;
	margin-bottom:2px;
}
p.sponsoredByWhitePapers a {
	color:#B92025;
	text-decoration:none;
	font-size:1.2em;
}
p.downloadPDF {
	height:45px;
	width:300px;
	position:relative;
	background:url(../../images/pdf.jpg) no-repeat top left;
}
p.downloadPDF a {
	position:absolute;
	top:13px;
	left:58px;
	display:block;
}
p.download {
	height:15px;
	width:300px;
	margin-bottom: 30px;
	position:relative;
	background:url(../../images/icons/download.gif) no-repeat top left;
}
p.download a {
	position: absolute;
	top: 0;
	left: 25px;
	display: block;
}
p.downloadPodcast {
	height:45px;
	width:300px;
	position:relative;
	background:url(../../images/podcast-icon-large.gif) no-repeat 8px 0;
}
p.downloadPodcast a {
	position:absolute;
	top:13px;
	left:58px;
	display:block;
}
p.sponsoredByWhitePapers a:hover {
	text-decoration:underline;
	color:#333;
}
.whitePapersList .listingItem {
	border:none;
	padding:5px 10px 8px 10px;
	margin-top:5px;
	margin-bottom:5px;
}
.whitePapersList .listingItem h3 {
	font-size:20px;
	margin-bottom:1px;
}
.whitePapersList .listingItem p.author {
	font-weight:normal;
}
.listingItem p.sponsoredByWhitePapersListing {
	font-weight: bold;
	color: #666666;
}

/* ------ Toggle Boxes ------ */

.toggleContainer {
	/*width:570px;*/
	width: 100%;
	padding:10px 5px;
	border-bottom:1px solid #EEEEEE;

	}

	.toggleContainer.active h3 {
		background:url("/images/account-settings/accountnav-minus.gif") no-repeat;
		background-position:right 50%;
		}

	.toggleContainer a h3 {
		font-family: Arial, sans-serif;
		font-size:24px;
		color:#B92025;
		}

    .toggleContainer h3 {
        background:url("/images/account-settings/accountnav-plus.gif") no-repeat;
	 background-position:right 50%;
        cursor:pointer;
    }

		.toggleContainer a:hover h3 {
			font-family: Arial, sans-serif;
			font-size:24px;
			color:#000;
			cursor:pointer;
		}

	.toggleReveal {
		display:none;
		}

	.toggleContainer ul {
		padding:10px 0;
		}

		.toggleContainer ul li a {
			color:#000;
			font-size:1.2em;
			font-weight:normal;
			}

			.toggleContainer ul li a:hover {
				color:#000;
				}

	.customContainer {
		padding:5px 0 10px 0;
		}

		.toggleContainer #customLeft {
			float:left;
			width:200px;
			}

 				.toggleContainer select#custom {
					width:200px;
					height:105px;
					}

		.toggleContainer #customMiddle {
			float:left;
			width:90px;
			margin:0 32px;
			position:relative;
			top:55px;
			}

			.toggleContainer #customMiddle input {
				font-size:14px;
				margin:4px 0;
				}

				.toggleContainer select#available,
 				.toggleContainer select#selected {
					width:200px;
					height:75px;
					}

		.toggleContainer #customRight {
			float:left;
			width:200px;
			}

		.toggleContainer #customRight input {
			font-size:14px;
			margin:5px 0;
			}

/* =================================================== Video Carousel =================================================== */

.incarousel {
	text-align: center;
	height: 114px;
	position:relative;
	height: 114px;
	overflow:hidden;
}

.itemDiv {
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.65);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.65);
	overflow: hidden;
	width: 160px;
	position: absolute;
	width: 171px;
	visibility: hidden;
}

.itemDscDiv {
	position: absolute;
	bottom:0;
	left:0;
	width: 162px;
	padding:5px 6px;
	background-color:rgb(0,0,0);
	filter: alpha(opacity=80);
	background-color:rgba(0,0,0,0.8);
	color:white;
	text-align: left;
	font-size: 13px;
	line-height:16px;
	max-height: 40px;
}

.itemAnc img {
	display: block;
	width:100%;
}

.dscAnc {
	text-decoration: none;
	color:white;
}

#lftArwDiv {
	background-image: url('/images/ltArrow.png');
	left: 0px;
}

#rtArwDiv {
	background-image: url('/images/rtArrow.png');
	right: 0px;
}

#rtArwDiv, #lftArwDiv {
	position: absolute;
	z-index: 500;
	background-color:	rgb(227,227,227);
	filter: alpha(opacity=80);
	background-color: rgba(227,227,227,0.8);
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	cursor: pointer;
}

.incarousel .subWrapper {
	position:relative;
	overflow:hidden;
	height:94px;
	position:absolute;
}



/* =================================================== Sponsored Content =================================================== */


/* ============== Header/Disclaimer ============== */

.sponsored {
	color:#0C7DBD!important;
	font-weight:bold;
}
.sponsor-header {
	font-weight:bold;
	color:#0C7DBD;
	margin:0 0 .3em 0;
}
.sponsorHeader p.author {
	margin:0;
	font-size:1.2em;
	color:#0C7DBD;
	text-transform:uppercase;
	font-weight:bold;
}
p.sponsored.disclaimer {
	padding:1em 0;
	color:#555;
	font-style:italic;
}

/* ============== Listing Items ============== */

.listingItem.sponsored,
.relatedItem.sponsored {
	padding:1em 0;
}
.listingItem.sponsored p.sponsor,
.relatedItem.sponsored p.sponsor {
	color:#0C7DBD;
	font-weight:bold;
	margin:0 0 5px 0;
}

/* ============== Modules ============== */

.lowerBox p.sponsored {
	font-size:1em;
}

/* =================================================== Responsive Tables =================================================== */

.rwd-table {
	width: 100%;
}

.rwd-table td:before,
.rwd-table td:after {
	display: none;
}

.rwd-table th, .rwd-table td {
	display: table-cell;
}

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


	.rwd-table td.sort{
		background: #fff;
		color: #000;
		border: none !important;
	}

	.rwd-table tr.even td.sort,
	.rwd-table tr.odd td.sort {
		background:#F2F2F2;
	}

	.rwd-table td {
		text-align: left !important;
		display: block;
		width: 96% !important;
		padding: 4px 2% !important;
		float: left !important;
		clear: left !important;
		vertical-align: middle !important;
		border: none  !important;
	}

	.rwd-table .titleRow td,
	.rwd-table .titleRow th,
	.rwd-table th {
	  display: none !important;
	}

	.rwd-table thead tr{
		border-bottom: 3px solid #333 !important;
		display: block;
	}

	.rwd-table td[data-th]:before {
		content: attr(data-th);
		font-weight: bold;
		width: 100%;
		font-size: .9em !important;
		display: inline-block;
		text-align: left;
		color: #585858;
		text-decoration: underline;
	}
}

/* =================================================== SUBSCRIBE POPUP =================================================== */

#subscribePopup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 5%;
	z-index: 5000;
	width: 50%;
	max-width: 400px;
	background: #fff;
	box-shadow:0 0 4px 1px rgba(1, 1, 1, 0.3);
}

#subscribePopup .subPopupTop {
	background: #000;
	color: #fff;
	display: block;
	width: 100%;
	padding: .5em 0;
}
#subscribePopup a{
	text-decoration: none;
}

#subscribePopup .toggleArrow {
	display: inline-block;
	width: 20px;
	height: 1em;
	background: url(/images/video/videoToggleArrow.png) no-repeat right 2px;
	background-size: 40px 20px;
	vertical-align: baseline;
	margin-right: .5em;
}

#subscribePopup.opened .toggleArrow {
	background-position: left 0;
}

#subscribePopup .subPopupTop .header {
	margin: 0;
	color: #fff;
	width: 96%;
	padding: 0 2%;
}
#subscribePopup .subPopupBottom {
	display: none;
}
#subscribePopup .subPopupBottom a {
	width: 90%;
	padding: 1em 5% 0 5%;
	text-align: center;
	display: block;
	position: relative;
}

#subscribePopup .subPopupBottom .view {
	font-size: 1.2em;
	text-align: right;
	right: 5%;
	position: absolute;
	z-index: 5002;
	font-weight: bold;
	display: block;
	padding:.3em .75em;
	background: #000;
	font-weight:bold;
	color:#FFF !important;
	border:0;
	border-radius: .25em;
	cursor:pointer;
}

#subscribePopup .subPopupBottom img {
	display: block;
	width: auto;
	max-width: 100%;
	z-index: 5001;
}

#subscribePopup .subPopupBottom h4 {
	font-size: 1.5em;
	text-align: left;
	right: 6%;
	top: 1em;
	position: absolute;
	z-index: 5002;
	font-weight: bold;
	display: block;
	color:#000 !important;
	cursor:pointer;
}
#subscribePopup .subPopupBottom h4 span{
	color: #999;
}

#subscribePopup .subPopupBottom h5 {
	font-size: 1.4em;
	text-align: right;
	right: 6%;
	top: 5em;
	position: absolute;
	z-index: 5002;
	font-weight: bold;
	display: block;
	padding:.3em .75em;
	background: #b92025;
	color:#FFF !important;
	border:0;
	border-radius: .25em;
	cursor:pointer;
}

/***********   TOP VIDEO ************/


#topVideo{
	background: #000;
	padding: 4em 0;
	margin-bottom: 6em;
}

#topVideo h3,
#topVideo h3 a,
#topVideo h4,
#topVideo ul li a {
	color: #fff;
	margin: 0 0 1.2em 0;
}

#topVideo p {
	margin-bottom: .5em;
	color: #777;
	font-size: 1.2em;
}
#topVideo p a{
	color: #6c6c6c;
}

#topVideo .mainFeaturedVideo .videoThumb .thumbnail {
	max-height: 313px;
}

#topVideo .videoThumb h4{
	font-size: 1.4em;
	margin: 0 0 .5em 0;
}
#topVideo a.channelTitle{
	color: #6c6c6c !important;
}

#topVideo .mainFeaturedVideo .videoThumb h4 {
	font-size: 2.7em;
}

#topVideo .mainFeaturedVideo .videoThumb h4 a {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 900;
}

#topVideo .videoThumb a{
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
}

#topVideo .featuredVideo > h4{
	color: #fff !important;
	font-family:'Roboto', Arial, sans-serif;
	text-transform:uppercase;
	font-size: 2.1em;
}

#topVideo .featuredVideo .videoThumb{
	margin: 0;
	padding-bottom: 1em;
}


#topVideo .featuredVideo .videoThumb h4{
	margin: 10px 0 !important;
	font-size: 1.8em;
}

#topVideo .featuredVideo .videoThumb h4{
	margin: 0 10px  !important;
	font-size: 1.8em;
}


#topVideo .featuredVideo .videoDate{
	margin: 5px 10px  !important;
	font-weight: bold;
}

#topVideo .channels {
	width: 300px;
	margin: 20px 0 0 18px;
}

#topVideo .channels ul li {
	margin-bottom: .8em;
	font-size: 1.2em;
}



/* =================================================== RESPONSIVE LAYOUT =================================================== */



/************************************* Large Browser *************************************/

@media screen and (min-width: 1025px) {

/* ===================== TEXT ===================== */


/* ===================== LAYOUT ===================== */

.no-largebrowser {
	display:none!important;
}
.leftColumn {
	width:69%

}
.headlinesReverse .leftColumn {
	margin:0;
	padding:0 3% 0 0;
}
.rightColumn {
	width:28%;
}
/*.rightColumn h4{
	font-family:"Georgia", serif;
}*/
.rightColumn .contentItem .thumbnail a .screen{
    position: absolute;
    width: 95%;
    height: 100%;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#bf000000',GradientType=0);
    background: -webkit-gradient(linear, 100% 0%, 0% 100%,
    	color-stop(0.1, rgb(255, 68, 151)),
    	color-stop(0.4, rgba(255, 177, 94, 0.901961)),
    	color-stop(0.6, rgba(255, 239, 117, 0.8)),
    	color-stop(0.8, rgba(255, 175, 206, 0.701961))
    );
    z-index: 1;
    opacity: .25;
    transition: all ease-in-out .2s;*/
}
.rightColumn .contentItem .thumbnail a .screen:hover{
	opacity: 0;
}

/* ===================== HOME PAGE ===================== */

/*.frontpage .leftColumn {
	width: 72%;
	margin:0;
}
.frontpage .lowerBox {
	margin:0 0 4em 2.25em;
}
.frontpage .lowerBox.middle {
	margin:0 2.25em 4em 2.25em;
}
.frontpage .rightColumn .newsItem {
	border:0;
	padding:0 0 1em 0;
	margin:0 0 1em 0;
}*/


/* ===================== BANNER HEADERS ===================== */

.rightColumn .banner {
	border-right:1px solid #CCC;
}
.rightColumn .banner.black {
	border:0;
}

/* ===================== ARTICLE ===================== */

#articleBody h3 {
	margin:0 1em 2em 5em;
}
#articleBody p {
	margin:0 1em 2em 6.2em;
}
#articleBody p.no-margin,
#articleBody.no-margin p,
#articleBody.chart p,
.fullwidth #articleBody p {
	margin:0 0 2em 0;
}
#articleBody.no-margin h3,
#articleBody.chart h3,
.fullwidth #articleBody h3 {
	margin:0 0 1em 0;
}
#articleBody .twitter-tweet,
#articleBody .indent {
	margin:0 0 2em 10.5em!important;
}

#articleBody #readMoreButton,
#articleBody .screenFade {
  display: none;
}

}

/************************************* Right Column Breakpoint *************************************/

@media screen and (min-width: 1025px) and (max-width: 1179px) {

/* ===================== LAYOUT ===================== */

.leftColumn {
	width:65%;
}
.rightColumn {
	width:32%;
}



}

/************************************* Header Icon Breakpoints *************************************/

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

#mainNav li.toplevel {
	margin: 0 0 0 1.5%;
}

#mainNav li.toplevel.social-icon{
	display:none!important;
}
/*
#header .subscribe {
	display:none!important;
}*/

}
/*
@media screen and (max-width: 1060px) {

#header .myaccount {
	display:none!important;
}

}*/

/************************************* Small Browser / Tablet Landscape *************************************/

@media screen and (min-width: 901px) and (max-width: 1024px) {

/* ===================== TEXT ===================== */

/* ===================== LAYOUT ===================== */

.no-smallbrowser {
	display:none!important;
}
#header .subscribe {
	display:none!important;
}

#header .myaccount {
	display:inline!important;
}

#mainNav li.toplevel{
	padding: 19px 0;
}

.leftColumn {
	width:60%
}
.rightColumn {
	width:37%;
}
.topStories,
.latestNews {
	float:left;
	width:100%;
	padding:0 0 2em 0;
}

	#topVideo .leftColumn .videoThumb{
		width: 100% !important;
		clear: both !important;
		float: none !important;
	}

	#topVideo .videoThumb .thumbnail{
		height: 0;
		padding-bottom: 55%;
	}

/* ===================== ARTICLE ===================== */

#articleBody p {
	margin:0 0 1.5em 0;
}
#articleBody #readMoreButton,
#articleBody .screenFade {
  display: none;
}


/* ===================== SHARE ===================== */

.share-header .title,
.share-header .reactions {
	width:100%;
}
.share-header .reactions {
	position:relative;
	margin:1em 0 0 0;
}


}

/************************************* Smartphone Landscape/Tablet Portrait *************************************/

@media screen and (min-width: 581px) and (max-width: 900px) {

/* ===================== TEXT ===================== */

#header h1, #content h1, #footer h1, #topSection h1 {
	font-size:2.75em!important;
}

#headerWrap h1 {
	font-size:3.4em!important;
	letter-spacing:-1px;
}
#headerWrap .summary {
	font-size:1.6em!important;
}
h2 {
	font-size:2em!important;
}
h3 {
	font-size:1.7em!important;
}
#articleBody #readMoreButton,
#articleBody .screenFade {
  display: none;
}

/* ===================== LAYOUT ===================== */

.no-tablet {
	display:none!important;
}
#header .subscribe {
	display:none!important;
}

#header .myaccount {
	display:inline!important;
}

.leftColumn,
.rightColumn,
.frontpage .rightColumn,
.headlinesReverse .leftColumn,
.headlinesReverse .rightColumn{
	width:100%;
	margin:0;
}
.leftColumn,
.headlinesReverse .leftColumn {
	padding:0 0 1.5em 0;
}
.rightColumn .newsItem .thumbnail.large {
	width:11em;
	max-height:8em;
	margin:0 0 1em 2em;
}

/* ===================== VIDEO ===================== */

	#topVideo .featuredVideo > h4{
		font-size: 1.7em !important;
	}

/* ===================== BODY ===================== */
#content{
	padding: 3em 0;
}

/* ===================== FOOTER ===================== */

#footer-section .leftColumn .lowerBox{
	width: 46% !important;
}
#footer-section #newsletterSignup{
	padding-right: 0 !important;
	border-right: none !important;
}



/* ===================== ADS ===================== */
/*
#oas_div_Top img,
#oas_div_Bottom img {
	width:100%;
	height:auto;
}
*/

	/* ===================== NEWSLETTER FOOTER ===================== */
	.nlLogo img{
		padding: 10px 10px 0 10px;
	}

	#newsletterNav .wrapper{
		padding-left: 10px;
	}

}

/************************************* Mobile Ad Breakpoint *************************************/

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

#topAdBlock {
	min-height: 50px;
	padding: 1.5em 0;
}

#articleBody #readMoreButton {
	background: #F5F5F5;
	border: 1px solid #9C9C9C;
	border-radius: .25em;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	height: 40px;
	margin: 0 auto 5em auto;
	padding: .5em .75em;
	width: 75%;
	-webkit-appearance: none;
}

#articleBody .readMoreFade {
	display: block !important;
	float: left;
}

#articleBody .screenFade {
	display: block;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	z-index: 99;
}

#articleBody .mobileHide {
  display: none;
}

}

/************************************* Smartphone Landscape/Tablet Portrait & Smartphone *************************************/

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

/* ===================== LAYOUT ===================== */

#cap {
	height:.6em;
}
#header {
	height:3.9em;
}
#header.has-subnav {
	height:7.8em;
}
#scroll-spacer {
	height:3.9em;
}
#scroll-spacer.has-subnav {
	height:8.3em;
}
#mainNav {
	height:3.9em;
}
#mainNav li.toplevel {
	height: 19px;
	line-height: .8em;
	padding: 14px 0;
	margin: 0 0 0 1em;
}
#mainNav li.icon {
}
#mainNav li#home {
	top: 0;
	padding: .7em 1.2em;
	width:135px;
	height:25px;
}
#mainNav li#home a {
	width:135px;
	height:25px;
	background-image:url("/images/header/small-logo.png");
}
#mainNav li.toplevel.hover ul.dropdown {
	top:2.4em;
	margin:.6em 0;
	padding:1.2em 0 .4em 0;
}

.specialReportNav {
	border:0;
	padding:0;
}

/* ===================== NAVIGATION ===================== */

#siteSearch {
	padding:1em 0;
}

/* ===================== MODULES ===================== */

.follow-us .content .box input.field {
	max-width:35%;
}
.lowerBox,
#topics-container {
	margin:0 0 4.5em 0;
}
#topics-container {
	min-height:initial;
}
#topics-container .navigation {
	display:none;
}
#topics-container .ajax-content {
	display:block;
	width:100%;
	margin:0;
}
#topics-container .ajax-content .title {
	font-weight:normal;
}
#topVideo .channels {
    margin: 2em 0 0 0;
}


/* ===================== BANNER HEADERS ===================== */

.banner {
	padding:.5em 0 .5em .75em;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.topStories .banner {
	border-right:1px solid #CCC;
	border-left:0;
}
.rightColumn .banner {
	border:1px solid #CCC;
}
.banner.black {
	border:1px solid #222;
}
.banner.wrap-left:before,
.banner.wrap-right:before {
	display:none;
}

/* ===================== ARTICLE ===================== */

#headerWrap {
	margin:0 0 1.5em 0;
}
#storyContent {
	display:block;
	float:none;
}
#storyContent .mainImage,
#articleBody .extraImage {
	margin: 0 0 2em 0;
}
#articleBody p {
	font-size:1.5em;
	margin:0 0 1.5em 0;
}
#articleRelated p {
	font-size:1.25em;
}
.articlePage p.author {
	margin:.5em 0 0 0;
	font-weight:normal;
}
#relatedContent {
	bottom:0;
	box-shadow:none;
}
#commentCount {
	margin:0 2em 1.5em 0;
}

/* ===================== SHARE ===================== */

.share-header .title,
.share-header .reactions {
	width:100%;
}
.share-header .reactions {
	position:relative;
	margin:1em 0 0 0;
}

/* ===================== FOOTER ===================== */

#footer-section .sitelinks a,
#footer-section .sitelinks a.last {
	display:block;
	font-size:1.6em;
	margin:0 0 .75em 0;
	padding:0 0 .75em 0;
	border-right:0;
	border-bottom:1px solid #333;
}
#footer-section .sitelinks a.last {
	margin:0;
	border: none;
}

}

/************************************* Smartphone *************************************/

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

/* ===================== TEXT ===================== */

#header h1, #content h1, #footer h1, #topSection h1 {
	font-size:2.25em!important;
	line-height:1.1!important;
}

#headerWrap h1 {
	font-size:2.75em!important;
	letter-spacing:-1px;
}
#headerWrap .summary {
	font-size:initial
}
h2 {
	font-size:2em!important;
}
h3 {
	font-size:1.7em!important;
}
#topVideo .mainFeaturedVideo .videoThumb h4 a {
    font-family: 'Roboto', Arial, sans-serif;
}

/* ===================== LAYOUT ===================== */

.no-phone {
	display:none!important;
}
.wrapper,
#mainNav li.toplevel.hover ul.dropdown .menu-box  {
	padding: 0 10px;
}
.sections-icon {
	width:18px;
	height:18px;
	margin:0;
	padding:0;
}
#topAdBlock {
	min-height:50px;
	padding:1.5em 0;
}
.leftColumn,
.rightColumn,
.headlinesReverse .leftColumn,
.headlinesReverse .rightColumn {
	width:100%;
	margin:0;
}
.rightColumn .newsItem .thumbnail.large {
	width:100%;
	max-height:12em;
}

/********** Columns **********/

.half {
	width:100%;
}
ul.columns li {
	float:none;
	width:100%;
	padding:1em 0;
}

/* ===================== MODULES ===================== */

.lowerBox.middle {
	margin:0 0 5.5em 0;
}
#topics-container .ajax-content li {
	width:100%!important;
	height:auto;
	margin:0 0 1.5em 0;
	padding:0 0 1.5em 0;
	display:block;
	float:none;
	border-bottom:1px solid #EEEEEE;
}
#topics-container .ajax-content li:last-child {
	border:0;
	margin:0;
	padding:0;
}
#topics-container .ajax-content li .imageWrapper {
	width:8em;
	margin:0 0 .25em 1.5em;
	float:right;
}
.static-nav {
	right:0;
	max-height:100%;
	width:100%;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
#topVideo{
	background: #000;
	padding: 2em 0;
	margin-bottom: 2em;
}
#topVideo .channels {
    margin: 4em 0 0 0;
}

#topVideo .leftColumn .videoThumb h4{
	font-size: 1.4em;
}

/* ===================== LISTS ===================== */

.listingItem .listingImage {
	max-width:100px;
	margin:0 1.25em .4em 0;
}

/* ===================== ARTICLE ===================== */

.articlePage p.author,
.articlePage p.date {
	font-size:1em;
	font-family:Arial, sans-serif;
	background:#FFF;
	padding:0;
	color:#000;
}
.articlePage p.author a {
	color:#B92025;
}
#storyInfo .details {
	width:35%;
}
#relatedContent {
	max-width:none;
	width:90%;
	padding:1.5em 5%;
	border:0;
	box-shadow:none;
}

.embed-video.left,
.embed-video.right {
	width:100%;
	clear: both;
	float: none;
}

/* ===================== STAFF ===================== */

.staff-profile .bio .headshot {
	float:none;
	margin:0 auto 1em auto;
}

/* ===================== SHARE ===================== */

.sr-header .reactions .sponsor-top {
	max-width:none;
}

/* ===================== GALLERY ===================== */

.gallery-nav .prevnext .previous-url,
.gallery-nav .prevnext .next-url {
	float:right;
	clear:right;
	display:block;
	max-width:3.5em;
}
.gallery-nav .prevnext .previous-url {
	margin:.6em 0 0 0;
}
.gallery-main .imageBox {
	width:100%;
	float:none;
}

/* ===================== FOOTER ===================== */

#footer {
	clear:both;
	position:relative;
	padding: 0 0 3em 0;
	background-color:#000;
}

#footer .container a {
	display: block;
	font-size:1.2em;
	border-right: 0;
	margin: 0 0 1em 0;
	padding:0;
}

/* ===================== NEWSLETTER FOOTER ===================== */

	#newsletterNav{
		padding: 0;
	}

	#footer-spacer {
		height: 4.2em;
	}

	#newsletterNav .wrapper{
		padding: 0;
	}

	.nlLogo{
		display: block;
		margin: 0;
		height: auto;
		padding: 5px;
		width: 100%;
		z-index: 500;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow:    0px 2px 3px 0px rgba(0, 0, 0, 0.25);
		box-shadow:         0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	}

	.nlLogo img{
		display: block;
		width: auto;
		height: 35px;
		float: left;
		padding: 0 10px;
	}
	.nlLogo .issuedate{
		font-size: .9em;
		padding: 0;
		float: left;
		width: auto;
		margin-top: 4px;
		text-transform: uppercase;
	}

	.nlLogo .issuedate span{
		display: block;
		width: 100%;
		line-height: 1em;
	}

	.nlLogo .issuedate .date{
		font-size: 2em;
		line-height: 1.2em;
	}
	#newsletterNav .nav-widget-toggle{
		cursor: pointer !important;
		display: block;
	}

	#newsletterNav .nav-widget-toggle .sections-icon{
		display: block;
		margin: 8px 2.5em;
		z-index: 1000;
		float: right;
	}

	#newsletterNav .nav-widget-content{
		clear: both;
	}
	#newsletterNav .incarousel{
		padding-top: 10px;
	}

	#newsletterNav .close-btn{
		top: -1em;
		right: .25em;
		width: 1.2em;
		height: 1.2em;
		border: 2px solid #000;
		border-radius: 1em;
		font-size: 1.0em;
	}

	#newsletterNav .lftArwDiv{
		background-position: center;
	}


}

/* Retina Display */
@media
(-webkit-min-device-pixel-ratio: 2) and (max-width: 900px),
(min-device-pixel-ratio: 2) and (max-width: 900px) {
	#mainNav li#home a {
		background-image:url("/images/header/small-logo-retina.png");
		background-size:135px 24px;
	}
}

/* OneSignal fix */
#onesignal-bell-container.onesignal-reset {
	z-index:98 !important;
}
