/*
	RESET!
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 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;
	font-family:'ff-meta-serif-web-pro';
	color:#555;
	font-size:62.5%; /* Makes calculating EMs easier but zooming the viewport is more chaotic. */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong,
b {
font-weight:bold;
}
em,
i {
font-style:italic;
}
label {
cursor:pointer;
}
input {
outline:none;
}
sup {
vertical-align:baseline;
position:relative;
top:-0.4em;
font-size: 85%;
padding:0 0.3em 0 0.1em;
}


/* Form element reset via http://formalize.me/ */
input[type="search"]::-webkit-search-decoration {
display: none;
}
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
-webkit-box-shadow: #06f 0 0 5px 0;
-moz-box-shadow: #06f 0 0 5px 0;
box-shadow: #06f 0 0 5px 0;
z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding-box;
background: #ddd repeat-x;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ddd));
background-image: -webkit-linear-gradient(#fff, #ddd);
background-image: -moz-linear-gradient(#fff, #ddd);
background-image: -o-linear-gradient(#fff, #ddd);
background-image: linear-gradient(#fff, #ddd);
border: 1px solid;
border-color: #ddd #bbb #999;
cursor: pointer;
color: #333333;
display: inline-block;
font: bold 1.2em/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
outline: 0;
overflow: visible;
margin: 0;
padding: 3px 10px;
text-shadow: white 0 1px 1px;
text-decoration: none;
vertical-align: top;
width: auto;
*padding-top: 2px;
*padding-bottom: 0;
}
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(1px, #eee), color-stop(100%, #cccccc));
background-image: -webkit-linear-gradient(#fff, #eee 1px, #cccccc);
background-image: -moz-linear-gradient(#fff, #eee 1px, #cccccc);
background-image: -o-linear-gradient(#fff, #eee 1px, #cccccc);
background-image: linear-gradient(#fff, #eee 1px, #cccccc);
text-decoration: none;
}
button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ddd), color-stop(100%, #eee));
background-image: -webkit-linear-gradient(#ddd, #eee);
background-image: -moz-linear-gradient(#ddd, #eee);
background-image: -o-linear-gradient(#ddd, #eee);
background-image: linear-gradient(#ddd, #eee);
-webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
-moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
border-color: #999 #bbb #ddd;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
border: 0;
padding: 0;
}

a.button {
*padding-bottom: 3px;
}

button {
*padding-top: 1px;
*padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-appearance: none;
background-color: white;
border: 1px solid;
border-color: #848484 #c1c1c1 #e1e1e1;
color: black;
outline: 0;
margin: 0;
padding: 2px 3px;
text-align: left;
height: 1.8em;
vertical-align: top;
*padding-top: 2px;
*padding-bottom: 1px;
*height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-moz-user-select: -moz-none;
-webkit-user-select: none;
-khtml-user-select: none;
user-select: none;
color: #888888;
cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
color: #888888;
}

textarea,
select[size],
select[multiple] {
height: auto;
}

select[size="0"],
select[size="1"] {
height: 1.8em;
*height: auto;
}

textarea {
min-height: 40px;
overflow: auto;
resize: vertical;
width: 100%;
}

optgroup {
color: black;
font-style: normal;
font-weight: normal;
}
optgroup::-moz-focus-inner {
border: 0;
padding: 0;
}

@media (-webkit-min-device-pixel-ratio: 0) {
	select[size],
	select[multiple],
	select[multiple][size] {
	background-image: none;
	padding-right: 3px;
	}
	
	select,
	select[size="0"],
	select[size="1"] {
	background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	}
	
	::-webkit-validation-bubble-message {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, black));
	border: 0;
	color: white;
	overflow: hidden;
	padding: 15px 15px 17px;
	text-shadow: black 0 0 1px;
	min-height: 16px;
	}
	
	::-webkit-validation-bubble-arrow,
	::-webkit-validation-bubble-top-outer-arrow,
	::-webkit-validation-bubble-top-inner-arrow {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #666;
	border-color: #666;
	}
}


/* IcoMoon font for icons */
@font-face {
	font-family: 'api-font';
	src:url('/wp-content/themes/american-press-institute/fonts/api-font.eot');
	src:url('/wp-content/themes/american-press-institute/fonts/api-font.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/american-press-institute/fonts/api-font.woff') format('woff'),
		url('/wp-content/themes/american-press-institute/fonts/api-font.ttf') format('truetype'),
		url('/wp-content/themes/american-press-institute/fonts/api-font.svg#api-font') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'api-font';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-twitter, .icon-facebook, .icon-youtube, .icon-feed, .icon-search, .icon-list, .icon-grid, .icon-menu, .icon-arrow-up-right {
	font-family: 'api-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-twitter:before {
	content: "\e009";
}
.icon-facebook:before {
	content: "\e00a";
}
.icon-youtube:before {
	content: "\e00b";
}
.icon-feed:before {
	content: "\e00c";
}
.icon-search:before {
	content: "\e00d";
}
.icon-list:before {
	content: "\e000";
}
.icon-grid:before {
	content: "\e001";
}
.icon-menu:before {
	content: "\e002";
}
.icon-arrow-up-right:before {
	content: "\e003";
}



/* Helpers */
.holder {
max-width:1060px;
margin:0 auto;
}

/* Use .hide for completely hidding an element from visual and screen readers */
.hide {
display:none!important;
}

/* Use .hidden to visual hide an element but still making it accessible to screen readers. */
.hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

/* #top is the ID of the Skip link. */ 
#top {
left:-999em;
position:absolute;
top:auto;
.top:-999em;
}

/* If the skip link is focused using the keyboard then show it. */
#top:focus {
position:static;
font-size:1.5em;
background-color:#FFFFD5;
display:block;
font-weight:700;
color:#000;
padding:2px 15px 5px;
}

/* Should only be used as a last resort if clearing floats with overflow:hidden|auto doesn't work. */
.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: ".";   
display: block;   
height: 0;   
overflow: hidden;	
zoom: 1;
}
.clearfix:after {clear: both;}

/* General */

body {
background-color:#FAFAFA;
}
.wrap {
background-color:#fff;
overflow:auto;
height:100%;
padding-bottom:0.5em;
}

a {
color:#2b86a5;
text-decoration:none;
}
a:hover,
a:focus {
text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.looks-like-h1,
.looks-like-h2,
.looks-like-h3,
.looks-like-h4,
.looks-like-h5,
.looks-like-h6, {}

/* Layouts */
#content,
#sidebar,
#report-extras {
float:left;
padding:0 2em;
}
#sidebar {
width:15%;
float:right;
}
.wide #content,
.wide #report-extras {
width:90%;
margin: 0 auto;
}
#content,
#report-extras {
width:60%;
margin:0 0 0 15%;
}
.content-sidebar #content,
.content-sidebar #report-extras {
width: 77%;
margin-left: 0;
padding-left: 0;
}
.content-sidebar #sidebar {
width:19%;
padding-right:0;
}
.home #content {
width:72%;
}
.home #sidebar {
width:24%;
}

.sidebar-content #content,
.sidebar-content #report-extras {
width:60%;
margin:0;
float:right;
}
.sidebar-content #sidebar {
width:25%;
margin-right:6%;
}


#content,
#sidebar,
.page #sidebar,
#tribe-events-pg-template {
padding-top:7em;
padding-bottom:3.5em;
}
#sidebar {
padding-top:18em;
}
.events-archive #tribe-events-pg-template {
padding-top:0;
}
.home #content,
.home #sidebar {
padding-top:4em;
}
.half-width-column {
width:45%;
float:left;
margin-right:4%;
}


/* Header */
header {
background-color:#333;
padding:0 4em;
}
header .holder {
overflow:auto;
height:100%;
padding-bottom:0.5em;
}
header .logo {
padding-top:1.2em;
padding-bottom:1.2em;
float:left;
}
header .print-logo {
display:none;
}
header .tagline {
float: right;
color: #EEE;
font-size: 2.2em;
font-style: italic;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: 300;
letter-spacing:0.05em;
padding: 29px 0;
}
header .icon-menu {
display:none;
font-size:5em;
float:right;
color:#fff;
padding:0.2em 0 0;
text-decoration:none;
cursor:pointer;
}

/* Nav */
nav {
border-bottom:1px solid #ccc;
background-color:#fff;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
padding:0 4em;
}
nav .main-menu {
float:left;
}
nav .main-menu li {
float:left;
text-transform:uppercase;
font-size:1.4em;
}
nav .main-menu li li {
font-size:1em;
}
nav .main-menu a {
display:block;
color:#AAA;
padding:23px 38px;
letter-spacing:0.05em;
}
nav .main-menu a:hover,
nav .main-menu a:active,
nav .main-menu a:focus {
color:#F58823;
}
body nav .main-menu .first a {
padding-left:0;
}
nav .has-children {
position:relative;
}
nav .has-children a:after {
content: "\002C7";
color:#F58823;
font-size:2.2em;
position:absolute;
top:44%;
right:18px;
}
nav .sub-menu a:after {
content:"";
position:static;
}
nav .sub-menu {
-webkit-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
-ms-border-radius: 0 0 2px 2px;
-o-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
zoom: 1;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
visibility: hidden;
position: absolute;
top: 100%;
width: 420px;
padding:0 20px;
margin: -1px 0 0 0;
background: #f9f9f9;
background-clip: border-box;
border-top: 2px solid #f58823;
line-height: 1;
z-index: 1;
}

nav .active .sub-menu {
visibility:visible;
}

nav	.sub-menu:before,
nav	.sub-menu:after {
content: "";
display: table;
}
nav .sub-menu:after {
border: 5px solid;
border-color:transparent transparent #F58823 transparent;
content: "";
position: absolute;
left:15%;
top:-0.855em;
}
nav .sub-menu li {
font-size:1.6em;
float:left;
width:48%;
}
nav .sub-menu li:nth-of-type(even) {
margin-left:2%;
}
nav .sub-menu li:nth-of-type(odd) {
margin-right:2%;
}
nav .sub-menu li.special-item {
clear:left;
margin-right:0;
margin-left:0;
}
nav .sub-menu .special-item a {
color:#FF7D00;
}
nav .sub-menu a {
position: relative;
padding: 17px 0;
border-bottom: 1px dotted #ccc;
color: #555;
text-decoration: none;
white-space: nowrap;
letter-spacing:normal;
}

nav form,
nav .follow-us {
float:right;
}
nav form {
margin:1.4em 0 0;
padding:4px;
background-color:#FAFAFA;
border:1px solid #ddd;
width:20em;
}
nav #s,
nav form button {
font-size:1.2em;
}
nav #s {
background-color:#FAFAFA;
border:0 none;
outline:none;
width:168px;
}
nav form button {
background-color:#ff7d00;
background-image:none;
border: 0 none;
color:#fff;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
padding:0.25em 0.5em;
float:right;
}
nav form button:hover {
background-image:none;
}
nav .follow-us {
overflow:auto;
width:14em;
}
nav .follow-us li {
float:left;
list-style:none;
font-size:1.5em;
}
nav .follow-us a {
display:block;
padding:1.4em 0.5em;
color:#aaa;
}

nav .follow-us a:hover,
nav .follow-us a:focus,
nav .follow-us a:active {
text-decoration:none;
}
nav .twitter a:hover,
nav .twitter a:focus,
nav .twitter a:active {
color:#00ACED;
}
nav .youtube a:hover,
nav .youtube a:focus,
nav .youtube a:active {
color:#CD332D;
}
nav .facebook a:hover,
nav .facebook a:focus,
nav .facebook a:active {
color:#3B5998;
}
nav .rss a:hover,
nav .rss a:focus,
nav .rss a:active {
color:#f60;
}



/* Content */
.content h1 {
margin: 0 0 0.8em;
color: #333;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: 600;
font-size: 4em;
line-height:1;
text-rendering: optimizelegibility;
}
.content .section-heading {
font-size:3.6em;
margin-top:1.5em;
}
.content h2 {
color:#08b520;
font-size:2.2em;
line-height:1.3;
margin:1.63em 0 0.5em;
}
.content h3 {
font-weight:bold;
font-size:2em;
line-height:1.5;
color:#444;
margin-bottom:1.3em;
}
.content .curation-source {
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-style:italic;
color:#B0B0B0;
font-weight:300;
margin-top:-1em;
}
.content p,
.content li {
font-size:1.8em;
line-height:1.4;
margin-bottom:1.333333em;
}
.content ul,
.content ol {
padding-left:3em;
margin-bottom:1em;
}
.content ul {
list-style:square;
}
.content ol {
list-style:decimal;
}
.content li ul,
.content li ol {
margin-bottom:0.25em;
}
.content li li,
.content li p {
font-size:1em;
}
.content blockquote {
font-family:'Open Sans', Helvetica, Arial, sans-serif;
font-style:italic;
padding-left:1em;
color:#aaa;
font-size:1.8em;
line-height:1.714285714;
position:relative;
border-left:0.1em solid #08b520;
margin-left:1em;
}
.content blockquote.aligncenter,
.content blockquote.alignleft,
.content blockquote.alignright {
width:50%;
border-top:0.1em solid #F4F4F4;
border-bottom:0.1em solid #F4F4F4;
border-right:0 none;
border-left:0 none;
text-align:center;
padding-top:1.333333em;
font-size:2.1em;
}
.content blockquote.alignleft {
margin-right:1em;
}
.content blockquote.alignright {
margin-left:1em;
}
.content blockquote.aligncenter {
width:auto;
}
.content blockquote .open-quote,
.content blockquote .close-quote {
position: absolute;
color:#08b520;
font-size: 2.5em;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
}
.content blockquote .open-quote {
top:-0.3em;
left:0.1em;
}
.content blockquote .close-quote {
bottom:-0.7em;
right:0.1em;
}
.content blockquote p,
.content blockquote li {
font-size:1em;
}

/* Footnotes */
.footnotes {
border-top:0.1em solid #f4f4f4;
padding-top:1.8em;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
}
.footnotes li {
font-size:1.2em;
}
#footnote-tooltip {
position:absolute;
background-color:#fafafa;
font-size:1.4em;
line-height:1.25;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
padding:1.375em;
border-top:0.1em solid #FC8447;
max-width:25em;

-webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.2);
box-shadow: 0 3px 5px 1px rgba(0,0,0,0.2);
}
#footnote-tooltip-triangle {
position:absolute;

width:0;
height:0;
border-style:solid;
border-width:0 0.65em 0.65em 0.65em;
border-color:transparent transparent #FC8447 transparent;
}

/* Single */
.single .the-series,
.single .the-series a {
color:#aaa;
}
.single .the-series {
font-size:1.5em;
margin-bottom:0.3em;
}


/* Single Indicator */
.single-indicator #content {
max-width:70em;
margin:0 auto;
float:none;
width:auto;
}
.single-indicator .content h1,
.single-indicator .content p {
text-align:center;
}
.content .indicator {
font-family:"effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight:bold;
font-size:2.8em;
line-height:1;
}
.aligncenter .indicator {
text-align:center;
}
.alignleft .indicator,
.alignright .indicator {
max-width:15.35em;
}
.indicator strong {
font-size:357%;
display:block;
}
.indicator a {
text-decoration:none;
}
.indicator a:hover,
.indicator a:focus,
.indicator a:hover i,
.indicator a:focus i {
color:#F58823;
}
.indicator a i {
color:#aaa;
font-size:0.8em;
}
.content .related-indicators {
font-family:"effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
line-height:1;
text-align:center;
}
.content .related-indicators h2 {
font-size:2.2em;
color:#555;
font-weight:bold;
padding-bottom:0.5em;
}
.related-indicators a {
background-color:#f1f1f1;
border:0.1em solid #ccc;
color:#39839c;
float:left;
width:40%;
padding:1em 0.75em;
}
.related-indicators a:hover,
.related-indicators a:focus {
color:#fff;
background-color:#39839c;
text-decoration:none;
}
.related-indicators .position-2 {
float:right;
}
.related-indicators strong {
display:block;
font-size:200%;
}
.single-indicator .see-all {
padding-top:3em;
text-transform:uppercase;
font-family:"effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
clear:both;
}
.single-indicator .see-all a {
color:#08b520;
background-color:#f1f1f1;
border:0.1em solid #ccc;
padding:1.2em 1.9em;
}
.single-indicator .see-all a:hover,
.single-indicator .see-all a:focus {
background-color:#00C200;
color:#fff;
}


/* Tabs */
/* Make list items go horizontal with these classes */
ul.horizontal,
ul.horizontal-right,
ol.horizontal,
ol.horizontal-right {
padding-left:0;
margin-bottom:0;
}
.horizontal li {
float:left;
list-style:none;
}
.horizontal-right li {
float:right;
list-style:none;
}
.tabs {
overflow:auto;
height:100%;
border-bottom:0;
margin-bottom:0;
font-family:"effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.tabs li {
border:0;
text-transform:uppercase;
font-size:1.2em;
margin:0;
}
.tabs a {
color:#9e9e9e;
padding:2px 10px;
text-decoration:none;
display:block;
}
.tabs .first a {
border-right:0.1em solid #CCC;
}
.tabs .active {
position:relative;
}
.tabs .active a {
color:#F58320;
}


/* Highcharts */
.highchart {
font-family:"effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
margin-bottom:1.333333em;
}
.highchart .chart,
.highchart .data {
border:0.2em solid #F3F3F4;
border-top-color:#F58320;
}
.content figure.highchart h2 {
font-family:"effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size:2.8em;
font-weight:700;
text-align:center;
color:#333;
border-top:0;
border-bottom:0;
padding-left:1em;
padding-right:1em;
}
.highchart .subtitle {
font-family:'ff-meta-serif-web-pro';
font-size:1.4em;
font-style:italic;
color:#666;
text-align:center;
padding-left:2em;
padding-right:2em;
margin-bottom:0;
}
.highchart .tabs a {
padding-bottom:0.8em;
}
.highchart .tabs .first a {
border-right:0;
}
.highchart .tabs .active a:before {
content: '';
display: block;
width: 0;
height: 0;
border-left: 0.6em solid #fff;
border-right: 0.6em solid #fff;
border-bottom: 0.6em solid #F58320;
position: absolute;
bottom: 0;
left:35%;
}

.highchart .data {
padding:2em;
border-top-width: 0.3em;
}
table.highchart,
.highchart table {
width:100%;
}
.highchart thead th {
font-size:1.3em;
font-weight:bold;
text-align:left;
}
.highchart tbody th,
.highchart tbody td {
font-size:1.3em;
padding:1em 0.2em;
border-top:0.1em solid #ccc;
}
.highchart tbody tr:first-child th,
.highchart tbody tr:first-child td {
border-top:0 none;
}
.highchart .chart,
.highchart .data {

}
.highchart .zoom-instructions {
font-size: 1.2em;
font-style:italic;
text-transform:uppercase;
margin:-1.8em 0 0.5em;
text-align:right;
float:right;
color:#9e9e9e;
}
.content .data-source,
.content .credit-chart {
font-size:1.2em;
color:#666;
text-align:left;
}
.single-indicator .content .data-source {
font-style:italic;
margin-bottom:0;
text-align:left;
}
.content .data-source strong {
font-style:normal;
}
.content .credit-chart {
font-family:"effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
border-bottom:0.6em solid #f3f3f4;
text-align:left;
text-transform:uppercase;
}
.credit-chart cite {
background-color:#fff;
padding-right:0.9em;
position:relative;
top:0.9em;
}

/* Archive */
.archive .description {
border-bottom:0.4em double #aaa;
margin-bottom:3em;
}
.archive .description h1 {
margin-bottom:0.55555555em;
}
.archive .description p,
.archive .description li {
font-size:2em;
line-height:1.272727;
}
.archive article {
border-bottom:0.1em dashed #ccc;
padding-bottom:3em;
margin-bottom:3em;
}
.archive .byline {
background-color:#fafafa;
overflow:auto;
height:100%;
}
.archive .byline p {
margin-bottom:0;
font-size:1.2em;
padding-top:2em;
}
.archive .byline .by {
float:right;
text-align:right;
position:relative;
padding-right:5em;
height:28px;
width:45%;
}
.archive .byline .avatar {
margin-left:10px;
position:absolute;
top:0;
right:0;
}
.archive .byline .published {
float:left;
width:33%;
padding:0.8em 0 0.8em 0.8em;
}
.archive .byline time {
display:block;
}



/* Newsletter Signup */
.newsletter-signup {
padding-bottom:2.5em;
}
.newsletter-signup .heading {
font-size:1.6em;
line-height:1.125;
color:#FF7D00;
margin-bottom:0.4em;
margin-top:0.4em;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.newsletter-signup form {
margin:0;
padding:4px;
background-color:#FAFAFA;
border:1px solid #ddd;
width:96%;
}
.newsletter-signup .email,
.newsletter-signup button {
font-size:1.2em;
}
.newsletter-signup .email {
background-color:#FAFAFA;
border:0 none;
outline:none;
width:80%;
}
.newsletter-signup button {
background-color:#ff7d00;
background-image:none;
border: 0 none;
color:#fff;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
padding:0.25em 0.5em;
float:right;
}
.newsletter-signup button:hover {
background-image:none;
}
.newsletter-signup button i {
font-weight:400;
}
.single .newsletter-signup {
border-top:0.1em solid #FF7D00;
border-color:#FF7D00;
padding:1em 2em 2em;
background-color:#fafafa;
}
.single .newsletter-signup .inner {
max-width:30em;
margin-left:auto;
margin-right:auto;
}
.single .newsletter-signup.alignleft,
.single .newsletter-signup.alignright {
border-top:0 none;
}
.single .newsletter-signup .heading {
color:#222;
font-size:2em;
font-weight:700;
}
.single .newsletter-signup p {
color:#444;
font-size:1.6em;
}


/* Media/Images */
img {
max-width:100%;
height:auto;
}
img.not-responsive {
max-width:none;
}
.content figure h2 {
border-top:0.1em solid #e7e7e7;
border-bottom:0.1em solid #e7e7e7;
font-size:1.5em;
color:#333;
margin:0.5em 0 0.5em;
}
.content figcaption p {
color: #6D6E70;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
color:#555;
font-size: 1.3em;
line-height: 1.35;
padding-top: 10px;
margin-bottom:0.5em;
}
.responsive-embed {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:30px;
}
.responsive-embed iframe,  
.responsive-embed object,  
.responsive-embed embed {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.alignright {
float:right;
border-left:0.1em solid #e7e7e7;
margin:5px 0 15px 15px;	
padding:0 0 0 1em;
}
.alignleft {
float:left;
border-right:0.1em solid #e7e7e7;
margin:5px 15px 15px 0;
padding:0 1em 0 0;
}
.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:2em;
}

/* Template: Alphabetical Index */
#alphabetical-index,
.alphabetical-taxonomy #found-terms-helper,
.alphabetical-taxonomy .col {
font-family:'Open Sans', Helvetica, Arial, sans-serif;
}
#alphabetical-index {
background-color:#FAFAFA;
overflow:auto;
height:100%;
}
#alphabetical-index li {
list-style:none;
float:left;
text-align:center;
font-weight:600;
width:3.5%;
}
#alphabetical-index a,
#alphabetical-index span {
display:block;
padding:1em 0;
}
.alphabetical-taxonomy #filter {
border-top:3px double #dadada;
padding-top:2em;
padding-bottom:1em;
}
.alphabetical-taxonomy #terms {
width:30%;
font-size:1.4em;
}
.alphabetical-taxonomy #found-terms-helper {
font-size: 1.5em;
padding-left: 1em;
padding-top: 0.4em;
display: inline-block;
}
.alphabetical-taxonomy .col {
float:left;
width:30%;
margin:0 2% 3em;
}
.alphabetical-taxonomy .col-1 {
clear:left;
margin-left:0;
}
.alphabetical-taxonomy .col-3 {
margin-right:0;
}
.alphabetical-taxonomy .col h2 {
color:#000;
border-bottom:0.1em solid #DADADA;
margin-bottom:0.2em;
font-weight:600;
}
.alphabetical-taxonomy .col h3 {
border-bottom:1px dashed #DADADA;
font-weight:400;
margin-bottom:0;
}
.alphabetical-taxonomy .col h3 a {
display:block;
padding:0.65em 0;
}


/* Bylines */
.byline p {
color:#aaa;
margin-bottom:0.1em;
text-transform:uppercase;
font-size:1.5em;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.byline .published {
margin-bottom:1.8em;
}

.byline-pull-left {
margin-left: -40%;
float: left;
text-align: right;
width: 35%;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.byline-pull-left .published,
.byline-pull-left .updated {
font-family:'Open Sans', Helvetica, Arial, sans-serif;
font-size:1.1em;
line-height:1.3;
font-weight:400;
text-transform:uppercase;
margin-bottom:0.1em;
color:#aaa;
}
.byline-pull-left .avatar {
margin:1.5em 0;
}
.byline-pull-left h2 {
color:#2b86a5;
margin-bottom:0.6868686868em;
font-size:1.8em;
text-transform: uppercase; 
margin-bottom:0.2em;
margin-top:0;
}
.byline-pull-left p {
font-weight:300;
font-size:1.6em;
color:#777;
line-height:1;
margin-bottom:0.2em;
}
.byline-pull-left .social-media {
padding-left:0;
list-style-type:none;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.byline-pull-left .social-media li {
font-size:1.6em;
}

/* Pagination */
.pagination {
clear:both;
text-align:center;
margin:40px 0;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
}
.pagination .next,
.pagination .prev {
padding:0;
border:0 none;
text-transform:uppercase;
font-weight:500;
letter-spacing:0.1em;
float:left;
padding:0.3em;
}
.pagination .next {
border-right:0;
float:right;	
}
.pagination .next:hover,
.pagination .next:focus,
.pagination .prev:hover,
.pagination .prev:focus {
background-color:#2b86a5;
color:#fff;
text-decoration:none;
}

.pagination .disabled {
color:#ccc;
cursor:default;
}
.pagination .disabled:hover,
.pagination .disabled:focus {
color:#ccc;
background-color:transparent;
}
.pagination ol li {
font-size:1em;
line-height:1;
margin-bottom:0;
display:inline-block;
*display:inline;
}
.pagination a {
color:#2b86a5;	
border:1px solid #2b86a5;
padding:3px 8px;
font-size:1.3em;
}
.pagination li a {
display:block;
*display:inline;
margin-bottom:4px;
text-decoration:none;
}
.pagination .active a {
border:1px solid #fff;
color:#08b520;
cursor:default;
background-color:transparent;
}
.pagination a:hover,
.pagination a:focus {
background-color:#2b86a5;
color:#fff;
}
.pagination .active a:hover,
.pagination .active a:focus {
background-color:transparent;
color:#08b520;
}

/* Teaser Pagination */
.teaser-pagination {
font-family:"effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.teaser-pagination p {
font-size:2.2em;
line-height:1.2;
color:#aaa;
text-align:center;
font-weight:700;
}
.teaser-pagination a {
float:left;
text-align:left;
font-size:1.2em;
color:#666;
min-height:4.8em;
width:42.5%;
text-transform:uppercase;
border:0.1em solid #f5f5f5;
text-decoration:none;
}
.teaser-pagination a:hover,
.teaser-pagination a:focus {
background-color:#2b86a5;
color:#fff;
}
.teaser-pagination .prev,
.teaser-pagination .next {
padding:1.1666em;
}
.teaser-pagination a {
background-color:#fafafa;
}
.teaser-pagination .next {
text-align:right;
float:right;
}
.teaser-pagination a strong {
display:block;
text-transform:none;
font-size:1.666em;
font-weight:normal;
color:#2b86a5;
padding-top:0.2em;
}
.teaser-pagination a:hover,
.teaser-pagination a:focus {
border-color:#2b86a5;
}
.teaser-pagination a:hover strong,
.teaser-pagination a:focus strong {
color:#fff;
}

/* Read More Links */
.content .read-more {
text-align:right;
}
.read-more-links {
border-top:0.4em double #ccc;
padding:2em 0;
clear:both;
}
.read-more-links p {
font-size:1.4em;
margin-bottom:0.8em;
}
.read-more-links strong {
color:#08b520;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-weight:normal;
}

/* Sidebar */
.widget h2 {
color: #333;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: 600;
font-size: 1.5em;
line-height: 1;
}
.post-nav {
list-style:none;
padding-bottom:4em;
}
.post-nav li {
font-size:2em;
}
.widget ul.post-nav li:first-of-type {
padding-top:0.625em;
}
.post-nav a {
display:block;
}
.post-nav .active a {
cursor:default;
color:#08b520;
}
.post-nav .active a:hover,
.post-nav .active a:focus {
text-decoration:none;
}

.child-pages {
margin-top:-1.2em;
padding-bottom:2.5em;
}
.child-pages li {
font-size:1.8em;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
}
.child-pages li li {
font-size:1em;
}
.child-pages a {
display:block;
padding:1em 0.2em 0.6em;
border-bottom:0.1em dotted #D9D9D9;
}
.child-pages .children {
padding-left:1em;
}
.child-pages .current_page_item > a {
font-weight:bold;
}

.related {
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
clear:both;
}
.related .header {
border-bottom:0.1em solid #777;
color:#777;
font-weight:600;
font-size:1.4em;
line-height:2;
text-transform:uppercase;
}
.related li {
font-size: 1.4em;
line-height: 1.2;
border-top: 0.1em dotted #AAA;
padding-top: 0.625em;
margin-bottom: 0.625em;
}
.related li.first {
border-top: 0 none;
}

/* Widgets */
.bottom-widgets {
padding-top:5em;
}
.widget {
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
width:100%;
float:left;
}
.half-width-widgets .widget {
width:48%;
margin:0 2%;
}
.half-width-widgets .position-2,
.half-width-widgets .position-4,
.half-width-widgets .position-6,
.half-width-widgets .position-8 {
margin-right:0;
}
.third-width-widgets .widget {
width:32%;
margin:0 1%;
}
.third-width-widgets .position-3,
.third-width-widgets .position-6,
.third-width-widgets .position-9 {
margin-right:0;
}
.third-width-widgets .position-1,
.third-width-widgets .position-4,
.third-width-widgets .position-7,
.half-width-widgets .position-1,
.half-width-widgets .position-3, 
.half-width-widgets .position-5, 
.half-width-widgets .posiiton-7 {
clear:left;
margin-left:0;
}

.widget .header {
background-color:#666;
font-weight:400;
font-size:1.6em;
line-height:1.125;
color:#fff;
padding:0.6875em 1em;
letter-spacing:0.05em;
}
.widget .header a {
color:#fff;
}
.widget .inner,
.widget .textwidget {
padding:3em 1.9em;
}
.home #sidebar .inner {
padding:1em 0;
}
.widget .subhead {
font-size:2em;
line-height:1.2;
font-weight:600;
margin-bottom:1.2em;
}
.widget p,
.widget li {
font-size:1.6em;
line-height:1.2;
}
.widget p {
margin-bottom:1em;
}
.widget li {
border-top:0.1em dotted #aaa;
padding-top:0.625em;
margin-bottom:0.625em;
}
.widget ul li:first-of-type,
.widget ol li:first-of-type,
.widget li.first {
border-top:0 none;
padding-top:0;
}

/* Lead Story Widget */
.lead-story-widget {

}
.lead-story-widget h1 {
font-size:2.8em;
font-weight:500;
margin-bottom:1em;
}
.lead-story-widget h1 a {
color:#000;
}
.lead-story-widget img {
float:right;
margin-left:2.7em;
}
.lead-story-widget p {
color:#444;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight:300;
}
.lead-story-widget .more {
display:block;
text-transform:uppercase;
font-size:1.2em;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
color:#FF7D00;
}

/* Author Bios */
.api-authors {
overflow:auto;
height:100%;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.api-authors div {
float:left;
width:45%;
margin-right:5%;
padding-bottom:4em;
}
.api-authors .odd {
clear:left;
}
.api-authors img {

}
.api-authors h3 {
color:#545454;
margin-bottom:0.5em;
font-family:'ff-meta-serif-web-pro';
}
.api-authors h3 em {
display:block;
font-size:80%;
font-weight:400;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.api-authors dl {
overflow:auto;
height:100%;
font-size:1.2em;
}
.api-authors dt,
.api-authors dd {
float:left;
font-size:1.4em;
padding-bottom:0.6em;
}
.api-authors dt {
cleaR:left;
}
.api-authors dd {
padding-left:0.2em;
}
.api-authors .more {
font-size:1.4em;
text-transform:uppercase;
display:block;
padding-top:0.5em;
}


/* Contact Form */
.contact-form {
padding-bottom: 2em;
overflow: auto;
height: 100%;
clear:both;
}
.contact-form label {
color:#08b520;
width:49%;
float:left;
font-size:1.3em;
padding-bottom:1em;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
text-transform:uppercase;
}
.contact-form label.full-width {
width:93.5%;
}
.contact-form label input,
.contact-form textarea {
font-size:1.2em;
}
.contact-form label input {
display:block;
width:90%;
margin-top:0.3em;
}
.contact-form label.full-width input {
width:100%;
}
.contact-form textarea {
height:8em;
width:93%;
}
.contact-form .submit,
.contact-form .submit:hover,
.contact-form .submit:focus {
background-color:#08b520;
color:#efefef;
background-image:none;
text-shadow:none;
font-size:1.5em;
text-transform:uppercase;
float:right;
clear:both;
margin-right: 7%;
margin-top: 1em;


-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.contact-map {
width:93%;
}
.contact-map img {
padding:0.2em;
background-color:#fff;
border:0.1em solid #ccc;
}


/* Event Calendar */
#tribe-bar-form .tribe-bar-views-list li {
font-size:1.5em;
font-style:italic;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
background-color:#F58823;
text-shadow:none;
}
h2.tribe-events-page-title,
#tribe-geo-results h2.tribe-events-page-title {
font-size:4em;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight:600;
}
.tribe-events-calendar thead th,
.tribe-events-grid .tribe-grid-content-wrap .column {
font-family:'Open Sans', Helvetica, Arial, sans-serif;
font-weight:400;
}
a.tribe-events-ical,
a.tribe-events-gcal {
font-size:1.4em;
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight:400;
text-transform:none;
padding:0.83333em;
}

/* Event Listing */
.tribe-events-list .tribe-events-page-title {
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size:4em;
}
.tribe-events-list-separator-month {
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size:3.6em;
font-weight:400;
}
#tribe-events-content .type-tribe_events {
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
margin-bottom:3em;
}
.type-tribe_events .time-details {
color:#777;
font-weight:400;
text-transform:uppercase;
}
.type-tribe_events .tribe-events-venue-details {
font-size:1.2em;
}
.tribe-events-loop .type-tribe_events h2.tribe-events-list-event-title {
font-size:2.4em;
font-weight:600;
}
.type-tribe_events .tribe-events-gmap {
font-style:normal;
}
.type-tribe_events .tribe-events-content {
font-size:1.6em;
}
.type-tribe_events .tribe-events-read-more {
font-weight:600;
}

.tribe-events-sub-nav {
font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight:600;
}

/* 404 */
.banner-for-404 {
text-align:center;
font-size:1.8em;
border-top:0.1em solid #FF7D00;
border-bottom:0.1em solid #FF7D00;
padding:0.6em 0 0.4em;
margin-top:2em;
}

/* Footer */
footer {
background-color:#FAFAFA;
clear:both;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
}
footer .holder {
padding:0 4em 2em 4em;
overflow:auto;
height:100%;
}
footer hr {
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
background-color: #FFF;
height: 3px;
margin: 0 0 1.6em;
}
footer .info {
float:left;
}
footer small,
footer p {
font-size:1.2em;
line-height:1.6666667;
}
footer .cms-logo {
float:right;
font-size:1.2em;
color:#9a9a9a;
margin-top:-1.6em;
}
footer .cms-logo img {
position:relative;
top:1.4em;
}

/* Media Queries */
@media (max-width: 78.75em){ /* 1260px / 16 */
	.byline-pull-left {
	margin-left:-30%;
	width:25%;
	}
}
@media (max-width: 67.5em){ /* 1080px / 16 */
	nav .main-menu .top-level > a {
	padding-left:21px;
	padding-right:21px;
	}
	nav .has-children a:after {
	right:0;
	}
}
@media (max-width: 68.75em){ /* 1100px / 16 */ 
	.home #content {
	padding-right:1.5em;
	}
	.home #sidebar {
	padding-left:1.5em;
	}
	.byline-pull-left {
	margin-left: 0;
	float: none;
	text-align: left;
	width: 100%;
	overflow:auto;
	}
	.byline-pull-left h2 {
	font-size: 1.5em;
	}
	.byline-pull-left .avatar,
	.byline-pull-left .bio p,
	.byline-pull-left .social-media {
	display:none;
	}
	.byline-pull-left .bio {
	float:left;
	overflow:auto;
	height:100%;
	clear:right;
	margin:0.5em 1em 2em 0;
	}
}
@media (max-width: 62.5em){ /* 1000px / 16 */
	.home #content,
	.home #sidebar {
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	overflow:auto;
	padding-right:0;
	}
	.home #sidebar {
	padding-top:1em;
	}
}
@media (max-width: 60em){ /* 960px / 16 */
	nav .main-menu .top-level > a {
	padding-left:13px;
	padding-right:13px;
	}
	nav .has-children a:after {
	right:-6px;
	}
	
	#content,
	.full-width #content,
	#sidebar,
	.single #sidebar,
	#report-extras {
	width:89%;
	float:none;
	margin:0 auto;
	padding-top:15px;
	}
	.single #sidebar {
	padding-bottom:35px;
	}
	.single-page-view .chapter-listing {
	display:none;
	}
	.teaser-pagination .next {
	width:auto;
	float:none;
	display:block;
	min-height:0;
	}
	.teaser-pagination .prev {
	display:none;
	}
}
@media (max-width: 56.25em){ /* 900px / 16 */
	nav .main-menu .top-level > a {
	padding-left:24px;
	padding-right:24px;
	}
	nav .has-children a:after {
	right:6px;
	}
	nav .training-tools .sub-menu {
	left:-70%;
	}
	nav .training-tools .sub-menu:after {
	left:40%;
	}
	
	.sidebar-content #content,
	.sidebar-content #sidebar {
	float:none;
	width:90%;
	margin:0 auto;
	}
	.sidebar-content #sidebar {
	margin-top:2.5em;
	}
	header .tagline {
	display:none;
	}
	nav .follow-us,
	nav form {
	position:absolute;
	top:0.5em;
	right:1em;
	}
	.admin-bar nav .follow-us,
	.admin-bar nav form {
	top:3em;
	}
	nav .follow-us {
	right:21em;
	}
	
	.lead-story-widget img {
	float:none;
	margin:0 auto 2em auto;
	display:block;
	}
	
	
	#alphabetical-index {
	padding-left:1.5em;
	}
	#alphabetical-index li {
	width:7%;
	}
}
@media (max-width: 40.625em){ /* 650px / 16 */
	header .icon-menu {
	display:block;
	}
	.menu-toggled-hidden {
	display:none;
	}
	nav {
	padding:0;
	}
	nav .follow-us,
	nav form {
	position:static;
	margin-right:4em;
	}
	nav form {
	width:15em;
	}
	nav #s {
	width:120px;
	}
	nav .follow-us {
	float:left;
	margin-right:0;
	margin-left:4em;
	}
	nav .main-menu {
	float:none;
	background-color:#444;
	padding:2em 4em;
	}
	nav .main-menu li {
	float:none;
	text-transform:none;
	}
	nav .main-menu .top-level {
	font-size:1.6em;
	margin-bottom:0.2em;
	border-bottom: 0.1em solid #666;
	padding:0.5em 0;
	}
	nav .main-menu .top-level > a {
	padding:0;
	color:#fff;
	}
	nav .has-children a:after {
	display:none;
	}
	nav .sub-menu {
	visibility:visible;
	position:static;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: auto;
	padding: 0.3em 0 0;
	margin: 0;
	background: #444;
	border-top:0 none;
	}
	nav	.sub-menu:before,
	nav	.sub-menu:after {
	display:none;
	}
	nav	li .sub-menu li {
	font-size:87.5%;
	}
	nav .sub-menu li:nth-of-type(odd),
	nav .sub-menu li:nth-of-type(even) {
	margin:0;
	}
	nav .sub-menu a,
	nav .main-menu .first .sub-menu a {
	border-bottom:0;
	padding:0.5em 0 0.5em 0.75em;
	}
	nav .sub-menu a {
	color:#fff;
	}
	nav .sub-menu .special-item {
	display:none;
	}
	
	.home #sidebar {
	padding-left:0;
	}
	.home #sidebar .newsletter-signup,
	.home #sidebar .widget {
	float:none;
	width:100%;
	margin-left:0;
	margin-right:0;
	}
	.home #sidebar .newsletter-signup form {
	width:97%;
	}
	
	.alignleft,
	.alignright,
	.content blockquote.alignleft,
	.content blockquote.alignright,
	.half-width-column {
	float:none;
	width:90%;
	border-left:0 none;
	border-right: 0 none;
	padding-left:0;
	padding-right:0;
	margin-left:auto;
	margin-right:auto;
	}
	img.alignleft,
	img.alignright {
	width:auto;
	display:block;
	}
	.half-width-column {
	margin-left:0;
	margin-right:0;
	width:100%;
	}
	.alignleft .indicator,
	.alignright .indicator {
	text-align:center;
	}
	
	.single .newsletter-signup.alignleft,
	.single .newsletter-signup.alignright {
	border-top:0.1em solid #FF7D00;
	}
	
	.api-authors div {
	float:none;
	width:100%;
	}
	
	#alphabetical-index li {
	width:11%;
	}
	.alphabetical-taxonomy .col {
	float:none;
	width:auto;
	margin-left:0;
	margin-right:0;
	}
	
	.third-width-widgets .widget {
	width:90%;
	float:none;
	margin:0 auto;
	}
	
	.no-touch .highchart .zoom-instructions {
	margin-top: -3.2em;
	width: 50%;
	}
	
	footer {
	text-align:center;
	}
	footer .info,
	footer .cms-logo {
	float:none;
	}	
}

@media (max-width: 28.125em){ /* 450px / 16 */
	header .logo {
	max-width:69%;
	}
	.multi-chapter-report .pagination {
	display:none;
	}
}
@media (max-width: 25em){ /* 400px / 16 */
	nav form {
	width:90%;
	margin:1em auto;
	float:none;
	}
	nav #s {
	width:75%;
	}
	nav .follow-us {
	display:none;
	}
	.archive .byline .published,
	.archive .byline .by {
	float:none;
	text-align:center;
	width:90%;
	padding-left:0;
	padding-right:0;
	position:static;
	height:auto;
	}
	.archive .byline .by img {
	position:static;
	display:block;
	margin:0 auto;
	}
}