/*!
 * moss-ui - The front-end UI framework with Vue.js and SCSS.
 * @version v0.8.3
 * @link https://github.com/archco/moss-ui
 * @license MIT
 */
/*! scss-palette v0.7.0 | 621 colors | https://github.com/archco/scss-palette#readme | MIT License */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes from-top {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes from-top {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@-webkit-keyframes ripple {
  0% {
    opacity: .2;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(50);
            transform: scale(50); } }

@keyframes ripple {
  0% {
    opacity: .2;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(50);
            transform: scale(50); } }

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes grow {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes shrink {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes shrink {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(0);
            transform: scale(0); } }

.with-arrow.dropdown-content[x-placement^="top"] [x-arrow], .with-arrow.tooltip[x-placement^="top"] [x-arrow], .with-arrow.dropdown-content[x-placement^="bottom"] [x-arrow], .with-arrow.tooltip[x-placement^="bottom"] [x-arrow], .with-arrow.dropdown-content[x-placement^="right"] [x-arrow], .with-arrow.tooltip[x-placement^="right"] [x-arrow], .with-arrow.dropdown-content[x-placement^="left"] [x-arrow], .with-arrow.tooltip[x-placement^="left"] [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent; }

.with-arrow.dropdown-content[x-placement^="top"], .with-arrow.tooltip[x-placement^="top"] {
  margin-bottom: 5px; }
  .with-arrow.dropdown-content[x-placement^="top"] [x-arrow], .with-arrow.tooltip[x-placement^="top"] [x-arrow] {
    bottom: -5px;
    left: calc(50% - 5px);
    margin: 0 5px;
    border-top-color: inherit;
    border-bottom-width: 0; }

.with-arrow.dropdown-content[x-placement^="bottom"], .with-arrow.tooltip[x-placement^="bottom"] {
  margin-top: 5px; }
  .with-arrow.dropdown-content[x-placement^="bottom"] [x-arrow], .with-arrow.tooltip[x-placement^="bottom"] [x-arrow] {
    top: -5px;
    left: calc(50% - 5px);
    margin: 0 5px;
    border-bottom-color: inherit;
    border-top-width: 0; }

.with-arrow.dropdown-content[x-placement^="right"], .with-arrow.tooltip[x-placement^="right"] {
  margin-left: 5px; }
  .with-arrow.dropdown-content[x-placement^="right"] [x-arrow], .with-arrow.tooltip[x-placement^="right"] [x-arrow] {
    top: calc(50% - 5px);
    left: -5px;
    margin: 5px 0;
    border-right-color: inherit;
    border-left-width: 0; }

.with-arrow.dropdown-content[x-placement^="left"], .with-arrow.tooltip[x-placement^="left"] {
  margin-right: 5px; }
  .with-arrow.dropdown-content[x-placement^="left"] [x-arrow], .with-arrow.tooltip[x-placement^="left"] [x-arrow] {
    top: calc(50% - 5px);
    right: -5px;
    margin: 5px 0;
    border-left-color: inherit;
    border-right-width: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

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

body {
  font-family: Geneva, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #343434;
  background-color: #fff; }

header {
  z-index: 10; }

footer {
  z-index: 10; }

.footer {
  color: rgba(255, 255, 255, 0.85);
  background-color: #1f305e; }
  .footer a {
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .footer a, .footer a:link {
      color: rgba(255, 255, 255, 0.85); }
    .footer a:visited {
      color: rgba(255, 255, 255, 0.85); }
    .footer a:hover, .footer a:focus {
      color: #fff; }
    .footer a:active {
      color: rgba(255, 255, 255, 0.85); }
  .footer .footer-copyright {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1); }

address {
  font-style: normal; }

hr {
  border: 0;
  border-bottom: 1px solid #bebebe; }

img {
  height: auto;
  max-width: 100%; }

a {
  text-decoration: none; }
  a, a:link {
    color: #0087bd; }
  a:visited {
    color: #0087bd; }
  a:hover, a:focus {
    color: #006a94; }
  a:active {
    color: #0087bd; }
  a:hover, a:focus {
    text-decoration: underline; }
  a.no-deco {
    text-decoration: none; }
    a.no-deco:focus, a.no-deco:hover {
      text-decoration: none; }
  a.inherit, a.inherit:link {
    color: inherit; }
  a.inherit:visited {
    color: inherit; }
  a.inherit:hover, a.inherit:focus {
    color: inherit; }
  a.inherit:active {
    color: inherit; }

.pagination li a, .nav-item .nav-link, .nav-button, .navbar-brand.text, .nav-item .dropdown .dropdown-button, .nav-drawer-body .menu-item {
  text-decoration: none; }
  .pagination li a:focus, .nav-item .nav-link:focus, .nav-button:focus, .navbar-brand.text:focus, .nav-item .dropdown .dropdown-button:focus, .nav-drawer-body .menu-item:focus, .pagination li a:hover, .nav-item .nav-link:hover, .nav-button:hover, .navbar-brand.text:hover, .nav-item .dropdown .dropdown-button:hover, .nav-drawer-body .menu-item:hover {
    text-decoration: none; }

blockquote {
  padding: 0 1em;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1em;
  color: #777777;
  border-left: 0.25em solid rgba(52, 52, 52, 0.1); }
  blockquote.default {
    color: #9a9a9a;
    background-color: rgba(154, 154, 154, 0.2);
    border-color: #9a9a9a; }
  blockquote.primary {
    color: #1f305e;
    background-color: rgba(31, 48, 94, 0.2);
    border-color: #1f305e; }
  blockquote.secondary {
    color: #49796b;
    background-color: rgba(73, 121, 107, 0.2);
    border-color: #49796b; }
  blockquote.info {
    color: #008080;
    background-color: rgba(0, 128, 128, 0.2);
    border-color: #008080; }
  blockquote.success {
    color: #00a550;
    background-color: rgba(0, 165, 80, 0.2);
    border-color: #00a550; }
  blockquote.warning {
    color: #ffd300;
    background-color: rgba(255, 211, 0, 0.2);
    border-color: #ffd300; }
  blockquote.danger {
    color: #e23d28;
    background-color: rgba(226, 61, 40, 0.2);
    border-color: #e23d28; }
  blockquote.light {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff; }
  blockquote.dark {
    color: #343434;
    background-color: rgba(52, 52, 52, 0.2);
    border-color: #343434; }
  blockquote.shade {
    color: #ebebeb;
    background-color: rgba(235, 235, 235, 0.2);
    border-color: #ebebeb; }
  blockquote.link {
    color: #0087bd;
    background-color: rgba(0, 135, 189, 0.2);
    border-color: #0087bd; }

table {
  border: 1px solid #bebebe;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 0.375em;
    border: 1px solid #bebebe; }

.table {
  width: 100%;
  max-width: 800px;
  font-size: .9em;
  color: inherit;
  border: 0;
  border-collapse: collapse; }
  .table th,
  .table td {
    padding: 0.75em;
    border: 0; }
  .table th {
    color: #fff;
    text-align: left;
    background-color: #1f305e; }
  .table.center {
    margin: 0 auto;
    text-align: initial; }
  .table.bordered {
    border: 1px solid #bebebe; }
    .table.bordered th,
    .table.bordered td {
      border: 1px solid #bebebe; }
  .table.striped tr:nth-child(even) {
    background-color: rgba(52, 52, 52, 0.05); }
  .table.hover tr:hover {
    background-color: rgba(52, 52, 52, 0.1); }

.table-responsive-wrapper {
  max-width: 100%;
  overflow-x: auto; }
  .table-responsive-wrapper table {
    width: auto;
    max-width: none; }

div.pad,
p.pad,
blockquote.pad, aside.pad,
article.pad,
section.pad {
  padding: 0.5rem 1rem; }

div.pad-sm,
p.pad-sm,
blockquote.pad-sm, aside.pad-sm,
article.pad-sm,
section.pad-sm {
  padding: 0.25rem 0.5rem; }

div.pad-lg,
p.pad-lg,
blockquote.pad-lg, aside.pad-lg,
article.pad-lg,
section.pad-lg {
  padding: 1.5rem 3rem; }

@media only screen and (min-width: 768px) {
  aside.pad,
  article.pad,
  section.pad {
    padding: 0.5rem 4%; }
  aside.pad-sm,
  article.pad-sm,
  section.pad-sm {
    padding: 0.25rem 2%; }
  aside.pad-lg,
  article.pad-lg,
  section.pad-lg {
    padding: 1.5rem 6%; } }

h1.accent,
h2.accent,
h3.accent,
h4.accent,
h5.accent,
h6.accent {
  font-family: Georgia, serif; }

i.moss-icon {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  align-self: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 1em;
  height: 1em;
  vertical-align: middle; }
  i.moss-icon > svg {
    display: inline-block;
    width: 100%;
    height: 100%; }

[v-cloak] {
  display: none !important; }

code,
kbd,
samp,
pre {
  font-family: Consolas, Courier, monospace; }

code {
  padding: 0.15em 0.25em;
  font-size: 0.85em;
  color: #343434;
  background-color: rgba(52, 52, 52, 0.05);
  border-radius: 0.3em; }
  a code {
    color: inherit; }

pre code {
  display: block;
  padding: 1em 1em;
  overflow-x: auto;
  line-height: 1.5;
  color: #343434; }

kbd {
  display: inline-block;
  padding: .3em .4em;
  font-size: .8em;
  line-height: .8;
  color: #515151;
  vertical-align: middle;
  background-color: #fff;
  border: 0.0625em solid #bebebe;
  border-bottom-color: #989898;
  border-radius: .25em;
  box-shadow: inset 0 -0.0625em 0 #989898; }

.container {
  width: calc(100% - 1rem);
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 576px) {
    .container {
      max-width: 96%; } }
  @media only screen and (min-width: 768px) {
    .container {
      max-width: 92%; } }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 88%; } }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 88%; } }

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
  width: 100%;
  min-height: 1px; }

@media only screen and (min-width: 0) {
  .col {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33%;
    max-width: 8.33%; }
  .col-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.67%;
    max-width: 16.67%; }
  .col-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
  .col-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.67%;
    max-width: 41.67%; }
  .col-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33%;
    max-width: 58.33%; }
  .col-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.67%;
    max-width: 66.67%; }
  .col-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33%;
    max-width: 83.33%; }
  .col-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.67%;
    max-width: 91.67%; }
  .col-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-1 {
    margin-left: 8.33%; }
  .offset-2 {
    margin-left: 16.67%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.33%; }
  .offset-5 {
    margin-left: 41.67%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.33%; }
  .offset-8 {
    margin-left: 66.67%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.33%; }
  .offset-11 {
    margin-left: 91.67%; } }

@media only screen and (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33%;
    max-width: 8.33%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.67%;
    max-width: 16.67%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.67%;
    max-width: 41.67%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33%;
    max-width: 58.33%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.67%;
    max-width: 66.67%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33%;
    max-width: 83.33%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.67%;
    max-width: 91.67%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33%; }
  .offset-sm-2 {
    margin-left: 16.67%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33%; }
  .offset-sm-5 {
    margin-left: 41.67%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33%; }
  .offset-sm-8 {
    margin-left: 66.67%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33%; }
  .offset-sm-11 {
    margin-left: 91.67%; } }

@media only screen and (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33%;
    max-width: 8.33%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.67%;
    max-width: 16.67%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.67%;
    max-width: 41.67%; }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33%;
    max-width: 58.33%; }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.67%;
    max-width: 66.67%; }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33%;
    max-width: 83.33%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.67%;
    max-width: 91.67%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33%; }
  .offset-md-2 {
    margin-left: 16.67%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33%; }
  .offset-md-5 {
    margin-left: 41.67%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33%; }
  .offset-md-8 {
    margin-left: 66.67%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33%; }
  .offset-md-11 {
    margin-left: 91.67%; } }

@media only screen and (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33%;
    max-width: 8.33%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.67%;
    max-width: 16.67%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.67%;
    max-width: 41.67%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33%;
    max-width: 58.33%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.67%;
    max-width: 66.67%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33%;
    max-width: 83.33%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.67%;
    max-width: 91.67%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33%; }
  .offset-lg-2 {
    margin-left: 16.67%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33%; }
  .offset-lg-5 {
    margin-left: 41.67%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33%; }
  .offset-lg-8 {
    margin-left: 66.67%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33%; }
  .offset-lg-11 {
    margin-left: 91.67%; } }

@media only screen and (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33%;
    max-width: 8.33%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.67%;
    max-width: 16.67%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.67%;
    max-width: 41.67%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33%;
    max-width: 58.33%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.67%;
    max-width: 66.67%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33%;
    max-width: 83.33%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.67%;
    max-width: 91.67%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33%; }
  .offset-xl-2 {
    margin-left: 16.67%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33%; }
  .offset-xl-5 {
    margin-left: 41.67%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33%; }
  .offset-xl-8 {
    margin-left: 66.67%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33%; }
  .offset-xl-11 {
    margin-left: 91.67%; } }

fieldset {
  margin-bottom: 1rem;
  border: 1px solid #1f305e;
  border-radius: 0.3em; }
  fieldset.default {
    border-color: #9a9a9a; }
    fieldset.default > legend {
      color: #9a9a9a !important; }
  fieldset.primary {
    border-color: #1f305e; }
    fieldset.primary > legend {
      color: #1f305e !important; }
  fieldset.secondary {
    border-color: #49796b; }
    fieldset.secondary > legend {
      color: #49796b !important; }
  fieldset.info {
    border-color: #008080; }
    fieldset.info > legend {
      color: #008080 !important; }
  fieldset.success {
    border-color: #00a550; }
    fieldset.success > legend {
      color: #00a550 !important; }
  fieldset.warning {
    border-color: #ffd300; }
    fieldset.warning > legend {
      color: #ffd300 !important; }
  fieldset.danger {
    border-color: #e23d28; }
    fieldset.danger > legend {
      color: #e23d28 !important; }
  fieldset.light {
    border-color: #fff; }
    fieldset.light > legend {
      color: #fff !important; }
  fieldset.dark {
    border-color: #343434; }
    fieldset.dark > legend {
      color: #343434 !important; }
  fieldset.shade {
    border-color: #ebebeb; }
    fieldset.shade > legend {
      color: #ebebeb !important; }
  fieldset.link {
    border-color: #0087bd; }
    fieldset.link > legend {
      color: #0087bd !important; }

legend {
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f305e; }

label {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-weight: 400;
  color: #343434; }

input,
select,
textarea {
  font-size: 1rem;
  line-height: 1.5;
  color: inherit;
  vertical-align: middle;
  outline-color: #1f305e; }
  input[disabled], input[readonly],
  select[disabled],
  select[readonly],
  textarea[disabled],
  textarea[readonly] {
    color: #777777;
    background-color: rgba(190, 190, 190, 0.33) !important; }

input:not([type]),
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
select,
textarea {
  width: 100%;
  padding: 0.2em 0.5em;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 0.2em; }
  input:not([type]):focus,
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=url]:focus,
  input[type=time]:focus,
  input[type=date]:focus,
  input[type=datetime]:focus,
  input[type=datetime-local]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=search]:focus,
  select:focus,
  textarea:focus {
    border-color: #1f305e; }
  input:not([type]).default,
  input[type=text].default,
  input[type=email].default,
  input[type=password].default,
  input[type=url].default,
  input[type=time].default,
  input[type=date].default,
  input[type=datetime].default,
  input[type=datetime-local].default,
  input[type=tel].default,
  input[type=number].default,
  input[type=search].default,
  select.default,
  textarea.default {
    background-color: rgba(154, 154, 154, 0.1);
    border-color: #9a9a9a;
    outline-color: #9a9a9a; }
  input:not([type]).primary,
  input[type=text].primary,
  input[type=email].primary,
  input[type=password].primary,
  input[type=url].primary,
  input[type=time].primary,
  input[type=date].primary,
  input[type=datetime].primary,
  input[type=datetime-local].primary,
  input[type=tel].primary,
  input[type=number].primary,
  input[type=search].primary,
  select.primary,
  textarea.primary {
    background-color: rgba(31, 48, 94, 0.1);
    border-color: #1f305e;
    outline-color: #1f305e; }
  input:not([type]).secondary,
  input[type=text].secondary,
  input[type=email].secondary,
  input[type=password].secondary,
  input[type=url].secondary,
  input[type=time].secondary,
  input[type=date].secondary,
  input[type=datetime].secondary,
  input[type=datetime-local].secondary,
  input[type=tel].secondary,
  input[type=number].secondary,
  input[type=search].secondary,
  select.secondary,
  textarea.secondary {
    background-color: rgba(73, 121, 107, 0.1);
    border-color: #49796b;
    outline-color: #49796b; }
  input:not([type]).info,
  input[type=text].info,
  input[type=email].info,
  input[type=password].info,
  input[type=url].info,
  input[type=time].info,
  input[type=date].info,
  input[type=datetime].info,
  input[type=datetime-local].info,
  input[type=tel].info,
  input[type=number].info,
  input[type=search].info,
  select.info,
  textarea.info {
    background-color: rgba(0, 128, 128, 0.1);
    border-color: #008080;
    outline-color: #008080; }
  input:not([type]).success,
  input[type=text].success,
  input[type=email].success,
  input[type=password].success,
  input[type=url].success,
  input[type=time].success,
  input[type=date].success,
  input[type=datetime].success,
  input[type=datetime-local].success,
  input[type=tel].success,
  input[type=number].success,
  input[type=search].success,
  select.success,
  textarea.success {
    background-color: rgba(0, 165, 80, 0.1);
    border-color: #00a550;
    outline-color: #00a550; }
  input:not([type]).warning,
  input[type=text].warning,
  input[type=email].warning,
  input[type=password].warning,
  input[type=url].warning,
  input[type=time].warning,
  input[type=date].warning,
  input[type=datetime].warning,
  input[type=datetime-local].warning,
  input[type=tel].warning,
  input[type=number].warning,
  input[type=search].warning,
  select.warning,
  textarea.warning {
    background-color: rgba(255, 211, 0, 0.1);
    border-color: #ffd300;
    outline-color: #ffd300; }
  input:not([type]).danger,
  input[type=text].danger,
  input[type=email].danger,
  input[type=password].danger,
  input[type=url].danger,
  input[type=time].danger,
  input[type=date].danger,
  input[type=datetime].danger,
  input[type=datetime-local].danger,
  input[type=tel].danger,
  input[type=number].danger,
  input[type=search].danger,
  select.danger,
  textarea.danger {
    background-color: rgba(226, 61, 40, 0.1);
    border-color: #e23d28;
    outline-color: #e23d28; }
  input:not([type]).light,
  input[type=text].light,
  input[type=email].light,
  input[type=password].light,
  input[type=url].light,
  input[type=time].light,
  input[type=date].light,
  input[type=datetime].light,
  input[type=datetime-local].light,
  input[type=tel].light,
  input[type=number].light,
  input[type=search].light,
  select.light,
  textarea.light {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    outline-color: #fff; }
  input:not([type]).dark,
  input[type=text].dark,
  input[type=email].dark,
  input[type=password].dark,
  input[type=url].dark,
  input[type=time].dark,
  input[type=date].dark,
  input[type=datetime].dark,
  input[type=datetime-local].dark,
  input[type=tel].dark,
  input[type=number].dark,
  input[type=search].dark,
  select.dark,
  textarea.dark {
    background-color: rgba(52, 52, 52, 0.1);
    border-color: #343434;
    outline-color: #343434; }
  input:not([type]).shade,
  input[type=text].shade,
  input[type=email].shade,
  input[type=password].shade,
  input[type=url].shade,
  input[type=time].shade,
  input[type=date].shade,
  input[type=datetime].shade,
  input[type=datetime-local].shade,
  input[type=tel].shade,
  input[type=number].shade,
  input[type=search].shade,
  select.shade,
  textarea.shade {
    background-color: rgba(235, 235, 235, 0.1);
    border-color: #ebebeb;
    outline-color: #ebebeb; }
  input:not([type]).link,
  input[type=text].link,
  input[type=email].link,
  input[type=password].link,
  input[type=url].link,
  input[type=time].link,
  input[type=date].link,
  input[type=datetime].link,
  input[type=datetime-local].link,
  input[type=tel].link,
  input[type=number].link,
  input[type=search].link,
  select.link,
  textarea.link {
    background-color: rgba(0, 135, 189, 0.1);
    border-color: #0087bd;
    outline-color: #0087bd; }

input[type=text].password, input[type=text].pw {
  -webkit-text-security: disc; }

textarea {
  height: 12em; }
  textarea.inline {
    height: auto; }

input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
  margin-right: .5em;
  vertical-align: middle; }
  input[type=checkbox][disabled] ~ label,
  input[type=radio][disabled] ~ label {
    color: #777777; }

input[type=file],
input[type=range] {
  width: 100%; }

input[type=color] {
  width: 3em;
  height: 2em;
  padding: 0; }

.form-inline input:not([type=color]):not([type=checkbox]):not([type=radio]),
.form-inline select,
.form-inline textarea, input.inline:not([type=color]):not([type=checkbox]):not([type=radio]),
select.inline,
textarea.inline {
  width: auto; }

.form-inline {
  display: inline-block;
  padding: 0;
  margin: 0; }
  .form-inline textarea {
    height: auto; }

.form-group {
  margin-bottom: 1rem; }

.input > .icon,
.input > .icon-right, .input > .icon-left {
  position: absolute;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  pointer-events: none; }

.input {
  position: relative;
  max-width: 100%; }
  .input.inline {
    display: inline-block; }
  .input.with-icon input, .input.with-icon-right input {
    padding-right: 2em; }
  .input.with-icon-left input {
    padding-left: 2em; }
  .input > .icon,
  .input > .icon-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .input > .icon-left {
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.375rem;
  margin-left: -0.375rem; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #00a550; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5em 1em;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #fff;
  background-color: rgba(0, 165, 80, 0.9);
  border-radius: 0.2em; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated input:not([type]):valid, input:not([type]).is-valid, .was-validated
input[type=text]:valid,
input[type=text].is-valid, .was-validated
input[type=email]:valid,
input[type=email].is-valid, .was-validated
input[type=password]:valid,
input[type=password].is-valid, .was-validated
input[type=url]:valid,
input[type=url].is-valid, .was-validated
input[type=time]:valid,
input[type=time].is-valid, .was-validated
input[type=date]:valid,
input[type=date].is-valid, .was-validated
input[type=datetime]:valid,
input[type=datetime].is-valid, .was-validated
input[type=datetime-local]:valid,
input[type=datetime-local].is-valid, .was-validated
input[type=tel]:valid,
input[type=tel].is-valid, .was-validated
input[type=number]:valid,
input[type=number].is-valid, .was-validated
input[type=search]:valid,
input[type=search].is-valid, .was-validated
select:valid,
select.is-valid, .was-validated
textarea:valid,
textarea.is-valid {
  border-color: #00a550;
  padding-right: 2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:%2300a550;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}%3c/style%3e%3c/defs%3e%3cpolyline class='cls-1' points='3 8 6.33 11.5 13 4.5'/%3e%3c/svg%3e");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1em 1em; }
  .was-validated input:not([type]):valid:focus, input:not([type]).is-valid:focus, .was-validated
  input[type=text]:valid:focus,
  input[type=text].is-valid:focus, .was-validated
  input[type=email]:valid:focus,
  input[type=email].is-valid:focus, .was-validated
  input[type=password]:valid:focus,
  input[type=password].is-valid:focus, .was-validated
  input[type=url]:valid:focus,
  input[type=url].is-valid:focus, .was-validated
  input[type=time]:valid:focus,
  input[type=time].is-valid:focus, .was-validated
  input[type=date]:valid:focus,
  input[type=date].is-valid:focus, .was-validated
  input[type=datetime]:valid:focus,
  input[type=datetime].is-valid:focus, .was-validated
  input[type=datetime-local]:valid:focus,
  input[type=datetime-local].is-valid:focus, .was-validated
  input[type=tel]:valid:focus,
  input[type=tel].is-valid:focus, .was-validated
  input[type=number]:valid:focus,
  input[type=number].is-valid:focus, .was-validated
  input[type=search]:valid:focus,
  input[type=search].is-valid:focus, .was-validated
  select:valid:focus,
  select.is-valid:focus, .was-validated
  textarea:valid:focus,
  textarea.is-valid:focus {
    border-color: #00a550;
    outline-color: #00a550; }

.was-validated textarea:valid, textarea.is-valid {
  padding-right: 2em;
  background-position: top 0.5em right 0.5em; }

.was-validated select:valid, select.is-valid {
  border-color: #00a550;
  padding-right: 2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:%2300a550;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}%3c/style%3e%3c/defs%3e%3cpolyline class='cls-1' points='3 8 6.33 11.5 13 4.5'/%3e%3c/svg%3e");
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1em 1em; }
  .was-validated select:valid:focus, select.is-valid:focus {
    border-color: #00a550;
    outline-color: #00a550; }

.was-validated input[type=checkbox]:valid, input[type=checkbox].is-valid, .was-validated
input[type=radio]:valid,
input[type=radio].is-valid, .was-validated
input[type=color]:valid,
input[type=color].is-valid {
  border-color: #00a550; }
  .was-validated input[type=checkbox]:valid:checked, input[type=checkbox].is-valid:checked, .was-validated
  input[type=radio]:valid:checked,
  input[type=radio].is-valid:checked, .was-validated
  input[type=color]:valid:checked,
  input[type=color].is-valid:checked {
    color: #00d869; }
  .was-validated input[type=checkbox]:valid:focus, input[type=checkbox].is-valid:focus, .was-validated
  input[type=radio]:valid:focus,
  input[type=radio].is-valid:focus, .was-validated
  input[type=color]:valid:focus,
  input[type=color].is-valid:focus {
    outline-color: #00a550; }
  .was-validated input[type=checkbox]:valid ~ label, input[type=checkbox].is-valid ~ label, .was-validated
  input[type=radio]:valid ~ label,
  input[type=radio].is-valid ~ label, .was-validated
  input[type=color]:valid ~ label,
  input[type=color].is-valid ~ label {
    color: #00a550; }

.form-inline input[type=checkbox] ~ .valid-feedback,
.form-inline input[type=radio] ~ .valid-feedback {
  margin-left: .5em; }

.was-validated input[type=file]:valid, input[type=file].is-valid {
  border-color: #00a550; }
  .was-validated input[type=file]:valid:focus, input[type=file].is-valid:focus {
    outline-color: #00a550; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #e23d28; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5em 1em;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #fff;
  background-color: rgba(226, 61, 40, 0.9);
  border-radius: 0.2em; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated input:not([type]):invalid, input:not([type]).is-invalid, .was-validated
input[type=text]:invalid,
input[type=text].is-invalid, .was-validated
input[type=email]:invalid,
input[type=email].is-invalid, .was-validated
input[type=password]:invalid,
input[type=password].is-invalid, .was-validated
input[type=url]:invalid,
input[type=url].is-invalid, .was-validated
input[type=time]:invalid,
input[type=time].is-invalid, .was-validated
input[type=date]:invalid,
input[type=date].is-invalid, .was-validated
input[type=datetime]:invalid,
input[type=datetime].is-invalid, .was-validated
input[type=datetime-local]:invalid,
input[type=datetime-local].is-invalid, .was-validated
input[type=tel]:invalid,
input[type=tel].is-invalid, .was-validated
input[type=number]:invalid,
input[type=number].is-invalid, .was-validated
input[type=search]:invalid,
input[type=search].is-invalid, .was-validated
select:invalid,
select.is-invalid, .was-validated
textarea:invalid,
textarea.is-invalid {
  border-color: #e23d28;
  padding-right: 2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;stroke:%23e23d28;stroke-miterlimit:10;}.b{fill:%23e23d28;}%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='8' cy='8' r='6'/%3e%3cpath class='b' d='M7.46,8.17,7.31,5.83q0-.68,0-1a.89.89,0,0,1,.21-.63A.73.73,0,0,1,8,4a.56.56,0,0,1,.56.29,2,2,0,0,1,.14.84,6.49,6.49,0,0,1,0,.65L8.49,8.17a1.88,1.88,0,0,1-.15.66A.38.38,0,0,1,8,9.06a.37.37,0,0,1-.37-.22A2.2,2.2,0,0,1,7.46,8.17ZM8,11.38a.77.77,0,0,1-.52-.19.68.68,0,0,1-.22-.54A.72.72,0,0,1,8,9.92a.73.73,0,0,1,.53.21.69.69,0,0,1,.22.52.68.68,0,0,1-.22.54A.75.75,0,0,1,8,11.38Z'/%3e%3c/svg%3e");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1em 1em; }
  .was-validated input:not([type]):invalid:focus, input:not([type]).is-invalid:focus, .was-validated
  input[type=text]:invalid:focus,
  input[type=text].is-invalid:focus, .was-validated
  input[type=email]:invalid:focus,
  input[type=email].is-invalid:focus, .was-validated
  input[type=password]:invalid:focus,
  input[type=password].is-invalid:focus, .was-validated
  input[type=url]:invalid:focus,
  input[type=url].is-invalid:focus, .was-validated
  input[type=time]:invalid:focus,
  input[type=time].is-invalid:focus, .was-validated
  input[type=date]:invalid:focus,
  input[type=date].is-invalid:focus, .was-validated
  input[type=datetime]:invalid:focus,
  input[type=datetime].is-invalid:focus, .was-validated
  input[type=datetime-local]:invalid:focus,
  input[type=datetime-local].is-invalid:focus, .was-validated
  input[type=tel]:invalid:focus,
  input[type=tel].is-invalid:focus, .was-validated
  input[type=number]:invalid:focus,
  input[type=number].is-invalid:focus, .was-validated
  input[type=search]:invalid:focus,
  input[type=search].is-invalid:focus, .was-validated
  select:invalid:focus,
  select.is-invalid:focus, .was-validated
  textarea:invalid:focus,
  textarea.is-invalid:focus {
    border-color: #e23d28;
    outline-color: #e23d28; }

.was-validated textarea:invalid, textarea.is-invalid {
  padding-right: 2em;
  background-position: top 0.5em right 0.5em; }

.was-validated select:invalid, select.is-invalid {
  border-color: #e23d28;
  padding-right: 2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;stroke:%23e23d28;stroke-miterlimit:10;}.b{fill:%23e23d28;}%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='8' cy='8' r='6'/%3e%3cpath class='b' d='M7.46,8.17,7.31,5.83q0-.68,0-1a.89.89,0,0,1,.21-.63A.73.73,0,0,1,8,4a.56.56,0,0,1,.56.29,2,2,0,0,1,.14.84,6.49,6.49,0,0,1,0,.65L8.49,8.17a1.88,1.88,0,0,1-.15.66A.38.38,0,0,1,8,9.06a.37.37,0,0,1-.37-.22A2.2,2.2,0,0,1,7.46,8.17ZM8,11.38a.77.77,0,0,1-.52-.19.68.68,0,0,1-.22-.54A.72.72,0,0,1,8,9.92a.73.73,0,0,1,.53.21.69.69,0,0,1,.22.52.68.68,0,0,1-.22.54A.75.75,0,0,1,8,11.38Z'/%3e%3c/svg%3e");
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1em 1em; }
  .was-validated select:invalid:focus, select.is-invalid:focus {
    border-color: #e23d28;
    outline-color: #e23d28; }

.was-validated input[type=checkbox]:invalid, input[type=checkbox].is-invalid, .was-validated
input[type=radio]:invalid,
input[type=radio].is-invalid, .was-validated
input[type=color]:invalid,
input[type=color].is-invalid {
  border-color: #e23d28; }
  .was-validated input[type=checkbox]:invalid:checked, input[type=checkbox].is-invalid:checked, .was-validated
  input[type=radio]:invalid:checked,
  input[type=radio].is-invalid:checked, .was-validated
  input[type=color]:invalid:checked,
  input[type=color].is-invalid:checked {
    color: #e86655; }
  .was-validated input[type=checkbox]:invalid:focus, input[type=checkbox].is-invalid:focus, .was-validated
  input[type=radio]:invalid:focus,
  input[type=radio].is-invalid:focus, .was-validated
  input[type=color]:invalid:focus,
  input[type=color].is-invalid:focus {
    outline-color: #e23d28; }
  .was-validated input[type=checkbox]:invalid ~ label, input[type=checkbox].is-invalid ~ label, .was-validated
  input[type=radio]:invalid ~ label,
  input[type=radio].is-invalid ~ label, .was-validated
  input[type=color]:invalid ~ label,
  input[type=color].is-invalid ~ label {
    color: #e23d28; }

.form-inline input[type=checkbox] ~ .invalid-feedback,
.form-inline input[type=radio] ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated input[type=file]:invalid, input[type=file].is-invalid {
  border-color: #e23d28; }
  .was-validated input[type=file]:invalid:focus, input[type=file].is-invalid:focus {
    outline-color: #e23d28; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  flex-wrap: wrap;
  width: 100%; }
  .input-group > input,
  .input-group > select,
  .input-group > textarea,
  .input-group > .input {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > input + input,
    .input-group > input + select,
    .input-group > input + textarea,
    .input-group > input + .input,
    .input-group > select + input,
    .input-group > select + select,
    .input-group > select + textarea,
    .input-group > select + .input,
    .input-group > textarea + input,
    .input-group > textarea + select,
    .input-group > textarea + textarea,
    .input-group > textarea + .input,
    .input-group > .input + input,
    .input-group > .input + select,
    .input-group > .input + textarea,
    .input-group > .input + .input {
      margin-left: -1px; }
    .input-group > input:not(:last-child),
    .input-group > select:not(:last-child),
    .input-group > textarea:not(:last-child),
    .input-group > .input:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > input:not(:first-child),
    .input-group > select:not(:first-child),
    .input-group > textarea:not(:first-child),
    .input-group > .input:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
  .input-group > .input {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    margin: 0; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.2em 0.5em;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #bebebe;
  border-radius: 0.2em; }

.input-group-prepend > .btn,
.input-group-prepend > .input-group-text,
.input-group-append:not(:last-child) > .btn,
.input-group-append:not(:last-child) > .input-group-text,
.input-group-append:last-child > .btn:not(:last-child),
.input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-append > .btn,
.input-group-append > .input-group-text,
.input-group-prepend:not(:first-child) > .btn,
.input-group-prepend:not(:first-child) > .input-group-text,
.input-group-prepend:first-child > .btn:not(:first-child),
.input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-text, .close-button, input[type=submit],
input[type=button],
input[type=reset], .btn, .btn-flat, .btn-icon, .dropdown-button, .nav-button, .navbar-toggle, .nav-item .dropdown .dropdown-button, .scroll-button-container .scroll-button-top,
.scroll-button-container .scroll-button-bottom {
  text-decoration: none;
  line-height: 1.5;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle; }
  .btn-text:focus, .close-button:focus, input:focus[type=submit],
  input:focus[type=button],
  input:focus[type=reset], .btn:focus, .btn-flat:focus, .btn-icon:focus, .dropdown-button:focus, .nav-button:focus, .navbar-toggle:focus, .nav-item .dropdown .dropdown-button:focus, .scroll-button-container .scroll-button-top:focus,
  .scroll-button-container .scroll-button-bottom:focus, .btn-text:hover, .close-button:hover, input:hover[type=submit],
  input:hover[type=button],
  input:hover[type=reset], .btn:hover, .btn-flat:hover, .btn-icon:hover, .dropdown-button:hover, .nav-button:hover, .navbar-toggle:hover, .nav-item .dropdown .dropdown-button:hover, .scroll-button-container .scroll-button-top:hover,
  .scroll-button-container .scroll-button-bottom:hover {
    text-decoration: none; }

.btn-text, .close-button {
  padding: 0;
  margin: 0;
  line-height: 0;
  color: currentColor;
  vertical-align: inherit;
  background-color: transparent; }

input[type=submit],
input[type=button],
input[type=reset], .btn, .btn-flat {
  padding: 0.375em 0.75em;
  margin: 0.2em;
  border-radius: 0.2em;
  outline-color: #1f305e; }
  input.w-100[type=submit],
  input.w-100[type=button],
  input.w-100[type=reset], .w-100.btn, .w-100.btn-flat {
    margin-right: 0;
    margin-left: 0; }

input[disabled][type=submit],
input[disabled][type=button],
input[disabled][type=reset], .btn[disabled], .btn-icon[disabled], .btn-flat[disabled] {
  cursor: default;
  opacity: .7;
  box-shadow: none; }

input[type=submit],
input[type=button],
input[type=reset], .btn, .btn-icon {
  color: #fff;
  background-color: #1f305e;
  outline-color: #1f305e;
  box-shadow: none;
  -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
  input:link[type=submit],
  input:link[type=button],
  input:link[type=reset], .btn:link, .btn-icon:link, input:visited[type=submit],
  input:visited[type=button],
  input:visited[type=reset], .btn:visited, .btn-icon:visited {
    color: #fff; }
  input:focus:not([disabled])[type=submit],
  input:focus:not([disabled])[type=button],
  input:focus:not([disabled])[type=reset], .btn:focus:not([disabled]), .btn-icon:focus:not([disabled]), input:hover:not([disabled])[type=submit],
  input:hover:not([disabled])[type=button],
  input:hover:not([disabled])[type=reset], .btn:hover:not([disabled]), .btn-icon:hover:not([disabled]) {
    color: #fff;
    background-color: #24386d;
    box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
  input:active:not([disabled])[type=submit],
  input:active:not([disabled])[type=button],
  input:active:not([disabled])[type=reset], .btn:active:not([disabled]), .btn-icon:active:not([disabled]) {
    color: #fff;
    background-color: #1a284f;
    box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.default[type=submit],
  input.default[type=button],
  input.default[type=reset], .default.btn, .default.btn-icon {
    color: #fff;
    background-color: #9a9a9a;
    outline-color: #9a9a9a;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.default:link[type=submit],
    input.default:link[type=button],
    input.default:link[type=reset], .default.btn:link, .default.btn-icon:link, input.default:visited[type=submit],
    input.default:visited[type=button],
    input.default:visited[type=reset], .default.btn:visited, .default.btn-icon:visited {
      color: #fff; }
    input.default:focus:not([disabled])[type=submit],
    input.default:focus:not([disabled])[type=button],
    input.default:focus:not([disabled])[type=reset], .default.btn:focus:not([disabled]), .default.btn-icon:focus:not([disabled]), input.default:hover:not([disabled])[type=submit],
    input.default:hover:not([disabled])[type=button],
    input.default:hover:not([disabled])[type=reset], .default.btn:hover:not([disabled]), .default.btn-icon:hover:not([disabled]) {
      color: #fff;
      background-color: #a4a4a4;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.default:active:not([disabled])[type=submit],
    input.default:active:not([disabled])[type=button],
    input.default:active:not([disabled])[type=reset], .default.btn:active:not([disabled]), .default.btn-icon:active:not([disabled]) {
      color: #fff;
      background-color: #909090;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.primary[type=submit],
  input.primary[type=button],
  input.primary[type=reset], .primary.btn, .primary.btn-icon {
    color: #fff;
    background-color: #1f305e;
    outline-color: #1f305e;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.primary:link[type=submit],
    input.primary:link[type=button],
    input.primary:link[type=reset], .primary.btn:link, .primary.btn-icon:link, input.primary:visited[type=submit],
    input.primary:visited[type=button],
    input.primary:visited[type=reset], .primary.btn:visited, .primary.btn-icon:visited {
      color: #fff; }
    input.primary:focus:not([disabled])[type=submit],
    input.primary:focus:not([disabled])[type=button],
    input.primary:focus:not([disabled])[type=reset], .primary.btn:focus:not([disabled]), .primary.btn-icon:focus:not([disabled]), input.primary:hover:not([disabled])[type=submit],
    input.primary:hover:not([disabled])[type=button],
    input.primary:hover:not([disabled])[type=reset], .primary.btn:hover:not([disabled]), .primary.btn-icon:hover:not([disabled]) {
      color: #fff;
      background-color: #24386d;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.primary:active:not([disabled])[type=submit],
    input.primary:active:not([disabled])[type=button],
    input.primary:active:not([disabled])[type=reset], .primary.btn:active:not([disabled]), .primary.btn-icon:active:not([disabled]) {
      color: #fff;
      background-color: #1a284f;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.secondary[type=submit],
  input.secondary[type=button],
  input.secondary[type=reset], .secondary.btn, .secondary.btn-icon {
    color: #fff;
    background-color: #49796b;
    outline-color: #49796b;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.secondary:link[type=submit],
    input.secondary:link[type=button],
    input.secondary:link[type=reset], .secondary.btn:link, .secondary.btn-icon:link, input.secondary:visited[type=submit],
    input.secondary:visited[type=button],
    input.secondary:visited[type=reset], .secondary.btn:visited, .secondary.btn-icon:visited {
      color: #fff; }
    input.secondary:focus:not([disabled])[type=submit],
    input.secondary:focus:not([disabled])[type=button],
    input.secondary:focus:not([disabled])[type=reset], .secondary.btn:focus:not([disabled]), .secondary.btn-icon:focus:not([disabled]), input.secondary:hover:not([disabled])[type=submit],
    input.secondary:hover:not([disabled])[type=button],
    input.secondary:hover:not([disabled])[type=reset], .secondary.btn:hover:not([disabled]), .secondary.btn-icon:hover:not([disabled]) {
      color: #fff;
      background-color: #518676;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.secondary:active:not([disabled])[type=submit],
    input.secondary:active:not([disabled])[type=button],
    input.secondary:active:not([disabled])[type=reset], .secondary.btn:active:not([disabled]), .secondary.btn-icon:active:not([disabled]) {
      color: #fff;
      background-color: #416c60;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.info[type=submit],
  input.info[type=button],
  input.info[type=reset], .info.btn, .info.btn-icon {
    color: #fff;
    background-color: #008080;
    outline-color: #008080;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.info:link[type=submit],
    input.info:link[type=button],
    input.info:link[type=reset], .info.btn:link, .info.btn-icon:link, input.info:visited[type=submit],
    input.info:visited[type=button],
    input.info:visited[type=reset], .info.btn:visited, .info.btn-icon:visited {
      color: #fff; }
    input.info:focus:not([disabled])[type=submit],
    input.info:focus:not([disabled])[type=button],
    input.info:focus:not([disabled])[type=reset], .info.btn:focus:not([disabled]), .info.btn-icon:focus:not([disabled]), input.info:hover:not([disabled])[type=submit],
    input.info:hover:not([disabled])[type=button],
    input.info:hover:not([disabled])[type=reset], .info.btn:hover:not([disabled]), .info.btn-icon:hover:not([disabled]) {
      color: #fff;
      background-color: #009494;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.info:active:not([disabled])[type=submit],
    input.info:active:not([disabled])[type=button],
    input.info:active:not([disabled])[type=reset], .info.btn:active:not([disabled]), .info.btn-icon:active:not([disabled]) {
      color: #fff;
      background-color: #006c6c;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.success[type=submit],
  input.success[type=button],
  input.success[type=reset], .success.btn, .success.btn-icon {
    color: #fff;
    background-color: #00a550;
    outline-color: #00a550;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.success:link[type=submit],
    input.success:link[type=button],
    input.success:link[type=reset], .success.btn:link, .success.btn-icon:link, input.success:visited[type=submit],
    input.success:visited[type=button],
    input.success:visited[type=reset], .success.btn:visited, .success.btn-icon:visited {
      color: #fff; }
    input.success:focus:not([disabled])[type=submit],
    input.success:focus:not([disabled])[type=button],
    input.success:focus:not([disabled])[type=reset], .success.btn:focus:not([disabled]), .success.btn-icon:focus:not([disabled]), input.success:hover:not([disabled])[type=submit],
    input.success:hover:not([disabled])[type=button],
    input.success:hover:not([disabled])[type=reset], .success.btn:hover:not([disabled]), .success.btn-icon:hover:not([disabled]) {
      color: #fff;
      background-color: #00b95a;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.success:active:not([disabled])[type=submit],
    input.success:active:not([disabled])[type=button],
    input.success:active:not([disabled])[type=reset], .success.btn:active:not([disabled]), .success.btn-icon:active:not([disabled]) {
      color: #fff;
      background-color: #009146;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.warning[type=submit],
  input.warning[type=button],
  input.warning[type=reset], .warning.btn, .warning.btn-icon {
    color: #343434;
    background-color: #ffd300;
    outline-color: #ffd300;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.warning:link[type=submit],
    input.warning:link[type=button],
    input.warning:link[type=reset], .warning.btn:link, .warning.btn-icon:link, input.warning:visited[type=submit],
    input.warning:visited[type=button],
    input.warning:visited[type=reset], .warning.btn:visited, .warning.btn-icon:visited {
      color: #343434; }
    input.warning:focus:not([disabled])[type=submit],
    input.warning:focus:not([disabled])[type=button],
    input.warning:focus:not([disabled])[type=reset], .warning.btn:focus:not([disabled]), .warning.btn-icon:focus:not([disabled]), input.warning:hover:not([disabled])[type=submit],
    input.warning:hover:not([disabled])[type=button],
    input.warning:hover:not([disabled])[type=reset], .warning.btn:hover:not([disabled]), .warning.btn-icon:hover:not([disabled]) {
      color: #343434;
      background-color: #ffd714;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.warning:active:not([disabled])[type=submit],
    input.warning:active:not([disabled])[type=button],
    input.warning:active:not([disabled])[type=reset], .warning.btn:active:not([disabled]), .warning.btn-icon:active:not([disabled]) {
      color: #343434;
      background-color: #ebc200;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.danger[type=submit],
  input.danger[type=button],
  input.danger[type=reset], .danger.btn, .danger.btn-icon {
    color: #fff;
    background-color: #e23d28;
    outline-color: #e23d28;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.danger:link[type=submit],
    input.danger:link[type=button],
    input.danger:link[type=reset], .danger.btn:link, .danger.btn-icon:link, input.danger:visited[type=submit],
    input.danger:visited[type=button],
    input.danger:visited[type=reset], .danger.btn:visited, .danger.btn-icon:visited {
      color: #fff; }
    input.danger:focus:not([disabled])[type=submit],
    input.danger:focus:not([disabled])[type=button],
    input.danger:focus:not([disabled])[type=reset], .danger.btn:focus:not([disabled]), .danger.btn-icon:focus:not([disabled]), input.danger:hover:not([disabled])[type=submit],
    input.danger:hover:not([disabled])[type=button],
    input.danger:hover:not([disabled])[type=reset], .danger.btn:hover:not([disabled]), .danger.btn-icon:hover:not([disabled]) {
      color: #fff;
      background-color: #e44d3a;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.danger:active:not([disabled])[type=submit],
    input.danger:active:not([disabled])[type=button],
    input.danger:active:not([disabled])[type=reset], .danger.btn:active:not([disabled]), .danger.btn-icon:active:not([disabled]) {
      color: #fff;
      background-color: #d8321d;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.light[type=submit],
  input.light[type=button],
  input.light[type=reset], .light.btn, .light.btn-icon {
    color: #343434;
    background-color: #fff;
    outline-color: #fff;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.light:link[type=submit],
    input.light:link[type=button],
    input.light:link[type=reset], .light.btn:link, .light.btn-icon:link, input.light:visited[type=submit],
    input.light:visited[type=button],
    input.light:visited[type=reset], .light.btn:visited, .light.btn-icon:visited {
      color: #343434; }
    input.light:focus:not([disabled])[type=submit],
    input.light:focus:not([disabled])[type=button],
    input.light:focus:not([disabled])[type=reset], .light.btn:focus:not([disabled]), .light.btn-icon:focus:not([disabled]), input.light:hover:not([disabled])[type=submit],
    input.light:hover:not([disabled])[type=button],
    input.light:hover:not([disabled])[type=reset], .light.btn:hover:not([disabled]), .light.btn-icon:hover:not([disabled]) {
      color: #343434;
      background-color: white;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.light:active:not([disabled])[type=submit],
    input.light:active:not([disabled])[type=button],
    input.light:active:not([disabled])[type=reset], .light.btn:active:not([disabled]), .light.btn-icon:active:not([disabled]) {
      color: #343434;
      background-color: whitesmoke;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.dark[type=submit],
  input.dark[type=button],
  input.dark[type=reset], .dark.btn, .dark.btn-icon {
    color: #fff;
    background-color: #343434;
    outline-color: #343434;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.dark:link[type=submit],
    input.dark:link[type=button],
    input.dark:link[type=reset], .dark.btn:link, .dark.btn-icon:link, input.dark:visited[type=submit],
    input.dark:visited[type=button],
    input.dark:visited[type=reset], .dark.btn:visited, .dark.btn-icon:visited {
      color: #fff; }
    input.dark:focus:not([disabled])[type=submit],
    input.dark:focus:not([disabled])[type=button],
    input.dark:focus:not([disabled])[type=reset], .dark.btn:focus:not([disabled]), .dark.btn-icon:focus:not([disabled]), input.dark:hover:not([disabled])[type=submit],
    input.dark:hover:not([disabled])[type=button],
    input.dark:hover:not([disabled])[type=reset], .dark.btn:hover:not([disabled]), .dark.btn-icon:hover:not([disabled]) {
      color: #fff;
      background-color: #3e3e3e;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.dark:active:not([disabled])[type=submit],
    input.dark:active:not([disabled])[type=button],
    input.dark:active:not([disabled])[type=reset], .dark.btn:active:not([disabled]), .dark.btn-icon:active:not([disabled]) {
      color: #fff;
      background-color: #2a2a2a;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.shade[type=submit],
  input.shade[type=button],
  input.shade[type=reset], .shade.btn, .shade.btn-icon {
    color: #343434;
    background-color: #ebebeb;
    outline-color: #ebebeb;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.shade:link[type=submit],
    input.shade:link[type=button],
    input.shade:link[type=reset], .shade.btn:link, .shade.btn-icon:link, input.shade:visited[type=submit],
    input.shade:visited[type=button],
    input.shade:visited[type=reset], .shade.btn:visited, .shade.btn-icon:visited {
      color: #343434; }
    input.shade:focus:not([disabled])[type=submit],
    input.shade:focus:not([disabled])[type=button],
    input.shade:focus:not([disabled])[type=reset], .shade.btn:focus:not([disabled]), .shade.btn-icon:focus:not([disabled]), input.shade:hover:not([disabled])[type=submit],
    input.shade:hover:not([disabled])[type=button],
    input.shade:hover:not([disabled])[type=reset], .shade.btn:hover:not([disabled]), .shade.btn-icon:hover:not([disabled]) {
      color: #343434;
      background-color: whitesmoke;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.shade:active:not([disabled])[type=submit],
    input.shade:active:not([disabled])[type=button],
    input.shade:active:not([disabled])[type=reset], .shade.btn:active:not([disabled]), .shade.btn-icon:active:not([disabled]) {
      color: #343434;
      background-color: #e1e1e1;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }
  input.link[type=submit],
  input.link[type=button],
  input.link[type=reset], .link.btn, .link.btn-icon {
    color: #fff;
    background-color: #0087bd;
    outline-color: #0087bd;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
    input.link:link[type=submit],
    input.link:link[type=button],
    input.link:link[type=reset], .link.btn:link, .link.btn-icon:link, input.link:visited[type=submit],
    input.link:visited[type=button],
    input.link:visited[type=reset], .link.btn:visited, .link.btn-icon:visited {
      color: #fff; }
    input.link:focus:not([disabled])[type=submit],
    input.link:focus:not([disabled])[type=button],
    input.link:focus:not([disabled])[type=reset], .link.btn:focus:not([disabled]), .link.btn-icon:focus:not([disabled]), input.link:hover:not([disabled])[type=submit],
    input.link:hover:not([disabled])[type=button],
    input.link:hover:not([disabled])[type=reset], .link.btn:hover:not([disabled]), .link.btn-icon:hover:not([disabled]) {
      color: #fff;
      background-color: #0096d1;
      box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
    input.link:active:not([disabled])[type=submit],
    input.link:active:not([disabled])[type=button],
    input.link:active:not([disabled])[type=reset], .link.btn:active:not([disabled]), .link.btn-icon:active:not([disabled]) {
      color: #fff;
      background-color: #0078a9;
      box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }

.btn-flat {
  color: #0087bd;
  background-color: transparent;
  outline-color: rgba(0, 135, 189, 0.2);
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out; }
  .btn-flat:focus:not([disabled]), .btn-flat:hover:not([disabled]) {
    color: #0087bd;
    background-color: rgba(0, 135, 189, 0.1); }
  .btn-flat:active:not([disabled]) {
    color: #0087bd;
    background-color: rgba(0, 135, 189, 0.2); }
  .default.btn-flat {
    color: #9a9a9a;
    background-color: transparent;
    outline-color: rgba(154, 154, 154, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .default.btn-flat:focus:not([disabled]), .default.btn-flat:hover:not([disabled]) {
      color: #9a9a9a;
      background-color: rgba(154, 154, 154, 0.1); }
    .default.btn-flat:active:not([disabled]) {
      color: #9a9a9a;
      background-color: rgba(154, 154, 154, 0.2); }
  .primary.btn-flat {
    color: #1f305e;
    background-color: transparent;
    outline-color: rgba(31, 48, 94, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .primary.btn-flat:focus:not([disabled]), .primary.btn-flat:hover:not([disabled]) {
      color: #1f305e;
      background-color: rgba(31, 48, 94, 0.1); }
    .primary.btn-flat:active:not([disabled]) {
      color: #1f305e;
      background-color: rgba(31, 48, 94, 0.2); }
  .secondary.btn-flat {
    color: #49796b;
    background-color: transparent;
    outline-color: rgba(73, 121, 107, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .secondary.btn-flat:focus:not([disabled]), .secondary.btn-flat:hover:not([disabled]) {
      color: #49796b;
      background-color: rgba(73, 121, 107, 0.1); }
    .secondary.btn-flat:active:not([disabled]) {
      color: #49796b;
      background-color: rgba(73, 121, 107, 0.2); }
  .info.btn-flat {
    color: #008080;
    background-color: transparent;
    outline-color: rgba(0, 128, 128, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .info.btn-flat:focus:not([disabled]), .info.btn-flat:hover:not([disabled]) {
      color: #008080;
      background-color: rgba(0, 128, 128, 0.1); }
    .info.btn-flat:active:not([disabled]) {
      color: #008080;
      background-color: rgba(0, 128, 128, 0.2); }
  .success.btn-flat {
    color: #00a550;
    background-color: transparent;
    outline-color: rgba(0, 165, 80, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .success.btn-flat:focus:not([disabled]), .success.btn-flat:hover:not([disabled]) {
      color: #00a550;
      background-color: rgba(0, 165, 80, 0.1); }
    .success.btn-flat:active:not([disabled]) {
      color: #00a550;
      background-color: rgba(0, 165, 80, 0.2); }
  .warning.btn-flat {
    color: #ffd300;
    background-color: transparent;
    outline-color: rgba(255, 211, 0, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .warning.btn-flat:focus:not([disabled]), .warning.btn-flat:hover:not([disabled]) {
      color: #ffd300;
      background-color: rgba(255, 211, 0, 0.1); }
    .warning.btn-flat:active:not([disabled]) {
      color: #ffd300;
      background-color: rgba(255, 211, 0, 0.2); }
  .danger.btn-flat {
    color: #e23d28;
    background-color: transparent;
    outline-color: rgba(226, 61, 40, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .danger.btn-flat:focus:not([disabled]), .danger.btn-flat:hover:not([disabled]) {
      color: #e23d28;
      background-color: rgba(226, 61, 40, 0.1); }
    .danger.btn-flat:active:not([disabled]) {
      color: #e23d28;
      background-color: rgba(226, 61, 40, 0.2); }
  .light.btn-flat {
    color: #fff;
    background-color: transparent;
    outline-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .light.btn-flat:focus:not([disabled]), .light.btn-flat:hover:not([disabled]) {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1); }
    .light.btn-flat:active:not([disabled]) {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.2); }
  .dark.btn-flat {
    color: #343434;
    background-color: transparent;
    outline-color: rgba(52, 52, 52, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .dark.btn-flat:focus:not([disabled]), .dark.btn-flat:hover:not([disabled]) {
      color: #343434;
      background-color: rgba(52, 52, 52, 0.1); }
    .dark.btn-flat:active:not([disabled]) {
      color: #343434;
      background-color: rgba(52, 52, 52, 0.2); }
  .shade.btn-flat {
    color: #ebebeb;
    background-color: transparent;
    outline-color: rgba(235, 235, 235, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .shade.btn-flat:focus:not([disabled]), .shade.btn-flat:hover:not([disabled]) {
      color: #ebebeb;
      background-color: rgba(235, 235, 235, 0.1); }
    .shade.btn-flat:active:not([disabled]) {
      color: #ebebeb;
      background-color: rgba(235, 235, 235, 0.2); }
  .link.btn-flat {
    color: #0087bd;
    background-color: transparent;
    outline-color: rgba(0, 135, 189, 0.2);
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .link.btn-flat:focus:not([disabled]), .link.btn-flat:hover:not([disabled]) {
      color: #0087bd;
      background-color: rgba(0, 135, 189, 0.1); }
    .link.btn-flat:active:not([disabled]) {
      color: #0087bd;
      background-color: rgba(0, 135, 189, 0.2); }

.btn-icon {
  width: 2em;
  height: 2em;
  border-radius: 50%; }

.btn-flat {
  margin: 0; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  margin: .2em; }
  .btn-group > .btn, .btn-group-vertical > .btn,
  .btn-group > .btn-flat,
  .btn-group-vertical > .btn-flat,
  .btn-group > .dropdown > .dropdown-button,
  .btn-group-vertical > .dropdown > .dropdown-button {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    margin: 0; }
  .btn-group > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .btn:not(:first-child):not(:last-child),
  .btn-group > .btn-flat:not(:first-child):not(:last-child),
  .btn-group-vertical > .btn-flat:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .btn-group > .dropdown:not(:first-child):not(:last-child) > .dropdown-button, .btn-group-vertical > .dropdown:not(:first-child):not(:last-child) > .dropdown-button {
    border-radius: 0; }

.btn-group > .btn:first-child,
.btn-group > .btn-flat:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child,
.btn-group > .btn-flat:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .dropdown:first-child > .dropdown-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .dropdown:last-child > .dropdown-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .btn-group-vertical > .btn:first-child,
  .btn-group-vertical > .btn-flat:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:last-child,
  .btn-group-vertical > .btn-flat:last-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .btn-group-vertical > .dropdown:first-child > .dropdown-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .dropdown:last-child > .dropdown-button {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.badge {
  background-color: #9a9a9a;
  color: #fff;
  display: inline-block;
  padding: 0.17em 0.34em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-size: 0.85em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2em; }
  .badge[href], .badge[href]:link {
    color: #fff; }
  .badge[href]:visited {
    color: #fff; }
  .badge[href]:hover, .badge[href]:focus {
    color: #fff; }
  .badge[href]:active {
    color: #fff; }
  .badge[href]:hover, .badge[href]:focus {
    background-color: #a4a4a4; }
  .badge[href]:active {
    background-color: #909090; }
  .badge.default {
    background-color: #9a9a9a;
    color: #fff; }
    .badge.default[href], .badge.default[href]:link {
      color: #fff; }
    .badge.default[href]:visited {
      color: #fff; }
    .badge.default[href]:hover, .badge.default[href]:focus {
      color: #fff; }
    .badge.default[href]:active {
      color: #fff; }
    .badge.default[href]:hover, .badge.default[href]:focus {
      background-color: #a4a4a4; }
    .badge.default[href]:active {
      background-color: #909090; }
  .badge.primary {
    background-color: #1f305e;
    color: #fff; }
    .badge.primary[href], .badge.primary[href]:link {
      color: #fff; }
    .badge.primary[href]:visited {
      color: #fff; }
    .badge.primary[href]:hover, .badge.primary[href]:focus {
      color: #fff; }
    .badge.primary[href]:active {
      color: #fff; }
    .badge.primary[href]:hover, .badge.primary[href]:focus {
      background-color: #24386d; }
    .badge.primary[href]:active {
      background-color: #1a284f; }
  .badge.secondary {
    background-color: #49796b;
    color: #fff; }
    .badge.secondary[href], .badge.secondary[href]:link {
      color: #fff; }
    .badge.secondary[href]:visited {
      color: #fff; }
    .badge.secondary[href]:hover, .badge.secondary[href]:focus {
      color: #fff; }
    .badge.secondary[href]:active {
      color: #fff; }
    .badge.secondary[href]:hover, .badge.secondary[href]:focus {
      background-color: #518676; }
    .badge.secondary[href]:active {
      background-color: #416c60; }
  .badge.info {
    background-color: #008080;
    color: #fff; }
    .badge.info[href], .badge.info[href]:link {
      color: #fff; }
    .badge.info[href]:visited {
      color: #fff; }
    .badge.info[href]:hover, .badge.info[href]:focus {
      color: #fff; }
    .badge.info[href]:active {
      color: #fff; }
    .badge.info[href]:hover, .badge.info[href]:focus {
      background-color: #009494; }
    .badge.info[href]:active {
      background-color: #006c6c; }
  .badge.success {
    background-color: #00a550;
    color: #fff; }
    .badge.success[href], .badge.success[href]:link {
      color: #fff; }
    .badge.success[href]:visited {
      color: #fff; }
    .badge.success[href]:hover, .badge.success[href]:focus {
      color: #fff; }
    .badge.success[href]:active {
      color: #fff; }
    .badge.success[href]:hover, .badge.success[href]:focus {
      background-color: #00b95a; }
    .badge.success[href]:active {
      background-color: #009146; }
  .badge.warning {
    background-color: #ffd300;
    color: #343434; }
    .badge.warning[href], .badge.warning[href]:link {
      color: #343434; }
    .badge.warning[href]:visited {
      color: #343434; }
    .badge.warning[href]:hover, .badge.warning[href]:focus {
      color: #343434; }
    .badge.warning[href]:active {
      color: #343434; }
    .badge.warning[href]:hover, .badge.warning[href]:focus {
      background-color: #ffd714; }
    .badge.warning[href]:active {
      background-color: #ebc200; }
  .badge.danger {
    background-color: #e23d28;
    color: #fff; }
    .badge.danger[href], .badge.danger[href]:link {
      color: #fff; }
    .badge.danger[href]:visited {
      color: #fff; }
    .badge.danger[href]:hover, .badge.danger[href]:focus {
      color: #fff; }
    .badge.danger[href]:active {
      color: #fff; }
    .badge.danger[href]:hover, .badge.danger[href]:focus {
      background-color: #e44d3a; }
    .badge.danger[href]:active {
      background-color: #d8321d; }
  .badge.light {
    background-color: #fff;
    color: #343434; }
    .badge.light[href], .badge.light[href]:link {
      color: #343434; }
    .badge.light[href]:visited {
      color: #343434; }
    .badge.light[href]:hover, .badge.light[href]:focus {
      color: #343434; }
    .badge.light[href]:active {
      color: #343434; }
    .badge.light[href]:hover, .badge.light[href]:focus {
      background-color: white; }
    .badge.light[href]:active {
      background-color: whitesmoke; }
  .badge.dark {
    background-color: #343434;
    color: #fff; }
    .badge.dark[href], .badge.dark[href]:link {
      color: #fff; }
    .badge.dark[href]:visited {
      color: #fff; }
    .badge.dark[href]:hover, .badge.dark[href]:focus {
      color: #fff; }
    .badge.dark[href]:active {
      color: #fff; }
    .badge.dark[href]:hover, .badge.dark[href]:focus {
      background-color: #3e3e3e; }
    .badge.dark[href]:active {
      background-color: #2a2a2a; }
  .badge.shade {
    background-color: #ebebeb;
    color: #343434; }
    .badge.shade[href], .badge.shade[href]:link {
      color: #343434; }
    .badge.shade[href]:visited {
      color: #343434; }
    .badge.shade[href]:hover, .badge.shade[href]:focus {
      color: #343434; }
    .badge.shade[href]:active {
      color: #343434; }
    .badge.shade[href]:hover, .badge.shade[href]:focus {
      background-color: whitesmoke; }
    .badge.shade[href]:active {
      background-color: #e1e1e1; }
  .badge.link {
    background-color: #0087bd;
    color: #fff; }
    .badge.link[href], .badge.link[href]:link {
      color: #fff; }
    .badge.link[href]:visited {
      color: #fff; }
    .badge.link[href]:hover, .badge.link[href]:focus {
      color: #fff; }
    .badge.link[href]:active {
      color: #fff; }
    .badge.link[href]:hover, .badge.link[href]:focus {
      background-color: #0096d1; }
    .badge.link[href]:active {
      background-color: #0078a9; }
  .badge.round {
    padding-right: 0.68em;
    padding-left: 0.68em;
    border-radius: 1.7em; }
  .badge:empty {
    display: none; }

a.badge {
  text-decoration: none; }
  a.badge:focus, a.badge:hover {
    text-decoration: none; }

.card, .card-horizontal {
  z-index: 2;
  display: -webkit-box;
  display: flex;
  padding: 0;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 0.2em;
  box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
  .bordered.card, .bordered.card-horizontal {
    padding: .2em;
    border: 1px solid #bebebe;
    box-shadow: none; }
  .inline.card, .inline.card-horizontal {
    width: 375px;
    display: -webkit-inline-box;
    display: inline-flex;
    max-width: 100%;
    vertical-align: text-top; }
    .inline.small.card, .inline.small.card-horizontal {
      width: 250px; }
    .inline.large.card, .inline.large.card-horizontal {
      width: 500px; }
    @media only screen and (min-width: 768px) {
      .inline.card, .inline.card-horizontal {
        margin: 0.5rem; } }
  .hoverable.card, .hoverable.card-horizontal {
    text-decoration: none;
    -webkit-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out; }
    .hoverable.card:focus, .hoverable.card-horizontal:focus, .hoverable.card:hover, .hoverable.card-horizontal:hover {
      text-decoration: none; }
    .hoverable.card:focus, .hoverable.card-horizontal:focus, .hoverable.card:hover, .hoverable.card-horizontal:hover {
      box-shadow: 0 1rem 3rem rgba(52, 52, 52, 0.075); }
  .card .card-content, .card-horizontal .card-content {
    padding: 0.5em 0.5em; }

.card .card-image, .card-horizontal .card-image {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden; }
  .card .card-image .card-title, .card-horizontal .card-image .card-title {
    position: absolute;
    bottom: .2em;
    left: .5em;
    z-index: 3;
    margin: .3em 0;
    color: #fff;
    text-shadow: 0 0 4px #000; }

.card {
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .card.small {
    height: 200px; }
  .card.large {
    height: 400px; }
  .card .card-image {
    border-top-right-radius: 0.2em;
    border-top-left-radius: 0.2em;
    flex-basis: 0;
    -webkit-box-flex: 3;
            flex-grow: 3;
    flex-shrink: 1; }
    .card .card-image img {
      width: 105%;
      height: auto;
      max-width: none; }
  .card .card-content {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 3; }

.card-horizontal {
  height: 225px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
  .card-horizontal.small {
    height: 150px; }
  .card-horizontal.large {
    height: 300px; }
  .card-horizontal .card-image {
    border-bottom-left-radius: 0.2em;
    border-top-left-radius: 0.2em;
    flex-basis: 0;
    -webkit-box-flex: 2;
            flex-grow: 2;
    flex-shrink: 3; }
    .card-horizontal .card-image img {
      width: auto;
      height: 105%;
      max-width: none; }
  .card-horizontal .card-content {
    flex-basis: 0;
    -webkit-box-flex: 3;
            flex-grow: 3;
    flex-shrink: 2; }

ul.card-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.card-list li:not(.card):not(.card-horizontal) {
    display: inline-block;
    max-width: 100%;
    vertical-align: top; }

.hero-banner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 10em; }
  .hero-banner.pad-sm {
    padding-top: 3em;
    padding-bottom: 3em; }
    @media only screen and (max-width: 767px) {
      .hero-banner.pad-sm {
        padding-top: 1.5em;
        padding-bottom: 1.5em; } }
  .hero-banner.pad {
    padding-top: 6em;
    padding-bottom: 6em; }
    @media only screen and (max-width: 767px) {
      .hero-banner.pad {
        padding-top: 3em;
        padding-bottom: 3em; } }
  .hero-banner.pad-lg {
    padding-top: 9em;
    padding-bottom: 9em; }
    @media only screen and (max-width: 767px) {
      .hero-banner.pad-lg {
        padding-top: 4.5em;
        padding-bottom: 4.5em; } }

.hero-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero-background.filter.blur {
    -webkit-filter: blur(4px);
            filter: blur(4px); }
  .hero-background.filter.lighten {
    -webkit-filter: brightness(1.25);
            filter: brightness(1.25); }
  .hero-background.filter.darken {
    -webkit-filter: brightness(0.75);
            filter: brightness(0.75); }
  .hero-background.filter.contrast {
    -webkit-filter: contrast(150%);
            filter: contrast(150%); }
  .hero-background.filter.gray {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  .hero-background.filter.hue-rotate {
    -webkit-filter: hue-rotate(90deg);
            filter: hue-rotate(90deg); }
  .hero-background.filter.invert {
    -webkit-filter: invert(100%);
            filter: invert(100%); }
  .hero-background.filter.opacity {
    -webkit-filter: opacity(50%);
            filter: opacity(50%); }
  .hero-background.filter.saturate {
    -webkit-filter: saturate(200%);
            filter: saturate(200%); }
  .hero-background.filter.sepia {
    -webkit-filter: sepia(100%);
            filter: sepia(100%); }

.hero-content {
  z-index: 2;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }

.image-container {
  position: relative; }
  .image-container:hover .overlay {
    opacity: 0.67; }
    .image-container:hover .overlay.from-top {
      bottom: 0;
      height: 100%; }
    .image-container:hover .overlay.from-bottom {
      top: 0;
      height: 100%; }
    .image-container:hover .overlay.from-right {
      left: 0;
      width: 100%; }
    .image-container:hover .overlay.from-left {
      right: 0;
      width: 100%; }
  .image-container img {
    display: block;
    width: 100%;
    height: auto; }
  .image-container .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #343434;
    opacity: 0;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out; }
    .image-container .overlay .text {
      font-size: 1em;
      color: #fff; }
    .image-container .overlay[class*="from-"] {
      overflow: hidden;
      opacity: 0.67; }
    .image-container .overlay.from-top {
      bottom: 100%;
      height: 0; }
    .image-container .overlay.from-bottom {
      top: 100%;
      height: 0; }
    .image-container .overlay.from-right {
      left: 100%;
      width: 0; }
    .image-container .overlay.from-left {
      right: 100%;
      width: 0; }

img.filter.blur {
  -webkit-filter: blur(4px);
          filter: blur(4px); }

img.filter.lighten {
  -webkit-filter: brightness(1.25);
          filter: brightness(1.25); }

img.filter.darken {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75); }

img.filter.contrast {
  -webkit-filter: contrast(150%);
          filter: contrast(150%); }

img.filter.gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

img.filter.hue-rotate {
  -webkit-filter: hue-rotate(90deg);
          filter: hue-rotate(90deg); }

img.filter.invert {
  -webkit-filter: invert(100%);
          filter: invert(100%); }

img.filter.opacity {
  -webkit-filter: opacity(50%);
          filter: opacity(50%); }

img.filter.saturate {
  -webkit-filter: saturate(200%);
          filter: saturate(200%); }

img.filter.sepia {
  -webkit-filter: sepia(100%);
          filter: sepia(100%); }

.list,
.list-group,
.list-horizontal,
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0; }

.list > li {
  padding: 0.6em 0.3em; }

.list-group > li {
  padding: 0.4em 0.8em;
  margin-bottom: -1px;
  border: 1px solid #bebebe;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
  .list-group > li.active {
    color: #fff;
    background-color: #1f305e; }

.list-group > li:first-child {
  border-top-right-radius: 0.3em;
  border-top-left-radius: 0.3em; }

.list-group > li:last-child {
  border-bottom-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em; }

.list-group.hover > li:hover:not(.active) {
  background-color: rgba(52, 52, 52, 0.1); }

.list-horizontal {
  padding: 0.6em 0; }
  .list-horizontal > li {
    display: inline-block;
    padding: 0 0.3em;
    border-right: 1px solid #bebebe; }
  .list-horizontal > li:last-child {
    border-right: 0; }

.breadcrumb {
  padding: 0.6em 0.3em; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li::before {
      display: inline-block;
      margin-right: 0.4em;
      content: "/"; }

.loader-one,
.loader-spin, .loader-grow, .loader-dots, .loader-roller {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom; }

.loader-one,
.loader-spin {
  border: .125em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .67s linear 0s infinite spin;
          animation: .67s linear 0s infinite spin; }

@-webkit-keyframes loader-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes loader-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.loader-grow {
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite loader-grow;
          animation: .75s linear infinite loader-grow; }

@-webkit-keyframes loader-dot-shift {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0.3em, 0);
            transform: translate(0.3em, 0); } }

@keyframes loader-dot-shift {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0.3em, 0);
            transform: translate(0.3em, 0); } }

.loader-dots div {
  position: absolute;
  top: .4125em;
  width: .1625em;
  height: .1625em;
  background: currentColor;
  border-radius: 50%;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.loader-dots div:nth-child(1) {
  left: .1em;
  -webkit-animation: grow .6s infinite;
          animation: grow .6s infinite; }

.loader-dots div:nth-child(2) {
  left: .1em;
  -webkit-animation: loader-dot-shift .6s infinite;
          animation: loader-dot-shift .6s infinite; }

.loader-dots div:nth-child(3) {
  left: .4em;
  -webkit-animation: loader-dot-shift .6s infinite;
          animation: loader-dot-shift .6s infinite; }

.loader-dots div:nth-child(4) {
  left: .7em;
  -webkit-animation: shrink .6s infinite;
          animation: shrink .6s infinite; }

.loader-roller div {
  -webkit-animation: spin 1.2s ease-in-out infinite;
          animation: spin 1.2s ease-in-out infinite;
  -webkit-transform-origin: .5em .5em;
          transform-origin: .5em .5em; }
  .loader-roller div::after {
    position: absolute;
    display: block;
    width: .0875em;
    height: .0875em;
    margin: -.05em 0 0 -.05em;
    background: currentColor;
    border-radius: 50%;
    content: ' '; }
  .loader-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
            animation-delay: -0.036s; }
    .loader-roller div:nth-child(1)::after {
      top: 0.7875em;
      left: 0.7875em; }
  .loader-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
            animation-delay: -0.072s; }
    .loader-roller div:nth-child(2)::after {
      top: 0.85em;
      left: 0.7em; }
  .loader-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
            animation-delay: -0.108s; }
    .loader-roller div:nth-child(3)::after {
      top: 0.8875em;
      left: 0.6em; }
  .loader-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
            animation-delay: -0.144s; }
    .loader-roller div:nth-child(4)::after {
      top: 0.9em;
      left: 0.5em; }
  .loader-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
            animation-delay: -0.18s; }
    .loader-roller div:nth-child(5)::after {
      top: 0.8875em;
      left: 0.4em; }
  .loader-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
            animation-delay: -0.216s; }
    .loader-roller div:nth-child(6)::after {
      top: 0.85em;
      left: 0.3em; }
  .loader-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
            animation-delay: -0.252s; }
    .loader-roller div:nth-child(7)::after {
      top: 0.7875em;
      left: 0.2125em; }
  .loader-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
            animation-delay: -0.288s; }
    .loader-roller div:nth-child(8)::after {
      top: 0.7em;
      left: 0.15em; }

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 1rem 0;
  color: #343434;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .pagination li {
    display: inline-block;
    margin: 0 0.25rem; }
    .pagination li span,
    .pagination li a {
      display: block;
      padding: 0.2em 0.67em;
      color: inherit;
      background-color: inherit;
      border-radius: 0.2em; }
    .pagination li a {
      -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
      transition: color 0.3s ease-out, background-color 0.3s ease-out; }
      .pagination li a:hover {
        color: #343434;
        background-color: rgba(52, 52, 52, 0.1); }
    .pagination li.active > a,
    .pagination li.active > span {
      background-color: #1f305e; }
      .pagination li.active > a, .pagination li.active > a:link,
      .pagination li.active > span,
      .pagination li.active > span:link {
        color: #fff; }
      .pagination li.active > a:visited,
      .pagination li.active > span:visited {
        color: #fff; }
      .pagination li.active > a:hover, .pagination li.active > a:focus,
      .pagination li.active > span:hover,
      .pagination li.active > span:focus {
        color: #fff; }
      .pagination li.active > a:active,
      .pagination li.active > span:active {
        color: #fff; }
    .pagination li.disabled {
      color: #777777;
      cursor: default; }
      .pagination li.disabled > * {
        cursor: default; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: -1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: -1rem; } }

.progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: rgba(52, 52, 52, 0.1);
  border-radius: 0.3em;
  box-shadow: inset 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }

.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1f305e;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.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; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

carousel,
[is="carousel"] {
  visibility: hidden; }

.agile__dots {
  bottom: 5%;
  left: 50%;
  top: auto;
  right: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute; }

.agile__dot {
  margin: 0 0.25rem; }
  .agile__dot > button {
    text-decoration: none;
    line-height: 1.5;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    width: 25px;
    height: 25px;
    background-color: transparent; }
    .agile__dot > button:focus, .agile__dot > button:hover {
      text-decoration: none; }
    .agile__dot > button::after {
      top: 50%;
      left: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      width: 20px;
      height: 4px;
      background-color: rgba(255, 255, 255, 0.5);
      content: ''; }

.agile__dot--current > button::after {
  background-color: #fff; }

.agile__nav-button {
  text-decoration: none;
  line-height: 1.5;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  width: 7.5%;
  height: 100%;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent; }
  .agile__nav-button:focus, .agile__nav-button:hover {
    text-decoration: none; }
  .agile__nav-button:hover {
    color: #fff; }

.agile__nav-button--prev {
  left: 0; }

.agile__nav-button--next {
  right: 0; }

.chip {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  height: 2em;
  padding: 0 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.85em;
  line-height: 2;
  vertical-align: middle;
  background-color: rgba(52, 52, 52, 0.1);
  border-radius: 2em; }
  .chip img {
    width: 2em;
    height: 2em;
    margin-right: 0.5em;
    margin-left: -1em;
    border-radius: 50%; }
  .chip .close-button {
    margin-right: -0.25rem;
    margin-left: 0.25rem;
    font-size: 1.2em; }

a.chip {
  text-decoration: none;
  color: inherit;
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out; }
  a.chip:focus, a.chip:hover {
    text-decoration: none; }
  a.chip:hover, a.chip:focus {
    box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }

.close-button {
  opacity: .5;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .close-button:hover {
    opacity: 1; }
  .close-button.at-corner {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .close-button.at-right-middle {
    position: absolute;
    top: 50%;
    right: 0.5em;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.collapse-toggle {
  text-decoration: none;
  line-height: 1.5;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative; }
  .collapse-toggle:focus, .collapse-toggle:hover {
    text-decoration: none; }
  .collapse-toggle > span {
    display: inline-block; }
  .collapse-toggle > .moss-icon {
    margin-right: .25em;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    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; }
  .collapse-toggle[data-expanded="true"] .moss-icon {
    -webkit-transform: rotate(0.25turn);
            transform: rotate(0.25turn); }

.collapsing-enter-active,
.collapsing-leave-active {
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-out, max-height 0.3s ease-out;
  transition: max-width 0.3s ease-out, max-height 0.3s ease-out; }

dropdown,
[is="dropdown"] {
  visibility: hidden; }

.dropdown {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.dropdown-button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center; }
  .dropdown-button > .appended-icon {
    margin-right: -.25em;
    margin-left: .25em;
    font-size: 0.875rem; }

.dropdown-content {
  z-index: 14;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  min-width: 120px;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
  .dropdown-content.show {
    display: -webkit-box;
    display: flex; }

.dropdown-item {
  text-decoration: none;
  background-color: transparent;
  text-align: inherit;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  padding: 0.35em 0.7em;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out; }
  .dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none; }
  .dropdown-item, .dropdown-item:link {
    color: rgba(52, 52, 52, 0.8); }
  .dropdown-item:visited {
    color: rgba(52, 52, 52, 0.8); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: rgba(52, 52, 52, 0.8); }
  .dropdown-item:active {
    color: rgba(52, 52, 52, 0.8); }
  .dropdown-item.active:not([disabled]) {
    color: #343434;
    background-color: rgba(0, 0, 0, 0.15); }
  .dropdown-item:hover:not([disabled]), .dropdown-item:focus:not([disabled]) {
    color: #343434;
    background-color: rgba(0, 0, 0, 0.15); }
  .dropdown-item[disabled] {
    cursor: default;
    opacity: .7; }

.dropdown-header {
  display: block;
  padding: 0.35em 0.7em;
  margin: 0;
  font-size: 1em;
  color: #777777; }

.dropdown-divider {
  height: 0;
  margin: 0.25rem 0;
  overflow: hidden;
  border-top: 1px solid #bebebe; }

.message {
  color: #fff;
  background-color: #9a9a9a;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.5rem;
  margin: 8px;
  border-radius: 0.3em; }
  .message .close-button {
    font-size: 1.35rem; }
    .message .close-button svg path {
      stroke-width: 2px; }
  .message.default {
    color: #fff;
    background-color: #9a9a9a; }
  .message.primary {
    color: #fff;
    background-color: #1f305e; }
  .message.secondary {
    color: #fff;
    background-color: #49796b; }
  .message.info {
    color: #fff;
    background-color: #008080; }
  .message.success {
    color: #fff;
    background-color: #00a550; }
  .message.warning {
    color: #343434;
    background-color: #ffd300; }
  .message.danger {
    color: #fff;
    background-color: #e23d28; }
  .message.light {
    color: #343434;
    background-color: #fff; }
  .message.dark {
    color: #fff;
    background-color: #343434; }
  .message.shade {
    color: #343434;
    background-color: #ebebeb; }
  .message.link {
    color: #fff;
    background-color: #0087bd; }

.message-fade-enter-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.message-fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.message-fade-enter,
.message-fade-leave-to {
  opacity: 0; }

.message-fade-leave,
.message-fade-enter-to {
  opacity: 1; }

modal,
[is="modal"] {
  display: none; }

.modal-shown {
  overflow: hidden; }

.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 18;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 70%;
  margin: 15% auto;
  background-color: #fff;
  border: 1px solid #bebebe; }
  @media only screen and (max-width: 767px) {
    .modal-content {
      width: 90%;
      margin: 5% auto; } }

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
  background-color: #fff; }
  .modal-header h1,
  .modal-header h2,
  .modal-header h3,
  .modal-header h4,
  .modal-header h5,
  .modal-header h6 {
    margin: 0; }
  .modal-header .close-button {
    font-size: 1.5em;
    color: rgba(226, 61, 40, 0.5); }
    .modal-header .close-button:hover {
      color: #e23d28; }
    .modal-header .close-button svg path {
      stroke-width: 2px; }

.modal-body {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 0.5rem; }

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 0.5rem; }

.modal-from-top-enter-active {
  -webkit-animation: 0.4s from-top;
          animation: 0.4s from-top; }

.modal-from-top-leave-active {
  animation: 0.4s from-top reverse; }

.modal-fade-enter-active {
  -webkit-animation: 0.4s fade-in;
          animation: 0.4s fade-in; }

.modal-fade-leave-active {
  animation: 0.4s fade-in reverse; }

navbar,
[is="navbar"] {
  visibility: hidden; }

.nav-item .nav-link, .nav-button, .navbar-brand.text, .nav-item .dropdown .dropdown-button, .nav-drawer-body .menu-item {
  display: inline-block;
  padding: 0.5em 1em;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  .nav-item .nav-link:hover, .nav-button:hover, .navbar-brand.text:hover, .nav-item .dropdown .dropdown-button:hover, .nav-drawer-body .menu-item:hover {
    color: #49796b; }

.nav-button, .navbar-toggle, .nav-item .dropdown .dropdown-button {
  display: inline-block;
  background-color: transparent;
  outline: none; }

.navbar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  font-family: Georgia, serif;
  font-size: 1.25em;
  line-height: 1.25;
  background-color: #fff; }
  .navbar .navbar-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: auto; }
  .navbar .navbar-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }

.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.nav-item {
  text-align: left; }
  .nav-item.active .nav-link {
    color: #1f305e; }

.navbar-brand {
  display: -webkit-box;
  display: flex;
  width: auto; }
  .navbar-brand.text.active {
    color: #1f305e; }

.navbar-toggle .icon-bar1,
.navbar-toggle .icon-bar2,
.navbar-toggle .icon-bar3 {
  width: 35px;
  height: 5px;
  margin: 6px;
  background-color: inherit;
  border-radius: 0.2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar-toggle.change .icon-bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 7px);
          transform: rotate(-45deg) translate(-9px, 7px); }

.navbar-toggle.change .icon-bar2 {
  opacity: 0; }

.navbar-toggle.change .icon-bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -7px);
          transform: rotate(45deg) translate(-8px, -7px); }

.navbar-toggle.right {
  position: absolute;
  right: 0.5rem; }

@media only screen and (max-width: 767px) {
  .navbar,
  .navbar-body,
  .navbar-nav {
    flex-wrap: wrap;
    width: 100%; }
  .nav-item {
    width: 100%;
    text-align: center; }
    .nav-item .nav-link {
      width: 100%; }
  .navbar-header {
    align-self: flex-start;
    width: 100%; }
  .navbar-toggle {
    display: inline-block; } }

.nav-item .dropdown .dropdown-button {
  min-width: 120px;
  line-height: 1.25; }

@media only screen and (max-width: 767px) {
  .nav-item .dropdown {
    width: 100%; }
    .nav-item .dropdown .dropdown-button {
      width: 100%; }
  .nav-item .dropdown-content {
    width: calc(100% - 10px); } }

nav-drawer,
[is="nav-drawer"] {
  display: none; }

.nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 280px;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
  @media only screen and (min-width: 576px) {
    .nav-drawer {
      width: 67%; } }
  @media only screen and (min-width: 768px) {
    .nav-drawer {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .nav-drawer {
      width: 33%; } }
  @media only screen and (min-width: 1200px) {
    .nav-drawer {
      width: 25%; } }

.nav-drawer-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 0.5rem 0.5rem;
  font-size: 2rem;
  color: #343434;
  background-color: #fff; }

.nav-drawer-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
  font-size: 1em;
  color: #343434;
  background-color: #fff; }
  .nav-drawer-body .info {
    display: block;
    -webkit-box-flex: 0;
            flex: 0 0 auto; }
  .nav-drawer-body .menu-header {
    display: block;
    padding: .5em;
    margin: 0;
    color: #777777; }
  .nav-drawer-body .menu-item {
    display: block;
    padding: .5em 1em;
    margin: 0; }
    .nav-drawer-body .menu-item:hover:not([disabled]) {
      background-color: #ebebeb; }
    .nav-drawer-body .menu-item[disabled] {
      color: #9a9a9a;
      cursor: default; }
    .nav-drawer-body .menu-item.active {
      background-color: #ebebeb; }
  .nav-drawer-body .menu-divider {
    height: 0;
    margin: .25em 0;
    overflow: hidden;
    border-top: 1px solid #bebebe; }

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.ripple {
  position: relative;
  overflow: hidden; }

.ripple-effect {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  outline: 0;
  -webkit-animation: ripple 1.5s ease-in;
          animation: ripple 1.5s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.scroll-button-container .scroll-button-top,
.scroll-button-container .scroll-button-bottom {
  min-width: 1rem;
  min-height: 1rem;
  padding: .5em;
  margin-left: -0.25rem;
  font-size: 1.5em;
  line-height: 0;
  color: #fff;
  background-color: rgba(46, 72, 140, 0.5);
  border-radius: 50%;
  outline: none;
  box-sizing: content-box;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
  .scroll-button-container .scroll-button-top:hover,
  .scroll-button-container .scroll-button-bottom:hover {
    background-color: #2e488c; }

.scroll-button-container {
  position: fixed;
  right: 4%;
  bottom: 4%;
  z-index: 16; }

simple-crud,
[is="simple-crud"] {
  visibility: hidden; }

.simple-crud-item .read,
.simple-crud-item .update,
.simple-crud-item .delete {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: 3em;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: rgba(52, 52, 52, 0.1); }
  .simple-crud-item .read .content, .simple-crud-item .update .content, .simple-crud-item .delete .content {
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
  .simple-crud-item .read .actions, .simple-crud-item .update .actions, .simple-crud-item .delete .actions {
    -webkit-box-flex: 0;
            flex: 0 1 auto; }

.simple-crud-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.simple-crud-item {
  margin-bottom: 0.5rem; }

.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  font-family: Geneva, sans-serif;
  font-size: 1em;
  border-bottom: 1px solid #bebebe; }
  .tabs li {
    flex-basis: auto;
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 1; }

.tab-link {
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: .5em 1em;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent; }
  .tab-link:focus, .tab-link:hover {
    text-decoration: none; }
  .tab-link, .tab-link:link {
    color: #777777; }
  .tab-link:visited {
    color: #777777; }
  .tab-link:hover, .tab-link:focus {
    color: #515151; }
  .tab-link:active {
    color: #1f305e; }
  .tab-link.active {
    font-weight: bold;
    color: #1f305e;
    cursor: default;
    border-bottom-color: #1f305e; }
    .tab-link.active.default {
      color: #9a9a9a;
      border-bottom-color: #9a9a9a; }
    .tab-link.active.primary {
      color: #1f305e;
      border-bottom-color: #1f305e; }
    .tab-link.active.secondary {
      color: #49796b;
      border-bottom-color: #49796b; }
    .tab-link.active.info {
      color: #008080;
      border-bottom-color: #008080; }
    .tab-link.active.success {
      color: #00a550;
      border-bottom-color: #00a550; }
    .tab-link.active.warning {
      color: #ffd300;
      border-bottom-color: #ffd300; }
    .tab-link.active.danger {
      color: #e23d28;
      border-bottom-color: #e23d28; }
    .tab-link.active.light {
      color: #fff;
      border-bottom-color: #fff; }
    .tab-link.active.dark {
      color: #343434;
      border-bottom-color: #343434; }
    .tab-link.active.shade {
      color: #ebebeb;
      border-bottom-color: #ebebeb; }
    .tab-link.active.link {
      color: #0087bd;
      border-bottom-color: #0087bd; }

.tab-fade-enter-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.tab-fade-leave-active {
  -webkit-transition: opacity 0;
  transition: opacity 0; }

.tab-fade-enter,
.tab-fade-leave-to {
  opacity: 0; }

.tab-fade-leave,
.tab-fade-enter-to {
  opacity: 1; }

.toast-container {
  bottom: 5%;
  left: 50%;
  top: auto;
  right: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: fixed;
  z-index: 20;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end; }
  .toast-container.top-left {
    top: 5%;
    left: 5%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .toast-container.top-center {
    top: 5%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .toast-container.top-right {
    top: 5%;
    right: 5%;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .toast-container.middle-left {
    top: 50%;
    left: 5%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .toast-container.middle-center {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .toast-container.middle-right {
    top: 50%;
    right: 5%;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .toast-container.bottom-left {
    bottom: 5%;
    left: 5%;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .toast-container.bottom-center {
    bottom: 5%;
    left: 50%;
    top: auto;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .toast-container.bottom-right {
    bottom: 5%;
    right: 5%;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.toast {
  min-width: 10em;
  padding: 0.8em 0.5em;
  margin-top: 1rem;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background-color: rgba(52, 52, 52, 0.85);
  border-radius: 0.3em; }

.toast-fade-enter-active {
  -webkit-transition: opacity .6s;
  transition: opacity .6s; }

.toast-fade-leave-active {
  -webkit-transition: opacity .6s;
  transition: opacity .6s; }

.toast-fade-enter,
.toast-fade-leave-to {
  opacity: 0; }

.toast-fade-leave,
.toast-fade-enter-to {
  opacity: 1; }

.tooltip {
  z-index: 14;
  padding: 0.5em 1em;
  font-size: 0.9rem;
  color: #fff;
  word-wrap: break-word;
  white-space: pre;
  background-color: rgba(52, 52, 52, 0.8);
  border-color: rgba(52, 52, 52, 0.8);
  border-radius: 0.2em; }

.tree-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }
  .tree-list > li {
    padding-left: 1em; }
  .tree-list.no-pad > li {
    padding-left: 0; }

.tree-item {
  padding-left: 1.25em; }
  .tree-item.has-items {
    padding-left: 0;
    cursor: pointer; }

.search-component .search-form button[type="submit"] {
  color: #fff;
  background-color: #1f305e;
  outline-color: #1f305e;
  box-shadow: none;
  -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out; }
  .search-component .search-form button[type="submit"]:link, .search-component .search-form button[type="submit"]:visited {
    color: #fff; }
  .search-component .search-form button[type="submit"]:focus:not([disabled]), .search-component .search-form button[type="submit"]:hover:not([disabled]) {
    color: #fff;
    background-color: #24386d;
    box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15); }
  .search-component .search-form button[type="submit"]:active:not([disabled]) {
    color: #fff;
    background-color: #1a284f;
    box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075); }

.search-result-list {
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid #bebebe; }
  .search-result-list > li {
    text-align: center;
    cursor: pointer; }
    .search-result-list > li:not(:last-child) {
      border-bottom: 1px solid #bebebe; }
    .search-result-list > li:focus {
      background-color: #ebebeb; }

.comment,
.help {
  font-size: 0.875rem;
  color: #777777; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

@media only screen and (min-width: 0) {
  .align-baseline {
    vertical-align: baseline !important; }
  .align-top {
    vertical-align: top !important; }
  .align-middle {
    vertical-align: middle !important; }
  .align-bottom {
    vertical-align: bottom !important; }
  .align-text-bottom {
    vertical-align: text-bottom !important; }
  .align-text-top {
    vertical-align: text-top !important; }
  .float-left {
    float: left !important; }
  .float-right {
    float: right !important; }
  .float-none {
    float: none !important; }
  .overflow-auto {
    overflow: auto !important; }
  .overflow-hidden {
    overflow: hidden !important; }
  .d-none {
    display: none !important; }
  .d-inline {
    display: inline !important; }
  .d-inline-block {
    display: inline-block !important; }
  .d-block {
    display: block !important; }
  .d-table {
    display: table !important; }
  .d-table-row {
    display: table-row !important; }
  .d-table-cell {
    display: table-cell !important; }
  .d-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; }
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075) !important; }
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(52, 52, 52, 0.15) !important; }
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(52, 52, 52, 0.075) !important; }
  .shadow-none {
    box-shadow: none !important; }
  .shadow-inset-sm {
    box-shadow: inset 0 0.125rem 0.25rem rgba(52, 52, 52, 0.075) !important; }
  .shadow-inset {
    box-shadow: inset 0 0.5rem 1rem rgba(52, 52, 52, 0.15) !important; }
  .shadow-inset-lg {
    box-shadow: inset 0 1rem 3rem rgba(52, 52, 52, 0.075) !important; }
  .position-static {
    position: static !important; }
  .position-relative {
    position: relative !important; }
  .position-absolute {
    position: absolute !important; }
  .position-fixed {
    position: fixed !important; }
  .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .border {
    border: 1px solid #bebebe !important; }
  .border-0 {
    border: 0 !important; }
  .border-top {
    border-top: 1px solid #bebebe !important; }
  .border-top-0 {
    border-top: 0 !important; }
  .border-right {
    border-right: 1px solid #bebebe !important; }
  .border-right-0 {
    border-right: 0 !important; }
  .border-bottom {
    border-bottom: 1px solid #bebebe !important; }
  .border-bottom-0 {
    border-bottom: 0 !important; }
  .border-left {
    border-left: 1px solid #bebebe !important; }
  .border-left-0 {
    border-left: 0 !important; }
  .border-default {
    border-color: #9a9a9a !important; }
  .border-primary {
    border-color: #1f305e !important; }
  .border-secondary {
    border-color: #49796b !important; }
  .border-info {
    border-color: #008080 !important; }
  .border-success {
    border-color: #00a550 !important; }
  .border-warning {
    border-color: #ffd300 !important; }
  .border-danger {
    border-color: #e23d28 !important; }
  .border-light {
    border-color: #fff !important; }
  .border-dark {
    border-color: #343434 !important; }
  .border-shade {
    border-color: #ebebeb !important; }
  .border-link {
    border-color: #0087bd !important; }
  .border-white {
    border-color: #fff !important; }
  .w-25 {
    width: 25% !important; }
  .w-50 {
    width: 50% !important; }
  .w-75 {
    width: 75% !important; }
  .w-100 {
    width: 100% !important; }
  .w-auto {
    width: auto !important; }
  .mw-100 {
    max-width: 100% !important; }
  .vw-100 {
    width: 100vw !important; }
  .min-vw-100 {
    min-width: 100vw !important; }
  .h-25 {
    height: 25% !important; }
  .h-50 {
    height: 50% !important; }
  .h-75 {
    height: 75% !important; }
  .h-100 {
    height: 100% !important; }
  .h-auto {
    height: auto !important; }
  .mh-100 {
    max-height: 100% !important; }
  .vh-100 {
    height: 100vh !important; }
  .min-vh-100 {
    min-height: 100vh !important; }
  .flex-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-wrap {
    flex-wrap: wrap !important; }
  .flex-nowrap {
    flex-wrap: nowrap !important; }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-around {
    justify-content: space-around !important; }
  .align-items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-start {
    align-content: flex-start !important; }
  .align-content-end {
    align-content: flex-end !important; }
  .align-content-center {
    align-content: center !important; }
  .align-content-between {
    align-content: space-between !important; }
  .align-content-around {
    align-content: space-around !important; }
  .align-content-stretch {
    align-content: stretch !important; }
  .align-self-auto {
    align-self: auto !important; }
  .align-self-start {
    align-self: flex-start !important; }
  .align-self-end {
    align-self: flex-end !important; }
  .align-self-center {
    align-self: center !important; }
  .align-self-baseline {
    align-self: baseline !important; }
  .align-self-stretch {
    align-self: stretch !important; }
  .order-first {
    -webkit-box-ordinal-group: 0 !important;
            order: -1 !important; }
  .order-0 {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important; }
  .order-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important; }
  .order-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important; }
  .order-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important; }
  .order-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important; }
  .order-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important; }
  .order-last {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important; }
  .m-0 {
    margin: 0 !important; }
  .m-1 {
    margin: 0.25rem !important; }
  .m-2 {
    margin: 0.5rem !important; }
  .m-3 {
    margin: 1rem !important; }
  .m-4 {
    margin: 1.5rem !important; }
  .m-5 {
    margin: 3rem !important; }
  .m-auto {
    margin: auto !important; }
  .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-0 {
    margin-top: 0 !important; }
  .mt-1 {
    margin-top: 0.25rem !important; }
  .mt-2 {
    margin-top: 0.5rem !important; }
  .mt-3 {
    margin-top: 1rem !important; }
  .mt-4 {
    margin-top: 1.5rem !important; }
  .mt-5 {
    margin-top: 3rem !important; }
  .mt-auto {
    margin-top: auto !important; }
  .mr-0 {
    margin-right: 0 !important; }
  .mr-1 {
    margin-right: 0.25rem !important; }
  .mr-2 {
    margin-right: 0.5rem !important; }
  .mr-3 {
    margin-right: 1rem !important; }
  .mr-4 {
    margin-right: 1.5rem !important; }
  .mr-5 {
    margin-right: 3rem !important; }
  .mr-auto {
    margin-right: auto !important; }
  .mb-0 {
    margin-bottom: 0 !important; }
  .mb-1 {
    margin-bottom: 0.25rem !important; }
  .mb-2 {
    margin-bottom: 0.5rem !important; }
  .mb-3 {
    margin-bottom: 1rem !important; }
  .mb-4 {
    margin-bottom: 1.5rem !important; }
  .mb-5 {
    margin-bottom: 3rem !important; }
  .mb-auto {
    margin-bottom: auto !important; }
  .ml-0 {
    margin-left: 0 !important; }
  .ml-1 {
    margin-left: 0.25rem !important; }
  .ml-2 {
    margin-left: 0.5rem !important; }
  .ml-3 {
    margin-left: 1rem !important; }
  .ml-4 {
    margin-left: 1.5rem !important; }
  .ml-5 {
    margin-left: 3rem !important; }
  .ml-auto {
    margin-left: auto !important; }
  .m-n1 {
    margin: -0.25rem !important; }
  .m-n2 {
    margin: -0.5rem !important; }
  .m-n3 {
    margin: -1rem !important; }
  .m-n4 {
    margin: -1.5rem !important; }
  .m-n5 {
    margin: -3rem !important; }
  .mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-n1 {
    margin-top: -0.25rem !important; }
  .mt-n2 {
    margin-top: -0.5rem !important; }
  .mt-n3 {
    margin-top: -1rem !important; }
  .mt-n4 {
    margin-top: -1.5rem !important; }
  .mt-n5 {
    margin-top: -3rem !important; }
  .mr-n1 {
    margin-right: -0.25rem !important; }
  .mr-n2 {
    margin-right: -0.5rem !important; }
  .mr-n3 {
    margin-right: -1rem !important; }
  .mr-n4 {
    margin-right: -1.5rem !important; }
  .mr-n5 {
    margin-right: -3rem !important; }
  .mb-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-n3 {
    margin-bottom: -1rem !important; }
  .mb-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-n5 {
    margin-bottom: -3rem !important; }
  .ml-n1 {
    margin-left: -0.25rem !important; }
  .ml-n2 {
    margin-left: -0.5rem !important; }
  .ml-n3 {
    margin-left: -1rem !important; }
  .ml-n4 {
    margin-left: -1.5rem !important; }
  .ml-n5 {
    margin-left: -3rem !important; }
  .p-0 {
    padding: 0 !important; }
  .p-1 {
    padding: 0.25rem !important; }
  .p-2 {
    padding: 0.5rem !important; }
  .p-3 {
    padding: 1rem !important; }
  .p-4 {
    padding: 1.5rem !important; }
  .p-5 {
    padding: 3rem !important; }
  .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-0 {
    padding-top: 0 !important; }
  .pt-1 {
    padding-top: 0.25rem !important; }
  .pt-2 {
    padding-top: 0.5rem !important; }
  .pt-3 {
    padding-top: 1rem !important; }
  .pt-4 {
    padding-top: 1.5rem !important; }
  .pt-5 {
    padding-top: 3rem !important; }
  .pr-0 {
    padding-right: 0 !important; }
  .pr-1 {
    padding-right: 0.25rem !important; }
  .pr-2 {
    padding-right: 0.5rem !important; }
  .pr-3 {
    padding-right: 1rem !important; }
  .pr-4 {
    padding-right: 1.5rem !important; }
  .pr-5 {
    padding-right: 3rem !important; }
  .pb-0 {
    padding-bottom: 0 !important; }
  .pb-1 {
    padding-bottom: 0.25rem !important; }
  .pb-2 {
    padding-bottom: 0.5rem !important; }
  .pb-3 {
    padding-bottom: 1rem !important; }
  .pb-4 {
    padding-bottom: 1.5rem !important; }
  .pb-5 {
    padding-bottom: 3rem !important; }
  .pl-0 {
    padding-left: 0 !important; }
  .pl-1 {
    padding-left: 0.25rem !important; }
  .pl-2 {
    padding-left: 0.5rem !important; }
  .pl-3 {
    padding-left: 1rem !important; }
  .pl-4 {
    padding-left: 1.5rem !important; }
  .pl-5 {
    padding-left: 3rem !important; }
  .font-weight-lighter {
    font-weight: lighter !important; }
  .font-weight-light {
    font-weight: 300 !important; }
  .font-weight-normal {
    font-weight: 400 !important; }
  .font-weight-bold {
    font-weight: 700 !important; }
  .font-weight-bolder {
    font-weight: bolder !important; }
  .font-size-sm {
    font-size: 0.875rem !important; }
  .font-size-base {
    font-size: 1rem !important; }
  .font-size-lg {
    font-size: 1.25rem !important; }
  .text-lowercase {
    text-transform: lowercase !important; }
  .text-uppercase {
    text-transform: uppercase !important; }
  .text-capitalize {
    text-transform: capitalize !important; }
  .text-left {
    text-align: left !important; }
  .text-right {
    text-align: right !important; }
  .text-center {
    text-align: center !important; }
  .text-justify {
    text-align: justify !important; }
  .text-default {
    color: #9a9a9a !important; }
  .text-primary {
    color: #1f305e !important; }
  .text-secondary {
    color: #49796b !important; }
  .text-info {
    color: #008080 !important; }
  .text-success {
    color: #00a550 !important; }
  .text-warning {
    color: #ffd300 !important; }
  .text-danger {
    color: #e23d28 !important; }
  .text-light {
    color: #fff !important; }
  .text-dark {
    color: #343434 !important; }
  .text-shade {
    color: #ebebeb !important; }
  .text-link {
    color: #0087bd !important; }
  .text-white {
    color: #fff !important; }
  .text-body {
    color: #343434 !important; }
  .text-muted {
    color: #777777 !important; }
  .text-black-50 {
    color: rgba(52, 52, 52, 0.5) !important; }
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .text-reset {
    color: inherit !important; }
  .lh-1 {
    line-height: 1 !important; }
  .lh-sm {
    line-height: 1.25 !important; }
  .lh-base {
    line-height: 1.5 !important; }
  .lh-lg {
    line-height: 2 !important; }
  .bg-default {
    background-color: #9a9a9a !important; }
  .bg-primary {
    background-color: #1f305e !important; }
  .bg-secondary {
    background-color: #49796b !important; }
  .bg-info {
    background-color: #008080 !important; }
  .bg-success {
    background-color: #00a550 !important; }
  .bg-warning {
    background-color: #ffd300 !important; }
  .bg-danger {
    background-color: #e23d28 !important; }
  .bg-light {
    background-color: #fff !important; }
  .bg-dark {
    background-color: #343434 !important; }
  .bg-shade {
    background-color: #ebebeb !important; }
  .bg-link {
    background-color: #0087bd !important; }
  .bg-body {
    background-color: #fff !important; }
  .bg-white {
    background-color: #fff !important; }
  .bg-transparent {
    background-color: transparent !important; }
  .text-wrap {
    white-space: normal !important; }
  .text-nowrap {
    white-space: nowrap !important; }
  .text-decoration-none {
    text-decoration: none !important; }
  .font-italic {
    font-style: italic !important; }
  .text-break {
    overflow-wrap: break-word !important;
    word-break: break-word !important; }
  .font-base {
    font-family: Geneva, sans-serif !important; }
  .font-accent {
    font-family: Georgia, serif !important; }
  .font-monospace {
    font-family: Consolas, Courier, monospace !important; }
  .font-cursive {
    font-family: cursive !important; }
  .rounded {
    border-radius: 0.3em !important; }
  .rounded-sm {
    border-radius: 0.2em !important; }
  .rounded-lg {
    border-radius: 0.5em !important; }
  .rounded-circle {
    border-radius: 50% !important; }
  .rounded-pill {
    border-radius: 50rem !important; }
  .rounded-0 {
    border-radius: 0 !important; }
  .rounded-top {
    border-top-left-radius: 0.3em !important;
    border-top-right-radius: 0.3em !important; }
  .rounded-right {
    border-top-right-radius: 0.3em !important;
    border-bottom-right-radius: 0.3em !important; }
  .rounded-bottom {
    border-bottom-right-radius: 0.3em !important;
    border-bottom-left-radius: 0.3em !important; }
  .rounded-left {
    border-bottom-left-radius: 0.3em !important;
    border-top-left-radius: 0.3em !important; }
  .visible {
    visibility: visible !important; }
  .invisible {
    visibility: hidden !important; } }

@media only screen and (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-sm-n1 {
    margin-top: -0.25rem !important; }
  .mt-sm-n2 {
    margin-top: -0.5rem !important; }
  .mt-sm-n3 {
    margin-top: -1rem !important; }
  .mt-sm-n4 {
    margin-top: -1.5rem !important; }
  .mt-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n1 {
    margin-right: -0.25rem !important; }
  .mr-sm-n2 {
    margin-right: -0.5rem !important; }
  .mr-sm-n3 {
    margin-right: -1rem !important; }
  .mr-sm-n4 {
    margin-right: -1.5rem !important; }
  .mr-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1rem !important; }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n1 {
    margin-left: -0.25rem !important; }
  .ml-sm-n2 {
    margin-left: -0.5rem !important; }
  .ml-sm-n3 {
    margin-left: -1rem !important; }
  .ml-sm-n4 {
    margin-left: -1.5rem !important; }
  .ml-sm-n5 {
    margin-left: -3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-md-n1 {
    margin-top: -0.25rem !important; }
  .mt-md-n2 {
    margin-top: -0.5rem !important; }
  .mt-md-n3 {
    margin-top: -1rem !important; }
  .mt-md-n4 {
    margin-top: -1.5rem !important; }
  .mt-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n1 {
    margin-right: -0.25rem !important; }
  .mr-md-n2 {
    margin-right: -0.5rem !important; }
  .mr-md-n3 {
    margin-right: -1rem !important; }
  .mr-md-n4 {
    margin-right: -1.5rem !important; }
  .mr-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -1rem !important; }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n1 {
    margin-left: -0.25rem !important; }
  .ml-md-n2 {
    margin-left: -0.5rem !important; }
  .ml-md-n3 {
    margin-left: -1rem !important; }
  .ml-md-n4 {
    margin-left: -1.5rem !important; }
  .ml-md-n5 {
    margin-left: -3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-lg-n1 {
    margin-top: -0.25rem !important; }
  .mt-lg-n2 {
    margin-top: -0.5rem !important; }
  .mt-lg-n3 {
    margin-top: -1rem !important; }
  .mt-lg-n4 {
    margin-top: -1.5rem !important; }
  .mt-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n1 {
    margin-right: -0.25rem !important; }
  .mr-lg-n2 {
    margin-right: -0.5rem !important; }
  .mr-lg-n3 {
    margin-right: -1rem !important; }
  .mr-lg-n4 {
    margin-right: -1.5rem !important; }
  .mr-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1rem !important; }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n1 {
    margin-left: -0.25rem !important; }
  .ml-lg-n2 {
    margin-left: -0.5rem !important; }
  .ml-lg-n3 {
    margin-left: -1rem !important; }
  .ml-lg-n4 {
    margin-left: -1.5rem !important; }
  .ml-lg-n5 {
    margin-left: -3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-xl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xl-n3 {
    margin-top: -1rem !important; }
  .mt-xl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n1 {
    margin-right: -0.25rem !important; }
  .mr-xl-n2 {
    margin-right: -0.5rem !important; }
  .mr-xl-n3 {
    margin-right: -1rem !important; }
  .mr-xl-n4 {
    margin-right: -1.5rem !important; }
  .mr-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n1 {
    margin-left: -0.25rem !important; }
  .ml-xl-n2 {
    margin-left: -0.5rem !important; }
  .ml-xl-n3 {
    margin-left: -1rem !important; }
  .ml-xl-n4 {
    margin-left: -1.5rem !important; }
  .ml-xl-n5 {
    margin-left: -3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-justify {
    text-align: justify !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ''; }

@media only screen and (min-width: 768px) {
  .hide-tablet-up {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hide-only-mobile {
    display: none !important; } }

.responsive-wrapper {
  max-width: 100%;
  overflow-x: auto; }
  .responsive-wrapper table {
    width: auto;
    max-width: none; }

.center-position-container,
.position-center-container {
  position: relative; }
  .center-position-container .center-position,
  .center-position-container .position-center,
  .position-center-container .center-position,
  .position-center-container .position-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 12; }

.bg-default {
  color: #fff; }

.bg-primary {
  color: #fff; }

.bg-secondary {
  color: #fff; }

.bg-info {
  color: #fff; }

.bg-success {
  color: #fff; }

.bg-warning {
  color: #343434; }

.bg-danger {
  color: #fff; }

.bg-light {
  color: #343434; }

.bg-dark {
  color: #fff; }

.bg-shade {
  color: #343434; }

.bg-link {
  color: #fff; }

.bg-body {
  color: #343434; }

.bg-white {
  color: #343434; }

.bg-transparent {
  color: #fff; }

.box-line {
  border: 1px solid #49796b; }

.group {
  margin-bottom: 1rem; }

.debug-line * {
  outline: 1px solid rgba(255, 0, 0, 0.5); }


.agile {
	position: relative;
}
.agile--rtl .agile__track,
.agile--rtl .agile__slides,
.agile--rtl .agile__actions,
.agile--rtl .agile__dots {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	        flex-direction: row-reverse;
}
.agile:focus, .agile:active, .agile *:focus, .agile *:active {
	outline: none;
}
.agile__list {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.agile__track {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
	flex-wrap: nowrap;
}
.agile__actions {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}
.agile__slides {
	-webkit-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
	-webkit-box-flex: 1;
	        flex-grow: 1;
	flex-shrink: 0;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}
.agile--disabled .agile__slides {
	display: block;
}
.agile__slide {
	display: block;
	-webkit-box-flex: 1;
	        flex-grow: 1;
	flex-shrink: 0;
}
.agile--fade .agile__slide {
	opacity: 0;
	position: relative;
	z-index: 0;
}
.agile--fade .agile__slide--active {
	opacity: 1;
	z-index: 2;
}
.agile--fade .agile__slide--expiring {
	opacity: 1;
	-webkit-transition-duration: 0s;
	        transition-duration: 0s;
	z-index: 1;
}
.agile__nav-button[disabled] {
	cursor: default;
}
.agile__dots {
	-webkit-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: flex;
	list-style: none;
	padding: 0;
	white-space: nowrap;
}
.agile__dot button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
}


/*# sourceMappingURL=moss.css.map*/