/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 7, ../sass/_boostrap-beta-2.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  /* line 39, ../sass/_boostrap-beta-2.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 45, ../sass/_boostrap-beta-2.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 49, ../sass/_boostrap-beta-2.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 52, ../sass/_boostrap-beta-2.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 55, ../sass/_boostrap-beta-2.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 60, ../sass/_boostrap-beta-2.scss */
  thead {
    display: table-header-group;
  }

  /* line 63, ../sass/_boostrap-beta-2.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 67, ../sass/_boostrap-beta-2.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 73, ../sass/_boostrap-beta-2.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 77, ../sass/_boostrap-beta-2.scss */
  .navbar {
    display: none;
  }

  /* line 80, ../sass/_boostrap-beta-2.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 83, ../sass/_boostrap-beta-2.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 86, ../sass/_boostrap-beta-2.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 90, ../sass/_boostrap-beta-2.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 96, ../sass/_boostrap-beta-2.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 102, ../sass/_boostrap-beta-2.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: transparent;
}

@-ms-viewport {
  width: device-width;
}
/* line 115, ../sass/_boostrap-beta-2.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 119, ../sass/_boostrap-beta-2.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 130, ../sass/_boostrap-beta-2.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 134, ../sass/_boostrap-beta-2.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 140, ../sass/_boostrap-beta-2.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 145, ../sass/_boostrap-beta-2.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 150, ../sass/_boostrap-beta-2.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 159, ../sass/_boostrap-beta-2.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 165, ../sass/_boostrap-beta-2.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 172, ../sass/_boostrap-beta-2.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 179, ../sass/_boostrap-beta-2.scss */
dt {
  font-weight: 700;
}

/* line 183, ../sass/_boostrap-beta-2.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 188, ../sass/_boostrap-beta-2.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 192, ../sass/_boostrap-beta-2.scss */
dfn {
  font-style: italic;
}

/* line 196, ../sass/_boostrap-beta-2.scss */
b,
strong {
  font-weight: bolder;
}

/* line 201, ../sass/_boostrap-beta-2.scss */
small {
  font-size: 80%;
}

/* line 205, ../sass/_boostrap-beta-2.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 213, ../sass/_boostrap-beta-2.scss */
sub {
  bottom: -.25em;
}

/* line 217, ../sass/_boostrap-beta-2.scss */
sup {
  top: -.5em;
}

/* line 221, ../sass/_boostrap-beta-2.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 228, ../sass/_boostrap-beta-2.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 233, ../sass/_boostrap-beta-2.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 240, ../sass/_boostrap-beta-2.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 245, ../sass/_boostrap-beta-2.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 249, ../sass/_boostrap-beta-2.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 257, ../sass/_boostrap-beta-2.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 264, ../sass/_boostrap-beta-2.scss */
figure {
  margin: 0 0 1rem;
}

/* line 268, ../sass/_boostrap-beta-2.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 273, ../sass/_boostrap-beta-2.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 277, ../sass/_boostrap-beta-2.scss */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 290, ../sass/_boostrap-beta-2.scss */
table {
  border-collapse: collapse;
}

/* line 294, ../sass/_boostrap-beta-2.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

/* line 302, ../sass/_boostrap-beta-2.scss */
th {
  text-align: inherit;
}

/* line 306, ../sass/_boostrap-beta-2.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 311, ../sass/_boostrap-beta-2.scss */
button {
  border-radius: 0;
}

/* line 315, ../sass/_boostrap-beta-2.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 320, ../sass/_boostrap-beta-2.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 331, ../sass/_boostrap-beta-2.scss */
button,
input {
  overflow: visible;
}

/* line 336, ../sass/_boostrap-beta-2.scss */
button,
select {
  text-transform: none;
}

/* line 341, ../sass/_boostrap-beta-2.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 348, ../sass/_boostrap-beta-2.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 356, ../sass/_boostrap-beta-2.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 362, ../sass/_boostrap-beta-2.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 369, ../sass/_boostrap-beta-2.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 374, ../sass/_boostrap-beta-2.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 381, ../sass/_boostrap-beta-2.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 393, ../sass/_boostrap-beta-2.scss */
progress {
  vertical-align: baseline;
}

/* line 397, ../sass/_boostrap-beta-2.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 402, ../sass/_boostrap-beta-2.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 407, ../sass/_boostrap-beta-2.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 412, ../sass/_boostrap-beta-2.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 417, ../sass/_boostrap-beta-2.scss */
output {
  display: inline-block;
}

/* line 421, ../sass/_boostrap-beta-2.scss */
summary {
  display: list-item;
}

/* line 425, ../sass/_boostrap-beta-2.scss */
template {
  display: none;
}

/* line 429, ../sass/_boostrap-beta-2.scss */
[hidden] {
  display: none !important;
}

/* line 433, ../sass/_boostrap-beta-2.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 442, ../sass/_boostrap-beta-2.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 446, ../sass/_boostrap-beta-2.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 450, ../sass/_boostrap-beta-2.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 454, ../sass/_boostrap-beta-2.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 458, ../sass/_boostrap-beta-2.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 462, ../sass/_boostrap-beta-2.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 466, ../sass/_boostrap-beta-2.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 471, ../sass/_boostrap-beta-2.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 477, ../sass/_boostrap-beta-2.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 483, ../sass/_boostrap-beta-2.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 489, ../sass/_boostrap-beta-2.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 495, ../sass/_boostrap-beta-2.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 502, ../sass/_boostrap-beta-2.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 508, ../sass/_boostrap-beta-2.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 514, ../sass/_boostrap-beta-2.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 519, ../sass/_boostrap-beta-2.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 524, ../sass/_boostrap-beta-2.scss */
.list-inline-item {
  display: inline-block;
}

/* line 528, ../sass/_boostrap-beta-2.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 532, ../sass/_boostrap-beta-2.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 537, ../sass/_boostrap-beta-2.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 542, ../sass/_boostrap-beta-2.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

/* line 548, ../sass/_boostrap-beta-2.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 552, ../sass/_boostrap-beta-2.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 557, ../sass/_boostrap-beta-2.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/* line 567, ../sass/_boostrap-beta-2.scss */
.figure {
  display: inline-block;
}

/* line 571, ../sass/_boostrap-beta-2.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 576, ../sass/_boostrap-beta-2.scss */
.figure-caption {
  font-size: 90%;
  color: #868e96;
}

/* line 581, ../sass/_boostrap-beta-2.scss */
code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 588, ../sass/_boostrap-beta-2.scss */
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

/* line 596, ../sass/_boostrap-beta-2.scss */
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

/* line 602, ../sass/_boostrap-beta-2.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 610, ../sass/_boostrap-beta-2.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 616, ../sass/_boostrap-beta-2.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

/* line 624, ../sass/_boostrap-beta-2.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 632, ../sass/_boostrap-beta-2.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 637, ../sass/_boostrap-beta-2.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 646, ../sass/_boostrap-beta-2.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 652, ../sass/_boostrap-beta-2.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 658, ../sass/_boostrap-beta-2.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 664, ../sass/_boostrap-beta-2.scss */
  .container {
    max-width: 1140px;
  }
}
/* line 669, ../sass/_boostrap-beta-2.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 677, ../sass/_boostrap-beta-2.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 686, ../sass/_boostrap-beta-2.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 691, ../sass/_boostrap-beta-2.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 697, ../sass/_boostrap-beta-2.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 710, ../sass/_boostrap-beta-2.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 718, ../sass/_boostrap-beta-2.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 725, ../sass/_boostrap-beta-2.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 731, ../sass/_boostrap-beta-2.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 737, ../sass/_boostrap-beta-2.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 743, ../sass/_boostrap-beta-2.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 749, ../sass/_boostrap-beta-2.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 755, ../sass/_boostrap-beta-2.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 761, ../sass/_boostrap-beta-2.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 767, ../sass/_boostrap-beta-2.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 773, ../sass/_boostrap-beta-2.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 779, ../sass/_boostrap-beta-2.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 785, ../sass/_boostrap-beta-2.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 791, ../sass/_boostrap-beta-2.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 797, ../sass/_boostrap-beta-2.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 802, ../sass/_boostrap-beta-2.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 807, ../sass/_boostrap-beta-2.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 812, ../sass/_boostrap-beta-2.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 817, ../sass/_boostrap-beta-2.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 822, ../sass/_boostrap-beta-2.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 827, ../sass/_boostrap-beta-2.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 832, ../sass/_boostrap-beta-2.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 837, ../sass/_boostrap-beta-2.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 842, ../sass/_boostrap-beta-2.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 847, ../sass/_boostrap-beta-2.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 852, ../sass/_boostrap-beta-2.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 857, ../sass/_boostrap-beta-2.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 862, ../sass/_boostrap-beta-2.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 866, ../sass/_boostrap-beta-2.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 870, ../sass/_boostrap-beta-2.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 874, ../sass/_boostrap-beta-2.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 878, ../sass/_boostrap-beta-2.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 882, ../sass/_boostrap-beta-2.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 886, ../sass/_boostrap-beta-2.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 890, ../sass/_boostrap-beta-2.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 894, ../sass/_boostrap-beta-2.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 898, ../sass/_boostrap-beta-2.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 902, ../sass/_boostrap-beta-2.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 907, ../sass/_boostrap-beta-2.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 914, ../sass/_boostrap-beta-2.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 920, ../sass/_boostrap-beta-2.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 925, ../sass/_boostrap-beta-2.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 930, ../sass/_boostrap-beta-2.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 935, ../sass/_boostrap-beta-2.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 940, ../sass/_boostrap-beta-2.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 945, ../sass/_boostrap-beta-2.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 950, ../sass/_boostrap-beta-2.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 955, ../sass/_boostrap-beta-2.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 960, ../sass/_boostrap-beta-2.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 965, ../sass/_boostrap-beta-2.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 970, ../sass/_boostrap-beta-2.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 975, ../sass/_boostrap-beta-2.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 980, ../sass/_boostrap-beta-2.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 984, ../sass/_boostrap-beta-2.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 988, ../sass/_boostrap-beta-2.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 992, ../sass/_boostrap-beta-2.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 996, ../sass/_boostrap-beta-2.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1000, ../sass/_boostrap-beta-2.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1004, ../sass/_boostrap-beta-2.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1008, ../sass/_boostrap-beta-2.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1012, ../sass/_boostrap-beta-2.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1016, ../sass/_boostrap-beta-2.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1020, ../sass/_boostrap-beta-2.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1024, ../sass/_boostrap-beta-2.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1029, ../sass/_boostrap-beta-2.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1033, ../sass/_boostrap-beta-2.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 1036, ../sass/_boostrap-beta-2.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 1039, ../sass/_boostrap-beta-2.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 1042, ../sass/_boostrap-beta-2.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 1045, ../sass/_boostrap-beta-2.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 1048, ../sass/_boostrap-beta-2.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 1051, ../sass/_boostrap-beta-2.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 1054, ../sass/_boostrap-beta-2.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 1057, ../sass/_boostrap-beta-2.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 1060, ../sass/_boostrap-beta-2.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 1063, ../sass/_boostrap-beta-2.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 1066, ../sass/_boostrap-beta-2.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  /* line 1072, ../sass/_boostrap-beta-2.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1079, ../sass/_boostrap-beta-2.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1085, ../sass/_boostrap-beta-2.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1090, ../sass/_boostrap-beta-2.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1095, ../sass/_boostrap-beta-2.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1100, ../sass/_boostrap-beta-2.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1105, ../sass/_boostrap-beta-2.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1110, ../sass/_boostrap-beta-2.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1115, ../sass/_boostrap-beta-2.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1120, ../sass/_boostrap-beta-2.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1125, ../sass/_boostrap-beta-2.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1130, ../sass/_boostrap-beta-2.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1135, ../sass/_boostrap-beta-2.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1140, ../sass/_boostrap-beta-2.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1145, ../sass/_boostrap-beta-2.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1149, ../sass/_boostrap-beta-2.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1153, ../sass/_boostrap-beta-2.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1157, ../sass/_boostrap-beta-2.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1161, ../sass/_boostrap-beta-2.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1165, ../sass/_boostrap-beta-2.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1169, ../sass/_boostrap-beta-2.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1173, ../sass/_boostrap-beta-2.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1177, ../sass/_boostrap-beta-2.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1181, ../sass/_boostrap-beta-2.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1185, ../sass/_boostrap-beta-2.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1189, ../sass/_boostrap-beta-2.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1193, ../sass/_boostrap-beta-2.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1197, ../sass/_boostrap-beta-2.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 1200, ../sass/_boostrap-beta-2.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 1203, ../sass/_boostrap-beta-2.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 1206, ../sass/_boostrap-beta-2.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 1209, ../sass/_boostrap-beta-2.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 1212, ../sass/_boostrap-beta-2.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 1215, ../sass/_boostrap-beta-2.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 1218, ../sass/_boostrap-beta-2.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 1221, ../sass/_boostrap-beta-2.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 1224, ../sass/_boostrap-beta-2.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 1227, ../sass/_boostrap-beta-2.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 1230, ../sass/_boostrap-beta-2.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  /* line 1236, ../sass/_boostrap-beta-2.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1243, ../sass/_boostrap-beta-2.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1249, ../sass/_boostrap-beta-2.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1254, ../sass/_boostrap-beta-2.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1259, ../sass/_boostrap-beta-2.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1264, ../sass/_boostrap-beta-2.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1269, ../sass/_boostrap-beta-2.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1274, ../sass/_boostrap-beta-2.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1279, ../sass/_boostrap-beta-2.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1284, ../sass/_boostrap-beta-2.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1289, ../sass/_boostrap-beta-2.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1294, ../sass/_boostrap-beta-2.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1299, ../sass/_boostrap-beta-2.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1304, ../sass/_boostrap-beta-2.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1309, ../sass/_boostrap-beta-2.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1313, ../sass/_boostrap-beta-2.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1317, ../sass/_boostrap-beta-2.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1321, ../sass/_boostrap-beta-2.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1325, ../sass/_boostrap-beta-2.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1329, ../sass/_boostrap-beta-2.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1333, ../sass/_boostrap-beta-2.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1337, ../sass/_boostrap-beta-2.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1341, ../sass/_boostrap-beta-2.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1345, ../sass/_boostrap-beta-2.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1349, ../sass/_boostrap-beta-2.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1353, ../sass/_boostrap-beta-2.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1357, ../sass/_boostrap-beta-2.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1361, ../sass/_boostrap-beta-2.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 1364, ../sass/_boostrap-beta-2.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 1367, ../sass/_boostrap-beta-2.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 1370, ../sass/_boostrap-beta-2.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 1373, ../sass/_boostrap-beta-2.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 1376, ../sass/_boostrap-beta-2.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 1379, ../sass/_boostrap-beta-2.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 1382, ../sass/_boostrap-beta-2.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 1385, ../sass/_boostrap-beta-2.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 1388, ../sass/_boostrap-beta-2.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 1391, ../sass/_boostrap-beta-2.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 1394, ../sass/_boostrap-beta-2.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 1400, ../sass/_boostrap-beta-2.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1407, ../sass/_boostrap-beta-2.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1413, ../sass/_boostrap-beta-2.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1418, ../sass/_boostrap-beta-2.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1423, ../sass/_boostrap-beta-2.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1428, ../sass/_boostrap-beta-2.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1433, ../sass/_boostrap-beta-2.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1438, ../sass/_boostrap-beta-2.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1443, ../sass/_boostrap-beta-2.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1448, ../sass/_boostrap-beta-2.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1453, ../sass/_boostrap-beta-2.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1458, ../sass/_boostrap-beta-2.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1463, ../sass/_boostrap-beta-2.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1468, ../sass/_boostrap-beta-2.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1473, ../sass/_boostrap-beta-2.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1477, ../sass/_boostrap-beta-2.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1481, ../sass/_boostrap-beta-2.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1485, ../sass/_boostrap-beta-2.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1489, ../sass/_boostrap-beta-2.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1493, ../sass/_boostrap-beta-2.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1497, ../sass/_boostrap-beta-2.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1501, ../sass/_boostrap-beta-2.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1505, ../sass/_boostrap-beta-2.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1509, ../sass/_boostrap-beta-2.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1513, ../sass/_boostrap-beta-2.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1517, ../sass/_boostrap-beta-2.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1521, ../sass/_boostrap-beta-2.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1525, ../sass/_boostrap-beta-2.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 1528, ../sass/_boostrap-beta-2.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 1531, ../sass/_boostrap-beta-2.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 1534, ../sass/_boostrap-beta-2.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 1537, ../sass/_boostrap-beta-2.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 1540, ../sass/_boostrap-beta-2.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 1543, ../sass/_boostrap-beta-2.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 1546, ../sass/_boostrap-beta-2.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 1549, ../sass/_boostrap-beta-2.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 1552, ../sass/_boostrap-beta-2.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 1555, ../sass/_boostrap-beta-2.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 1558, ../sass/_boostrap-beta-2.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 1563, ../sass/_boostrap-beta-2.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 1570, ../sass/_boostrap-beta-2.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

/* line 1577, ../sass/_boostrap-beta-2.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

/* line 1582, ../sass/_boostrap-beta-2.scss */
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

/* line 1586, ../sass/_boostrap-beta-2.scss */
.table .table {
  background-color: #fff;
}

/* line 1590, ../sass/_boostrap-beta-2.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1595, ../sass/_boostrap-beta-2.scss */
.table-bordered {
  border: 1px solid #e9ecef;
}

/* line 1599, ../sass/_boostrap-beta-2.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

/* line 1604, ../sass/_boostrap-beta-2.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1609, ../sass/_boostrap-beta-2.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1613, ../sass/_boostrap-beta-2.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1617, ../sass/_boostrap-beta-2.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1623, ../sass/_boostrap-beta-2.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1627, ../sass/_boostrap-beta-2.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1632, ../sass/_boostrap-beta-2.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

/* line 1638, ../sass/_boostrap-beta-2.scss */
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

/* line 1642, ../sass/_boostrap-beta-2.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

/* line 1647, ../sass/_boostrap-beta-2.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1653, ../sass/_boostrap-beta-2.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1657, ../sass/_boostrap-beta-2.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1662, ../sass/_boostrap-beta-2.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1668, ../sass/_boostrap-beta-2.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1672, ../sass/_boostrap-beta-2.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1677, ../sass/_boostrap-beta-2.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1683, ../sass/_boostrap-beta-2.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1687, ../sass/_boostrap-beta-2.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1692, ../sass/_boostrap-beta-2.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1698, ../sass/_boostrap-beta-2.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1702, ../sass/_boostrap-beta-2.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1707, ../sass/_boostrap-beta-2.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1713, ../sass/_boostrap-beta-2.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1717, ../sass/_boostrap-beta-2.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1722, ../sass/_boostrap-beta-2.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1728, ../sass/_boostrap-beta-2.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1732, ../sass/_boostrap-beta-2.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1737, ../sass/_boostrap-beta-2.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1743, ../sass/_boostrap-beta-2.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1747, ../sass/_boostrap-beta-2.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1752, ../sass/_boostrap-beta-2.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 1758, ../sass/_boostrap-beta-2.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 1764, ../sass/_boostrap-beta-2.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 1769, ../sass/_boostrap-beta-2.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 1775, ../sass/_boostrap-beta-2.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1779, ../sass/_boostrap-beta-2.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1783, ../sass/_boostrap-beta-2.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  /* line 1788, ../sass/_boostrap-beta-2.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1795, ../sass/_boostrap-beta-2.scss */
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}
@media (max-width: 767px) {
  /* line 1801, ../sass/_boostrap-beta-2.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1808, ../sass/_boostrap-beta-2.scss */
  .table-responsive-md.table-bordered {
    border: 0;
  }
}
@media (max-width: 991px) {
  /* line 1814, ../sass/_boostrap-beta-2.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1821, ../sass/_boostrap-beta-2.scss */
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}
@media (max-width: 1199px) {
  /* line 1827, ../sass/_boostrap-beta-2.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1834, ../sass/_boostrap-beta-2.scss */
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}
/* line 1839, ../sass/_boostrap-beta-2.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 1847, ../sass/_boostrap-beta-2.scss */
.table-responsive.table-bordered {
  border: 0;
}

/* line 1851, ../sass/_boostrap-beta-2.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 1866, ../sass/_boostrap-beta-2.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1871, ../sass/_boostrap-beta-2.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1879, ../sass/_boostrap-beta-2.scss */
.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1884, ../sass/_boostrap-beta-2.scss */
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1889, ../sass/_boostrap-beta-2.scss */
.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1894, ../sass/_boostrap-beta-2.scss */
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1899, ../sass/_boostrap-beta-2.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 1904, ../sass/_boostrap-beta-2.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 1908, ../sass/_boostrap-beta-2.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 1913, ../sass/_boostrap-beta-2.scss */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 1918, ../sass/_boostrap-beta-2.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 1925, ../sass/_boostrap-beta-2.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1932, ../sass/_boostrap-beta-2.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1939, ../sass/_boostrap-beta-2.scss */
.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 1946, ../sass/_boostrap-beta-2.scss */
.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1956, ../sass/_boostrap-beta-2.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 1965, ../sass/_boostrap-beta-2.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1974, ../sass/_boostrap-beta-2.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 1980, ../sass/_boostrap-beta-2.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 1989, ../sass/_boostrap-beta-2.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 1995, ../sass/_boostrap-beta-2.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 1999, ../sass/_boostrap-beta-2.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2004, ../sass/_boostrap-beta-2.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2013, ../sass/_boostrap-beta-2.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2019, ../sass/_boostrap-beta-2.scss */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 2025, ../sass/_boostrap-beta-2.scss */
.form-check.disabled .form-check-label {
  color: #868e96;
}

/* line 2029, ../sass/_boostrap-beta-2.scss */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

/* line 2034, ../sass/_boostrap-beta-2.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

/* line 2040, ../sass/_boostrap-beta-2.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

/* line 2045, ../sass/_boostrap-beta-2.scss */
.form-check-inline .form-check-label {
  vertical-align: middle;
}

/* line 2049, ../sass/_boostrap-beta-2.scss */
.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

/* line 2056, ../sass/_boostrap-beta-2.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 2071, ../sass/_boostrap-beta-2.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 2077, ../sass/_boostrap-beta-2.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2083, ../sass/_boostrap-beta-2.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2094, ../sass/_boostrap-beta-2.scss */
.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

/* line 2098, ../sass/_boostrap-beta-2.scss */
.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

/* line 2102, ../sass/_boostrap-beta-2.scss */
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

/* line 2106, ../sass/_boostrap-beta-2.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}

/* line 2110, ../sass/_boostrap-beta-2.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 2114, ../sass/_boostrap-beta-2.scss */
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2118, ../sass/_boostrap-beta-2.scss */
.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

/* line 2125, ../sass/_boostrap-beta-2.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 2140, ../sass/_boostrap-beta-2.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

/* line 2146, ../sass/_boostrap-beta-2.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2152, ../sass/_boostrap-beta-2.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2163, ../sass/_boostrap-beta-2.scss */
.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

/* line 2167, ../sass/_boostrap-beta-2.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

/* line 2171, ../sass/_boostrap-beta-2.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

/* line 2175, ../sass/_boostrap-beta-2.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}

/* line 2179, ../sass/_boostrap-beta-2.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 2183, ../sass/_boostrap-beta-2.scss */
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2187, ../sass/_boostrap-beta-2.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2196, ../sass/_boostrap-beta-2.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2201, ../sass/_boostrap-beta-2.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  /* line 2210, ../sass/_boostrap-beta-2.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 2221, ../sass/_boostrap-beta-2.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2226, ../sass/_boostrap-beta-2.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 2229, ../sass/_boostrap-beta-2.scss */
  .form-inline .input-group {
    width: auto;
  }

  /* line 2232, ../sass/_boostrap-beta-2.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 2243, ../sass/_boostrap-beta-2.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }

  /* line 2246, ../sass/_boostrap-beta-2.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 2252, ../sass/_boostrap-beta-2.scss */
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  /* line 2261, ../sass/_boostrap-beta-2.scss */
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  /* line 2267, ../sass/_boostrap-beta-2.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2272, ../sass/_boostrap-beta-2.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 2290, ../sass/_boostrap-beta-2.scss */
.btn:focus, .btn:hover {
  text-decoration: none;
}

/* line 2294, ../sass/_boostrap-beta-2.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2299, ../sass/_boostrap-beta-2.scss */
.btn.disabled, .btn:disabled {
  opacity: .65;
}

/* line 2303, ../sass/_boostrap-beta-2.scss */
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

/* line 2307, ../sass/_boostrap-beta-2.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 2312, ../sass/_boostrap-beta-2.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2318, ../sass/_boostrap-beta-2.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2324, ../sass/_boostrap-beta-2.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2328, ../sass/_boostrap-beta-2.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2333, ../sass/_boostrap-beta-2.scss */
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2341, ../sass/_boostrap-beta-2.scss */
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2347, ../sass/_boostrap-beta-2.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

/* line 2353, ../sass/_boostrap-beta-2.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 2357, ../sass/_boostrap-beta-2.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2362, ../sass/_boostrap-beta-2.scss */
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 2370, ../sass/_boostrap-beta-2.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2376, ../sass/_boostrap-beta-2.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2382, ../sass/_boostrap-beta-2.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2386, ../sass/_boostrap-beta-2.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2391, ../sass/_boostrap-beta-2.scss */
.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2399, ../sass/_boostrap-beta-2.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2405, ../sass/_boostrap-beta-2.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2411, ../sass/_boostrap-beta-2.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2415, ../sass/_boostrap-beta-2.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2420, ../sass/_boostrap-beta-2.scss */
.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2428, ../sass/_boostrap-beta-2.scss */
.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2434, ../sass/_boostrap-beta-2.scss */
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2440, ../sass/_boostrap-beta-2.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2444, ../sass/_boostrap-beta-2.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2449, ../sass/_boostrap-beta-2.scss */
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2457, ../sass/_boostrap-beta-2.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2463, ../sass/_boostrap-beta-2.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2469, ../sass/_boostrap-beta-2.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2473, ../sass/_boostrap-beta-2.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2478, ../sass/_boostrap-beta-2.scss */
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2486, ../sass/_boostrap-beta-2.scss */
.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2492, ../sass/_boostrap-beta-2.scss */
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2498, ../sass/_boostrap-beta-2.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2502, ../sass/_boostrap-beta-2.scss */
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2507, ../sass/_boostrap-beta-2.scss */
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2515, ../sass/_boostrap-beta-2.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2521, ../sass/_boostrap-beta-2.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2527, ../sass/_boostrap-beta-2.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2531, ../sass/_boostrap-beta-2.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2536, ../sass/_boostrap-beta-2.scss */
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2544, ../sass/_boostrap-beta-2.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 2551, ../sass/_boostrap-beta-2.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2557, ../sass/_boostrap-beta-2.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2561, ../sass/_boostrap-beta-2.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 2566, ../sass/_boostrap-beta-2.scss */
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2574, ../sass/_boostrap-beta-2.scss */
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

/* line 2581, ../sass/_boostrap-beta-2.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2587, ../sass/_boostrap-beta-2.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 2591, ../sass/_boostrap-beta-2.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 2596, ../sass/_boostrap-beta-2.scss */
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 2604, ../sass/_boostrap-beta-2.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 2611, ../sass/_boostrap-beta-2.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2617, ../sass/_boostrap-beta-2.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2621, ../sass/_boostrap-beta-2.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2626, ../sass/_boostrap-beta-2.scss */
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2634, ../sass/_boostrap-beta-2.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 2641, ../sass/_boostrap-beta-2.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2647, ../sass/_boostrap-beta-2.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2651, ../sass/_boostrap-beta-2.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2656, ../sass/_boostrap-beta-2.scss */
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2664, ../sass/_boostrap-beta-2.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 2671, ../sass/_boostrap-beta-2.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2677, ../sass/_boostrap-beta-2.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2681, ../sass/_boostrap-beta-2.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2686, ../sass/_boostrap-beta-2.scss */
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2694, ../sass/_boostrap-beta-2.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 2701, ../sass/_boostrap-beta-2.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2707, ../sass/_boostrap-beta-2.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2711, ../sass/_boostrap-beta-2.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 2716, ../sass/_boostrap-beta-2.scss */
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2724, ../sass/_boostrap-beta-2.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 2731, ../sass/_boostrap-beta-2.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2737, ../sass/_boostrap-beta-2.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2741, ../sass/_boostrap-beta-2.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 2746, ../sass/_boostrap-beta-2.scss */
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2754, ../sass/_boostrap-beta-2.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 2761, ../sass/_boostrap-beta-2.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2767, ../sass/_boostrap-beta-2.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2771, ../sass/_boostrap-beta-2.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 2776, ../sass/_boostrap-beta-2.scss */
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2784, ../sass/_boostrap-beta-2.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 2790, ../sass/_boostrap-beta-2.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 2797, ../sass/_boostrap-beta-2.scss */
.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  box-shadow: none;
}

/* line 2802, ../sass/_boostrap-beta-2.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

/* line 2806, ../sass/_boostrap-beta-2.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2813, ../sass/_boostrap-beta-2.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2820, ../sass/_boostrap-beta-2.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2825, ../sass/_boostrap-beta-2.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2829, ../sass/_boostrap-beta-2.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2835, ../sass/_boostrap-beta-2.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 2840, ../sass/_boostrap-beta-2.scss */
.fade.show {
  opacity: 1;
}

/* line 2844, ../sass/_boostrap-beta-2.scss */
.collapse {
  display: none;
}

/* line 2848, ../sass/_boostrap-beta-2.scss */
.collapse.show {
  display: block;
}

/* line 2852, ../sass/_boostrap-beta-2.scss */
tr.collapse.show {
  display: table-row;
}

/* line 2856, ../sass/_boostrap-beta-2.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 2860, ../sass/_boostrap-beta-2.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 2867, ../sass/_boostrap-beta-2.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2872, ../sass/_boostrap-beta-2.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 2885, ../sass/_boostrap-beta-2.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2889, ../sass/_boostrap-beta-2.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 2909, ../sass/_boostrap-beta-2.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 2914, ../sass/_boostrap-beta-2.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 2927, ../sass/_boostrap-beta-2.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2931, ../sass/_boostrap-beta-2.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 2938, ../sass/_boostrap-beta-2.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

/* line 2951, ../sass/_boostrap-beta-2.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 2957, ../sass/_boostrap-beta-2.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 2963, ../sass/_boostrap-beta-2.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 2968, ../sass/_boostrap-beta-2.scss */
.dropdown-menu.show {
  display: block;
}

/* line 2972, ../sass/_boostrap-beta-2.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

/* line 2981, ../sass/_boostrap-beta-2.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 2989, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* line 2996, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

/* line 3001, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3008, ../sass/_boostrap-beta-2.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3019, ../sass/_boostrap-beta-2.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3028, ../sass/_boostrap-beta-2.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3032, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3036, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3040, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3045, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3051, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3055, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3059, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3065, ../sass/_boostrap-beta-2.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3070, ../sass/_boostrap-beta-2.scss */
.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3075, ../sass/_boostrap-beta-2.scss */
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3079, ../sass/_boostrap-beta-2.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3084, ../sass/_boostrap-beta-2.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3089, ../sass/_boostrap-beta-2.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3098, ../sass/_boostrap-beta-2.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 3103, ../sass/_boostrap-beta-2.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3111, ../sass/_boostrap-beta-2.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3115, ../sass/_boostrap-beta-2.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3120, ../sass/_boostrap-beta-2.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3125, ../sass/_boostrap-beta-2.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3129, ../sass/_boostrap-beta-2.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3135, ../sass/_boostrap-beta-2.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3140, ../sass/_boostrap-beta-2.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3149, ../sass/_boostrap-beta-2.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 3158, ../sass/_boostrap-beta-2.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3167, ../sass/_boostrap-beta-2.scss */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

/* line 3171, ../sass/_boostrap-beta-2.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3180, ../sass/_boostrap-beta-2.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3186, ../sass/_boostrap-beta-2.scss */
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

/* line 3191, ../sass/_boostrap-beta-2.scss */
.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3204, ../sass/_boostrap-beta-2.scss */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 3212, ../sass/_boostrap-beta-2.scss */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 3220, ../sass/_boostrap-beta-2.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3225, ../sass/_boostrap-beta-2.scss */
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3236, ../sass/_boostrap-beta-2.scss */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 3240, ../sass/_boostrap-beta-2.scss */
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3251, ../sass/_boostrap-beta-2.scss */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 3255, ../sass/_boostrap-beta-2.scss */
.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

/* line 3263, ../sass/_boostrap-beta-2.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3267, ../sass/_boostrap-beta-2.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3271, ../sass/_boostrap-beta-2.scss */
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

/* line 3275, ../sass/_boostrap-beta-2.scss */
.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

/* line 3279, ../sass/_boostrap-beta-2.scss */
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

/* line 3284, ../sass/_boostrap-beta-2.scss */
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

/* line 3290, ../sass/_boostrap-beta-2.scss */
.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}

/* line 3295, ../sass/_boostrap-beta-2.scss */
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

/* line 3302, ../sass/_boostrap-beta-2.scss */
.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

/* line 3311, ../sass/_boostrap-beta-2.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3317, ../sass/_boostrap-beta-2.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

/* line 3322, ../sass/_boostrap-beta-2.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3326, ../sass/_boostrap-beta-2.scss */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 3331, ../sass/_boostrap-beta-2.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

/* line 3335, ../sass/_boostrap-beta-2.scss */
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

/* line 3339, ../sass/_boostrap-beta-2.scss */
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 3357, ../sass/_boostrap-beta-2.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

/* line 3361, ../sass/_boostrap-beta-2.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 3365, ../sass/_boostrap-beta-2.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 3370, ../sass/_boostrap-beta-2.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 3374, ../sass/_boostrap-beta-2.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 3378, ../sass/_boostrap-beta-2.scss */
.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 3385, ../sass/_boostrap-beta-2.scss */
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

/* line 3389, ../sass/_boostrap-beta-2.scss */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 3393, ../sass/_boostrap-beta-2.scss */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3410, ../sass/_boostrap-beta-2.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

/* line 3415, ../sass/_boostrap-beta-2.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3420, ../sass/_boostrap-beta-2.scss */
.custom-select[multiple] {
  height: auto;
  background-image: none;
}

/* line 3425, ../sass/_boostrap-beta-2.scss */
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

/* line 3430, ../sass/_boostrap-beta-2.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 3434, ../sass/_boostrap-beta-2.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 3441, ../sass/_boostrap-beta-2.scss */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 3449, ../sass/_boostrap-beta-2.scss */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3457, ../sass/_boostrap-beta-2.scss */
.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

/* line 3461, ../sass/_boostrap-beta-2.scss */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3481, ../sass/_boostrap-beta-2.scss */
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

/* line 3485, ../sass/_boostrap-beta-2.scss */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 3501, ../sass/_boostrap-beta-2.scss */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 3505, ../sass/_boostrap-beta-2.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3515, ../sass/_boostrap-beta-2.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 3520, ../sass/_boostrap-beta-2.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 3524, ../sass/_boostrap-beta-2.scss */
.nav-link.disabled {
  color: #868e96;
}

/* line 3528, ../sass/_boostrap-beta-2.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 3532, ../sass/_boostrap-beta-2.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3536, ../sass/_boostrap-beta-2.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 3542, ../sass/_boostrap-beta-2.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

/* line 3546, ../sass/_boostrap-beta-2.scss */
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

/* line 3552, ../sass/_boostrap-beta-2.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

/* line 3559, ../sass/_boostrap-beta-2.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3565, ../sass/_boostrap-beta-2.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 3569, ../sass/_boostrap-beta-2.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 3575, ../sass/_boostrap-beta-2.scss */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 3581, ../sass/_boostrap-beta-2.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 3589, ../sass/_boostrap-beta-2.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3593, ../sass/_boostrap-beta-2.scss */
.tab-content > .active {
  display: block;
}

/* line 3597, ../sass/_boostrap-beta-2.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 3610, ../sass/_boostrap-beta-2.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 3622, ../sass/_boostrap-beta-2.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3632, ../sass/_boostrap-beta-2.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 3636, ../sass/_boostrap-beta-2.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3646, ../sass/_boostrap-beta-2.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3651, ../sass/_boostrap-beta-2.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 3656, ../sass/_boostrap-beta-2.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 3662, ../sass/_boostrap-beta-2.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3671, ../sass/_boostrap-beta-2.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 3680, ../sass/_boostrap-beta-2.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 3684, ../sass/_boostrap-beta-2.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  /* line 3695, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 3703, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 3709, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 3713, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 3716, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  /* line 3720, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 3724, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 3729, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 3735, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  /* line 3738, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767px) {
  /* line 3745, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 3753, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 3759, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 3763, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 3766, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  /* line 3770, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 3774, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 3779, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 3785, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  /* line 3788, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991px) {
  /* line 3795, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 3803, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 3809, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 3813, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 3816, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  /* line 3820, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 3824, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 3830, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 3836, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  /* line 3839, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199px) {
  /* line 3846, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 3854, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 3860, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 3864, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 3867, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  /* line 3871, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 3875, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 3880, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 3886, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  /* line 3889, ../sass/_boostrap-beta-2.scss */
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
/* line 3895, ../sass/_boostrap-beta-2.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3902, ../sass/_boostrap-beta-2.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 3908, ../sass/_boostrap-beta-2.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 3913, ../sass/_boostrap-beta-2.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3917, ../sass/_boostrap-beta-2.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3922, ../sass/_boostrap-beta-2.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 3927, ../sass/_boostrap-beta-2.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 3933, ../sass/_boostrap-beta-2.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 3940, ../sass/_boostrap-beta-2.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3944, ../sass/_boostrap-beta-2.scss */
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 3949, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3953, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3957, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3961, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 3965, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 3969, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3976, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 3981, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 3985, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3989, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3993, ../sass/_boostrap-beta-2.scss */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3997, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4001, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 4005, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4009, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4013, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4017, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4024, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4029, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4033, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4037, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4041, ../sass/_boostrap-beta-2.scss */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 4045, ../sass/_boostrap-beta-2.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 4059, ../sass/_boostrap-beta-2.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4064, ../sass/_boostrap-beta-2.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4069, ../sass/_boostrap-beta-2.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4074, ../sass/_boostrap-beta-2.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 4080, ../sass/_boostrap-beta-2.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4084, ../sass/_boostrap-beta-2.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4089, ../sass/_boostrap-beta-2.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4093, ../sass/_boostrap-beta-2.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4097, ../sass/_boostrap-beta-2.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4101, ../sass/_boostrap-beta-2.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4108, ../sass/_boostrap-beta-2.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4112, ../sass/_boostrap-beta-2.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4116, ../sass/_boostrap-beta-2.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4122, ../sass/_boostrap-beta-2.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4126, ../sass/_boostrap-beta-2.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4133, ../sass/_boostrap-beta-2.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4138, ../sass/_boostrap-beta-2.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4147, ../sass/_boostrap-beta-2.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 4152, ../sass/_boostrap-beta-2.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4158, ../sass/_boostrap-beta-2.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4164, ../sass/_boostrap-beta-2.scss */
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4171, ../sass/_boostrap-beta-2.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4176, ../sass/_boostrap-beta-2.scss */
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 4182, ../sass/_boostrap-beta-2.scss */
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* line 4195, ../sass/_boostrap-beta-2.scss */
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4202, ../sass/_boostrap-beta-2.scss */
.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4207, ../sass/_boostrap-beta-2.scss */
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 4211, ../sass/_boostrap-beta-2.scss */
  .card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 4216, ../sass/_boostrap-beta-2.scss */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 4220, ../sass/_boostrap-beta-2.scss */
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 4224, ../sass/_boostrap-beta-2.scss */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  /* line 4227, ../sass/_boostrap-beta-2.scss */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  /* line 4230, ../sass/_boostrap-beta-2.scss */
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 4234, ../sass/_boostrap-beta-2.scss */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  /* line 4237, ../sass/_boostrap-beta-2.scss */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  /* line 4240, ../sass/_boostrap-beta-2.scss */
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }

  /* line 4243, ../sass/_boostrap-beta-2.scss */
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  /* line 4247, ../sass/_boostrap-beta-2.scss */
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  /* line 4251, ../sass/_boostrap-beta-2.scss */
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  /* line 4254, ../sass/_boostrap-beta-2.scss */
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}
/* line 4260, ../sass/_boostrap-beta-2.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4265, ../sass/_boostrap-beta-2.scss */
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  /* line 4271, ../sass/_boostrap-beta-2.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 4277, ../sass/_boostrap-beta-2.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 4289, ../sass/_boostrap-beta-2.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

/* line 4297, ../sass/_boostrap-beta-2.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4301, ../sass/_boostrap-beta-2.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4305, ../sass/_boostrap-beta-2.scss */
.breadcrumb-item.active {
  color: #868e96;
}

/* line 4309, ../sass/_boostrap-beta-2.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 4317, ../sass/_boostrap-beta-2.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4323, ../sass/_boostrap-beta-2.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4328, ../sass/_boostrap-beta-2.scss */
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4335, ../sass/_boostrap-beta-2.scss */
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4342, ../sass/_boostrap-beta-2.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4353, ../sass/_boostrap-beta-2.scss */
.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

/* line 4360, ../sass/_boostrap-beta-2.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4366, ../sass/_boostrap-beta-2.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4371, ../sass/_boostrap-beta-2.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4376, ../sass/_boostrap-beta-2.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4382, ../sass/_boostrap-beta-2.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4387, ../sass/_boostrap-beta-2.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4392, ../sass/_boostrap-beta-2.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 4404, ../sass/_boostrap-beta-2.scss */
.badge:empty {
  display: none;
}

/* line 4408, ../sass/_boostrap-beta-2.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4413, ../sass/_boostrap-beta-2.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4419, ../sass/_boostrap-beta-2.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 4424, ../sass/_boostrap-beta-2.scss */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 4430, ../sass/_boostrap-beta-2.scss */
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

/* line 4435, ../sass/_boostrap-beta-2.scss */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

/* line 4441, ../sass/_boostrap-beta-2.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 4446, ../sass/_boostrap-beta-2.scss */
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 4452, ../sass/_boostrap-beta-2.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 4457, ../sass/_boostrap-beta-2.scss */
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 4463, ../sass/_boostrap-beta-2.scss */
.badge-warning {
  color: #111;
  background-color: #ffc107;
}

/* line 4468, ../sass/_boostrap-beta-2.scss */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 4474, ../sass/_boostrap-beta-2.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 4479, ../sass/_boostrap-beta-2.scss */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 4485, ../sass/_boostrap-beta-2.scss */
.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

/* line 4490, ../sass/_boostrap-beta-2.scss */
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 4496, ../sass/_boostrap-beta-2.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 4501, ../sass/_boostrap-beta-2.scss */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 4507, ../sass/_boostrap-beta-2.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 4515, ../sass/_boostrap-beta-2.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 4520, ../sass/_boostrap-beta-2.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4526, ../sass/_boostrap-beta-2.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4534, ../sass/_boostrap-beta-2.scss */
.alert-heading {
  color: inherit;
}

/* line 4538, ../sass/_boostrap-beta-2.scss */
.alert-link {
  font-weight: 700;
}

/* line 4542, ../sass/_boostrap-beta-2.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 4550, ../sass/_boostrap-beta-2.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 4556, ../sass/_boostrap-beta-2.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 4560, ../sass/_boostrap-beta-2.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 4564, ../sass/_boostrap-beta-2.scss */
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

/* line 4570, ../sass/_boostrap-beta-2.scss */
.alert-secondary hr {
  border-top-color: #cfd2d6;
}

/* line 4574, ../sass/_boostrap-beta-2.scss */
.alert-secondary .alert-link {
  color: #2e3133;
}

/* line 4578, ../sass/_boostrap-beta-2.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 4584, ../sass/_boostrap-beta-2.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 4588, ../sass/_boostrap-beta-2.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 4592, ../sass/_boostrap-beta-2.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 4598, ../sass/_boostrap-beta-2.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 4602, ../sass/_boostrap-beta-2.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 4606, ../sass/_boostrap-beta-2.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 4612, ../sass/_boostrap-beta-2.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 4616, ../sass/_boostrap-beta-2.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 4620, ../sass/_boostrap-beta-2.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 4626, ../sass/_boostrap-beta-2.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 4630, ../sass/_boostrap-beta-2.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 4634, ../sass/_boostrap-beta-2.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 4640, ../sass/_boostrap-beta-2.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 4644, ../sass/_boostrap-beta-2.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 4648, ../sass/_boostrap-beta-2.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 4654, ../sass/_boostrap-beta-2.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 4658, ../sass/_boostrap-beta-2.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 4680, ../sass/_boostrap-beta-2.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 4690, ../sass/_boostrap-beta-2.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #007bff;
}

/* line 4701, ../sass/_boostrap-beta-2.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 4706, ../sass/_boostrap-beta-2.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 4711, ../sass/_boostrap-beta-2.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 4718, ../sass/_boostrap-beta-2.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 4723, ../sass/_boostrap-beta-2.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 4732, ../sass/_boostrap-beta-2.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 4738, ../sass/_boostrap-beta-2.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 4744, ../sass/_boostrap-beta-2.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 4749, ../sass/_boostrap-beta-2.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4758, ../sass/_boostrap-beta-2.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4763, ../sass/_boostrap-beta-2.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4769, ../sass/_boostrap-beta-2.scss */
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

/* line 4773, ../sass/_boostrap-beta-2.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

/* line 4778, ../sass/_boostrap-beta-2.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4785, ../sass/_boostrap-beta-2.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 4791, ../sass/_boostrap-beta-2.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 4795, ../sass/_boostrap-beta-2.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4799, ../sass/_boostrap-beta-2.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 4804, ../sass/_boostrap-beta-2.scss */
a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

/* line 4809, ../sass/_boostrap-beta-2.scss */
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

/* line 4816, ../sass/_boostrap-beta-2.scss */
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4823, ../sass/_boostrap-beta-2.scss */
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

/* line 4828, ../sass/_boostrap-beta-2.scss */
a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

/* line 4833, ../sass/_boostrap-beta-2.scss */
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

/* line 4840, ../sass/_boostrap-beta-2.scss */
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

/* line 4847, ../sass/_boostrap-beta-2.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 4852, ../sass/_boostrap-beta-2.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

/* line 4857, ../sass/_boostrap-beta-2.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 4864, ../sass/_boostrap-beta-2.scss */
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4871, ../sass/_boostrap-beta-2.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 4876, ../sass/_boostrap-beta-2.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

/* line 4881, ../sass/_boostrap-beta-2.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 4888, ../sass/_boostrap-beta-2.scss */
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4895, ../sass/_boostrap-beta-2.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 4900, ../sass/_boostrap-beta-2.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

/* line 4905, ../sass/_boostrap-beta-2.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 4912, ../sass/_boostrap-beta-2.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4919, ../sass/_boostrap-beta-2.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 4924, ../sass/_boostrap-beta-2.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

/* line 4929, ../sass/_boostrap-beta-2.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 4936, ../sass/_boostrap-beta-2.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4943, ../sass/_boostrap-beta-2.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 4948, ../sass/_boostrap-beta-2.scss */
a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

/* line 4953, ../sass/_boostrap-beta-2.scss */
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

/* line 4960, ../sass/_boostrap-beta-2.scss */
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4967, ../sass/_boostrap-beta-2.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 4972, ../sass/_boostrap-beta-2.scss */
a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

/* line 4977, ../sass/_boostrap-beta-2.scss */
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 4984, ../sass/_boostrap-beta-2.scss */
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 4991, ../sass/_boostrap-beta-2.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 5001, ../sass/_boostrap-beta-2.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 5007, ../sass/_boostrap-beta-2.scss */
button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5014, ../sass/_boostrap-beta-2.scss */
.modal-open {
  overflow: hidden;
}

/* line 5018, ../sass/_boostrap-beta-2.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 5030, ../sass/_boostrap-beta-2.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5038, ../sass/_boostrap-beta-2.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5043, ../sass/_boostrap-beta-2.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5048, ../sass/_boostrap-beta-2.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

/* line 5055, ../sass/_boostrap-beta-2.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 5069, ../sass/_boostrap-beta-2.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5079, ../sass/_boostrap-beta-2.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5083, ../sass/_boostrap-beta-2.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5087, ../sass/_boostrap-beta-2.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 5100, ../sass/_boostrap-beta-2.scss */
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

/* line 5105, ../sass/_boostrap-beta-2.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5110, ../sass/_boostrap-beta-2.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

/* line 5117, ../sass/_boostrap-beta-2.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

/* line 5128, ../sass/_boostrap-beta-2.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 5132, ../sass/_boostrap-beta-2.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 5136, ../sass/_boostrap-beta-2.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5145, ../sass/_boostrap-beta-2.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  /* line 5149, ../sass/_boostrap-beta-2.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5155, ../sass/_boostrap-beta-2.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 5160, ../sass/_boostrap-beta-2.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5184, ../sass/_boostrap-beta-2.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 5188, ../sass/_boostrap-beta-2.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

/* line 5195, ../sass/_boostrap-beta-2.scss */
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

/* line 5201, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

/* line 5205, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5209, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5216, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

/* line 5220, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

/* line 5224, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 5231, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

/* line 5235, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5239, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5246, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

/* line 5250, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

/* line 5254, ../sass/_boostrap-beta-2.scss */
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 5262, ../sass/_boostrap-beta-2.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 5271, ../sass/_boostrap-beta-2.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 5300, ../sass/_boostrap-beta-2.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5307, ../sass/_boostrap-beta-2.scss */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

/* line 5315, ../sass/_boostrap-beta-2.scss */
.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

/* line 5320, ../sass/_boostrap-beta-2.scss */
.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

/* line 5325, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

/* line 5329, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5333, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

/* line 5338, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 5344, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

/* line 5350, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

/* line 5354, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

/* line 5358, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

/* line 5364, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5369, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

/* line 5374, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

/* line 5378, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5382, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

/* line 5388, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5393, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

/* line 5398, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 5409, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

/* line 5413, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

/* line 5417, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

/* line 5423, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5428, ../sass/_boostrap-beta-2.scss */
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

/* line 5433, ../sass/_boostrap-beta-2.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 5444, ../sass/_boostrap-beta-2.scss */
.popover-header:empty {
  display: none;
}

/* line 5448, ../sass/_boostrap-beta-2.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 5453, ../sass/_boostrap-beta-2.scss */
.carousel {
  position: relative;
}

/* line 5457, ../sass/_boostrap-beta-2.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5463, ../sass/_boostrap-beta-2.scss */
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 5478, ../sass/_boostrap-beta-2.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 5484, ../sass/_boostrap-beta-2.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 5490, ../sass/_boostrap-beta-2.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 5497, ../sass/_boostrap-beta-2.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 5504, ../sass/_boostrap-beta-2.scss */
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 5511, ../sass/_boostrap-beta-2.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 5518, ../sass/_boostrap-beta-2.scss */
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 5525, ../sass/_boostrap-beta-2.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 5532, ../sass/_boostrap-beta-2.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 5549, ../sass/_boostrap-beta-2.scss */
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5558, ../sass/_boostrap-beta-2.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5562, ../sass/_boostrap-beta-2.scss */
.carousel-control-next {
  right: 0;
}

/* line 5566, ../sass/_boostrap-beta-2.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 5575, ../sass/_boostrap-beta-2.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 5579, ../sass/_boostrap-beta-2.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 5583, ../sass/_boostrap-beta-2.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 5599, ../sass/_boostrap-beta-2.scss */
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 5611, ../sass/_boostrap-beta-2.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 5621, ../sass/_boostrap-beta-2.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 5631, ../sass/_boostrap-beta-2.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 5635, ../sass/_boostrap-beta-2.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 5647, ../sass/_boostrap-beta-2.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 5651, ../sass/_boostrap-beta-2.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5655, ../sass/_boostrap-beta-2.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 5659, ../sass/_boostrap-beta-2.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5663, ../sass/_boostrap-beta-2.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 5667, ../sass/_boostrap-beta-2.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5671, ../sass/_boostrap-beta-2.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 5675, ../sass/_boostrap-beta-2.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 5679, ../sass/_boostrap-beta-2.scss */
.bg-secondary {
  background-color: #868e96 !important;
}

/* line 5683, ../sass/_boostrap-beta-2.scss */
a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

/* line 5687, ../sass/_boostrap-beta-2.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 5691, ../sass/_boostrap-beta-2.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 5695, ../sass/_boostrap-beta-2.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 5699, ../sass/_boostrap-beta-2.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 5703, ../sass/_boostrap-beta-2.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 5707, ../sass/_boostrap-beta-2.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 5711, ../sass/_boostrap-beta-2.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 5715, ../sass/_boostrap-beta-2.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 5719, ../sass/_boostrap-beta-2.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 5723, ../sass/_boostrap-beta-2.scss */
a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 5727, ../sass/_boostrap-beta-2.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 5731, ../sass/_boostrap-beta-2.scss */
a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 5735, ../sass/_boostrap-beta-2.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 5739, ../sass/_boostrap-beta-2.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 5743, ../sass/_boostrap-beta-2.scss */
.border {
  border: 1px solid #e9ecef !important;
}

/* line 5747, ../sass/_boostrap-beta-2.scss */
.border-0 {
  border: 0 !important;
}

/* line 5751, ../sass/_boostrap-beta-2.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 5755, ../sass/_boostrap-beta-2.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 5759, ../sass/_boostrap-beta-2.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 5763, ../sass/_boostrap-beta-2.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 5767, ../sass/_boostrap-beta-2.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 5771, ../sass/_boostrap-beta-2.scss */
.border-secondary {
  border-color: #868e96 !important;
}

/* line 5775, ../sass/_boostrap-beta-2.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 5779, ../sass/_boostrap-beta-2.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 5783, ../sass/_boostrap-beta-2.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 5787, ../sass/_boostrap-beta-2.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 5791, ../sass/_boostrap-beta-2.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 5795, ../sass/_boostrap-beta-2.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 5799, ../sass/_boostrap-beta-2.scss */
.border-white {
  border-color: #fff !important;
}

/* line 5803, ../sass/_boostrap-beta-2.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 5807, ../sass/_boostrap-beta-2.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 5812, ../sass/_boostrap-beta-2.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 5817, ../sass/_boostrap-beta-2.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 5822, ../sass/_boostrap-beta-2.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 5827, ../sass/_boostrap-beta-2.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 5831, ../sass/_boostrap-beta-2.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 5835, ../sass/_boostrap-beta-2.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5841, ../sass/_boostrap-beta-2.scss */
.d-none {
  display: none !important;
}

/* line 5845, ../sass/_boostrap-beta-2.scss */
.d-inline {
  display: inline !important;
}

/* line 5849, ../sass/_boostrap-beta-2.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 5853, ../sass/_boostrap-beta-2.scss */
.d-block {
  display: block !important;
}

/* line 5857, ../sass/_boostrap-beta-2.scss */
.d-table {
  display: table !important;
}

/* line 5861, ../sass/_boostrap-beta-2.scss */
.d-table-row {
  display: table-row !important;
}

/* line 5865, ../sass/_boostrap-beta-2.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 5869, ../sass/_boostrap-beta-2.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 5874, ../sass/_boostrap-beta-2.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 5880, ../sass/_boostrap-beta-2.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 5883, ../sass/_boostrap-beta-2.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 5886, ../sass/_boostrap-beta-2.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 5889, ../sass/_boostrap-beta-2.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 5892, ../sass/_boostrap-beta-2.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 5895, ../sass/_boostrap-beta-2.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 5898, ../sass/_boostrap-beta-2.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 5901, ../sass/_boostrap-beta-2.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 5905, ../sass/_boostrap-beta-2.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 5912, ../sass/_boostrap-beta-2.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 5915, ../sass/_boostrap-beta-2.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 5918, ../sass/_boostrap-beta-2.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 5921, ../sass/_boostrap-beta-2.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 5924, ../sass/_boostrap-beta-2.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 5927, ../sass/_boostrap-beta-2.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 5930, ../sass/_boostrap-beta-2.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 5933, ../sass/_boostrap-beta-2.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 5937, ../sass/_boostrap-beta-2.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 5944, ../sass/_boostrap-beta-2.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 5947, ../sass/_boostrap-beta-2.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 5950, ../sass/_boostrap-beta-2.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 5953, ../sass/_boostrap-beta-2.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 5956, ../sass/_boostrap-beta-2.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 5959, ../sass/_boostrap-beta-2.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 5962, ../sass/_boostrap-beta-2.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 5965, ../sass/_boostrap-beta-2.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 5969, ../sass/_boostrap-beta-2.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 5976, ../sass/_boostrap-beta-2.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 5979, ../sass/_boostrap-beta-2.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 5982, ../sass/_boostrap-beta-2.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 5985, ../sass/_boostrap-beta-2.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 5988, ../sass/_boostrap-beta-2.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 5991, ../sass/_boostrap-beta-2.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 5994, ../sass/_boostrap-beta-2.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 5997, ../sass/_boostrap-beta-2.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6001, ../sass/_boostrap-beta-2.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 6007, ../sass/_boostrap-beta-2.scss */
.d-print-block {
  display: none !important;
}

@media print {
  /* line 6012, ../sass/_boostrap-beta-2.scss */
  .d-print-block {
    display: block !important;
  }
}
/* line 6017, ../sass/_boostrap-beta-2.scss */
.d-print-inline {
  display: none !important;
}

@media print {
  /* line 6022, ../sass/_boostrap-beta-2.scss */
  .d-print-inline {
    display: inline !important;
  }
}
/* line 6027, ../sass/_boostrap-beta-2.scss */
.d-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6032, ../sass/_boostrap-beta-2.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6038, ../sass/_boostrap-beta-2.scss */
  .d-print-none {
    display: none !important;
  }
}
/* line 6043, ../sass/_boostrap-beta-2.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6051, ../sass/_boostrap-beta-2.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6056, ../sass/_boostrap-beta-2.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6070, ../sass/_boostrap-beta-2.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6074, ../sass/_boostrap-beta-2.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6078, ../sass/_boostrap-beta-2.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6082, ../sass/_boostrap-beta-2.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6086, ../sass/_boostrap-beta-2.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 6091, ../sass/_boostrap-beta-2.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 6096, ../sass/_boostrap-beta-2.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 6101, ../sass/_boostrap-beta-2.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 6106, ../sass/_boostrap-beta-2.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 6111, ../sass/_boostrap-beta-2.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 6116, ../sass/_boostrap-beta-2.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 6121, ../sass/_boostrap-beta-2.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 6126, ../sass/_boostrap-beta-2.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 6131, ../sass/_boostrap-beta-2.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 6136, ../sass/_boostrap-beta-2.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 6141, ../sass/_boostrap-beta-2.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 6146, ../sass/_boostrap-beta-2.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 6151, ../sass/_boostrap-beta-2.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 6156, ../sass/_boostrap-beta-2.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 6161, ../sass/_boostrap-beta-2.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 6166, ../sass/_boostrap-beta-2.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 6171, ../sass/_boostrap-beta-2.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 6176, ../sass/_boostrap-beta-2.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 6181, ../sass/_boostrap-beta-2.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 6186, ../sass/_boostrap-beta-2.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 6191, ../sass/_boostrap-beta-2.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 6196, ../sass/_boostrap-beta-2.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 6201, ../sass/_boostrap-beta-2.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 6206, ../sass/_boostrap-beta-2.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 6211, ../sass/_boostrap-beta-2.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 6216, ../sass/_boostrap-beta-2.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 6221, ../sass/_boostrap-beta-2.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 6226, ../sass/_boostrap-beta-2.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6232, ../sass/_boostrap-beta-2.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6236, ../sass/_boostrap-beta-2.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6240, ../sass/_boostrap-beta-2.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6244, ../sass/_boostrap-beta-2.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6248, ../sass/_boostrap-beta-2.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6252, ../sass/_boostrap-beta-2.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6256, ../sass/_boostrap-beta-2.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6260, ../sass/_boostrap-beta-2.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 6264, ../sass/_boostrap-beta-2.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 6268, ../sass/_boostrap-beta-2.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 6272, ../sass/_boostrap-beta-2.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 6276, ../sass/_boostrap-beta-2.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6280, ../sass/_boostrap-beta-2.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 6284, ../sass/_boostrap-beta-2.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 6288, ../sass/_boostrap-beta-2.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 6292, ../sass/_boostrap-beta-2.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 6296, ../sass/_boostrap-beta-2.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 6300, ../sass/_boostrap-beta-2.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6304, ../sass/_boostrap-beta-2.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6308, ../sass/_boostrap-beta-2.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6312, ../sass/_boostrap-beta-2.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6316, ../sass/_boostrap-beta-2.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6320, ../sass/_boostrap-beta-2.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6324, ../sass/_boostrap-beta-2.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6328, ../sass/_boostrap-beta-2.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6332, ../sass/_boostrap-beta-2.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6336, ../sass/_boostrap-beta-2.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6340, ../sass/_boostrap-beta-2.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6344, ../sass/_boostrap-beta-2.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 6351, ../sass/_boostrap-beta-2.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6355, ../sass/_boostrap-beta-2.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6359, ../sass/_boostrap-beta-2.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6363, ../sass/_boostrap-beta-2.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6367, ../sass/_boostrap-beta-2.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6371, ../sass/_boostrap-beta-2.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6375, ../sass/_boostrap-beta-2.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6379, ../sass/_boostrap-beta-2.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 6383, ../sass/_boostrap-beta-2.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 6387, ../sass/_boostrap-beta-2.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 6391, ../sass/_boostrap-beta-2.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 6395, ../sass/_boostrap-beta-2.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6399, ../sass/_boostrap-beta-2.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 6403, ../sass/_boostrap-beta-2.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 6407, ../sass/_boostrap-beta-2.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 6411, ../sass/_boostrap-beta-2.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 6415, ../sass/_boostrap-beta-2.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 6419, ../sass/_boostrap-beta-2.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6423, ../sass/_boostrap-beta-2.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6427, ../sass/_boostrap-beta-2.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6431, ../sass/_boostrap-beta-2.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6435, ../sass/_boostrap-beta-2.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6439, ../sass/_boostrap-beta-2.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6443, ../sass/_boostrap-beta-2.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6447, ../sass/_boostrap-beta-2.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6451, ../sass/_boostrap-beta-2.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6455, ../sass/_boostrap-beta-2.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6459, ../sass/_boostrap-beta-2.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6463, ../sass/_boostrap-beta-2.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 6470, ../sass/_boostrap-beta-2.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6474, ../sass/_boostrap-beta-2.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6478, ../sass/_boostrap-beta-2.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6482, ../sass/_boostrap-beta-2.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6486, ../sass/_boostrap-beta-2.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6490, ../sass/_boostrap-beta-2.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6494, ../sass/_boostrap-beta-2.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6498, ../sass/_boostrap-beta-2.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 6502, ../sass/_boostrap-beta-2.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 6506, ../sass/_boostrap-beta-2.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 6510, ../sass/_boostrap-beta-2.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 6514, ../sass/_boostrap-beta-2.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6518, ../sass/_boostrap-beta-2.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 6522, ../sass/_boostrap-beta-2.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 6526, ../sass/_boostrap-beta-2.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 6530, ../sass/_boostrap-beta-2.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 6534, ../sass/_boostrap-beta-2.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 6538, ../sass/_boostrap-beta-2.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6542, ../sass/_boostrap-beta-2.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6546, ../sass/_boostrap-beta-2.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6550, ../sass/_boostrap-beta-2.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6554, ../sass/_boostrap-beta-2.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6558, ../sass/_boostrap-beta-2.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6562, ../sass/_boostrap-beta-2.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6566, ../sass/_boostrap-beta-2.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6570, ../sass/_boostrap-beta-2.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6574, ../sass/_boostrap-beta-2.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6578, ../sass/_boostrap-beta-2.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6582, ../sass/_boostrap-beta-2.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 6589, ../sass/_boostrap-beta-2.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6593, ../sass/_boostrap-beta-2.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6597, ../sass/_boostrap-beta-2.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6601, ../sass/_boostrap-beta-2.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6605, ../sass/_boostrap-beta-2.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6609, ../sass/_boostrap-beta-2.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6613, ../sass/_boostrap-beta-2.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6617, ../sass/_boostrap-beta-2.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 6621, ../sass/_boostrap-beta-2.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 6625, ../sass/_boostrap-beta-2.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 6629, ../sass/_boostrap-beta-2.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 6633, ../sass/_boostrap-beta-2.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6638, ../sass/_boostrap-beta-2.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 6642, ../sass/_boostrap-beta-2.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 6646, ../sass/_boostrap-beta-2.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 6650, ../sass/_boostrap-beta-2.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 6654, ../sass/_boostrap-beta-2.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 6658, ../sass/_boostrap-beta-2.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6662, ../sass/_boostrap-beta-2.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6666, ../sass/_boostrap-beta-2.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6670, ../sass/_boostrap-beta-2.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6674, ../sass/_boostrap-beta-2.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6678, ../sass/_boostrap-beta-2.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6682, ../sass/_boostrap-beta-2.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6686, ../sass/_boostrap-beta-2.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6690, ../sass/_boostrap-beta-2.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6694, ../sass/_boostrap-beta-2.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6698, ../sass/_boostrap-beta-2.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6702, ../sass/_boostrap-beta-2.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* line 6708, ../sass/_boostrap-beta-2.scss */
.float-left {
  float: left !important;
}

/* line 6712, ../sass/_boostrap-beta-2.scss */
.float-right {
  float: right !important;
}

/* line 6716, ../sass/_boostrap-beta-2.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6721, ../sass/_boostrap-beta-2.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 6724, ../sass/_boostrap-beta-2.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 6727, ../sass/_boostrap-beta-2.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 6733, ../sass/_boostrap-beta-2.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 6736, ../sass/_boostrap-beta-2.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 6739, ../sass/_boostrap-beta-2.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 6745, ../sass/_boostrap-beta-2.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 6748, ../sass/_boostrap-beta-2.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 6751, ../sass/_boostrap-beta-2.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6757, ../sass/_boostrap-beta-2.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 6760, ../sass/_boostrap-beta-2.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 6763, ../sass/_boostrap-beta-2.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 6768, ../sass/_boostrap-beta-2.scss */
.position-static {
  position: static !important;
}

/* line 6772, ../sass/_boostrap-beta-2.scss */
.position-relative {
  position: relative !important;
}

/* line 6776, ../sass/_boostrap-beta-2.scss */
.position-absolute {
  position: absolute !important;
}

/* line 6780, ../sass/_boostrap-beta-2.scss */
.position-fixed {
  position: fixed !important;
}

/* line 6784, ../sass/_boostrap-beta-2.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 6789, ../sass/_boostrap-beta-2.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6797, ../sass/_boostrap-beta-2.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 6806, ../sass/_boostrap-beta-2.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 6814, ../sass/_boostrap-beta-2.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/* line 6827, ../sass/_boostrap-beta-2.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

/* line 6838, ../sass/_boostrap-beta-2.scss */
.w-25 {
  width: 25% !important;
}

/* line 6842, ../sass/_boostrap-beta-2.scss */
.w-50 {
  width: 50% !important;
}

/* line 6846, ../sass/_boostrap-beta-2.scss */
.w-75 {
  width: 75% !important;
}

/* line 6850, ../sass/_boostrap-beta-2.scss */
.w-100 {
  width: 100% !important;
}

/* line 6854, ../sass/_boostrap-beta-2.scss */
.h-25 {
  height: 25% !important;
}

/* line 6858, ../sass/_boostrap-beta-2.scss */
.h-50 {
  height: 50% !important;
}

/* line 6862, ../sass/_boostrap-beta-2.scss */
.h-75 {
  height: 75% !important;
}

/* line 6866, ../sass/_boostrap-beta-2.scss */
.h-100 {
  height: 100% !important;
}

/* line 6870, ../sass/_boostrap-beta-2.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 6874, ../sass/_boostrap-beta-2.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 6878, ../sass/_boostrap-beta-2.scss */
.m-0 {
  margin: 0 !important;
}

/* line 6882, ../sass/_boostrap-beta-2.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 6887, ../sass/_boostrap-beta-2.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 6892, ../sass/_boostrap-beta-2.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 6897, ../sass/_boostrap-beta-2.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 6902, ../sass/_boostrap-beta-2.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6906, ../sass/_boostrap-beta-2.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 6911, ../sass/_boostrap-beta-2.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 6916, ../sass/_boostrap-beta-2.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6921, ../sass/_boostrap-beta-2.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 6926, ../sass/_boostrap-beta-2.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6930, ../sass/_boostrap-beta-2.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 6935, ../sass/_boostrap-beta-2.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 6940, ../sass/_boostrap-beta-2.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6945, ../sass/_boostrap-beta-2.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 6950, ../sass/_boostrap-beta-2.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 6954, ../sass/_boostrap-beta-2.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 6959, ../sass/_boostrap-beta-2.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 6964, ../sass/_boostrap-beta-2.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 6969, ../sass/_boostrap-beta-2.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 6974, ../sass/_boostrap-beta-2.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6978, ../sass/_boostrap-beta-2.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 6983, ../sass/_boostrap-beta-2.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 6988, ../sass/_boostrap-beta-2.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6993, ../sass/_boostrap-beta-2.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 6998, ../sass/_boostrap-beta-2.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 7002, ../sass/_boostrap-beta-2.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 7007, ../sass/_boostrap-beta-2.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 7012, ../sass/_boostrap-beta-2.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 7017, ../sass/_boostrap-beta-2.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 7022, ../sass/_boostrap-beta-2.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7026, ../sass/_boostrap-beta-2.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 7031, ../sass/_boostrap-beta-2.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 7036, ../sass/_boostrap-beta-2.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 7041, ../sass/_boostrap-beta-2.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 7046, ../sass/_boostrap-beta-2.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7050, ../sass/_boostrap-beta-2.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 7055, ../sass/_boostrap-beta-2.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 7060, ../sass/_boostrap-beta-2.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7065, ../sass/_boostrap-beta-2.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 7070, ../sass/_boostrap-beta-2.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7074, ../sass/_boostrap-beta-2.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 7079, ../sass/_boostrap-beta-2.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 7084, ../sass/_boostrap-beta-2.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7089, ../sass/_boostrap-beta-2.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 7094, ../sass/_boostrap-beta-2.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7098, ../sass/_boostrap-beta-2.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 7103, ../sass/_boostrap-beta-2.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 7108, ../sass/_boostrap-beta-2.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 7113, ../sass/_boostrap-beta-2.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 7118, ../sass/_boostrap-beta-2.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7122, ../sass/_boostrap-beta-2.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7127, ../sass/_boostrap-beta-2.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7132, ../sass/_boostrap-beta-2.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7137, ../sass/_boostrap-beta-2.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7142, ../sass/_boostrap-beta-2.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 7146, ../sass/_boostrap-beta-2.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 7151, ../sass/_boostrap-beta-2.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 7156, ../sass/_boostrap-beta-2.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 7161, ../sass/_boostrap-beta-2.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 7166, ../sass/_boostrap-beta-2.scss */
.m-auto {
  margin: auto !important;
}

/* line 7170, ../sass/_boostrap-beta-2.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 7175, ../sass/_boostrap-beta-2.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 7180, ../sass/_boostrap-beta-2.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 7185, ../sass/_boostrap-beta-2.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7191, ../sass/_boostrap-beta-2.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 7194, ../sass/_boostrap-beta-2.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 7198, ../sass/_boostrap-beta-2.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 7202, ../sass/_boostrap-beta-2.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 7206, ../sass/_boostrap-beta-2.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 7210, ../sass/_boostrap-beta-2.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 7213, ../sass/_boostrap-beta-2.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7217, ../sass/_boostrap-beta-2.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7221, ../sass/_boostrap-beta-2.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7225, ../sass/_boostrap-beta-2.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7229, ../sass/_boostrap-beta-2.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 7232, ../sass/_boostrap-beta-2.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7236, ../sass/_boostrap-beta-2.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7240, ../sass/_boostrap-beta-2.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7244, ../sass/_boostrap-beta-2.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7248, ../sass/_boostrap-beta-2.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 7251, ../sass/_boostrap-beta-2.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 7255, ../sass/_boostrap-beta-2.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 7259, ../sass/_boostrap-beta-2.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 7263, ../sass/_boostrap-beta-2.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 7267, ../sass/_boostrap-beta-2.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 7270, ../sass/_boostrap-beta-2.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 7274, ../sass/_boostrap-beta-2.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 7278, ../sass/_boostrap-beta-2.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 7282, ../sass/_boostrap-beta-2.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 7286, ../sass/_boostrap-beta-2.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 7289, ../sass/_boostrap-beta-2.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 7293, ../sass/_boostrap-beta-2.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 7297, ../sass/_boostrap-beta-2.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 7301, ../sass/_boostrap-beta-2.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 7305, ../sass/_boostrap-beta-2.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 7308, ../sass/_boostrap-beta-2.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 7312, ../sass/_boostrap-beta-2.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 7316, ../sass/_boostrap-beta-2.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 7320, ../sass/_boostrap-beta-2.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 7324, ../sass/_boostrap-beta-2.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 7327, ../sass/_boostrap-beta-2.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 7331, ../sass/_boostrap-beta-2.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 7335, ../sass/_boostrap-beta-2.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 7339, ../sass/_boostrap-beta-2.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 7343, ../sass/_boostrap-beta-2.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 7346, ../sass/_boostrap-beta-2.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 7350, ../sass/_boostrap-beta-2.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 7354, ../sass/_boostrap-beta-2.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 7358, ../sass/_boostrap-beta-2.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 7362, ../sass/_boostrap-beta-2.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 7365, ../sass/_boostrap-beta-2.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 7369, ../sass/_boostrap-beta-2.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 7373, ../sass/_boostrap-beta-2.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 7377, ../sass/_boostrap-beta-2.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 7381, ../sass/_boostrap-beta-2.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 7384, ../sass/_boostrap-beta-2.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 7388, ../sass/_boostrap-beta-2.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 7392, ../sass/_boostrap-beta-2.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 7396, ../sass/_boostrap-beta-2.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 7400, ../sass/_boostrap-beta-2.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 7403, ../sass/_boostrap-beta-2.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 7407, ../sass/_boostrap-beta-2.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 7411, ../sass/_boostrap-beta-2.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 7415, ../sass/_boostrap-beta-2.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 7419, ../sass/_boostrap-beta-2.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 7422, ../sass/_boostrap-beta-2.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 7426, ../sass/_boostrap-beta-2.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 7430, ../sass/_boostrap-beta-2.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 7434, ../sass/_boostrap-beta-2.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 7441, ../sass/_boostrap-beta-2.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 7444, ../sass/_boostrap-beta-2.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 7448, ../sass/_boostrap-beta-2.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 7452, ../sass/_boostrap-beta-2.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 7456, ../sass/_boostrap-beta-2.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 7460, ../sass/_boostrap-beta-2.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 7463, ../sass/_boostrap-beta-2.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7467, ../sass/_boostrap-beta-2.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7471, ../sass/_boostrap-beta-2.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7475, ../sass/_boostrap-beta-2.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7479, ../sass/_boostrap-beta-2.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 7482, ../sass/_boostrap-beta-2.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7486, ../sass/_boostrap-beta-2.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7490, ../sass/_boostrap-beta-2.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7494, ../sass/_boostrap-beta-2.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7498, ../sass/_boostrap-beta-2.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 7501, ../sass/_boostrap-beta-2.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 7505, ../sass/_boostrap-beta-2.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 7509, ../sass/_boostrap-beta-2.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 7513, ../sass/_boostrap-beta-2.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 7517, ../sass/_boostrap-beta-2.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 7520, ../sass/_boostrap-beta-2.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 7524, ../sass/_boostrap-beta-2.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 7528, ../sass/_boostrap-beta-2.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 7532, ../sass/_boostrap-beta-2.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 7536, ../sass/_boostrap-beta-2.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 7539, ../sass/_boostrap-beta-2.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 7543, ../sass/_boostrap-beta-2.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 7547, ../sass/_boostrap-beta-2.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 7551, ../sass/_boostrap-beta-2.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 7555, ../sass/_boostrap-beta-2.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 7558, ../sass/_boostrap-beta-2.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 7562, ../sass/_boostrap-beta-2.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 7566, ../sass/_boostrap-beta-2.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 7570, ../sass/_boostrap-beta-2.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 7574, ../sass/_boostrap-beta-2.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 7577, ../sass/_boostrap-beta-2.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 7581, ../sass/_boostrap-beta-2.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 7585, ../sass/_boostrap-beta-2.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 7589, ../sass/_boostrap-beta-2.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 7593, ../sass/_boostrap-beta-2.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 7596, ../sass/_boostrap-beta-2.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 7600, ../sass/_boostrap-beta-2.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 7604, ../sass/_boostrap-beta-2.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 7608, ../sass/_boostrap-beta-2.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 7612, ../sass/_boostrap-beta-2.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 7615, ../sass/_boostrap-beta-2.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 7619, ../sass/_boostrap-beta-2.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 7623, ../sass/_boostrap-beta-2.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 7627, ../sass/_boostrap-beta-2.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 7631, ../sass/_boostrap-beta-2.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 7634, ../sass/_boostrap-beta-2.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 7638, ../sass/_boostrap-beta-2.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 7642, ../sass/_boostrap-beta-2.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 7646, ../sass/_boostrap-beta-2.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 7650, ../sass/_boostrap-beta-2.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 7653, ../sass/_boostrap-beta-2.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 7657, ../sass/_boostrap-beta-2.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 7661, ../sass/_boostrap-beta-2.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 7665, ../sass/_boostrap-beta-2.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 7669, ../sass/_boostrap-beta-2.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 7672, ../sass/_boostrap-beta-2.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 7676, ../sass/_boostrap-beta-2.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 7680, ../sass/_boostrap-beta-2.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 7684, ../sass/_boostrap-beta-2.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 7691, ../sass/_boostrap-beta-2.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 7694, ../sass/_boostrap-beta-2.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 7698, ../sass/_boostrap-beta-2.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 7702, ../sass/_boostrap-beta-2.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 7706, ../sass/_boostrap-beta-2.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 7710, ../sass/_boostrap-beta-2.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 7713, ../sass/_boostrap-beta-2.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7717, ../sass/_boostrap-beta-2.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7721, ../sass/_boostrap-beta-2.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7725, ../sass/_boostrap-beta-2.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7729, ../sass/_boostrap-beta-2.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 7732, ../sass/_boostrap-beta-2.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7736, ../sass/_boostrap-beta-2.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7740, ../sass/_boostrap-beta-2.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7744, ../sass/_boostrap-beta-2.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7748, ../sass/_boostrap-beta-2.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 7751, ../sass/_boostrap-beta-2.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 7755, ../sass/_boostrap-beta-2.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 7759, ../sass/_boostrap-beta-2.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 7763, ../sass/_boostrap-beta-2.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 7767, ../sass/_boostrap-beta-2.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 7770, ../sass/_boostrap-beta-2.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 7774, ../sass/_boostrap-beta-2.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 7778, ../sass/_boostrap-beta-2.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 7782, ../sass/_boostrap-beta-2.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 7786, ../sass/_boostrap-beta-2.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 7789, ../sass/_boostrap-beta-2.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 7793, ../sass/_boostrap-beta-2.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 7797, ../sass/_boostrap-beta-2.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 7801, ../sass/_boostrap-beta-2.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 7805, ../sass/_boostrap-beta-2.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 7808, ../sass/_boostrap-beta-2.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 7812, ../sass/_boostrap-beta-2.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 7816, ../sass/_boostrap-beta-2.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 7820, ../sass/_boostrap-beta-2.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 7824, ../sass/_boostrap-beta-2.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 7827, ../sass/_boostrap-beta-2.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 7831, ../sass/_boostrap-beta-2.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 7835, ../sass/_boostrap-beta-2.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 7839, ../sass/_boostrap-beta-2.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 7843, ../sass/_boostrap-beta-2.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 7846, ../sass/_boostrap-beta-2.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 7850, ../sass/_boostrap-beta-2.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 7854, ../sass/_boostrap-beta-2.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 7858, ../sass/_boostrap-beta-2.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 7862, ../sass/_boostrap-beta-2.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 7865, ../sass/_boostrap-beta-2.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 7869, ../sass/_boostrap-beta-2.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 7873, ../sass/_boostrap-beta-2.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 7877, ../sass/_boostrap-beta-2.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 7881, ../sass/_boostrap-beta-2.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 7884, ../sass/_boostrap-beta-2.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 7888, ../sass/_boostrap-beta-2.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 7892, ../sass/_boostrap-beta-2.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 7896, ../sass/_boostrap-beta-2.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 7900, ../sass/_boostrap-beta-2.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 7903, ../sass/_boostrap-beta-2.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 7907, ../sass/_boostrap-beta-2.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 7911, ../sass/_boostrap-beta-2.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 7915, ../sass/_boostrap-beta-2.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 7919, ../sass/_boostrap-beta-2.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 7922, ../sass/_boostrap-beta-2.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 7926, ../sass/_boostrap-beta-2.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 7930, ../sass/_boostrap-beta-2.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 7934, ../sass/_boostrap-beta-2.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 7941, ../sass/_boostrap-beta-2.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 7944, ../sass/_boostrap-beta-2.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 7948, ../sass/_boostrap-beta-2.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 7952, ../sass/_boostrap-beta-2.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 7956, ../sass/_boostrap-beta-2.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 7960, ../sass/_boostrap-beta-2.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 7963, ../sass/_boostrap-beta-2.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7967, ../sass/_boostrap-beta-2.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7971, ../sass/_boostrap-beta-2.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7975, ../sass/_boostrap-beta-2.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7979, ../sass/_boostrap-beta-2.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 7982, ../sass/_boostrap-beta-2.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7986, ../sass/_boostrap-beta-2.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7990, ../sass/_boostrap-beta-2.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7994, ../sass/_boostrap-beta-2.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7998, ../sass/_boostrap-beta-2.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 8001, ../sass/_boostrap-beta-2.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 8005, ../sass/_boostrap-beta-2.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 8009, ../sass/_boostrap-beta-2.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8013, ../sass/_boostrap-beta-2.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 8017, ../sass/_boostrap-beta-2.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 8020, ../sass/_boostrap-beta-2.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8024, ../sass/_boostrap-beta-2.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8028, ../sass/_boostrap-beta-2.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8032, ../sass/_boostrap-beta-2.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8036, ../sass/_boostrap-beta-2.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 8039, ../sass/_boostrap-beta-2.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 8043, ../sass/_boostrap-beta-2.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 8047, ../sass/_boostrap-beta-2.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8051, ../sass/_boostrap-beta-2.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 8055, ../sass/_boostrap-beta-2.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 8058, ../sass/_boostrap-beta-2.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 8062, ../sass/_boostrap-beta-2.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 8066, ../sass/_boostrap-beta-2.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 8070, ../sass/_boostrap-beta-2.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 8074, ../sass/_boostrap-beta-2.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 8077, ../sass/_boostrap-beta-2.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8081, ../sass/_boostrap-beta-2.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8085, ../sass/_boostrap-beta-2.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8089, ../sass/_boostrap-beta-2.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8093, ../sass/_boostrap-beta-2.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 8096, ../sass/_boostrap-beta-2.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8100, ../sass/_boostrap-beta-2.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8104, ../sass/_boostrap-beta-2.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8108, ../sass/_boostrap-beta-2.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8112, ../sass/_boostrap-beta-2.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 8115, ../sass/_boostrap-beta-2.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 8119, ../sass/_boostrap-beta-2.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 8123, ../sass/_boostrap-beta-2.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8127, ../sass/_boostrap-beta-2.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 8131, ../sass/_boostrap-beta-2.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 8134, ../sass/_boostrap-beta-2.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8138, ../sass/_boostrap-beta-2.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8142, ../sass/_boostrap-beta-2.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8146, ../sass/_boostrap-beta-2.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8150, ../sass/_boostrap-beta-2.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 8153, ../sass/_boostrap-beta-2.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 8157, ../sass/_boostrap-beta-2.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 8161, ../sass/_boostrap-beta-2.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8165, ../sass/_boostrap-beta-2.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 8169, ../sass/_boostrap-beta-2.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 8172, ../sass/_boostrap-beta-2.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 8176, ../sass/_boostrap-beta-2.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 8180, ../sass/_boostrap-beta-2.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 8184, ../sass/_boostrap-beta-2.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 8190, ../sass/_boostrap-beta-2.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8194, ../sass/_boostrap-beta-2.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8198, ../sass/_boostrap-beta-2.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8204, ../sass/_boostrap-beta-2.scss */
.text-left {
  text-align: left !important;
}

/* line 8208, ../sass/_boostrap-beta-2.scss */
.text-right {
  text-align: right !important;
}

/* line 8212, ../sass/_boostrap-beta-2.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8217, ../sass/_boostrap-beta-2.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 8220, ../sass/_boostrap-beta-2.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 8223, ../sass/_boostrap-beta-2.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 8229, ../sass/_boostrap-beta-2.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 8232, ../sass/_boostrap-beta-2.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 8235, ../sass/_boostrap-beta-2.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 8241, ../sass/_boostrap-beta-2.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 8244, ../sass/_boostrap-beta-2.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 8247, ../sass/_boostrap-beta-2.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 8253, ../sass/_boostrap-beta-2.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 8256, ../sass/_boostrap-beta-2.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 8259, ../sass/_boostrap-beta-2.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 8264, ../sass/_boostrap-beta-2.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8268, ../sass/_boostrap-beta-2.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8272, ../sass/_boostrap-beta-2.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8276, ../sass/_boostrap-beta-2.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 8280, ../sass/_boostrap-beta-2.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 8284, ../sass/_boostrap-beta-2.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 8288, ../sass/_boostrap-beta-2.scss */
.font-italic {
  font-style: italic !important;
}

/* line 8292, ../sass/_boostrap-beta-2.scss */
.text-white {
  color: #fff !important;
}

/* line 8296, ../sass/_boostrap-beta-2.scss */
.text-primary {
  color: #007bff !important;
}

/* line 8300, ../sass/_boostrap-beta-2.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

/* line 8304, ../sass/_boostrap-beta-2.scss */
.text-secondary {
  color: #868e96 !important;
}

/* line 8308, ../sass/_boostrap-beta-2.scss */
a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

/* line 8312, ../sass/_boostrap-beta-2.scss */
.text-success {
  color: #28a745 !important;
}

/* line 8316, ../sass/_boostrap-beta-2.scss */
a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

/* line 8320, ../sass/_boostrap-beta-2.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 8324, ../sass/_boostrap-beta-2.scss */
a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

/* line 8328, ../sass/_boostrap-beta-2.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 8332, ../sass/_boostrap-beta-2.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

/* line 8336, ../sass/_boostrap-beta-2.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 8340, ../sass/_boostrap-beta-2.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

/* line 8344, ../sass/_boostrap-beta-2.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 8348, ../sass/_boostrap-beta-2.scss */
a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

/* line 8352, ../sass/_boostrap-beta-2.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 8356, ../sass/_boostrap-beta-2.scss */
a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

/* line 8360, ../sass/_boostrap-beta-2.scss */
.text-muted {
  color: #868e96 !important;
}

/* line 8364, ../sass/_boostrap-beta-2.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8372, ../sass/_boostrap-beta-2.scss */
.visible {
  visibility: visible !important;
}

/* line 8376, ../sass/_boostrap-beta-2.scss */
.invisible {
  visibility: hidden !important;
}

/*# sourceMappingURL=bootstrap.css.map */
/* CSS Document */
/* CSS Document */
/* CSS Document */
/* line 4, ../sass/_backgrounds.scss */
.house img {
  padding: 10px;
}

/* CSS Document */
/* line 3, ../sass/_images.scss */
img {
  float: right;
}

/* line 8, ../sass/_images.scss */
.image-left-float img {
  float: left;
  margin: 5px 10px 5px 5px;
}

/* CSS Document */
/* line 3, ../sass/_main-page-componets.scss */
.container-fluid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 9, ../sass/_main-page-componets.scss */
.container {
  padding: 0;
}

/* line 14, ../sass/_main-page-componets.scss */
.banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
/* line 17, ../sass/_main-page-componets.scss */
.banner img {
  padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  /* line 22, ../sass/_main-page-componets.scss */
  .banner img {
    padding: 0;
  }
}
/* line 26, ../sass/_main-page-componets.scss */
.row {
  margin: 0;
}

@media screen and (max-width: 600px) {
  /* line 31, ../sass/_main-page-componets.scss */
  .container {
    padding: 0px 15px;
  }
}
/* CSS Document */
/* line 5, ../sass/_header-navs.scss */
.navegation {
  font-size: 16px;
}
/* line 7, ../sass/_header-navs.scss */
.navegation a {
  color: #CFCDD0;
  padding: 10px 15px 0px 15px;
  display: inline-block;
  text-decoration: none;
}
/* line 14, ../sass/_header-navs.scss */
.navegation a:hover {
  color: #FFFFFF;
}
/* line 17, ../sass/_header-navs.scss */
.navegation .current-link {
  color: #FFFFFF;
  font-weight: 600;
  border-bottom: medium solid #FF0004;
}

/* line 26, ../sass/_header-navs.scss */
.bar-color {
  background-color: #000000;
  transition: all 0.25s ease;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1em 0;
  height: 48px;
  z-index: 100;
  /* make sure to add vendor prefixes here */
}

/* line 38, ../sass/_header-navs.scss */
.bar-color.past-main {
  background-color: #196135;
}

/* CSS Document */
/* line 3, ../sass/_side-navs.scss */
.side-navs {
  margin-top: 3rem;
}
/* line 5, ../sass/_side-navs.scss */
.side-navs a {
  color: #6A6A6A;
  display: inline-flex;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}
/* line 12, ../sass/_side-navs.scss */
.side-navs a:hover {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}
/* line 17, ../sass/_side-navs.scss */
.side-navs li {
  list-style: none;
  border-bottom: medium solid #747373;
}
/* line 22, ../sass/_side-navs.scss */
.side-navs .current-link {
  border-bottom: medium solid #FF0000;
}
/* line 25, ../sass/_side-navs.scss */
.side-navs .current-link a {
  color: #000000;
  font-weight: 700;
}

/* line 33, ../sass/_side-navs.scss */
.articles-dis {
  display: none;
  float: right;
}

@media screen and (max-width: 1200px) {
  /* line 39, ../sass/_side-navs.scss */
  .side-navs a {
    display: none;
    padding: 0;
    margin-top: 0;
  }

  /* line 44, ../sass/_side-navs.scss */
  .side-navs li {
    display: none;
  }

  /* line 48, ../sass/_side-navs.scss */
  .articles-dis {
    display: inline-block;
  }
}
/* line 3, ../sass/_footer.scss */
.upper-footer {
  background-color: #11401A;
  padding-top: 1rem;
  margin-top: 1rem;
}
/* line 8, ../sass/_footer.scss */
.upper-footer a {
  font-size: .95rem;
  color: #FFFFFF;
  padding: 0;
}
/* line 9, ../sass/_footer.scss */
.upper-footer p {
  color: #FFFFFF;
  font-size: .95rem;
}
/* line 10, ../sass/_footer.scss */
.upper-footer h2 {
  color: #FFFFFF;
  font-size: 1.4rem;
}
/* line 11, ../sass/_footer.scss */
.upper-footer li {
  list-style: none;
}
/* line 12, ../sass/_footer.scss */
.upper-footer img {
  margin: .2rem;
}
/* line 14, ../sass/_footer.scss */
.upper-footer .big-font-2 {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
}
/* line 19, ../sass/_footer.scss */
.upper-footer .orange-link {
  color: #FFA800;
  font-weight: 500;
}

/* line 24, ../sass/_footer.scss */
.bottom-footer {
  background-color: #111111;
  border-top: #E6E6E6 thick solid;
  padding-top: 1rem;
}
/* line 29, ../sass/_footer.scss */
.bottom-footer p {
  color: #34383C;
}
/* line 30, ../sass/_footer.scss */
.bottom-footer a {
  font-size: .95rem;
  color: #34383C;
  font-weight: 700;
}
/* line 31, ../sass/_footer.scss */
.bottom-footer a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 34, ../sass/_footer.scss */
.bottom-footer .white-link a {
  color: #FFFFFF;
  font-weight: 500;
}
/* line 35, ../sass/_footer.scss */
.bottom-footer .white-link a:hover {
  text-decoration: underline;
}

/* line 39, ../sass/_footer.scss */
.uper-footer-img img {
  margin: 5px 0px;
}
