
/* ==========================================================================
   VSA's custom styles
   ========================================================================== */
.story ol, .story ul {
    list-style: none outside none;
}
.story .column {
	margin-left: 0;
}
.story #header {
	color: #666;
	font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
}
/* Home feature */
#main-feature {
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 728px;
	background: url(../img/dataviz/img_bigchange.jpg) center top no-repeat;
}

#main-feature .main-featureimg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}

#main-featuretext {
	position: absolute;
	left: 10%;
	top: 150px;
	width: 42%;
	z-index: 1;
	color: white;
}
#main-featuretext h1 {
	margin: 0 0 28px 0;
	font-size: 20px;
	font-family: 'knowledge-n3','knowledge-text',Arial,Helvetica,sans-serif;
	font-weight: 300;
	line-height: 1.1;
}

#main-featuretext h1 .highlight {
	font-family: 'knowledge-n3','knowledge',Arial,Helvetica,sans-serif;
	display: block;
	font-size: 90px;
	letter-spacing: -2px;
	margin-bottom: 10px;
	margin-left: -5px;
}

#main-featuretext p {
	margin: 0;
	font-size: 15px;
	line-height: 1.3;
	width: 450px;
}

#main-featurenav {
	position: absolute;
	right: 10%;
	bottom: 110px;
	z-index: 1;
	width: 320px;
	overflow: hidden;
}
#main-featurenav h2 {
	color: white;
	background: url(../img/dataviz/bg_featurelink.png) left top;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 0 60px;
	padding: 10px 0 5px 20px;
}

#main-featurenav .featurelinks {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#main-featurenav .featurelinks li {
	position: relative;
	background: url(../img/dataviz/bg_featurelink.png) left top;
	background-color: transparent;
	margin: 0 0 0 60px;
	height: 65px;
	padding: 0;
/*
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
*/
}

#main-featurenav .featurelinks li .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 55;
	height: 55px;
	z-index: -1;
	opacity: 0;
	/* Firefox */
	-moz-transition-property:  left;
	-moz-transition-duration: 0.3s;
	-moz-transition-delay: 0;
	/* WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property:  left;
	-webkit-transition-duration:  0.3s;
	-webkit-transition-delay:  0;
	/* Opera */
	-o-transition-property: left;
	-o-transition-duration:  0.3s;
	-o-transition-delay: 0;
	/* Standard */
	transition-property:  left;
	transition-duration:  0.3s;
	transition-delay: 0;
}
.lt-ie9 #main-featurenav .featurelinks li .thumb {
	visibility: hidden;
}

#main-featurenav .featurelinks li a {
	display: inline-block;
	margin: 0;
	padding: 13px 20px 12px;
	font-family: 'knowledge-n7','knowledge',Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	color: #333;
	/* Firefox */
	-moz-transition-property: color;
	-moz-transition-duration: 0.3s;
	-moz-transition-delay: 0;
	/* WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0;
	/* Opera */
	-o-transition-property: color;
	-o-transition-duration: 0.3s;
	-o-transition-delay: 0;
	/* Standard */
	transition-property: color;
	transition-duration: 0.3s;
	transition-delay: 0;
}

#main-featurenav .featurelinks li.lastnav {
	padding-bottom: 20px;
}


#main-featurenav .featurelinks li.ar,
#main-featurenav .featurelinks li.ar:hover {
	background: url(../img/dataviz/icon_window_light.png) 20px 19px no-repeat white;
}

#main-featurenav .featurelinks li.ar a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: 300;
	padding: 18px 20px 15px 50px;
}

#main-featurenav .featurelinks li.ar a .highlight {
	text-transform: uppercase;
	font-weight: bold;
}

#main-featurenav .featurelinks li:hover {
	background: none;
	background-color: white;
}

#main-featurenav .featurelinks li:hover .thumb {
	opacity: 1;
	/* width: 55px; 
	height: 55px;*/
	border-bottom: 5px solid white;
	border-left: 5px solid white;
	border-top: 5px solid white;
	left: -49px;
	
}
.lt-ie9 #main-featurenav .featurelinks li:hover .thumb {
	visibility: visible;
}

#main-featurenav .featurelinks li:hover a {
	color: #0082BF;
}


/* Story Nav */
.story .body {
	max-width: 1200px;
	width: 1200px;
}
.footer .search-input {
	border: none;
}
#nav-main {
	width: 1200px;
	height: 80px;
	background: #333;
	color: white;
	position: relative;
	z-index: 20;
}

#nav-main div {
	float: left;
	width: 250px;
}

#nav-main div.active {
	background: #F7F7F7;
}

#nav-main div p {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 31px 30px 29px 22px;
	margin: 0;
	overflow: visible;
	background: url(../img/dataviz/arrow_drop.png) 230px 37px no-repeat;
}
#nav-main div.active p, #nav-main div.active a {
	color: #333;
}

#nav-main div.active p {
	background: url(../img/dataviz/arrow_drop_active.png) 230px 37px no-repeat;
}
#nav-main a {
	text-decoration: none;
}
#nav-main div p a {
	color: white;
}

#nav-main div ul {
	display: none;
	position: absolute;
	width: 320px;
	z-index: 20;
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#nav-main div ul li {
	padding: 10px;
	overflow: hidden;
	margin: 0;
	border-bottom: 1px solid #e3e3e3;
}
#nav-main div ul li:hover {
	background: white;
}
#nav-main div ul img {
	float: right;
	opacity: 0.6;
	border: 1px solid #ddd;
}

#nav-main div ul a {
	padding: 22px 12px;
	display: inline-block;
	width: 200px;
	font-size: 13px;
}
#nav-main div ul li:hover a {
	color: #0082BF;
}

#nav-main div ul li:hover img {
	opacity: 1;
}
#nav-main div#logo {
	width: 320px;
	height: 80px;
	background: url(../img/dataviz/logo_tr.png) left top no-repeat;
}
#nav-main div#logo a {
	display: block;
	text-indent: -9999em;
	width: 321px;
	height: 80px;
}

#nav-main div#nav-ar {
	width: 210px;
	margin-right: 100px;
}
#nav-main div#nav-ar p {
	background: url(../img/dataviz/icon_window.png) 180px 34px no-repeat;	
}

#nav-main div#nav-share {
	width: 100px;
}
#nav-main div#nav-share ul {
	width: 200px;
}
#nav-main div#nav-share p {
	color: #737373;
	background: url(../img/dataviz/icon_share.png) 20px 35px no-repeat;
	padding: 31px 18px 29px 35px;
}

#nav-main div#nav-share.active p {
	background: url(../img/dataviz/icon_share_active.png) 20px 35px no-repeat;
}

#nav-main div#nav-trcom {
	width: 210px;
	float: right;
}

#nav-main div#nav-trcom p {
	color: #737373;
	background: url(../img/dataviz/arrow_external.png) 192px 37px no-repeat;
	padding: 31px 35px 29px 20px;
}

/* Article/Viz section */
#simplemodal-container {
	top:10px !important;
	/* left: auto !important; */
	margin: 0 auto !important;
}

.story #main {
	position: relative;
	z-index: 1;
	height: 628px;
	overflow: hidden;
}
.story .headline3 a {
	color: inherit !important;
}
.story #main .content,
.story .vote-experts .vote,
.story .ar-stories .ar {
	position: absolute;
	top:0;
	left: 0;
	width: 280px;
	height: 568px;
	padding: 20px 20px 40px;
	color: #888;
	box-shadow: 3px -1px 5px #aaa;
}
.story #main .content {
	z-index: 1;
}
.story #main .content .headline3,
.story .experts .experttitle .headline3 {
	font-family: 'knowledge-text-n7','knowledge-text',Arial,Helvetica,sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	color: #444;
}
.story #main .content p {
	font-size: 14px;
	line-height: 19px;
}

.story #main .content .resources {
	position: absolute;
	bottom: 20px;
	width: 275px;
}

.story .vote-experts .vote p.voteheader {
	background: #0082BF;
	display: block;
	/* height: 60px; */
	/* position: relative; */
	background-image: linear-gradient(top, #0084C2 23%, #005B86 100%);
	background-image: -o-linear-gradient(top, #0084C2 23%, #005B86 100%);
	background-image: -moz-linear-gradient(top, #0084C2 23%, #005B86 100%);
	background-image: -webkit-linear-gradient(top, #0084C2 23%, #005B86 100%);
	background-image: -ms-linear-gradient(top, #0084C2 23%, #005B86 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.23, #0084C2),
		color-stop(1, #005B86)
	);
	color: white;
	font-weight: bold;
	padding: 20px 15px;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


.story #main .content .resources h3 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.story #main .content .resources a {
	color: #878787;
}
.story #main .content .resources a:hover {
	color: #0082BF;
}

.story #main .content .resources p {
	width: 242px;
	padding: 10px 0 10px 32px;
	margin: 0;
	border-top: 1px solid #D0D0D0;
}
.story #main .content .resources p.site {
	background: url(../img/dataviz/icon_link.png) left center no-repeat;
}
.story #main .content .resources p.pdf {
	background: url(../img/dataviz/icon_pdf.png) left center no-repeat;
}

.story #main .content .resources p .size {
	font-size: 10px;
	color: #aaa;
}
.story #main .viz,
.story .vote-experts .experts,
.story .ar-stories .stories {
	position: absolute;
	top:0;
	left: 320px;
	width: 880px;
	height: 628px;
	padding: 0;
}

.story #main .viz .sources,
.story .experts .sources {
	/* background: url(../img/dataviz/bg_sources.png); */
	background-color: #f7f7f7;
	background-color:rgba(239,239,239,0.92);
	/* height: 60px; */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	z-index: 100;
}
.story #main .viz .sources {
	display: none;
}
.sources .sourcelink.open {
	display: none;
}
/*
.story #main .viz .panel {
	display: none;
	position: absolute;
	z-index: 5;
}
.story #main .viz .panel#panel-kaza {
	top: 22px;
	left: 175px;
}
.story #main .viz .panel#panel-nicar {
	top: 306px;
	left: 23px;
}
.story #main .viz .panel#panel-southafrica {
	top: 417px;
	left: 437px;
}
.story #main .viz .panel#panel-uganda {
	top: 222px;
	left: 479px;
}
*/
.story .panellink {
	position: absolute;
	z-index: 10;
	display: block;
	overflow: visible;
	/* text-indent: -9999em; */
}
.story #main .viz .panellink#link_water {
	width: 82px;
	height: 32px;
	top: 62px;
	left: 156px;
}
.story #main .viz .panellink#link_carbon {
	width: 82px;
	height: 32px;
	top: 62px;
	left: 251px;
}
.story #dialog .panellink#dialog_link_water {
	width: 114px;
	height: 44px;
	top: 90px;
	left: 220px;
}
.story #dialog .panellink#dialog_link_carbon {
	width: 114px;
	height: 44px;
	top: 90px;
	left: 355px;
}

.story #main .viz .panellink#nicar {
	width: 61px;
	height: 178px;
	top: 305px;
	left: 25px;
	background: url(../img/dataviz/landrights-labels_nicaragua.png) left top no-repeat;
}
.story #main .viz .panellink#southafrica {
	width: 150px;
	height: 61px;
	top: 471px;
	left: 436px;
	background: url(../img/dataviz/landrights-labels_southafrica.png) left top no-repeat;
}
.story #main .viz .panellink#kaza {
	width: 120px;
	height: 80px;
	top: 83px;
	left: 459px;
	background: url(../img/dataviz/landrights-labels_kazakhstan.png) left top no-repeat;
}
.story #main .viz .panellink#uganda {
	width: 142px;
	height: 76px;
	top: 280px;
	left: 478px;
	background: url(../img/dataviz/landrights-labels_uganda.png) left top no-repeat;
}
.story #main .viz .panellink#nicar:hover {
	width: 355px;
	height: 303px;
	top: 306px;
	left: 23px;
	background: url(../img/dataviz/landrights-nicaragua_crop.png) left top no-repeat;
}
.story #main .viz .panellink#southafrica:hover {
	width: 421px;
	height: 192px;
	top: 417px;
	left: 437px;
	background: url(../img/dataviz/landrights-southafrica_crop.png) left top no-repeat;
}
.story #main .viz .panellink#kaza:hover {
	width: 403px;
	height: 193px;
	top: 22px;
	left: 175px;
	background: url(../img/dataviz/landrights-kazakhstan_crop.png) left top no-repeat;
}
.story #main .viz .panellink#uganda:hover {
	width: 381px;
	height: 192px;
	top: 222px;
	left: 479px;
	background: url(../img/dataviz/landrights-uganda_crop.png) left top no-repeat;
}
.story #dialog img {
	position: absolute;
	top: 5px;
	left: 16px;
	z-index: 0;
}
.story #dialog .panellink#nicar {
	width: 84px;
	height: 243px;
	top: 420px;
	left: 50px;
	background: url(../img/dataviz/landrights-labels_nicaragua_zoom.png) left top no-repeat;
}
.story #dialog .panellink#southafrica {
	width: 205px;
	height: 84px;
	top: 640px;
	left: 610px;
	background: url(../img/dataviz/landrights-labels_southafrica_zoom.png) left top no-repeat;
}
.story #dialog .panellink#kaza {
	width: 164px;
	height: 110px;
	top: 110px;
	left: 640px;
	background: url(../img/dataviz/landrights-labels_kazakhstan_zoom.png) left top no-repeat;
}
.story #dialog .panellink#uganda {
	width: 194px;
	height: 104px;
	top: 390px;
	left: 664px;
	background: url(../img/dataviz/landrights-labels_uganda_zoom.png) left top no-repeat;
}
.story #dialog .panellink#nicar:hover {
	width: 484px;
	height: 413px;
	top: 420px;
	left: 47px;
	background: url(../img/dataviz/landrights-nicaragua_zoom_crop.png) left top no-repeat;
}
.story #dialog .panellink#southafrica:hover {
	width: 574px;
	height: 262px;
	top: 568px;
	left: 612px;
	background: url(../img/dataviz/landrights-southafrica_zoom_crop.png) left top no-repeat;
}
.story #dialog .panellink#kaza:hover {
	width: 548px;
	height: 262px;
	top: 30px;
	left: 255px;
	background: url(../img/dataviz/landrights-kazakhstan_zoom_crop.png) left top no-repeat;
}
.story #dialog .panellink#uganda:hover {
	width: 520px;
	height: 262px;
	top: 310px;
	left: 665px;
	background: url(../img/dataviz/landrights-uganda_zoom_crop.png) left top no-repeat;
}
.story .experts .sources {
    bottom: auto;
    height: auto;
    margin: -41px 0 40px -40px;
    min-height: 23px;
    padding: 21px 40px;
    position: relative;
    top: 0;
    z-index: 0;
}
.story .sources p,
.story .sources ul {
	color: #666;
	font-size: 12px;
	line-height: 21px;
}
.story #main .viz .sources p,
.story #main .viz .sources ul  {
	margin: 21px 21px 0 40px;
}
.story .experts .sources p {
	margin: 0 21px 0 0;
}
.story #main .viz .sources ul {
	list-style-type: disc;
	margin: 0 21px 0 55px;
}
.story .sources b {
	font-weight: bold;
}
.story .sources a {
	color: #0082bf;
}
.story .sources a:hover {
	text-decoration: underline;
}
.story .sources .expandlink {
	position: absolute;
	cursor: pointer;
	top:20px;
	right: 20px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	background: url(../img/dataviz/icon_expand.png) no-repeat;
}

/* Experts/Voting section */
.story .vote-experts {
	position: relative;
	height: 900px;
	z-index: 0;
}

.story .vote-experts .experts {
	background: white;
	height: 820px;
}

.story .vote-experts .vote {
	background: #0082BF;
	height: 900px;
	padding: 0;
	width: 320px;
	color: white;
	z-index: 5;
}

#story4.story .vote-experts,
#story4.story .vote-experts .vote {
	height: 1100px;
}
#story4.story .vote-experts .experts {
	height: 1000px;
}

.story .vote-experts .vote .sg-question-set {
	margin: 0 !important;
}

.story .vote-experts .vote p {
	margin: 0 20px 20px;
	color: white;
	font-size: 18px;
	line-height: 24px;
}

.story .vote-experts .vote a.select {
	display: inline-block;
	color: white;
	height: 13px;
	width: 320px;
	padding: 22px 55px;
	font-size: 13px;
	background: url(../img/dataviz/bg_vote.png);
}
.sg-question-set {
	overflow: visible !important;
}
.sg-question-options {
	overflow: visible !important;
    padding: 0 !important;
}
.sg-type-radio ul.sg-list li {
	border-top: 1px solid #0072a8;
	padding: 0.5em 2em 0.5em 1em !important;
	width: 272px;
}
.sg-footer {
	padding: 0 !important;
	width: 100%;
}
.sg-type-radio ul.sg-list li:hover {
	background-image: linear-gradient(top, #0077af 23%, #0070a6 100%);
	background-image: -o-linear-gradient(top, #0077af 23%, #0070a6 100%);
	background-image: -moz-linear-gradient(top, #0077af 23%, #0070a6 100%);
	background-image: -webkit-linear-gradient(top, #0077af 23%, #0070a6 100%);
	background-image: -ms-linear-gradient(top, #0077af 23%, #0070a6 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.23, #0077af),
		color-stop(1, #0070a6)
	);

}
a.sg-poll-results-link {
	color: white;
}
.sg-poll-links-box,
.sg-vote-box {
	display: inline-block;
	padding: none;
	/* float: right; */
	height: auto;
	width: auto;
}
.sg-poll-links-box {
	/* margin-top: 10px; */
	display: none;
}
.sg-vote-box {
	margin: 20px;
}
.story .sg-button {
	background: #005A84 !important;
	color: white;
	font-weight: bold !important;
	font-size: 12px !important;
	letter-spacing: 1px;
	border: 1px solid #005A84 !important;
	border-radius: 6px;
	padding: 15px 20px;
	text-transform: uppercase;
}
.story .sg-button:hover {
	border: 1px solid #006798 !important;
	background: #006798 !important;
}
.sg-type-radio ul.sg-list {
	border-bottom: 1px solid #0072a8;
	margin: 0 -20px !important;
	width: 320px;
}
input.sg-input-radio {
	left: 1em !important;
}

.sg-result-indicator {
	margin-top: 7px !important;
}
.story .vote-experts .vote a.select:hover, .story .vote-experts .vote a.select.active {
	text-decoration: none;
	background: url(../img/dataviz/bg_vote_over.png);
}

.story .vote-experts .vote button {
	display: inline-block;
	background: #005A84;
	color: white;
	font-style: bold;
	font-size: 12px;
	letter-spacing: 1px;
	border: 1px solid #005A84;
	border-radius: 6px;
	padding: 15px 20px;
	margin:10px 10px 10px 20px;
}

.story .vote-experts .vote button:hover {
	border: 1px solid #006798;
	background: #006798;
}

.story .vote-experts .vote a.seeresults {
	color: white;
	font-size: 12px;
}

.story .vote-experts .vote .chart {
	display: none;
}
.story .vote-experts .experts {
	padding: 40px;
	overflow: hidden;
	width: 800px;
}
.story .vote-experts .experts .headline3 {
	margin-bottom: 30px;
	color: #444;
}
.story .vote-experts .experts .expert {
	width: 320px;
	float: left;
	margin-right: 80px;
}
.story .vote-experts .experts .experttitle {
	overflow: hidden;
	margin-bottom: 40px;
}
.story .vote-experts .experts .experttitle .divider {
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
	background: #ddd;
	margin-bottom: 10px;
}

.story .vote-experts .experts .experttitle .social {
	float: right;
}
.story .vote-experts .experts .experttitle .name {
	width: 70%;
}
.story .vote-experts .experts .experttitle .headline3 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 23px; 
	line-height: 23px;
	color: #444;
}
.story .vote-experts .experts .experttitle p {
	margin: 0 0 3px 0;
	font-size: 18px;
}
.story .vote-experts .experts .experttitle .title {
	color: #999;
	font-size: 13px;
	line-height: 13px;
	/* text-transform: uppercase; */
}
.story .vote-experts .experts .experttitle img.expertimg {
	float: left;
	margin: 0 20px 20px 0;
}

.story .vote-experts .experts .expert p.quote {
	color: #666;
	line-height: 1.7em;
	font-size: 16px;
	text-indent: -0.em;
}
.sg-header {
	min-height: 1px !important;
	padding: 0 !important;
	height: 1px;
	overflow: hidden;
}
.sg-content {
    padding: 0 20px !important;
}
.sg-question-title {
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: 18px;
	font-weight: 300 !important;
	margin-bottom: 20px !important;
}
.sg-question {
	border: none !important;
}

.story .ar-stories {
	position: relative;
	height: 768px;
}

.story .ar-stories img {
	border: 1px solid #ddd;
}

.story .ar-stories .ar {
	padding: 40px 20px 0;
	background: #F7F7F7;
	z-index: 5;
	height: 727px;
}

.story .ar-stories .stories {
	padding: 40px 20px;
	width: 840px;
	z-index: 1;
	background: #f7f7f7;
	height: 688px;
}

.story .ar-stories .stories ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.story .ar-stories .stories ul img {
	float: left;
	margin:0 20px 20px;
	background: white;
}

.story .ar-stories .stories ul li {
	clear: both;
	color: #999;
	width: 650px;
	line-height: 20px;
}

.story .ar-stories .stories ul li a {
	font-size: 18px;
	color: #0088CC;
}
.story .ar-stories .stories ul li a:hover {
	text-decoration: underline;
}
.ui-dialog .ui-dialog-content {
	background-color: white;
}
.ui-dialog-titlebar {
	display: none;
}
.ui-widget-overlay {
	background: rgba(0, 0, 0, 0.75);
}
#dialog {
	position: relative;
}
#dialog #close {
	top: 15px;
	z-index: 20;
}
.story #footerWrap {
	margin: 0 auto;
	color: #666;
	font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
}
.footer {
	padding: 0;
	background: #333333;
}


@media only screen and (max-width: 1024px) {
    /* Style adjustments for viewports that meet the condition */
    
/*
    body {
	    width: auto;
    }
    
    .body {
		min-width: 481px;
		margin: 0 auto;
    }
    
    #main-feature {
	    height: 767px;
	    margin: 0 auto;
    }
    #main-feature .main-featureimg {
    	left: -300px;
    	width: 1140px;
    }
    #main-featurenav {
    	bottom: 140px;
    	width: 280px;
    }
    #main-featuretext {
	    top: 160px;
	    width: 37%;
    }
    #main-featuretext h1 .highlight {
    	font-size: 58px;
    	white-space: nowrap;
    }
    #main-featurenav .featurelinks li:hover {
		background: url(../img/dataviz/bg_featurelink.png) left top;
		background-color: transparent;
    }
    #main-featurenav .featurelinks li:hover .thumb {
    	display: none;
    }
    #main-featurenav .featurelinks li:hover a {
    	color: #333;
    }
    #main-featurenav .featurelinks li a {
    	font-size: 13px;
    }
*/
}

@media only screen and (max-width: 600px) {
    /* Style adjustments for viewports that meet the condition */
        
/*
    .body {
		min-width: 320px;
		margin: 0 auto;
    }
    
    #main-feature {
	    height: 767px;
	    width: auto;
	    margin-bottom: 10px;
	    margin-top: 0;
	    margin-left: auto;
	    margin-right: auto;
    }
    #main-feature .main-featureimg {
    	left: -300px;
    	width: 1140px;
    }
    #main-featurenav {
    	position: static;
    	bottom: auto;
    	right: auto;
    	margin: 50px auto 0;
    }
    #main-featurenav .featurelinks li,
    #main-featurenav h2 {
	    margin: 0;
    }
    #main-featuretext {
    	position: static;
	    top: 40px;
	    left: auto;
	    width: auto;
	    margin-bottom: 0px;
	    margin-top: 30px;
	    margin-left: 20px;
	    margin-right: 20px;
    }
    #main-featuretext h1 .highlight {
    	font-size: 55px;
    }
*/
}

@media print {
/*
	img {
		visibility: visible !important;
		display: block !important;
	}
*/
}