/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
/* line 21, ../scss/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 27, ../scss/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
/* line 45, ../scss/bootstrap/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 57, ../scss/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

/* line 73, ../scss/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 83, ../scss/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 99, ../scss/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 109, ../scss/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 121, ../scss/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

/* line 129, ../scss/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 135, ../scss/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 142, ../scss/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 149, ../scss/bootstrap/_reboot.scss */
dt {
  font-weight: 700; }

/* line 153, ../scss/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 158, ../scss/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 162, ../scss/bootstrap/_reboot.scss */
dfn {
  font-style: italic; }

/* line 167, ../scss/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder; }

/* line 173, ../scss/bootstrap/_reboot.scss */
small {
  font-size: 80%; }

/* line 182, ../scss/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 190, ../scss/bootstrap/_reboot.scss */
sub {
  bottom: -.25em; }

/* line 191, ../scss/bootstrap/_reboot.scss */
sup {
  top: -.5em; }

/* line 198, ../scss/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  /* line 15, ../scss/bootstrap/mixins/_hover.scss */
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

/* line 216, ../scss/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  /* line 19, ../scss/bootstrap/mixins/_hover.scss */
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  /* line 225, ../scss/bootstrap/_reboot.scss */
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/* line 236, ../scss/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 245, ../scss/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

/* line 262, ../scss/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem; }

/* line 272, ../scss/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 277, ../scss/bootstrap/_reboot.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 286, ../scss/bootstrap/_reboot.scss */
table {
  border-collapse: collapse; }

/* line 290, ../scss/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 298, ../scss/bootstrap/_reboot.scss */
th {
  text-align: inherit; }

/* line 309, ../scss/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem; }

/* line 318, ../scss/bootstrap/_reboot.scss */
button {
  border-radius: 0; }

/* line 326, ../scss/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 331, ../scss/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 342, ../scss/bootstrap/_reboot.scss */
button,
input {
  overflow: visible; }

/* line 347, ../scss/bootstrap/_reboot.scss */
button,
select {
  text-transform: none; }

/* line 355, ../scss/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 363, ../scss/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 371, ../scss/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

/* line 378, ../scss/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

/* line 390, ../scss/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 396, ../scss/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 411, ../scss/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 423, ../scss/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline; }

/* line 428, ../scss/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 433, ../scss/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 446, ../scss/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 456, ../scss/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 465, ../scss/bootstrap/_reboot.scss */
output {
  display: inline-block; }

/* line 469, ../scss/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 474, ../scss/bootstrap/_reboot.scss */
template {
  display: none; }

/* line 480, ../scss/bootstrap/_reboot.scss */
[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
