* {
  margin: 0;
  padding: 0; }
  *::selection {
    color: #FFF;
    background-color: #3287BA; }
  *::-moz-selection {
    color: #FFF;
    background-color: #3287BA; }

html {
  overflow-x: hidden; }

body {
  font-family: Montserrat, Verdana, 'Apple SD Gothic Neo', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  /* this seems to correct the problem where large amounts of white space would appear below the footer when screen size changed - possibly due to a popover being placed way below for some reason. */
  /* but it breaks position:sticky */
  /* this seems to correct the problem where large amounts of white space would appear below the footer when screen size changed - possibly due to a popover being placed way below for some reason. */
  overflow: hidden;
  /* this corrects the IE 10 problem where the scrollbar overlaps content */
  -ms-overflow-style: scrollbar; }
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }

header {
  background-image: radial-gradient(circle at 200% -10%, #F5F5F0, #3287BA);
  color: #F5F5F0; }
  header a {
    color: #383B54; }
    header a:hover {
      color: #F5F5F0;
      text-decoration: none; }

section {
  margin: 3em 0; }

footer {
  background-image: radial-gradient(circle at 200% -10%, #F5F5F0, #3287BA);
  color: #F5F5F0;
  padding: 30px 0; }
  footer a {
    color: #383B54; }
    footer a:hover {
      color: #F5F5F0;
      text-decoration: none; }

p {
  margin: 0.7em 0; }

a {
  color: #383B54;
  font-weight: bold;
  text-decoration: none; }

ul {
  padding-left: 1.2em; }

h1,
h2,
h3,
h4,
h5 {
  margin: 1em 0;
  font-weight: normal;
  line-height: 1.2; }

.title {
  margin-top: 3em;
  margin-bottom: 3em; }
  .title h1 {
    font-size: 70px;
    font-weight: normal;
    margin: 0;
    line-height: 1; }

.subtitle {
  font-size: 14px;
  opacity: 0.8; }

.home {
  float: right;
  margin: 0.5em 1em; }

.notes {
  font-size: 11px;
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  .col-lg-offset-4_5 {
    margin-left: 37.5%; }

  .col-lg-6_5 {
    width: 62.5%; }

  footer .container {
    width: 41.66666667%;
    margin-left: 25%; } }
@media (max-width: 767px) {
  .title h1 {
    font-size: 40px; } }
.link {
  fill: none;
  stroke-opacity: 0.4; }

.helper {
  border-bottom: 1px dotted #858585;
  border-width: 2px; }
  .helper:hover {
    cursor: help; }

.radio {
  padding-left: 0;
  margin-top: 0;
  user-select: none;
  float: left; }
  .radio input.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-color: #F5F5F0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    top: 8px;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    cursor: pointer;
    outline: none;
    float: none;
    margin: 0;
    border: 1px solid #ccc; }
    .radio input.form-radio:hover {
      background-color: #D9D9D9; }
    .radio input.form-radio:checked {
      background-color: #D9D9D9;
      cursor: default; }
      .radio input.form-radio:checked::before {
        font-family: Arial;
        position: absolute;
        font-size: 65px;
        top: -25px;
        content: '\2022';
        color: #FFFFFF;
        pointer-events: none; }
  .radio label {
    font-size: 12px;
    margin-left: -6px;
    padding: 6px 0 5px 11px; }

.chartArea {
  fill: #F5F5F0; }

.dataLabel {
  font-size: 13px; }

.links .dataLabel,
.value {
  font-family: 'Space Mono', Menlo, monospace;
  color: #333333; }
  @media (max-width: 767px) {
    .links .dataLabel,
    .value {
      font-size: 16px; } }

.axis path,
.axis line {
  shape-rendering: crispEdges;
  stroke: #858585; }

.axis text,
.legend text,
.notation text {
  fill: #858585;
  font-size: 11px;
  font-family: 'Space Mono', Menlo, monospace; }

rect:not(.cover) {
  shape-rendering: crispEdges; }
