/*COLOR SWATCHES:

	gray for borders: 						#d8dbdd;
	body text gray, link box backgrounds: 	#7e8990;
	lighter gray for hover states: 			#cbd0d3;
	blue for links: 						#1b6b9d;
*/



/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */
body {
	
	font: 62.5% "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #7e8990;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 36%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 36%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 36%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 36%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 36%,#cccccc 100%); /* W3C */
}

.no-js body, .no-cssgradients body {
	background: url(../images/body_bg_gradient.jpg) repeat-x 0 bottom;
}
/* @group Typography */

h1 {
	text-transform: uppercase;
	margin-top: 27px;
	width: 785px;
	font-size: 3.5em;
	line-height: 1;
	font-weight: bold;
}

h2 {
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 11px;
}


h3 {
	font-size: 2.4em;
	font-weight: bold;
}

p {
	font-size: 1.4em;
	line-height: 1.4;
	margin-bottom: 18px;
}

a, a:link {
 	color: #1b6b9d;
 	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

/* @end */

/* @group Structure */

header {
	background: #1b6b9c url(../images/header_bg_clouds.jpg) no-repeat center top;
	width: 100%;
	height: 152px;
	padding-top: 1px;
}
 h1 a, h1 a:link{
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
}

h1 a:hover {
	text-decoration: none;
	color: white;
}
h1 a img {
	display: inline;
	position: static;
	float: left;
	/*margin-right: 40px;*/
}
h1 span {
	display: inline-block;
	margin-bottom: 5px;
	position: absolute;
	left: 304px;
	
	background: #70a1bf;
	background: rgba(27,107,157,.2);
	padding-right: 14px;
}

h1 span.cs {
	top: 40px;
}
.no-rgba h1 span {
	background: transparent url(../images/white_trans.png);
}
header img {
	position: absolute;
	right: 0;
	top: 36px;
}
.header_inner, nav, #main {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

#main {
	margin-bottom: 40px;
	background: white;
	-webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, .15);
-moz-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, .15);
box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, .15);
}

.hero {
	width: 100%;
	clear: both;
	border-bottom: solid 1px #d8dbdd;
	position: relative;
}
.content_primary {
	width: 571px;
	margin: 38px;
	float: right;
	display: inline;
}

.content_secondary {
	width: 287px;
	margin: 38px 0 38px 38px;
	float: left;
	display: inline;
	background: #f2f3f4;
	padding-bottom: 22px;
}

footer {
	clear: both;
	border-top: solid 7px #d8dbdd;
}
/* @end */


/* @group Navigation */

#nav_primary {
	margin-top: -35px;
	overflow: hidden;
	height: 65px;
	background: #74ae01; /* Old browsers */
	background: -moz-linear-gradient(top, #74ae01 0%, #628910 92%, #336600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74ae01), color-stop(92%,#628910), color-stop(100%,#336600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #74ae01 0%,#628910 92%,#336600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #74ae01 0%,#628910 92%,#336600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #74ae01 0%,#628910 92%,#336600 100%); /* IE10+ */
	background: linear-gradient(top, #74ae01 0%,#628910 92%,#336600 100%); /* W3C */
	font-size: 2.2em;
	line-height: .8;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.no-cssgradients #nav_primary {
	background: #ce5a00 url(../images/nav_bg_gradient.png) repeat-x right top;
}
#nav_primary li {
	display: inline;
	float: left;

}

#nav_primary a {
	display: block;
	padding: 19px 34px;
	height: 19px;
	margin-top: 10px;
	color: white;
	text-decoration: none;
}
#nav_primary a:hover, #nav_primary a:focus {
	background: #99cc33; /* Old browsers */
	background: -moz-linear-gradient(top, #99cc33 0%, #99cc33 92%, #99cc33 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc33), color-stop(92%,#99cc33), color-stop(100%,#99cc33)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #99cc33 0%,#99cc33 92%,#99cc33 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #99cc33 0%,#99cc33 92%,#99cc33 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #99cc33 0%,#99cc33 92%,#99cc33 100%); /* IE10+ */
	background: linear-gradient(top, #99cc33 0%,#99cc33 92%,#99cc33 100%); /* W3C */
}


.no-cssgradients #nav_primary a:hover, 
.no-cssgradients #nav_primary a:focus{
	background: #d29866 url(../images/nav_hover_bg_gradient.png) repeat-x 0 top;
}
#nav_primary a.here {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f4f5 23%, #ffffff 45%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(23%,#f3f4f5), color-stop(45%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f4f5 23%,#ffffff 45%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f4f5 23%,#ffffff 45%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f4f5 23%,#ffffff 45%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f3f4f5 23%,#ffffff 45%,#ffffff 100%); /* W3C */
	color: #7e8990;
}

.no-cssgradients #nav_primary a.here {
        background: url(../images/here_bg_gradient.png) repeat-x 0 top;
}
 
#nav_primary #share_li {
        float: right;
        font-size: .636363636em;
        text-transform: none;
        color: #ffffff;
}
 
#nav_primary #share_li .st_sharethis_custom {
        /*line-height: 1;*/
        margin: 0;
        display: block;
        padding: 27px 12px 27px 12px;
        height: 100%;
        background: #368dc4; /* Old browsers */
background: -moz-linear-gradient(top, #368dc4 0%, #1f70a2 92%, #175d8b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#368dc4), color-stop(92%,#1f70a2), color-stop(100%,#175d8b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #368dc4 0%,#1f70a2 92%,#175d8b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #368dc4 0%,#1f70a2 92%,#175d8b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #368dc4 0%,#1f70a2 92%,#175d8b 100%); /* IE10+ */
background: linear-gradient(top, #368dc4 0%,#1f70a2 92%,#175d8b 100%); /* W3C */
}
 
.no-cssgradients #nav_primary #share_li {
        background: #005e91 url(../images/share_bg_gradient.png) repeat-x 0 top;
}
 
#nav_primary #share_li:hover {
        cursor: pointer;
}



/* @end */

/* @group Forms */

/* @group Form fixes */

/* from the normalize section of the HTML5 boilerplate */
label { cursor: pointer; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; }

/* @end */



/* @end */

/* @group Classes/specific features */



/* @group hero */



.hero img {
	float: left;
	display: inline;
	margin: 23px 13px;
	
}

.hero h2, .hero p {
	margin-left: 382px;
	margin-right: 38px;
}

.hero h2 {
		padding-bottom: 19px;
	border-bottom: solid 1px #d8dbdd;
	padding-top: 40px;
	margin-bottom: 24px;
}
.hero .download {
	clear: right;
	
	font-weight: bold;
	font-size: 1.5em;
	
}
.interior .hero .download {
	position: absolute;
	left:  38px;
	margin: 0;
	top: 350px;
}

.download a {
	color: white;
	display: inline-block;
	padding: 10px 17px 10px 43px;
	text-decoration: none;
	background: #7e8990 url(../images/acrobat_logo.png) no-repeat 15px center;
}

.download a:hover, .download a:focus {
	background-color: #cbd0d3;
}
/* @end */

.front .content_primary h2 {
	background:  url(../images/chart_header_bg.png) no-repeat left center;
	padding-left: 30px;
}

/* @group content_secondary */

 .content_secondary h3 {
	margin: 22px 22px 11px 22px;
	font-size: 1.8em;
}


.content_secondary p {
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 10px;
}

.content_secondary .vcard span {
	display: block;
}

h3.rank_h {
	padding-left: 40px;
	margin-bottom: 9px;
	line-height: 1.8;
	background: url(../images/ranking_header_bg.png) no-repeat -6px center;
}

.rank_list li {

	font-size: 2.4em;
	font-style: italic;

	color: #ffffff;
	color: rgba(255,255,255,.5);
}
.no-rgba .rank_list li {
	color: #fff;
}
.rank_list a{
	
	padding: 2px 0 2px 16px;
	font-style: normal;
	
	display: block;
	color: white;
	font-weight: bold;
	font-size: .75em;
	background: #7e8990 url(../images/links_sprite.png) no-repeat 255px -29px;

	border-bottom: solid 1px #f2f3f4;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	
}
.rank_list .rank {
	width: 45px;
}
.rank_list a:hover, .rank_list a:focus {
	text-decoration: none;
	background: #cbd0d3 url(../images/links_sprite.png) no-repeat 255px 3px;
}

.content_secondary .downloads {
	margin: 0 22px;
	font-size: 1.4em;
}

.content_secondary .downloads li {
	margin-bottom: 15px;
}

/* @end */

/* @group Downloads */

.downloads li a{
	padding-left: 25px;
	font-weight: bold;
	background: url(../images/acrobat_logo.png) no-repeat left center;
}


/* @end */

/* @group show hide list */

.show_hide_list {
	width: 571px;
}

.show_hide_list > li {
		border-bottom: solid 1px #f2f3f4;
		position: relative;
		clear: both;
}


ol.show_hide_list > li {
	
	clear: both;
		margin-left: 0px;
	font-size: 2.4em;

}
.no-rgba ol.show_hide_list > li {
	/*color: #ccc;*/
}


ol.show_hide_list > li.active {
	color: white;
	color: rgba(255,255,255,.9);

}
.show_hide_list h3 {
	font-size: 1.8em;
}

.show_hide_list h3 a {
	display: block;
	color: white;
	padding: 4px 0 5px 16px;
	background: #7e8990 url(../images/links_sprite.png) no-repeat 98% -120px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
	clear: both;
	position: relative;
	
}


span.rank {
	width: 56px;
	display: inline-block;
		
	margin: 0;
	font-size: 1.2em;
	line-height: 1;
	font-style: italic;
	font-weight: normal;
}

.show_hide_list h3 a:hover, 
.show_hide_list h3 a:focus {
	background-color: #cbd0d3;
	text-decoration: none;
}

.no-rgba .show_hide_list li:hover, 
.no-rgba .show_hide_list li:focus {
	color: #aaa;
}

.show_hide_list .active h3 a {
	background: #cbd0d3 url(../images/links_sprite.png) no-repeat 98% -61px;
	color: #7e8990;
}

.show_hide_list li .description {
	color: #7e8990;
	display: none;
	padding-bottom: 1px;
	padding: 16px 16px 2px 16px;
	background: #f2f3f4;
	position: relative;
	left: 0;
	
}
.description:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.show_hide_list .active .description {
	display: block;
}


ol.show_hide_list li h3 {
	font-size: .75em;
}
ol.show_hide_list .description p {
	font-size: .583333333em;
}


.show_hide_list .score, 
.show_hide_list h3 a span.rank {
	color: #ccc;
	color: rgba(255,255,255,.5);
}
.no-rgba .show_hide_list p.score, 
.no-rgba .show_hide_list a:hover span.rank {
	color: #fff;
	
}

.show_hide_list .score {
	position: absolute;
	top: 8px;
	
	right: 63px;

	margin: 0;
	font-size: .75em;
	line-height: 1;
	font-style: italic;
}
ol.show_hide_list .downloads li {
	margin-bottom: 14px;
}

ol.show_hide_list .downloads li a {
	padding-left: 25px;
	display: inline-block;
	line-height: 1.4;
}
.description .summary {
	width: 66%;
	margin-top: -125px;
	float: right;
	display: inline;

}


p.rank {
	width: 115px;
	height: 92px;
	padding-top: 23px;
	float: left;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background: url(../images/ranking_circle.png) center center;
}

p.rank span {
	display: block;
	font-size: 55px;
	line-height:1;
	letter-spacing: -3px;
	font-style: italic;
	font-weight: normal;
}

.description .downloads {
	clear: left;
	width: 33%;
	float: left;
	font-size: .5em;
}

/* @group Methodology */

#themes_table {
width: 442px;
font-size: 1.5em;
}
th {
	padding-bottom: 5px;
}
th.col1 {
	text-align: left;
	padding-left: 18px;
}

td {
	font-style: italic;
	padding: 5px 18px;
}

td.col1 {
	font-weight: bold;
	font-style: normal;
	padding: 5px 18px;
}

tr:nth-of-type(2n){
	background: #f2f3f4;
}

img.icon {
	float: left;
	margin-right: 10px;
}

.report_link {
	margin-left: 140px;
	margin-top: 10px;
	font-weight: bold;
}

/* @end */
/* @end */


/* @group footer */

.bsa_address{
	margin: 38px;
	width: 283px;
	float: left;
	font-size: 1.2em;
	line-height: 1.25;
}
.bsa_address img {
	margin-bottom: 23px;
	margin-left: -4px;
}

footer h3 {
	margin-top: 38px;
	margin-bottom: 22px;
}

footer li {
	font-size: 1.2em;
	margin-bottom: 12px;
}

footer li a {
	font-style: italic;
}
p.copyright_privacy {
	clear: both;
	font-size: 1.2em;	
	padding: 15px 28px;
	margin: 0;
	border-top: solid 1px #d8dbdd;
}

/* @end */
/* @end */



/* @group Helper Classes */

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*for ie6*/
* html .group {
	height: 1%;
}

/*for ie7*/
*:first-child+html .group {
	min-height: 1px;
	}


/* @end */