/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1248px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

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

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

.d-table-row {
  display: table-row !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }
}

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

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

@media (min-width: 576px) {
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }
}

/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

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

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

body {
  margin: 0;
  font-family: "Source Sans Pro", "Source Serif Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #09101D;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

a {
  color: #0B5FFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0041be;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

input,button,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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 {
  padding: 0;
  border-style: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,.small {
  font-size: 0.75rem;
  font-weight: 400;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.container-fluid-max-sm {
  max-width: 540px;
}

.container-fluid-max-md {
  max-width: 720px;
}

.container-fluid-max-lg {
  max-width: 960px;
}

.container-fluid-max-xl {
  max-width: 1248px;
}

.container-form-lg {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

@media (max-width: 991.98px) {
  .container-form-lg {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.container-view {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.autofit-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

ul.autofit-row {
  padding-left: 0;
  list-style: none;
}

.autofit-row-center > .autofit-col {
  justify-content: center;
}

.autofit-row-end > .autofit-col {
  justify-content: flex-end;
}

.autofit-padded > .autofit-col {
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
}

.autofit-col {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-height: 0;
  position: relative;
}

.autofit-col-expand {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 3.125rem;
  word-wrap: break-word;
}

.autofit-section {
  max-width: 100%;
}

.heading-start {
  margin-right: 1rem;
}

.heading-end {
  margin-left: 1rem;
}

.heading-text {
  margin-bottom: auto;
  margin-top: auto;
}

.inline-item {
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
}

.inline-item .inline-item {
  display: inline;
}

.inline-item .lexicon-icon {
  margin-top: -0.21429em;
}

.page-header {
  background-color: #e9ecef;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #063185;
  background-color: #cedfff;
  border-color: #bbd2ff;
}

.alert-primary hr {
  border-top-color: #a2c1ff;
}

.alert-primary .alert-link {
  color: #041f54;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

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

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0B5FFF;
  border-color: #0B5FFF;
}

.btn-primary:hover {
  color: #fff;
  background-color: #004ee4;
  border-color: #004ad7;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #0B5FFF;
  border-color: #0B5FFF;
}

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004ad7;
  border-color: #0046ca;
}

.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-primary {
  color: #0B5FFF;
  background-color: transparent;
  background-image: none;
  border-color: #0B5FFF;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0B5FFF;
  border-color: #0B5FFF;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.5);
}

.btn-outline-primary:disabled {
  color: #0B5FFF;
  background-color: transparent;
}

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0B5FFF;
  border-color: #0B5FFF;
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0B5FFF;
  background-color: transparent;
}

.btn-link:hover {
  color: #0041be;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.333;
  border-radius: 0.2rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid #CED3DE;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bb3ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,.form-control[readonly] {
  background-color: #E9EBF0;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 0.0625rem);
  padding-bottom: calc(0.5rem + 0.0625rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 0.0625rem);
  padding-bottom: calc(0.5rem + 0.0625rem);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 0.0625rem);
  padding-bottom: calc(0.25rem + 0.0625rem);
  font-size: 0.875rem;
  line-height: 1.333;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.333;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.9375rem;
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: 4rem;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group,  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1.5rem;
}

.nav-link:hover,.nav-link:focus {
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.navbar > .container,.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.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-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .show > .nav-link,.navbar-light .navbar-nav .active > .nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,.table td {
  padding: 1.25rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,.table-sm td {
  padding: 0.3rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F2F2F2;
}

.table-primary,.table-primary > th,.table-primary > td {
  background-color: #bbd2ff;
}

.table-secondary,.table-secondary > th,.table-secondary > td {
  background-color: #d6d8db;
}

.table-info,.table-info > th,.table-info > td {
  background-color: #bee5eb;
}

.table-warning,.table-warning > th,.table-warning > td {
  background-color: #ffeeba;
}

.table-light,.table-light > th,.table-light > td {
  background-color: #fdfdfe;
}

.table-active,.table-active > th,.table-active > td {
  background-color: #ECECEC;
}

.table .thead-light th {
  color: #495057;
  background-color: #FFF;
  border-color: #dee2e6;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.alert {
  border-style: solid;
  display: block;
  word-wrap: break-word;
}

.alert .close {
  font-size: 0.875rem;
  height: 2rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
  width: 2rem;
}

.alert .lead {
  margin-right: 0.3125rem;
}

.alert-link,.alert-link.btn-unstyled {
  font-weight: 700;
}

.alert-link:hover,.alert-link:focus,.alert-link.btn-unstyled:hover,.alert-link.btn-unstyled:focus {
  text-decoration: underline;
}

.alert-indicator {
  font-size: 1.25rem;
}

.alert-indicator + .lead {
  margin-left: 0.3125rem;
}

.alert-dismissible {
  padding-right: 2.5rem;
}

.alert-fluid {
  border-radius: 0;
  border-width: 0 0 1px 0;
  margin-bottom: 0;
  padding: 0;
}

.alert-fluid.alert-dismissible .container,.alert-fluid.alert-dismissible .container-fluid {
  padding-right: calc(2.5rem + 15px);
  position: relative;
}

.alert-fluid .container,.alert-fluid .container-fluid {
  padding: 0.75rem 1.25rem;
}

.alert-fluid .close {
  right: calc(15px + 0.25rem);
}

.alert-container {
  height: 0;
  position: relative;
}

.alert-notifications .alert {
  width: 22.5rem;
}

.alert-notifications .alert:last-child {
  margin-bottom: 0;
}

.alert-notifications-absolute {
  height: 0;
  position: absolute;
  right: 0.5rem;
  top: 4.75rem;
  z-index: 5000;
}

.alert-notifications-fixed {
  bottom: 1.25rem;
  left: 1.25rem;
  position: fixed;
  z-index: 5000;
}

.alert-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

.alert-list .close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-body .alert .close {
  right: 1rem;
}

.modal-body .alert-list .alert-fluid:last-child {
  margin-bottom: -1px;
}

.alert-info {
  background-color: #EEF2FA;
  border-color: #89A7E0;
  color: #2E5AAC;
}

.sticker-img {
  max-width: 100%;
  position: absolute;
  word-wrap: break-word;
}

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

[type="checkbox"] {
  cursor: pointer;
  height: 14px;
  width: 14px;
}

[type="radio"] {
  cursor: pointer;
  height: 15px;
  width: 14px;
}

@-moz-document url-prefix()  {
  fieldset {
    display: table-cell;
  }
}

label {
  font-size: 0.875rem;
  max-width: 100%;
  word-wrap: break-word;
}

label[for] {
  cursor: pointer;
}

label + .form-text {
  margin-top: 0;
}

label .reference-mark {
  color: #ffc107;
}

.form-group {
  position: relative;
}

.form-control {
  background-clip: border-box;
  border-color: #CED3DE;
  border-bottom-width: 0.0625rem;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-top-width: 0.0625rem;
  height: 2.5rem;
  min-width: 0;
}

.form-control[type="range"] {
  background-color: transparent;
  border-color: transparent;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-control:not([type="range"]) {
    -webkit-appearance: none;
  }
}

.form-control::-ms-clear,.form-control::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

.form-control .label {
  border-width: 0.0625rem;
  height: auto;
  min-height: 1.25rem;
}

.form-control-hidden {
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

div.form-control {
  height: auto;
  min-height: 2.5rem;
}

div.form-control-lg {
  min-height: 4rem;
}

div.form-control-sm {
  min-height: 1.9375rem;
}

.form-control-tag-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}

.form-control[multiple],.form-control[size] {
  height: auto;
}

select.form-control {
  cursor: pointer;
}

select.form-control option {
  cursor: pointer;
}

select.form-control:not([multiple]):not([size]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  padding-right: 1.75rem;
}

select.form-control:not([multiple]):not([size])::-ms-expand {
  display: none;
}

textarea.form-control {
  height: 150px;
}

textarea.form-control-plaintext {
  height: 150px;
}

.form-control-file {
  cursor: pointer;
}

.form-control-file::-webkit-file-upload-button {
  cursor: pointer;
}

.form-control[disabled] {
  cursor: not-allowed;
}

.form-control-file:disabled {
  cursor: not-allowed;
}

.form-control-file:disabled::-webkit-file-upload-button {
  cursor: not-allowed;
}

.form-control-lg {
  height: 4rem;
}

.form-control-sm {
  height: 1.9375rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.form-group-autofit {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .form-group-autofit {
    flex-direction: row;
    width: 100%;
  }
}

.form-group-autofit label {
  align-self: flex-start;
}

.form-group-autofit .form-group-item {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: 25px;
  position: relative;
  width: 100%;
}

.form-group-autofit .form-group-item:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .form-group-autofit > .form-group-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

@media (max-width: 575.98px) {
  .form-group-autofit .form-group-item-label:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .form-group-item-label {
    justify-content: center;
    min-height: 2.5rem;
  }

  .form-group-item-label > label {
    margin-bottom: 0;
    max-width: 12.5rem;
  }
}

@media (min-width: 576px) {
  .form-group-item-label-spacer {
    margin-top: 1.875rem;
  }
}

.container-fluid-max-sm {
  max-width: 540px;
}

.container-fluid-max-md {
  max-width: 720px;
}

.container-fluid-max-lg {
  max-width: 960px;
}

.container-fluid-max-xl {
  max-width: 1248px;
}

.container-form-lg {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

@media (max-width: 991.98px) {
  .container-form-lg {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.container-view {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.lexicon-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  margin-top: -3px;
  vertical-align: middle;
  width: 1em;
}

.lexicon-icon-sm {
  font-size: 0.5rem;
}

.lexicon-icon-lg {
  font-size: 2rem;
}

.lexicon-icon-xl {
  font-size: 8rem;
}

a.collapse-icon {
  padding-right: 2.28125rem;
}

.collapse-icon-closed .lexicon-icon,.collapse-icon-open .lexicon-icon {
  display: block;
}

.collapse-icon .collapse-icon-closed,.collapse-icon .collapse-icon-open {
  height: 1em;
  position: absolute;
  right: 0.9375rem;
  top: calc(0.5rem + 0.0625rem + (((0.9375em * 1.5) - 1em) / 2));
  width: 1em;
}

.collapse-icon .collapse-icon-closed .lexicon-icon,.collapse-icon .collapse-icon-open .lexicon-icon {
  margin-top: 0;
}

.collapse-icon .collapse-icon-closed {
  display: none;
}

.collapse-icon .collapse-icon-open {
  display: inline-block;
}

.label {
  border-color: #09101D;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  display: inline-flex;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.125rem;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  max-width: 100%;
  padding-bottom: 0.1875rem;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  padding-top: 0.1875rem;
  white-space: inherit;
  word-wrap: break-word;
}

.label a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}

.label a:hover,.label a:focus {
  color: inherit;
  text-decoration: none;
}

.label .inline-item a {
  align-items: center;
  display: inline-flex;
  margin-top: 0;
}

.label .inline-item .btn-unstyled {
  color: inherit;
  display: inline-flex;
  margin-top: 0;
  max-width: none;
}

.label .inline-item a .lexicon-icon,.label .inline-item .btn-unstyled .lexicon-icon {
  margin-top: 0;
}

.label .inline-item .lexicon-icon {
  height: 0.875em;
  margin-top: 0;
  width: 0.875em;
}

.label .sticker {
  border-radius: 100px;
  height: 0.875em;
  line-height: 0.875em;
  width: 0.875em;
}

.label .sticker-overlay {
  border-radius: 100px;
}

a.label,button.label {
  text-decoration: none;
}

button.label {
  cursor: pointer;
}

.label-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  min-height: 0;
  position: relative;
}

.label-item a {
  display: inline-flex;
}

.label-item .btn-unstyled {
  color: inherit;
  display: inline-flex;
}

.label-item .lexicon-icon {
  height: 0.875em;
  margin-top: 0;
  width: 0.875em;
}

.label-item .text-truncate-inline {
  display: inline-flex;
}

.label-item-expand {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 1rem;
  word-wrap: break-word;
}

.label-item-expand a {
  flex-direction: column;
}

.label-lg {
  border-width: 0.0625rem;
  font-size: 0.875rem;
  height: auto;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  text-transform: none;
}

.label-primary {
  background-color: #FFF;
  border-color: #0B5FFF;
  color: #0B5FFF;
}

a.label-primary:hover,button.label-primary:hover {
  border-color: #004ad7;
  color: #004ad7;
}

a.label-primary:focus,button.label-primary:focus {
  color: #004ad7;
}

.label-primary[tabindex]:hover {
  border-color: #004ad7;
  color: #004ad7;
}

.label-primary[tabindex]:focus {
  color: #004ad7;
}

.label-primary a:hover,.label-primary a:focus,.label-primary .btn-unstyled:hover,.label-primary .btn-unstyled:focus {
  color: #004ad7;
}

.label-secondary {
  background-color: #FFF;
  border-color: #6c757d;
  color: #6c757d;
}

a.label-secondary:hover,button.label-secondary:hover {
  border-color: #545b62;
  color: #545b62;
}

a.label-secondary:focus,button.label-secondary:focus {
  color: #545b62;
}

.label-secondary[tabindex]:hover {
  border-color: #545b62;
  color: #545b62;
}

.label-secondary[tabindex]:focus {
  color: #545b62;
}

.label-secondary a:hover,.label-secondary a:focus,.label-secondary .btn-unstyled:hover,.label-secondary .btn-unstyled:focus {
  color: #545b62;
}

.label-info {
  background-color: #FFF;
  border-color: #17a2b8;
  color: #17a2b8;
}

a.label-info:hover,button.label-info:hover {
  border-color: #117a8b;
  color: #117a8b;
}

a.label-info:focus,button.label-info:focus {
  color: #117a8b;
}

.label-info[tabindex]:hover {
  border-color: #117a8b;
  color: #117a8b;
}

.label-info[tabindex]:focus {
  color: #117a8b;
}

.label-info a:hover,.label-info a:focus,.label-info .btn-unstyled:hover,.label-info .btn-unstyled:focus {
  color: #117a8b;
}

.label-warning {
  background-color: #FFF;
  border-color: #ffc107;
  color: #ffc107;
}

a.label-warning:hover,button.label-warning:hover {
  border-color: #d39e00;
  color: #d39e00;
}

a.label-warning:focus,button.label-warning:focus {
  color: #d39e00;
}

.label-warning[tabindex]:hover {
  border-color: #d39e00;
  color: #d39e00;
}

.label-warning[tabindex]:focus {
  color: #d39e00;
}

.label-warning a:hover,.label-warning a:focus,.label-warning .btn-unstyled:hover,.label-warning .btn-unstyled:focus {
  color: #d39e00;
}

.label-light {
  background-color: #343a40;
  border-color: #f8f9fa;
  color: #f8f9fa;
}

a.label-light:hover,button.label-light:hover {
  border-color: #dae0e5;
  color: #dae0e5;
}

a.label-light:focus,button.label-light:focus {
  color: #dae0e5;
}

.label-light[tabindex]:hover {
  border-color: #dae0e5;
  color: #dae0e5;
}

.label-light[tabindex]:focus {
  color: #dae0e5;
}

.label-light a:hover,.label-light a:focus,.label-light .btn-unstyled:hover,.label-light .btn-unstyled:focus {
  color: #dae0e5;
}

.loading-animation {
  display: block;
  font-size: 2.5rem;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 1em;
}

.loading-animation:after {
  -webkit-animation: 1.2s ease-out infinite;
  animation: 1.2s ease-out infinite;
  -webkit-animation-name: loading-animation;
  animation-name: loading-animation;
  border-radius: 50%;
  content: '';
  box-shadow: 0 -1em 0 0em #09101d, 1em -0.5em 0 -0.35em rgba(9, 16, 29, 0.1), 1em 0.5em 0 -0.25em rgba(9, 16, 29, 0.2), 0 1em 0 -0.2em rgba(9, 16, 29, 0.4), -1em 0.5em 0 -0.15em rgba(9, 16, 29, 0.6), -1em -0.5em 0 -0.1em rgba(9, 16, 29, 0.8);
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.33334);
  transform: scale(0.33334);
  width: 1em;
}

@-webkit-keyframes loading-animation {
  0%, 100% {
    box-shadow: 0 -1em 0 0em #09101d, 1em -0.5em 0 -0.35em rgba(9, 16, 29, 0.1), 1em 0.5em 0 -0.25em rgba(9, 16, 29, 0.2), 0 1em 0 -0.2em rgba(9, 16, 29, 0.4), -1em 0.5em 0 -0.15em rgba(9, 16, 29, 0.6), -1em -0.5em 0 -0.1em rgba(9, 16, 29, 0.8);
  }

  16.6% {
    box-shadow: 0 -1em 0 -0.1em rgba(9, 16, 29, 0.8), 1em -0.5em 0 0em #09101d, 1em 0.5em 0 -0.35em rgba(9, 16, 29, 0.1), 0 1em 0 -0.25em rgba(9, 16, 29, 0.2), -1em 0.5em 0 -0.2em rgba(9, 16, 29, 0.4), -1em -0.5em 0 -0.15em rgba(9, 16, 29, 0.6);
  }

  33.3% {
    box-shadow: 0 -1em 0 -0.15em rgba(9, 16, 29, 0.6), 1em -0.5em 0 -0.1em rgba(9, 16, 29, 0.8), 1em 0.5em 0 0em #09101d, 0 1em 0 -0.35em rgba(9, 16, 29, 0.1), -1em 0.5em 0 -0.25em rgba(9, 16, 29, 0.2), -1em -0.5em 0 -0.2em rgba(9, 16, 29, 0.4);
  }

  50% {
    box-shadow: 0 -1em 0 -0.2em rgba(9, 16, 29, 0.4), 1em -0.5em 0 -0.15em rgba(9, 16, 29, 0.6), 1em 0.5em 0 -0.1em rgba(9, 16, 29, 0.8), 0 1em 0 0em #09101d, -1em 0.5em 0 -0.35em rgba(9, 16, 29, 0.1), -1em -0.5em 0 -0.25em rgba(9, 16, 29, 0.2);
  }

  66.6% {
    box-shadow: 0 -1em 0 -0.25em rgba(9, 16, 29, 0.2), 1em -0.5em 0 -0.2em rgba(9, 16, 29, 0.4), 1em 0.5em 0 -0.15em rgba(9, 16, 29, 0.6), 0 1em 0 -0.1em rgba(9, 16, 29, 0.8), -1em 0.5em 0 0em #09101d, -1em -0.5em 0 -0.35em rgba(9, 16, 29, 0.1);
  }

  83% {
    box-shadow: 0 -1em 0 -0.35em rgba(9, 16, 29, 0.1), 1em -0.5em 0 -0.25em rgba(9, 16, 29, 0.2), 1em 0.5em 0 -0.2em rgba(9, 16, 29, 0.4), 0 1em 0 -0.15em rgba(9, 16, 29, 0.6), -1em 0.5em 0 -0.1em rgba(9, 16, 29, 0.8), -1em -0.5em 0 0em #09101d;
  }
}

@keyframes loading-animation {
  0%, 100% {
    box-shadow: 0 -1em 0 0em #09101d, 1em -0.5em 0 -0.35em rgba(9, 16, 29, 0.1), 1em 0.5em 0 -0.25em rgba(9, 16, 29, 0.2), 0 1em 0 -0.2em rgba(9, 16, 29, 0.4), -1em 0.5em 0 -0.15em rgba(9, 16, 29, 0.6), -1em -0.5em 0 -0.1em rgba(9, 16, 29, 0.8);
  }

  16.6% {
    box-shadow: 0 -1em 0 -0.1em rgba(9, 16, 29, 0.8), 1em -0.5em 0 0em #09101d, 1em 0.5em 0 -0.35em rgba(9, 16, 29, 0.1), 0 1em 0 -0.25em rgba(9, 16, 29, 0.2), -1em 0.5em 0 -0.2em rgba(9, 16, 29, 0.4), -1em -0.5em 0 -0.15em rgba(9, 16, 29, 0.6);
  }

  33.3% {
    box-shadow: 0 -1em 0 -0.15em rgba(9, 16, 29, 0.6), 1em -0.5em 0 -0.1em rgba(9, 16, 29, 0.8), 1em 0.5em 0 0em #09101d, 0 1em 0 -0.35em rgba(9, 16, 29, 0.1), -1em 0.5em 0 -0.25em rgba(9, 16, 29, 0.2), -1em -0.5em 0 -0.2em rgba(9, 16, 29, 0.4);
  }

  50% {
    box-shadow: 0 -1em 0 -0.2em rgba(9, 16, 29, 0.4), 1em -0.5em 0 -0.15em rgba(9, 16, 29, 0.6), 1em 0.5em 0 -0.1em rgba(9, 16, 29, 0.8), 0 1em 0 0em #09101d, -1em 0.5em 0 -0.35em rgba(9, 16, 29, 0.1), -1em -0.5em 0 -0.25em rgba(9, 16, 29, 0.2);
  }

  66.6% {
    box-shadow: 0 -1em 0 -0.25em rgba(9, 16, 29, 0.2), 1em -0.5em 0 -0.2em rgba(9, 16, 29, 0.4), 1em 0.5em 0 -0.15em rgba(9, 16, 29, 0.6), 0 1em 0 -0.1em rgba(9, 16, 29, 0.8), -1em 0.5em 0 0em #09101d, -1em -0.5em 0 -0.35em rgba(9, 16, 29, 0.1);
  }

  83% {
    box-shadow: 0 -1em 0 -0.35em rgba(9, 16, 29, 0.1), 1em -0.5em 0 -0.25em rgba(9, 16, 29, 0.2), 1em 0.5em 0 -0.2em rgba(9, 16, 29, 0.4), 0 1em 0 -0.15em rgba(9, 16, 29, 0.6), -1em 0.5em 0 -0.1em rgba(9, 16, 29, 0.8), -1em -0.5em 0 0em #09101d;
  }
}

.loading-animation-light:after {
  -webkit-animation: 1.2s ease-out infinite;
  animation: 1.2s ease-out infinite;
  -webkit-animation-name: loading-animation-light;
  animation-name: loading-animation-light;
  border-radius: 50%;
  content: '';
  box-shadow: 0 -1em 0 0em white, 1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 0 1em 0 -0.2em rgba(255, 255, 255, 0.4), -1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), -1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8);
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.33334);
  transform: scale(0.33334);
  width: 1em;
}

@-webkit-keyframes loading-animation-light {
  0%, 100% {
    box-shadow: 0 -1em 0 0em white, 1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 0 1em 0 -0.2em rgba(255, 255, 255, 0.4), -1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), -1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8);
  }

  16.6% {
    box-shadow: 0 -1em 0 -0.1em rgba(255, 255, 255, 0.8), 1em -0.5em 0 0em white, 1em 0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 0 1em 0 -0.25em rgba(255, 255, 255, 0.2), -1em 0.5em 0 -0.2em rgba(255, 255, 255, 0.4), -1em -0.5em 0 -0.15em rgba(255, 255, 255, 0.6);
  }

  33.3% {
    box-shadow: 0 -1em 0 -0.15em rgba(255, 255, 255, 0.6), 1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8), 1em 0.5em 0 0em white, 0 1em 0 -0.35em rgba(255, 255, 255, 0.1), -1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), -1em -0.5em 0 -0.2em rgba(255, 255, 255, 0.4);
  }

  50% {
    box-shadow: 0 -1em 0 -0.2em rgba(255, 255, 255, 0.4), 1em -0.5em 0 -0.15em rgba(255, 255, 255, 0.6), 1em 0.5em 0 -0.1em rgba(255, 255, 255, 0.8), 0 1em 0 0em white, -1em 0.5em 0 -0.35em rgba(255, 255, 255, 0.1), -1em -0.5em 0 -0.25em rgba(255, 255, 255, 0.2);
  }

  66.6% {
    box-shadow: 0 -1em 0 -0.25em rgba(255, 255, 255, 0.2), 1em -0.5em 0 -0.2em rgba(255, 255, 255, 0.4), 1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), 0 1em 0 -0.1em rgba(255, 255, 255, 0.8), -1em 0.5em 0 0em white, -1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1);
  }

  83% {
    box-shadow: 0 -1em 0 -0.35em rgba(255, 255, 255, 0.1), 1em -0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 1em 0.5em 0 -0.2em rgba(255, 255, 255, 0.4), 0 1em 0 -0.15em rgba(255, 255, 255, 0.6), -1em 0.5em 0 -0.1em rgba(255, 255, 255, 0.8), -1em -0.5em 0 0em white;
  }
}

@keyframes loading-animation-light {
  0%, 100% {
    box-shadow: 0 -1em 0 0em white, 1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 0 1em 0 -0.2em rgba(255, 255, 255, 0.4), -1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), -1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8);
  }

  16.6% {
    box-shadow: 0 -1em 0 -0.1em rgba(255, 255, 255, 0.8), 1em -0.5em 0 0em white, 1em 0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 0 1em 0 -0.25em rgba(255, 255, 255, 0.2), -1em 0.5em 0 -0.2em rgba(255, 255, 255, 0.4), -1em -0.5em 0 -0.15em rgba(255, 255, 255, 0.6);
  }

  33.3% {
    box-shadow: 0 -1em 0 -0.15em rgba(255, 255, 255, 0.6), 1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8), 1em 0.5em 0 0em white, 0 1em 0 -0.35em rgba(255, 255, 255, 0.1), -1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), -1em -0.5em 0 -0.2em rgba(255, 255, 255, 0.4);
  }

  50% {
    box-shadow: 0 -1em 0 -0.2em rgba(255, 255, 255, 0.4), 1em -0.5em 0 -0.15em rgba(255, 255, 255, 0.6), 1em 0.5em 0 -0.1em rgba(255, 255, 255, 0.8), 0 1em 0 0em white, -1em 0.5em 0 -0.35em rgba(255, 255, 255, 0.1), -1em -0.5em 0 -0.25em rgba(255, 255, 255, 0.2);
  }

  66.6% {
    box-shadow: 0 -1em 0 -0.25em rgba(255, 255, 255, 0.2), 1em -0.5em 0 -0.2em rgba(255, 255, 255, 0.4), 1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), 0 1em 0 -0.1em rgba(255, 255, 255, 0.8), -1em 0.5em 0 0em white, -1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1);
  }

  83% {
    box-shadow: 0 -1em 0 -0.35em rgba(255, 255, 255, 0.1), 1em -0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 1em 0.5em 0 -0.2em rgba(255, 255, 255, 0.4), 0 1em 0 -0.15em rgba(255, 255, 255, 0.6), -1em 0.5em 0 -0.1em rgba(255, 255, 255, 0.8), -1em -0.5em 0 0em white;
  }
}

.loading-animation.loading-animation-sm {
  font-size: 1.25rem;
}

.nav-btn.btn-unstyled,.nav-link {
  position: relative;
}

.nav-btn.btn-unstyled:focus,.nav-link:focus {
  z-index: 1;
}

.nav-btn {
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  line-height: 1.5;
  margin: 0.25rem 0.25rem;
  min-width: 2rem;
  padding-bottom: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0;
  text-align: center;
  width: auto;
}

.nav-btn.btn-link {
  margin-left: 0;
  margin-right: 0;
}

.nav-btn .lexicon-icon {
  margin-top: 0;
}

.nav-link.btn-unstyled {
  padding: 0.5rem 1.5rem;
}

.nav-item {
  word-wrap: break-word;
}

.nav-item[class*='col-'] {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.nav-text-truncate {
  display: inline-block;
  margin-bottom: -6px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-toggle .nav-text-truncate {
  max-width: calc(100% - 24px);
}

.nav-form {
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

.nav .nav-form {
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0;
}

.nav-stacked {
  display: block;
}

.nav-stacked .nav-form {
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

.nav-unstyled {
  flex-wrap: nowrap;
}

.nav-unstyled .nav-btn {
  margin: 0 4px;
  padding: 0 4px;
}

.nav-unstyled .nav-link {
  line-height: 2rem;
  padding: 0 4px;
}

.nav-nested {
  flex-direction: column;
  flex-wrap: nowrap;
}

.nav-nested .nav > li > a {
  padding-left: 3rem;
}

.nav-nested .nav .nav > li > a {
  padding-left: 4.5rem;
}

.nav-nested .nav .nav .nav > li > a {
  padding-left: 6rem;
}

.nav-nested .nav .nav .nav .nav > li > a {
  padding-left: 7.5rem;
}

.nav-nested .nav .nav .nav .nav .nav > li > a {
  padding-left: 9rem;
}

.nav-nested .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 10.5rem;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 12rem;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 13.5rem;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 15rem;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 16.5rem;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 18rem;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 19.5rem;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 21rem;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 22.5rem;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 24rem;
}

.nav-tabs .nav-link {
  white-space: nowrap;
}



.nav-underline .nav-link:after {
  bottom: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 1.5rem;
  width: auto;
}

.nav-underline .nav-item .nav-link.active:after {
  background-color: #0B5FFF;
}

.nav-underline .nav-link.active:after,.nav-underline .nav-item.show .nav-link:after {
  content: "";
  height: 0.1875rem;
}

.navbar {
  border-width: 0;
}

.navbar .container,.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar-nav .dropdown-menu-right,.navbar-form .dropdown-menu-right {
  left: auto;
  right: 0;
}

.navbar-nav {
  flex-direction: row;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navbar-nav-expand {
  flex-grow: 1;
  min-width: 0;
}

.navbar-nav-last {
  margin-left: auto;
}

.navbar-nav .nav-item {
  word-wrap: normal;
}

.navbar-nav .nav-item > .custom-control {
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.nav-item-expand {
  flex-grow: 1;
  min-width: 0;
}

.navbar-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.navbar-text {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navbar-collapse {
  max-width: 100%;
}

.navbar-collapse .navbar-nav {
  flex-direction: column;
}

.navbar-collapse .dropdown-toggle .navbar-text-truncate {
  max-width: calc(100% - 1.5625rem);
}

.navbar-text-truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

.navbar-form {
  align-items: center;
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navbar-form > form {
  width: 100%;
}

.navbar-form-autofit {
  flex-basis: 100px;
  flex-grow: 1;
}

.navbar-form-autofit form {
  display: flex;
  width: 100%;
}

.navbar-overlay {
  background-color: #fff;
}

.navbar-expand {
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar-expand .navbar-nav {
  flex-wrap: wrap;
}

.navbar-expand-sm {
  justify-content: space-between;
}

.navbar-expand-sm .nav-item {
  align-items: center;
  display: flex;
}

.navbar-expand-sm .nav-item .navbar-text-truncate {
  max-width: 12.5rem;
}

.navbar-expand-sm .container,.navbar-expand-sm .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-expand-sm .navbar-collapse .container,.navbar-expand-sm .navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    left: 0;
    padding: 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500;
  }

  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .container,  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem;
  }

  .navbar-expand-sm .navbar-collapse .container,  .navbar-expand-sm .navbar-collapse .container-fluid {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-expand-sm .navbar-collapse .nav-item {
    display: block;
  }

  .navbar-expand-sm .navbar-collapse .navbar-text-truncate {
    max-width: 100%;
  }

  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(100% - 1.5625rem);
  }

  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:hover,  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent;
  }

  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent;
  }

  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
  }

  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-header,  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-item {
    padding: 0.5rem 0.5rem;
  }

  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-menu {
    display: block;
  }

  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-toggle {
    display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .navbar-expand-sm .navbar-collapse .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .navbar-expand-sm .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem;
  }
}

.navbar-expand-md {
  justify-content: space-between;
}

.navbar-expand-md .nav-item {
  align-items: center;
  display: flex;
}

.navbar-expand-md .nav-item .navbar-text-truncate {
  max-width: 12.5rem;
}

.navbar-expand-md .container,.navbar-expand-md .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-expand-md .navbar-collapse .container,.navbar-expand-md .navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    left: 0;
    padding: 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500;
  }

  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container,  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem;
  }

  .navbar-expand-md .navbar-collapse .container,  .navbar-expand-md .navbar-collapse .container-fluid {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-expand-md .navbar-collapse .nav-item {
    display: block;
  }

  .navbar-expand-md .navbar-collapse .navbar-text-truncate {
    max-width: 100%;
  }

  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(100% - 1.5625rem);
  }

  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover,  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent;
  }

  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent;
  }

  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
  }

  .navbar-expand-md .show-dropdown-on-collapse .dropdown-header,  .navbar-expand-md .show-dropdown-on-collapse .dropdown-item {
    padding: 0.5rem 0.5rem;
  }

  .navbar-expand-md .show-dropdown-on-collapse .dropdown-menu {
    display: block;
  }

  .navbar-expand-md .show-dropdown-on-collapse .dropdown-toggle {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .navbar-expand-md .navbar-collapse .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .navbar-expand-md .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem;
  }
}

.navbar-expand-lg {
  justify-content: space-between;
}

.navbar-expand-lg .nav-item {
  align-items: center;
  display: flex;
}

.navbar-expand-lg .nav-item .navbar-text-truncate {
  max-width: 12.5rem;
}

.navbar-expand-lg .container,.navbar-expand-lg .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-expand-lg .navbar-collapse .container,.navbar-expand-lg .navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    left: 0;
    padding: 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500;
  }

  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .container,  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse .container,  .navbar-expand-lg .navbar-collapse .container-fluid {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-expand-lg .navbar-collapse .nav-item {
    display: block;
  }

  .navbar-expand-lg .navbar-collapse .navbar-text-truncate {
    max-width: 100%;
  }

  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(100% - 1.5625rem);
  }

  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:hover,  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent;
  }

  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent;
  }

  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
  }

  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-header,  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-item {
    padding: 0.5rem 0.5rem;
  }

  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-menu {
    display: block;
  }

  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-toggle {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .navbar-expand-lg .navbar-collapse .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .navbar-expand-lg .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem;
  }
}

.navbar-expand-xl {
  justify-content: space-between;
}

.navbar-expand-xl .nav-item {
  align-items: center;
  display: flex;
}

.navbar-expand-xl .nav-item .navbar-text-truncate {
  max-width: 12.5rem;
}

.navbar-expand-xl .container,.navbar-expand-xl .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-expand-xl .navbar-collapse .container,.navbar-expand-xl .navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    left: 0;
    padding: 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500;
  }

  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .container,  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem;
  }

  .navbar-expand-xl .navbar-collapse .container,  .navbar-expand-xl .navbar-collapse .container-fluid {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-expand-xl .navbar-collapse .nav-item {
    display: block;
  }

  .navbar-expand-xl .navbar-collapse .navbar-text-truncate {
    max-width: 100%;
  }

  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(100% - 1.5625rem);
  }

  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:hover,  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent;
  }

  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent;
  }

  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
  }

  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-header,  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-item {
    padding: 0.5rem 0.5rem;
  }

  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-menu {
    display: block;
  }

  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-toggle {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .navbar-expand-xl .navbar-collapse .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .navbar-expand-xl .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem;
  }
}

.navbar-expand {
  justify-content: space-between;
}

.navbar-expand .nav-item {
  align-items: center;
  display: flex;
}

.navbar-expand .nav-item .navbar-text-truncate {
  max-width: 12.5rem;
}

.navbar-expand .container,.navbar-expand .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-expand .navbar-collapse .container,.navbar-expand .navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .navbar-overlay-sm-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450;
  }

  .navbar-overlay-sm-down.show {
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .navbar-overlay-md-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450;
  }

  .navbar-overlay-md-down.show {
    display: flex;
  }
}

@media (max-width: 1199.98px) {
  .navbar-overlay-lg-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450;
  }

  .navbar-overlay-lg-down.show {
    display: flex;
  }
}

.navbar-overlay-up {
  bottom: 0;
  display: none;
  justify-content: space-between;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 450;
}

.navbar-overlay-up.show {
  display: flex;
}

@media (min-width: 576px) {
  .navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
    background-color: #0B5FFF;
    bottom: -0.5rem;
    content: '';
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
}

@media (min-width: 768px) {
  .navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    background-color: #0B5FFF;
    bottom: -0.5rem;
    content: '';
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
}

@media (min-width: 992px) {
  .navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
    background-color: #0B5FFF;
    bottom: -0.5rem;
    content: '';
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
    background-color: #0B5FFF;
    bottom: -0.5rem;
    content: '';
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
}

.navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
  background-color: #0B5FFF;
  bottom: -0.5rem;
  content: '';
  display: block;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  right: 0;
  width: auto;
}

.panel {
  background-color: #FFF;
  border-color: #CED3DE;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0;
  margin-bottom: 1rem;
  word-wrap: break-word;
}

.panel-header {
  border-bottom: 1px solid transparent;
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  padding: 1rem 0;
  position: relative;
  width: 100%;
}

.panel-header.collapsed {
  transition: border-radius 1s ease, border-width 1s ease;
  border-bottom-width: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  .panel-header.collapsed {
    transition: none;
  }
}

.panel-header .collapse-icon-closed,.panel-header .collapse-icon-open {
  font-size: 0.875rem;
  top: calc(1rem + (((1em * 1.2) - 1em) / 2));
}

.panel-header-link {
  color: inherit;
  display: block;
  padding: 1rem 0;
}

.panel-header-link:hover {
  color: inherit;
}

.panel-header-link:focus {
  z-index: 1;
}

.panel-header-link .collapse-icon {
  padding-right: 2.28125rem;
}

.panel-body {
  padding: 1.5rem 0;
}

.panel-footer {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
  border-top: 1px solid transparent;
  padding: 1rem 0;
}

.panel-title {
  font-weight: 600;
}

.panel-group {
  background-color: #FFF;
  border-radius: 0;
}

.panel-group .panel {
  margin-bottom: -1px;
}

.panel-group .panel:first-child,.panel-group .panel:first-child .panel-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-group .panel:not(:first-child) {
  border-radius: 0;
  margin-top: -1px;
}

.panel-group .panel:not(:first-child) .panel-header {
  border-radius: 0;
}

.panel-group .panel:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-group .panel:last-child .panel-header.collapsed {
  transition: border-radius 1s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .panel-group .panel:last-child .panel-header.collapsed {
    transition: none;
  }
}

.panel-group .panel-header {
  border-bottom-width: 0;
}

.panel-group .panel-header + .panel-collapse > .panel-body {
  border-top: 1px solid transparent;
}

.panel-group-fluid .panel,.panel-group-flush .panel {
  border-left-width: 0;
  border-right-width: 0;
}

.panel-group-fluid-first .panel {
  border-left-width: 0;
  border-right-width: 0;
}

.panel-group-fluid-first .panel:first-child {
  border-top-width: 0;
}

.panel-group-fluid-last .panel {
  border-left-width: 0;
  border-right-width: 0;
}

.panel-group-fluid-last .panel:last-child {
  border-bottom-width: 0;
}

.card-body > .panel-group-fluid,.card-body > .panel-group-fluid-first,.card-body > .panel-group-fluid-last {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.sheet > .panel-group-fluid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.sheet > .panel-group-fluid-first {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
}

.sheet > .panel-group-fluid-last {
  margin-bottom: -0.0625rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.panel-group-flush .panel-header,.panel-group-flush .panel-header-link {
  padding-left: 0;
  padding-right: 0;
}

.panel-group-flush .panel-body {
  margin-bottom: 1.5rem;
  padding: 0;
}

.panel-group-flush .collapse-icon {
  padding-right: 1.5rem;
}

.panel-group-flush .collapse-icon-closed,.panel-group-flush .collapse-icon-open {
  right: 0;
}

.panel-secondary {
  border-color: rgba(0, 0, 0, 0.125);
}

.panel-secondary .panel-header {
  background-color: #f8f9fa;
  border-color: rgba(0, 0, 0, 0.125);
}

.panel-group .panel-secondary .panel-header + .panel-collapse > .panel-body {
  border-color: rgba(0, 0, 0, 0.125);
}

.panel-secondary .panel-footer {
  background-color: #f8f9fa;
  border-color: rgba(0, 0, 0, 0.125);
}

.sticker {
  align-items: center;
  border-radius: 0.25rem;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.sticker .lexicon-icon {
  display: block;
  height: 100%;
  margin: auto;
}

.sticker > .inline-item .lexicon-icon {
  margin-top: 0;
}

.sticker-overlay {
  align-items: center;
  border-radius: 0.25rem;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.sticker-top-left {
  left: 15px;
  position: absolute;
  top: 15px;
}

.sticker-top-right {
  left: auto;
  position: absolute;
  right: 15px;
  top: 15px;
}

.sticker-user-icon {
  background-color: #fff;
  border-radius: 5000px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125);
}

.sticker-user-icon .sticker-overlay {
  border-radius: 5000px;
}

.sticker-sm {
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}

.sticker-lg {
  font-size: 1.125rem;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
}

.sticker-xl {
  font-size: 1.25rem;
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
}

.sticker-primary {
  background-color: #0B5FFF;
  color: #fff;
}

.sticker-secondary {
  background-color: #6c757d;
  color: #fff;
}

.sticker-info {
  background-color: #17a2b8;
  color: #fff;
}

.sticker-warning {
  background-color: #ffc107;
  color: #212529;
}

.sticker-light {
  background-color: #f8f9fa;
  color: #212529;
}

.sticker-circle,.sticker-circle .sticker-overlay {
  border-radius: 5000px;
}

table {
  border-collapse: separate;
}

th {
  height: 20px;
}

.table {
  border-collapse: collapse;
  margin-bottom: 0;
}

.table thead td,.table thead th {
  background-color: #FFF;
  border-top-width: 0;
}

.table th {
  color: #495057;
  height: 36px;
  position: relative;
}

.table td {
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 1px;
  border-color: #dee2e6;
  border-style: solid;
  position: relative;
  vertical-align: middle;
}

.table td:first-child,.table th:first-child {
  padding-left: 15px;
}

.table td:last-child,.table th:last-child {
  padding-right: 15px;
}

.table tbody td,.table tbody th {
  background-color: transparent;
}

.table .autofit-col {
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.table .autofit-col:first-child {
  padding-left: 0;
}

.table .autofit-col:last-child {
  padding-right: 0;
}

.table .custom-control {
  margin-bottom: 0;
}

.table-striped tbody tr:nth-of-type(odd) td,.table-striped tbody tr:nth-of-type(odd) th {
  background-color: #F2F2F2;
}

.table .table-active > td,.table .table-active > th {
  background-color: #ECECEC;
}

.table-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.table-title a {
  color: #09101D;
}

.table-title a:hover {
  color: #09101D;
}

.table-link {
  color: #495057;
}

.table-link:hover {
  color: #262a2d;
}

.table-action-link {
  align-items: center;
  border-radius: 0.25rem;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  vertical-align: middle;
  width: 2rem;
}

.table-action-link:hover {
  text-decoration: none;
}

.table-action-link .lexicon-icon {
  margin-top: 0;
}

.table-list {
  border-radius: 0;
  margin-bottom: 0.0625rem;
}

.table-list thead:first-child tr:first-child th:first-child,.table-list thead:first-child tr:first-child td:first-child,.table-list tbody:first-child tr:first-child th:first-child,.table-list tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 0;
}

.table-list thead:first-child tr:first-child th:last-child,.table-list thead:first-child tr:first-child td:last-child,.table-list tbody:first-child tr:first-child th:last-child,.table-list tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 0;
}

.table-list thead:last-child tr:last-child th:first-child,.table-list thead:last-child tr:last-child td:first-child,.table-list tbody:last-child tr:last-child th:first-child,.table-list tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

.table-list thead:last-child tr:last-child th:last-child,.table-list thead:last-child tr:last-child td:last-child,.table-list tbody:last-child tr:last-child th:last-child,.table-list tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

.table-list th,.table-list td {
  box-shadow: inset 0 0.0625rem #dee2e6, 0 0.0625rem #dee2e6;
  padding-top: 1.3125rem;
}

.table-list th:first-child,.table-list td:first-child {
  box-shadow: inset 0 0.0625rem #dee2e6, 0 0.0625rem #dee2e6, inset 0 0 #dee2e6;
  padding-left: 1.25rem;
  padding-top: 1.3125rem;
}

.table-list th:last-child,.table-list td:last-child {
  box-shadow: inset 0 0.0625rem #dee2e6, inset 0 0 #dee2e6, 0 0.0625rem #dee2e6;
  padding-right: 1.25rem;
  padding-top: 1.3125rem;
}

.table-list th:only-child,.table-list td:only-child {
  box-shadow: inset 0 0.0625rem #dee2e6, inset 0 0 #dee2e6, 0 0.0625rem #dee2e6, inset 0 0 #dee2e6;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.3125rem;
}

.table-list thead td,.table-list thead th {
  border-width: 0;
}

.table-list tbody td,.table-list tbody th {
  background-color: #FFF;
  border-width: 0;
  vertical-align: middle;
}

.table-list.table-striped tbody tr:nth-of-type(odd) td,.table-list.table-striped tbody tr:nth-of-type(odd) th {
  background-color: #F2F2F2;
}

.table-list .table-active,.table-list .table-active > th,.table-list .table-active > td {
  background-color: #DADADA;
}

.table-list-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.table-list-title a {
  color: #09101D;
}

.table-list-title a:hover {
  color: #09101D;
}

.table-list-link {
  color: #495057;
}

.table-list-link:hover {
  color: #262a2d;
}

.table-list-action-link {
  align-items: center;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  vertical-align: middle;
  width: 2rem;
}

.table-list-action-link:hover {
  text-decoration: none;
}

.table-list-action-link .lexicon-icon {
  margin-top: 0;
}

.table-autofit td,.table-autofit th {
  width: 1%;
}

.table .table-divider td,.table .table-divider th {
  background-color: #FFF;
  padding: 1.25rem;
}

.table-list .table-divider td,.table-list .table-divider th {
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.8125rem;
}

.table .quick-action-menu {
  align-items: flex-start;
  background-color: #fff;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.table-striped tbody tr:nth-of-type(odd) .quick-action-menu {
  background-color: #F2F2F2;
}

.table-striped tbody .table-active:nth-of-type(odd) .quick-action-menu {
  background-color: #F2F2F2;
}

.table-active .quick-action-menu {
  background-color: #ECECEC;
}

.table-list .quick-action-menu {
  align-items: center;
  background-color: #FFF;
  bottom: 0;
  top: 0.0625rem;
}

.table-list.table-striped tbody tr:nth-of-type(odd) .quick-action-menu {
  background-color: #F2F2F2;
}

.table-list.table-striped tbody .table-active:nth-of-type(odd) .quick-action-menu {
  background-color: #DADADA;
}

.table-list .table-active .quick-action-menu {
  background-color: #DADADA;
}

.table-responsive-sm {
  margin-bottom: 3rem;
}

.table-responsive-md {
  margin-bottom: 3rem;
}

.table-responsive-lg {
  margin-bottom: 3rem;
}

.table-responsive-xl {
  margin-bottom: 3rem;
}

.table-responsive {
  margin-bottom: 3rem;
}

.table .table-img {
  height: auto;
  max-height: 100px;
  max-width: none;
  width: auto;
}

#docsArticle .article-body td,#docsArticle .article-body th {
  padding: 0.75rem;
}

#docsTOC .nav-link {
  padding-left: 0;
  padding-right: 0;
}

#docsTOC .nav-link:focus,#docsTOC .nav-link.active {
  color: #004AD7;
}

#docsTOC .nav-link:hover {
  color: #0053F0;
}

#docsTOC .nav-link.active {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  #docsTOC {
    display: none;
  }
}

#systemStatusBanner {
  margin-top: 1rem;
}

.article-author,.meta-group {
  display: flex;
}

.article-author {
  margin-bottom: 1.5rem;
}

.article-author .avatar {
  margin-right: 1rem;
  margin-top: 0.125rem;
}

.article-body {
  color: #2A303E;
}

.article-body p + a[id] {
  margin-top: -3.5rem;
  padding-top: 3.5rem;
}

.article-content {
  padding-bottom: 2.5rem;
}

.article-content h2,.article-content h3,.article-content h4 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.article-content h2 a,.article-content h3 a,.article-content h4 a {
  color: #2A303E;
}

.article-content h2 a::before,.article-content h3 a::before,.article-content h4 a::before {
  content: '';
  display: block;
  margin-top: -4.5rem;
  padding-top: 4.5rem;
  pointer-events: none;
  visibility: hidden;
}

.article-content code,.article-content pre {
  border-radius: 0.25rem;
  font-family: 'Roboto Mono', SFMono-Regular, monospace;
  font-size: 14px;
  line-height: 24px;
}

.article-content code {
  background-color: #E9EBF0;
  padding: 0.125rem 0.25rem;
}

.article-content pre {
  background-color: #2A303E;
  color: #F8FAFF;
  overflow: auto;
  padding: 1rem 1.25rem;
}

.article-content pre code {
  background-color: inherit;
  font-weight: 200;
  padding: 0;
}

.article-content img {
  max-width: 100%;
}

.article-content .next {
  float: right;
}

.article-footer {
  padding-bottom: 4rem;
}

.article-footer .article-label {
  background-color: #F5F7FA;
  border-width: 0;
  font-weight: normal;
  height: 1.25rem;
  margin: 3rem 0;
  padding: 0.25rem 0.5rem;
}

.article-footer .article-label .label-item {
  color: #5B6170;
  font-size: 0.625rem;
  font-weight: 600;
  height: 1rem;
  line-height: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}

.article-footer .article-votes .article-votes-controls {
  padding: 1rem 0;
}

.article-footer .article-votes .article-votes-question {
  font-style: italic;
}

.article-footer .article-votes .article-vote {
  margin-right: 1rem;
  width: 6rem;
}

.article-footer .article-votes .article-vote:after {
  content: attr(title);
}

.article-sidenav {
  padding-bottom: 6rem;
  padding-right: 2.5rem;
}

.article-sidenav a {
  color: #2A303E;
  text-decoration: none;
}

.article-sidenav .active > a {
  border-left: 2.5px solid #004AD7;
  color: #004AD7;
  font-weight: 600;
}

.article-sidenav .collapsible-sidebar {
  cursor: pointer;
  display: none;
  height: 3.5rem;
}

.article-sidenav .collapsible-sidebar h4 {
  display: inline;
  vertical-align: middle;
}

.article-sidenav .collapsible-sidebar .lexicon-icon-menu-hamburger {
  height: 1rem;
  margin: 1.25rem;
  width: 1rem;
}

@media (max-width: 767.98px) {
  .article-sidenav .collapsible-sidebar {
    display: block;
  }

  .article-sidenav .collapsible-sidebar + .sidenav-content {
    display: none;
  }

  .article-sidenav .collapsible-sidebar[aria-expanded='true'] + .sidenav-content {
    display: block;
  }

  .article-sidenav .collapsible-sidebar .lexicon-icon-menu-hamburger {
    display: inline-block;
  }
}

.article-sidenav .nav-item:first-child {
  margin-top: 0.75rem;
}

.article-sidenav .nav-item:last-child {
  margin-bottom: 0.75rem;
}

.article-sidenav .sidenav {
  background-color: #F5F7FA;
  border-radius: 0.25rem;
}

.article-sidenav .sidenav-fallback {
  display: none;
}

.article-sidenav .sidenav-fallback.show {
  display: block;
}

.article-sidenav .sidenav-item {
  display: block;
  padding: 0.75rem 1.5rem;
}

.article-sidenav .sidenav-item:focus {
  background-color: #F0F1F2;
}

.article-sidenav .sidenav-item:hover {
  background-color: #F2F4F5;
}

.article-sidenav .sidenav-tree {
  max-height: 75vh;
  overflow: auto;
}

.article-sidenav .sidenav-tree .nav-nested .nav > li {
  font-weight: normal;
  margin: 0;
}

.article-sidenav .sidenav-tree .nav-nested .nav > li:last-child {
  margin-bottom: 0;
}

.article-sidenav .sidenav-tree .nav-nested .nav > li > a {
  display: block;
  padding: 0.75rem 0 0.75rem 2.25rem;
}

.article-sidenav .sidenav-tree .sidenav-item.btn-unstyled {
  padding: 0.75rem 1.5rem;
  width: 100%;
}

.article-sidenav .sidenav-tree .sidenav-item.btn-unstyled:focus,.article-sidenav .sidenav-tree .sidenav-item.btn-unstyled.expanded,.article-sidenav .sidenav-tree .sidenav-item.btn-unstyled.expanded:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M256%20384a28.207%2028.207%200%200%200%2019.111-8.272l227.221-227.221c11.058-11.026%2011.058-28.941%200-39.999-11.026-11.058-28.94-11.058-39.999%200L256%20314.841%2049.667%20108.508c-11.059-11.058-28.973-11.058-39.999%200-11.059%2011.058-11.059%2028.972%200%2039.999l227.221%20227.221A28.194%2028.194%200%200%200%20256%20384z'%20fill='%232A303E'/%3E%3C/svg%3E");
  font-weight: 600;
}

.article-sidenav .sidenav-tree .sidenav-item.btn-unstyled:hover,.article-sidenav .sidenav-tree .sidenav-item.btn-unstyled.expanded {
  background-position: right 0.8rem top 1rem;
  background-repeat: no-repeat;
  background-size: 0.65rem;
}

.article-sidenav .sidenav-tree .sidenav-item.btn-unstyled:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M396.394%20255.607a28.207%2028.207%200%200%200-8.272-19.111L160.901%209.275c-11.026-11.059-28.94-11.059-39.999%200-11.058%2011.026-11.058%2028.941%200%2039.999l206.333%20206.333L120.902%20461.94c-11.058%2011.058-11.058%2028.973%200%2039.999%2011.059%2011.059%2028.972%2011.059%2039.999%200l227.221-227.221a28.196%2028.196%200%200%200%208.272-19.111z'%20fill='%232A303E'/%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
  .article-sidenav {
    padding-bottom: 1.5rem;
    padding-right: 1rem;
  }
}

.article-title {
  margin-bottom: 1.5rem;
}

.gate-signin-prompt {
  background-color: #F5F7FA;
  border-radius: 0.25rem;
  border-top: 2px solid #5B6170;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  margin-top: -0.5rem;
  padding: 3rem;
}

.gate-signin-prompt .external-link-prompt {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

.gate-signin-prompt .gate-prompt-description {
  margin: 0.5rem 0 1rem;
}

.gate-signin-prompt .icon {
  height: 0.625rem;
  width: 0.625rem;
}

.meta-group {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.recent-articles,.related-articles {
  margin-bottom: 1.5rem;
}

.recent-articles h3,.related-articles h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.recent-articles ul,.related-articles ul {
  list-style: none;
  padding: 0;
}

.recent-articles li,.related-articles li {
  font-size: 0.875rem;
  line-height: 1.333;
  padding-bottom: 1.5rem;
}

.toc-body.fixed {
  max-width: 16.66667%;
  position: fixed;
  top: 3.5rem;
}

.toc-body .toc-heading {
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}

.breadcrumbs li {
  font-size: 0.75rem;
  margin-right: 0.5em;
  position: relative;
}

.breadcrumbs li + li {
  padding-left: 1em;
}

.breadcrumbs li + li::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M396.394%20255.607a28.207%2028.207%200%200%200-8.272-19.111L160.901%209.275c-11.026-11.059-28.94-11.059-39.999%200-11.058%2011.026-11.058%2028.941%200%2039.999l206.333%20206.333L120.902%20461.94c-11.058%2011.058-11.058%2028.973%200%2039.999%2011.059%2011.059%2028.972%2011.059%2039.999%200l227.221-227.221a28.196%2028.196%200%200%200%208.272-19.111z'%20fill='%236c757d'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  float: left;
  height: 0.75em;
  left: 0;
  margin-top: -0.375em;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0.75em;
}

.breadcrumbs li a {
  color: #6c757d;
}

.breadcrumbs li a:hover {
  text-decoration: none;
}

a[role='button'] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

a[role='button'],input[type='submit'],label[role='button'] {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn-outline-primary,.btn-outline-primary:focus,.btn-outline-primary:hover,.btn-outline-primary:not([href]):not([tabindex]),.btn-outline-primary:not([href]):not([tabindex]):focus,.btn-outline-primary:not([href]):not([tabindex]):hover,.article-vote,.article-vote:focus,.article-vote:hover,.article-vote:not([href]):not([tabindex]),.article-vote:not([href]):not([tabindex]):focus,.article-vote:not([href]):not([tabindex]):hover,.btn-outline-primary,.btn-outline-primary:focus,.btn-outline-primary:hover,.btn-outline-primary:not([href]):not([tabindex]),.btn-outline-primary:not([href]):not([tabindex]):focus,.btn-outline-primary:not([href]):not([tabindex]):hover {
  background-color: #FFF;
  border-color: #0B5FFF;
  color: #0B5FFF;
  cursor: pointer;
  font-weight: 600;
}

.btn-outline-primary[disabled='true'],.article-vote[disabled='true'],.btn-outline-primary[disabled='true'] {
  border-color: #A3A9BA;
  color: #A3A9BA;
}

.btn-outline-primary[role='button'],.article-vote[role='button'],.btn-outline-primary[role='button'] {
  background-color: transparent;
}

.btn-outline-primary:focus,.btn-outline-primary:not([href]):not([tabindex]):focus,.article-vote:focus,.article-vote:not([href]):not([tabindex]):focus,.btn-outline-primary:focus,.btn-outline-primary:not([href]):not([tabindex]):focus {
  background-color: #EBF0FA;
  box-shadow: none;
}

.btn-outline-primary:hover,.btn-outline-primary:not([href]):not([tabindex]):hover,.article-vote:hover,.article-vote:not([href]):not([tabindex]):hover,.btn-outline-primary:hover,.btn-outline-primary:not([href]):not([tabindex]):hover {
  background-color: #F3F7FF;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(2, 19, 51, 0.15);
}

a[role='button'].btn-unstyled,.btn-unstyled {
  background-color: rgba(0, 0, 0, 0.001);
  border-width: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  vertical-align: baseline;
}

a[role='button'].btn-primary,input[type='submit'],.btn-primary {
  background-color: #0B5FFF;
  border: 1px solid;
  color: #FFF;
  cursor: pointer;
  font-weight: 600;
}

a[role='button'].btn-primary:focus,input[type='submit']:focus,.btn-primary:focus {
  background-color: #004AD7;
}

a[role='button'].btn-primary:hover,input[type='submit']:hover,.btn-primary:hover {
  background-color: #0053F0;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(2, 19, 51, 0.36);
}

a[role='button'].btn-primary[disabled='true'],input[type='submit'][disabled='true'],.btn-primary[disabled='true'] {
  background-color: #B3CDFF;
}

input[type='submit'] {
  border-color: transparent;
}

.need-help {
  border-top: 1px solid #E9EBF0;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.need-help h2 {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.need-help .action-item {
  padding-bottom: 1.5rem;
  padding-top: 1.25rem;
}

.need-help .action-item .disclaimer {
  padding-top: 1rem;
}

.need-help .action-item .icon {
  background-color: #F5F7FA;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}

.need-help .action-item .link {
  padding-left: 1rem;
  padding-right: 1.5rem;
}

.need-help .action-item .name {
  display: flex;
}

@media (max-width: 767.98px) {
  .need-help .action-item .message {
    display: none;
  }
}

.sidebar-cta {
  background-color: #F5F7FA;
  border-radius: 0.25rem;
  padding: 1.5rem;
}

.sidebar-cta .icon {
  height: 2rem;
  width: 2rem;
}

.sidebar-cta .sidebar-content {
  color: #5B6170;
  font-weight: normal;
  margin: 1rem 0;
}

.sidebar-cta .sidebar-heading {
  margin-top: 1rem;
}

.cta-card,.nav-card,.product-card {
  border-radius: 0.25rem;
}

.cta-card a,.nav-card a,.product-card a {
  color: #5B6170;
}

.cta-card a:hover,.nav-card a:hover,.product-card a:hover {
  text-decoration: none;
}

.cta-card .description,.nav-card .description,.product-card .description {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.cta-card .title,.nav-card .title,.product-card .title {
  color: #09101D;
  margin: 0;
}

.cta-card,.product-card {
  border: 1px solid rgba(9, 16, 24, 0.12);
  box-shadow: 0 6px 15px -6px rgba(9, 16, 29, 0.06);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.cta-card:hover,.product-card:hover {
  border-bottom: 3px solid #0B5FFF;
  box-shadow: 0 6px 11px 0 rgba(9, 16, 29, 0.09);
  margin-bottom: -3px;
  text-decoration: none;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.cta-card {
  background-color: #FFF;
  display: block;
  padding: 1.5rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .cta-card {
    margin-bottom: 1.5rem;
  }

  .cta-card:hover {
    margin-bottom: 22px;
  }
}

.cta-card .icon {
  height: 2.5rem;
  width: 2.5rem;
}

.nav-card .icon,.product-card .icon {
  height: 2rem;
  margin-right: 1rem;
  width: 2rem;
}

.nav-card {
  border-width: 0;
  flex-basis: 50%;
}

.nav-card .description {
  margin-top: 0.25rem;
}

.product-card {
  margin-right: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
}

.announcement-body .article-list,.categories-main .article-list,.section-content .article-list {
  margin: 0;
  padding-left: 0;
  padding-right: 1.5rem;
}

.announcement-body .article-list .article-list-item,.categories-main .article-list .article-list-item,.section-content .article-list .article-list-item {
  border-bottom: 1px solid #CED3DE;
  list-style: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.announcement-body .section,.categories-main .section,.section-content .section {
  margin-bottom: 1.5rem;
}

.announcement-body .section-name,.categories-main .section-name,.section-content .section-name {
  color: #09101D;
  margin-bottom: 1.5rem;
}

.categories-main,.section-content {
  margin-bottom: 4rem;
}

.categories-main .alert,.section-content .alert {
  margin-top: 1rem;
}

.products-landing-tab-content {
  display: flex;
  flex-wrap: wrap;
}

.products-landing-tab-content .product-card {
  width: 45%;
}

.products-landing-tabs {
  border-bottom: 1px solid #E9EBF0;
  color: #5B6170;
  margin-bottom: 1.5rem;
  margin-top: 2.25rem;
}

.products-landing-tabs .nav-link {
  padding: 0.5rem 1.5rem;
}

.products-landing-tabs .nav-link:focus {
  box-shadow: none;
}

.products-landing-tabs .nav-link.active {
  color: #09101D;
  font-weight: 600;
}

.products-landing-tabs .nav-link.btn-unstyled {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .products-landing .product-card,  .products-landing-tab-content .product-card {
    width: 100%;
  }
}

h1 {
  font-size: 2rem;
}

h1.display {
  font-size: 3rem;
  line-height: 1.17;
}

h1.title {
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  h1.display,  h1.title {
    margin-bottom: 0;
  }

  h1.display {
    font-size: 2rem;
    line-height: 1.5;
  }
}

h1,h2 {
  line-height: 40px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  margin: 0;
}

h2.display {
  margin-bottom: 1rem;
}

h3,h4 {
  line-height: 1.5;
}

h3,h6 {
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

h3 {
  margin-top: 0.75rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 20px;
}

h6 {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 16px;
}

dd,p {
  margin-bottom: 1.5rem;
}

input[type='search'] {
  box-sizing: border-box;
}

input:not([type='submit']),select,textarea,.nesty-input,.upload-dropzone {
  background-clip: border-box;
  border-radius: 0.25rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  width: 100%;
}

input:not([type='submit']):disabled,input:not([type='submit'])[readonly],select:disabled,select[readonly],textarea:disabled,textarea[readonly],.nesty-input:disabled,.nesty-input[readonly],.upload-dropzone:disabled,.upload-dropzone[readonly] {
  background-color: #E9EBF0;
  color: #A3A9BA;
}

input:not([type='submit']).input-small,select.input-small,textarea.input-small,.nesty-input.input-small,.upload-dropzone.input-small {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
}

input:not([type='submit']),select,select.form-control,textarea,.nesty-input {
  background-color: #F3F4F5;
  border-width: 0;
  color: #09101D;
}

input:not([type='submit'])::-webkit-input-placeholder,select::-webkit-input-placeholder,select.form-control::-webkit-input-placeholder,textarea::-webkit-input-placeholder,.nesty-input::-webkit-input-placeholder {
  color: #5B6170;
}

input:not([type='submit']):-ms-input-placeholder,select:-ms-input-placeholder,select.form-control:-ms-input-placeholder,textarea:-ms-input-placeholder,.nesty-input:-ms-input-placeholder {
  color: #5B6170;
}

input:not([type='submit'])::-ms-input-placeholder,select::-ms-input-placeholder,select.form-control::-ms-input-placeholder,textarea::-ms-input-placeholder,.nesty-input::-ms-input-placeholder {
  color: #5B6170;
}

input:not([type='submit'])::placeholder,select::placeholder,select.form-control::placeholder,textarea::placeholder,.nesty-input::placeholder {
  color: #5B6170;
}

input:not([type='submit']):active,input:not([type='submit']):focus,select:active,select:focus,select.form-control:active,select.form-control:focus,textarea:active,textarea:focus,.nesty-input:active,.nesty-input:focus {
  background-color: #F0F5FF;
  color: #09101D;
}

input:not([type='submit']):focus,select:focus,select.form-control:focus,textarea:focus,.nesty-input:focus {
  border-color: #71A2FF;
  box-shadow: none;
}

input:not([type='submit']),select,.nesty-input {
  height: 2.5rem;
  z-index: auto;
}

main {
  border-bottom: 1px solid #E9EBF0;
}

textarea,.upload-dropzone {
  height: auto;
}

.cta {
  background-color: #F5F7FA;
  border-radius: 0.25rem;
  margin-bottom: 4rem;
  margin-top: 3rem;
  padding: 3rem 1.5rem;
  text-align: center;
  width: 100%;
}

.cta .btn-outline-primary {
  margin-top: 1.5rem;
}

.cta.landing-page-cta {
  padding: 1.5rem;
}

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

.initiative-blurb {
  border-left: 2px solid #FF8F39;
  font-style: italic;
  margin: 1.5rem 0 3rem;
  padding-left: 1.5rem;
}

.initiative-blurb .leading-text {
  color: #B95000;
  font-weight: 600;
}

.initiative-label {
  border: 1px solid #FF8F39;
  color: #B95000;
  display: inline-block;
  font-weight: 400;
  margin-left: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

.label-sm {
  border-width: 0.0625rem;
  font-size: 0.625rem;
  height: auto;
  min-height: 1rem;
  padding-bottom: 0.3rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.3rem;
  padding-bottom: 0.25rem;
}

.lexicon-icon-arrow-right {
  height: 0.5rem;
  margin-left: 0.25rem;
  width: 0.625rem;
}

.main-content {
  margin-top: 3.5rem;
}

.search-lg input[type='search'],.search-nav input[type='search'] {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M503.254%20467.861L369.609%20334.216c27.671-35.13%2044.344-79.327%2044.344-127.415C413.953%2093.017%20321.375.439%20207.591.439S1.229%2093.017%201.229%20206.801s92.578%20206.362%20206.362%20206.362c47.268%200%2090.735-16.146%20125.572-42.969l133.851%20133.851c5.002%205.002%2011.554%207.488%2018.106%207.488s13.104-2.486%2018.106-7.488c10.004-10.003%2010.004-26.209.029-36.183zM52.446%20206.801c0-85.558%2069.616-155.173%20155.173-155.173s155.174%2069.616%20155.174%20155.173-69.616%20155.173-155.173%20155.173S52.447%20292.358%2052.447%20206.801z'%20fill='%23FFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  border: 0;
  color: #FFF;
}

.search-lg input[type='search']::-webkit-input-placeholder,.search-nav input[type='search']::-webkit-input-placeholder {
  color: #FFF;
}

.search-lg input[type='search']:-ms-input-placeholder,.search-nav input[type='search']:-ms-input-placeholder {
  color: #FFF;
}

.search-lg input[type='search']::-ms-input-placeholder,.search-nav input[type='search']::-ms-input-placeholder {
  color: #FFF;
}

.search-lg input[type='search']::placeholder,.search-nav input[type='search']::placeholder {
  color: #FFF;
}

.search-lg input[type='search']:focus,.search-nav input[type='search']:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M295.781%20256L500.986%2050.795c10.998-10.998%2010.998-28.814%200-39.781-10.998-10.998-28.815-10.998-39.781%200L256%20216.219%2050.795%2010.981c-10.966-10.998-28.814-10.998-39.781%200-10.998%2010.998-10.998%2028.814%200%2039.781L216.219%20256%2011.014%20461.205c-10.998%2010.998-10.998%2028.815%200%2039.781%205.467%205.531%2012.671%208.265%2019.874%208.265s14.407-2.734%2019.907-8.233L256%20295.78l205.205%20205.205c5.5%205.5%2012.703%208.233%2019.906%208.233s14.407-2.734%2019.906-8.233c10.998-10.998%2010.998-28.815%200-39.781L295.779%20255.999z'%20fill='%23FFF'/%3E%3C/svg%3E");
  background-size: 0.625rem;
}

.search-lg input[type='search'] {
  background-position: right 1.5rem center;
  background-size: 1rem;
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 2.8rem;
}

.search-nav {
  width: 232px;
}

.search-nav input[type='search'] {
  background-position: right 0.7rem center;
  background-size: 0.75rem;
  font-size: 0.875rem;
  height: 2.25rem;
  padding-right: 1.25rem;
}

.secondary-font {
  font-size: 0.875rem;
  line-height: 1.429;
}

.secondary-text-color {
  color: #5B6170;
}

.semi-bold {
  font-weight: 600;
}

.small {
  line-height: 1.333;
}

.small-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.upload-dropzone {
  color: #5B6170;
}

.error {
  margin-bottom: 6rem;
  text-align: center;
}

.error .img {
  display: block;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  padding-top: 5rem;
}

.footer {
  padding-top: 4rem;
}

.footer .copyright {
  background-color: #F5F7FA;
  margin-top: 4rem;
  padding: 1.5rem 0;
  text-transform: uppercase;
}

.footer .copyright .footer-language-selector {
  text-transform: none;
}

@media (max-width: 575.98px) {
  .footer .copyright .footer-language-selector {
    padding-top: 0.75rem;
  }
}

.footer .copyright .lexicon-icon-language {
  margin-right: 0.5rem;
  margin-top: 0.175rem;
}

.footer .footer-links {
  list-style: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
}

.footer .footer-links li {
  margin-bottom: 1rem;
}

.footer .footer-links li a {
  color: #2A303E;
}

.footer .language-selector {
  cursor: pointer;
}

.footer .language-selector,.footer .social-links {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .footer .language-selector,  .footer .social-links {
    justify-content: left;
  }
}

.footer .language-selector .social-icon,.footer .social-links .social-icon {
  align-items: center;
  background-color: #F5F7FA;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.footer .language-selector .social-icon:not(:first-child),.footer .social-links .social-icon:not(:first-child) {
  margin-left: 1.5rem;
}

.footer .language-selector .social-icon a,.footer .social-links .social-icon a {
  color: #09101D;
}

.footer .liferay-logo {
  height: 64px;
  width: 118px;
}

.header {
  background-color: #134194;
  color: rgba(255, 255, 255, 0.85);
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5000;
}

.header.hide-header {
  background: linear-gradient(107.81deg, #113b87 0.45%, #113b8c 28.91%, #10387c 100%);
}

.header.scroll-shadow {
  box-shadow: 0 2px 2px -2px rgba(9, 16, 29, 0.3);
}

.header.scroll-shadow.hide-header {
  background: #134194;
}

.header .header-content {
  align-items: center;
  display: flex;
  height: 3.5rem;
}

.header .header-content.user-wrapper {
  justify-content: flex-end;
}

.header .header-content.user-wrapper input[type='search']::-webkit-input-placeholder {
  color: #FFF;
}

.header .header-content.user-wrapper input[type='search']:-ms-input-placeholder {
  color: #FFF;
}

.header .header-content.user-wrapper input[type='search']::-ms-input-placeholder {
  color: #FFF;
}

.header .header-content.user-wrapper input[type='search']::placeholder {
  color: #FFF;
}

.header .header-content .header-link {
  display: block;
  height: 1.5rem;
  padding-right: 0.5rem;
  width: 2rem;
}

.header .header-content .header-link .header-logo {
  height: 100%;
  width: 100%;
}

.header .header-content .site-name {
  color: #FFF;
  margin: 0;
}

@media (max-width: 767.98px) {
  .header .header-content .site-name {
    display: none;
  }
}

.header .header-inner {
  justify-content: space-between;
}

.header .header-menu {
  background-color: #FFF;
  border-top: 1px solid #E9EBF0;
  cursor: initial;
  display: none;
  left: 0;
  min-height: 432px;
  position: fixed;
  top: 3.5rem;
  width: 100%;
}

.header .header-menu .header-menu-content {
  padding: 3rem 0;
}

.header .header-menu .header-menu-content .card-menu .nav-card {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 1.25rem 1.5rem 1rem;
  width: 50%;
}

.header .header-menu .header-menu-content .card-menu .nav-card:hover {
  background-color: #F5F7FA;
  color: #5B6170;
  text-decoration: none;
}

.header .header-menu .header-menu-content .card-menu-container {
  margin: 0 auto;
  width: 60%;
}

.header .header-menu .header-menu-content .menu-body {
  display: flex;
}

.header .header-menu .header-menu-content .menu-body h6 {
  margin-top: 2rem;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.header .header-menu .header-menu-content .submenu {
  border-left: 1px solid #E9EBF0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.header .header-menu .header-menu-content .submenu.language-selection {
  padding: 0 2rem;
}

.header .header-menu .header-menu-content .submenu.language-selection svg {
  height: 2.5rem;
  width: 2.5rem;
}

.header .header-menu .header-menu-content .submenu.language-selection .available-languages {
  padding: 0 1rem;
}

.header .header-menu .header-menu-content .submenu.language-selection .available-languages a {
  color: #5B6170;
  display: block;
  padding: 0.5rem 0;
}

.header .header-menu .header-menu-content .submenu.language-selection .available-languages .current {
  color: #09101D;
}

.header .header-menu .header-menu-content .submenu .highlighted {
  padding: 0 1rem;
}

.header .header-menu .header-menu-content .submenu .highlighted svg {
  background-color: #F5F7FA;
  border-radius: 50%;
  margin: 0.75rem 1rem;
}

.header .header-menu .header-menu-content .submenu .highlighted .title {
  color: #0B5FFF;
}

.header .header-menu .header-menu-content .submenu .language {
  padding: 0 1.5rem;
}

.header .header-menu .header-menu-content .submenu .language .nav-card {
  padding: 1rem;
}

.header .header-menu .header-menu-content .submenu .language .nav-card svg {
  width: 0.875rem;
}

.header .header-menu .header-menu-content .submenu .language .nav-card .title {
  color: #5B6170;
}

.header .header-menu-list {
  justify-content: center;
}

.header .header-menu-list h5 {
  margin-bottom: 0;
}

.header .header-menu-list .list-item {
  border-radius: 0.25rem;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  position: relative;
}

.header .header-menu-list .list-item:hover,.header .header-menu-list .list-item.active {
  color: #FFF;
}

.header .header-menu-list .list-item:hover .lexicon-icon-menu-caret,.header .header-menu-list .list-item.active .lexicon-icon-menu-caret {
  visibility: visible;
}

.header .header-menu-list .list-item:hover {
  background-color: rgba(9, 16, 29, 0.4);
  cursor: pointer;
}

.header .header-menu-list .list-item.active .lexicon-icon-menu-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .header-menu-list .list-item.active .header-menu {
  box-shadow: 0 4px 15px 0 rgba(9, 16, 24, 0.03), 0 20px 40px 0 rgba(9, 16, 29, 0.09);
  display: block;
}

.header .header-menu-list .list-item .lexicon-icon-menu-caret {
  height: 1rem;
  margin-bottom: 0.05rem;
  pointer-events: none;
  width: 1rem;
  visibility: hidden;
}

.header .user {
  padding-left: 1rem;
}

.header .user .sign-in {
  background-color: #FFF;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
}

.header .user .user-avatar {
  border-radius: 50%;
  max-height: 2rem;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  background: #FFF;
  border: 1px solid #E9EBF0;
  border-radius: 0.25rem;
  display: none;
  left: 0;
  margin-top: 1px;
  min-width: 10rem;
  padding: 0.75rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.dropdown-menu[aria-expanded='true'] {
  display: block;
}

.dropdown-menu [role="menuitem"] {
  color: #2A303E;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-menu [role="menuitem"]:hover {
  background-color: #F5F7FA;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

.homepage .announcements .announcement {
  display: inline-block;
}

.homepage .announcements .announcement-body {
  margin-left: 3.25rem;
  margin-top: 1.5rem;
}

.homepage .announcements .announcement-heading {
  align-items: center;
  display: flex;
  margin-top: 1.5rem;
}

.homepage .announcements .announcement-icon {
  height: 2.5rem;
  margin-right: 0.75rem;
  width: 2.5rem;
}

.homepage .announcements .article-list-item a {
  color: #2A303E;
}

.homepage .banner {
  background: linear-gradient(107.81deg, #113B87 0.45%, #113b8c 28.91%, #10387c 100%);
  background-color: #134194;
  background-size: cover;
  display: block;
  min-height: 414px;
}

.homepage .banner #query {
  border-left: 3px solid #FDCC4A;
}

.homepage .banner .display {
  color: #FFF;
  margin-bottom: 1.5rem;
  margin-top: 6.5rem;
}

.homepage .cta-links {
  justify-content: center;
  margin-top: -3rem;
}

.homepage .cta-links li {
  display: flex;
  flex-direction: column;
}

.homepage .cta-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.homepage .cta-links .cta-card {
  flex-grow: 1;
}

.homepage .product-card {
  min-height: 90px;
}

@media (max-width: 991.98px) {
  .homepage .product-card {
    min-height: auto;
  }
}

.homepage .quick-links {
  color: #FFF;
  margin-top: 1.5rem;
}

.homepage .quick-links a {
  color: #FFF;
  padding-left: 1rem;
  opacity: 0.8;
  text-decoration: underline;
}

.homepage .suggested-topics {
  margin-bottom: 4.5rem;
  margin-top: 2.5rem;
}

.homepage .suggested-topics h2 {
  margin-bottom: 0.75rem;
}

.homepage .suggested-topics .topic h3,.homepage .suggested-topics .topic p {
  margin-bottom: 1.5rem;
}

.homepage .title-label {
  background-color: #EDF9F0;
  border-radius: 0.25rem;
  color: #287D3C;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.375rem 0.5rem;
  text-transform: uppercase;
}

.alert-indicator {
  margin-right: 0.3125rem;
}

.notification,.site-wide-notification {
  border-radius: 0;
  border-width: 0 0 1px;
  font-family: inherit;
  font-size: 0.875rem;
}

.notification .notification-icon:before,.site-wide-notification .notification-icon:before {
  line-height: 1.125rem;
}

.notification {
  position: fixed;
  top: 4rem;
  z-index: 1;
}

.notification .notification-text ul {
  list-style: none;
  margin: 0;
  padding-left: 1rem;
}

.notification-error {
  background-color: #FEEFEF;
  border-color: #F48989;
  color: #DA1414;
}

.notification-error .notification-dismiss:before {
  color: #DA1414;
}

.notification-inline {
  border-radius: 0.25rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  position: relative;
  top: 0;
}

.notification-notice {
  background-color: #EEF2FA;
  border-color: #89A7E0;
  color: #2E5AAC;
}

.notification-notice .notification-dismiss:before {
  color: #2E5AAC;
}

.site-wide-notification {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.site-wide-notification a,.site-wide-notification .notification-title {
  font-weight: 600;
}

.site-wide-notification .icon {
  vertical-align: text-bottom;
}

.site-wide-notification .notification-content {
  display: inline-block;
  padding-left: 1.5rem;
}

.pagination {
  margin: 0.5rem 0;
}

.pagination a,.pagination button,.pagination .pagination-current span {
  color: #09101D;
  display: block;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-decoration: none;
}

.pagination a:active,.pagination a:focus,.pagination a:hover,.pagination button:active,.pagination button:focus,.pagination button:hover,.pagination .pagination-current span:active,.pagination .pagination-current span:focus,.pagination .pagination-current span:hover {
  border-radius: 10%;
}

.pagination a:hover,.pagination button:hover,.pagination .pagination-current span:hover {
  background-color: #F0F5FF;
}

.pagination a:focus,.pagination button:focus,.pagination .pagination-current span:focus {
  outline: none;
}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
}

.pagination .pagination-current span {
  background-color: #F3F7FF;
  color: #0B5FFF;
}

.panel {
  border-left: 0;
  border-right: 0;
}

.panel.show .panel-body {
  display: block;
}

.panel.show .panel-header::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M256%20384a28.207%2028.207%200%200%200%2019.111-8.272l227.221-227.221c11.058-11.026%2011.058-28.941%200-39.999-11.026-11.058-28.94-11.058-39.999%200L256%20314.841%2049.667%20108.508c-11.059-11.058-28.973-11.058-39.999%200-11.059%2011.058-11.059%2028.972%200%2039.999l227.221%20227.221A28.194%2028.194%200%200%200%20256%20384z'%20fill='%235B6170'/%3E%3C/svg%3E");
}

.panel-body,.panel-header {
  padding-left: 0;
}

.panel-body {
  border-top: 1px solid #CED3DE;
  color: #5B6170;
  display: none;
  font-size: 0.875rem;
  line-height: 1.429;
}

.panel-header {
  cursor: pointer;
}

.panel-header::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M396.394%20255.607a28.207%2028.207%200%200%200-8.272-19.111L160.901%209.275c-11.026-11.059-28.94-11.059-39.999%200-11.058%2011.026-11.058%2028.941%200%2039.999l206.333%20206.333L120.902%20461.94c-11.058%2011.058-11.058%2028.973%200%2039.999%2011.059%2011.059%2028.972%2011.059%2039.999%200l227.221-227.221a28.196%2028.196%200%200%200%208.272-19.111z'%20fill='%235B6170'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  float: right;
  height: 1rem;
  position: absolute;
  right: 0.5rem;
  top: 40%;
  width: 1rem;
}

.panel-title {
  padding-right: 2rem;
}

#mark_as_solved,.comment-fields,.request-submit-comment {
  display: none;
}

#request_organization_id:disabled {
  color: #A3A9BA;
  cursor: not-allowed;
}

.attachment-meta {
  padding-left: 1rem;
}

.attachments,.comment-list,.request-collaborators {
  list-style: none;
  margin-top: 0.5rem;
  padding-left: 0;
}

.comment-body img {
  width: 100%;
}

.comment-list {
  margin-bottom: 1.5rem;
}

.comment-list .comment {
  border-bottom: 1px solid #CED3DE;
}

.comment-list .comment:first-child {
  border-top: 1px solid #CED3DE;
}

.comment-list .comment-author {
  font-weight: 600;
}

.comment-list .comment-body {
  padding-top: 1rem;
}

.comment-list .comment-body p {
  margin: 0 0 1rem;
}

.individual-request {
  margin-bottom: 6rem;
}

.individual-request .request-details:not(:last-child) {
  border-bottom: 1px solid #CED3DE;
  margin-bottom: 1.5rem;
}

.individual-request .request-details dd,.individual-request .request-details dt {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.429;
}

.individual-request .request-details dd {
  width: 58%;
}

.individual-request .request-details dt {
  color: #5B6170;
  font-weight: 400;
  width: 40%;
}

.individual-request .request-sidebar {
  padding: 0;
}

.individual-request .request-sidebar .large-file-attachment-wrapper {
  margin-top: 1.5rem;
  text-align: center;
}

.individual-request .request-sidebar .large-file-attachment-wrapper .lexicon-icon-paperclip {
  margin-right: 0.25rem;
}

.individual-request .request-sidebar .sidebar-container {
  background-color: #F5F7FA;
  border-radius: 0.25rem;
  padding: 1.5rem;
}

.comment-fields {
  margin-bottom: 1rem;
}

.comment-form,.request-form {
  padding-bottom: 1.5rem;
}

.comment-form label,.request-form label {
  font-size: 1rem;
  font-weight: 600;
}

.comment-form footer,.request-form footer {
  margin-bottom: 6rem;
  margin-top: 3rem;
}

.comment-form textarea,.request-form textarea {
  height: 150px;
}

.comment-form .comment-attachments,.request-form .comment-attachments {
  margin-top: 1rem;
}

.comment-form .comment-form-controls,.request-form .comment-form-controls {
  display: flex;
  float: right;
}

.comment-form .comment-form-controls .request-submit-comment,.request-form .comment-form-controls .request-submit-comment {
  margin-left: 1rem;
}

.comment-form .comment-show-container,.request-form .comment-show-container {
  margin-bottom: 1.5rem;
}

.comment-form .form-field,.request-form .form-field {
  margin-bottom: 1.5rem;
}

.custom-suggestion-list {
  background-color: #F3F7FF;
  border-radius: 0.25rem;
  margin-top: 0.75rem;
  padding: 1.5rem;
}

.custom-suggestion-list a {
  font-size: 0.875rem;
  line-height: 2;
  text-decoration: none;
}

.custom-suggestion-list label {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle%20fill='%232E5AAC'%20cx='10'%20cy='10'%20r='10'/%3E%3Cpath%20d='M11.562%2013.61v.546c0%20.104-.029.196-.087.274a.543.543%200%200%201-.225.175v.176c0%20.13-.046.241-.137.332a.452.452%200%200%201-.332.137H9.22a.452.452%200%200%201-.332-.137.452.452%200%200%201-.137-.332v-.176a.543.543%200%200%201-.225-.175.443.443%200%200%201-.088-.274v-.547c0-.065.023-.12.069-.166a.226.226%200%200%201%20.166-.068h2.656c.065%200%20.12.023.166.068.046.046.068.101.068.166zm-2.792-.86a.481.481%200%200%201-.274-.078.374.374%200%200%201-.156-.215%205.496%205.496%200%200%200-.508-.996%208.252%208.252%200%200%200-.488-.664c-.274-.339-.462-.612-.567-.82-.143-.339-.215-.769-.215-1.29%200-.624.153-1.2.46-1.728a3.386%203.386%200%200%201%201.25-1.25A3.383%203.383%200%200%201%2010%205.25c.625%200%201.201.153%201.729.459.527.306.944.723%201.25%201.25.305.527.458%201.104.458%201.729%200%20.52-.071.95-.214%201.289-.105.208-.293.481-.567.82-.208.26-.37.482-.488.664-.195.3-.365.631-.508.996a.374.374%200%200%201-.156.215.481.481%200%200%201-.274.078H8.77zm-.333-4.062c0-.43.153-.798.46-1.104A1.505%201.505%200%200%201%2010%207.125c.091%200%20.166-.03.225-.088a.304.304%200%200%200%20.087-.224.304.304%200%200%200-.087-.225A.304.304%200%200%200%2010%206.5c-.39%200-.755.098-1.094.293a2.148%202.148%200%200%200-.8.8%202.152%202.152%200%200%200-.294%201.095c0%20.09.03.166.088.224A.304.304%200%200%200%208.125%209c.091%200%20.166-.03.225-.088a.304.304%200%200%200%20.087-.224z'%20fill='%23FFF'/%3E%3C/svg%3E");
  background-position: left 0 center;
  background-repeat: no-repeat;
  background-size: 1em auto;
  color: #2E5AAC;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 2rem;
}

.custom-suggestion-list ul {
  list-style: none;
  margin: 0;
  padding-left: 2rem;
}

.meta-data:not(:last-child)::after {
  content: '\B7';
  padding-left: 0.25rem;
}

.request-container {
  padding-right: 6rem;
}

.request-container .autofit-col-expand {
  padding-left: 0;
}

.request-container .autofit-padded > .autofit-col {
  padding-top: 1rem;
}

.request-container .satisfaction-box {
  background-color: #F5F7FA;
  border-width: 0;
}

.request-container .satisfaction-box h4 {
  padding-bottom: 0.75rem;
  padding-top: 1.5rem;
}

.request-container .satisfaction-box input[type='radio'][value='good'] + label:hover {
  border-color: #287D3C;
  color: #287D3C;
}

.request-container .satisfaction-box input[type='radio'][value='bad'] + label:hover {
  border-color: #DA1414;
  color: #DA1414;
}

.request-container .satisfaction-box label[role='button'] {
  border: 1px solid #CED3DE;
  color: initial;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}

.request-container .satisfaction-link-box {
  padding-bottom: 0.75rem;
}

.request-filter label {
  color: #5B6170;
}

.request-filter input[type='text'] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M503.254%20467.861L369.609%20334.216c27.671-35.13%2044.344-79.327%2044.344-127.415C413.953%2093.017%20321.375.439%20207.591.439S1.229%2093.017%201.229%20206.801s92.578%20206.362%20206.362%20206.362c47.268%200%2090.735-16.146%20125.572-42.969l133.851%20133.851c5.002%205.002%2011.554%207.488%2018.106%207.488s13.104-2.486%2018.106-7.488c10.004-10.003%2010.004-26.209.029-36.183zM52.446%20206.801c0-85.558%2069.616-155.173%20155.173-155.173s155.174%2069.616%20155.174%20155.173-69.616%20155.173-155.173%20155.173S52.447%20292.358%2052.447%20206.801z'%20fill='%230B5FFF'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 2.5rem;
}

.request-filter .organization {
  max-width: 15.625rem;
}

.request-filter .status {
  max-width: 12.5rem;
}

.request-filter .subscribe {
  max-width: 10rem;
}

@media (max-width: 767.98px) {
  .request-filter .organization,  .request-filter .status,  .request-filter .subscribe {
    max-width: none;
  }
}

.request-form {
  margin-top: 1.5rem;
}

.request-form p {
  font-size: 0.875rem;
}

.request-form #request_description_hint,.request-form .form-field.string p {
  color: #5B6170;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.request-form .form-field.required > label[for]::after {
  color: #DA1414;
  content: ' *';
}

.request-form .suggestion-list {
  display: none;
}

.requests-link .requests-sort-symbol {
  padding-left: 0.25rem;
}

.status-label {
  background-color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
}

.status-label-answered {
  border-color: #287D3C;
  color: #287D3C;
}

.status-label-open {
  border-color: #DA1414;
  color: #DA1414;
}

.status-label-solved {
  border-color: #5B6170;
  color: #5B6170;
}

.upload-dropzone a,.upload-dropzone span {
  font-size: 0.875rem;
}

.upload-dropzone a:not([href]):not([tabindex]) {
  color: #0B5FFF;
  font-weight: 600;
}

.upload-dropzone span {
  color: #09101D;
}

.user-activity {
  margin-bottom: 4rem;
}

.user-activity h1 {
  padding-top: 1.5rem;
}

.user-activity table td:not([class]),.user-activity table th {
  font-size: 0.875rem;
  line-height: 1.333;
}

.user-activity table td.request-info,.user-activity table th,.user-activity table th:first-child {
  padding-left: 0;
}

.user-activity table th {
  font-weight: 400;
}

.user-activity table th,.user-activity table th:first-child,.user-activity table th:last-child,.user-activity table th:only-child {
  box-shadow: none;
}

.user-activity table th,.user-activity table th a {
  color: #5B6170;
}

.user-activity .navbar {
  border-bottom: 1px solid #E9EBF0;
  margin-bottom: 1.5rem;
}

.user-activity .navbar .nav-link {
  color: #5B6170;
}

.user-activity .navbar .nav-link.active {
  color: #09101D;
}

.watcher-message {
  padding: 1.5rem;
}

.search .search-lg input[type="search"] {
  background-color: #F3F4F5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M503.254%20467.861L369.609%20334.216c27.671-35.13%2044.344-79.327%2044.344-127.415C413.953%2093.017%20321.375.439%20207.591.439S1.229%2093.017%201.229%20206.801s92.578%20206.362%20206.362%20206.362c47.268%200%2090.735-16.146%20125.572-42.969l133.851%20133.851c5.002%205.002%2011.554%207.488%2018.106%207.488s13.104-2.486%2018.106-7.488c10.004-10.003%2010.004-26.209.029-36.183zM52.446%20206.801c0-85.558%2069.616-155.173%20155.173-155.173s155.174%2069.616%20155.174%20155.173-69.616%20155.173-155.173%20155.173S52.447%20292.358%2052.447%20206.801z'%20fill='%230B5FFF'/%3E%3C/svg%3E");
  color: #09101D;
}

.search .search-lg input[type="search"]::-webkit-input-placeholder {
  color: #5B6170;
}

.search .search-lg input[type="search"]:-ms-input-placeholder {
  color: #5B6170;
}

.search .search-lg input[type="search"]::-ms-input-placeholder {
  color: #5B6170;
}

.search .search-lg input[type="search"]::placeholder {
  color: #5B6170;
}

.search .search-lg input[type="search"]:active,.search .search-lg input[type="search"]:focus {
  background-color: #F0F5FF;
}

.search .search-lg input[type="search"]:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M295.781%20256L500.986%2050.795c10.998-10.998%2010.998-28.814%200-39.781-10.998-10.998-28.815-10.998-39.781%200L256%20216.219%2050.795%2010.981c-10.966-10.998-28.814-10.998-39.781%200-10.998%2010.998-10.998%2028.814%200%2039.781L216.219%20256%2011.014%20461.205c-10.998%2010.998-10.998%2028.815%200%2039.781%205.467%205.531%2012.671%208.265%2019.874%208.265s14.407-2.734%2019.907-8.233L256%20295.78l205.205%20205.205c5.5%205.5%2012.703%208.233%2019.906%208.233s14.407-2.734%2019.906-8.233c10.998-10.998%2010.998-28.815%200-39.781L295.779%20255.999z'%20fill='%2309101D'/%3E%3C/svg%3E");
}

.search .search-results .breadcrumbs {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.search .search-results .no-results {
  display: none;
  margin-bottom: 10rem;
}

.search .search-results .no-results.show {
  display: flex;
}

.search .search-results .no-results .no-results-msg {
  padding-left: 1.5rem;
}

.search .search-results .no-results .no-results-msg h4 {
  margin-bottom: 1.5rem;
  margin-top: 0.25rem;
}

.search .search-results .search-filter {
  align-items: baseline;
  display: flex;
  margin: 1.5rem 0;
}

.search .search-results .search-filter label {
  font-size: 1rem;
}

.search .search-results .search-filter select {
  background-color: #fff;
  border: 0.0625rem solid #CED3DE;
  margin-left: 1rem;
}

.search .search-results .search-result-description {
  font-weight: 400;
}

.search .search-results .search-result-description em {
  font-style: initial;
  font-weight: 600;
}

.search .search-results .search-results-header {
  display: flex;
}

.search .search-results .search-results-list {
  list-style: none;
  margin-bottom: 3rem;
  padding: 0;
}

.search .search-results .search-results-list .search-result {
  margin-bottom: 1.5rem;
}
/*# sourceMappingURL=style.css.map*/