* {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

.small {
  font-size: 0.85em; }

.grey {
  color: #999; }

.subhead {
  font-weight: bold; }

body {
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5 {
  font-weight: bold;
  line-height: 1.5; }

.hidden {
  display: none !important;
  visibility: hidden; }

p {
  margin-bottom: 1em;
  line-height: 1.4em;
  font-size: 0.875em;
  margin-top: 0; }

a {
  color: #60a534;
  text-decoration: none; }

a.printBtn {
  padding: 5px 12px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #61a433;
  background-color: #61a433;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  top: 0;
  right: 0; }

#page {
  width: 675px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 1px solid #999;
  margin-top: 50px;
  background-color: #fff;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  opacity: 0; }

#page.show {
  opacity: 1; }

img.logo {
  display: block;
  margin-bottom: 2em;
  width: 150px; }

h1 {
  color: #000;
  font-weight: bold;
  font-size: 1.75em;
  margin: 0 0 0.5em;
  line-height: 170%; }

h2 {
  margin-top: 0;
  color: #999;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  margin-bottom: 1em; }

h3 {
  font-size: 1em;
  margin-top: 3em;
  margin-bottom: 0.3em; }

div.take-action {
  margin-bottom: 2em; }

p.chatter {
  margin-bottom: 1.5em;
  margin-top: 0; }

/*p.chatter {
	width: 70%;
	float: left;
}*/
p.aside {
  right: 0;
  top: 0;
  width: 19%;
  float: right;
  font-size: 0.78571428571429em;
  color: #60a534; }

.bigNumber {
  color: #60a534;
  font-weight: bold;
  display: block;
  font-size: 1.5em;
  line-height: 130%; }

.graph-wrapper {
  position: relative; }
  .graph-wrapper .key {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px; }
    .graph-wrapper .key.positioned {
      position: absolute;
      top: 7px;
      right: 0;
      text-align: left;
      margin-bottom: 0; }
      .graph-wrapper .key.positioned span:first-of-type {
        margin-left: 20px; }
    .graph-wrapper .key span {
      display: inline-block;
      position: relative;
      padding-left: 18px;
      margin-left: 20px;
      margin-bottom: 5px; }
      .graph-wrapper .key span:first-of-type {
        margin-left: 0; }
      .graph-wrapper .key span:before {
        content: '';
        width: 13px;
        height: 13px;
        background: #d2cfc0;
        position: absolute;
        left: 0;
        top: 0; }
      .graph-wrapper .key span.this:before {
        background-color: #61a534; }

.table {
  width: 100%;
  font-size: 0.875em;
  line-height: 130%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 1em; }

.table th {
  text-align: center;
  font-size: 0.856em;
  padding-bottom: 0.5em;
  line-height: 150%;
  padding-top: 0.5em; }

.table tbody tr {
  border-bottom: 1px solid #aaa; }

.table tbody td {
  padding: 5px 10px;
  vertical-align: bottom; }

.col1 {
  width: 48%;
  padding-right: 20px; }

.col2, .col3 {
  width: 14%; }

.col4 {
  width: 22%; }

.col2,
.col3,
.col2-3 {
  background-color: #f6f4ef;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: center; }

.table.incomeshare .col2 {
  width: 28%; }
.table.incomeshare .col4 {
  width: 22%; }

.col4 {
  text-align: center; }

.table tbody .col1,
.table tbody .col4 {
  /*	background-color: #f6f4ef;*/ }

.table.graph td {
  vertical-align: middle; }
.table.graph .col1 {
  width: 20%; }
.table.graph .col2 {
  background: none;
  width: 80%;
  padding: 4px 0 3px 0; }
.table.graph svg rect.bar0 {
  fill: #61a534; }
.table.graph svg rect.bar1 {
  fill: #d2cfc0; }

sup a.inlineFootnote {
  padding: 4px; }

a.inlineFootnote:hover {
  background-color: #eee; }

.footnotes {
  font-size: 0.75em;
  margin-top: 4em;
  color: #555; }

.footnotes ol {
  margin: 0;
  padding-left: 1.3em; }

.footnotes li {
  margin-bottom: 0.75em; }

.footnotes a.footnoteReturn {
  color: #aaa;
  text-decoration: none;
  padding: 3px 3px 2px; }

.footnotes a.footnoteReturn:hover {
  color: #888;
  background-color: #eee; }

.cmpnt-submit-pointed {
  background: #61a534;
  border: none;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-weight: bold;
  height: 42px;
  font-size: 1.125em;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 42px;
  text-align: center;
  position: relative;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

.cmpnt-submit-pointed:after {
  left: 100%;
  border: 18px solid transparent;
  border-left-color: #61a534;
  border-width: 21px;
  margin-top: -21px;
  content: " ";
  height: 0;
  top: 50%;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  width: 0;
  position: absolute; }

.cmpnt-submit-pointed:hover {
  background: #0c884a;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

.cmpnt-submit-pointed:hover:after {
  border-left-color: #0c884a;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

@media print {
  #page {
    width: 6.25in;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    padding-top: 0;
    padding-bottom: 0; }

  body {
    font-size: 80%; }

  a {
    text-decoration: none;
    color: #000; }

  a.printBtn {
    display: none; }

  a.tweetRep, a.tweetSen {
    display: none; }

  .cmpnt-submit-pointed {
    display: none; }

  .footnotes a.footnoteReturn {
    display: none; } }
