/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }


figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

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

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }


video {
  display: inline-block; }

img {
  border-style: none; }

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

button,
input,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre {
    white-space: pre-wrap !important; }
  pre {
    border: 2px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; } }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

a {
  color: #0088ce;
  text-decoration: none; }
  a:focus, a:hover {
    color: #005582;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }


input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.75rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 1.3rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.figure {
  display: inline-block; }

code,
pre {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.75rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

 .col, .col-sm-12, .col-md-6, .col-md-12, .col-lg-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
     .col, .col-sm-12, .col-md-6, .col-md-12, .col-lg-6 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
     .col, .col-sm-12, .col-md-6, .col-md-12, .col-lg-6 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
     .col, .col-sm-12, .col-md-6, .col-md-12, .col-lg-6 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
     .col, .col-sm-12, .col-md-6, .col-md-12, .col-lg-6 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-6 {
    right: 50%; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-6 {
    left: 50%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 2px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 4px solid #eceeef; }
  .table tbody + tbody {
    border-top: 4px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.75rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 136, 206, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0088ce;
  border-color: #0088ce; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00669b;
    border-color: #006091; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(0, 136, 206, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #0088ce;
    border-color: #0088ce; }
  .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #00669b;
    background-image: none;
    border-color: #006091; }

.btn-outline-primary {
  color: #0088ce;
  background-image: none;
  background-color: transparent;
  border-color: #0088ce; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0088ce;
    border-color: #0088ce; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(0, 136, 206, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0088ce;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active {
    color: #fff;
    background-color: #0088ce;
    border-color: #0088ce; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }


.dropdown {
  position: relative; }

.show > a {
  outline: 0; }

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #636c72;
    cursor: not-allowed; }

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1.5rem; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.75rem;
  line-height: 1;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 0.75rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-right {
  position: absolute;
  right: 1.5rem; }

@media (max-width: 991px) {
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }


.navbar-inverse .navbar-toggler {
  color: #FFFFFF; }
  
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: #FFFFFF; }

.navbar-inverse .navbar-nav .nav-link {
  color: #FFFFFF; }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: #FFFFFF; }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: #FFFFFF; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.75rem; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #0088ce;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 2px solid transparent;
  border-radius: 0.75rem; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.75rem; }

.media {
  display: flex;
  align-items: flex-start; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }

.bg-primary {
  background-color: #0088ce !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #00669b !important; }

.rounded {
  border-radius: 0.75rem; }

.d-flex {
  display: flex !important; }

.flex-row {
  flex-direction: row !important; }

.align-items-center {
  align-items: center !important; }

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

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 0.375rem !important; }

.mt-2 {
  margin-top: 0.75rem !important; }

.mb-2 {
  margin-bottom: 0.75rem !important; }

.mt-4 {
  margin-top: 2.25rem !important; }

.mb-4 {
  margin-bottom: 2.25rem !important; }

.ml-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important; }
  .mb-md-2 {
    margin-bottom: 0.75rem !important; }
  .mt-md-5 {
    margin-top: 4.5rem !important; } }

@media (min-width: 992px) {
  .ml-lg-3 {
    margin-left: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 2.25rem !important; } }

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

.text-white {
  color: #fff !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-3x {
  font-size: 3em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-arrow-right:before {
  content: "\f061"; }

.fa-comments:before {
  content: "\f086"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-download:before {
  content: "\f019"; }

.fa-edit:before {
  content: "\f044"; }

.fa-github:before {
  content: "\f09b"; }

.fa-heart:before {
  content: "\f004"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-user-friends:before {
  content: "\f500"; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.page.book .article {
  margin: auto;
  max-width: 80rem; }
  .page.book .article table.tableblock {
    border: 1px solid #d1d1d1; }
    .page.book .article table.tableblock thead {
      background-color: #f5f5f5; }
    .page.book .article table.tableblock tr {
      border-bottom: 1px solid #d1d1d1; }
    .page.book .article table.tableblock td,
    .page.book .article table.tableblock th {
      border-right: 1px solid #d1d1d1;
      padding: .4rem; }
  .page.book .article .paragraph {
    padding-top: 1rem; }
  .page.book .article .title {
    font-weight: bold;
    padding-bottom: 1rem; }
  .page.book .article .admonitionblock {
    margin-bottom: 1rem;
    padding: 1rem; }
    .page.book .article .admonitionblock.note {
      background-color: #d9edf7;
      border-top: 3px solid #bcdff1; }
    .page.book .article .admonitionblock.caution {
      background-color: #fcf8e3;
      border-top: 3px solid #faf2cc; }
    .page.book .article .admonitionblock.important {
      background-color: #fcf8e3;
      border-top: 3px solid #faf2cc; }
    .page.book .article .admonitionblock.tip {
      background-color: #dff0d8;
      border-top: 3px solid #d0e9c6; }
    .page.book .article .admonitionblock .title {
      padding-bottom: 0;
      padding-right: 1rem; }
  .page.book .article .image img {
    height: auto;
    max-width: 100%; }

.page.book #content {
  margin-right: 20rem; }

.page.book #footer-text {
  color: #464a4c;
  font-size: .8rem;
  text-align: right; }

.page.book #toc {
  -o-border-image: linear-gradient(#9adde8, #0088ce) 0 0 0 100%;
     border-image: linear-gradient(#9adde8, #0088ce) 0 0 0 100%;
  border-left: 5px solid;
  color: #0088ce;
  padding: 10px 20px 0 30px;
  position: absolute;
  right: 0;
  top: 6.5rem;
  width: 20rem; }
  .page.book #toc ul {
    list-style: none;
    margin-bottom: 0;
    overflow: auto;
    padding-left: 0; }
    .page.book #toc ul li {
      line-height: 1.6rem; }
  .page.book #toc a {
    color: #0088ce; }

.page.book #toctitle {
  font-size: 1.2rem;
  font-weight: bold; }

.blog .post .hero h1 {
  padding: 0 0 5px; }

.blog .post .hero time .blog-post-meta {
  color: #8b8d8f; }

.blog .post .articleBody p.lead {
  color: #72767b !important;
  padding: 12px 0; }

.blog .list .articles .blog-post-meta {
  margin-bottom: 1.25rem;
  color: #8b8d8f; }

.blog figure.aside {
  float: left;
  padding-right: 1rem; }

nav.navbar {
  min-height: 74px; }
  nav.navbar .nav-link {
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-block; }
    nav.navbar .nav-link:hover {
      border-bottom: 1px dashed #FFFFFF; }
    nav.navbar .nav-link.active, nav.navbar .nav-link:active, nav.navbar .nav-link:focus {
      border-bottom: 1px solid #FFFFFF; }

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }


figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

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

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }


video {
  display: inline-block; }

img {
  border-style: none; }

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

button,
input,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre {
    white-space: pre-wrap !important; }
  pre {
    border: 2px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; } }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

a {
  color: #0088ce;
  text-decoration: none; }
  a:focus, a:hover {
    color: #005582;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }


input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.75rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 1.3rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.figure {
  display: inline-block; }

code,
pre {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.75rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

 .col, .col-sm-12, .col-md-6, .col-md-12, .col-lg-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
     .col, .col-sm-12, .col-md-6, .col-md-12, .col-lg-6 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
     .col, .col-sm-12, .col-md-6, .col-md-12, .col-lg-6 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
     .col, .col-sm-12, .col-md-6, .col-md-12, .col-lg-6 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
     .col, .col-sm-12, .col-md-6, .col-md-12, .col-lg-6 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-6 {
    right: 50%; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-6 {
    left: 50%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 2px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 4px solid #eceeef; }
  .table tbody + tbody {
    border-top: 4px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.75rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 136, 206, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0088ce;
  border-color: #0088ce; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00669b;
    border-color: #006091; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(0, 136, 206, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #0088ce;
    border-color: #0088ce; }
  .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #00669b;
    background-image: none;
    border-color: #006091; }

.btn-outline-primary {
  color: #0088ce;
  background-image: none;
  background-color: transparent;
  border-color: #0088ce; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0088ce;
    border-color: #0088ce; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(0, 136, 206, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0088ce;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active {
    color: #fff;
    background-color: #0088ce;
    border-color: #0088ce; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }


.dropdown {
  position: relative; }

.show > a {
  outline: 0; }

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #636c72;
    cursor: not-allowed; }

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1.5rem; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.75rem;
  line-height: 1;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 0.75rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-right {
  position: absolute;
  right: 1.5rem; }

@media (max-width: 991px) {
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }


.navbar-inverse .navbar-toggler {
  color: #FFFFFF; }
  
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: #FFFFFF; }

.navbar-inverse .navbar-nav .nav-link {
  color: #FFFFFF; }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: #FFFFFF; }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: #FFFFFF; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.75rem; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #0088ce;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 2px solid transparent;
  border-radius: 0.75rem; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.75rem; }

.media {
  display: flex;
  align-items: flex-start; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }

.bg-primary {
  background-color: #0088ce !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #00669b !important; }

.rounded {
  border-radius: 0.75rem; }

.d-flex {
  display: flex !important; }

.flex-row {
  flex-direction: row !important; }

.align-items-center {
  align-items: center !important; }

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

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 0.375rem !important; }

.mt-2 {
  margin-top: 0.75rem !important; }

.mb-2 {
  margin-bottom: 0.75rem !important; }

.mt-4 {
  margin-top: 2.25rem !important; }

.mb-4 {
  margin-bottom: 2.25rem !important; }

.ml-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important; }
  .mb-md-2 {
    margin-bottom: 0.75rem !important; }
  .mt-md-5 {
    margin-top: 4.5rem !important; } }

@media (min-width: 992px) {
  .ml-lg-3 {
    margin-left: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 2.25rem !important; } }

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

.text-white {
  color: #fff !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

pre {
  padding: 8px 15px;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #ededed;
  overflow-x: auto; }

.docs .docBody h1,
.docs .docBody h2,
.docs .docBody h3,
.docs .docBody h4,
.docs .docBody h5 {
  scroll-margin-top: 5rem; }

.docs .docBody h2 {
  font-size: 1.75rem;
  padding: 35px 0 10px; }
  .docs .docBody h2:first-of-type {
    padding: 15px 0; }

.docs .docBody h3 {
  color: #0088ce;
  font-size: 1.3em;
  padding: 15px 0 10px; }

.docs .docBody pre {
  background: #f7f7f8 !important; }

.page-footer {
  background-color: #030303;
  bottom: 0;
  color: #FFFFFF;
  height: 20rem;
  margin-top: 2em;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  width: 100%; }
  .page-footer .row {
    margin-left: 0;
    margin-right: 0; }
  @media (max-width: 767px) {
    .page-footer {
      height: 32rem; } }
  .page-footer .btn-primary {
    color: #FFFFFF;
    background-color: #a30000;
    border-color: #030303;
    font-weight: bold;
    width: 40%; }
    .page-footer .btn-primary:hover {
      color: #FFFFFF;
      background-color: #700000;
      border-color: black; }
    .page-footer .btn-primary:focus, .page-footer .btn-primary.focus {
      box-shadow: 0 0 0 2px rgba(3, 3, 3, 0.5); }
    .page-footer .btn-primary.disabled, .page-footer .btn-primary:disabled {
      background-color: #a30000;
      border-color: #030303; }
    .page-footer .btn-primary:active, .page-footer .btn-primary.active {
      color: #FFFFFF;
      background-color: #700000;
      background-image: none;
      border-color: black; }
    @media (max-width: 1199px) {
      .page-footer .btn-primary {
        width: 70%; } }
    @media (max-width: 991px) {
      .page-footer .btn-primary {
        width: 60%; } }
    @media (max-width: 575px) {
      .page-footer .btn-primary {
        width: 70%; } }
  .page-footer .rh-logo {
    padding-top: 2rem; }
  .page-footer h4 {
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.github-corner {
  position: fixed;
  top: 0;
  right: 0;
  width: 74px;
  height: 74px;
  z-index: 1050; }
  .github-corner:hover .octo-arm {
    -webkit-animation: octocat-wave 560ms ease-in-out;
            animation: octocat-wave 560ms ease-in-out; }

@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0); }
  20%,
  60% {
    transform: rotate(-25deg); }
  40%,
  80% {
    transform: rotate(10deg); } }

@media (max-width: 500px) {
  .github-corner:hover .octo-arm {
    -webkit-animation: none;
            animation: none; }
  .github-corner .octo-arm {
    -webkit-animation: octocat-wave 560ms ease-in-out;
            animation: octocat-wave 560ms ease-in-out; } }

nav.navbar {
  min-height: 74px; }
  nav.navbar .nav-link {
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-block; }
    nav.navbar .nav-link:hover {
      border-bottom: 1px dashed #FFFFFF; }
    nav.navbar .nav-link.active, nav.navbar .nav-link:active, nav.navbar .nav-link:focus {
      border-bottom: 1px solid #FFFFFF; }

body.home #wrapper {
  padding-top: 74px; }

body.home #main, body.home #main .main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important; }

body.home nav.navbar.sps--abv {
  background-color: transparent !important;
  transition: background-color 800ms ease-in-out; }

 body.home nav.navbar .collapse.show {
  background-color: #0088ce;
  width: calc(100% + (2 * 1.5rem));
  margin: calc(-0.75rem - 74px)-1.5rem 0;
  padding: calc(0.75rem + 74px) 1.5rem 0;
  z-index: -1; }

body.home .jumbotron {
  position: relative;
  padding-top: 90px;
  margin-top: -74px; }
  body.home .jumbotron h1, body.home .jumbotron h2, body.home .jumbotron h3, body.home .jumbotron h4, body.home .jumbotron h5, body.home .jumbotron h6 {
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); }
  body.home .jumbotron .title {
    color: #bee1f4; }
  body.home .jumbotron .lead {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); }
  body.home .jumbotron .btn-get-started {
    color: #0088ce;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    body.home .jumbotron .btn-get-started:hover {
      color: #0088ce;
      background-color: #e6e6e6;
      border-color: #e0e0e0; }
    body.home .jumbotron .btn-get-started:focus, body.home .jumbotron .btn-get-started.focus {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
    body.home .jumbotron .btn-get-started.disabled, body.home .jumbotron .btn-get-started:disabled {
      background-color: #FFFFFF;
      border-color: #FFFFFF; }
    body.home .jumbotron .btn-get-started:active, body.home .jumbotron .btn-get-started.active {
      color: #0088ce;
      background-color: #e6e6e6;
      background-image: none;
      border-color: #e0e0e0; }
    body.home .jumbotron .btn-get-started:hover {
      color: #FFFFFF;
      background-color: #0088ce;
      border-color: #FFFFFF; }

body.home .mailing-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5bc0de; }
  body.home .mailing-list .lead {
    text-shadow: none; }
  body.home .mailing-list .btn {
    font-weight: bold; }

body.home .full-width-feature .screenshot {
  width: 100%;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5); }

body.home #particles {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.5; }

nav.navbar {
  min-height: 74px; }
  nav.navbar .nav-link {
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-block; }
    nav.navbar .nav-link:hover {
      border-bottom: 1px dashed #FFFFFF; }
    nav.navbar .nav-link.active, nav.navbar .nav-link:active, nav.navbar .nav-link:focus {
      border-bottom: 1px solid #FFFFFF; }

.sidenav {
  background-color: #eee;
  color: #8b8d8f;
  height: 100%;
  margin-top: -26px;
  margin-left: 0;
  border-right: 1px solid #d7d7d7;
  flex: 0 0 214px;
  transition: all .2s ease-in-out;
  /**
  Margin for Font Awesome icon
   */
  /**
SIDEBAR MENU
*/ }
  .sidenav.no-sidebar {
    border-right: none; }
  .sidenav svg {
    margin-right: 0.5em; }
  .sidenav ul {
    list-style: none; }
  @media (max-width: 991px) {
    .sidenav {
      flex: 0 0 214px;
      position: absolute;
      margin-left: -214px;
      z-index: 10000;
      overflow-y: auto;
      height: calc(100% - 74px - 20rem); }
      .sidenav.active {
        margin-left: 0; }
      .sidenav .nav-button {
        padding: 26px 15px;
        border-bottom: 1px solid #D7D7D7; } }
  @media (max-width: 767px) {
    .sidenav {
      height: calc(100% - 74px - 32rem); } }
  .sidenav > ul > li > ul.sub {
    display: none; }
    .sidenav > ul > li > ul.sub > li > a {
      display: block; }
  .sidenav > ul > li.active > ul.sub {
    display: block; }
  .sidenav .menu {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-top: -0.5rem;
    padding-top: 0.85rem;
    overflow-y: auto; }
    @media only screen and (max-width: 600px) {
      .sidenav .menu {
        top: 0; } }
    .sidenav .menu__title {
      cursor: pointer;
      margin: 0.25rem 0;
      position: relative;
      word-break: break-word; }
      .sidenav .menu__title:hover {
        color: #0088ce;
        transition: all 0.2s ease;
        display: block; }
      .sidenav .menu__title[data-depth="1"] {
        font-size: 0.925rem; }
      .sidenav .menu__title[data-depth="2"] {
        font-size: 0.925rem; }
      .sidenav .menu__title[data-depth="3"] {
        font-size: 0.925rem; }
      .sidenav .menu__title[data-depth="4"] {
        font-size: 0.925rem; }
      .sidenav .menu__title--collapse {
        cursor: pointer;
        display: flex;
        margin: 0.25rem 0;
        padding: 10px 0 10px 10px;
        word-break: break-word; }
        .sidenav .menu__title--collapse[data-depth="1"] {
          font-size: 0.925rem; }
        .sidenav .menu__title--collapse[data-depth="2"] {
          font-size: 0.925rem; }
        .sidenav .menu__title--collapse[data-depth="3"] {
          font-size: 0.925rem; }
        .sidenav .menu__title--collapse[data-depth="4"] {
          font-size: 0.925rem; }
        .sidenav .menu__title--collapse.active, .sidenav .menu__title--collapse:hover, .sidenav .menu__title--collapse:focus {
          color: #0088ce;
          transition: all 0.2s ease; }
        .sidenav .menu__title--collapse i {
          font-size: 18px !important;
          margin-top: 0.25em;
          margin-right: 0.50em; }
      .sidenav .menu__title--icon {
        margin-right: 1.2em;
        margin-top: 2px; }
        .sidenav .menu__title--icon.down {
          transform: rotate(90deg);
          transition: all 0.15s ease; }
        .sidenav .menu__title--icon.downrtl {
          transform: rotate(-90deg);
          transition: all 0.15s ease; }
        .sidenav .menu__title--icon.right {
          transform: rotate(0deg);
          transition: all 0.15s ease; }
        .sidenav .menu__title--icon svg {
          display: block;
          margin: auto 0;
          transition: all 0.15s ease; }
    .sidenav .menu__list {
      font-size: 0.925rem;
      max-height: 0;
      overflow: hidden;
      padding-left: 20px;
      transition: all 0.2s ease;
      word-wrap: break-word;
      transition: all 0.2s ease-in-out; }
      .sidenav .menu__list a {
        color: #72767b; }
        .sidenav .menu__list a:hover {
          color: #0088ce; }
        .sidenav .menu__list a:hover, .sidenav .menu__list a:focus {
          display: block;
          text-decoration: none;
          transition: all 0.2s ease; }
      .sidenav .menu__list.active {
        font-weight: bold; }
    .sidenav .menu .active {
      max-height: 100%; }
    .sidenav .menu li.active a {
      font-weight: bold; }
  .sidenav ul.sidebar-menu {
    padding: 0;
    margin: -2px 0 0; }
    .sidenav ul.sidebar-menu li {
      line-height: 20px !important; }
      .sidenav ul.sidebar-menu li ul.sub {
        margin: -2px 0 0;
        padding: 0; }
        .sidenav ul.sidebar-menu li ul.sub li {
          background: #eeeeee;
          margin-bottom: 0;
          margin-left: 0;
          margin-right: 0; }
          .sidenav ul.sidebar-menu li ul.sub li:last-child {
            border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px; }
          .sidenav ul.sidebar-menu li ul.sub li a {
            font-size: 12px;
            padding: 0 0 0 32px;
            line-height: 35px;
            height: 35px;
            transition: all 0.2s ease;
            color: #72767b; }
            .sidenav ul.sidebar-menu li ul.sub li a:hover {
              color: #0088ce;
              transition: all 0.2s ease;
              display: block; }
        .sidenav ul.sidebar-menu li ul.sub li.active a {
          color: #0088ce;
          transition: all 0.2s ease;
          display: block; }
      .sidenav ul.sidebar-menu li a {
        color: #8b8d8f;
        text-decoration: none;
        display: block;
        padding: 10px 0 10px 10px;
        outline: none;
        transition: all 0.2s ease;
        white-space: nowrap; }
        .sidenav ul.sidebar-menu li a span {
          display: inline-block; }
        .sidenav ul.sidebar-menu li a.active {
          background: #eeeeee;
          color: #0088ce;
          display: block;
          transition: all 0.2s ease; }
          .sidenav ul.sidebar-menu li a.active i {
            color: #0088ce; }
        .sidenav ul.sidebar-menu li a:hover {
          background: #eeeeee;
          color: #0088ce;
          display: block;
          transition: all 0.2s ease; }
          .sidenav ul.sidebar-menu li a:hover i {
            color: #0088ce; }
        .sidenav ul.sidebar-menu li a:focus {
          background: #eeeeee;
          color: #0088ce;
          display: block;
          transition: all 0.2s ease; }
          .sidenav ul.sidebar-menu li a:focus i {
            color: #0088ce; }
        .sidenav ul.sidebar-menu li a i {
          font-size: 18px;
          padding-right: 6px; }
    .sidenav ul.sidebar-menu li.active a {
      background: #eeeeee;
      color: #0088ce;
      display: block;
      transition: all 0.2s ease; }
      .sidenav ul.sidebar-menu li.active a i {
        color: #0088ce; }

@media (min-width: 992px) {
  .no-toc {
    flex: 0 0 214px; } }

@media (min-width: 992px) {
  .toc {
    flex: 1; } }

#TableOfContents {
  padding: 10px 20px 10px 10px;
  -o-border-image: linear-gradient(#9adde8, #0088ce) 0 0 0 100%;
     border-image: linear-gradient(#9adde8, #0088ce) 0 0 0 100%;
  border-left: 5px solid;
  margin-left: 20px; }
  #TableOfContents ul {
    list-style: none;
    margin: 0;
    padding: 0 10px; }
    #TableOfContents ul li {
      display: block;
      line-height: 1.6rem; }
  #TableOfContents > ul > li > ul > li > a,
  #TableOfContents > ul > li > a {
    font-weight: bold;
    margin: 0 2px; }
  #TableOfContents > ul > li > ul > li > a {
    font-style: bold; }

pre {
  padding: 8px 15px;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #ededed;
  overflow-x: auto; }

html,
body {
  height: 100%;
  width: 100%; }

#wrapper {
  min-height: 100%;
  position: relative;
  padding-top: 100px; }

#main {
  padding-bottom: 25rem; }
  @media (max-width: 767px) {
    #main {
      padding-bottom: 32rem; } }
  #main .main-content {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 0;
    flex: 1; }
    #main .main-content h2 {
      font-size: 1.75rem;
      padding: 35px 0 10px; }
      #main .main-content h2:first-of-type {
        padding: 15px 0; }
    #main .main-content h3 {
      color: #0088ce;
      font-size: 1.3em;
      padding: 15px 0 10px; }
    #main .main-content pre {
      background: #f7f7f8 !important; }

:target::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden; }
