/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  color: #7b7b7b; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(1, 0, 0, 0); }

body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #484848;
  background-color: #efefef;
  margin: 64px 0 0 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.1; }

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

ul, ol {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }
  ul li, ol li {
    padding: 4px; }

ol {
  list-style: decimal inside; }

small, .small {
  font-size: 85%;
  color: #7b7b7b; }

a {
  color: #039be5;
  text-decoration: none;
  font-weight: 500; }
  a:visited {
    color: #7b7b7b; }

hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ccc; }

pre {
  display: block;
  margin: 0 0 10px;
  word-wrap: break-word;
  background-color: #darken #efefef, 15%;
  border-radius: 3px; }
  pre code, pre kbd {
    display: block;
    font-size: 1em; }

code, kbd {
  display: inline-block;
  border-radius: 3px;
  white-space: pre-wrap;
  padding: 2px 4px;
  font-size: 0.8em;
  letter-spacing: 0.01em; }

code {
  background-color: #c9c9c9; }

kbd {
  background-color: #333;
  color: white; }

abbr[title] {
  border-bottom: 1px dotted #484848;
  cursor: help; }

input, textarea {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  font-size: 16px;
  margin: 16px 0 16px 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: #484848; }
  input:not(:placeholder-shown) + label, textarea:not(:placeholder-shown) + label {
    top: 0;
    font-size: 12px; }
  input:focus, textarea:focus {
    outline: none; }
    input:focus + label, textarea:focus + label {
      top: 0;
      font-size: 12px; }
      input:focus + label:after, textarea:focus + label:after {
        left: 0;
        visibility: visible;
        width: calc(100% - 16px); }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 0; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 0; }
  input + label, textarea + label {
    bottom: 0;
    top: 16px;
    left: auto;
    right: 0;
    color: #ccc;
    font-size: 16px;
    pointer-events: none;
    position: absolute;
    display: block;
    width: calc(100% - 16px);
    white-space: nowrap;
    text-align: left;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    input + label:after, textarea + label:after {
      background-color: #039be5;
      bottom: 16px;
      content: '';
      height: 2px;
      left: 45%;
      position: absolute;
      transition-duration: .2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      visibility: hidden;
      width: 10px; }

button {
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  font-weight: 500;
  background: white;
  color: #039be5;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  button:hover {
    cursor: pointer; }
  button:focus {
    outline: 0; }
  button.button--primary {
    background: #039be5;
    color: white;
    border: 1px solid #039be5; }
  button.button--accent {
    background: #b2ff59;
    color: #484848;
    border: 1px solid #b2ff59; }
  button.button--warn {
    background: #ff4081;
    color: white;
    border: 1px solid #ff4081; }

i, .italic {
  font-style: italic; }

blockquote {
  position: relative;
  font-size: 1.1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .03em;
  color: #888888;
  margin: 16px; }
  blockquote:before {
    position: absolute;
    left: -.5em;
    content: '\201C'; }
  blockquote:after {
    content: '\201D';
    margin-left: -.05em; }

.col-1 {
  width: 8.33333%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-2 {
  width: 16.66667%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-3 {
  width: 25%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-4 {
  width: 33.33333%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-5 {
  width: 41.66667%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-6 {
  width: 50%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-7 {
  width: 58.33333%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-8 {
  width: 66.66667%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-9 {
  width: 75%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-10 {
  width: 83.33333%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-11 {
  width: 91.66667%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.col-12 {
  width: 100%;
  float: left;
  padding: 0 16px;
  position: relative;
  min-height: 1px; }

.container {
  padding: 0 16px;
  margin: 0 auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 752px; } }
  @media (min-width: 992px) {
    .container {
      width: 976px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1184px; } }

.well {
  background: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 32px;
  border-radius: 4px;
  margin-bottom: 32px; }

.card {
  background: white;
  min-height: 200px;
  width: 480px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin-bottom: 32px; }
  .card .card__section {
    padding: 16px; }
  .card .card--border {
    border-bottom: 1px solid #ccc; }

.row {
  margin-right: -16px;
  margin-left: -16px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.center-block {
  margin: 0 auto; }

.hidden {
  display: none; }

.muted {
  color: #7b7b7b; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.border-bottom {
  border-bottom: 1px solid #ccc; }

.tooltip {
  position: relative; }
  .tooltip:hover:after, .tooltip:focus:after {
    visibility: visible;
    transform: scale(1); }
  .tooltip:after {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    content: attr(data-tooltip);
    position: absolute;
    bottom: 25px;
    background-color: rgba(72, 72, 72, 0.95);
    color: white;
    padding: 4px;
    left: calc(50% - 50px);
    width: 100px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    visibility: hidden;
    transform: scale(0);
    font-size: 10px;
    z-index: 10; }
  .tooltip.bottom:after {
    top: 25px;
    bottom: auto; }
