/* import partials */
/*****
RESETS AND DEFAULTS: ADAPTED FROM HTML5 BOILERPLATE
*****/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1, h2, h3, h4, h5, h6, p, input, textarea, li, a, blockquote {
  font-size: 1em;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body {
  font-size: 1em; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Visually Hidden defaults */
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/** Responsive media **/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ct-chart .ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }
.ct-chart .ct-chart-line .ct-label,
.ct-chart .ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.ct-chart .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }
.ct-chart .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }
.ct-chart .ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }
.ct-chart .ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }
.ct-chart .ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }
.ct-chart .ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }
.ct-chart .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }
.ct-chart .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }
.ct-chart .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }
.ct-chart .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }
.ct-chart .ct-grid {
  stroke: transparent;
  stroke-width: 0;
  stroke-dasharray: 0; }
.ct-chart .ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }
.ct-chart .ct-line {
  fill: none;
  stroke-width: 4px; }
.ct-chart .ct-area {
  stroke: none;
  fill-opacity: 0.1; }
.ct-chart .ct-bar {
  fill: none;
  stroke-width: 15px; }
.ct-chart .ct-slice.ct-donut {
  fill: none;
  stroke-width: 60px; }
.ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
  stroke: #d70206; }
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-a .ct-area {
  fill: #d70206; }
.ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
  stroke: #f05b4f; }
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-b .ct-area {
  fill: #f05b4f; }
.ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-slice.ct-donut {
  stroke: #f4c63d; }
.ct-chart .ct-series.ct-series-c .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-c .ct-area {
  fill: #f4c63d; }
.ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-slice.ct-donut {
  stroke: #d17905; }
.ct-chart .ct-series.ct-series-d .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-d .ct-area {
  fill: #d17905; }
.ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-slice.ct-donut {
  stroke: #453d3f; }
.ct-chart .ct-series.ct-series-e .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-e .ct-area {
  fill: #453d3f; }
.ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-slice.ct-donut {
  stroke: #59922b; }
.ct-chart .ct-series.ct-series-f .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-f .ct-area {
  fill: #59922b; }
.ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-slice.ct-donut {
  stroke: #0544d3; }
.ct-chart .ct-series.ct-series-g .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-g .ct-area {
  fill: #0544d3; }
.ct-chart .ct-series.ct-series-h .ct-point, .ct-chart .ct-series.ct-series-h .ct-line, .ct-chart .ct-series.ct-series-h .ct-bar, .ct-chart .ct-series.ct-series-h .ct-slice.ct-donut {
  stroke: #6b0392; }
.ct-chart .ct-series.ct-series-h .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-h .ct-area {
  fill: #6b0392; }
.ct-chart .ct-series.ct-series-i .ct-point, .ct-chart .ct-series.ct-series-i .ct-line, .ct-chart .ct-series.ct-series-i .ct-bar, .ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
  stroke: #f05b4f; }
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-i .ct-area {
  fill: #f05b4f; }
.ct-chart .ct-series.ct-series-j .ct-point, .ct-chart .ct-series.ct-series-j .ct-line, .ct-chart .ct-series.ct-series-j .ct-bar, .ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
  stroke: #dda458; }
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-j .ct-area {
  fill: #dda458; }
.ct-chart .ct-series.ct-series-k .ct-point, .ct-chart .ct-series.ct-series-k .ct-line, .ct-chart .ct-series.ct-series-k .ct-bar, .ct-chart .ct-series.ct-series-k .ct-slice.ct-donut {
  stroke: #eacf7d; }
.ct-chart .ct-series.ct-series-k .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-k .ct-area {
  fill: #eacf7d; }
.ct-chart .ct-series.ct-series-l .ct-point, .ct-chart .ct-series.ct-series-l .ct-line, .ct-chart .ct-series.ct-series-l .ct-bar, .ct-chart .ct-series.ct-series-l .ct-slice.ct-donut {
  stroke: #86797d; }
.ct-chart .ct-series.ct-series-l .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-l .ct-area {
  fill: #86797d; }
.ct-chart .ct-series.ct-series-m .ct-point, .ct-chart .ct-series.ct-series-m .ct-line, .ct-chart .ct-series.ct-series-m .ct-bar, .ct-chart .ct-series.ct-series-m .ct-slice.ct-donut {
  stroke: #b2c326; }
.ct-chart .ct-series.ct-series-m .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-m .ct-area {
  fill: #b2c326; }
.ct-chart .ct-series.ct-series-n .ct-point, .ct-chart .ct-series.ct-series-n .ct-line, .ct-chart .ct-series.ct-series-n .ct-bar, .ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
  stroke: #6188e2; }
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-n .ct-area {
  fill: #6188e2; }
.ct-chart .ct-series.ct-series-o .ct-point, .ct-chart .ct-series.ct-series-o .ct-line, .ct-chart .ct-series.ct-series-o .ct-bar, .ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
  stroke: #a748ca; }
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-o .ct-area {
  fill: #a748ca; }
.ct-chart.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-chart.ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-chart.ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%; }
  .ct-chart.ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%; }
  .ct-chart.ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-chart.ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-chart.ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%; }
  .ct-chart.ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-chart.ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%; }
  .ct-chart.ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-chart.ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-chart.ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%; }
  .ct-chart.ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-chart.ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-chart.ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-chart.ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%; }
  .ct-chart.ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-chart.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-chart.ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*********
GENERAL STYLES
*********/
/* Fonts */
@font-face {
  font-family: 'Font Awesome';
  src: url("http://classwork.compjour.org/2015/jeffbarrera/bikecrashmapper/static/fonts/fontawesome-webfont.eot");
  /* IE9 Compat Modes */
  src: url("http://classwork.compjour.org/2015/jeffbarrera/bikecrashmapper/static/fonts/fontawesome-webfont.eot#iefix") format("embedded-opentype"), url("http://classwork.compjour.org/2015/jeffbarrera/bikecrashmapper/static/fonts/fontawesome-webfont.woff") format("woff"), url("http://classwork.compjour.org/2015/jeffbarrera/bikecrashmapper/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("http://classwork.compjour.org/2015/jeffbarrera/bikecrashmapper/static/fonts/fontawesome-webfont.svg#Icomoon") format("svg");
  /* Legacy iOS */ }
/*Colors*/
/* Mixins */
/** Responsive media **/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
=========================================================================
  STYLING
=========================================================================
*/
/******
BASIC ELEMENTS
******/
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 1em; }

body, h1, h2, h3, h4, h5, h6, p, input, button, textarea, li, div, table {
  font-family: 'Lato', 'Helvetica', Sans-Serif; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

h1 {
  font-size: 3em;
  color: #444444;
  font-weight: 800;
  font-family: 'Merriweather';
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: .5em; }

h2 {
  font-size: 2em;
  color: #444444;
  line-height: 1.4;
  margin-bottom: .5em;
  font-family: 'Merriweather';
  font-weight: 500; }

h3 {
  font-size: 1.5em;
  color: #444444;
  line-height: 1.4;
  margin-bottom: .5em;
  font-family: 'Merriweather';
  font-weight: 300; }

p {
  line-height: 1.5;
  margin-bottom: 1em;
  color: #444444; }

p.intro-text {
  font-size: 1.125em;
  font-weight: 400;
  max-width: 650px; }

p.home-link {
  margin-top: 2em;
  font-style: italic;
  font-size: 1.125em; }

table {
  border: 1px solid #444444;
  width: 100%; }
  table th {
    background-color: #444444;
    color: #fff;
    text-align: left;
    padding: 1em 1em;
    font-size: .875em;
    line-height: 1.5; }
    table th.header {
      position: relative;
      padding-right: 2em;
      -webkit-transition: all 0.17s ease;
      -moz-transition: all 0.17s ease;
      -ms-transition: all 0.17s ease;
      -o-transition: all 0.17s ease;
      transition: all 0.17s ease; }
      table th.header:after {
        content: '\f0dc';
        font-family: 'Font Awesome';
        font-weight: 500;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-left: -1.3em;
        margin-top: -.7em;
        color: transparent;
        color: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.17s ease;
        -moz-transition: all 0.17s ease;
        -ms-transition: all 0.17s ease;
        -o-transition: all 0.17s ease;
        transition: all 0.17s ease; }
      table th.header:hover {
        background-color: #61a6e0;
        cursor: pointer; }
        table th.header:hover:after {
          color: #fff; }
  table tr:nth-child(odd) {
    background-color: #eeeeee; }
  table td {
    padding: .8em 1em;
    text-align: left;
    font-size: .875em;
    line-height: 1.5; }

/******
GENERAL LAYOUTS
******/
header.preheader {
  background-color: #444444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .8em 3em .6em 3em; }
  header.preheader h2 {
    font-size: 1.3em;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Lato'; }
    header.preheader h2.credit {
      float: right;
      margin-top: -2px; }
    header.preheader h2 .jeff {
      font-weight: 300; }
    header.preheader h2.project-link {
      float: left;
      font-weight: 300;
      font-family: 'Merriweather'; }
      header.preheader h2.project-link a {
        color: #eee;
        -webkit-transition: all 0.17s ease;
        -moz-transition: all 0.17s ease;
        -ms-transition: all 0.17s ease;
        -o-transition: all 0.17s ease;
        transition: all 0.17s ease; }
        header.preheader h2.project-link a:hover {
          color: #fff; }
  header.preheader nav {
    float: right;
    margin-top: .2em; }
    header.preheader nav ul li {
      list-style: none;
      display: inline;
      float: left;
      margin-left: 2em; }
      header.preheader nav ul li a {
        display: inline-block;
        font-size: 1em;
        color: #ddd;
        font-weight: 400;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header.preheader nav ul li a:hover {
          color: #fff; }

header.section-header {
  padding: 2em 3em 1.6em; }
  header.section-header.list {
    padding: 3em 3em 0; }
  header.section-header h1 {
    margin-bottom: 0;
    font-size: 2.5em;
    float: left; }
  header.section-header nav {
    float: right;
    margin-top: 1em; }
    header.section-header nav ul li {
      list-style: none;
      display: inline;
      float: left;
      margin-left: 1.5em; }
      header.section-header nav ul li a {
        display: inline-block;
        font-size: 1.125em;
        padding-bottom: 3px;
        color: #61a6e0;
        color: #aaaaaa;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header.section-header nav ul li a:hover {
          color: #61a6e0;
          border-color: #61a6e0; }
  header.section-header p:last-child {
    margin-bottom: 0; }

#map {
  width: 100%; }
  #map.place {
    height: calc(100vh - 210px);
    min-height: 600px; }
  #map.dzone {
    height: 500px; }
  #map.detail {
    height: 300px; }
  #map .leaflet-popup-content-wrapper {
    border-radius: 4px; }
    #map .leaflet-popup-content-wrapper p {
      margin: 0 0 .5em 0; }
    #map .leaflet-popup-content-wrapper p.case-num {
      font-weight: bold;
      margin-bottom: .3em; }

.map-notes {
  margin-top: -3em;
  margin-bottom: 1em;
  position: relative; }
  .map-notes.place {
    margin-bottom: 4em;
    position: relative; }
  .map-notes .page-down-btn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #aaaaaa;
    color: #61a6e0;
    font-size: 3em;
    font-family: 'Font Awesome';
    position: absolute;
    display: block;
    width: 1.4em;
    height: 1.4em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .25em;
    left: 50%;
    top: -.8em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .map-notes .page-down-btn:hover {
      padding-top: .35em; }
  .map-notes .map-key {
    max-width: 40%;
    float: left;
    margin-top: .8em; }
    .map-notes .map-key li {
      list-style: none;
      display: inline-block;
      color: #777777; }
      .map-notes .map-key li:before {
        content: '';
        display: inline-block;
        width: .7em;
        height: .7em;
        background-color: #61a6e0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-right: .5em; }
      .map-notes .map-key li.dzones {
        margin-left: 1em; }
        .map-notes .map-key li.dzones:before {
          width: 1em;
          height: 1em;
          background-color: #FF7100;
          vertical-align: text-bottom; }
  .map-notes .map-disclaimer {
    max-width: 40%;
    margin-top: .8em;
    float: right;
    font-style: italic;
    font-size: .875em;
    color: #777777; }

main {
  padding: 3em; }
  main a {
    color: #61a6e0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    main a:hover {
      border-color: #61a6e0; }
  main.about {
    max-width: 650px;
    margin: 0 auto; }
    main.about section {
      margin-top: 4em; }
      main.about section li {
        line-height: 1.5;
        margin-bottom: .5;
        margin-left: 1.1em;
        color: #444444; }

section#stats {
  margin-top: -2em; }
section.body-section {
  margin-top: 3em;
  padding-top: 2em;
  text-align: center; }
  section.body-section:before {
    content: '';
    border-top: 1px solid #eeeeee;
    display: block;
    width: 100%;
    position: relative;
    top: 1.4em;
    z-index: -2; }
  section.body-section h2 {
    text-align: center;
    margin-bottom: 1em;
    color: #444444;
    background-color: #fff;
    display: inline-block;
    padding: 0 .7em; }

.block-wrapper.thirds .block {
  float: left;
  width: 33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em; }
  .block-wrapper.thirds .block:first-child {
    padding: 0 2em 0 0; }
  .block-wrapper.thirds .block:last-child {
    padding: 0 0 0 2em; }
.block-wrapper.charts {
  margin-top: 1em; }
  .block-wrapper.charts .block:first-child {
    padding: 0 .5em 0 0; }
  .block-wrapper.charts .block:last-child {
    padding: 0 0 0 .5em; }
  .block-wrapper.charts .block h3 {
    font-size: 1.25em;
    margin-bottom: 1em;
    font-family: 'Lato';
    font-weight: 500;
    color: #58646D; }
.block-wrapper.stats .block p {
  font-size: 1.125em;
  margin-bottom: .7em; }
.block-wrapper.stats .block .big-text {
  display: block;
  font-size: 3.3em;
  font-weight: bold;
  color: #61a6e0; }
.block-wrapper.stats .block .comparison {
  font-size: 1em;
  color: #919191;
  font-style: italic; }

footer {
  margin-top: 2em;
  padding: 3em;
  padding-bottom: 2em;
  background-color: #58646D;
  background-color: #444444; }
  footer h2, footer p {
    color: #fff; }
  footer a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    footer a:hover {
      border-bottom: 1px solid white; }
  footer h2 a {
    border-bottom: 1px solid rgba(255, 255, 255, 0); }

/******
HOMEPAGE
******/
.hero {
  background-color: #eeeeee;
  background-image: url("http://classwork.compjour.org/2015/jeffbarrera/bikecrashmapper/static/img/hero-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6em 3em;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .hero h2 {
    margin-top: 1em;
    margin-bottom: 2.5em; }
  .hero .places-link {
    margin-top: 3em;
    margin-bottom: 0; }
    .hero .places-link a {
      font-weight: 500; }
  .hero a {
    color: #61a6e0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .hero a:hover {
      border-color: #61a6e0; }
  .hero form input {
    display: inline-block;
    padding: .6em;
    font-size: 1.125em;
    margin: 0; }
  .hero form input[type="text"] {
    border: 1px solid #5e5e5e;
    width: 30vw;
    min-width: 350px; }
  .hero form input[type="submit"] {
    margin-left: -5px;
    border: 1px solid #444444;
    padding: .6em 1.3em;
    background-color: #61a6e0;
    color: #fff;
    border: 1px solid #2474b7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .hero form input[type="submit"]:hover {
      background-color: #77a78a;
      border-color: #487058; }
    .hero form input[type="submit"]:active {
      background-color: #487058;
      border-color: #203227; }
  .hero form p.examples {
    margin-top: .5em; }
  .hero #search-status {
    position: relative;
    margin: 1em auto 0;
    width: 43vw;
    min-height: 35px;
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .hero #search-status.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .hero #search-status .status-msg {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3;
      background-color: #77a78a;
      color: #fff;
      padding: .6em 1em;
      border: 1px solid #fff;
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      -moz-transform: translate3d(0, 20px, 0);
      -ms-transform: translate3d(0, 20px, 0);
      -o-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .hero #search-status .status-msg.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

main.home {
  padding-bottom: 1em; }
  main.home section {
    max-width: 600px;
    margin: 0 auto; }
    main.home section h3 {
      margin-bottom: .7em; }
    main.home section p {
      line-height: 1.7; }
    main.home section p:last-child {
      margin-bottom: 0; }

/******
CHARTS
******/
.ct-chart .tooltip {
  position: relative; }
.ct-chart .ct-label {
  font-size: .9em; }
.ct-chart .ct-series.ct-series-a .ct-bar {
  stroke: #61a6e0;
  stroke: #61a6e0; }
.ct-chart .ct-chart-line .ct-series .ct-line {
  stroke: #61a6e0;
  stroke-width: 3px; }
.ct-chart .ct-chart-line .ct-series .ct-point {
  stroke: #61a6e0;
  stroke-width: 9px; }
.ct-chart.angled-labels .ct-labels foreignobject {
  transform: rotate(7deg); }