<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * &lt;link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /&gt; */
/* line 5, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, sass/_base.scss */
html {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 5, sass/_base.scss */
#graphicContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
}

/* line 13, sass/_base.scss */
label {
  display: block;
}

/* line 17, sass/_base.scss */
text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  fill: black;
}

@media (min-width: 0px) and (max-width: 515px) {
  /* line 25, sass/_base.scss */
  #graph {
    width: 95%;
    margin-right: 0%;
  }

  /* line 29, sass/_base.scss */
  #containerTopRight {
    order: 3;
    width: 100%;
    height: 20%;
  }

  /* line 34, sass/_base.scss */
  #containerBottom {
    order: 2;
    width: 100%;
  }
}
/*Graph*/
/* line 44, sass/_base.scss */
#graph {
  width: 65%;
  margin-right: 10%;
}
/* line 49, sass/_base.scss */
#graph #tooltips .tooltipdetail {
  display: none;
}
/* line 53, sass/_base.scss */
#graph #tooltips .tooltip {
  padding: 10px;
  border: 1px solid gray;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  position: fixed;
}
/* line 62, sass/_base.scss */
#graph #tooltips .tooltipcaption {
  font-size: 16px;
  font-weight: 700;
}
/* line 68, sass/_base.scss */
#graph svg {
  shape-rendering: geometricPrecision;
}
/* line 73, sass/_base.scss */
#graph #theGraph #xLabel,
#graph #theGraph #yLabel {
  font-size: 18px;
}
/* line 78, sass/_base.scss */
#graph #theGraph .axis path,
#graph #theGraph .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
/* line 85, sass/_base.scss */
#graph #theGraph .label {
  fill: #777;
  font-size: 100px;
  font-family: 'Source Sans Pro', sans-serif;
}
/* line 90, sass/_base.scss */
#graph #theGraph .year.label {
  font-family: 'Source Sans Pro', sans-serif;
  fill: #ddd;
}
/* line 95, sass/_base.scss */
#graph #theGraph .year.label.active {
  fill: #aaa;
}
/* line 99, sass/_base.scss */
#graph #theGraph circle {
  stroke: black;
  stroke-width: 1px;
}
/* line 104, sass/_base.scss */
#graph #theGraph circle:hover {
  cursor: pointer;
}

/*Container Right*/
/* line 113, sass/_base.scss */
#containerTopRight {
  width: 20%;
}
/* line 116, sass/_base.scss */
#containerTopRight span.key-label {
  display: block;
  padding: 15px 0px 5px;
  font-weight: bold;
}
/* line 122, sass/_base.scss */
#containerTopRight .colorLegendElement {
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  text-align: center;
}
/* line 128, sass/_base.scss */
#containerTopRight .colorLegendSquare {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
}
/* line 134, sass/_base.scss */
#containerTopRight .ui-accordion .ui-accordion-header {
  padding: 2%;
}

/*Container Bottom*/
/* line 142, sass/_base.scss */
#containerBottom {
  width: calc(65% - 20px);
  padding-left: 70px;
}
/* line 146, sass/_base.scss */
#containerBottom .sliderdiv {
  width: 40%;
  min-width: 350px;
  margin: 15px auto;
  clear: both;
  display: block;
}
/* line 153, sass/_base.scss */
#containerBottom .sliderdiv #slider {
  width: 80%;
  display: block;
  float: left;
}
/* line 159, sass/_base.scss */
#containerBottom .sliderdiv .playbtn {
  display: block;
  float: left;
}
/* line 165, sass/_base.scss */
#containerBottom .dropdowndiv {
  clear: both;
  display: block;
  margin-top: 50px;
  border: 1px solid red;
}
/* line 170, sass/_base.scss */
#containerBottom .dropdowndiv label {
  font-family: 'Source Sans Pro', sans-serif;
}
/* line 174, sass/_base.scss */
#containerBottom .dropdowndiv select {
  font-size: 16px;
  width: 100%;
}
/* line 179, sass/_base.scss */
#containerBottom .dropdowndiv .dropdownpair {
  width: calc(33.3333% - 20px);
  display: block;
  float: left;
  margin: 0 auto;
  padding: 10px;
}

/*Container Bottom*/
/* line 192, sass/_base.scss */
#containerBottom {
  width: calc(65% - 20px);
  padding-left: 70px;
}
/* line 196, sass/_base.scss */
#containerBottom .sliderdiv {
  width: 60%;
  min-width: 350px;
  margin: 15px auto;
  clear: both;
  display: block;
}
/* line 203, sass/_base.scss */
#containerBottom .sliderdiv #slider {
  width: 80%;
  display: block;
  float: left;
}
/* line 209, sass/_base.scss */
#containerBottom .sliderdiv #playbtn {
  display: block;
  float: left;
  font-size: 90%;
}
/* line 214, sass/_base.scss */
#containerBottom .sliderdiv label {
  font-family: 'Source Sans Pro', sans-serif;
  color: gray;
  display: block;
}
/* line 222, sass/_base.scss */
#containerBottom .ui-corner-all {
  border-radius: 0;
}
/* line 225, sass/_base.scss */
#containerBottom .dropdowndiv {
  clear: both;
  display: block;
  margin-top: 25px;
  border: 1px solid transparent;
}
/* line 230, sass/_base.scss */
#containerBottom .dropdowndiv label {
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 10px;
  color: gray;
}
/* line 236, sass/_base.scss */
#containerBottom .dropdowndiv select,
#containerBottom .dropdowndiv .ui-selectmenu-button.ui-button {
  font-size: 16px;
  width: auto;
  display: block;
}
/* line 243, sass/_base.scss */
#containerBottom .dropdowndiv .dropdownpair {
  width: calc(33.3333% - 20px);
  display: block;
  float: left;
  margin: 0 auto;
  padding: 10px;
}
</pre></body></html>