/* line 6, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 17, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
*:focus {
  outline: 0; }

/* line 20, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
body {
  line-height: 1em;
  color: black;
  background: #fff; }

/* line 23, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
/* line 27, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

/* line 30, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 33, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
q, blockquote {
  quotes: "" ""; }
  /* line 101, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

/* line 36, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
img a {
  border: none; }

/* line 29, ../../app/stylesheets/_base.sass */
body {
  font-family: "Palatino", Times, "Times New Roman", serif;
  color: #555555; }

/* @group links */
/* line 34, ../../app/stylesheets/_base.sass */
a {
  text-decoration: none; }
  /* line 36, ../../app/stylesheets/_base.sass */
  a:link {
    color: #55688a; }
  /* line 38, ../../app/stylesheets/_base.sass */
  a:visited {
    color: #55688a; }
  /* line 40, ../../app/stylesheets/_base.sass */
  a:focus, a:hover, a:active {
    color: #7990b8; }

/* @end */
/* @group headers */
/* line 48, ../../app/stylesheets/_base.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino", Times, "Times New Roman", serif;
  font-style: italic;
  line-height: 1; }
  /* line 52, ../../app/stylesheets/_base.sass */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

/* line 55, ../../app/stylesheets/_base.sass */
h1 {
  font-size: 2.4em;
  margin-bottom: 0.6em; }

/* line 58, ../../app/stylesheets/_base.sass */
h2 {
  font-size: 1.6em;
  margin: 1em 0 0.4em 0; }

/* line 62, ../../app/stylesheets/_base.sass */
h4 {
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  margin: 1em 0 0.7em 0;
  color: #55688a; }

/* @end */
/* @group forms */
/* line 75, ../../app/stylesheets/_base.sass */
dl.radio, dl.checkbox {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 1.4em; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  dl.radio, dl.checkbox {
    display: block; }
  /* line 78, ../../app/stylesheets/_base.sass */
  dl.radio dt, dl.checkbox dt {
    display: block;
    clear: both;
    float: left;
    width: 1.8em;
    height: 1.4em; }
  /* line 84, ../../app/stylesheets/_base.sass */
  dl.radio dd, dl.checkbox dd {
    display: block;
    margin-left: 1.8em;
    min-height: 1.4em;
    line-height: 1.4; }

/* line 90, ../../app/stylesheets/_base.sass */
dl.range {
  overflow: hidden;
  display: inline-block; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  dl.range {
    display: block; }
  /* line 92, ../../app/stylesheets/_base.sass */
  dl.range dt {
    display: block;
    clear: both;
    float: left;
    width: 8em; }
  /* line 97, ../../app/stylesheets/_base.sass */
  dl.range dd {
    display: block;
    margin-left: 8em; }

/* line 102, ../../app/stylesheets/_base.sass */
form *:focus {
  outline: none; }

/* line 105, ../../app/stylesheets/_base.sass */
fieldset {
  margin: 1em 0; }

/* line 108, ../../app/stylesheets/_base.sass */
legend {
  font-weight: bold;
  font-variant: small-caps; }

/* line 112, ../../app/stylesheets/_base.sass */
label {
  font-style: italic; }

/* line 115, ../../app/stylesheets/_base.sass */
legend + label {
  margin-top: 0; }

/* line 118, ../../app/stylesheets/_base.sass */
textarea, input[type="text"] {
  font-family: "Palatino", Times, "Times New Roman", serif;
  border: 1px solid #999999;
  color: #555555;
  font-size: 1em;
  padding: 0.6em 0.3em;
  width: 97%;
  height: 4em;
  margin: 0 0 1em 0; }

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
/* line 133, ../../app/stylesheets/_base.sass */
table {
  width: 100%;
  border: 0.063em solid #333333;
  border-left: none;
  border-right: none;
  padding: 0.438em 0;
  margin: 0.5em 0; }


/* line 143, ../../app/stylesheets/_base.sass */
th {
  font-weight: bold; }

/* @end */
/* @group block tags */
/* line 148, ../../app/stylesheets/_base.sass */
p {
  margin-bottom: 0.7em;
  line-height: 1.4; }

/* line 165, ../../app/stylesheets/_base.sass */
ol {
  list-style: decimal;
  margin: 0 1.5em 1.5em 1.5em; }

/* line 168, ../../app/stylesheets/_base.sass */
ul {
  list-style: disc;
  margin: 0 1.5em 1.5em 1.5em; }
  /* line 170, ../../app/stylesheets/_base.sass */
  ul li {
    line-height: 1.4;
    padding-bottom: 0.4em; }

/* line 174, ../../app/stylesheets/_base.sass */
blockquote {
  margin: 1em; }

/* @end */
/* @group inline tags */
/* line 182, ../../app/stylesheets/_base.sass */
cite {
  font-style: italic; }

/* line 185, ../../app/stylesheets/_base.sass */
em {
  font-style: italic; }

/* line 188, ../../app/stylesheets/_base.sass */
strong {
  font-weight: bold; }

/* @end */
/* @group replaced tags */
/* line 196, ../../app/stylesheets/_base.sass */
img {
  vertical-align: bottom; }

/* @end */

/* line 7, ../../app/stylesheets/screen.sass */
body {
  margin: 0 20px 30px 20px; }

/* line 10, ../../app/stylesheets/screen.sass */
#container {
  width: 853px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  border-top: 8px solid #55688a; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  #container {
    display: block; }

/* line 15, ../../app/stylesheets/screen.sass */
#identity {
  overflow: hidden;
  display: inline-block;
  padding: 6px 0 6px 0;
  border-bottom: 1px dotted #55688a; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  #identity {
    display: block; }
  /* line 19, ../../app/stylesheets/screen.sass */
  #identity h1 {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.4em;
    float: left;
    margin-right: 0.4em; }
    /* line 28, ../../app/stylesheets/screen.sass */
    #identity h1 a {
      color: #55688a; }
  /* line 30, ../../app/stylesheets/screen.sass */
  #identity h2 {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    font-style: normal;
    font-weight: 200;
    float: left;
    font-size: 1.4em; }

/* line 38, ../../app/stylesheets/screen.sass */
#content {
  position: relative;
  margin-top: 2px;
  padding-top: 60px;
  border-top: 1px dotted #55688a; }

/* line 49, ../../app/stylesheets/screen.sass */
#vis-controls {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  #vis-controls {
    display: block; }
  /* line 50, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
  #vis-controls li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    /* line 40, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    #vis-controls li.first {
      padding-left: 0px; }
    /* line 42, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    #vis-controls li.last {
      padding-right: 0px; }
  /* line 54, ../../app/stylesheets/screen.sass */
  #vis-controls li {
    margin-right: 0.5em; }

/* line 58, ../../app/stylesheets/screen.sass */
#c1 {
  margin-top: 4em; }

/* line 61, ../../app/stylesheets/screen.sass */
.mini {
  font-size: 0.7em;
  position: relative;
  top: -0.4em;
  color: #aaa;
  font-family: "Helvetica Neue", Helvetica, sans-serif; }

/* line 69, ../../app/stylesheets/screen.sass */
#statements p {
  display: none; }
  /* line 71, ../../app/stylesheets/screen.sass */
  #statements p.med {
    display: block; }

/* line 83, ../../app/stylesheets/screen.sass */
.claim-providers {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  margin: 1em 0; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  .claim-providers {
    display: block; }
  /* line 50, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
  .claim-providers li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    /* line 40, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    .claim-providers li.first {
      padding-left: 0px; }
    /* line 42, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    .claim-providers li.last {
      padding-right: 0px; }
  /* line 86, ../../app/stylesheets/screen.sass */
  .claim-providers li {
    display: inline;
    float: left;
    margin-right: 11px;
    width: 122.2px; }
    /* line 101, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
    * html .claim-providers li {
      overflow-x: hidden; }
    /* line 88, ../../app/stylesheets/screen.sass */
    .claim-providers li a, .claim-providers li span {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      display: block;
      width: 100%;
      height: 80px;
      color: #fff;
      text-indent: -999em;
      background-image: url('/images/survey/claim-providers.png?1273174691'); }
      /* line 96, ../../app/stylesheets/screen.sass */
      .claim-providers li a:hover, .claim-providers li span:hover {
        background-color: #999999; }
    /* line 76, ../../app/stylesheets/screen.sass */
    .claim-providers li.twitter a {
      background-position: 0 0; }
      /* line 78, ../../app/stylesheets/screen.sass */
      .claim-providers li.twitter a:hover {
        background-position: 0 -80px; }
    /* line 80, ../../app/stylesheets/screen.sass */
    .claim-providers li.twitter span {
      background-position: 0 -160px; }
    /* line 76, ../../app/stylesheets/screen.sass */
    .claim-providers li.facebook a {
      background-position: -123px 0; }
      /* line 78, ../../app/stylesheets/screen.sass */
      .claim-providers li.facebook a:hover {
        background-position: -123px -80px; }
    /* line 80, ../../app/stylesheets/screen.sass */
    .claim-providers li.facebook span {
      background-position: -123px -160px; }
    /* line 76, ../../app/stylesheets/screen.sass */
    .claim-providers li.linkedin a {
      background-position: -246px 0; }
      /* line 78, ../../app/stylesheets/screen.sass */
      .claim-providers li.linkedin a:hover {
        background-position: -246px -80px; }
    /* line 80, ../../app/stylesheets/screen.sass */
    .claim-providers li.linkedin span {
      background-position: -246px -160px; }

/* line 106, ../../app/stylesheets/screen.sass */
.legend {
  font-size: 0.8em;
  font-style: italic; }

/* line 110, ../../app/stylesheets/screen.sass */
.figures-first-row {
  overflow: hidden;
  display: inline-block;
  padding: 1.4em 0; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  .figures-first-row {
    display: block; }

/* line 116, ../../app/stylesheets/screen.sass */
canvas {
  border: 1px dotted #333; }

/* line 121, ../../app/stylesheets/screen.sass */
.last {
  margin-right: 0; }

/* line 124, ../../app/stylesheets/screen.sass */
.colgroup {
  overflow: hidden;
  display: inline-block; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  .colgroup {
    display: block; }

/* line 127, ../../app/stylesheets/screen.sass */
.col {
  display: inline;
  float: left;
  margin-right: 11px;
  width: 403px;
  padding-right: 18px; }
  /* line 101, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html .col {
    overflow-x: hidden; }
  /* line 130, ../../app/stylesheets/screen.sass */
  .col.last {
    padding-right: 0px;
    padding-left: 18px;
    margin-right: 0; }

/* line 135, ../../app/stylesheets/screen.sass */
.col.prependcol {
  padding-left: 450px; }

/* line 138, ../../app/stylesheets/screen.sass */
.halfcol {
  display: inline;
  float: left;
  margin-right: 11px;
  width: 190.6px; }
  /* line 101, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html .halfcol {
    overflow-x: hidden; }

/* line 141, ../../app/stylesheets/screen.sass */
.thirdcol {
  display: inline;
  float: left;
  margin-right: 11px;
  width: 122.2px; }
  /* line 101, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html .thirdcol {
    overflow-x: hidden; }

/* line 144, ../../app/stylesheets/screen.sass */
.separate {
  border-top: 1px dotted #55688a; }

/* line 148, ../../app/stylesheets/screen.sass */
.sidenote {
  font-size: 0.8em; }

/* line 151, ../../app/stylesheets/screen.sass */
.caption {
  font-size: 0.8em;
  font-style: italic; }

/* line 155, ../../app/stylesheets/screen.sass */
.note {
  font-size: 0.8em;
  font-style: italic; }

/* line 161, ../../app/stylesheets/screen.sass */
.buttons {
  text-align: right; }

/* line 163, ../../app/stylesheets/screen.sass */
a.button, input.button {
  border: none;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  background: #55688a;
  padding: 6px 8px;
  width: auto; }
  /* line 176, ../../app/stylesheets/screen.sass */
  a.button:hover, input.button:hover {
    background: #7990b8; }

/* line 180, ../../app/stylesheets/screen.sass */
.error {
  color: #a00; }

/* line 182, ../../app/stylesheets/screen.sass */
.notice {
  color: #729628; }

/* line 185, ../../app/stylesheets/screen.sass */
.flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center; }
  /* line 191, ../../app/stylesheets/screen.sass */
  .flash p {
    display: inline-block;
    width: auto;
    background: #0a0;
    padding: 2px 8px 0 8px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    color: #fff; }
  /* line 198, ../../app/stylesheets/screen.sass */
  .flash.error p {
    background: #a00; }

/* line 1, ../../app/stylesheets/_visualization.sass */
#node-overview {
  display: block; }

/* line 4, ../../app/stylesheets/_visualization.sass */
#node-info {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 200;
  width: 200px;
  margin: 0;
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px #888;
  -moz-box-shadow: 0 4px 20px #888;
  box-shadow: 0 4px 20px #888;
  font-size: 0.7em; }
  /* line 16, ../../app/stylesheets/_visualization.sass */
  #node-info h3 {
    font-size: 1.2em;
    padding: 8px 0 0 0; }
  /* line 19, ../../app/stylesheets/_visualization.sass */
  #node-info table {
    margin: 0; }
    /* line 21, ../../app/stylesheets/_visualization.sass */
    #node-info table th {
      border-bottom: 1px dotted #aaa; }
    /* line 23, ../../app/stylesheets/_visualization.sass */
    #node-info table tr.minus {
      color: #999; }
    /* line 25, ../../app/stylesheets/_visualization.sass */
    #node-info table tr.negative {
      color: #a00; }
    /* line 27, ../../app/stylesheets/_visualization.sass */
    #node-info table tr.positive {
      color: #0a0; }
    /* line 29, ../../app/stylesheets/_visualization.sass */
    #node-info table th:nth-child(2), #node-info table td:nth-child(2) {
      text-align: right; }

/* line 2, ../../app/stylesheets/_mainnav.sass */
#mainnav ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  margin-top: 2px;
  border-top: 1px dotted #55688a; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  #mainnav ul {
    display: block; }
  /* line 50, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
  #mainnav ul li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    /* line 40, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    #mainnav ul li.first {
      padding-left: 0px; }
    /* line 42, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    #mainnav ul li.last {
      padding-right: 0px; }
  /* line 6, ../../app/stylesheets/_mainnav.sass */
  #mainnav ul li {
    width: 194.2px;
    display: block;
    margin-right: 23px;
    height: 80px;
    padding: 0.4em 0; }
    /* line 12, ../../app/stylesheets/_mainnav.sass */
    #mainnav ul li.last {
      margin-right: 0; }
      /* line 14, ../../app/stylesheets/_mainnav.sass */
      #mainnav ul li.last a {
        border-right: none; }
    /* line 16, ../../app/stylesheets/_mainnav.sass */
    #mainnav ul li a {
      display: block;
      width: 100%;
      height: 100%;
      border-right: 1px dotted #ddd; }
      /* line 21, ../../app/stylesheets/_mainnav.sass */
      #mainnav ul li a span {
        line-height: 3;
        font-style: italic;
        font-size: 1.8em; }

/* line 26, ../../app/stylesheets/_mainnav.sass */
#overview .overview a span,
#profile .profile a span,
#browse .browse a span,
.survey .survey a span {
  border-bottom: 4px solid #55688a; }
