/* ==========================================================================
  LOAD CLEARBUILT STYLE PACKAGE
  ========================================================================== */
/* ==========================================================================
  LOAD CLEARBUILT STYLE PACKAGE
  ========================================================================== */
/* ==========================================================================
  LOAD FOUNDATION
  ========================================================================== */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 312.5rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  .grid-container.fluid {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.25rem);
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 0.625rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 0.625rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 0.625rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 0.625rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 0.625rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 0.625rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 0.625rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 0.625rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 0.625rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 0.625rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 0.625rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 0.625rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.25rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.25rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.25rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }

.grid-padding-x > .cell {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.625rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.625rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 0.625rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.625rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.625rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 0.625rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 0.625rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.625rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.625rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.625rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.625rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.625rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.625rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.625rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.625rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.3125rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.3125rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.3125rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.3125rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.3125rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.3125rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.3125rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.3125rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.3125rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.3125rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.3125rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.3125rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.625rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.625rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.625rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.625rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.625rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.625rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.625rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.625rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.625rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.625rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.625rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.625rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.625rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.625rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.625rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.625rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.625rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.625rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.625rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.625rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.625rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.625rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.625rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.625rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }

.grid-padding-y > .cell {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }

.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 0.625rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 0.625rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.625rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 0.625rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 0.625rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.625rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 0.625rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 0.625rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.625rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 0.625rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 0.625rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.625rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.25rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 0.625rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 0.625rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.625rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 0.625rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 0.625rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.625rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 0.625rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 0.625rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.625rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 0.625rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 0.625rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.625rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.25rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.625rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.25rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.25rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.25rem); } }

/* ==========================================================================
  LOAD FONTAWESOME
  ========================================================================== */
/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.line-item-detail-group-header:before,
.partially-completed:before,
form .form-group input[required].dirty:invalid ~ .input-icon:after,
form .form-group select[required].dirty:invalid ~ .input-icon:after,
form .input-group input[required].dirty:invalid ~ .input-icon:after,
form .input-group select[required].dirty:invalid ~ .input-icon:after,
form .form-row input[required].dirty:invalid ~ .input-icon:after,
form .form-row select[required].dirty:invalid ~ .input-icon:after,
form .form-group input[required].dirty:valid ~ .input-icon:after,
form .form-group select[required].dirty:valid ~ .input-icon:after,
form .input-group input[required].dirty:valid ~ .input-icon:after,
form .input-group select[required].dirty:valid ~ .input-icon:after,
form .form-row input[required].dirty:valid ~ .input-icon:after,
form .form-row select[required].dirty:valid ~ .input-icon:after,
form .errors span.error-message:before,
form ul.errors > li:before,
form ul.info > li:before,
form ul:not(.errors) li.list-item-error:before,
.carousel-image-wrapper > .carousel-description:before,
.input-changed-tooltip-alert:before,
.support-badge-overlay:before,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.line-item-detail-group-header:before, .partially-completed:before, form .form-group input[required].dirty:invalid ~ .input-icon:after, form .form-group select[required].dirty:invalid ~ .input-icon:after, form .input-group input[required].dirty:invalid ~ .input-icon:after, form .input-group select[required].dirty:invalid ~ .input-icon:after, form .form-row input[required].dirty:invalid ~ .input-icon:after, form .form-row select[required].dirty:invalid ~ .input-icon:after, form .form-group input[required].dirty:valid ~ .input-icon:after, form .form-group select[required].dirty:valid ~ .input-icon:after, form .input-group input[required].dirty:valid ~ .input-icon:after, form .input-group select[required].dirty:valid ~ .input-icon:after, form .form-row input[required].dirty:valid ~ .input-icon:after, form .form-row select[required].dirty:valid ~ .input-icon:after, form .errors span.error-message:before, form ul.errors > li:before,
form ul.info > li:before, form ul:not(.errors) li.list-item-error:before, .carousel-image-wrapper > .carousel-description:before, .input-changed-tooltip-alert:before, .support-badge-overlay:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.fa-pull-left.line-item-detail-group-header:before,
.fa-pull-left.partially-completed:before,
form .form-group input[required].dirty:invalid ~ .fa-pull-left.input-icon:after,
form .form-group select[required].dirty:invalid ~ .fa-pull-left.input-icon:after,
form .input-group input[required].dirty:invalid ~ .fa-pull-left.input-icon:after,
form .input-group select[required].dirty:invalid ~ .fa-pull-left.input-icon:after,
form .form-row input[required].dirty:invalid ~ .fa-pull-left.input-icon:after,
form .form-row select[required].dirty:invalid ~ .fa-pull-left.input-icon:after,
form .form-group input[required].dirty:valid ~ .fa-pull-left.input-icon:after,
form .form-group select[required].dirty:valid ~ .fa-pull-left.input-icon:after,
form .input-group input[required].dirty:valid ~ .fa-pull-left.input-icon:after,
form .input-group select[required].dirty:valid ~ .fa-pull-left.input-icon:after,
form .form-row input[required].dirty:valid ~ .fa-pull-left.input-icon:after,
form .form-row select[required].dirty:valid ~ .fa-pull-left.input-icon:after,
form .errors span.fa-pull-left.error-message:before,
form ul.errors > li.fa-pull-left:before,
form ul.info > li.fa-pull-left:before,
form ul:not(.errors) li.fa-pull-left.list-item-error:before,
.carousel-image-wrapper > .fa-pull-left.carousel-description:before,
.fa-pull-left.input-changed-tooltip-alert:before,
.fa-pull-left.support-badge-overlay:before,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.fa-pull-right.line-item-detail-group-header:before,
.fa-pull-right.partially-completed:before,
form .form-group input[required].dirty:invalid ~ .fa-pull-right.input-icon:after,
form .form-group select[required].dirty:invalid ~ .fa-pull-right.input-icon:after,
form .input-group input[required].dirty:invalid ~ .fa-pull-right.input-icon:after,
form .input-group select[required].dirty:invalid ~ .fa-pull-right.input-icon:after,
form .form-row input[required].dirty:invalid ~ .fa-pull-right.input-icon:after,
form .form-row select[required].dirty:invalid ~ .fa-pull-right.input-icon:after,
form .form-group input[required].dirty:valid ~ .fa-pull-right.input-icon:after,
form .form-group select[required].dirty:valid ~ .fa-pull-right.input-icon:after,
form .input-group input[required].dirty:valid ~ .fa-pull-right.input-icon:after,
form .input-group select[required].dirty:valid ~ .fa-pull-right.input-icon:after,
form .form-row input[required].dirty:valid ~ .fa-pull-right.input-icon:after,
form .form-row select[required].dirty:valid ~ .fa-pull-right.input-icon:after,
form .errors span.fa-pull-right.error-message:before,
form ul.errors > li.fa-pull-right:before,
form ul.info > li.fa-pull-right:before,
form ul:not(.errors) li.fa-pull-right.list-item-error:before,
.carousel-image-wrapper > .fa-pull-right.carousel-description:before,
.fa-pull-right.input-changed-tooltip-alert:before,
.fa-pull-right.support-badge-overlay:before,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

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

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

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

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

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

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

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

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

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

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

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

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

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

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

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

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

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

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

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

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

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

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

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

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

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

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

.fa,
.fas,
.line-item-detail-group-header:before,
.partially-completed:before,
form .form-group input[required].dirty:invalid ~ .input-icon:after,
form .form-group select[required].dirty:invalid ~ .input-icon:after,
form .input-group input[required].dirty:invalid ~ .input-icon:after,
form .input-group select[required].dirty:invalid ~ .input-icon:after,
form .form-row input[required].dirty:invalid ~ .input-icon:after,
form .form-row select[required].dirty:invalid ~ .input-icon:after,
form .form-group input[required].dirty:valid ~ .input-icon:after,
form .form-group select[required].dirty:valid ~ .input-icon:after,
form .input-group input[required].dirty:valid ~ .input-icon:after,
form .input-group select[required].dirty:valid ~ .input-icon:after,
form .form-row input[required].dirty:valid ~ .input-icon:after,
form .form-row select[required].dirty:valid ~ .input-icon:after,
form .errors span.error-message:before,
form ul.errors > li:before,
form ul.info > li:before,
form ul:not(.errors) li.list-item-error:before,
.carousel-image-wrapper > .carousel-description:before,
.input-changed-tooltip-alert:before,
.support-badge-overlay:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

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

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

.login-header img {
  height: 18vh !important;
  min-height: 140px !important; }

header nav.navbar .navbar-brand img {
  top: 0px;
  left: 0px; }

header nav.navbar > .navbar-brand[class] {
  max-height: 80px !important;
  max-width: 493.5px !important; }

header nav.navbar > .navbar-brand > img {
  max-width: calc(420px * 0.71);
  max-height: calc(94px * 0.71);
  top: 0px;
  left: 0px; }

.line-item-detail-group-header {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(100, 100, 100, 0.8); }
  .line-item-detail-group-header:before {
    content: "\f02c";
    font-size: 0.8rem; }

.partially-completed:before {
  content: "\f0ae";
  font-size: 0.8rem; }

[class*="ral-"].color-block {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: solid rgba(50, 50, 50, 0.8) 1px; }

.ral-1000.color-block {
  background-color: #BEBD7F; }

.bg-ral-1000 {
  background-color: #BEBD7F; }

.text-ral-1000 {
  color: #BEBD7F; }

.ral-1001.color-block {
  background-color: #C2B078; }

.bg-ral-1001 {
  background-color: #C2B078; }

.text-ral-1001 {
  color: #C2B078; }

.ral-1002.color-block {
  background-color: #C6A664; }

.bg-ral-1002 {
  background-color: #C6A664; }

.text-ral-1002 {
  color: #C6A664; }

.ral-1003.color-block {
  background-color: #E5BE01; }

.bg-ral-1003 {
  background-color: #E5BE01; }

.text-ral-1003 {
  color: #E5BE01; }

.ral-1004.color-block {
  background-color: #CDA434; }

.bg-ral-1004 {
  background-color: #CDA434; }

.text-ral-1004 {
  color: #CDA434; }

.ral-1005.color-block {
  background-color: #A98307; }

.bg-ral-1005 {
  background-color: #A98307; }

.text-ral-1005 {
  color: #A98307; }

.ral-1006.color-block {
  background-color: #E4A010; }

.bg-ral-1006 {
  background-color: #E4A010; }

.text-ral-1006 {
  color: #E4A010; }

.ral-1007.color-block {
  background-color: #DC9D00; }

.bg-ral-1007 {
  background-color: #DC9D00; }

.text-ral-1007 {
  color: #DC9D00; }

.ral-1011.color-block {
  background-color: #8A6642; }

.bg-ral-1011 {
  background-color: #8A6642; }

.text-ral-1011 {
  color: #8A6642; }

.ral-1012.color-block {
  background-color: #C7B446; }

.bg-ral-1012 {
  background-color: #C7B446; }

.text-ral-1012 {
  color: #C7B446; }

.ral-1013.color-block {
  background-color: #EAE6CA; }

.bg-ral-1013 {
  background-color: #EAE6CA; }

.text-ral-1013 {
  color: #EAE6CA; }

.ral-1014.color-block {
  background-color: #E1CC4F; }

.bg-ral-1014 {
  background-color: #E1CC4F; }

.text-ral-1014 {
  color: #E1CC4F; }

.ral-1015.color-block {
  background-color: #E6D690; }

.bg-ral-1015 {
  background-color: #E6D690; }

.text-ral-1015 {
  color: #E6D690; }

.ral-1016.color-block {
  background-color: #EDFF21; }

.bg-ral-1016 {
  background-color: #EDFF21; }

.text-ral-1016 {
  color: #EDFF21; }

.ral-1017.color-block {
  background-color: #F5D033; }

.bg-ral-1017 {
  background-color: #F5D033; }

.text-ral-1017 {
  color: #F5D033; }

.ral-1018.color-block {
  background-color: #F8F32B; }

.bg-ral-1018 {
  background-color: #F8F32B; }

.text-ral-1018 {
  color: #F8F32B; }

.ral-1019.color-block {
  background-color: #9E9764; }

.bg-ral-1019 {
  background-color: #9E9764; }

.text-ral-1019 {
  color: #9E9764; }

.ral-1020.color-block {
  background-color: #999950; }

.bg-ral-1020 {
  background-color: #999950; }

.text-ral-1020 {
  color: #999950; }

.ral-1021.color-block {
  background-color: #F3DA0B; }

.bg-ral-1021 {
  background-color: #F3DA0B; }

.text-ral-1021 {
  color: #F3DA0B; }

.ral-1023.color-block {
  background-color: #FAD201; }

.bg-ral-1023 {
  background-color: #FAD201; }

.text-ral-1023 {
  color: #FAD201; }

.ral-1024.color-block {
  background-color: #AEA04B; }

.bg-ral-1024 {
  background-color: #AEA04B; }

.text-ral-1024 {
  color: #AEA04B; }

.ral-1026.color-block {
  background-color: #FFFF00; }

.bg-ral-1026 {
  background-color: #FFFF00; }

.text-ral-1026 {
  color: #FFFF00; }

.ral-1027.color-block {
  background-color: #9D9101; }

.bg-ral-1027 {
  background-color: #9D9101; }

.text-ral-1027 {
  color: #9D9101; }

.ral-1028.color-block {
  background-color: #F4A900; }

.bg-ral-1028 {
  background-color: #F4A900; }

.text-ral-1028 {
  color: #F4A900; }

.ral-1032.color-block {
  background-color: #D6AE01; }

.bg-ral-1032 {
  background-color: #D6AE01; }

.text-ral-1032 {
  color: #D6AE01; }

.ral-1033.color-block {
  background-color: #F3A505; }

.bg-ral-1033 {
  background-color: #F3A505; }

.text-ral-1033 {
  color: #F3A505; }

.ral-1034.color-block {
  background-color: #EFA94A; }

.bg-ral-1034 {
  background-color: #EFA94A; }

.text-ral-1034 {
  color: #EFA94A; }

.ral-1035.color-block {
  background-color: #6A5D4D; }

.bg-ral-1035 {
  background-color: #6A5D4D; }

.text-ral-1035 {
  color: #6A5D4D; }

.ral-1036.color-block {
  background-color: #705335; }

.bg-ral-1036 {
  background-color: #705335; }

.text-ral-1036 {
  color: #705335; }

.ral-1037.color-block {
  background-color: #F39F18; }

.bg-ral-1037 {
  background-color: #F39F18; }

.text-ral-1037 {
  color: #F39F18; }

.ral-2000.color-block {
  background-color: #ED760E; }

.bg-ral-2000 {
  background-color: #ED760E; }

.text-ral-2000 {
  color: #ED760E; }

.ral-2001.color-block {
  background-color: #C93C20; }

.bg-ral-2001 {
  background-color: #C93C20; }

.text-ral-2001 {
  color: #C93C20; }

.ral-2002.color-block {
  background-color: #CB2821; }

.bg-ral-2002 {
  background-color: #CB2821; }

.text-ral-2002 {
  color: #CB2821; }

.ral-2003.color-block {
  background-color: #FF7514; }

.bg-ral-2003 {
  background-color: #FF7514; }

.text-ral-2003 {
  color: #FF7514; }

.ral-2004.color-block {
  background-color: #F44611; }

.bg-ral-2004 {
  background-color: #F44611; }

.text-ral-2004 {
  color: #F44611; }

.ral-2005.color-block {
  background-color: #FF2301; }

.bg-ral-2005 {
  background-color: #FF2301; }

.text-ral-2005 {
  color: #FF2301; }

.ral-2007.color-block {
  background-color: #FFA420; }

.bg-ral-2007 {
  background-color: #FFA420; }

.text-ral-2007 {
  color: #FFA420; }

.ral-2008.color-block {
  background-color: #F75E25; }

.bg-ral-2008 {
  background-color: #F75E25; }

.text-ral-2008 {
  color: #F75E25; }

.ral-2009.color-block {
  background-color: #F54021; }

.bg-ral-2009 {
  background-color: #F54021; }

.text-ral-2009 {
  color: #F54021; }

.ral-2010.color-block {
  background-color: #D84B20; }

.bg-ral-2010 {
  background-color: #D84B20; }

.text-ral-2010 {
  color: #D84B20; }

.ral-2011.color-block {
  background-color: #EC7C26; }

.bg-ral-2011 {
  background-color: #EC7C26; }

.text-ral-2011 {
  color: #EC7C26; }

.ral-2012.color-block {
  background-color: #E55137; }

.bg-ral-2012 {
  background-color: #E55137; }

.text-ral-2012 {
  color: #E55137; }

.ral-2013.color-block {
  background-color: #C35831; }

.bg-ral-2013 {
  background-color: #C35831; }

.text-ral-2013 {
  color: #C35831; }

.ral-3000.color-block {
  background-color: #AF2B1E; }

.bg-ral-3000 {
  background-color: #AF2B1E; }

.text-ral-3000 {
  color: #AF2B1E; }

.ral-3001.color-block {
  background-color: #A52019; }

.bg-ral-3001 {
  background-color: #A52019; }

.text-ral-3001 {
  color: #A52019; }

.ral-3002.color-block {
  background-color: #A2231D; }

.bg-ral-3002 {
  background-color: #A2231D; }

.text-ral-3002 {
  color: #A2231D; }

.ral-3003.color-block {
  background-color: #9B111E; }

.bg-ral-3003 {
  background-color: #9B111E; }

.text-ral-3003 {
  color: #9B111E; }

.ral-3004.color-block {
  background-color: #75151E; }

.bg-ral-3004 {
  background-color: #75151E; }

.text-ral-3004 {
  color: #75151E; }

.ral-3005.color-block {
  background-color: #5E2129; }

.bg-ral-3005 {
  background-color: #5E2129; }

.text-ral-3005 {
  color: #5E2129; }

.ral-3007.color-block {
  background-color: #412227; }

.bg-ral-3007 {
  background-color: #412227; }

.text-ral-3007 {
  color: #412227; }

.ral-3009.color-block {
  background-color: #642424; }

.bg-ral-3009 {
  background-color: #642424; }

.text-ral-3009 {
  color: #642424; }

.ral-3011.color-block {
  background-color: #781F19; }

.bg-ral-3011 {
  background-color: #781F19; }

.text-ral-3011 {
  color: #781F19; }

.ral-3012.color-block {
  background-color: #C1876B; }

.bg-ral-3012 {
  background-color: #C1876B; }

.text-ral-3012 {
  color: #C1876B; }

.ral-3013.color-block {
  background-color: #A12312; }

.bg-ral-3013 {
  background-color: #A12312; }

.text-ral-3013 {
  color: #A12312; }

.ral-3014.color-block {
  background-color: #D36E70; }

.bg-ral-3014 {
  background-color: #D36E70; }

.text-ral-3014 {
  color: #D36E70; }

.ral-3015.color-block {
  background-color: #EA899A; }

.bg-ral-3015 {
  background-color: #EA899A; }

.text-ral-3015 {
  color: #EA899A; }

.ral-3016.color-block {
  background-color: #B32821; }

.bg-ral-3016 {
  background-color: #B32821; }

.text-ral-3016 {
  color: #B32821; }

.ral-3017.color-block {
  background-color: #E63244; }

.bg-ral-3017 {
  background-color: #E63244; }

.text-ral-3017 {
  color: #E63244; }

.ral-3018.color-block {
  background-color: #D53032; }

.bg-ral-3018 {
  background-color: #D53032; }

.text-ral-3018 {
  color: #D53032; }

.ral-3020.color-block {
  background-color: #CC0605; }

.bg-ral-3020 {
  background-color: #CC0605; }

.text-ral-3020 {
  color: #CC0605; }

.ral-3022.color-block {
  background-color: #D95030; }

.bg-ral-3022 {
  background-color: #D95030; }

.text-ral-3022 {
  color: #D95030; }

.ral-3024.color-block {
  background-color: #F80000; }

.bg-ral-3024 {
  background-color: #F80000; }

.text-ral-3024 {
  color: #F80000; }

.ral-3026.color-block {
  background-color: #FE0000; }

.bg-ral-3026 {
  background-color: #FE0000; }

.text-ral-3026 {
  color: #FE0000; }

.ral-3027.color-block {
  background-color: #C51D34; }

.bg-ral-3027 {
  background-color: #C51D34; }

.text-ral-3027 {
  color: #C51D34; }

.ral-3028.color-block {
  background-color: #CB3234; }

.bg-ral-3028 {
  background-color: #CB3234; }

.text-ral-3028 {
  color: #CB3234; }

.ral-3031.color-block {
  background-color: #B32428; }

.bg-ral-3031 {
  background-color: #B32428; }

.text-ral-3031 {
  color: #B32428; }

.ral-3032.color-block {
  background-color: #721422; }

.bg-ral-3032 {
  background-color: #721422; }

.text-ral-3032 {
  color: #721422; }

.ral-3033.color-block {
  background-color: #B44C43; }

.bg-ral-3033 {
  background-color: #B44C43; }

.text-ral-3033 {
  color: #B44C43; }

.ral-4001.color-block {
  background-color: #6D3F5B; }

.bg-ral-4001 {
  background-color: #6D3F5B; }

.text-ral-4001 {
  color: #6D3F5B; }

.ral-4002.color-block {
  background-color: #922B3E; }

.bg-ral-4002 {
  background-color: #922B3E; }

.text-ral-4002 {
  color: #922B3E; }

.ral-4003.color-block {
  background-color: #DE4C8A; }

.bg-ral-4003 {
  background-color: #DE4C8A; }

.text-ral-4003 {
  color: #DE4C8A; }

.ral-4004.color-block {
  background-color: #641C34; }

.bg-ral-4004 {
  background-color: #641C34; }

.text-ral-4004 {
  color: #641C34; }

.ral-4005.color-block {
  background-color: #6C4675; }

.bg-ral-4005 {
  background-color: #6C4675; }

.text-ral-4005 {
  color: #6C4675; }

.ral-4006.color-block {
  background-color: #A03472; }

.bg-ral-4006 {
  background-color: #A03472; }

.text-ral-4006 {
  color: #A03472; }

.ral-4007.color-block {
  background-color: #4A192C; }

.bg-ral-4007 {
  background-color: #4A192C; }

.text-ral-4007 {
  color: #4A192C; }

.ral-4008.color-block {
  background-color: #924E7D; }

.bg-ral-4008 {
  background-color: #924E7D; }

.text-ral-4008 {
  color: #924E7D; }

.ral-4009.color-block {
  background-color: #A18594; }

.bg-ral-4009 {
  background-color: #A18594; }

.text-ral-4009 {
  color: #A18594; }

.ral-4010.color-block {
  background-color: #CF3476; }

.bg-ral-4010 {
  background-color: #CF3476; }

.text-ral-4010 {
  color: #CF3476; }

.ral-4011.color-block {
  background-color: #8673A1; }

.bg-ral-4011 {
  background-color: #8673A1; }

.text-ral-4011 {
  color: #8673A1; }

.ral-4012.color-block {
  background-color: #6C6874; }

.bg-ral-4012 {
  background-color: #6C6874; }

.text-ral-4012 {
  color: #6C6874; }

.ral-5000.color-block {
  background-color: #354D73; }

.bg-ral-5000 {
  background-color: #354D73; }

.text-ral-5000 {
  color: #354D73; }

.ral-5001.color-block {
  background-color: #1F3438; }

.bg-ral-5001 {
  background-color: #1F3438; }

.text-ral-5001 {
  color: #1F3438; }

.ral-5002.color-block {
  background-color: #20214F; }

.bg-ral-5002 {
  background-color: #20214F; }

.text-ral-5002 {
  color: #20214F; }

.ral-5003.color-block {
  background-color: #1D1E33; }

.bg-ral-5003 {
  background-color: #1D1E33; }

.text-ral-5003 {
  color: #1D1E33; }

.ral-5004.color-block {
  background-color: #18171C; }

.bg-ral-5004 {
  background-color: #18171C; }

.text-ral-5004 {
  color: #18171C; }

.ral-5005.color-block {
  background-color: #1E2460; }

.bg-ral-5005 {
  background-color: #1E2460; }

.text-ral-5005 {
  color: #1E2460; }

.ral-5007.color-block {
  background-color: #3E5F8A; }

.bg-ral-5007 {
  background-color: #3E5F8A; }

.text-ral-5007 {
  color: #3E5F8A; }

.ral-5008.color-block {
  background-color: #26252D; }

.bg-ral-5008 {
  background-color: #26252D; }

.text-ral-5008 {
  color: #26252D; }

.ral-5009.color-block {
  background-color: #025669; }

.bg-ral-5009 {
  background-color: #025669; }

.text-ral-5009 {
  color: #025669; }

.ral-5010.color-block {
  background-color: #0E294B; }

.bg-ral-5010 {
  background-color: #0E294B; }

.text-ral-5010 {
  color: #0E294B; }

.ral-5011.color-block {
  background-color: #231A24; }

.bg-ral-5011 {
  background-color: #231A24; }

.text-ral-5011 {
  color: #231A24; }

.ral-5012.color-block {
  background-color: #3B83BD; }

.bg-ral-5012 {
  background-color: #3B83BD; }

.text-ral-5012 {
  color: #3B83BD; }

.ral-5013.color-block {
  background-color: #1E213D; }

.bg-ral-5013 {
  background-color: #1E213D; }

.text-ral-5013 {
  color: #1E213D; }

.ral-5014.color-block {
  background-color: #606E8C; }

.bg-ral-5014 {
  background-color: #606E8C; }

.text-ral-5014 {
  color: #606E8C; }

.ral-5015.color-block {
  background-color: #2271B3; }

.bg-ral-5015 {
  background-color: #2271B3; }

.text-ral-5015 {
  color: #2271B3; }

.ral-5017.color-block {
  background-color: #063971; }

.bg-ral-5017 {
  background-color: #063971; }

.text-ral-5017 {
  color: #063971; }

.ral-5018.color-block {
  background-color: #3F888F; }

.bg-ral-5018 {
  background-color: #3F888F; }

.text-ral-5018 {
  color: #3F888F; }

.ral-5019.color-block {
  background-color: #1B5583; }

.bg-ral-5019 {
  background-color: #1B5583; }

.text-ral-5019 {
  color: #1B5583; }

.ral-5020.color-block {
  background-color: #1D334A; }

.bg-ral-5020 {
  background-color: #1D334A; }

.text-ral-5020 {
  color: #1D334A; }

.ral-5021.color-block {
  background-color: #256D7B; }

.bg-ral-5021 {
  background-color: #256D7B; }

.text-ral-5021 {
  color: #256D7B; }

.ral-5022.color-block {
  background-color: #252850; }

.bg-ral-5022 {
  background-color: #252850; }

.text-ral-5022 {
  color: #252850; }

.ral-5023.color-block {
  background-color: #49678D; }

.bg-ral-5023 {
  background-color: #49678D; }

.text-ral-5023 {
  color: #49678D; }

.ral-5024.color-block {
  background-color: #5D9B9B; }

.bg-ral-5024 {
  background-color: #5D9B9B; }

.text-ral-5024 {
  color: #5D9B9B; }

.ral-5025.color-block {
  background-color: #2A6478; }

.bg-ral-5025 {
  background-color: #2A6478; }

.text-ral-5025 {
  color: #2A6478; }

.ral-5026.color-block {
  background-color: #102C54; }

.bg-ral-5026 {
  background-color: #102C54; }

.text-ral-5026 {
  color: #102C54; }

.ral-6000.color-block {
  background-color: #316650; }

.bg-ral-6000 {
  background-color: #316650; }

.text-ral-6000 {
  color: #316650; }

.ral-6001.color-block {
  background-color: #287233; }

.bg-ral-6001 {
  background-color: #287233; }

.text-ral-6001 {
  color: #287233; }

.ral-6002.color-block {
  background-color: #2D572C; }

.bg-ral-6002 {
  background-color: #2D572C; }

.text-ral-6002 {
  color: #2D572C; }

.ral-6003.color-block {
  background-color: #424632; }

.bg-ral-6003 {
  background-color: #424632; }

.text-ral-6003 {
  color: #424632; }

.ral-6004.color-block {
  background-color: #1F3A3D; }

.bg-ral-6004 {
  background-color: #1F3A3D; }

.text-ral-6004 {
  color: #1F3A3D; }

.ral-6005.color-block {
  background-color: #2F4538; }

.bg-ral-6005 {
  background-color: #2F4538; }

.text-ral-6005 {
  color: #2F4538; }

.ral-6006.color-block {
  background-color: #3E3B32; }

.bg-ral-6006 {
  background-color: #3E3B32; }

.text-ral-6006 {
  color: #3E3B32; }

.ral-6007.color-block {
  background-color: #343B29; }

.bg-ral-6007 {
  background-color: #343B29; }

.text-ral-6007 {
  color: #343B29; }

.ral-6008.color-block {
  background-color: #39352A; }

.bg-ral-6008 {
  background-color: #39352A; }

.text-ral-6008 {
  color: #39352A; }

.ral-6009.color-block {
  background-color: #31372B; }

.bg-ral-6009 {
  background-color: #31372B; }

.text-ral-6009 {
  color: #31372B; }

.ral-6010.color-block {
  background-color: #35682D; }

.bg-ral-6010 {
  background-color: #35682D; }

.text-ral-6010 {
  color: #35682D; }

.ral-6011.color-block {
  background-color: #587246; }

.bg-ral-6011 {
  background-color: #587246; }

.text-ral-6011 {
  color: #587246; }

.ral-6012.color-block {
  background-color: #343E40; }

.bg-ral-6012 {
  background-color: #343E40; }

.text-ral-6012 {
  color: #343E40; }

.ral-6013.color-block {
  background-color: #6C7156; }

.bg-ral-6013 {
  background-color: #6C7156; }

.text-ral-6013 {
  color: #6C7156; }

.ral-6014.color-block {
  background-color: #47402E; }

.bg-ral-6014 {
  background-color: #47402E; }

.text-ral-6014 {
  color: #47402E; }

.ral-6015.color-block {
  background-color: #3B3C36; }

.bg-ral-6015 {
  background-color: #3B3C36; }

.text-ral-6015 {
  color: #3B3C36; }

.ral-6016.color-block {
  background-color: #1E5945; }

.bg-ral-6016 {
  background-color: #1E5945; }

.text-ral-6016 {
  color: #1E5945; }

.ral-6017.color-block {
  background-color: #4C9141; }

.bg-ral-6017 {
  background-color: #4C9141; }

.text-ral-6017 {
  color: #4C9141; }

.ral-6018.color-block {
  background-color: #57A639; }

.bg-ral-6018 {
  background-color: #57A639; }

.text-ral-6018 {
  color: #57A639; }

.ral-6019.color-block {
  background-color: #BDECB6; }

.bg-ral-6019 {
  background-color: #BDECB6; }

.text-ral-6019 {
  color: #BDECB6; }

.ral-6020.color-block {
  background-color: #2E3A23; }

.bg-ral-6020 {
  background-color: #2E3A23; }

.text-ral-6020 {
  color: #2E3A23; }

.ral-6021.color-block {
  background-color: #89AC76; }

.bg-ral-6021 {
  background-color: #89AC76; }

.text-ral-6021 {
  color: #89AC76; }

.ral-6022.color-block {
  background-color: #25221B; }

.bg-ral-6022 {
  background-color: #25221B; }

.text-ral-6022 {
  color: #25221B; }

.ral-6024.color-block {
  background-color: #308446; }

.bg-ral-6024 {
  background-color: #308446; }

.text-ral-6024 {
  color: #308446; }

.ral-6025.color-block {
  background-color: #3D642D; }

.bg-ral-6025 {
  background-color: #3D642D; }

.text-ral-6025 {
  color: #3D642D; }

.ral-6026.color-block {
  background-color: #015D52; }

.bg-ral-6026 {
  background-color: #015D52; }

.text-ral-6026 {
  color: #015D52; }

.ral-6027.color-block {
  background-color: #84C3BE; }

.bg-ral-6027 {
  background-color: #84C3BE; }

.text-ral-6027 {
  color: #84C3BE; }

.ral-6028.color-block {
  background-color: #2C5545; }

.bg-ral-6028 {
  background-color: #2C5545; }

.text-ral-6028 {
  color: #2C5545; }

.ral-6029.color-block {
  background-color: #20603D; }

.bg-ral-6029 {
  background-color: #20603D; }

.text-ral-6029 {
  color: #20603D; }

.ral-6032.color-block {
  background-color: #317F43; }

.bg-ral-6032 {
  background-color: #317F43; }

.text-ral-6032 {
  color: #317F43; }

.ral-6033.color-block {
  background-color: #497E76; }

.bg-ral-6033 {
  background-color: #497E76; }

.text-ral-6033 {
  color: #497E76; }

.ral-6034.color-block {
  background-color: #7FB5B5; }

.bg-ral-6034 {
  background-color: #7FB5B5; }

.text-ral-6034 {
  color: #7FB5B5; }

.ral-6035.color-block {
  background-color: #1C542D; }

.bg-ral-6035 {
  background-color: #1C542D; }

.text-ral-6035 {
  color: #1C542D; }

.ral-6036.color-block {
  background-color: #193737; }

.bg-ral-6036 {
  background-color: #193737; }

.text-ral-6036 {
  color: #193737; }

.ral-6037.color-block {
  background-color: #008F39; }

.bg-ral-6037 {
  background-color: #008F39; }

.text-ral-6037 {
  color: #008F39; }

.ral-6038.color-block {
  background-color: #00BB2D; }

.bg-ral-6038 {
  background-color: #00BB2D; }

.text-ral-6038 {
  color: #00BB2D; }

.ral-7000.color-block {
  background-color: #78858B; }

.bg-ral-7000 {
  background-color: #78858B; }

.text-ral-7000 {
  color: #78858B; }

.ral-7001.color-block {
  background-color: #8A9597; }

.bg-ral-7001 {
  background-color: #8A9597; }

.text-ral-7001 {
  color: #8A9597; }

.ral-7002.color-block {
  background-color: #7E7B52; }

.bg-ral-7002 {
  background-color: #7E7B52; }

.text-ral-7002 {
  color: #7E7B52; }

.ral-7003.color-block {
  background-color: #6C7059; }

.bg-ral-7003 {
  background-color: #6C7059; }

.text-ral-7003 {
  color: #6C7059; }

.ral-7004.color-block {
  background-color: #969992; }

.bg-ral-7004 {
  background-color: #969992; }

.text-ral-7004 {
  color: #969992; }

.ral-7005.color-block {
  background-color: #646B63; }

.bg-ral-7005 {
  background-color: #646B63; }

.text-ral-7005 {
  color: #646B63; }

.ral-7006.color-block {
  background-color: #6D6552; }

.bg-ral-7006 {
  background-color: #6D6552; }

.text-ral-7006 {
  color: #6D6552; }

.ral-7008.color-block {
  background-color: #6A5F31; }

.bg-ral-7008 {
  background-color: #6A5F31; }

.text-ral-7008 {
  color: #6A5F31; }

.ral-7009.color-block {
  background-color: #4D5645; }

.bg-ral-7009 {
  background-color: #4D5645; }

.text-ral-7009 {
  color: #4D5645; }

.ral-7010.color-block {
  background-color: #4C514A; }

.bg-ral-7010 {
  background-color: #4C514A; }

.text-ral-7010 {
  color: #4C514A; }

.ral-7011.color-block {
  background-color: #434B4D; }

.bg-ral-7011 {
  background-color: #434B4D; }

.text-ral-7011 {
  color: #434B4D; }

.ral-7012.color-block {
  background-color: #4E5754; }

.bg-ral-7012 {
  background-color: #4E5754; }

.text-ral-7012 {
  color: #4E5754; }

.ral-7013.color-block {
  background-color: #464531; }

.bg-ral-7013 {
  background-color: #464531; }

.text-ral-7013 {
  color: #464531; }

.ral-7015.color-block {
  background-color: #434750; }

.bg-ral-7015 {
  background-color: #434750; }

.text-ral-7015 {
  color: #434750; }

.ral-7016.color-block {
  background-color: #293133; }

.bg-ral-7016 {
  background-color: #293133; }

.text-ral-7016 {
  color: #293133; }

.ral-7021.color-block {
  background-color: #23282B; }

.bg-ral-7021 {
  background-color: #23282B; }

.text-ral-7021 {
  color: #23282B; }

.ral-7022.color-block {
  background-color: #332F2C; }

.bg-ral-7022 {
  background-color: #332F2C; }

.text-ral-7022 {
  color: #332F2C; }

.ral-7023.color-block {
  background-color: #686C5E; }

.bg-ral-7023 {
  background-color: #686C5E; }

.text-ral-7023 {
  color: #686C5E; }

.ral-7024.color-block {
  background-color: #474A51; }

.bg-ral-7024 {
  background-color: #474A51; }

.text-ral-7024 {
  color: #474A51; }

.ral-7026.color-block {
  background-color: #2F353B; }

.bg-ral-7026 {
  background-color: #2F353B; }

.text-ral-7026 {
  color: #2F353B; }

.ral-7030.color-block {
  background-color: #8B8C7A; }

.bg-ral-7030 {
  background-color: #8B8C7A; }

.text-ral-7030 {
  color: #8B8C7A; }

.ral-7031.color-block {
  background-color: #474B4E; }

.bg-ral-7031 {
  background-color: #474B4E; }

.text-ral-7031 {
  color: #474B4E; }

.ral-7032.color-block {
  background-color: #B8B799; }

.bg-ral-7032 {
  background-color: #B8B799; }

.text-ral-7032 {
  color: #B8B799; }

.ral-7033.color-block {
  background-color: #7D8471; }

.bg-ral-7033 {
  background-color: #7D8471; }

.text-ral-7033 {
  color: #7D8471; }

.ral-7034.color-block {
  background-color: #8F8B66; }

.bg-ral-7034 {
  background-color: #8F8B66; }

.text-ral-7034 {
  color: #8F8B66; }

.ral-7035.color-block {
  background-color: #D7D7D7; }

.bg-ral-7035 {
  background-color: #D7D7D7; }

.text-ral-7035 {
  color: #D7D7D7; }

.ral-7036.color-block {
  background-color: #7F7679; }

.bg-ral-7036 {
  background-color: #7F7679; }

.text-ral-7036 {
  color: #7F7679; }

.ral-7037.color-block {
  background-color: #7D7F7D; }

.bg-ral-7037 {
  background-color: #7D7F7D; }

.text-ral-7037 {
  color: #7D7F7D; }

.ral-7038.color-block {
  background-color: #B5B8B1; }

.bg-ral-7038 {
  background-color: #B5B8B1; }

.text-ral-7038 {
  color: #B5B8B1; }

.ral-7039.color-block {
  background-color: #6C6960; }

.bg-ral-7039 {
  background-color: #6C6960; }

.text-ral-7039 {
  color: #6C6960; }

.ral-7040.color-block {
  background-color: #9DA1AA; }

.bg-ral-7040 {
  background-color: #9DA1AA; }

.text-ral-7040 {
  color: #9DA1AA; }

.ral-7042.color-block {
  background-color: #8D948D; }

.bg-ral-7042 {
  background-color: #8D948D; }

.text-ral-7042 {
  color: #8D948D; }

.ral-7043.color-block {
  background-color: #4E5452; }

.bg-ral-7043 {
  background-color: #4E5452; }

.text-ral-7043 {
  color: #4E5452; }

.ral-7044.color-block {
  background-color: #CAC4B0; }

.bg-ral-7044 {
  background-color: #CAC4B0; }

.text-ral-7044 {
  color: #CAC4B0; }

.ral-7045.color-block {
  background-color: #909090; }

.bg-ral-7045 {
  background-color: #909090; }

.text-ral-7045 {
  color: #909090; }

.ral-7046.color-block {
  background-color: #82898F; }

.bg-ral-7046 {
  background-color: #82898F; }

.text-ral-7046 {
  color: #82898F; }

.ral-7047.color-block {
  background-color: #D0D0D0; }

.bg-ral-7047 {
  background-color: #D0D0D0; }

.text-ral-7047 {
  color: #D0D0D0; }

.ral-7048.color-block {
  background-color: #898176; }

.bg-ral-7048 {
  background-color: #898176; }

.text-ral-7048 {
  color: #898176; }

.ral-8000.color-block {
  background-color: #826C34; }

.bg-ral-8000 {
  background-color: #826C34; }

.text-ral-8000 {
  color: #826C34; }

.ral-8001.color-block {
  background-color: #955F20; }

.bg-ral-8001 {
  background-color: #955F20; }

.text-ral-8001 {
  color: #955F20; }

.ral-8002.color-block {
  background-color: #6C3B2A; }

.bg-ral-8002 {
  background-color: #6C3B2A; }

.text-ral-8002 {
  color: #6C3B2A; }

.ral-8003.color-block {
  background-color: #734222; }

.bg-ral-8003 {
  background-color: #734222; }

.text-ral-8003 {
  color: #734222; }

.ral-8004.color-block {
  background-color: #8E402A; }

.bg-ral-8004 {
  background-color: #8E402A; }

.text-ral-8004 {
  color: #8E402A; }

.ral-8007.color-block {
  background-color: #59351F; }

.bg-ral-8007 {
  background-color: #59351F; }

.text-ral-8007 {
  color: #59351F; }

.ral-8008.color-block {
  background-color: #6F4F28; }

.bg-ral-8008 {
  background-color: #6F4F28; }

.text-ral-8008 {
  color: #6F4F28; }

.ral-8011.color-block {
  background-color: #5B3A29; }

.bg-ral-8011 {
  background-color: #5B3A29; }

.text-ral-8011 {
  color: #5B3A29; }

.ral-8012.color-block {
  background-color: #592321; }

.bg-ral-8012 {
  background-color: #592321; }

.text-ral-8012 {
  color: #592321; }

.ral-8014.color-block {
  background-color: #382C1E; }

.bg-ral-8014 {
  background-color: #382C1E; }

.text-ral-8014 {
  color: #382C1E; }

.ral-8015.color-block {
  background-color: #633A34; }

.bg-ral-8015 {
  background-color: #633A34; }

.text-ral-8015 {
  color: #633A34; }

.ral-8016.color-block {
  background-color: #4C2F27; }

.bg-ral-8016 {
  background-color: #4C2F27; }

.text-ral-8016 {
  color: #4C2F27; }

.ral-8017.color-block {
  background-color: #45322E; }

.bg-ral-8017 {
  background-color: #45322E; }

.text-ral-8017 {
  color: #45322E; }

.ral-8019.color-block {
  background-color: #403A3A; }

.bg-ral-8019 {
  background-color: #403A3A; }

.text-ral-8019 {
  color: #403A3A; }

.ral-8022.color-block {
  background-color: #212121; }

.bg-ral-8022 {
  background-color: #212121; }

.text-ral-8022 {
  color: #212121; }

.ral-8023.color-block {
  background-color: #A65E2E; }

.bg-ral-8023 {
  background-color: #A65E2E; }

.text-ral-8023 {
  color: #A65E2E; }

.ral-8024.color-block {
  background-color: #79553D; }

.bg-ral-8024 {
  background-color: #79553D; }

.text-ral-8024 {
  color: #79553D; }

.ral-8025.color-block {
  background-color: #755C48; }

.bg-ral-8025 {
  background-color: #755C48; }

.text-ral-8025 {
  color: #755C48; }

.ral-8028.color-block {
  background-color: #4E3B31; }

.bg-ral-8028 {
  background-color: #4E3B31; }

.text-ral-8028 {
  color: #4E3B31; }

.ral-8029.color-block {
  background-color: #763C28; }

.bg-ral-8029 {
  background-color: #763C28; }

.text-ral-8029 {
  color: #763C28; }

.ral-9001.color-block {
  background-color: #FDF4E3; }

.bg-ral-9001 {
  background-color: #FDF4E3; }

.text-ral-9001 {
  color: #FDF4E3; }

.ral-9002.color-block {
  background-color: #E7EBDA; }

.bg-ral-9002 {
  background-color: #E7EBDA; }

.text-ral-9002 {
  color: #E7EBDA; }

.ral-9003.color-block {
  background-color: #F4F4F4; }

.bg-ral-9003 {
  background-color: #F4F4F4; }

.text-ral-9003 {
  color: #F4F4F4; }

.ral-9004.color-block {
  background-color: #282828; }

.bg-ral-9004 {
  background-color: #282828; }

.text-ral-9004 {
  color: #282828; }

.ral-9005.color-block {
  background-color: #0A0A0A; }

.bg-ral-9005 {
  background-color: #0A0A0A; }

.text-ral-9005 {
  color: #0A0A0A; }

.ral-9006.color-block {
  background-color: #A5A5A5; }

.bg-ral-9006 {
  background-color: #A5A5A5; }

.text-ral-9006 {
  color: #A5A5A5; }

.ral-9007.color-block {
  background-color: #8F8F8F; }

.bg-ral-9007 {
  background-color: #8F8F8F; }

.text-ral-9007 {
  color: #8F8F8F; }

.ral-9010.color-block {
  background-color: #FFFFFF; }

.bg-ral-9010 {
  background-color: #FFFFFF; }

.text-ral-9010 {
  color: #FFFFFF; }

.ral-9011.color-block {
  background-color: #1C1C1C; }

.bg-ral-9011 {
  background-color: #1C1C1C; }

.text-ral-9011 {
  color: #1C1C1C; }

.ral-9016.color-block {
  background-color: #F6F6F6; }

.bg-ral-9016 {
  background-color: #F6F6F6; }

.text-ral-9016 {
  color: #F6F6F6; }

.ral-9017.color-block {
  background-color: #1E1E1E; }

.bg-ral-9017 {
  background-color: #1E1E1E; }

.text-ral-9017 {
  color: #1E1E1E; }

.ral-9018.color-block {
  background-color: #D7D7D7; }

.bg-ral-9018 {
  background-color: #D7D7D7; }

.text-ral-9018 {
  color: #D7D7D7; }

.ral-9022.color-block {
  background-color: #9C9C9C; }

.bg-ral-9022 {
  background-color: #9C9C9C; }

.text-ral-9022 {
  color: #9C9C9C; }

.ral-9023.color-block {
  background-color: #828282; }

.bg-ral-9023 {
  background-color: #828282; }

.text-ral-9023 {
  color: #828282; }

/* ==================================================================================================
  COLOR VARIABLES
  ================================================================================================== */
@-webkit-keyframes bounce {
  12% {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem); }
  25% {
    -webkit-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem); }
  37% {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem); }
  50% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem); }
  62% {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem); }
  75% {
    -webkit-transform: translateY(0.4rem);
    transform: translateY(0.4rem); }
  87% {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem); }
  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem); } }

@keyframes bounce {
  12% {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem); }
  25% {
    -webkit-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem); }
  37% {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem); }
  50% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem); }
  62% {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem); }
  75% {
    -webkit-transform: translateY(0.4rem);
    transform: translateY(0.4rem); }
  87% {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem); }
  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem); } }

@-webkit-keyframes rise-out {
  15% {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
    opacity: 0.8; }
  30% {
    -webkit-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem);
    opacity: 0.6; }
  50% {
    -webkit-transform: translateY(-0.6rem);
    transform: translateY(-0.6rem);
    opacity: 0.4; }
  65% {
    -webkit-transform: translateY(-0.8rem);
    transform: translateY(-0.8rem);
    opacity: 0.2; }
  80% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem);
    opacity: 0; } }

@keyframes rise-out {
  15% {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
    opacity: 0.8; }
  30% {
    -webkit-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem);
    opacity: 0.6; }
  50% {
    -webkit-transform: translateY(-0.6rem);
    transform: translateY(-0.6rem);
    opacity: 0.4; }
  65% {
    -webkit-transform: translateY(-0.8rem);
    transform: translateY(-0.8rem);
    opacity: 0.2; }
  80% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem);
    opacity: 0; } }

body, html {
  margin: 0px;
  padding: 0px; }

.content form {
  text-align: left; }
  .content form a {
    color: #5b5b5b; }

form {
  text-align: left; }
  form .form-group, form .input-group, form .form-row {
    position: relative;
    margin-bottom: 12px; }
    form .form-group label, form .input-group label, form .form-row label {
      font-size: 1.1rem;
      text-align: left; }
  form input, form input.dx-texteditor-input, form select, form textarea {
    box-sizing: border-box !important;
    padding: 4px 6px;
    border-radius: 4px;
    color: rgba(34, 34, 34, 0.8);
    border: solid rgba(200, 200, 200, 0.8) 1px;
    box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.2); }
    form input:not([type="checkbox"]):not([type="radio"]):not(.dx-button-submit-input), form input.dx-texteditor-input:not([type="checkbox"]):not([type="radio"]):not(.dx-button-submit-input), form select:not([type="checkbox"]):not([type="radio"]):not(.dx-button-submit-input), form textarea:not([type="checkbox"]):not([type="radio"]):not(.dx-button-submit-input) {
      width: 100%; }
  form input.dx-texteditor-input {
    min-height: 18px; }
  form .btn-group {
    position: relative;
    margin-bottom: 12px; }
  form textarea {
    width: 100%;
    height: 75px; }
  form .actions, form .actions.row {
    padding-top: 12px; }
    form .actions [class*="col-"]:last-child, form .actions.row [class*="col-"]:last-child {
      text-align: right; }
    @media screen and (max-width: 1023px) {
      form .actions [class*="col-"][class*="-12"]:not(:first-child), form .actions.row [class*="col-"][class*="-12"]:not(:first-child) {
        margin-top: 12px; } }
  form .form-group.required > label:before, form .input-group.required > label:before, form .form-row.required > label:before {
    content: '*';
    margin-left: -6px;
    margin-right: 3px; }
  form .form-group.required > label:after, form .input-group.required > label:after, form .form-row.required > label:after {
    content: '(required)';
    margin-left: 6px; }
  form .form-group.required.input-group-inline > label:after, form .input-group.required.input-group-inline > label:after, form .form-row.required.input-group-inline > label:after {
    display: block;
    margin-left: 0px;
    font-size: 0.6rem; }
  form .form-group.required .input-wrapper, form .input-group.required .input-wrapper, form .form-row.required .input-wrapper {
    display: block;
    position: relative; }
  form .form-group.required .dx-selectbox .input-wrapper, form .input-group.required .dx-selectbox .input-wrapper, form .form-row.required .dx-selectbox .input-wrapper {
    width: 100% !important;
    margin: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important; }
    form .form-group.required .dx-selectbox .input-wrapper + .dx-placeholder, form .input-group.required .dx-selectbox .input-wrapper + .dx-placeholder, form .form-row.required .dx-selectbox .input-wrapper + .dx-placeholder {
      padding-left: 30px; }
  form .form-group input, form .form-group select, form .input-group input, form .input-group select, form .form-row input, form .form-row select {
    position: relative; }
    form .form-group input[required].dirty ~ .input-icon, form .form-group select[required].dirty ~ .input-icon, form .input-group input[required].dirty ~ .input-icon, form .input-group select[required].dirty ~ .input-icon, form .form-row input[required].dirty ~ .input-icon, form .form-row select[required].dirty ~ .input-icon {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 0px;
      height: 100%;
      min-height: 100%;
      vertical-align: middle; }
    form .form-group input[required].dirty ~ .input-icon:after, form .form-group select[required].dirty ~ .input-icon:after, form .input-group input[required].dirty ~ .input-icon:after, form .input-group select[required].dirty ~ .input-icon:after, form .form-row input[required].dirty ~ .input-icon:after, form .form-row select[required].dirty ~ .input-icon:after {
      height: 100%;
      min-height: 100%;
      position: absolute;
      left: 5px;
      top: 5px;
      font-size: 1.1rem;
      vertical-align: middle;
      text-align: center;
      color: #fff; }
    form .form-group input[required].dirty:invalid, form .form-group select[required].dirty:invalid, form .input-group input[required].dirty:invalid, form .input-group select[required].dirty:invalid, form .form-row input[required].dirty:invalid, form .form-row select[required].dirty:invalid {
      border: solid #8B0000 1px; }
      form .form-group input[required].dirty:invalid ~ .input-icon:after, form .form-group select[required].dirty:invalid ~ .input-icon:after, form .input-group input[required].dirty:invalid ~ .input-icon:after, form .input-group select[required].dirty:invalid ~ .input-icon:after, form .form-row input[required].dirty:invalid ~ .input-icon:after, form .form-row select[required].dirty:invalid ~ .input-icon:after {
        content: "\f06a"; }
    form .form-group input[required].dirty:valid, form .form-group select[required].dirty:valid, form .input-group input[required].dirty:valid, form .input-group select[required].dirty:valid, form .form-row input[required].dirty:valid, form .form-row select[required].dirty:valid {
      border: solid #28a745 1px; }
      form .form-group input[required].dirty:valid ~ .input-icon:after, form .form-group select[required].dirty:valid ~ .input-icon:after, form .input-group input[required].dirty:valid ~ .input-icon:after, form .input-group select[required].dirty:valid ~ .input-icon:after, form .form-row input[required].dirty:valid ~ .input-icon:after, form .form-row select[required].dirty:valid ~ .input-icon:after {
        content: "\f058"; }
  form .form-group .input-wrapper input[required].dirty:invalid, form .form-group .input-wrapper select[required].dirty:invalid, form .input-group .input-wrapper input[required].dirty:invalid, form .input-group .input-wrapper select[required].dirty:invalid, form .form-row .input-wrapper input[required].dirty:invalid, form .form-row .input-wrapper select[required].dirty:invalid {
    border-left: solid rgba(139, 0, 0, 0.6) 28px; }
  form .form-group .input-wrapper input[required].dirty:valid, form .form-group .input-wrapper select[required].dirty:valid, form .input-group .input-wrapper input[required].dirty:valid, form .input-group .input-wrapper select[required].dirty:valid, form .form-row .input-wrapper input[required].dirty:valid, form .form-row .input-wrapper select[required].dirty:valid {
    border-left: solid rgba(40, 167, 69, 0.6) 28px; }

form .form-group:not([class*="col-"]) {
  width: calc(100% - 1.25rem); }

form input.form-control-text {
  background: none !important;
  border: none !important;
  box-shadow: none !important; }

form .errors ul {
  list-style-type: none; }

form .errors.has-errors {
  margin: 6px 8px;
  margin-top: 24px;
  padding: 4px; }

form .errors span.error-message {
  display: block;
  color: #8B0000;
  font-weight: normal;
  font-style: italic; }
  form .errors span.error-message:before {
    content: "\f06a";
    display: inline-block;
    margin-right: 8px; }
  form .errors span.error-message *[class*="fa-"] {
    margin-right: 8px; }

form ul.errors, form ul.info {
  list-style-type: none; }

form ul.errors > li,
form ul.info > li {
  display: block;
  font-weight: normal;
  font-style: italic; }
  form ul.errors > li:before,
  form ul.info > li:before {
    display: inline-block;
    margin-right: 8px; }
  form ul.errors > li *[class*="fa-"],
  form ul.info > li *[class*="fa-"] {
    margin-right: 8px; }

form ul.errors > li {
  color: #8B0000; }
  form ul.errors > li:before {
    content: "\f06a"; }

form ul.info > li {
  color: #17a2b8; }
  form ul.info > li:before {
    content: "\f06a"; }

form ul:not(.errors) li.list-item-error {
  color: #8B0000;
  display: block;
  font-weight: normal;
  font-style: italic;
  margin-left: -22px; }
  form ul:not(.errors) li.list-item-error:before {
    display: inline-block;
    margin-right: 2px;
    font-size: 0.95rem;
    content: "\f06a"; }
  form ul:not(.errors) li.list-item-error *[class*="fa-"] {
    margin-right: 8px; }

.input-note:not(input), li > .list-item-note:not(input), .input-success:not(input), .input-error:not(input) {
  display: block;
  width: 100%;
  margin-top: 4px;
  font-size: .8rem;
  font-style: italic;
  text-align: left; }
  .input-note:not(input) *[class*="fa-"], li > .list-item-note:not(input) *[class*="fa-"], .input-success:not(input) *[class*="fa-"], .input-error:not(input) *[class*="fa-"] {
    margin-right: 8px; }

:not(input).input-note, li > .list-item-note:not(input) {
  color: rgba(75, 75, 75, 0.8); }

:not(input).input-success {
  display: none;
  color: #28a745; }

:not(input).input-error {
  display: none;
  color: #8B0000; }

label.form-row-label {
  width: calc(100% - 1.25rem); }
  label.form-row-label + input:not([type="radio"]):not([type="checkbox"]), label.form-row-label + select, label.form-row-label + textarea {
    flex: 1 1 0px;
    width: auto;
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  label.form-row-label + input[type="checkbox"] {
    width: auto; }

.input-group:not([class*="col-"]), .input-group .input-wrapper {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem; }

.input-group input:not([type="radio"]):not([type="checkbox"]), .input-group select, .input-group textarea {
  width: calc(100% - 1.25rem); }
  .input-group input:not([type="radio"]):not([type="checkbox"]) + label, .input-group select + label, .input-group textarea + label {
    width: calc(100% - 1.25rem); }

.input-group input[type="radio"] {
  flex: 1 1 0px;
  width: auto; }
  .input-group input[type="radio"] + label {
    flex: 1 1 0px;
    width: auto; }

.input-group input[type="checkbox"] {
  text-align: left; }

form.form-inline .input-group-inline {
  text-align: left; }
  form.form-inline .input-group-inline:not([class*="col-"]) {
    width: calc(33.33333% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  form.form-inline .input-group-inline input:not([type="radio"]):not([type="checkbox"]):not(.input-error):not(.input-note):not(li > .list-item-note), form.form-inline .input-group-inline select, form.form-inline .input-group-inline textarea {
    width: calc(66.66667% - 1.25rem); }
    form.form-inline .input-group-inline input:not([type="radio"]):not([type="checkbox"]):not(.input-error):not(.input-note):not(li > .list-item-note) + label, form.form-inline .input-group-inline select + label, form.form-inline .input-group-inline textarea + label {
      width: calc(33.33333% - 1.25rem); }
  form.form-inline .input-group-inline input[type="radio"] {
    flex: 1 1 0px;
    width: auto; }
    form.form-inline .input-group-inline input[type="radio"] + label {
      flex: 1 1 0px;
      width: auto; }
  form.form-inline .input-group-inline input[type="checkbox"] {
    text-align: left; }

form.input-highlight input:not([type="submit"]):not([type="button"]), form.input-highlight input.dx-texteditor-input, form.input-highlight select, form.input-highlight textarea, form.form-inline input:not([type="submit"]):not([type="button"]), form.form-inline input.dx-texteditor-input, form.form-inline select, form.form-inline textarea {
  background-color: rgba(255, 254, 173, 0.7); }

form.form-inline .form-row {
  margin-bottom: 0px;
  padding-bottom: 12px; }
  form.form-inline .form-row label.form-row-label {
    width: calc(33.33333% - 1.25rem);
    padding-right: 20px;
    border-right: solid 1px rgba(0, 0, 0, 0.2); }
    form.form-inline .form-row label.form-row-label + input:not([type="radio"]):not([type="checkbox"]), form.form-inline .form-row label.form-row-label + select, form.form-inline .form-row label.form-row-label + textarea {
      flex: 1 1 0px;
      width: auto; }
    form.form-inline .form-row label.form-row-label + input[type="checkbox"] {
      width: auto; }
    form.form-inline .form-row label.form-row-label + .input-wrapper {
      flex: 1 1 0px;
      width: auto;
      margin-right: 0.625rem;
      margin-left: 0.625rem; }
      form.form-inline .form-row label.form-row-label + .input-wrapper input:not([type="radio"]):not([type="checkbox"]), form.form-inline .form-row label.form-row-label + .input-wrapper select, form.form-inline .form-row label.form-row-label + .input-wrapper textarea, form.form-inline .form-row label.form-row-label + .input-wrapper .input-wrapper {
        flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: calc(100% - 1.25rem);
        width: 100%; }
      form.form-inline .form-row label.form-row-label + .input-wrapper input[type="checkbox"] {
        width: auto; }
  form.form-inline .form-row .form-group {
    width: calc(66.66667% - 1.25rem); }

form.form-inline .form-row.grid-row label.form-row-label {
  position: relative;
  border-right: none; }

form.form-inline .form-row.grid-row .form-group {
  width: calc(100% - 1.25rem); }

form[class*="form-inline"] .form-group [class*="input-group-inline"],
form[class*="form-inline"] .input-group [class*="input-group-inline"],
.form-group [class*="input-group-inline"], .input-group [class*="input-group-inline"] {
  text-align: left; }
  form[class*="form-inline"] .form-group [class*="input-group-inline"]:not([class*="col-"]),
  form[class*="form-inline"] .input-group [class*="input-group-inline"]:not([class*="col-"]),
  .form-group [class*="input-group-inline"]:not([class*="col-"]), .input-group [class*="input-group-inline"]:not([class*="col-"]) {
    width: calc(33.33333% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  form[class*="form-inline"] .form-group [class*="input-group-inline"] input[type="text"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  form[class*="form-inline"] .form-group [class*="input-group-inline"] input[type="number"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  form[class*="form-inline"] .form-group [class*="input-group-inline"] input[type="date"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  form[class*="form-inline"] .form-group [class*="input-group-inline"] select, form[class*="form-inline"] .form-group [class*="input-group-inline"] textarea,
  form[class*="form-inline"] .input-group [class*="input-group-inline"] input[type="text"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  form[class*="form-inline"] .input-group [class*="input-group-inline"] input[type="number"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  form[class*="form-inline"] .input-group [class*="input-group-inline"] input[type="date"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  form[class*="form-inline"] .input-group [class*="input-group-inline"] select,
  form[class*="form-inline"] .input-group [class*="input-group-inline"] textarea,
  .form-group [class*="input-group-inline"] input[type="text"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  .form-group [class*="input-group-inline"] input[type="number"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  .form-group [class*="input-group-inline"] input[type="date"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  .form-group [class*="input-group-inline"] select,
  .form-group [class*="input-group-inline"] textarea, .input-group [class*="input-group-inline"] input[type="text"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  .input-group [class*="input-group-inline"] input[type="number"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  .input-group [class*="input-group-inline"] input[type="date"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]),
  .input-group [class*="input-group-inline"] select, .input-group [class*="input-group-inline"] textarea {
    width: calc(66.66667% - 1.25rem); }
    form[class*="form-inline"] .form-group [class*="input-group-inline"] input[type="text"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    form[class*="form-inline"] .form-group [class*="input-group-inline"] input[type="number"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    form[class*="form-inline"] .form-group [class*="input-group-inline"] input[type="date"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    form[class*="form-inline"] .form-group [class*="input-group-inline"] select + label, form[class*="form-inline"] .form-group [class*="input-group-inline"] textarea + label,
    form[class*="form-inline"] .input-group [class*="input-group-inline"] input[type="text"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    form[class*="form-inline"] .input-group [class*="input-group-inline"] input[type="number"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    form[class*="form-inline"] .input-group [class*="input-group-inline"] input[type="date"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    form[class*="form-inline"] .input-group [class*="input-group-inline"] select + label,
    form[class*="form-inline"] .input-group [class*="input-group-inline"] textarea + label,
    .form-group [class*="input-group-inline"] input[type="text"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    .form-group [class*="input-group-inline"] input[type="number"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    .form-group [class*="input-group-inline"] input[type="date"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    .form-group [class*="input-group-inline"] select + label,
    .form-group [class*="input-group-inline"] textarea + label, .input-group [class*="input-group-inline"] input[type="text"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    .input-group [class*="input-group-inline"] input[type="number"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    .input-group [class*="input-group-inline"] input[type="date"]:not([type="radio"]):not([type="checkbox"]):not([class*="dx-"]) + label,
    .input-group [class*="input-group-inline"] select + label, .input-group [class*="input-group-inline"] textarea + label {
      width: calc(33.33333% - 1.25rem); }
  form[class*="form-inline"] .form-group [class*="input-group-inline"] input[type="radio"],
  form[class*="form-inline"] .input-group [class*="input-group-inline"] input[type="radio"],
  .form-group [class*="input-group-inline"] input[type="radio"], .input-group [class*="input-group-inline"] input[type="radio"] {
    flex: 1 1 0px;
    width: auto; }
    form[class*="form-inline"] .form-group [class*="input-group-inline"] input[type="radio"] + label,
    form[class*="form-inline"] .input-group [class*="input-group-inline"] input[type="radio"] + label,
    .form-group [class*="input-group-inline"] input[type="radio"] + label, .input-group [class*="input-group-inline"] input[type="radio"] + label {
      flex: 1 1 0px;
      width: auto; }
  form[class*="form-inline"] .form-group [class*="input-group-inline"] input[type="checkbox"],
  form[class*="form-inline"] .input-group [class*="input-group-inline"] input[type="checkbox"],
  .form-group [class*="input-group-inline"] input[type="checkbox"], .input-group [class*="input-group-inline"] input[type="checkbox"] {
    text-align: left; }

.inline-label {
  margin-left: 4px;
  margin-right: 4px; }
  input + .inline-label {
    margin-left: 4px;
    margin-right: 0px; }
  .inline-label + input {
    margin-left: 0px;
    margin-right: 4px; }

.search,
form .form-control-group {
  display: flex;
  margin: 0.3em 0.3em; }
  .search input, .search select, .search button, .search .btn, .search a[class*="btn-"] .dx-select-box,
  form .form-control-group input,
  form .form-control-group select,
  form .form-control-group button,
  form .form-control-group .btn,
  form .form-control-group a[class*="btn-"] .dx-select-box {
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    float: left; }
  .search input, .search select, .search .dx-select-box,
  form .form-control-group input,
  form .form-control-group select,
  form .form-control-group .dx-select-box {
    flex: 1 0 8em;
    margin: 0px; }
  .search a:not(.btn),
  form .form-control-group a:not(.btn) {
    flex: 0 0 auto; }
  .search a.btn, .search button,
  form .form-control-group a.btn,
  form .form-control-group button {
    flex: 0 0 auto;
    margin: 0px;
    padding: 0.45rem; }
  .search > input:first-child, .search > button:first-child, .search > .btn:first-child, .search > a.btn:first-child, .search > select:first-child, .search > .dx-select-box:first-child,
  form .form-control-group > input:first-child,
  form .form-control-group > button:first-child,
  form .form-control-group > .btn:first-child,
  form .form-control-group > a.btn:first-child,
  form .form-control-group > select:first-child,
  form .form-control-group > .dx-select-box:first-child {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 0px !important; }
  .search > input:last-child, .search > button:last-child, .search > .btn:last-child, .search > a.btn:last-child, .search > select:last-child, .search > .dx-select-box:last-child,
  form .form-control-group > input:last-child,
  form .form-control-group > button:last-child,
  form .form-control-group > .btn:last-child,
  form .form-control-group > a.btn:last-child,
  form .form-control-group > select:last-child,
  form .form-control-group > .dx-select-box:last-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 4px !important; }
  .search [class*="fa-"],
  form .form-control-group [class*="fa-"] {
    margin-left: 0px;
    margin-right: 0px; }

.form-instructions {
  flex: 1;
  padding: 12px;
  padding-top: 0px;
  border: solid 1px rgba(112, 117, 0, 0.2);
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(34, 34, 34, 0.2);
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }
  .form-instructions h2.title {
    border-bottom: solid rgba(34, 34, 34, 0.2) 1px; }

.search {
  flex: 1 0 auto; }
  .search label.form-control-group-icon {
    line-height: 1.15;
    padding: 4px 6px;
    background-color: #fff;
    color: #ccc;
    -webkit-appearance: textfield;
    outline-offset: -2px;
    border: solid rgba(200, 200, 200, 0.8) 1px;
    box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.2); }
    .search label.form-control-group-icon:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border-right: none; }
    .search label.form-control-group-icon [class*="fa"] {
      line-height: 1.15; }
  .search input:last-child {
    border-left: none; }

/* ==================================================================================================
  BUTTON ELEMENT STYLING
  ================================================================================================== */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button {
  appearance: none;
  line-height: 1; }

button, select {
  text-transform: none; }

button {
  overflow: visible; }

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

button, input[type="button"], input[type="submit"], input[type="reset"], a.btn,
.dx-button[class*="btn"]:not(.dx-button-mode-text) {
  display: inline-block;
  margin: 0.3em 0.3em;
  padding: 0.45em 1.1em;
  overflow: visible;
  border: 0;
  border-radius: 4px; }
  button [class*="fa"], button i.dx-icon, input[type="button"] [class*="fa"], input[type="button"] i.dx-icon, input[type="submit"] [class*="fa"], input[type="submit"] i.dx-icon, input[type="reset"] [class*="fa"], input[type="reset"] i.dx-icon, a.btn [class*="fa"], a.btn i.dx-icon,
  .dx-button[class*="btn"]:not(.dx-button-mode-text) [class*="fa"],
  .dx-button[class*="btn"]:not(.dx-button-mode-text) i.dx-icon {
    margin-right: 5px; }
  button.revert, button.btn-revert, input[type="button"].revert, input[type="button"].btn-revert, input[type="submit"].revert, input[type="submit"].btn-revert, input[type="reset"].revert, input[type="reset"].btn-revert, a.btn.revert, a.btn.btn-revert,
  .dx-button[class*="btn"]:not(.dx-button-mode-text).revert,
  .dx-button[class*="btn"]:not(.dx-button-mode-text).btn-revert {
    margin-right: 25px; }
  button.confirm-action, button.cancel-action, input[type="button"].confirm-action, input[type="button"].cancel-action, input[type="submit"].confirm-action, input[type="submit"].cancel-action, input[type="reset"].confirm-action, input[type="reset"].cancel-action, a.btn.confirm-action, a.btn.cancel-action,
  .dx-button[class*="btn"]:not(.dx-button-mode-text).confirm-action,
  .dx-button[class*="btn"]:not(.dx-button-mode-text).cancel-action {
    display: none; }
  button.confirm-action [class*="fa"],
  button.cancel-action [class*="fa"], input[type="button"].confirm-action [class*="fa"],
  input[type="button"].cancel-action [class*="fa"], input[type="submit"].confirm-action [class*="fa"],
  input[type="submit"].cancel-action [class*="fa"], input[type="reset"].confirm-action [class*="fa"],
  input[type="reset"].cancel-action [class*="fa"], a.btn.confirm-action [class*="fa"],
  a.btn.cancel-action [class*="fa"],
  .dx-button[class*="btn"]:not(.dx-button-mode-text).confirm-action [class*="fa"],
  .dx-button[class*="btn"]:not(.dx-button-mode-text).cancel-action [class*="fa"] {
    margin: 0px; }

.dx-button[class*="btn"]:not(.dx-button-mode-text) .dx-button-content {
  padding: 0px !important; }

a[class*="btn"] {
  line-height: 1.15;
  color: #222222;
  text-decoration: none;
  cursor: pointer; }
  a[class*="btn"]:hover, a[class*="btn"].hover, a[class*="btn"]:active, a[class*="btn"].active {
    text-decoration: none; }

/* ==================================================================================================
  BUTTON EXTENDED STYLES
  ================================================================================================== */
button, input[type="button"], input[type="submit"], input[type="reset"], a.btn,
.dx-button[class*="btn"]:not(.dx-button-mode-text), button.btn-default, input[type="button"].btn-default, input[type="submit"].btn-default, input[type="reset"].btn-default, a.btn.btn-default,
.dx-button[class*="btn"].btn-default:not(.dx-button-mode-text) {
  color: #000000;
  background-color: rgba(211, 211, 211, 0.8); }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, a.btn:hover,
  .dx-button[class*="btn"]:hover:not(.dx-button-mode-text), button.hover, input.hover[type="button"], input.hover[type="submit"], input.hover[type="reset"], a.hover.btn,
  .hover.dx-button[class*="btn"]:not(.dx-button-mode-text) {
    background-color: rgba(224, 224, 224, 0.8); }
  button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, a.btn:active,
  .dx-button[class*="btn"]:active:not(.dx-button-mode-text), button.active, input.active[type="button"], input.active[type="submit"], input.active[type="reset"], a.active.btn,
  .active.dx-button[class*="btn"]:not(.dx-button-mode-text) {
    background-color: rgba(186, 186, 186, 0.8); }
  button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, a.btn:disabled,
  .dx-button[class*="btn"]:disabled:not(.dx-button-mode-text), button.disabled, input.disabled[type="button"], input.disabled[type="submit"], input.disabled[type="reset"], a.disabled.btn,
  .disabled.dx-button[class*="btn"]:not(.dx-button-mode-text), button[disabled], input[disabled][type="button"], input[disabled][type="submit"], input[disabled][type="reset"], a[disabled].btn,
  [disabled].dx-button[class*="btn"]:not(.dx-button-mode-text) {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(237, 237, 237, 0.8); }
  button:active:focus, input[type="button"]:active:focus, input[type="submit"]:active:focus, input[type="reset"]:active:focus, a.btn:active:focus,
  .dx-button[class*="btn"]:active:focus:not(.dx-button-mode-text), button.active.focus, input.active.focus[type="button"], input.active.focus[type="submit"], input.active.focus[type="reset"], a.active.focus.btn,
  .active.focus.dx-button[class*="btn"]:not(.dx-button-mode-text) {
    outline-style: none; }
  button [class*="fa"], input[type="button"] [class*="fa"], input[type="submit"] [class*="fa"], input[type="reset"] [class*="fa"], a.btn [class*="fa"],
  .dx-button[class*="btn"]:not(.dx-button-mode-text) [class*="fa"], button i.dx-icon, input[type="button"] i.dx-icon, input[type="submit"] i.dx-icon, input[type="reset"] i.dx-icon, a.btn i.dx-icon,
  .dx-button[class*="btn"]:not(.dx-button-mode-text) i.dx-icon {
    color: #000000;
    background-color: transparent; }

button.btn-primary, div.login.content[class] .userBox button, input[type="button"].btn-primary, input[type="submit"].btn-primary, input[type="reset"].btn-primary, a.btn.btn-primary,
.dx-button[class*="btn"].btn-primary:not(.dx-button-mode-text), .btn-pill {
  color: #FFFFFF;
  background-color: rgba(194, 0, 5, 0.8); }
  button.btn-primary:hover, div.login.content[class] .userBox button:hover, input[type="button"].btn-primary:hover, input[type="submit"].btn-primary:hover, input[type="reset"].btn-primary:hover, a.btn.btn-primary:hover,
  .dx-button[class*="btn"].btn-primary:hover:not(.dx-button-mode-text), .btn-pill:hover, button.hover.btn-primary, div.login.content[class] .userBox button.hover, input.hover[type="button"].btn-primary, input.hover[type="submit"].btn-primary, input.hover[type="reset"].btn-primary, a.hover.btn.btn-primary,
  .hover.dx-button[class*="btn"].btn-primary:not(.dx-button-mode-text), .hover.btn-pill {
    background-color: rgba(220, 0, 6, 0.8); }
  button.btn-primary:active, div.login.content[class] .userBox button:active, input[type="button"].btn-primary:active, input[type="submit"].btn-primary:active, input[type="reset"].btn-primary:active, a.btn.btn-primary:active,
  .dx-button[class*="btn"].btn-primary:active:not(.dx-button-mode-text), .btn-pill:active, button.active.btn-primary, div.login.content[class] .userBox button.active, input.active[type="button"].btn-primary, input.active[type="submit"].btn-primary, input.active[type="reset"].btn-primary, a.active.btn.btn-primary,
  .active.dx-button[class*="btn"].btn-primary:not(.dx-button-mode-text), .active.btn-pill {
    background-color: rgba(143, 0, 4, 0.8); }
  button.btn-primary:disabled, div.login.content[class] .userBox button:disabled, input[type="button"].btn-primary:disabled, input[type="submit"].btn-primary:disabled, input[type="reset"].btn-primary:disabled, a.btn.btn-primary:disabled,
  .dx-button[class*="btn"].btn-primary:disabled:not(.dx-button-mode-text), .btn-pill:disabled, button.disabled.btn-primary, div.login.content[class] .userBox button.disabled, input.disabled[type="button"].btn-primary, input.disabled[type="submit"].btn-primary, input.disabled[type="reset"].btn-primary, a.disabled.btn.btn-primary,
  .disabled.dx-button[class*="btn"].btn-primary:not(.dx-button-mode-text), .disabled.btn-pill, button[disabled].btn-primary, div.login.content[class] .userBox button[disabled], input[disabled][type="button"].btn-primary, input[disabled][type="submit"].btn-primary, input[disabled][type="reset"].btn-primary, a[disabled].btn.btn-primary,
  [disabled].dx-button[class*="btn"].btn-primary:not(.dx-button-mode-text), [disabled].btn-pill {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(233, 12, 18, 0.8); }
  button.btn-primary:active:focus, div.login.content[class] .userBox button:active:focus, input[type="button"].btn-primary:active:focus, input[type="submit"].btn-primary:active:focus, input[type="reset"].btn-primary:active:focus, a.btn.btn-primary:active:focus,
  .dx-button[class*="btn"].btn-primary:active:focus:not(.dx-button-mode-text), .btn-pill:active:focus, button.active.focus.btn-primary, div.login.content[class] .userBox button.active.focus, input.active.focus[type="button"].btn-primary, input.active.focus[type="submit"].btn-primary, input.active.focus[type="reset"].btn-primary, a.active.focus.btn.btn-primary,
  .active.focus.dx-button[class*="btn"].btn-primary:not(.dx-button-mode-text), .active.focus.btn-pill {
    outline-style: none; }
  button.btn-primary [class*="fa"], div.login.content[class] .userBox button [class*="fa"], input[type="button"].btn-primary [class*="fa"], input[type="submit"].btn-primary [class*="fa"], input[type="reset"].btn-primary [class*="fa"], a.btn.btn-primary [class*="fa"],
  .dx-button[class*="btn"].btn-primary:not(.dx-button-mode-text) [class*="fa"], .btn-pill [class*="fa"], button.btn-primary i.dx-icon, div.login.content[class] .userBox button i.dx-icon, input[type="button"].btn-primary i.dx-icon, input[type="submit"].btn-primary i.dx-icon, input[type="reset"].btn-primary i.dx-icon, a.btn.btn-primary i.dx-icon,
  .dx-button[class*="btn"].btn-primary:not(.dx-button-mode-text) i.dx-icon, .btn-pill i.dx-icon {
    color: #FFFFFF;
    background-color: transparent; }

button.btn-secondary, input[type="button"].btn-secondary, input[type="submit"].btn-secondary, input[type="reset"].btn-secondary, a.btn.btn-secondary,
.dx-button[class*="btn"].btn-secondary:not(.dx-button-mode-text) {
  color: #FFFFFF;
  background-color: rgba(112, 117, 0, 0.8); }
  button.btn-secondary:hover, input[type="button"].btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="reset"].btn-secondary:hover, a.btn.btn-secondary:hover,
  .dx-button[class*="btn"].btn-secondary:hover:not(.dx-button-mode-text), button.hover.btn-secondary, input.hover[type="button"].btn-secondary, input.hover[type="submit"].btn-secondary, input.hover[type="reset"].btn-secondary, a.hover.btn.btn-secondary,
  .hover.dx-button[class*="btn"].btn-secondary:not(.dx-button-mode-text) {
    background-color: rgba(136, 143, 0, 0.8); }
  button.btn-secondary:active, input[type="button"].btn-secondary:active, input[type="submit"].btn-secondary:active, input[type="reset"].btn-secondary:active, a.btn.btn-secondary:active,
  .dx-button[class*="btn"].btn-secondary:active:not(.dx-button-mode-text), button.active.btn-secondary, input.active[type="button"].btn-secondary, input.active[type="submit"].btn-secondary, input.active[type="reset"].btn-secondary, a.active.btn.btn-secondary,
  .active.dx-button[class*="btn"].btn-secondary:not(.dx-button-mode-text) {
    background-color: rgba(63, 66, 0, 0.8); }
  button.btn-secondary:disabled, input[type="button"].btn-secondary:disabled, input[type="submit"].btn-secondary:disabled, input[type="reset"].btn-secondary:disabled, a.btn.btn-secondary:disabled,
  .dx-button[class*="btn"].btn-secondary:disabled:not(.dx-button-mode-text), button.disabled.btn-secondary, input.disabled[type="button"].btn-secondary, input.disabled[type="submit"].btn-secondary, input.disabled[type="reset"].btn-secondary, a.disabled.btn.btn-secondary,
  .disabled.dx-button[class*="btn"].btn-secondary:not(.dx-button-mode-text), button[disabled].btn-secondary, input[disabled][type="button"].btn-secondary, input[disabled][type="submit"].btn-secondary, input[disabled][type="reset"].btn-secondary, a[disabled].btn.btn-secondary,
  [disabled].dx-button[class*="btn"].btn-secondary:not(.dx-button-mode-text) {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(153, 160, 8, 0.8); }
  button.btn-secondary:active:focus, input[type="button"].btn-secondary:active:focus, input[type="submit"].btn-secondary:active:focus, input[type="reset"].btn-secondary:active:focus, a.btn.btn-secondary:active:focus,
  .dx-button[class*="btn"].btn-secondary:active:focus:not(.dx-button-mode-text), button.active.focus.btn-secondary, input.active.focus[type="button"].btn-secondary, input.active.focus[type="submit"].btn-secondary, input.active.focus[type="reset"].btn-secondary, a.active.focus.btn.btn-secondary,
  .active.focus.dx-button[class*="btn"].btn-secondary:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-secondary [class*="fa"], input[type="button"].btn-secondary [class*="fa"], input[type="submit"].btn-secondary [class*="fa"], input[type="reset"].btn-secondary [class*="fa"], a.btn.btn-secondary [class*="fa"],
  .dx-button[class*="btn"].btn-secondary:not(.dx-button-mode-text) [class*="fa"], button.btn-secondary i.dx-icon, input[type="button"].btn-secondary i.dx-icon, input[type="submit"].btn-secondary i.dx-icon, input[type="reset"].btn-secondary i.dx-icon, a.btn.btn-secondary i.dx-icon,
  .dx-button[class*="btn"].btn-secondary:not(.dx-button-mode-text) i.dx-icon {
    color: #FFFFFF;
    background-color: transparent; }

button.btn-disabled, input[type="button"].btn-disabled, input[type="submit"].btn-disabled, input[type="reset"].btn-disabled, a.btn.btn-disabled,
.dx-button[class*="btn"].btn-disabled:not(.dx-button-mode-text) {
  color: #FFFFFF;
  background-color: rgba(105, 105, 105, 0.8); }
  button.btn-disabled:hover, input[type="button"].btn-disabled:hover, input[type="submit"].btn-disabled:hover, input[type="reset"].btn-disabled:hover, a.btn.btn-disabled:hover,
  .dx-button[class*="btn"].btn-disabled:hover:not(.dx-button-mode-text), button.hover.btn-disabled, input.hover[type="button"].btn-disabled, input.hover[type="submit"].btn-disabled, input.hover[type="reset"].btn-disabled, a.hover.btn.btn-disabled,
  .hover.dx-button[class*="btn"].btn-disabled:not(.dx-button-mode-text) {
    background-color: rgba(118, 118, 118, 0.8); }
  button.btn-disabled:active, input[type="button"].btn-disabled:active, input[type="submit"].btn-disabled:active, input[type="reset"].btn-disabled:active, a.btn.btn-disabled:active,
  .dx-button[class*="btn"].btn-disabled:active:not(.dx-button-mode-text), button.active.btn-disabled, input.active[type="button"].btn-disabled, input.active[type="submit"].btn-disabled, input.active[type="reset"].btn-disabled, a.active.btn.btn-disabled,
  .active.dx-button[class*="btn"].btn-disabled:not(.dx-button-mode-text) {
    background-color: rgba(80, 80, 80, 0.8); }
  button.btn-disabled:disabled, input[type="button"].btn-disabled:disabled, input[type="submit"].btn-disabled:disabled, input[type="reset"].btn-disabled:disabled, a.btn.btn-disabled:disabled,
  .dx-button[class*="btn"].btn-disabled:disabled:not(.dx-button-mode-text), button.disabled.btn-disabled, input.disabled[type="button"].btn-disabled, input.disabled[type="submit"].btn-disabled, input.disabled[type="reset"].btn-disabled, a.disabled.btn.btn-disabled,
  .disabled.dx-button[class*="btn"].btn-disabled:not(.dx-button-mode-text), button[disabled].btn-disabled, input[disabled][type="button"].btn-disabled, input[disabled][type="submit"].btn-disabled, input[disabled][type="reset"].btn-disabled, a[disabled].btn.btn-disabled,
  [disabled].dx-button[class*="btn"].btn-disabled:not(.dx-button-mode-text) {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(131, 131, 131, 0.8); }
  button.btn-disabled:active:focus, input[type="button"].btn-disabled:active:focus, input[type="submit"].btn-disabled:active:focus, input[type="reset"].btn-disabled:active:focus, a.btn.btn-disabled:active:focus,
  .dx-button[class*="btn"].btn-disabled:active:focus:not(.dx-button-mode-text), button.active.focus.btn-disabled, input.active.focus[type="button"].btn-disabled, input.active.focus[type="submit"].btn-disabled, input.active.focus[type="reset"].btn-disabled, a.active.focus.btn.btn-disabled,
  .active.focus.dx-button[class*="btn"].btn-disabled:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-disabled [class*="fa"], input[type="button"].btn-disabled [class*="fa"], input[type="submit"].btn-disabled [class*="fa"], input[type="reset"].btn-disabled [class*="fa"], a.btn.btn-disabled [class*="fa"],
  .dx-button[class*="btn"].btn-disabled:not(.dx-button-mode-text) [class*="fa"], button.btn-disabled i.dx-icon, input[type="button"].btn-disabled i.dx-icon, input[type="submit"].btn-disabled i.dx-icon, input[type="reset"].btn-disabled i.dx-icon, a.btn.btn-disabled i.dx-icon,
  .dx-button[class*="btn"].btn-disabled:not(.dx-button-mode-text) i.dx-icon {
    color: #FFFFFF;
    background-color: transparent; }

button.btn-success, input[type="button"].btn-success, input[type="submit"].btn-success, input[type="reset"].btn-success, a.btn.btn-success,
.dx-button[class*="btn"].btn-success:not(.dx-button-mode-text) {
  color: #FFFFFF;
  background-color: rgba(40, 167, 69, 0.8); }
  button.btn-success:hover, input[type="button"].btn-success:hover, input[type="submit"].btn-success:hover, input[type="reset"].btn-success:hover, a.btn.btn-success:hover,
  .dx-button[class*="btn"].btn-success:hover:not(.dx-button-mode-text), button.hover.btn-success, input.hover[type="button"].btn-success, input.hover[type="submit"].btn-success, input.hover[type="reset"].btn-success, a.hover.btn.btn-success,
  .hover.dx-button[class*="btn"].btn-success:not(.dx-button-mode-text) {
    background-color: rgba(45, 188, 78, 0.8); }
  button.btn-success:active, input[type="button"].btn-success:active, input[type="submit"].btn-success:active, input[type="reset"].btn-success:active, a.btn.btn-success:active,
  .dx-button[class*="btn"].btn-success:active:not(.dx-button-mode-text), button.active.btn-success, input.active[type="button"].btn-success, input.active[type="submit"].btn-success, input.active[type="reset"].btn-success, a.active.btn.btn-success,
  .active.dx-button[class*="btn"].btn-success:not(.dx-button-mode-text) {
    background-color: rgba(30, 126, 52, 0.8); }
  button.btn-success:disabled, input[type="button"].btn-success:disabled, input[type="submit"].btn-success:disabled, input[type="reset"].btn-success:disabled, a.btn.btn-success:disabled,
  .dx-button[class*="btn"].btn-success:disabled:not(.dx-button-mode-text), button.disabled.btn-success, input.disabled[type="button"].btn-success, input.disabled[type="submit"].btn-success, input.disabled[type="reset"].btn-success, a.disabled.btn.btn-success,
  .disabled.dx-button[class*="btn"].btn-success:not(.dx-button-mode-text), button[disabled].btn-success, input[disabled][type="button"].btn-success, input[disabled][type="submit"].btn-success, input[disabled][type="reset"].btn-success, a[disabled].btn.btn-success,
  [disabled].dx-button[class*="btn"].btn-success:not(.dx-button-mode-text) {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(64, 194, 94, 0.8); }
  button.btn-success:active:focus, input[type="button"].btn-success:active:focus, input[type="submit"].btn-success:active:focus, input[type="reset"].btn-success:active:focus, a.btn.btn-success:active:focus,
  .dx-button[class*="btn"].btn-success:active:focus:not(.dx-button-mode-text), button.active.focus.btn-success, input.active.focus[type="button"].btn-success, input.active.focus[type="submit"].btn-success, input.active.focus[type="reset"].btn-success, a.active.focus.btn.btn-success,
  .active.focus.dx-button[class*="btn"].btn-success:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-success [class*="fa"], input[type="button"].btn-success [class*="fa"], input[type="submit"].btn-success [class*="fa"], input[type="reset"].btn-success [class*="fa"], a.btn.btn-success [class*="fa"],
  .dx-button[class*="btn"].btn-success:not(.dx-button-mode-text) [class*="fa"], button.btn-success i.dx-icon, input[type="button"].btn-success i.dx-icon, input[type="submit"].btn-success i.dx-icon, input[type="reset"].btn-success i.dx-icon, a.btn.btn-success i.dx-icon,
  .dx-button[class*="btn"].btn-success:not(.dx-button-mode-text) i.dx-icon {
    color: #FFFFFF;
    background-color: transparent; }

button.btn-danger, input[type="button"].btn-danger, input[type="submit"].btn-danger, input[type="reset"].btn-danger, a.btn.btn-danger,
.dx-button[class*="btn"].btn-danger:not(.dx-button-mode-text) {
  color: #FFFFFF;
  background-color: rgba(139, 0, 0, 0.8); }
  button.btn-danger:hover, input[type="button"].btn-danger:hover, input[type="submit"].btn-danger:hover, input[type="reset"].btn-danger:hover, a.btn.btn-danger:hover,
  .dx-button[class*="btn"].btn-danger:hover:not(.dx-button-mode-text), button.hover.btn-danger, input.hover[type="button"].btn-danger, input.hover[type="submit"].btn-danger, input.hover[type="reset"].btn-danger, a.hover.btn.btn-danger,
  .hover.dx-button[class*="btn"].btn-danger:not(.dx-button-mode-text) {
    background-color: rgba(165, 0, 0, 0.8); }
  button.btn-danger:active, input[type="button"].btn-danger:active, input[type="submit"].btn-danger:active, input[type="reset"].btn-danger:active, a.btn.btn-danger:active,
  .dx-button[class*="btn"].btn-danger:active:not(.dx-button-mode-text), button.active.btn-danger, input.active[type="button"].btn-danger, input.active[type="submit"].btn-danger, input.active[type="reset"].btn-danger, a.active.btn.btn-danger,
  .active.dx-button[class*="btn"].btn-danger:not(.dx-button-mode-text) {
    background-color: rgba(88, 0, 0, 0.8); }
  button.btn-danger:disabled, input[type="button"].btn-danger:disabled, input[type="submit"].btn-danger:disabled, input[type="reset"].btn-danger:disabled, a.btn.btn-danger:disabled,
  .dx-button[class*="btn"].btn-danger:disabled:not(.dx-button-mode-text), button.disabled.btn-danger, input.disabled[type="button"].btn-danger, input.disabled[type="submit"].btn-danger, input.disabled[type="reset"].btn-danger, a.disabled.btn.btn-danger,
  .disabled.dx-button[class*="btn"].btn-danger:not(.dx-button-mode-text), button[disabled].btn-danger, input[disabled][type="button"].btn-danger, input[disabled][type="submit"].btn-danger, input[disabled][type="reset"].btn-danger, a[disabled].btn.btn-danger,
  [disabled].dx-button[class*="btn"].btn-danger:not(.dx-button-mode-text) {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(181, 10, 10, 0.8); }
  button.btn-danger:active:focus, input[type="button"].btn-danger:active:focus, input[type="submit"].btn-danger:active:focus, input[type="reset"].btn-danger:active:focus, a.btn.btn-danger:active:focus,
  .dx-button[class*="btn"].btn-danger:active:focus:not(.dx-button-mode-text), button.active.focus.btn-danger, input.active.focus[type="button"].btn-danger, input.active.focus[type="submit"].btn-danger, input.active.focus[type="reset"].btn-danger, a.active.focus.btn.btn-danger,
  .active.focus.dx-button[class*="btn"].btn-danger:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-danger [class*="fa"], input[type="button"].btn-danger [class*="fa"], input[type="submit"].btn-danger [class*="fa"], input[type="reset"].btn-danger [class*="fa"], a.btn.btn-danger [class*="fa"],
  .dx-button[class*="btn"].btn-danger:not(.dx-button-mode-text) [class*="fa"], button.btn-danger i.dx-icon, input[type="button"].btn-danger i.dx-icon, input[type="submit"].btn-danger i.dx-icon, input[type="reset"].btn-danger i.dx-icon, a.btn.btn-danger i.dx-icon,
  .dx-button[class*="btn"].btn-danger:not(.dx-button-mode-text) i.dx-icon {
    color: #FFFFFF;
    background-color: transparent; }

button.btn-warning, input[type="button"].btn-warning, input[type="submit"].btn-warning, input[type="reset"].btn-warning, a.btn.btn-warning,
.dx-button[class*="btn"].btn-warning:not(.dx-button-mode-text) {
  color: #000000;
  background-color: rgba(255, 181, 9, 0.8); }
  button.btn-warning:hover, input[type="button"].btn-warning:hover, input[type="submit"].btn-warning:hover, input[type="reset"].btn-warning:hover, a.btn.btn-warning:hover,
  .dx-button[class*="btn"].btn-warning:hover:not(.dx-button-mode-text), button.hover.btn-warning, input.hover[type="button"].btn-warning, input.hover[type="submit"].btn-warning, input.hover[type="reset"].btn-warning, a.hover.btn.btn-warning,
  .hover.dx-button[class*="btn"].btn-warning:not(.dx-button-mode-text) {
    background-color: rgba(255, 189, 35, 0.8); }
  button.btn-warning:active, input[type="button"].btn-warning:active, input[type="submit"].btn-warning:active, input[type="reset"].btn-warning:active, a.btn.btn-warning:active,
  .dx-button[class*="btn"].btn-warning:active:not(.dx-button-mode-text), button.active.btn-warning, input.active[type="button"].btn-warning, input.active[type="submit"].btn-warning, input.active[type="reset"].btn-warning, a.active.btn.btn-warning,
  .active.dx-button[class*="btn"].btn-warning:not(.dx-button-mode-text) {
    background-color: rgba(213, 149, 0, 0.8); }
  button.btn-warning:disabled, input[type="button"].btn-warning:disabled, input[type="submit"].btn-warning:disabled, input[type="reset"].btn-warning:disabled, a.btn.btn-warning:disabled,
  .dx-button[class*="btn"].btn-warning:disabled:not(.dx-button-mode-text), button.disabled.btn-warning, input.disabled[type="button"].btn-warning, input.disabled[type="submit"].btn-warning, input.disabled[type="reset"].btn-warning, a.disabled.btn.btn-warning,
  .disabled.dx-button[class*="btn"].btn-warning:not(.dx-button-mode-text), button[disabled].btn-warning, input[disabled][type="button"].btn-warning, input[disabled][type="submit"].btn-warning, input[disabled][type="reset"].btn-warning, a[disabled].btn.btn-warning,
  [disabled].dx-button[class*="btn"].btn-warning:not(.dx-button-mode-text) {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(245, 192, 70, 0.8); }
  button.btn-warning:active:focus, input[type="button"].btn-warning:active:focus, input[type="submit"].btn-warning:active:focus, input[type="reset"].btn-warning:active:focus, a.btn.btn-warning:active:focus,
  .dx-button[class*="btn"].btn-warning:active:focus:not(.dx-button-mode-text), button.active.focus.btn-warning, input.active.focus[type="button"].btn-warning, input.active.focus[type="submit"].btn-warning, input.active.focus[type="reset"].btn-warning, a.active.focus.btn.btn-warning,
  .active.focus.dx-button[class*="btn"].btn-warning:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-warning [class*="fa"], input[type="button"].btn-warning [class*="fa"], input[type="submit"].btn-warning [class*="fa"], input[type="reset"].btn-warning [class*="fa"], a.btn.btn-warning [class*="fa"],
  .dx-button[class*="btn"].btn-warning:not(.dx-button-mode-text) [class*="fa"], button.btn-warning i.dx-icon, input[type="button"].btn-warning i.dx-icon, input[type="submit"].btn-warning i.dx-icon, input[type="reset"].btn-warning i.dx-icon, a.btn.btn-warning i.dx-icon,
  .dx-button[class*="btn"].btn-warning:not(.dx-button-mode-text) i.dx-icon {
    color: #000000;
    background-color: transparent; }

button.btn-info, input[type="button"].btn-info, input[type="submit"].btn-info, input[type="reset"].btn-info, a.btn.btn-info,
.dx-button[class*="btn"].btn-info:not(.dx-button-mode-text) {
  color: #FFFFFF;
  background-color: rgba(23, 162, 184, 0.8); }
  button.btn-info:hover, input[type="button"].btn-info:hover, input[type="submit"].btn-info:hover, input[type="reset"].btn-info:hover, a.btn.btn-info:hover,
  .dx-button[class*="btn"].btn-info:hover:not(.dx-button-mode-text), button.hover.btn-info, input.hover[type="button"].btn-info, input.hover[type="submit"].btn-info, input.hover[type="reset"].btn-info, a.hover.btn.btn-info,
  .hover.dx-button[class*="btn"].btn-info:not(.dx-button-mode-text) {
    background-color: rgba(26, 182, 207, 0.8); }
  button.btn-info:active, input[type="button"].btn-info:active, input[type="submit"].btn-info:active, input[type="reset"].btn-info:active, a.btn.btn-info:active,
  .dx-button[class*="btn"].btn-info:active:not(.dx-button-mode-text), button.active.btn-info, input.active[type="button"].btn-info, input.active[type="submit"].btn-info, input.active[type="reset"].btn-info, a.active.btn.btn-info,
  .active.dx-button[class*="btn"].btn-info:not(.dx-button-mode-text) {
    background-color: rgba(17, 122, 139, 0.8); }
  button.btn-info:disabled, input[type="button"].btn-info:disabled, input[type="submit"].btn-info:disabled, input[type="reset"].btn-info:disabled, a.btn.btn-info:disabled,
  .dx-button[class*="btn"].btn-info:disabled:not(.dx-button-mode-text), button.disabled.btn-info, input.disabled[type="button"].btn-info, input.disabled[type="submit"].btn-info, input.disabled[type="reset"].btn-info, a.disabled.btn.btn-info,
  .disabled.dx-button[class*="btn"].btn-info:not(.dx-button-mode-text), button[disabled].btn-info, input[disabled][type="button"].btn-info, input[disabled][type="submit"].btn-info, input[disabled][type="reset"].btn-info, a[disabled].btn.btn-info,
  [disabled].dx-button[class*="btn"].btn-info:not(.dx-button-mode-text) {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(44, 191, 214, 0.8); }
  button.btn-info:active:focus, input[type="button"].btn-info:active:focus, input[type="submit"].btn-info:active:focus, input[type="reset"].btn-info:active:focus, a.btn.btn-info:active:focus,
  .dx-button[class*="btn"].btn-info:active:focus:not(.dx-button-mode-text), button.active.focus.btn-info, input.active.focus[type="button"].btn-info, input.active.focus[type="submit"].btn-info, input.active.focus[type="reset"].btn-info, a.active.focus.btn.btn-info,
  .active.focus.dx-button[class*="btn"].btn-info:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-info [class*="fa"], input[type="button"].btn-info [class*="fa"], input[type="submit"].btn-info [class*="fa"], input[type="reset"].btn-info [class*="fa"], a.btn.btn-info [class*="fa"],
  .dx-button[class*="btn"].btn-info:not(.dx-button-mode-text) [class*="fa"], button.btn-info i.dx-icon, input[type="button"].btn-info i.dx-icon, input[type="submit"].btn-info i.dx-icon, input[type="reset"].btn-info i.dx-icon, a.btn.btn-info i.dx-icon,
  .dx-button[class*="btn"].btn-info:not(.dx-button-mode-text) i.dx-icon {
    color: #FFFFFF;
    background-color: transparent; }

button.btn-light, input[type="button"].btn-light, input[type="submit"].btn-light, input[type="reset"].btn-light, a.btn.btn-light,
.dx-button[class*="btn"].btn-light:not(.dx-button-mode-text) {
  color: #000000;
  background-color: rgba(242, 242, 242, 0.8); }
  button.btn-light:hover, input[type="button"].btn-light:hover, input[type="submit"].btn-light:hover, input[type="reset"].btn-light:hover, a.btn.btn-light:hover,
  .dx-button[class*="btn"].btn-light:hover:not(.dx-button-mode-text), button.hover.btn-light, input.hover[type="button"].btn-light, input.hover[type="submit"].btn-light, input.hover[type="reset"].btn-light, a.hover.btn.btn-light,
  .hover.dx-button[class*="btn"].btn-light:not(.dx-button-mode-text) {
    background-color: rgba(254, 254, 254, 0.8); }
  button.btn-light:active, input[type="button"].btn-light:active, input[type="submit"].btn-light:active, input[type="reset"].btn-light:active, a.btn.btn-light:active,
  .dx-button[class*="btn"].btn-light:active:not(.dx-button-mode-text), button.active.btn-light, input.active[type="button"].btn-light, input.active[type="submit"].btn-light, input.active[type="reset"].btn-light, a.active.btn.btn-light,
  .active.dx-button[class*="btn"].btn-light:not(.dx-button-mode-text) {
    background-color: rgba(216, 216, 216, 0.8); }
  button.btn-light:disabled, input[type="button"].btn-light:disabled, input[type="submit"].btn-light:disabled, input[type="reset"].btn-light:disabled, a.btn.btn-light:disabled,
  .dx-button[class*="btn"].btn-light:disabled:not(.dx-button-mode-text), button.disabled.btn-light, input.disabled[type="button"].btn-light, input.disabled[type="submit"].btn-light, input.disabled[type="reset"].btn-light, a.disabled.btn.btn-light,
  .disabled.dx-button[class*="btn"].btn-light:not(.dx-button-mode-text), button[disabled].btn-light, input[disabled][type="button"].btn-light, input[disabled][type="submit"].btn-light, input[disabled][type="reset"].btn-light, a[disabled].btn.btn-light,
  [disabled].dx-button[class*="btn"].btn-light:not(.dx-button-mode-text) {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.8); }
  button.btn-light:active:focus, input[type="button"].btn-light:active:focus, input[type="submit"].btn-light:active:focus, input[type="reset"].btn-light:active:focus, a.btn.btn-light:active:focus,
  .dx-button[class*="btn"].btn-light:active:focus:not(.dx-button-mode-text), button.active.focus.btn-light, input.active.focus[type="button"].btn-light, input.active.focus[type="submit"].btn-light, input.active.focus[type="reset"].btn-light, a.active.focus.btn.btn-light,
  .active.focus.dx-button[class*="btn"].btn-light:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-light [class*="fa"], input[type="button"].btn-light [class*="fa"], input[type="submit"].btn-light [class*="fa"], input[type="reset"].btn-light [class*="fa"], a.btn.btn-light [class*="fa"],
  .dx-button[class*="btn"].btn-light:not(.dx-button-mode-text) [class*="fa"], button.btn-light i.dx-icon, input[type="button"].btn-light i.dx-icon, input[type="submit"].btn-light i.dx-icon, input[type="reset"].btn-light i.dx-icon, a.btn.btn-light i.dx-icon,
  .dx-button[class*="btn"].btn-light:not(.dx-button-mode-text) i.dx-icon {
    color: #000000;
    background-color: transparent; }

button.btn-near-white, input[type="button"].btn-near-white, input[type="submit"].btn-near-white, input[type="reset"].btn-near-white, a.btn.btn-near-white,
.dx-button[class*="btn"].btn-near-white:not(.dx-button-mode-text) {
  color: #000000;
  background-color: rgba(241, 241, 241, 0.8); }
  button.btn-near-white:hover, input[type="button"].btn-near-white:hover, input[type="submit"].btn-near-white:hover, input[type="reset"].btn-near-white:hover, a.btn.btn-near-white:hover,
  .dx-button[class*="btn"].btn-near-white:hover:not(.dx-button-mode-text), button.hover.btn-near-white, input.hover[type="button"].btn-near-white, input.hover[type="submit"].btn-near-white, input.hover[type="reset"].btn-near-white, a.hover.btn.btn-near-white,
  .hover.dx-button[class*="btn"].btn-near-white:not(.dx-button-mode-text) {
    background-color: rgba(254, 254, 254, 0.8); }
  button.btn-near-white:active, input[type="button"].btn-near-white:active, input[type="submit"].btn-near-white:active, input[type="reset"].btn-near-white:active, a.btn.btn-near-white:active,
  .dx-button[class*="btn"].btn-near-white:active:not(.dx-button-mode-text), button.active.btn-near-white, input.active[type="button"].btn-near-white, input.active[type="submit"].btn-near-white, input.active[type="reset"].btn-near-white, a.active.btn.btn-near-white,
  .active.dx-button[class*="btn"].btn-near-white:not(.dx-button-mode-text) {
    background-color: rgba(216, 216, 216, 0.8); }
  button.btn-near-white:disabled, input[type="button"].btn-near-white:disabled, input[type="submit"].btn-near-white:disabled, input[type="reset"].btn-near-white:disabled, a.btn.btn-near-white:disabled,
  .dx-button[class*="btn"].btn-near-white:disabled:not(.dx-button-mode-text), button.disabled.btn-near-white, input.disabled[type="button"].btn-near-white, input.disabled[type="submit"].btn-near-white, input.disabled[type="reset"].btn-near-white, a.disabled.btn.btn-near-white,
  .disabled.dx-button[class*="btn"].btn-near-white:not(.dx-button-mode-text), button[disabled].btn-near-white, input[disabled][type="button"].btn-near-white, input[disabled][type="submit"].btn-near-white, input[disabled][type="reset"].btn-near-white, a[disabled].btn.btn-near-white,
  [disabled].dx-button[class*="btn"].btn-near-white:not(.dx-button-mode-text) {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.8); }
  button.btn-near-white:active:focus, input[type="button"].btn-near-white:active:focus, input[type="submit"].btn-near-white:active:focus, input[type="reset"].btn-near-white:active:focus, a.btn.btn-near-white:active:focus,
  .dx-button[class*="btn"].btn-near-white:active:focus:not(.dx-button-mode-text), button.active.focus.btn-near-white, input.active.focus[type="button"].btn-near-white, input.active.focus[type="submit"].btn-near-white, input.active.focus[type="reset"].btn-near-white, a.active.focus.btn.btn-near-white,
  .active.focus.dx-button[class*="btn"].btn-near-white:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-near-white [class*="fa"], input[type="button"].btn-near-white [class*="fa"], input[type="submit"].btn-near-white [class*="fa"], input[type="reset"].btn-near-white [class*="fa"], a.btn.btn-near-white [class*="fa"],
  .dx-button[class*="btn"].btn-near-white:not(.dx-button-mode-text) [class*="fa"], button.btn-near-white i.dx-icon, input[type="button"].btn-near-white i.dx-icon, input[type="submit"].btn-near-white i.dx-icon, input[type="reset"].btn-near-white i.dx-icon, a.btn.btn-near-white i.dx-icon,
  .dx-button[class*="btn"].btn-near-white:not(.dx-button-mode-text) i.dx-icon {
    color: #000000;
    background-color: transparent; }

button.btn-white, input[type="button"].btn-white, input[type="submit"].btn-white, input[type="reset"].btn-white, a.btn.btn-white,
.dx-button[class*="btn"].btn-white:not(.dx-button-mode-text) {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8); }
  button.btn-white:hover, input[type="button"].btn-white:hover, input[type="submit"].btn-white:hover, input[type="reset"].btn-white:hover, a.btn.btn-white:hover,
  .dx-button[class*="btn"].btn-white:hover:not(.dx-button-mode-text), button.hover.btn-white, input.hover[type="button"].btn-white, input.hover[type="submit"].btn-white, input.hover[type="reset"].btn-white, a.hover.btn.btn-white,
  .hover.dx-button[class*="btn"].btn-white:not(.dx-button-mode-text) {
    background-color: rgba(242, 242, 242, 0.8); }
  button.btn-white:active, input[type="button"].btn-white:active, input[type="submit"].btn-white:active, input[type="reset"].btn-white:active, a.btn.btn-white:active,
  .dx-button[class*="btn"].btn-white:active:not(.dx-button-mode-text), button.active.btn-white, input.active[type="button"].btn-white, input.active[type="submit"].btn-white, input.active[type="reset"].btn-white, a.active.btn.btn-white,
  .active.dx-button[class*="btn"].btn-white:not(.dx-button-mode-text) {
    background-color: rgba(217, 217, 217, 0.8); }
  button.btn-white:disabled, input[type="button"].btn-white:disabled, input[type="submit"].btn-white:disabled, input[type="reset"].btn-white:disabled, a.btn.btn-white:disabled,
  .dx-button[class*="btn"].btn-white:disabled:not(.dx-button-mode-text), button.disabled.btn-white, input.disabled[type="button"].btn-white, input.disabled[type="submit"].btn-white, input.disabled[type="reset"].btn-white, a.disabled.btn.btn-white,
  .disabled.dx-button[class*="btn"].btn-white:not(.dx-button-mode-text), button[disabled].btn-white, input[disabled][type="button"].btn-white, input[disabled][type="submit"].btn-white, input[disabled][type="reset"].btn-white, a[disabled].btn.btn-white,
  [disabled].dx-button[class*="btn"].btn-white:not(.dx-button-mode-text) {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(249, 249, 249, 0.8); }
  button.btn-white:active:focus, input[type="button"].btn-white:active:focus, input[type="submit"].btn-white:active:focus, input[type="reset"].btn-white:active:focus, a.btn.btn-white:active:focus,
  .dx-button[class*="btn"].btn-white:active:focus:not(.dx-button-mode-text), button.active.focus.btn-white, input.active.focus[type="button"].btn-white, input.active.focus[type="submit"].btn-white, input.active.focus[type="reset"].btn-white, a.active.focus.btn.btn-white,
  .active.focus.dx-button[class*="btn"].btn-white:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-white [class*="fa"], input[type="button"].btn-white [class*="fa"], input[type="submit"].btn-white [class*="fa"], input[type="reset"].btn-white [class*="fa"], a.btn.btn-white [class*="fa"],
  .dx-button[class*="btn"].btn-white:not(.dx-button-mode-text) [class*="fa"], button.btn-white i.dx-icon, input[type="button"].btn-white i.dx-icon, input[type="submit"].btn-white i.dx-icon, input[type="reset"].btn-white i.dx-icon, a.btn.btn-white i.dx-icon,
  .dx-button[class*="btn"].btn-white:not(.dx-button-mode-text) i.dx-icon {
    color: #000000;
    background-color: transparent; }

button.btn-black, input[type="button"].btn-black, input[type="submit"].btn-black, input[type="reset"].btn-black, a.btn.btn-black,
.dx-button[class*="btn"].btn-black:not(.dx-button-mode-text) {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8); }
  button.btn-black:hover, input[type="button"].btn-black:hover, input[type="submit"].btn-black:hover, input[type="reset"].btn-black:hover, a.btn.btn-black:hover,
  .dx-button[class*="btn"].btn-black:hover:not(.dx-button-mode-text), button.hover.btn-black, input.hover[type="button"].btn-black, input.hover[type="submit"].btn-black, input.hover[type="reset"].btn-black, a.hover.btn.btn-black,
  .hover.dx-button[class*="btn"].btn-black:not(.dx-button-mode-text) {
    background-color: rgba(13, 13, 13, 0.8); }
  button.btn-black:active, input[type="button"].btn-black:active, input[type="submit"].btn-black:active, input[type="reset"].btn-black:active, a.btn.btn-black:active,
  .dx-button[class*="btn"].btn-black:active:not(.dx-button-mode-text), button.active.btn-black, input.active[type="button"].btn-black, input.active[type="submit"].btn-black, input.active[type="reset"].btn-black, a.active.btn.btn-black,
  .active.dx-button[class*="btn"].btn-black:not(.dx-button-mode-text) {
    background-color: rgba(0, 0, 0, 0.8); }
  button.btn-black:disabled, input[type="button"].btn-black:disabled, input[type="submit"].btn-black:disabled, input[type="reset"].btn-black:disabled, a.btn.btn-black:disabled,
  .dx-button[class*="btn"].btn-black:disabled:not(.dx-button-mode-text), button.disabled.btn-black, input.disabled[type="button"].btn-black, input.disabled[type="submit"].btn-black, input.disabled[type="reset"].btn-black, a.disabled.btn.btn-black,
  .disabled.dx-button[class*="btn"].btn-black:not(.dx-button-mode-text), button[disabled].btn-black, input[disabled][type="button"].btn-black, input[disabled][type="submit"].btn-black, input[disabled][type="reset"].btn-black, a[disabled].btn.btn-black,
  [disabled].dx-button[class*="btn"].btn-black:not(.dx-button-mode-text) {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(26, 26, 26, 0.8); }
  button.btn-black:active:focus, input[type="button"].btn-black:active:focus, input[type="submit"].btn-black:active:focus, input[type="reset"].btn-black:active:focus, a.btn.btn-black:active:focus,
  .dx-button[class*="btn"].btn-black:active:focus:not(.dx-button-mode-text), button.active.focus.btn-black, input.active.focus[type="button"].btn-black, input.active.focus[type="submit"].btn-black, input.active.focus[type="reset"].btn-black, a.active.focus.btn.btn-black,
  .active.focus.dx-button[class*="btn"].btn-black:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-black [class*="fa"], input[type="button"].btn-black [class*="fa"], input[type="submit"].btn-black [class*="fa"], input[type="reset"].btn-black [class*="fa"], a.btn.btn-black [class*="fa"],
  .dx-button[class*="btn"].btn-black:not(.dx-button-mode-text) [class*="fa"], button.btn-black i.dx-icon, input[type="button"].btn-black i.dx-icon, input[type="submit"].btn-black i.dx-icon, input[type="reset"].btn-black i.dx-icon, a.btn.btn-black i.dx-icon,
  .dx-button[class*="btn"].btn-black:not(.dx-button-mode-text) i.dx-icon {
    color: #FFFFFF;
    background-color: transparent; }

button.btn-dark, input[type="button"].btn-dark, input[type="submit"].btn-dark, input[type="reset"].btn-dark, a.btn.btn-dark,
.dx-button[class*="btn"].btn-dark:not(.dx-button-mode-text) {
  color: #FFFFFF;
  background-color: rgba(34, 34, 34, 0.8); }
  button.btn-dark:hover, input[type="button"].btn-dark:hover, input[type="submit"].btn-dark:hover, input[type="reset"].btn-dark:hover, a.btn.btn-dark:hover,
  .dx-button[class*="btn"].btn-dark:hover:not(.dx-button-mode-text), button.hover.btn-dark, input.hover[type="button"].btn-dark, input.hover[type="submit"].btn-dark, input.hover[type="reset"].btn-dark, a.hover.btn.btn-dark,
  .hover.dx-button[class*="btn"].btn-dark:not(.dx-button-mode-text) {
    background-color: rgba(47, 47, 47, 0.8); }
  button.btn-dark:active, input[type="button"].btn-dark:active, input[type="submit"].btn-dark:active, input[type="reset"].btn-dark:active, a.btn.btn-dark:active,
  .dx-button[class*="btn"].btn-dark:active:not(.dx-button-mode-text), button.active.btn-dark, input.active[type="button"].btn-dark, input.active[type="submit"].btn-dark, input.active[type="reset"].btn-dark, a.active.btn.btn-dark,
  .active.dx-button[class*="btn"].btn-dark:not(.dx-button-mode-text) {
    background-color: rgba(9, 9, 9, 0.8); }
  button.btn-dark:disabled, input[type="button"].btn-dark:disabled, input[type="submit"].btn-dark:disabled, input[type="reset"].btn-dark:disabled, a.btn.btn-dark:disabled,
  .dx-button[class*="btn"].btn-dark:disabled:not(.dx-button-mode-text), button.disabled.btn-dark, input.disabled[type="button"].btn-dark, input.disabled[type="submit"].btn-dark, input.disabled[type="reset"].btn-dark, a.disabled.btn.btn-dark,
  .disabled.dx-button[class*="btn"].btn-dark:not(.dx-button-mode-text), button[disabled].btn-dark, input[disabled][type="button"].btn-dark, input[disabled][type="submit"].btn-dark, input[disabled][type="reset"].btn-dark, a[disabled].btn.btn-dark,
  [disabled].dx-button[class*="btn"].btn-dark:not(.dx-button-mode-text) {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(60, 60, 60, 0.8); }
  button.btn-dark:active:focus, input[type="button"].btn-dark:active:focus, input[type="submit"].btn-dark:active:focus, input[type="reset"].btn-dark:active:focus, a.btn.btn-dark:active:focus,
  .dx-button[class*="btn"].btn-dark:active:focus:not(.dx-button-mode-text), button.active.focus.btn-dark, input.active.focus[type="button"].btn-dark, input.active.focus[type="submit"].btn-dark, input.active.focus[type="reset"].btn-dark, a.active.focus.btn.btn-dark,
  .active.focus.dx-button[class*="btn"].btn-dark:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-dark [class*="fa"], input[type="button"].btn-dark [class*="fa"], input[type="submit"].btn-dark [class*="fa"], input[type="reset"].btn-dark [class*="fa"], a.btn.btn-dark [class*="fa"],
  .dx-button[class*="btn"].btn-dark:not(.dx-button-mode-text) [class*="fa"], button.btn-dark i.dx-icon, input[type="button"].btn-dark i.dx-icon, input[type="submit"].btn-dark i.dx-icon, input[type="reset"].btn-dark i.dx-icon, a.btn.btn-dark i.dx-icon,
  .dx-button[class*="btn"].btn-dark:not(.dx-button-mode-text) i.dx-icon {
    color: #FFFFFF;
    background-color: transparent; }

button.btn-dark-gray, input[type="button"].btn-dark-gray, input[type="submit"].btn-dark-gray, input[type="reset"].btn-dark-gray, a.btn.btn-dark-gray,
.dx-button[class*="btn"].btn-dark-gray:not(.dx-button-mode-text) {
  color: #000000;
  background-color: rgba(169, 169, 169, 0.8); }
  button.btn-dark-gray:hover, input[type="button"].btn-dark-gray:hover, input[type="submit"].btn-dark-gray:hover, input[type="reset"].btn-dark-gray:hover, a.btn.btn-dark-gray:hover,
  .dx-button[class*="btn"].btn-dark-gray:hover:not(.dx-button-mode-text), button.hover.btn-dark-gray, input.hover[type="button"].btn-dark-gray, input.hover[type="submit"].btn-dark-gray, input.hover[type="reset"].btn-dark-gray, a.hover.btn.btn-dark-gray,
  .hover.dx-button[class*="btn"].btn-dark-gray:not(.dx-button-mode-text) {
    background-color: rgba(182, 182, 182, 0.8); }
  button.btn-dark-gray:active, input[type="button"].btn-dark-gray:active, input[type="submit"].btn-dark-gray:active, input[type="reset"].btn-dark-gray:active, a.btn.btn-dark-gray:active,
  .dx-button[class*="btn"].btn-dark-gray:active:not(.dx-button-mode-text), button.active.btn-dark-gray, input.active[type="button"].btn-dark-gray, input.active[type="submit"].btn-dark-gray, input.active[type="reset"].btn-dark-gray, a.active.btn.btn-dark-gray,
  .active.dx-button[class*="btn"].btn-dark-gray:not(.dx-button-mode-text) {
    background-color: rgba(144, 144, 144, 0.8); }
  button.btn-dark-gray:disabled, input[type="button"].btn-dark-gray:disabled, input[type="submit"].btn-dark-gray:disabled, input[type="reset"].btn-dark-gray:disabled, a.btn.btn-dark-gray:disabled,
  .dx-button[class*="btn"].btn-dark-gray:disabled:not(.dx-button-mode-text), button.disabled.btn-dark-gray, input.disabled[type="button"].btn-dark-gray, input.disabled[type="submit"].btn-dark-gray, input.disabled[type="reset"].btn-dark-gray, a.disabled.btn.btn-dark-gray,
  .disabled.dx-button[class*="btn"].btn-dark-gray:not(.dx-button-mode-text), button[disabled].btn-dark-gray, input[disabled][type="button"].btn-dark-gray, input[disabled][type="submit"].btn-dark-gray, input[disabled][type="reset"].btn-dark-gray, a[disabled].btn.btn-dark-gray,
  [disabled].dx-button[class*="btn"].btn-dark-gray:not(.dx-button-mode-text) {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(195, 195, 195, 0.8); }
  button.btn-dark-gray:active:focus, input[type="button"].btn-dark-gray:active:focus, input[type="submit"].btn-dark-gray:active:focus, input[type="reset"].btn-dark-gray:active:focus, a.btn.btn-dark-gray:active:focus,
  .dx-button[class*="btn"].btn-dark-gray:active:focus:not(.dx-button-mode-text), button.active.focus.btn-dark-gray, input.active.focus[type="button"].btn-dark-gray, input.active.focus[type="submit"].btn-dark-gray, input.active.focus[type="reset"].btn-dark-gray, a.active.focus.btn.btn-dark-gray,
  .active.focus.dx-button[class*="btn"].btn-dark-gray:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-dark-gray [class*="fa"], input[type="button"].btn-dark-gray [class*="fa"], input[type="submit"].btn-dark-gray [class*="fa"], input[type="reset"].btn-dark-gray [class*="fa"], a.btn.btn-dark-gray [class*="fa"],
  .dx-button[class*="btn"].btn-dark-gray:not(.dx-button-mode-text) [class*="fa"], button.btn-dark-gray i.dx-icon, input[type="button"].btn-dark-gray i.dx-icon, input[type="submit"].btn-dark-gray i.dx-icon, input[type="reset"].btn-dark-gray i.dx-icon, a.btn.btn-dark-gray i.dx-icon,
  .dx-button[class*="btn"].btn-dark-gray:not(.dx-button-mode-text) i.dx-icon {
    color: #000000;
    background-color: transparent; }

button.btn-internal-only, input[type="button"].btn-internal-only, input[type="submit"].btn-internal-only, input[type="reset"].btn-internal-only, a.btn.btn-internal-only,
.dx-button[class*="btn"].btn-internal-only:not(.dx-button-mode-text) {
  color: #FFFFFF;
  background-color: rgba(176, 158, 5, 0.8); }
  button.btn-internal-only:hover, input[type="button"].btn-internal-only:hover, input[type="submit"].btn-internal-only:hover, input[type="reset"].btn-internal-only:hover, a.btn.btn-internal-only:hover,
  .dx-button[class*="btn"].btn-internal-only:hover:not(.dx-button-mode-text), button.hover.btn-internal-only, input.hover[type="button"].btn-internal-only, input.hover[type="submit"].btn-internal-only, input.hover[type="reset"].btn-internal-only, a.hover.btn.btn-internal-only,
  .hover.dx-button[class*="btn"].btn-internal-only:not(.dx-button-mode-text) {
    background-color: rgba(201, 180, 6, 0.8); }
  button.btn-internal-only:active, input[type="button"].btn-internal-only:active, input[type="submit"].btn-internal-only:active, input[type="reset"].btn-internal-only:active, a.btn.btn-internal-only:active,
  .dx-button[class*="btn"].btn-internal-only:active:not(.dx-button-mode-text), button.active.btn-internal-only, input.active[type="button"].btn-internal-only, input.active[type="submit"].btn-internal-only, input.active[type="reset"].btn-internal-only, a.active.btn.btn-internal-only,
  .active.dx-button[class*="btn"].btn-internal-only:not(.dx-button-mode-text) {
    background-color: rgba(126, 113, 4, 0.8); }
  button.btn-internal-only:disabled, input[type="button"].btn-internal-only:disabled, input[type="submit"].btn-internal-only:disabled, input[type="reset"].btn-internal-only:disabled, a.btn.btn-internal-only:disabled,
  .dx-button[class*="btn"].btn-internal-only:disabled:not(.dx-button-mode-text), button.disabled.btn-internal-only, input.disabled[type="button"].btn-internal-only, input.disabled[type="submit"].btn-internal-only, input.disabled[type="reset"].btn-internal-only, a.disabled.btn.btn-internal-only,
  .disabled.dx-button[class*="btn"].btn-internal-only:not(.dx-button-mode-text), button[disabled].btn-internal-only, input[disabled][type="button"].btn-internal-only, input[disabled][type="submit"].btn-internal-only, input[disabled][type="reset"].btn-internal-only, a[disabled].btn.btn-internal-only,
  [disabled].dx-button[class*="btn"].btn-internal-only:not(.dx-button-mode-text) {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(214, 193, 18, 0.8); }
  button.btn-internal-only:active:focus, input[type="button"].btn-internal-only:active:focus, input[type="submit"].btn-internal-only:active:focus, input[type="reset"].btn-internal-only:active:focus, a.btn.btn-internal-only:active:focus,
  .dx-button[class*="btn"].btn-internal-only:active:focus:not(.dx-button-mode-text), button.active.focus.btn-internal-only, input.active.focus[type="button"].btn-internal-only, input.active.focus[type="submit"].btn-internal-only, input.active.focus[type="reset"].btn-internal-only, a.active.focus.btn.btn-internal-only,
  .active.focus.dx-button[class*="btn"].btn-internal-only:not(.dx-button-mode-text) {
    outline-style: none; }
  button.btn-internal-only [class*="fa"], input[type="button"].btn-internal-only [class*="fa"], input[type="submit"].btn-internal-only [class*="fa"], input[type="reset"].btn-internal-only [class*="fa"], a.btn.btn-internal-only [class*="fa"],
  .dx-button[class*="btn"].btn-internal-only:not(.dx-button-mode-text) [class*="fa"], button.btn-internal-only i.dx-icon, input[type="button"].btn-internal-only i.dx-icon, input[type="submit"].btn-internal-only i.dx-icon, input[type="reset"].btn-internal-only i.dx-icon, a.btn.btn-internal-only i.dx-icon,
  .dx-button[class*="btn"].btn-internal-only:not(.dx-button-mode-text) i.dx-icon {
    color: #FFFFFF;
    background-color: transparent; }

button.btn-xs, input.btn-xs[type="button"], input.btn-xs[type="submit"], input.btn-xs[type="reset"], a.btn-xs.btn,
.btn-xs.dx-button[class*="btn"]:not(.dx-button-mode-text) {
  padding: 0.225em 0.55em;
  border-radius: 2px;
  font-size: 0.8rem; }

button.btn-sm, input.btn-sm[type="button"], input.btn-sm[type="submit"], input.btn-sm[type="reset"], a.btn-sm.btn,
.btn-sm.dx-button[class*="btn"]:not(.dx-button-mode-text) {
  padding: 0.3375em 0.825em;
  border-radius: 3px;
  font-size: 0.9rem; }

button.btn-lg, input.btn-lg[type="button"], input.btn-lg[type="submit"], input.btn-lg[type="reset"], a.btn-lg.btn,
.btn-lg.dx-button[class*="btn"]:not(.dx-button-mode-text) {
  padding: 0.5625em 1.375em;
  border-radius: 5px;
  font-size: 1.1rem; }

button.btn-xl, input.btn-xl[type="button"], input.btn-xl[type="submit"], input.btn-xl[type="reset"], a.btn-xl.btn,
.btn-xl.dx-button[class*="btn"]:not(.dx-button-mode-text) {
  padding: 0.5625em 1.375em;
  border-radius: 6px;
  font-size: 1.3rem; }

.btn-pill {
  padding: 8px 28px;
  border-radius: 18px; }

.btn-icon {
  padding-left: 0.825em;
  padding-right: 0.825em; }
  .btn-icon [class*="fa"] {
    margin-left: 0px !important;
    margin-right: 0px !important; }

button.btn-link,
input[type="button"].btn-link,
input[type="submit"].btn-link,
input[type="reset"].btn-link {
  padding: 4px;
  background-color: transparent;
  background: none;
  color: #C20005;
  border: none;
  text-decoration: none;
  cursor: pointer; }
  button.btn-link:hover, button.btn-link.hover,
  input[type="button"].btn-link:hover,
  input[type="button"].btn-link.hover,
  input[type="submit"].btn-link:hover,
  input[type="submit"].btn-link.hover,
  input[type="reset"].btn-link:hover,
  input[type="reset"].btn-link.hover {
    color: #dc0006;
    text-decoration: underline; }
  button.btn-link:active, button.btn-link.active,
  input[type="button"].btn-link:active,
  input[type="button"].btn-link.active,
  input[type="submit"].btn-link:active,
  input[type="submit"].btn-link.active,
  input[type="reset"].btn-link:active,
  input[type="reset"].btn-link.active {
    color: #a90004; }
  button.btn-link:active, button.btn-link.active, button.btn-link:focus, button.btn-link.focus,
  input[type="button"].btn-link:active,
  input[type="button"].btn-link.active,
  input[type="button"].btn-link:focus,
  input[type="button"].btn-link.focus,
  input[type="submit"].btn-link:active,
  input[type="submit"].btn-link.active,
  input[type="submit"].btn-link:focus,
  input[type="submit"].btn-link.focus,
  input[type="reset"].btn-link:active,
  input[type="reset"].btn-link.active,
  input[type="reset"].btn-link:focus,
  input[type="reset"].btn-link.focus {
    outline: none;
    border-width: 0px; }
  button.btn-link:disabled, button.btn-link.disabled, button.btn-link[disabled],
  input[type="button"].btn-link:disabled,
  input[type="button"].btn-link.disabled,
  input[type="button"].btn-link[disabled],
  input[type="submit"].btn-link:disabled,
  input[type="submit"].btn-link.disabled,
  input[type="submit"].btn-link[disabled],
  input[type="reset"].btn-link:disabled,
  input[type="reset"].btn-link.disabled,
  input[type="reset"].btn-link[disabled] {
    color: #e90c12; }

button.btn-link.btn-default:not(.no-link),
input[type="button"].btn-link.btn-default:not(.no-link),
input[type="submit"].btn-link.btn-default:not(.no-link),
input[type="reset"].btn-link.btn-default:not(.no-link) {
  color: #D3D3D3; }
  button.btn-link.btn-default:not(.no-link):visited,
  input[type="button"].btn-link.btn-default:not(.no-link):visited,
  input[type="submit"].btn-link.btn-default:not(.no-link):visited,
  input[type="reset"].btn-link.btn-default:not(.no-link):visited {
    color: #c8c8c8; }
  button.btn-link.btn-default:not(.no-link):hover,
  input[type="button"].btn-link.btn-default:not(.no-link):hover,
  input[type="submit"].btn-link.btn-default:not(.no-link):hover,
  input[type="reset"].btn-link.btn-default:not(.no-link):hover {
    color: #d7d7d7; }
  button.btn-link.btn-default:not(.no-link):active,
  input[type="button"].btn-link.btn-default:not(.no-link):active,
  input[type="submit"].btn-link.btn-default:not(.no-link):active,
  input[type="reset"].btn-link.btn-default:not(.no-link):active {
    color: #c8c8c8; }
  button.btn-link.btn-default:not(.no-link), button.btn-link.btn-default:not(.no-link):active, button.btn-link.btn-default:not(.no-link).active, button.btn-link.btn-default:not(.no-link):hover, button.btn-link.btn-default:not(.no-link).hover,
  input[type="button"].btn-link.btn-default:not(.no-link),
  input[type="button"].btn-link.btn-default:not(.no-link):active,
  input[type="button"].btn-link.btn-default:not(.no-link).active,
  input[type="button"].btn-link.btn-default:not(.no-link):hover,
  input[type="button"].btn-link.btn-default:not(.no-link).hover,
  input[type="submit"].btn-link.btn-default:not(.no-link),
  input[type="submit"].btn-link.btn-default:not(.no-link):active,
  input[type="submit"].btn-link.btn-default:not(.no-link).active,
  input[type="submit"].btn-link.btn-default:not(.no-link):hover,
  input[type="submit"].btn-link.btn-default:not(.no-link).hover,
  input[type="reset"].btn-link.btn-default:not(.no-link),
  input[type="reset"].btn-link.btn-default:not(.no-link):active,
  input[type="reset"].btn-link.btn-default:not(.no-link).active,
  input[type="reset"].btn-link.btn-default:not(.no-link):hover,
  input[type="reset"].btn-link.btn-default:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-primary:not(.no-link), div.login.content[class] .userBox button.btn-link:not(.no-link),
input[type="button"].btn-link.btn-primary:not(.no-link),
input[type="submit"].btn-link.btn-primary:not(.no-link),
input[type="reset"].btn-link.btn-primary:not(.no-link) {
  color: #C20005; }
  button.btn-link.btn-primary:not(.no-link):visited, div.login.content[class] .userBox button.btn-link:not(.no-link):visited,
  input[type="button"].btn-link.btn-primary:not(.no-link):visited,
  input[type="submit"].btn-link.btn-primary:not(.no-link):visited,
  input[type="reset"].btn-link.btn-primary:not(.no-link):visited {
    color: #af093f; }
  button.btn-link.btn-primary:not(.no-link):hover, div.login.content[class] .userBox button.btn-link:not(.no-link):hover,
  input[type="button"].btn-link.btn-primary:not(.no-link):hover,
  input[type="submit"].btn-link.btn-primary:not(.no-link):hover,
  input[type="reset"].btn-link.btn-primary:not(.no-link):hover {
    color: #e20006; }
  button.btn-link.btn-primary:not(.no-link):active, div.login.content[class] .userBox button.btn-link:not(.no-link):active,
  input[type="button"].btn-link.btn-primary:not(.no-link):active,
  input[type="submit"].btn-link.btn-primary:not(.no-link):active,
  input[type="reset"].btn-link.btn-primary:not(.no-link):active {
    color: #b40509; }
  button.btn-link.btn-primary:not(.no-link), div.login.content[class] .userBox button.btn-link:not(.no-link), button.btn-link.btn-primary:not(.no-link):active, div.login.content[class] .userBox button.btn-link:not(.no-link):active, button.btn-link.btn-primary:not(.no-link).active, div.login.content[class] .userBox button.btn-link:not(.no-link).active, button.btn-link.btn-primary:not(.no-link):hover, div.login.content[class] .userBox button.btn-link:not(.no-link):hover, button.btn-link.btn-primary:not(.no-link).hover, div.login.content[class] .userBox button.btn-link:not(.no-link).hover,
  input[type="button"].btn-link.btn-primary:not(.no-link),
  input[type="button"].btn-link.btn-primary:not(.no-link):active,
  input[type="button"].btn-link.btn-primary:not(.no-link).active,
  input[type="button"].btn-link.btn-primary:not(.no-link):hover,
  input[type="button"].btn-link.btn-primary:not(.no-link).hover,
  input[type="submit"].btn-link.btn-primary:not(.no-link),
  input[type="submit"].btn-link.btn-primary:not(.no-link):active,
  input[type="submit"].btn-link.btn-primary:not(.no-link).active,
  input[type="submit"].btn-link.btn-primary:not(.no-link):hover,
  input[type="submit"].btn-link.btn-primary:not(.no-link).hover,
  input[type="reset"].btn-link.btn-primary:not(.no-link),
  input[type="reset"].btn-link.btn-primary:not(.no-link):active,
  input[type="reset"].btn-link.btn-primary:not(.no-link).active,
  input[type="reset"].btn-link.btn-primary:not(.no-link):hover,
  input[type="reset"].btn-link.btn-primary:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-secondary:not(.no-link),
input[type="button"].btn-link.btn-secondary:not(.no-link),
input[type="submit"].btn-link.btn-secondary:not(.no-link),
input[type="reset"].btn-link.btn-secondary:not(.no-link) {
  color: #707500; }
  button.btn-link.btn-secondary:not(.no-link):visited,
  input[type="button"].btn-link.btn-secondary:not(.no-link):visited,
  input[type="submit"].btn-link.btn-secondary:not(.no-link):visited,
  input[type="reset"].btn-link.btn-secondary:not(.no-link):visited {
    color: #6a6906; }
  button.btn-link.btn-secondary:not(.no-link):hover,
  input[type="button"].btn-link.btn-secondary:not(.no-link):hover,
  input[type="submit"].btn-link.btn-secondary:not(.no-link):hover,
  input[type="reset"].btn-link.btn-secondary:not(.no-link):hover {
    color: #969c00; }
  button.btn-link.btn-secondary:not(.no-link):active,
  input[type="button"].btn-link.btn-secondary:not(.no-link):active,
  input[type="submit"].btn-link.btn-secondary:not(.no-link):active,
  input[type="reset"].btn-link.btn-secondary:not(.no-link):active {
    color: #686c03; }
  button.btn-link.btn-secondary:not(.no-link), button.btn-link.btn-secondary:not(.no-link):active, button.btn-link.btn-secondary:not(.no-link).active, button.btn-link.btn-secondary:not(.no-link):hover, button.btn-link.btn-secondary:not(.no-link).hover,
  input[type="button"].btn-link.btn-secondary:not(.no-link),
  input[type="button"].btn-link.btn-secondary:not(.no-link):active,
  input[type="button"].btn-link.btn-secondary:not(.no-link).active,
  input[type="button"].btn-link.btn-secondary:not(.no-link):hover,
  input[type="button"].btn-link.btn-secondary:not(.no-link).hover,
  input[type="submit"].btn-link.btn-secondary:not(.no-link),
  input[type="submit"].btn-link.btn-secondary:not(.no-link):active,
  input[type="submit"].btn-link.btn-secondary:not(.no-link).active,
  input[type="submit"].btn-link.btn-secondary:not(.no-link):hover,
  input[type="submit"].btn-link.btn-secondary:not(.no-link).hover,
  input[type="reset"].btn-link.btn-secondary:not(.no-link),
  input[type="reset"].btn-link.btn-secondary:not(.no-link):active,
  input[type="reset"].btn-link.btn-secondary:not(.no-link).active,
  input[type="reset"].btn-link.btn-secondary:not(.no-link):hover,
  input[type="reset"].btn-link.btn-secondary:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-disabled:not(.no-link),
input[type="button"].btn-link.btn-disabled:not(.no-link),
input[type="submit"].btn-link.btn-disabled:not(.no-link),
input[type="reset"].btn-link.btn-disabled:not(.no-link) {
  color: #696969; }
  button.btn-link.btn-disabled:not(.no-link):visited,
  input[type="button"].btn-link.btn-disabled:not(.no-link):visited,
  input[type="submit"].btn-link.btn-disabled:not(.no-link):visited,
  input[type="reset"].btn-link.btn-disabled:not(.no-link):visited {
    color: #646464; }
  button.btn-link.btn-disabled:not(.no-link):hover,
  input[type="button"].btn-link.btn-disabled:not(.no-link):hover,
  input[type="submit"].btn-link.btn-disabled:not(.no-link):hover,
  input[type="reset"].btn-link.btn-disabled:not(.no-link):hover {
    color: #787878; }
  button.btn-link.btn-disabled:not(.no-link):active,
  input[type="button"].btn-link.btn-disabled:not(.no-link):active,
  input[type="submit"].btn-link.btn-disabled:not(.no-link):active,
  input[type="reset"].btn-link.btn-disabled:not(.no-link):active {
    color: #646464; }
  button.btn-link.btn-disabled:not(.no-link), button.btn-link.btn-disabled:not(.no-link):active, button.btn-link.btn-disabled:not(.no-link).active, button.btn-link.btn-disabled:not(.no-link):hover, button.btn-link.btn-disabled:not(.no-link).hover,
  input[type="button"].btn-link.btn-disabled:not(.no-link),
  input[type="button"].btn-link.btn-disabled:not(.no-link):active,
  input[type="button"].btn-link.btn-disabled:not(.no-link).active,
  input[type="button"].btn-link.btn-disabled:not(.no-link):hover,
  input[type="button"].btn-link.btn-disabled:not(.no-link).hover,
  input[type="submit"].btn-link.btn-disabled:not(.no-link),
  input[type="submit"].btn-link.btn-disabled:not(.no-link):active,
  input[type="submit"].btn-link.btn-disabled:not(.no-link).active,
  input[type="submit"].btn-link.btn-disabled:not(.no-link):hover,
  input[type="submit"].btn-link.btn-disabled:not(.no-link).hover,
  input[type="reset"].btn-link.btn-disabled:not(.no-link),
  input[type="reset"].btn-link.btn-disabled:not(.no-link):active,
  input[type="reset"].btn-link.btn-disabled:not(.no-link).active,
  input[type="reset"].btn-link.btn-disabled:not(.no-link):hover,
  input[type="reset"].btn-link.btn-disabled:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-success:not(.no-link),
input[type="button"].btn-link.btn-success:not(.no-link),
input[type="submit"].btn-link.btn-success:not(.no-link),
input[type="reset"].btn-link.btn-success:not(.no-link) {
  color: #28a745; }
  button.btn-link.btn-success:not(.no-link):visited,
  input[type="button"].btn-link.btn-success:not(.no-link):visited,
  input[type="submit"].btn-link.btn-success:not(.no-link):visited,
  input[type="reset"].btn-link.btn-success:not(.no-link):visited {
    color: #2c9939; }
  button.btn-link.btn-success:not(.no-link):hover,
  input[type="button"].btn-link.btn-success:not(.no-link):hover,
  input[type="submit"].btn-link.btn-success:not(.no-link):hover,
  input[type="reset"].btn-link.btn-success:not(.no-link):hover {
    color: #2ebf4f; }
  button.btn-link.btn-success:not(.no-link):active,
  input[type="button"].btn-link.btn-success:not(.no-link):active,
  input[type="submit"].btn-link.btn-success:not(.no-link):active,
  input[type="reset"].btn-link.btn-success:not(.no-link):active {
    color: #299c43; }
  button.btn-link.btn-success:not(.no-link), button.btn-link.btn-success:not(.no-link):active, button.btn-link.btn-success:not(.no-link).active, button.btn-link.btn-success:not(.no-link):hover, button.btn-link.btn-success:not(.no-link).hover,
  input[type="button"].btn-link.btn-success:not(.no-link),
  input[type="button"].btn-link.btn-success:not(.no-link):active,
  input[type="button"].btn-link.btn-success:not(.no-link).active,
  input[type="button"].btn-link.btn-success:not(.no-link):hover,
  input[type="button"].btn-link.btn-success:not(.no-link).hover,
  input[type="submit"].btn-link.btn-success:not(.no-link),
  input[type="submit"].btn-link.btn-success:not(.no-link):active,
  input[type="submit"].btn-link.btn-success:not(.no-link).active,
  input[type="submit"].btn-link.btn-success:not(.no-link):hover,
  input[type="submit"].btn-link.btn-success:not(.no-link).hover,
  input[type="reset"].btn-link.btn-success:not(.no-link),
  input[type="reset"].btn-link.btn-success:not(.no-link):active,
  input[type="reset"].btn-link.btn-success:not(.no-link).active,
  input[type="reset"].btn-link.btn-success:not(.no-link):hover,
  input[type="reset"].btn-link.btn-success:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-danger:not(.no-link),
input[type="button"].btn-link.btn-danger:not(.no-link),
input[type="submit"].btn-link.btn-danger:not(.no-link),
input[type="reset"].btn-link.btn-danger:not(.no-link) {
  color: #8B0000; }
  button.btn-link.btn-danger:not(.no-link):visited,
  input[type="button"].btn-link.btn-danger:not(.no-link):visited,
  input[type="submit"].btn-link.btn-danger:not(.no-link):visited,
  input[type="reset"].btn-link.btn-danger:not(.no-link):visited {
    color: #7d0707; }
  button.btn-link.btn-danger:not(.no-link):hover,
  input[type="button"].btn-link.btn-danger:not(.no-link):hover,
  input[type="submit"].btn-link.btn-danger:not(.no-link):hover,
  input[type="reset"].btn-link.btn-danger:not(.no-link):hover {
    color: #b00000; }
  button.btn-link.btn-danger:not(.no-link):active,
  input[type="button"].btn-link.btn-danger:not(.no-link):active,
  input[type="submit"].btn-link.btn-danger:not(.no-link):active,
  input[type="reset"].btn-link.btn-danger:not(.no-link):active {
    color: #810303; }
  button.btn-link.btn-danger:not(.no-link), button.btn-link.btn-danger:not(.no-link):active, button.btn-link.btn-danger:not(.no-link).active, button.btn-link.btn-danger:not(.no-link):hover, button.btn-link.btn-danger:not(.no-link).hover,
  input[type="button"].btn-link.btn-danger:not(.no-link),
  input[type="button"].btn-link.btn-danger:not(.no-link):active,
  input[type="button"].btn-link.btn-danger:not(.no-link).active,
  input[type="button"].btn-link.btn-danger:not(.no-link):hover,
  input[type="button"].btn-link.btn-danger:not(.no-link).hover,
  input[type="submit"].btn-link.btn-danger:not(.no-link),
  input[type="submit"].btn-link.btn-danger:not(.no-link):active,
  input[type="submit"].btn-link.btn-danger:not(.no-link).active,
  input[type="submit"].btn-link.btn-danger:not(.no-link):hover,
  input[type="submit"].btn-link.btn-danger:not(.no-link).hover,
  input[type="reset"].btn-link.btn-danger:not(.no-link),
  input[type="reset"].btn-link.btn-danger:not(.no-link):active,
  input[type="reset"].btn-link.btn-danger:not(.no-link).active,
  input[type="reset"].btn-link.btn-danger:not(.no-link):hover,
  input[type="reset"].btn-link.btn-danger:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-warning:not(.no-link),
input[type="button"].btn-link.btn-warning:not(.no-link),
input[type="submit"].btn-link.btn-warning:not(.no-link),
input[type="reset"].btn-link.btn-warning:not(.no-link) {
  color: #ffb509; }
  button.btn-link.btn-warning:not(.no-link):visited,
  input[type="button"].btn-link.btn-warning:not(.no-link):visited,
  input[type="submit"].btn-link.btn-warning:not(.no-link):visited,
  input[type="reset"].btn-link.btn-warning:not(.no-link):visited {
    color: #eea20d; }
  button.btn-link.btn-warning:not(.no-link):hover,
  input[type="button"].btn-link.btn-warning:not(.no-link):hover,
  input[type="submit"].btn-link.btn-warning:not(.no-link):hover,
  input[type="reset"].btn-link.btn-warning:not(.no-link):hover {
    color: #ffbc22; }
  button.btn-link.btn-warning:not(.no-link):active,
  input[type="button"].btn-link.btn-warning:not(.no-link):active,
  input[type="submit"].btn-link.btn-warning:not(.no-link):active,
  input[type="reset"].btn-link.btn-warning:not(.no-link):active {
    color: #f5ad06; }
  button.btn-link.btn-warning:not(.no-link), button.btn-link.btn-warning:not(.no-link):active, button.btn-link.btn-warning:not(.no-link).active, button.btn-link.btn-warning:not(.no-link):hover, button.btn-link.btn-warning:not(.no-link).hover,
  input[type="button"].btn-link.btn-warning:not(.no-link),
  input[type="button"].btn-link.btn-warning:not(.no-link):active,
  input[type="button"].btn-link.btn-warning:not(.no-link).active,
  input[type="button"].btn-link.btn-warning:not(.no-link):hover,
  input[type="button"].btn-link.btn-warning:not(.no-link).hover,
  input[type="submit"].btn-link.btn-warning:not(.no-link),
  input[type="submit"].btn-link.btn-warning:not(.no-link):active,
  input[type="submit"].btn-link.btn-warning:not(.no-link).active,
  input[type="submit"].btn-link.btn-warning:not(.no-link):hover,
  input[type="submit"].btn-link.btn-warning:not(.no-link).hover,
  input[type="reset"].btn-link.btn-warning:not(.no-link),
  input[type="reset"].btn-link.btn-warning:not(.no-link):active,
  input[type="reset"].btn-link.btn-warning:not(.no-link).active,
  input[type="reset"].btn-link.btn-warning:not(.no-link):hover,
  input[type="reset"].btn-link.btn-warning:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-info:not(.no-link),
input[type="button"].btn-link.btn-info:not(.no-link),
input[type="submit"].btn-link.btn-info:not(.no-link),
input[type="reset"].btn-link.btn-info:not(.no-link) {
  color: #17a2b8; }
  button.btn-link.btn-info:not(.no-link):visited,
  input[type="button"].btn-link.btn-info:not(.no-link):visited,
  input[type="submit"].btn-link.btn-info:not(.no-link):visited,
  input[type="reset"].btn-link.btn-info:not(.no-link):visited {
    color: #1da7a4; }
  button.btn-link.btn-info:not(.no-link):hover,
  input[type="button"].btn-link.btn-info:not(.no-link):hover,
  input[type="submit"].btn-link.btn-info:not(.no-link):hover,
  input[type="reset"].btn-link.btn-info:not(.no-link):hover {
    color: #1abad3; }
  button.btn-link.btn-info:not(.no-link):active,
  input[type="button"].btn-link.btn-info:not(.no-link):active,
  input[type="submit"].btn-link.btn-info:not(.no-link):active,
  input[type="reset"].btn-link.btn-info:not(.no-link):active {
    color: #1a97ab; }
  button.btn-link.btn-info:not(.no-link), button.btn-link.btn-info:not(.no-link):active, button.btn-link.btn-info:not(.no-link).active, button.btn-link.btn-info:not(.no-link):hover, button.btn-link.btn-info:not(.no-link).hover,
  input[type="button"].btn-link.btn-info:not(.no-link),
  input[type="button"].btn-link.btn-info:not(.no-link):active,
  input[type="button"].btn-link.btn-info:not(.no-link).active,
  input[type="button"].btn-link.btn-info:not(.no-link):hover,
  input[type="button"].btn-link.btn-info:not(.no-link).hover,
  input[type="submit"].btn-link.btn-info:not(.no-link),
  input[type="submit"].btn-link.btn-info:not(.no-link):active,
  input[type="submit"].btn-link.btn-info:not(.no-link).active,
  input[type="submit"].btn-link.btn-info:not(.no-link):hover,
  input[type="submit"].btn-link.btn-info:not(.no-link).hover,
  input[type="reset"].btn-link.btn-info:not(.no-link),
  input[type="reset"].btn-link.btn-info:not(.no-link):active,
  input[type="reset"].btn-link.btn-info:not(.no-link).active,
  input[type="reset"].btn-link.btn-info:not(.no-link):hover,
  input[type="reset"].btn-link.btn-info:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-light:not(.no-link),
input[type="button"].btn-link.btn-light:not(.no-link),
input[type="submit"].btn-link.btn-light:not(.no-link),
input[type="reset"].btn-link.btn-light:not(.no-link) {
  color: #f2f2f2; }
  button.btn-link.btn-light:not(.no-link):visited,
  input[type="button"].btn-link.btn-light:not(.no-link):visited,
  input[type="submit"].btn-link.btn-light:not(.no-link):visited,
  input[type="reset"].btn-link.btn-light:not(.no-link):visited {
    color: #e6e6e6; }
  button.btn-link.btn-light:not(.no-link):hover,
  input[type="button"].btn-link.btn-light:not(.no-link):hover,
  input[type="submit"].btn-link.btn-light:not(.no-link):hover,
  input[type="reset"].btn-link.btn-light:not(.no-link):hover {
    color: #f3f3f3; }
  button.btn-link.btn-light:not(.no-link):active,
  input[type="button"].btn-link.btn-light:not(.no-link):active,
  input[type="submit"].btn-link.btn-light:not(.no-link):active,
  input[type="reset"].btn-link.btn-light:not(.no-link):active {
    color: #e6e6e6; }
  button.btn-link.btn-light:not(.no-link), button.btn-link.btn-light:not(.no-link):active, button.btn-link.btn-light:not(.no-link).active, button.btn-link.btn-light:not(.no-link):hover, button.btn-link.btn-light:not(.no-link).hover,
  input[type="button"].btn-link.btn-light:not(.no-link),
  input[type="button"].btn-link.btn-light:not(.no-link):active,
  input[type="button"].btn-link.btn-light:not(.no-link).active,
  input[type="button"].btn-link.btn-light:not(.no-link):hover,
  input[type="button"].btn-link.btn-light:not(.no-link).hover,
  input[type="submit"].btn-link.btn-light:not(.no-link),
  input[type="submit"].btn-link.btn-light:not(.no-link):active,
  input[type="submit"].btn-link.btn-light:not(.no-link).active,
  input[type="submit"].btn-link.btn-light:not(.no-link):hover,
  input[type="submit"].btn-link.btn-light:not(.no-link).hover,
  input[type="reset"].btn-link.btn-light:not(.no-link),
  input[type="reset"].btn-link.btn-light:not(.no-link):active,
  input[type="reset"].btn-link.btn-light:not(.no-link).active,
  input[type="reset"].btn-link.btn-light:not(.no-link):hover,
  input[type="reset"].btn-link.btn-light:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-near-white:not(.no-link),
input[type="button"].btn-link.btn-near-white:not(.no-link),
input[type="submit"].btn-link.btn-near-white:not(.no-link),
input[type="reset"].btn-link.btn-near-white:not(.no-link) {
  color: #f1f1f1; }
  button.btn-link.btn-near-white:not(.no-link):visited,
  input[type="button"].btn-link.btn-near-white:not(.no-link):visited,
  input[type="submit"].btn-link.btn-near-white:not(.no-link):visited,
  input[type="reset"].btn-link.btn-near-white:not(.no-link):visited {
    color: #e5e5e5; }
  button.btn-link.btn-near-white:not(.no-link):hover,
  input[type="button"].btn-link.btn-near-white:not(.no-link):hover,
  input[type="submit"].btn-link.btn-near-white:not(.no-link):hover,
  input[type="reset"].btn-link.btn-near-white:not(.no-link):hover {
    color: #f2f2f2; }
  button.btn-link.btn-near-white:not(.no-link):active,
  input[type="button"].btn-link.btn-near-white:not(.no-link):active,
  input[type="submit"].btn-link.btn-near-white:not(.no-link):active,
  input[type="reset"].btn-link.btn-near-white:not(.no-link):active {
    color: #e5e5e5; }
  button.btn-link.btn-near-white:not(.no-link), button.btn-link.btn-near-white:not(.no-link):active, button.btn-link.btn-near-white:not(.no-link).active, button.btn-link.btn-near-white:not(.no-link):hover, button.btn-link.btn-near-white:not(.no-link).hover,
  input[type="button"].btn-link.btn-near-white:not(.no-link),
  input[type="button"].btn-link.btn-near-white:not(.no-link):active,
  input[type="button"].btn-link.btn-near-white:not(.no-link).active,
  input[type="button"].btn-link.btn-near-white:not(.no-link):hover,
  input[type="button"].btn-link.btn-near-white:not(.no-link).hover,
  input[type="submit"].btn-link.btn-near-white:not(.no-link),
  input[type="submit"].btn-link.btn-near-white:not(.no-link):active,
  input[type="submit"].btn-link.btn-near-white:not(.no-link).active,
  input[type="submit"].btn-link.btn-near-white:not(.no-link):hover,
  input[type="submit"].btn-link.btn-near-white:not(.no-link).hover,
  input[type="reset"].btn-link.btn-near-white:not(.no-link),
  input[type="reset"].btn-link.btn-near-white:not(.no-link):active,
  input[type="reset"].btn-link.btn-near-white:not(.no-link).active,
  input[type="reset"].btn-link.btn-near-white:not(.no-link):hover,
  input[type="reset"].btn-link.btn-near-white:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-white:not(.no-link),
input[type="button"].btn-link.btn-white:not(.no-link),
input[type="submit"].btn-link.btn-white:not(.no-link),
input[type="reset"].btn-link.btn-white:not(.no-link) {
  color: #FFFFFF; }
  button.btn-link.btn-white:not(.no-link):visited,
  input[type="button"].btn-link.btn-white:not(.no-link):visited,
  input[type="submit"].btn-link.btn-white:not(.no-link):visited,
  input[type="reset"].btn-link.btn-white:not(.no-link):visited {
    color: #f2f2f2; }
  button.btn-link.btn-white:not(.no-link):hover,
  input[type="button"].btn-link.btn-white:not(.no-link):hover,
  input[type="submit"].btn-link.btn-white:not(.no-link):hover,
  input[type="reset"].btn-link.btn-white:not(.no-link):hover {
    color: white; }
  button.btn-link.btn-white:not(.no-link):active,
  input[type="button"].btn-link.btn-white:not(.no-link):active,
  input[type="submit"].btn-link.btn-white:not(.no-link):active,
  input[type="reset"].btn-link.btn-white:not(.no-link):active {
    color: #f2f2f2; }
  button.btn-link.btn-white:not(.no-link), button.btn-link.btn-white:not(.no-link):active, button.btn-link.btn-white:not(.no-link).active, button.btn-link.btn-white:not(.no-link):hover, button.btn-link.btn-white:not(.no-link).hover,
  input[type="button"].btn-link.btn-white:not(.no-link),
  input[type="button"].btn-link.btn-white:not(.no-link):active,
  input[type="button"].btn-link.btn-white:not(.no-link).active,
  input[type="button"].btn-link.btn-white:not(.no-link):hover,
  input[type="button"].btn-link.btn-white:not(.no-link).hover,
  input[type="submit"].btn-link.btn-white:not(.no-link),
  input[type="submit"].btn-link.btn-white:not(.no-link):active,
  input[type="submit"].btn-link.btn-white:not(.no-link).active,
  input[type="submit"].btn-link.btn-white:not(.no-link):hover,
  input[type="submit"].btn-link.btn-white:not(.no-link).hover,
  input[type="reset"].btn-link.btn-white:not(.no-link),
  input[type="reset"].btn-link.btn-white:not(.no-link):active,
  input[type="reset"].btn-link.btn-white:not(.no-link).active,
  input[type="reset"].btn-link.btn-white:not(.no-link):hover,
  input[type="reset"].btn-link.btn-white:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-black:not(.no-link),
input[type="button"].btn-link.btn-black:not(.no-link),
input[type="submit"].btn-link.btn-black:not(.no-link),
input[type="reset"].btn-link.btn-black:not(.no-link) {
  color: #000000; }
  button.btn-link.btn-black:not(.no-link):visited,
  input[type="button"].btn-link.btn-black:not(.no-link):visited,
  input[type="submit"].btn-link.btn-black:not(.no-link):visited,
  input[type="reset"].btn-link.btn-black:not(.no-link):visited {
    color: black; }
  button.btn-link.btn-black:not(.no-link):hover,
  input[type="button"].btn-link.btn-black:not(.no-link):hover,
  input[type="submit"].btn-link.btn-black:not(.no-link):hover,
  input[type="reset"].btn-link.btn-black:not(.no-link):hover {
    color: #1a1a1a; }
  button.btn-link.btn-black:not(.no-link):active,
  input[type="button"].btn-link.btn-black:not(.no-link):active,
  input[type="submit"].btn-link.btn-black:not(.no-link):active,
  input[type="reset"].btn-link.btn-black:not(.no-link):active {
    color: black; }
  button.btn-link.btn-black:not(.no-link), button.btn-link.btn-black:not(.no-link):active, button.btn-link.btn-black:not(.no-link).active, button.btn-link.btn-black:not(.no-link):hover, button.btn-link.btn-black:not(.no-link).hover,
  input[type="button"].btn-link.btn-black:not(.no-link),
  input[type="button"].btn-link.btn-black:not(.no-link):active,
  input[type="button"].btn-link.btn-black:not(.no-link).active,
  input[type="button"].btn-link.btn-black:not(.no-link):hover,
  input[type="button"].btn-link.btn-black:not(.no-link).hover,
  input[type="submit"].btn-link.btn-black:not(.no-link),
  input[type="submit"].btn-link.btn-black:not(.no-link):active,
  input[type="submit"].btn-link.btn-black:not(.no-link).active,
  input[type="submit"].btn-link.btn-black:not(.no-link):hover,
  input[type="submit"].btn-link.btn-black:not(.no-link).hover,
  input[type="reset"].btn-link.btn-black:not(.no-link),
  input[type="reset"].btn-link.btn-black:not(.no-link):active,
  input[type="reset"].btn-link.btn-black:not(.no-link).active,
  input[type="reset"].btn-link.btn-black:not(.no-link):hover,
  input[type="reset"].btn-link.btn-black:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-dark:not(.no-link),
input[type="button"].btn-link.btn-dark:not(.no-link),
input[type="submit"].btn-link.btn-dark:not(.no-link),
input[type="reset"].btn-link.btn-dark:not(.no-link) {
  color: #222222; }
  button.btn-link.btn-dark:not(.no-link):visited,
  input[type="button"].btn-link.btn-dark:not(.no-link):visited,
  input[type="submit"].btn-link.btn-dark:not(.no-link):visited,
  input[type="reset"].btn-link.btn-dark:not(.no-link):visited {
    color: #202020; }
  button.btn-link.btn-dark:not(.no-link):hover,
  input[type="button"].btn-link.btn-dark:not(.no-link):hover,
  input[type="submit"].btn-link.btn-dark:not(.no-link):hover,
  input[type="reset"].btn-link.btn-dark:not(.no-link):hover {
    color: #383838; }
  button.btn-link.btn-dark:not(.no-link):active,
  input[type="button"].btn-link.btn-dark:not(.no-link):active,
  input[type="submit"].btn-link.btn-dark:not(.no-link):active,
  input[type="reset"].btn-link.btn-dark:not(.no-link):active {
    color: #202020; }
  button.btn-link.btn-dark:not(.no-link), button.btn-link.btn-dark:not(.no-link):active, button.btn-link.btn-dark:not(.no-link).active, button.btn-link.btn-dark:not(.no-link):hover, button.btn-link.btn-dark:not(.no-link).hover,
  input[type="button"].btn-link.btn-dark:not(.no-link),
  input[type="button"].btn-link.btn-dark:not(.no-link):active,
  input[type="button"].btn-link.btn-dark:not(.no-link).active,
  input[type="button"].btn-link.btn-dark:not(.no-link):hover,
  input[type="button"].btn-link.btn-dark:not(.no-link).hover,
  input[type="submit"].btn-link.btn-dark:not(.no-link),
  input[type="submit"].btn-link.btn-dark:not(.no-link):active,
  input[type="submit"].btn-link.btn-dark:not(.no-link).active,
  input[type="submit"].btn-link.btn-dark:not(.no-link):hover,
  input[type="submit"].btn-link.btn-dark:not(.no-link).hover,
  input[type="reset"].btn-link.btn-dark:not(.no-link),
  input[type="reset"].btn-link.btn-dark:not(.no-link):active,
  input[type="reset"].btn-link.btn-dark:not(.no-link).active,
  input[type="reset"].btn-link.btn-dark:not(.no-link):hover,
  input[type="reset"].btn-link.btn-dark:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-dark-gray:not(.no-link),
input[type="button"].btn-link.btn-dark-gray:not(.no-link),
input[type="submit"].btn-link.btn-dark-gray:not(.no-link),
input[type="reset"].btn-link.btn-dark-gray:not(.no-link) {
  color: #A9A9A9; }
  button.btn-link.btn-dark-gray:not(.no-link):visited,
  input[type="button"].btn-link.btn-dark-gray:not(.no-link):visited,
  input[type="submit"].btn-link.btn-dark-gray:not(.no-link):visited,
  input[type="reset"].btn-link.btn-dark-gray:not(.no-link):visited {
    color: #a1a1a1; }
  button.btn-link.btn-dark-gray:not(.no-link):hover,
  input[type="button"].btn-link.btn-dark-gray:not(.no-link):hover,
  input[type="submit"].btn-link.btn-dark-gray:not(.no-link):hover,
  input[type="reset"].btn-link.btn-dark-gray:not(.no-link):hover {
    color: #b2b2b2; }
  button.btn-link.btn-dark-gray:not(.no-link):active,
  input[type="button"].btn-link.btn-dark-gray:not(.no-link):active,
  input[type="submit"].btn-link.btn-dark-gray:not(.no-link):active,
  input[type="reset"].btn-link.btn-dark-gray:not(.no-link):active {
    color: #a1a1a1; }
  button.btn-link.btn-dark-gray:not(.no-link), button.btn-link.btn-dark-gray:not(.no-link):active, button.btn-link.btn-dark-gray:not(.no-link).active, button.btn-link.btn-dark-gray:not(.no-link):hover, button.btn-link.btn-dark-gray:not(.no-link).hover,
  input[type="button"].btn-link.btn-dark-gray:not(.no-link),
  input[type="button"].btn-link.btn-dark-gray:not(.no-link):active,
  input[type="button"].btn-link.btn-dark-gray:not(.no-link).active,
  input[type="button"].btn-link.btn-dark-gray:not(.no-link):hover,
  input[type="button"].btn-link.btn-dark-gray:not(.no-link).hover,
  input[type="submit"].btn-link.btn-dark-gray:not(.no-link),
  input[type="submit"].btn-link.btn-dark-gray:not(.no-link):active,
  input[type="submit"].btn-link.btn-dark-gray:not(.no-link).active,
  input[type="submit"].btn-link.btn-dark-gray:not(.no-link):hover,
  input[type="submit"].btn-link.btn-dark-gray:not(.no-link).hover,
  input[type="reset"].btn-link.btn-dark-gray:not(.no-link),
  input[type="reset"].btn-link.btn-dark-gray:not(.no-link):active,
  input[type="reset"].btn-link.btn-dark-gray:not(.no-link).active,
  input[type="reset"].btn-link.btn-dark-gray:not(.no-link):hover,
  input[type="reset"].btn-link.btn-dark-gray:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.btn-internal-only:not(.no-link),
input[type="button"].btn-link.btn-internal-only:not(.no-link),
input[type="submit"].btn-link.btn-internal-only:not(.no-link),
input[type="reset"].btn-link.btn-internal-only:not(.no-link) {
  color: #b09e05; }
  button.btn-link.btn-internal-only:not(.no-link):visited,
  input[type="button"].btn-link.btn-internal-only:not(.no-link):visited,
  input[type="submit"].btn-link.btn-internal-only:not(.no-link):visited,
  input[type="reset"].btn-link.btn-internal-only:not(.no-link):visited {
    color: #9f890d; }
  button.btn-link.btn-internal-only:not(.no-link):hover,
  input[type="button"].btn-link.btn-internal-only:not(.no-link):hover,
  input[type="submit"].btn-link.btn-internal-only:not(.no-link):hover,
  input[type="reset"].btn-link.btn-internal-only:not(.no-link):hover {
    color: #d0bb06; }
  button.btn-link.btn-internal-only:not(.no-link):active,
  input[type="button"].btn-link.btn-internal-only:not(.no-link):active,
  input[type="submit"].btn-link.btn-internal-only:not(.no-link):active,
  input[type="reset"].btn-link.btn-internal-only:not(.no-link):active {
    color: #a39309; }
  button.btn-link.btn-internal-only:not(.no-link), button.btn-link.btn-internal-only:not(.no-link):active, button.btn-link.btn-internal-only:not(.no-link).active, button.btn-link.btn-internal-only:not(.no-link):hover, button.btn-link.btn-internal-only:not(.no-link).hover,
  input[type="button"].btn-link.btn-internal-only:not(.no-link),
  input[type="button"].btn-link.btn-internal-only:not(.no-link):active,
  input[type="button"].btn-link.btn-internal-only:not(.no-link).active,
  input[type="button"].btn-link.btn-internal-only:not(.no-link):hover,
  input[type="button"].btn-link.btn-internal-only:not(.no-link).hover,
  input[type="submit"].btn-link.btn-internal-only:not(.no-link),
  input[type="submit"].btn-link.btn-internal-only:not(.no-link):active,
  input[type="submit"].btn-link.btn-internal-only:not(.no-link).active,
  input[type="submit"].btn-link.btn-internal-only:not(.no-link):hover,
  input[type="submit"].btn-link.btn-internal-only:not(.no-link).hover,
  input[type="reset"].btn-link.btn-internal-only:not(.no-link),
  input[type="reset"].btn-link.btn-internal-only:not(.no-link):active,
  input[type="reset"].btn-link.btn-internal-only:not(.no-link).active,
  input[type="reset"].btn-link.btn-internal-only:not(.no-link):hover,
  input[type="reset"].btn-link.btn-internal-only:not(.no-link).hover {
    background-color: transparent; }

button.btn-link.no-link,
input[type="button"].btn-link.no-link,
input[type="submit"].btn-link.no-link,
input[type="reset"].btn-link.no-link {
  color: inherit;
  text-decoration: none;
  cursor: text !important; }
  button.btn-link.no-link:hover, button.btn-link.no-link.hover, button.btn-link.no-link:active, button.btn-link.no-link.active,
  input[type="button"].btn-link.no-link:hover,
  input[type="button"].btn-link.no-link.hover,
  input[type="button"].btn-link.no-link:active,
  input[type="button"].btn-link.no-link.active,
  input[type="submit"].btn-link.no-link:hover,
  input[type="submit"].btn-link.no-link.hover,
  input[type="submit"].btn-link.no-link:active,
  input[type="submit"].btn-link.no-link.active,
  input[type="reset"].btn-link.no-link:hover,
  input[type="reset"].btn-link.no-link.hover,
  input[type="reset"].btn-link.no-link:active,
  input[type="reset"].btn-link.no-link.active {
    color: inherit;
    text-decoration: none;
    cursor: pointer; }

a[href]:not(.btn):not(.button):not(.no-link) {
  color: #C20005; }
  a[href]:not(.btn):not(.button):not(.no-link):link {
    color: #C20005;
    text-decoration: none; }
  a[href]:not(.btn):not(.button):not(.no-link):visited {
    color: #a00819; }
  a[href]:not(.btn):not(.button):not(.no-link):hover {
    color: #f50006; }
  a[href]:not(.btn):not(.button):not(.no-link):active {
    color: #a40408; }
  a[href]:not(.btn):not(.button):not(.no-link):hover {
    text-decoration: underline; }
  a[href]:not(.btn):not(.button):not(.no-link):active {
    text-decoration: underline; }

a.link-default:not(.btn):not(.button):not(.no-link) {
  color: #D3D3D3; }
  a.link-default:not(.btn):not(.button):not(.no-link):visited {
    color: #c6c6c6; }
  a.link-default:not(.btn):not(.button):not(.no-link):hover {
    color: #ededed; }
  a.link-default:not(.btn):not(.button):not(.no-link):active {
    color: #c6c6c6; }

a.link-primary:not(.btn):not(.button):not(.no-link) {
  color: #C20005; }
  a.link-primary:not(.btn):not(.button):not(.no-link):visited {
    color: #a00819; }
  a.link-primary:not(.btn):not(.button):not(.no-link):hover {
    color: #f50006; }
  a.link-primary:not(.btn):not(.button):not(.no-link):active {
    color: #a40408; }

a.link-secondary:not(.btn):not(.button):not(.no-link) {
  color: #707500; }
  a.link-secondary:not(.btn):not(.button):not(.no-link):visited {
    color: #575405; }
  a.link-secondary:not(.btn):not(.button):not(.no-link):hover {
    color: #a1a800; }
  a.link-secondary:not(.btn):not(.button):not(.no-link):active {
    color: #555902; }

a.link-disabled:not(.btn):not(.button):not(.no-link) {
  color: #696969; }
  a.link-disabled:not(.btn):not(.button):not(.no-link):visited {
    color: #5c5c5c; }
  a.link-disabled:not(.btn):not(.button):not(.no-link):hover {
    color: #838383; }
  a.link-disabled:not(.btn):not(.button):not(.no-link):active {
    color: #5c5c5c; }

a.link-success:not(.btn):not(.button):not(.no-link) {
  color: #28a745; }
  a.link-success:not(.btn):not(.button):not(.no-link):visited {
    color: #2c893a; }
  a.link-success:not(.btn):not(.button):not(.no-link):hover {
    color: #34ce57; }
  a.link-success:not(.btn):not(.button):not(.no-link):active {
    color: #288e3f; }

a.link-danger:not(.btn):not(.button):not(.no-link) {
  color: #8B0000; }
  a.link-danger:not(.btn):not(.button):not(.no-link):visited {
    color: #6c060e; }
  a.link-danger:not(.btn):not(.button):not(.no-link):hover {
    color: #be0000; }
  a.link-danger:not(.btn):not(.button):not(.no-link):active {
    color: #6f0303; }

a.link-warning:not(.btn):not(.button):not(.no-link) {
  color: #ffb509; }
  a.link-warning:not(.btn):not(.button):not(.no-link):visited {
    color: #e3900c; }
  a.link-warning:not(.btn):not(.button):not(.no-link):hover {
    color: #ffc43c; }
  a.link-warning:not(.btn):not(.button):not(.no-link):active {
    color: #e9a406; }

a.link-info:not(.btn):not(.button):not(.no-link) {
  color: #17a2b8; }
  a.link-info:not(.btn):not(.button):not(.no-link):visited {
    color: #1d9298; }
  a.link-info:not(.btn):not(.button):not(.no-link):hover {
    color: #1fc8e3; }
  a.link-info:not(.btn):not(.button):not(.no-link):active {
    color: #198b9d; }

a.link-light:not(.btn):not(.button):not(.no-link) {
  color: #f2f2f2; }
  a.link-light:not(.btn):not(.button):not(.no-link):visited {
    color: #e5e5e5; }
  a.link-light:not(.btn):not(.button):not(.no-link):hover {
    color: white; }
  a.link-light:not(.btn):not(.button):not(.no-link):active {
    color: #e5e5e5; }

a.link-near-white:not(.btn):not(.button):not(.no-link) {
  color: #f1f1f1; }
  a.link-near-white:not(.btn):not(.button):not(.no-link):visited {
    color: #e4e4e4; }
  a.link-near-white:not(.btn):not(.button):not(.no-link):hover {
    color: white; }
  a.link-near-white:not(.btn):not(.button):not(.no-link):active {
    color: #e4e4e4; }

a.link-white:not(.btn):not(.button):not(.no-link) {
  color: #FFFFFF; }
  a.link-white:not(.btn):not(.button):not(.no-link):visited {
    color: #f2f2f2; }
  a.link-white:not(.btn):not(.button):not(.no-link):hover {
    color: white; }
  a.link-white:not(.btn):not(.button):not(.no-link):active {
    color: #f2f2f2; }

a.link-black:not(.btn):not(.button):not(.no-link) {
  color: #000000; }
  a.link-black:not(.btn):not(.button):not(.no-link):visited {
    color: black; }
  a.link-black:not(.btn):not(.button):not(.no-link):hover {
    color: #1a1a1a; }
  a.link-black:not(.btn):not(.button):not(.no-link):active {
    color: black; }

a.link-dark:not(.btn):not(.button):not(.no-link) {
  color: #222222; }
  a.link-dark:not(.btn):not(.button):not(.no-link):visited {
    color: #151515; }
  a.link-dark:not(.btn):not(.button):not(.no-link):hover {
    color: #3c3c3c; }
  a.link-dark:not(.btn):not(.button):not(.no-link):active {
    color: #151515; }

a.link-dark-gray:not(.btn):not(.button):not(.no-link) {
  color: #A9A9A9; }
  a.link-dark-gray:not(.btn):not(.button):not(.no-link):visited {
    color: #9c9c9c; }
  a.link-dark-gray:not(.btn):not(.button):not(.no-link):hover {
    color: #c3c3c3; }
  a.link-dark-gray:not(.btn):not(.button):not(.no-link):active {
    color: #9c9c9c; }

a.link-internal-only:not(.btn):not(.button):not(.no-link) {
  color: #b09e05; }
  a.link-internal-only:not(.btn):not(.button):not(.no-link):visited {
    color: #8f770c; }
  a.link-internal-only:not(.btn):not(.button):not(.no-link):hover {
    color: #e2cb06; }
  a.link-internal-only:not(.btn):not(.button):not(.no-link):active {
    color: #938508; }

a.no-link {
  color: inherit;
  text-decoration: none;
  cursor: text !important; }
  a.no-link:hover, a.no-link.hover, a.no-link:active, a.no-link.active, a.no-link:visited, a.no-link.visited, a.no-link:link, a.no-link.link {
    color: inherit;
    text-decoration: none;
    cursor: pointer; }

table {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  border-spacing: 2px;
  border-collapse: collapse;
  border-color: grey; }
  table.table-responsive tr {
    display: flex;
    flex-flow: row wrap; }
  table.table-responsive td:not([class="col-"]), table.table-responsive th:not([class="col-"]) {
    flex: 1 1 0px;
    width: auto;
    margin-right: 0.625rem;
    margin-left: 0.625rem; }

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit; }

table.banded-rows :not(thead):not(tfoot) tr:nth-child(even) {
  background-color: #f1f1f1; }

table.table-bordered tr:not(:last-child) {
  border-bottom: solid rgba(50, 50, 50, 0.4) 1px; }

tr.title-row {
  font-weight: bold;
  font-size: 1.1rem;
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: solid rgba(50, 50, 50, 0.4) 1px; }

td {
  display: table-cell;
  vertical-align: inherit; }

table tbody th, table tbody td {
  padding: 0.5rem 0.625rem 0.625rem; }

ul.list-inline li, ul.nav li {
  display: inline-block; }

ul.list-block li {
  display: block; }

ul.list-unstyled, ul.nav {
  list-style-type: none; }

li.active {
  font-weight: bold; }
  li.active.show-arrow:before {
    content: '\2192';
    margin-left: -27px;
    margin-right: 8px;
    font-size: 1.2rem;
    font-weight: bold; }

li > .list-item-note {
  display: inline-block;
  width: 100%; }

dt.active {
  font-weight: bold; }

dd.active {
  font-weight: bold; }

header.header-nav {
  height: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important; }

header.header-compact {
  height: auto !important;
  min-height: 65px !important;
  max-height: 130px !important; }
  @media screen and (max-width: 1023px) {
    header.header-compact {
      max-height: none !important;
      min-height: 50px !important;
      box-shadow: 1px 2px 4px rgba(150, 150, 150, 0.6); } }

header ul.nav, header nav.nav {
  padding-left: 0px; }

ul.nav li#navHome, nav.nav li#navHome {
  font-size: 1.1rem; }

ul.nav {
  padding-left: 0px; }

ul.nav.large-format li.nav-item {
  margin-right: 60px;
  font-size: 130%; }

ul.nav.border-bottom, ul.nav.line-item-footer, ul.nav.internal-link {
  padding-bottom: 15px;
  border-bottom: 1px solid #C20005; }

ul.nav.border-top-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #C20005;
  border-bottom: 1px solid #C20005; }

nav.navbar {
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.3rem 0.8rem; }
  nav.navbar.navbar-vertical {
    flex-direction: column; }
    nav.navbar.navbar-vertical ul.nav {
      flex-direction: column; }
  @media screen and (max-width: 1023px) {
    nav.navbar {
      /* Medium and down */
      padding-top: 0px;
      padding-bottom: 0px; } }
  nav.navbar div.navbar-collapse {
    display: flex;
    flex-flow: row wrap;
    flex: 1; }
    @media screen and (max-width: 1023px) {
      nav.navbar div.navbar-collapse {
        /* Medium and down */
        flex: none;
        display: none;
        width: 100%;
        margin-top: 24px;
        margin-bottom: 12px;
        padding-left: 0%;
        padding-right: 0%; } }
    @media screen and (min-width: 1024px) {
      nav.navbar div.navbar-collapse {
        display: flex; } }
    nav.navbar div.navbar-collapse > * {
      justify-content: flex-end; }
  nav.navbar div.navbar-bottom {
    align-self: flex-end; }
  nav.navbar form {
    display: flex;
    flex-grow: 2;
    padding: 4px 8px;
    margin-top: -2px;
    margin-bottom: 0px; }
    nav.navbar form > div.form-control-group {
      display: flex;
      flex: 1; }
  nav.navbar > a, nav.navbar > button, nav.navbar > div {
    display: inline-block; }
  nav.navbar ul.nav {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    position: initial;
    margin-top: 0px;
    margin-bottom: 4px; }
  nav.navbar ul.nav li.nav-item {
    line-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0px;
    padding: 4px 8px; }
    nav.navbar ul.nav li.nav-item a:not(.btn) {
      display: block;
      line-height: 100%; }
      nav.navbar ul.nav li.nav-item a:not(.btn), nav.navbar ul.nav li.nav-item a:not(.btn):visited {
        color: #C20005; }
    nav.navbar ul.nav li.nav-item button:first-of-type:last-of-type, nav.navbar ul.nav li.nav-item .btn:first-of-type:last-of-type {
      margin: 0px; }
      @media screen and (max-width: 1023px) {
        nav.navbar ul.nav li.nav-item button:first-of-type:last-of-type, nav.navbar ul.nav li.nav-item .btn:first-of-type:last-of-type {
          width: 50%;
          margin: 0px auto; } }
      @media screen and (max-width: 639px) {
        nav.navbar ul.nav li.nav-item button:first-of-type:last-of-type, nav.navbar ul.nav li.nav-item .btn:first-of-type:last-of-type {
          width: 80%; } }
    nav.navbar ul.nav li.nav-item.nav-item-active {
      background-color: rgba(194, 0, 5, 0.1);
      border-radius: 4px; }
  nav.navbar .navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      nav.navbar .navbar-brand {
        /* Medium and down */
        max-height: 65px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 1rem; } }
  nav.navbar button.navbar-toggle {
    display: none;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem; }
    @media screen and (max-width: 1023px) {
      nav.navbar button.navbar-toggle {
        /* Medium and down */
        display: inline-block; } }
  @media screen and (max-width: 1023px) {
    nav.navbar {
      /* Medium and down */ }
      nav.navbar ul.nav {
        display: block;
        width: 100%; }
        nav.navbar ul.nav li {
          display: block;
          margin-bottom: 12px;
          margin-left: 0px; }
          nav.navbar ul.nav li:last-child {
            margin-bottom: 6px; }
          nav.navbar ul.nav li a, nav.navbar ul.nav li button {
            display: block;
            width: 80%;
            margin: 4px auto; }
          nav.navbar ul.nav li a {
            font-size: 1.1rem;
            text-align: center; }
      nav.navbar form {
        width: 80%;
        margin: 12px auto; } }
  nav.navbar.nav-default {
    background-color: rgba(211, 211, 211, 0.9); }
    nav.navbar.nav-default, nav.navbar.nav-default label,
    nav.navbar.nav-default ul li:not(.nav-item-active), nav.navbar.nav-default ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-default ul.nav li:not(.nav-item-active), nav.navbar.nav-default ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-default ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-default ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: black; }
    nav.navbar.nav-default ul.nav li.nav-item.nav-item-active {
      background-color: rgba(229, 229, 229, 0.9); }
      nav.navbar.nav-default ul.nav li.nav-item.nav-item-active, nav.navbar.nav-default ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: black; }
  nav.navbar.nav-primary, header.header-nav > nav.navbar {
    background-color: rgba(194, 0, 5, 0.9); }
    nav.navbar.nav-primary, header.header-nav > nav.navbar, nav.navbar.nav-primary label, header.header-nav > nav.navbar label,
    nav.navbar.nav-primary ul li:not(.nav-item-active), header.header-nav > nav.navbar ul li:not(.nav-item-active), nav.navbar.nav-primary ul li:not(.nav-item-active) a:not(.btn), header.header-nav > nav.navbar ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-primary ul.nav li:not(.nav-item-active), header.header-nav > nav.navbar ul.nav li:not(.nav-item-active), nav.navbar.nav-primary ul.nav li:not(.nav-item-active) a:not(.btn), header.header-nav > nav.navbar ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-primary ul.nav li.nav-item:not(.nav-item-active), header.header-nav > nav.navbar ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-primary ul.nav li.nav-item:not(.nav-item-active) a:not(.btn), header.header-nav > nav.navbar ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: white; }
    nav.navbar.nav-primary ul.nav li.nav-item.nav-item-active, header.header-nav > nav.navbar ul.nav li.nav-item.nav-item-active {
      background-color: rgba(255, 65, 70, 0.9); }
      nav.navbar.nav-primary ul.nav li.nav-item.nav-item-active, header.header-nav > nav.navbar ul.nav li.nav-item.nav-item-active, nav.navbar.nav-primary ul.nav li.nav-item.nav-item-active a:not(.btn), header.header-nav > nav.navbar ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: white; }
  nav.navbar.nav-secondary {
    background-color: rgba(112, 117, 0, 0.9); }
    nav.navbar.nav-secondary, nav.navbar.nav-secondary label,
    nav.navbar.nav-secondary ul li:not(.nav-item-active), nav.navbar.nav-secondary ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-secondary ul.nav li:not(.nav-item-active), nav.navbar.nav-secondary ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-secondary ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-secondary ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: white; }
    nav.navbar.nav-secondary ul.nav li.nav-item.nav-item-active {
      background-color: rgba(245, 255, 19, 0.9); }
      nav.navbar.nav-secondary ul.nav li.nav-item.nav-item-active, nav.navbar.nav-secondary ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: white; }
  nav.navbar.nav-disabled {
    background-color: rgba(105, 105, 105, 0.9); }
    nav.navbar.nav-disabled, nav.navbar.nav-disabled label,
    nav.navbar.nav-disabled ul li:not(.nav-item-active), nav.navbar.nav-disabled ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-disabled ul.nav li:not(.nav-item-active), nav.navbar.nav-disabled ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-disabled ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-disabled ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: white; }
    nav.navbar.nav-disabled ul.nav li.nav-item.nav-item-active {
      background-color: rgba(165, 165, 165, 0.9); }
      nav.navbar.nav-disabled ul.nav li.nav-item.nav-item-active, nav.navbar.nav-disabled ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: white; }
  nav.navbar.nav-success {
    background-color: rgba(40, 167, 69, 0.9); }
    nav.navbar.nav-success, nav.navbar.nav-success label,
    nav.navbar.nav-success ul li:not(.nav-item-active), nav.navbar.nav-success ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-success ul.nav li:not(.nav-item-active), nav.navbar.nav-success ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-success ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-success ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: white; }
    nav.navbar.nav-success ul.nav li.nav-item.nav-item-active {
      background-color: rgba(108, 220, 134, 0.9); }
      nav.navbar.nav-success ul.nav li.nav-item.nav-item-active, nav.navbar.nav-success ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: white; }
  nav.navbar.nav-danger {
    background-color: rgba(139, 0, 0, 0.9); }
    nav.navbar.nav-danger, nav.navbar.nav-danger label,
    nav.navbar.nav-danger ul li:not(.nav-item-active), nav.navbar.nav-danger ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-danger ul.nav li:not(.nav-item-active), nav.navbar.nav-danger ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-danger ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-danger ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: white; }
    nav.navbar.nav-danger ul.nav li.nav-item.nav-item-active {
      background-color: rgba(255, 32, 32, 0.9); }
      nav.navbar.nav-danger ul.nav li.nav-item.nav-item-active, nav.navbar.nav-danger ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: white; }
  nav.navbar.nav-warning {
    background-color: rgba(255, 181, 9, 0.9); }
    nav.navbar.nav-warning, nav.navbar.nav-warning label,
    nav.navbar.nav-warning ul li:not(.nav-item-active), nav.navbar.nav-warning ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-warning ul.nav li:not(.nav-item-active), nav.navbar.nav-warning ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-warning ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-warning ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: black; }
    nav.navbar.nav-warning ul.nav li.nav-item.nav-item-active {
      background-color: rgba(255, 211, 107, 0.9); }
      nav.navbar.nav-warning ul.nav li.nav-item.nav-item-active, nav.navbar.nav-warning ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: black; }
  nav.navbar.nav-info {
    background-color: rgba(23, 162, 184, 0.9); }
    nav.navbar.nav-info, nav.navbar.nav-info label,
    nav.navbar.nav-info ul li:not(.nav-item-active), nav.navbar.nav-info ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-info ul.nav li:not(.nav-item-active), nav.navbar.nav-info ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-info ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-info ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: white; }
    nav.navbar.nav-info ul.nav li.nav-item.nav-item-active {
      background-color: rgba(93, 215, 235, 0.9); }
      nav.navbar.nav-info ul.nav li.nav-item.nav-item-active, nav.navbar.nav-info ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: white; }
  nav.navbar.nav-light {
    background-color: rgba(242, 242, 242, 0.9); }
    nav.navbar.nav-light, nav.navbar.nav-light label,
    nav.navbar.nav-light ul li:not(.nav-item-active), nav.navbar.nav-light ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-light ul.nav li:not(.nav-item-active), nav.navbar.nav-light ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-light ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-light ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: black; }
    nav.navbar.nav-light ul.nav li.nav-item.nav-item-active {
      background-color: rgba(247, 247, 247, 0.9); }
      nav.navbar.nav-light ul.nav li.nav-item.nav-item-active, nav.navbar.nav-light ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: black; }
  nav.navbar.nav-near-white {
    background-color: rgba(241, 241, 241, 0.9); }
    nav.navbar.nav-near-white, nav.navbar.nav-near-white label,
    nav.navbar.nav-near-white ul li:not(.nav-item-active), nav.navbar.nav-near-white ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-near-white ul.nav li:not(.nav-item-active), nav.navbar.nav-near-white ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-near-white ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-near-white ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: black; }
    nav.navbar.nav-near-white ul.nav li.nav-item.nav-item-active {
      background-color: rgba(247, 247, 247, 0.9); }
      nav.navbar.nav-near-white ul.nav li.nav-item.nav-item-active, nav.navbar.nav-near-white ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: black; }
  nav.navbar.nav-white {
    background-color: rgba(255, 255, 255, 0.9); }
    nav.navbar.nav-white, nav.navbar.nav-white label,
    nav.navbar.nav-white ul li:not(.nav-item-active), nav.navbar.nav-white ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-white ul.nav li:not(.nav-item-active), nav.navbar.nav-white ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-white ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-white ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: black; }
    nav.navbar.nav-white ul.nav li.nav-item.nav-item-active {
      background-color: rgba(255, 255, 255, 0.9); }
      nav.navbar.nav-white ul.nav li.nav-item.nav-item-active, nav.navbar.nav-white ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: black; }
  nav.navbar.nav-black {
    background-color: rgba(0, 0, 0, 0.9); }
    nav.navbar.nav-black, nav.navbar.nav-black label,
    nav.navbar.nav-black ul li:not(.nav-item-active), nav.navbar.nav-black ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-black ul.nav li:not(.nav-item-active), nav.navbar.nav-black ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-black ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-black ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: white; }
    nav.navbar.nav-black ul.nav li.nav-item.nav-item-active {
      background-color: rgba(102, 102, 102, 0.9); }
      nav.navbar.nav-black ul.nav li.nav-item.nav-item-active, nav.navbar.nav-black ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: white; }
  nav.navbar.nav-dark {
    background-color: rgba(34, 34, 34, 0.9); }
    nav.navbar.nav-dark, nav.navbar.nav-dark label,
    nav.navbar.nav-dark ul li:not(.nav-item-active), nav.navbar.nav-dark ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-dark ul.nav li:not(.nav-item-active), nav.navbar.nav-dark ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-dark ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-dark ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: white; }
    nav.navbar.nav-dark ul.nav li.nav-item.nav-item-active {
      background-color: rgba(122, 122, 122, 0.9); }
      nav.navbar.nav-dark ul.nav li.nav-item.nav-item-active, nav.navbar.nav-dark ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: white; }
  nav.navbar.nav-dark-gray {
    background-color: rgba(169, 169, 169, 0.9); }
    nav.navbar.nav-dark-gray, nav.navbar.nav-dark-gray label,
    nav.navbar.nav-dark-gray ul li:not(.nav-item-active), nav.navbar.nav-dark-gray ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-dark-gray ul.nav li:not(.nav-item-active), nav.navbar.nav-dark-gray ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-dark-gray ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-dark-gray ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: black; }
    nav.navbar.nav-dark-gray ul.nav li.nav-item.nav-item-active {
      background-color: rgba(203, 203, 203, 0.9); }
      nav.navbar.nav-dark-gray ul.nav li.nav-item.nav-item-active, nav.navbar.nav-dark-gray ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: black; }
  nav.navbar.nav-internal-only {
    background-color: rgba(176, 158, 5, 0.9); }
    nav.navbar.nav-internal-only, nav.navbar.nav-internal-only label,
    nav.navbar.nav-internal-only ul li:not(.nav-item-active), nav.navbar.nav-internal-only ul li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-internal-only ul.nav li:not(.nav-item-active), nav.navbar.nav-internal-only ul.nav li:not(.nav-item-active) a:not(.btn),
    nav.navbar.nav-internal-only ul.nav li.nav-item:not(.nav-item-active), nav.navbar.nav-internal-only ul.nav li.nav-item:not(.nav-item-active) a:not(.btn) {
      color: white; }
    nav.navbar.nav-internal-only ul.nav li.nav-item.nav-item-active {
      background-color: rgba(250, 230, 63, 0.9); }
      nav.navbar.nav-internal-only ul.nav li.nav-item.nav-item-active, nav.navbar.nav-internal-only ul.nav li.nav-item.nav-item-active a:not(.btn) {
        color: white; }

header.sticky-top.scroll-shrink.shrink.bg-default {
  background-color: rgba(211, 211, 211, 0.97);
  color: black; }

header.sticky-top.scroll-shrink.shrink.bg-primary {
  background-color: rgba(194, 0, 5, 0.97);
  color: white; }

header.sticky-top.scroll-shrink.shrink.bg-secondary {
  background-color: rgba(112, 117, 0, 0.97);
  color: white; }

header.sticky-top.scroll-shrink.shrink.bg-disabled {
  background-color: rgba(105, 105, 105, 0.97);
  color: white; }

header.sticky-top.scroll-shrink.shrink.bg-success {
  background-color: rgba(40, 167, 69, 0.97);
  color: white; }

header.sticky-top.scroll-shrink.shrink.bg-danger {
  background-color: rgba(139, 0, 0, 0.97);
  color: white; }

header.sticky-top.scroll-shrink.shrink.bg-warning {
  background-color: rgba(255, 181, 9, 0.97);
  color: black; }

header.sticky-top.scroll-shrink.shrink.bg-info {
  background-color: rgba(23, 162, 184, 0.97);
  color: white; }

header.sticky-top.scroll-shrink.shrink.bg-light {
  background-color: rgba(242, 242, 242, 0.97);
  color: black; }

header.sticky-top.scroll-shrink.shrink.bg-near-white {
  background-color: rgba(241, 241, 241, 0.97);
  color: black; }

header.sticky-top.scroll-shrink.shrink.bg-white {
  background-color: rgba(255, 255, 255, 0.97);
  color: black; }

header.sticky-top.scroll-shrink.shrink.bg-black {
  background-color: rgba(0, 0, 0, 0.97);
  color: white; }

header.sticky-top.scroll-shrink.shrink.bg-dark {
  background-color: rgba(34, 34, 34, 0.97);
  color: white; }

header.sticky-top.scroll-shrink.shrink.bg-dark-gray {
  background-color: rgba(169, 169, 169, 0.97);
  color: black; }

header.sticky-top.scroll-shrink.shrink.bg-internal-only {
  background-color: rgba(176, 158, 5, 0.97);
  color: white; }

/* Adds a transition effect when the height is decreased */
header.sticky-top.scroll-shrink,
header.sticky-top.scroll-shrink nav.navbar,
header.sticky-top.scroll-shrink nav.navbar > .navbar-brand,
header.sticky-top.scroll-shrink nav.navbar > .navbar-brand > img {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }

nav.sticky,
nav.sticky ul, nav.sticky ul li {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }

@media screen and (min-width: 1024px) {
  /* Large and above */
  header.sticky-top.scroll-shrink.shrink {
    box-shadow: 1px 2px 4px rgba(150, 150, 150, 0.6);
    max-height: 65px !important; }
    header.sticky-top.scroll-shrink.shrink nav.navbar {
      padding-top: 0px;
      padding-bottom: 0px; }
    header.sticky-top.scroll-shrink.shrink nav.navbar > .navbar-brand {
      max-height: 60px !important;
      max-width: 216px !important; }
    header.sticky-top.scroll-shrink.shrink nav.navbar > .navbar-brand > img {
      max-width: calc(2328px * 0.10);
      max-height: calc(819px * 0.10);
      top: -10px;
      left: -10px; } }

/* Footer */
footer {
  height: 50px;
  margin-top: 20px;
  padding-bottom: 15px;
  background-color: white;
  text-align: center; }
  footer img {
    height: 40px;
    margin-right: 10px; }
  footer span {
    display: block; }
  @media only screen and (min-width: 900px) {
    footer {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      line-height: 46px; }
      footer span {
        display: inline; } }
  @media only screen and (min-height: 750px) {
    footer {
      height: 46px; } }

.dx-tabpanel .dx-tabpanel-tabs .dx-tabs {
  border: none !important;
  background-color: transparent !important; }
  .dx-tabpanel .dx-tabpanel-tabs .dx-tabs .dx-tabs-wrapper .dx-item.dx-tab {
    border: solid rgba(221, 221, 221, 0.7) 1px !important;
    border-bottom: none !important; }
    .dx-tabpanel .dx-tabpanel-tabs .dx-tabs .dx-tabs-wrapper .dx-item.dx-tab:not(.dx-tab-selected) {
      background-color: rgba(225, 225, 225, 0.6); }
    .dx-tabpanel .dx-tabpanel-tabs .dx-tabs .dx-tabs-wrapper .dx-item.dx-tab.dx-tab-selected.bg-internal-only {
      font-weight: bold; }
    .dx-tabpanel .dx-tabpanel-tabs .dx-tabs .dx-tabs-wrapper .dx-item.dx-tab:first-child {
      border-top-left-radius: 4px; }
    .dx-tabpanel .dx-tabpanel-tabs .dx-tabs .dx-tabs-wrapper .dx-item.dx-tab:last-child {
      border-top-right-radius: 4px; }

.card {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 18px 12px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.6);
  background-color: #FFFFFF;
  box-sizing: border-box;
  text-align: center; }

.card .card-icon img {
  width: 35%;
  height: 100%; }

.card .card-header {
  margin: 16px auto;
  font-weight: bold; }

.card .card-content {
  margin: 8px 12%;
  line-height: 1.4rem;
  font-size: 0.9rem; }

.panel {
  display: block;
  margin: 12px auto;
  padding: 12px 8px;
  box-shadow: 2px 2px 6px rgba(34, 34, 34, 0.2); }

/* ==========================================================================
   UTIL: notes
   ========================================================================== */
/* Adds a transition effect when the height is decreased */
.note-editor, .notes, .note {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.line-item-note-editor {
  margin-bottom: 18px; }

.note-editor {
  display: none;
  max-height: 0px; }
  .note-editor.editing {
    display: block;
    max-height: 150px; }

.notes.line-item-notes {
  max-height: 350px;
  overflow: auto; }

.note-editor.editing + .notes {
  max-height: 100px; }

.notes span.no-notes-found, .notes span.loading-notes-message {
  color: #838383;
  font-style: italic; }

.notes span.no-notes-found {
  display: none; }
  .notes span.no-notes-found:only-child {
    display: inline; }

div.note {
  margin-bottom: 10px;
  padding: 0px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 0.8rem; }
  div.note:last-of-type {
    margin-bottom: 0px; }
  div.note.active {
    background-color: rgba(255, 255, 153, 0.4); }
  div.note .note-header {
    padding: 8px 4px 8px 6px;
    font-size: 1.1rem;
    font-size: 1rem; }
    div.note .note-header > .note-header-type {
      display: block;
      width: 40%;
      height: 1.1rem;
      position: absolute;
      top: -1.375rem;
      left: -30px;
      box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.6);
      padding: 4px 12px;
      font-weight: bold;
      font-style: italic;
      line-height: 1.1rem;
      font-size: 1.1rem;
      background-color: #9d9d9d;
      color: #eee; }
      div.note .note-header > .note-header-type.note-type-assignment {
        background-color: #9d9d9d;
        color: #eee; }
      div.note .note-header > .note-header-type.note-type-customer {
        background-color: #7d91ab;
        color: #eee; }
      div.note .note-header > .note-header-type.note-type-job {
        background-color: #8cab8c;
        color: #eee; }
      div.note .note-header > .note-header-type.note-type-job-site {
        background-color: #c9ae8b;
        color: #eee; }
    div.note .note-header .note-created-by {
      font-weight: 600; }
    div.note .note-header .note-created-on {
      font-style: italic;
      color: rgba(50, 50, 50, 0.8); }
    div.note .note-header [class*="fa"] {
      padding: 6px;
      font-size: 1.1rem;
      border-radius: 6px;
      vertical-align: -.5rem;
      cursor: pointer; }
      div.note .note-header [class*="fa"]:not([class*="fa-thumb-tack"]):hover {
        color: rgba(255, 255, 255, 0.6);
        background-color: rgba(50, 50, 50, 0.1); }
    div.note .note-header .note-sticky-icon {
      color: rgba(200, 200, 200, 0.4);
      margin-right: 5px; }
      div.note .note-header .note-sticky-icon.is-sticky {
        color: #000000; }
      div.note .note-header .note-sticky-icon.is-sticky > [class*="fa-"]:hover {
        color: #909090; }
    div.note .note-header .note-options {
      float: right;
      clear: none;
      padding-right: 5px; }
  div.note .note-content {
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: solid rgba(100, 100, 100, 0.1) 10px; }
    div.note .note-content p {
      margin: 0px; }
  div.note .note-updated-on {
    text-align: right;
    font-weight: bold;
    font-style: italic;
    color: rgba(50, 50, 50, 0.8); }

/* Adds a transition effect when the height is decreased */
div.notes > div.note {
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out; }
  div.notes > div.note.note-save-success {
    background-color: rgba(175, 236, 189, 0.4); }

.notes-block-popup-title {
  font-size: 1.2rem;
  /* Adds a transition effect when the height is decreased */ }
  .notes-block-popup-title .popup-title-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.125rem;
    line-height: 1.4;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility; }
    @media print, screen and (min-width: 40em) {
      .notes-block-popup-title .popup-title-text {
        font-size: 1.5625rem; } }
  .notes-block-popup-title .add-notes-container {
    position: relative; }
  .notes-block-popup-title #createNoteTooltip {
    width: 200%;
    position: absolute;
    top: 100%;
    left: 1rem;
    padding: 6px 8px;
    background-color: rgba(23, 162, 184, 0.7);
    color: #FFFFFF;
    border: solid rgba(150, 150, 150, 0.4) 1px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.4); }
  .notes-block-popup-title #createNoteTooltip [class*="fa-"] {
    display: block;
    margin-bottom: 8px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }

.notes-block-popup-title .add-notes-dropdown-menu {
  margin-right: 25px; }
  .notes-block-popup-title .add-notes-dropdown-menu .dropdown-menu {
    width: 200px; }
  .notes-block-popup-title .add-notes-dropdown-menu .dropdown-item {
    font-size: 0.9rem; }

.notes-block-popup-title .popup-title-button {
  margin-right: 12px; }

.notes-block-popup div.note .note-header > .note-header-type {
  display: none; }

.notes-block-popup .tabs-content .tabs-panel[class*="tabs-panel-note-type"] .notes-button-bar a {
  font-size: 1.2rem; }

.notes-block-popup-title .add-notes-dropdown-menu.show-all-notes {
  display: block; }

.notes-block-popup.show-all-notes {
  padding: 0px; }
  .notes-block-popup.show-all-notes .notesBlock {
    padding: 20px; }
  .notes-block-popup.show-all-notes .notesAllBlock {
    padding: 40px; }
  .notes-block-popup.show-all-notes .notesBlock > ul.tabs {
    display: none; }
  .notes-block-popup.show-all-notes .tabs-content {
    margin-left: 20px;
    margin-top: 28px;
    border-width: 0px; }
    .notes-block-popup.show-all-notes .tabs-content .tabs-panel {
      display: block; }
    .notes-block-popup.show-all-notes .tabs-content .tabs-panel.tabs-panel-note-type-assignment {
      border-color: #9d9d9d; }
    .notes-block-popup.show-all-notes .tabs-content .tabs-panel.tabs-panel-note-type-customer {
      border-color: #7d91ab; }
    .notes-block-popup.show-all-notes .tabs-content .tabs-panel.tabs-panel-note-type-job {
      border-color: #8cab8c; }
    .notes-block-popup.show-all-notes .tabs-content .tabs-panel.tabs-panel-note-type-job-site {
      border-color: #c9ae8b; }
    .notes-block-popup.show-all-notes .tabs-content .tabs-panel[class*="tabs-panel-note-type"] .notes-button-bar {
      display: none; }
    .notes-block-popup.show-all-notes .tabs-content .tabs-panel .notesView {
      height: auto !important;
      overflow: visible; }
  .notes-block-popup.show-all-notes .note {
    position: relative;
    margin-top: 12px;
    margin-bottom: 32px;
    border-top: solid rgba(150, 150, 150, 0.4) 1px; }
    .notes-block-popup.show-all-notes .note .note-header > .note-header-type {
      display: block;
      width: 40%;
      height: 30px;
      position: absolute;
      top: -22px;
      left: -30px;
      box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.6);
      padding: 4px 12px;
      font-weight: bold;
      font-style: italic;
      line-height: 1.2rem;
      font-size: 1.2rem;
      background-color: #9d9d9d;
      color: #eee; }
      .notes-block-popup.show-all-notes .note .note-header > .note-header-type.note-type-assignment {
        background-color: #9d9d9d;
        color: #eee; }
      .notes-block-popup.show-all-notes .note .note-header > .note-header-type.note-type-customer {
        background-color: #7d91ab;
        color: #eee; }
      .notes-block-popup.show-all-notes .note .note-header > .note-header-type.note-type-job {
        background-color: #8cab8c;
        color: #eee; }
      .notes-block-popup.show-all-notes .note .note-header > .note-header-type.note-type-job-site {
        background-color: #c9ae8b;
        color: #eee; }

.note {
  position: relative;
  margin-top: 12px;
  margin-bottom: 32px;
  border-top: solid rgba(150, 150, 150, 0.4) 1px; }
  .note .note-header > .note-header-type {
    display: block;
    width: 40%;
    height: 1rem;
    position: absolute;
    top: -22px;
    left: -30px;
    box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.6);
    padding: 4px 12px;
    font-weight: bold;
    font-style: italic;
    line-height: 1rem;
    font-size: 1rem;
    background-color: #9d9d9d;
    color: #eee; }
    .note .note-header > .note-header-type.note-type-assignment {
      background-color: #9d9d9d;
      color: #eee; }
    .note .note-header > .note-header-type.note-type-customer {
      background-color: #7d91ab;
      color: #eee; }
    .note .note-header > .note-header-type.note-type-job {
      background-color: #8cab8c;
      color: #eee; }
    .note .note-header > .note-header-type.note-type-job-site {
      background-color: #c9ae8b;
      color: #eee; }

.email-schedule-notes .dx-tabpanel-container {
  height: 170px; }
  .email-schedule-notes .dx-tabpanel-container .dx-item-content {
    height: 132px;
    overflow: auto;
    padding-bottom: 20px; }

.email-schedule-notes div.note .note-header {
  font-size: 1rem; }
  .email-schedule-notes div.note .note-header [class*="fa"] {
    font-size: 1.1rem; }

.badge {
  font-size: 0.8rem;
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }
  .badge.badge-super {
    position: absolute;
    padding: .2em .1em;
    font-size: 0.6rem;
    top: -0.5rem;
    right: 0.2rem; }
  .badge.badge-default {
    color: #000000;
    background-color: lightgray; }
  .badge.badge-primary {
    color: #FFFFFF;
    background-color: #c20005; }
  .badge.badge-secondary {
    color: #FFFFFF;
    background-color: #707500; }
  .badge.badge-disabled {
    color: #FFFFFF;
    background-color: dimgray; }
  .badge.badge-success {
    color: #FFFFFF;
    background-color: #28a745; }
  .badge.badge-danger {
    color: #FFFFFF;
    background-color: darkred; }
  .badge.badge-warning {
    color: #000000;
    background-color: #ffb509; }
  .badge.badge-info {
    color: #FFFFFF;
    background-color: #17a2b8; }
  .badge.badge-light {
    color: #000000;
    background-color: #f2f2f2; }
  .badge.badge-near-white {
    color: #000000;
    background-color: #f1f1f1; }
  .badge.badge-white {
    color: #000000;
    background-color: white; }
  .badge.badge-black {
    color: #FFFFFF;
    background-color: black; }
  .badge.badge-dark {
    color: #FFFFFF;
    background-color: #222222; }
  .badge.badge-dark-gray {
    color: #000000;
    background-color: darkgray; }
  .badge.badge-internal-only {
    color: #FFFFFF;
    background-color: #b09e05; }
  .badge .badge-light {
    color: #212529; }

.carousel {
  position: relative;
  width: 70%;
  height: 100px;
  margin: 0px auto;
  white-space: nowrap; }
  .carousel .carousel-button {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 40%;
    font-size: 1.4rem;
    color: #C20005; }
    .carousel .carousel-button:hover, .carousel .carousel-button.hover {
      color: #ff4347; }
    .carousel .carousel-button:active, .carousel .carousel-button.active {
      color: #a90004; }
  .carousel .carousel-button-left {
    left: -50px; }
  .carousel .carousel-button-right {
    left: calc(100% + 10px); }

.carousel > .carousel-images-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0px;
  overflow: hidden;
  background-color: rgba(194, 0, 5, 0.8); }

.carousel > .carousel-images-wrapper > .carousel-image-wrapper {
  position: relative;
  display: inline-block;
  width: 16.67%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  /* Medium and down */
  /* Small only */ }
  @media screen and (max-width: 1023px) {
    .carousel > .carousel-images-wrapper > .carousel-image-wrapper {
      width: 33.3%; } }
  @media screen and (max-width: 639px) {
    .carousel > .carousel-images-wrapper > .carousel-image-wrapper {
      width: 50%; } }
  .carousel > .carousel-images-wrapper > .carousel-image-wrapper .carousel-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .carousel > .carousel-images-wrapper > .carousel-image-wrapper .carousel-image img {
      width: 105%;
      height: auto;
      margin: auto; }
  .carousel > .carousel-images-wrapper > .carousel-image-wrapper:not(.carousel-active) > .carousel-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(194, 0, 5, 0.8); }

.carousel-image-wrapper > .carousel-description {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0px;
  box-sizing: border-box;
  padding: 15% 20%;
  z-index: 99;
  background-color: transparent;
  white-space: normal;
  font-size: 0.8rem;
  color: #FFFFFF;
  text-align: left; }
  .carousel-image-wrapper > .carousel-description:before {
    content: "\f0d9";
    position: absolute;
    top: 25%;
    left: 12%; }

.carousel-image-wrapper.carousel-active > .carousel-description {
  display: block; }

.carousel-image-wrapper:last-of-type > .carousel-description {
  left: -100%;
  text-align: right; }
  .carousel-image-wrapper:last-of-type > .carousel-description:before {
    content: "\f0da";
    right: 12%; }

.carousel .carousel-indicator-nav {
  display: flex;
  justify-content: space-around;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 0.8rem; }

.dropdown {
  position: relative; }
  .dropdown > .btn-dropdown-toggle:hover {
    text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    .dropdown > .btn-dropdown-toggle {
      padding-right: 35px; } }
  .dropdown > .btn-dropdown-toggle [class*="fa-"]:last-child {
    display: inline-block;
    margin-left: 8px;
    padding: inherit;
    padding-right: 8px;
    line-height: inherit;
    font-size: inherit;
    font-style: inherit;
    color: inherit; }
    @media screen and (min-width: 1024px) {
      .dropdown > .btn-dropdown-toggle [class*="fa-"]:last-child {
        position: absolute;
        top: 0px;
        right: 0px; } }
    @media screen and (max-width: 1023px) {
      .dropdown > .btn-dropdown-toggle [class*="fa-"]:last-child {
        position: relative; } }
  .dropdown > .dropdown-menu {
    display: none;
    margin-top: 6px;
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    border: solid rgba(150, 150, 150, 0.4) 1px;
    box-shadow: 2px 2px 2px rgba(150, 150, 150, 0.2);
    z-index: 1000; }
    @media screen and (max-width: 1023px) {
      .dropdown > .dropdown-menu {
        width: auto; } }
    @media screen and (min-width: 1024px) {
      .dropdown > .dropdown-menu {
        width: 150%; } }
    @media screen and (max-width: 1023px) {
      .dropdown > .dropdown-menu {
        /* Medium and below */ }
        header > nav .dropdown > .dropdown-menu {
          position: relative; } }
  .dropdown > .dropdown-menu > a.dropdown-item {
    text-align: left; }
  .dropdown > .dropdown-menu > .dropdown-item {
    display: block;
    position: relative;
    padding: 8px 12px;
    padding-right: 40px;
    font-size: 1rem;
    font-weight: 500 !important;
    text-align: left;
    color: #C20005 !important; }
    .dropdown > .dropdown-menu > .dropdown-item > [class*="fa-"]:last-child,
    .dropdown > .dropdown-menu > .dropdown-item > span.dropdown-item-checkbox:last-child {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      padding: inherit;
      padding-right: 8px;
      line-height: inherit;
      font-size: inherit;
      font-style: inherit;
      color: inherit; }
    .dropdown > .dropdown-menu > .dropdown-item:hover {
      background-color: rgba(200, 200, 200, 0.2) !important; }
  .dropdown .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
  .dropdown > .dropdown-menu > .dropdown-item-default {
    color: #000000 !important;
    background-color: rgba(211, 211, 211, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-default:hover, .dropdown > .dropdown-menu > .dropdown-item-default.hover {
      background-color: rgba(224, 224, 224, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-default:active, .dropdown > .dropdown-menu > .dropdown-item-default.active {
      background-color: rgba(198, 198, 198, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-default:disabled, .dropdown > .dropdown-menu > .dropdown-item-default.disabled, .dropdown > .dropdown-menu > .dropdown-item-default[disabled] {
      background-color: rgba(237, 237, 237, 0.8) !important;
      color: rgba(0, 0, 0, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-primary {
    color: #FFFFFF !important;
    background-color: rgba(194, 0, 5, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-primary:hover, .dropdown > .dropdown-menu > .dropdown-item-primary.hover {
      background-color: rgba(220, 0, 6, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-primary:active, .dropdown > .dropdown-menu > .dropdown-item-primary.active {
      background-color: rgba(169, 0, 4, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-primary:disabled, .dropdown > .dropdown-menu > .dropdown-item-primary.disabled, .dropdown > .dropdown-menu > .dropdown-item-primary[disabled] {
      background-color: rgba(233, 12, 18, 0.8) !important;
      color: rgba(255, 255, 255, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-secondary {
    color: #FFFFFF !important;
    background-color: rgba(112, 117, 0, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-secondary:hover, .dropdown > .dropdown-menu > .dropdown-item-secondary.hover {
      background-color: rgba(136, 143, 0, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-secondary:active, .dropdown > .dropdown-menu > .dropdown-item-secondary.active {
      background-color: rgba(88, 92, 0, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-secondary:disabled, .dropdown > .dropdown-menu > .dropdown-item-secondary.disabled, .dropdown > .dropdown-menu > .dropdown-item-secondary[disabled] {
      background-color: rgba(153, 160, 8, 0.8) !important;
      color: rgba(255, 255, 255, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-disabled {
    color: #FFFFFF !important;
    background-color: rgba(105, 105, 105, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-disabled:hover, .dropdown > .dropdown-menu > .dropdown-item-disabled.hover {
      background-color: rgba(118, 118, 118, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-disabled:active, .dropdown > .dropdown-menu > .dropdown-item-disabled.active {
      background-color: rgba(92, 92, 92, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-disabled:disabled, .dropdown > .dropdown-menu > .dropdown-item-disabled.disabled, .dropdown > .dropdown-menu > .dropdown-item-disabled[disabled] {
      background-color: rgba(131, 131, 131, 0.8) !important;
      color: rgba(255, 255, 255, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-success {
    color: #FFFFFF !important;
    background-color: rgba(40, 167, 69, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-success:hover, .dropdown > .dropdown-menu > .dropdown-item-success.hover {
      background-color: rgba(45, 188, 78, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-success:active, .dropdown > .dropdown-menu > .dropdown-item-success.active {
      background-color: rgba(35, 146, 61, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-success:disabled, .dropdown > .dropdown-menu > .dropdown-item-success.disabled, .dropdown > .dropdown-menu > .dropdown-item-success[disabled] {
      background-color: rgba(64, 194, 94, 0.8) !important;
      color: rgba(255, 255, 255, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-danger {
    color: #FFFFFF !important;
    background-color: rgba(139, 0, 0, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-danger:hover, .dropdown > .dropdown-menu > .dropdown-item-danger.hover {
      background-color: rgba(165, 0, 0, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-danger:active, .dropdown > .dropdown-menu > .dropdown-item-danger.active {
      background-color: rgba(114, 0, 0, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-danger:disabled, .dropdown > .dropdown-menu > .dropdown-item-danger.disabled, .dropdown > .dropdown-menu > .dropdown-item-danger[disabled] {
      background-color: rgba(181, 10, 10, 0.8) !important;
      color: rgba(255, 255, 255, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-warning {
    color: #000000 !important;
    background-color: rgba(255, 181, 9, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-warning:hover, .dropdown > .dropdown-menu > .dropdown-item-warning.hover {
      background-color: rgba(255, 189, 35, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-warning:active, .dropdown > .dropdown-menu > .dropdown-item-warning.active {
      background-color: rgba(239, 167, 0, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-warning:disabled, .dropdown > .dropdown-menu > .dropdown-item-warning.disabled, .dropdown > .dropdown-menu > .dropdown-item-warning[disabled] {
      background-color: rgba(245, 192, 70, 0.8) !important;
      color: rgba(0, 0, 0, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-info {
    color: #FFFFFF !important;
    background-color: rgba(23, 162, 184, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-info:hover, .dropdown > .dropdown-menu > .dropdown-item-info.hover {
      background-color: rgba(26, 182, 207, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-info:active, .dropdown > .dropdown-menu > .dropdown-item-info.active {
      background-color: rgba(20, 142, 161, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-info:disabled, .dropdown > .dropdown-menu > .dropdown-item-info.disabled, .dropdown > .dropdown-menu > .dropdown-item-info[disabled] {
      background-color: rgba(44, 191, 214, 0.8) !important;
      color: rgba(255, 255, 255, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-light {
    color: #000000 !important;
    background-color: rgba(242, 242, 242, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-light:hover, .dropdown > .dropdown-menu > .dropdown-item-light.hover {
      background-color: rgba(254, 254, 254, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-light:active, .dropdown > .dropdown-menu > .dropdown-item-light.active {
      background-color: rgba(229, 229, 229, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-light:disabled, .dropdown > .dropdown-menu > .dropdown-item-light.disabled, .dropdown > .dropdown-menu > .dropdown-item-light[disabled] {
      background-color: rgba(255, 255, 255, 0.8) !important;
      color: rgba(0, 0, 0, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-near-white {
    color: #000000 !important;
    background-color: rgba(241, 241, 241, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-near-white:hover, .dropdown > .dropdown-menu > .dropdown-item-near-white.hover {
      background-color: rgba(254, 254, 254, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-near-white:active, .dropdown > .dropdown-menu > .dropdown-item-near-white.active {
      background-color: rgba(228, 228, 228, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-near-white:disabled, .dropdown > .dropdown-menu > .dropdown-item-near-white.disabled, .dropdown > .dropdown-menu > .dropdown-item-near-white[disabled] {
      background-color: rgba(255, 255, 255, 0.8) !important;
      color: rgba(0, 0, 0, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-white {
    color: #000000 !important;
    background-color: rgba(255, 255, 255, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-white:hover, .dropdown > .dropdown-menu > .dropdown-item-white.hover {
      background-color: rgba(255, 255, 255, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-white:active, .dropdown > .dropdown-menu > .dropdown-item-white.active {
      background-color: rgba(242, 242, 242, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-white:disabled, .dropdown > .dropdown-menu > .dropdown-item-white.disabled, .dropdown > .dropdown-menu > .dropdown-item-white[disabled] {
      background-color: rgba(255, 255, 255, 0.8) !important;
      color: rgba(0, 0, 0, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-black {
    color: #FFFFFF !important;
    background-color: rgba(0, 0, 0, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-black:hover, .dropdown > .dropdown-menu > .dropdown-item-black.hover {
      background-color: rgba(13, 13, 13, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-black:active, .dropdown > .dropdown-menu > .dropdown-item-black.active {
      background-color: rgba(0, 0, 0, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-black:disabled, .dropdown > .dropdown-menu > .dropdown-item-black.disabled, .dropdown > .dropdown-menu > .dropdown-item-black[disabled] {
      background-color: rgba(26, 26, 26, 0.8) !important;
      color: rgba(255, 255, 255, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-dark {
    color: #FFFFFF !important;
    background-color: rgba(34, 34, 34, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-dark:hover, .dropdown > .dropdown-menu > .dropdown-item-dark.hover {
      background-color: rgba(47, 47, 47, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-dark:active, .dropdown > .dropdown-menu > .dropdown-item-dark.active {
      background-color: rgba(21, 21, 21, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-dark:disabled, .dropdown > .dropdown-menu > .dropdown-item-dark.disabled, .dropdown > .dropdown-menu > .dropdown-item-dark[disabled] {
      background-color: rgba(60, 60, 60, 0.8) !important;
      color: rgba(255, 255, 255, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-dark-gray {
    color: #000000 !important;
    background-color: rgba(169, 169, 169, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-dark-gray:hover, .dropdown > .dropdown-menu > .dropdown-item-dark-gray.hover {
      background-color: rgba(182, 182, 182, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-dark-gray:active, .dropdown > .dropdown-menu > .dropdown-item-dark-gray.active {
      background-color: rgba(156, 156, 156, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-dark-gray:disabled, .dropdown > .dropdown-menu > .dropdown-item-dark-gray.disabled, .dropdown > .dropdown-menu > .dropdown-item-dark-gray[disabled] {
      background-color: rgba(195, 195, 195, 0.8) !important;
      color: rgba(0, 0, 0, 0.4) !important; }
  .dropdown > .dropdown-menu > .dropdown-item-internal-only {
    color: #FFFFFF !important;
    background-color: rgba(176, 158, 5, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-internal-only:hover, .dropdown > .dropdown-menu > .dropdown-item-internal-only.hover {
      background-color: rgba(201, 180, 6, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-internal-only:active, .dropdown > .dropdown-menu > .dropdown-item-internal-only.active {
      background-color: rgba(151, 136, 4, 0.8) !important; }
    .dropdown > .dropdown-menu > .dropdown-item-internal-only:disabled, .dropdown > .dropdown-menu > .dropdown-item-internal-only.disabled, .dropdown > .dropdown-menu > .dropdown-item-internal-only[disabled] {
      background-color: rgba(214, 193, 18, 0.8) !important;
      color: rgba(255, 255, 255, 0.4) !important; }

.collapse-button {
  margin-right: 10px;
  margin-left: -22px; }

.collapse {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  .collapse.collapsed {
    display: none;
    height: 0px; }

/* Adds a transition effect when the height is decreased */
.drawer {
  width: 200px;
  max-width: 100vw;
  overflow: hidden;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  .drawer span {
    display: inline-block;
    width: auto;
    overflow: hidden;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
  .drawer.in {
    max-width: 65px; }
    .drawer.in span {
      display: none;
      width: 0px;
      -webkit-transition: all 500ms ease-out;
      -moz-transition: all 500ms ease-out;
      -o-transition: all 500ms ease-out;
      transition: all 500ms ease-out; }

.ribbon, .ribbon-default, .ribbon-primary, .ribbon-secondary, .ribbon-disabled, .ribbon-success, .ribbon-danger, .ribbon-warning, .ribbon-info, .ribbon-light, .ribbon-near-white, .ribbon-white, .ribbon-black, .ribbon-dark, .ribbon-dark-gray, .ribbon-internal-only {
  width: 60px;
  padding: 10px 0;
  position: absolute;
  top: -6px;
  right: 10px;
  text-align: center;
  border-top-left-radius: 3px;
  background: #F47530; }
  .ribbon:before, .ribbon-default:before, .ribbon-primary:before, .ribbon-secondary:before, .ribbon-disabled:before, .ribbon-success:before, .ribbon-danger:before, .ribbon-warning:before, .ribbon-info:before, .ribbon-light:before, .ribbon-near-white:before, .ribbon-white:before, .ribbon-black:before, .ribbon-dark:before, .ribbon-dark-gray:before, .ribbon-internal-only:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #8D5A20;
    border-right: 6px solid transparent; }
  .ribbon:before, .ribbon-default:before, .ribbon-primary:before, .ribbon-secondary:before, .ribbon-disabled:before, .ribbon-success:before, .ribbon-danger:before, .ribbon-warning:before, .ribbon-info:before, .ribbon-light:before, .ribbon-near-white:before, .ribbon-white:before, .ribbon-black:before, .ribbon-dark:before, .ribbon-dark-gray:before, .ribbon-internal-only:before, .ribbon:after, .ribbon-default:after, .ribbon-primary:after, .ribbon-secondary:after, .ribbon-disabled:after, .ribbon-success:after, .ribbon-danger:after, .ribbon-warning:after, .ribbon-info:after, .ribbon-light:after, .ribbon-near-white:after, .ribbon-white:after, .ribbon-black:after, .ribbon-dark:after, .ribbon-dark-gray:after, .ribbon-internal-only:after {
    content: "";
    position: absolute; }
  .ribbon:after, .ribbon-default:after, .ribbon-primary:after, .ribbon-secondary:after, .ribbon-disabled:after, .ribbon-success:after, .ribbon-danger:after, .ribbon-warning:after, .ribbon-info:after, .ribbon-light:after, .ribbon-near-white:after, .ribbon-white:after, .ribbon-black:after, .ribbon-dark:after, .ribbon-dark-gray:after, .ribbon-internal-only:after {
    height: 0;
    width: 0;
    bottom: -29.5px;
    left: 0;
    border-left: 30px solid #F47530;
    border-right: 30px solid #F47530;
    border-bottom: 30px solid transparent; }

.ribbon-default {
  color: #000000;
  background: #D3D3D3; }
  .ribbon-default:before {
    border-bottom-color: #bababa; }
  .ribbon-default:after {
    border-left-color: #D3D3D3;
    border-right-color: #D3D3D3; }

.ribbon-primary {
  color: #FFFFFF;
  background: #C20005; }
  .ribbon-primary:before {
    border-bottom-color: #8f0004; }
  .ribbon-primary:after {
    border-left-color: #C20005;
    border-right-color: #C20005; }

.ribbon-secondary {
  color: #FFFFFF;
  background: #707500; }
  .ribbon-secondary:before {
    border-bottom-color: #3f4200; }
  .ribbon-secondary:after {
    border-left-color: #707500;
    border-right-color: #707500; }

.ribbon-disabled {
  color: #FFFFFF;
  background: #696969; }
  .ribbon-disabled:before {
    border-bottom-color: #505050; }
  .ribbon-disabled:after {
    border-left-color: #696969;
    border-right-color: #696969; }

.ribbon-success {
  color: #FFFFFF;
  background: #28a745; }
  .ribbon-success:before {
    border-bottom-color: #1e7e34; }
  .ribbon-success:after {
    border-left-color: #28a745;
    border-right-color: #28a745; }

.ribbon-danger {
  color: #FFFFFF;
  background: #8B0000; }
  .ribbon-danger:before {
    border-bottom-color: #580000; }
  .ribbon-danger:after {
    border-left-color: #8B0000;
    border-right-color: #8B0000; }

.ribbon-warning {
  color: #000000;
  background: #ffb509; }
  .ribbon-warning:before {
    border-bottom-color: #d59500; }
  .ribbon-warning:after {
    border-left-color: #ffb509;
    border-right-color: #ffb509; }

.ribbon-info {
  color: #FFFFFF;
  background: #17a2b8; }
  .ribbon-info:before {
    border-bottom-color: #117a8b; }
  .ribbon-info:after {
    border-left-color: #17a2b8;
    border-right-color: #17a2b8; }

.ribbon-light {
  color: #000000;
  background: #f2f2f2; }
  .ribbon-light:before {
    border-bottom-color: #d8d8d8; }
  .ribbon-light:after {
    border-left-color: #f2f2f2;
    border-right-color: #f2f2f2; }

.ribbon-near-white {
  color: #000000;
  background: #f1f1f1; }
  .ribbon-near-white:before {
    border-bottom-color: #d8d8d8; }
  .ribbon-near-white:after {
    border-left-color: #f1f1f1;
    border-right-color: #f1f1f1; }

.ribbon-white {
  color: #000000;
  background: #FFFFFF; }
  .ribbon-white:before {
    border-bottom-color: #e6e6e6; }
  .ribbon-white:after {
    border-left-color: #FFFFFF;
    border-right-color: #FFFFFF; }

.ribbon-black {
  color: #FFFFFF;
  background: #000000; }
  .ribbon-black:before {
    border-bottom-color: black; }
  .ribbon-black:after {
    border-left-color: #000000;
    border-right-color: #000000; }

.ribbon-dark {
  color: #FFFFFF;
  background: #222222; }
  .ribbon-dark:before {
    border-bottom-color: #090909; }
  .ribbon-dark:after {
    border-left-color: #222222;
    border-right-color: #222222; }

.ribbon-dark-gray {
  color: #000000;
  background: #A9A9A9; }
  .ribbon-dark-gray:before {
    border-bottom-color: #909090; }
  .ribbon-dark-gray:after {
    border-left-color: #A9A9A9;
    border-right-color: #A9A9A9; }

.ribbon-internal-only {
  color: #FFFFFF;
  background: #b09e05; }
  .ribbon-internal-only:before {
    border-bottom-color: #7e7104; }
  .ribbon-internal-only:after {
    border-left-color: #b09e05;
    border-right-color: #b09e05; }

.input-changed-tooltip-alert {
  display: none;
  width: auto;
  min-width: 175px;
  max-width: 275px;
  height: auto;
  position: absolute;
  left: -7%;
  bottom: 105%;
  padding: 8px 12px;
  font-size: 0.8rem;
  color: #000000;
  font-style: italic;
  background-color: rgba(255, 254, 173, 0.95);
  border-radius: 8px;
  border: solid #A9A9A9 1px;
  box-shadow: 2px 2px 2px rgba(169, 169, 169, 0.4);
  white-space: normal; }
  .input-changed-tooltip-alert:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 49%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fffead;
    z-index: 50; }
  .input-changed-tooltip-alert:after {
    left: 7%;
    border-width: 7px; }
  .input-changed-tooltip-alert:before {
    content: "\f129";
    position: relative;
    margin-right: 12px;
    font-size: 1rem; }

.dx-selectbox.internal-only .dx-texteditor-input, .dx-selectbox.internal-only .dx-placeholder {
  color: #b09e05; }

.line-item-note-editor.dx-htmleditor {
  display: none;
  box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.2); }

.line-item-note-editor.dx-htmleditor, .line-item-note-editor.dx-htmleditor-toolbar-wrapper {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.line-item-note-editor.dx-htmleditor, .line-item-note-editor .ql-editor {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.line-item-note-editor .ql-editor {
  min-height: 100px;
  background-color: white; }

.line-item-note-editor .dx-htmleditor-toolbar-wrapper {
  background-color: rgba(200, 200, 200, 0.4);
  /*   background: rgb(200,200,200); */
  background: linear-gradient(180deg, rgba(235, 235, 235, 0.6) 0%, rgba(235, 235, 235, 0.7) 10%, rgba(235, 235, 235, 0.71) 40%, rgba(235, 235, 235, 0.72) 50%, rgba(235, 235, 235, 0.71) 60%, rgba(235, 235, 235, 0.7) 90%, rgba(235, 235, 235, 0.68) 100%); }

div.dx-switch.project-adjustment-type-switch[class] {
  width: 60px;
  margin-top: 3px; }
  div.dx-switch.project-adjustment-type-switch[class] .dx-switch-wrapper:before {
    height: 100%; }
  div.dx-switch.project-adjustment-type-switch[class] .dx-switch-container {
    padding: 0px;
    border-radius: 8px; }
    div.dx-switch.project-adjustment-type-switch[class] .dx-switch-container .dx-switch-handle {
      width: 25%;
      height: 100%;
      flex-basis: 25%;
      margin-top: 0px; }
  div.dx-switch.project-adjustment-type-switch[class] .dx-switch-handle:before {
    background-color: #C20005; }
  div.dx-switch.project-adjustment-type-switch[class].dx-state-focused .dx-switch-container {
    border-color: rgba(150, 150, 150, 0.4); }
  div.dx-switch.project-adjustment-type-switch[class].dx-switch-on-value .dx-switch-container {
    border-color: rgba(180, 48, 51, 0.61); }
  div.dx-switch.project-adjustment-type-switch[class].dx-switch-on-value .dx-switch-handle:before {
    background-color: #C20005; }
  div.dx-switch.project-adjustment-type-switch[class]:not(.dx-switch-on-value) .dx-switch-handle:before {
    background-color: #705253; }
  div.dx-switch.project-adjustment-type-switch[class] .dx-switch-on {
    color: rgba(89, 36, 38, 0.84); }
  div.dx-switch.project-adjustment-type-switch[class] .dx-switch-on, div.dx-switch.project-adjustment-type-switch[class] .dx-switch-off {
    font-size: 1.8rem;
    line-height: 50%; }
  div.dx-switch.project-adjustment-type-switch[class] .dx-switch-on {
    padding-right: 23%; }
  div.dx-switch.project-adjustment-type-switch[class] .dx-switch-off {
    padding-right: 30%;
    background-color: rgba(221, 221, 221, 0.4); }

/*
  dx-switch

  dx-switch-container 
  - has border
  - border radius defaults to 2px
  - overflow is hidden
  - default padding is 0 2px
  - height is hard-coded to 24px
  - margin is 0 -6px 0 0


  dx-switch-inner
  - width of 200%
  - height of 100%



  dx-switch-handle
  - has set width of 14px
    - (also has flex-basis set at 14px)
  - has set height of 18px
      -- Changing height to 100% and margin-top to 0px makes it fill vertical
  - has set margin-top of 2px

  dx-switch-handle:before
  - colored bar that moves back and forth
  - defaults to #63a0d4 (bgColor)
  - height and width are 100%
  - has border radius of 2px
  *** Clicking changes color
  *** on/off has different settings
      (.dx-switch-on-value .dx-switch-handle:before {...} ) (off)
    vs (.dx-switch.dx-state-focused .dx-switch-handle:before {...} )
    vs (.dx-switch-handle:before {...} ) (on)
  *** .dx-switch.dx-state-focused .dx-switch-container also changes border color




  To make more pill-type
  .dx-switch-wrapper:before { height: 100%; }

  .dx-switch-container {
    padding: 0px;
    border-radius: 12px;

    .dx-switch-handle {
      width: 25%;
      height: 100%;
      flex-basis: 25%;
      margin-top: 0px;
    }
  }

  To change color
  $color: #000;
  .dx-switch-handle:before {
    background-color: $color;
    .dx-switch-on-value & { background-color: $color; }
  }
  .dx-switch.dx-state-focused {
    .dx-switch-handle:before { background-color: $color; }
    .dx-switch-container { border-color: $color;
  }


  to fix font things (to use things like (+/-) )
  .dx-switch { width: 60px; }
  .dx-switch-on, .dx-switch-off {
    font-size: 1.8rem;
    line-height: 50%;
  }
  .dx-switch-on { padding-right: 23%; }
  .dx-switch-off { padding-right: 30%; }


  structure :
  dx-switch.dx-swipeable.dx-widget.dx-switch-on-value
    dx-switch-wrapper (&:before)
      dx-switch-container
        dx-switch-inner
          dx-switch-on
          dx-switch-handle (&:before)
          dx-switch-off

*/
.support-page {
  position: relative;
  display: flex;
  flex: 1 1 auto; }

.support-docs {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-right: 360px; }

.docs-section {
  flex-grow: 2; }

.docs-section-group {
  margin-left: 18px; }
  .docs-section-group h2 {
    margin-bottom: 2px; }
  .docs-section-group > h2 ~ *:not(ul):not(ol) {
    margin-left: 18px; }

.docs-section-subgroup h3 {
  margin-bottom: 2px; }

.docs-section-subgroup > h3 ~ * {
  margin-left: 18px; }

.docs-section-subgroup > h3 ~ ul, .docs-section-subgroup > h3 ~ ol {
  margin-left: 26px; }

.support-page .support-docs {
  counter-reset: section; }
  .support-page .support-docs > .docs-section > h1 {
    counter-increment: section;
    counter-reset: subgroup; }
    .support-page .support-docs > .docs-section > h1:before {
      content: counter(section) ". "; }
  .support-page .support-docs > .docs-section .docs-section-group {
    counter-increment: group;
    counter-reset: subgroup; }
    .support-page .support-docs > .docs-section .docs-section-group > h2:before {
      content: counter(section) "." counter(group) " "; }
  .support-page .support-docs > .docs-section .docs-section-group > ol {
    list-style: none; }
  .support-page .support-docs > .docs-section .docs-section-group > ol > .docs-section-subgroup {
    counter-increment: subgroup; }
    .support-page .support-docs > .docs-section .docs-section-group > ol > .docs-section-subgroup > h3:before {
      content: counter(section) "." counter(group) "." counter(subgroup) " "; }

.support-nav {
  display: flex;
  min-width: 250px;
  height: 92%;
  padding-top: 12px;
  padding-left: 20px;
  flex-direction: column;
  border-left: solid rgba(150, 150, 150, 0.2) 6px;
  background-color: rgba(241, 241, 241, 0.1);
  font-size: 0.8em;
  font-weight: 700; }
  .support-nav > h4:first-of-type {
    margin-bottom: 0px;
    line-height: 1;
    font-weight: 500; }
  .support-nav .expand-collapse-all {
    margin-bottom: 12px;
    color: #C20005;
    font-size: 0.7rem;
    text-align: right; }
  .support-nav.fixed {
    max-width: 250px;
    position: fixed;
    top: 47px;
    right: 10px; }
  .support-nav.support-nav-right {
    order: 2; }
  .support-nav .section-subgroups {
    font-size: 0.7rem;
    font-weight: 300;
    font-style: italic; }

.support-nav.absolute {
  position: absolute;
  top: 4px;
  left: 4px; }
  .support-nav.absolute.support-nav-right {
    left: initial;
    right: 4px; }

.support-nav {
  counter-reset: navSection; }

.support-nav > ul li.section-item {
  counter-increment: navSection; }
  .support-nav > ul li.section-item > a:not(.collapse-button):before {
    content: counter(navSection) ". "; }

.support-nav > ul ul.section-groups {
  list-style: none; }
  .support-nav > ul ul.section-groups li.group-item {
    counter-increment: navGroup; }
    .support-nav > ul ul.section-groups li.group-item > a:not(.collapse-button):before {
      content: counter(navSection) "." counter(navGroup) " "; }

.support-nav > ul ul.section-groups > li > ul.section-subgroups {
  list-style: none; }
  .support-nav > ul ul.section-groups > li > ul.section-subgroups li.subgroup-item {
    counter-increment: navSubgroup; }
    .support-nav > ul ul.section-groups > li > ul.section-subgroups li.subgroup-item > a:not(.collapse-button):before {
      content: counter(navSection) "." counter(navGroup) "." counter(navSubgroup) " "; }

[data-support-tooltip] {
  position: relative; }

.support-tooltip {
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 75%;
  left: 75%;
  padding: 8px 12px;
  border: solid rgba(150, 150, 150, 0.4) 1px;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(50, 50, 50, 0.9);
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.4);
  text-align: left;
  cursor: default;
  overflow: auto;
  z-index: 1000; }
  .support-tooltip.support-tooltip-xs {
    width: 150px;
    height: 100px; }
  .support-tooltip.support-tooltip-sm {
    width: 200px;
    height: 150px; }
  .support-tooltip.support-tooltip-md {
    width: 400px;
    height: 300px; }
  .support-tooltip.support-tooltip-lg {
    width: 600px;
    height: 400px; }
  .support-tooltip.support-tooltip-xl {
    width: 800px;
    height: 500px; }
  .support-tooltip.support-tooltip-xxl {
    width: 2200px;
    height: 600px; }
  .support-tooltip.support-tooltip-full {
    width: 100vw;
    height: 100vh; }

.support-badge-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
  cursor: default; }
  .support-badge-overlay:before {
    content: "\f059";
    position: absolute;
    top: -0.75rem;
    left: -0.75rem;
    padding: 1px;
    font-size: 1.5rem;
    color: #0040FF;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    animation: bounce 200ms ease-in-out 0s forwards;
    animation-iteration-count: 3; }

.pageContainer.show-support .mainContainer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.6);
  z-index: 500; }

.pageContainer.show-support .support-toggle {
  z-index: 800; }

.pageContainer:not(.show-support) .support-badge-overlay {
  display: none; }

.pageContainer.show-support .support-badge-overlay {
  display: block; }

.pageContainer.show-support *[data-support-tooltip] {
  cursor: default; }

.support-toggle:active i[class*="fa-"], .support-toggle.active i[class*="fa-"] {
  color: #fff;
  background-color: #0040FF;
  border-radius: 12px;
  box-shadow: 0px 0px 4px #0040FF;
  padding-top: 4px;
  padding-bottom: 4px;
  box-sizing: border-box; }

/* ==========================================================================
  GRID LAYOUT (NOTE : Eventually switch this from xy-foundation to css3 grid)
  ========================================================================== */
.container {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 312.5rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .container {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

.container-fluid {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 100%;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .container-fluid {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

.container-centered {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 70%;
  margin: 0 auto;
  width: 70%; }
  @media print, screen and (min-width: 40em) {
    .container-centered {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

@media screen and (max-width: 1199px) {
  .container-centered {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    max-width: 100%;
    margin: 0 auto;
    width: 92%; } }
  @media screen and (max-width: 1199px) and (min-width: 40em) {
    .container-centered {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

.container, .container-fluid, .container-centered {
  position: relative;
  box-sizing: border-box; }

.xy-grid {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  min-height: 100%; }

.container, .container-centered, .container-fluid, .xy-grid {
  /* Standard grid cols */ }
  .container .row, .container .form-row, .container-centered .row, .container-centered .form-row, .container-fluid .row, .container-fluid .form-row, .xy-grid .row, .xy-grid .form-row {
    display: flex;
    flex-flow: row wrap; }
  .container .col-auto, .container-centered .col-auto, .container-fluid .col-auto, .xy-grid .col-auto {
    flex: 1 1 0px;
    width: auto;
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-1, .container-centered .col-1, .container-fluid .col-1, .xy-grid .col-1 {
    width: calc(8.33333% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-2, .container-centered .col-2, .container-fluid .col-2, .xy-grid .col-2 {
    width: calc(16.66667% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-3, .container-centered .col-3, .container-fluid .col-3, .xy-grid .col-3 {
    width: calc(25% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-4, .container-centered .col-4, .container-fluid .col-4, .xy-grid .col-4 {
    width: calc(33.33333% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-5, .container-centered .col-5, .container-fluid .col-5, .xy-grid .col-5 {
    width: calc(41.66667% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-6, .container-centered .col-6, .container-fluid .col-6, .xy-grid .col-6 {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-7, .container-centered .col-7, .container-fluid .col-7, .xy-grid .col-7 {
    width: calc(58.33333% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-8, .container-centered .col-8, .container-fluid .col-8, .xy-grid .col-8 {
    width: calc(66.66667% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-9, .container-centered .col-9, .container-fluid .col-9, .xy-grid .col-9 {
    width: calc(75% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-10, .container-centered .col-10, .container-fluid .col-10, .xy-grid .col-10 {
    width: calc(83.33333% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-11, .container-centered .col-11, .container-fluid .col-11, .xy-grid .col-11 {
    width: calc(91.66667% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .col-12, .container form.form-inline .form-row, form.form-inline .container .form-row, .container-centered .col-12, .container-centered form.form-inline .form-row, form.form-inline .container-centered .form-row, .container-fluid .col-12, .container-fluid form.form-inline .form-row, form.form-inline .container-fluid .form-row, .xy-grid .col-12, .xy-grid form.form-inline .form-row, form.form-inline .xy-grid .form-row {
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  .container .offset-1, .container-centered .offset-1, .container-fluid .offset-1, .xy-grid .offset-1 {
    margin-left: calc(8.33333% + 0.3125rem); }
  .container .offset-2, .container-centered .offset-2, .container-fluid .offset-2, .xy-grid .offset-2 {
    margin-left: calc(16.66667% + 0.3125rem); }
  .container .offset-3, .container-centered .offset-3, .container-fluid .offset-3, .xy-grid .offset-3 {
    margin-left: calc(25% + 0.3125rem); }
  .container .offset-4, .container form.form-inline .form-row .form-group + .form-group, form.form-inline .form-row .container .form-group + .form-group, .container-centered .offset-4, .container-centered form.form-inline .form-row .form-group + .form-group, form.form-inline .form-row .container-centered .form-group + .form-group, .container-fluid .offset-4, .container-fluid form.form-inline .form-row .form-group + .form-group, form.form-inline .form-row .container-fluid .form-group + .form-group, .xy-grid .offset-4, .xy-grid form.form-inline .form-row .form-group + .form-group, form.form-inline .form-row .xy-grid .form-group + .form-group {
    margin-left: calc(33.33333% + 0.3125rem); }
  .container .offset-5, .container-centered .offset-5, .container-fluid .offset-5, .xy-grid .offset-5 {
    margin-left: calc(41.66667% + 0.3125rem); }
  .container .offset-6, .container-centered .offset-6, .container-fluid .offset-6, .xy-grid .offset-6 {
    margin-left: calc(50% + 0.3125rem); }
  .container .offset-7, .container-centered .offset-7, .container-fluid .offset-7, .xy-grid .offset-7 {
    margin-left: calc(58.33333% + 0.3125rem); }
  .container .offset-8, .container-centered .offset-8, .container-fluid .offset-8, .xy-grid .offset-8 {
    margin-left: calc(66.66667% + 0.3125rem); }
  .container .offset-9, .container-centered .offset-9, .container-fluid .offset-9, .xy-grid .offset-9 {
    margin-left: calc(75% + 0.3125rem); }
  .container .offset-10, .container-centered .offset-10, .container-fluid .offset-10, .xy-grid .offset-10 {
    margin-left: calc(83.33333% + 0.3125rem); }
  .container .offset-11, .container-centered .offset-11, .container-fluid .offset-11, .xy-grid .offset-11 {
    margin-left: calc(91.66667% + 0.3125rem); }
  .container .offset-12, .container-centered .offset-12, .container-fluid .offset-12, .xy-grid .offset-12 {
    margin-left: calc(100% + 0.3125rem); }
  .container .push-1, .container-centered .push-1, .container-fluid .push-1, .xy-grid .push-1 {
    order: 1; }
  .container .push-2, .container-centered .push-2, .container-fluid .push-2, .xy-grid .push-2 {
    order: 2; }
  .container .push-3, .container-centered .push-3, .container-fluid .push-3, .xy-grid .push-3 {
    order: 3; }
  .container .push-4, .container-centered .push-4, .container-fluid .push-4, .xy-grid .push-4 {
    order: 4; }
  .container .push-5, .container-centered .push-5, .container-fluid .push-5, .xy-grid .push-5 {
    order: 5; }
  .container .push-6, .container-centered .push-6, .container-fluid .push-6, .xy-grid .push-6 {
    order: 6; }
  .container .push-7, .container-centered .push-7, .container-fluid .push-7, .xy-grid .push-7 {
    order: 7; }
  .container .push-8, .container-centered .push-8, .container-fluid .push-8, .xy-grid .push-8 {
    order: 8; }
  .container .push-9, .container-centered .push-9, .container-fluid .push-9, .xy-grid .push-9 {
    order: 9; }
  .container .push-10, .container-centered .push-10, .container-fluid .push-10, .xy-grid .push-10 {
    order: 10; }
  .container .push-11, .container-centered .push-11, .container-fluid .push-11, .xy-grid .push-11 {
    order: 11; }
  .container .push-12, .container-centered .push-12, .container-fluid .push-12, .xy-grid .push-12 {
    order: 12; }
  .container .pull-1, .container-centered .pull-1, .container-fluid .pull-1, .xy-grid .pull-1 {
    order: -1; }
  .container .pull-2, .container-centered .pull-2, .container-fluid .pull-2, .xy-grid .pull-2 {
    order: -2; }
  .container .pull-3, .container-centered .pull-3, .container-fluid .pull-3, .xy-grid .pull-3 {
    order: -3; }
  .container .pull-4, .container-centered .pull-4, .container-fluid .pull-4, .xy-grid .pull-4 {
    order: -4; }
  .container .pull-5, .container-centered .pull-5, .container-fluid .pull-5, .xy-grid .pull-5 {
    order: -5; }
  .container .pull-6, .container-centered .pull-6, .container-fluid .pull-6, .xy-grid .pull-6 {
    order: -6; }
  .container .pull-7, .container-centered .pull-7, .container-fluid .pull-7, .xy-grid .pull-7 {
    order: -7; }
  .container .pull-8, .container-centered .pull-8, .container-fluid .pull-8, .xy-grid .pull-8 {
    order: -8; }
  .container .pull-9, .container-centered .pull-9, .container-fluid .pull-9, .xy-grid .pull-9 {
    order: -9; }
  .container .pull-10, .container-centered .pull-10, .container-fluid .pull-10, .xy-grid .pull-10 {
    order: -10; }
  .container .pull-11, .container-centered .pull-11, .container-fluid .pull-11, .xy-grid .pull-11 {
    order: -11; }
  .container .pull-12, .container-centered .pull-12, .container-fluid .pull-12, .xy-grid .pull-12 {
    order: -12; }
  @media screen and (max-width: 9999px) {
    .container .hidden-xl, .container-centered .hidden-xl, .container-fluid .hidden-xl, .xy-grid .hidden-xl {
      display: none !important; }
    .container .visible-xl, .container-centered .visible-xl, .container-fluid .visible-xl, .xy-grid .visible-xl {
      display: initial !important; } }
  @media screen and (max-width: 1199px) {
    .container .hidden-lg, .container-centered .hidden-lg, .container-fluid .hidden-lg, .xy-grid .hidden-lg {
      display: none !important; }
    .container .visible-lg, .container-centered .visible-lg, .container-fluid .visible-lg, .xy-grid .visible-lg {
      display: initial !important; } }
  @media screen and (max-width: 1023px) {
    .container, .container-centered, .container-fluid, .xy-grid {
      /* Medium and down */ }
      .container .hidden-md, .container-centered .hidden-md, .container-fluid .hidden-md, .xy-grid .hidden-md {
        display: none !important; }
      .container .visible-md, .container-centered .visible-md, .container-fluid .visible-md, .xy-grid .visible-md {
        display: initial !important; }
      .container .col-md-auto, .container-centered .col-md-auto, .container-fluid .col-md-auto, .xy-grid .col-md-auto {
        flex: 1 1 0px;
        width: auto;
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-1, .container-centered .col-md-1, .container-fluid .col-md-1, .xy-grid .col-md-1 {
        width: calc(8.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-2, .container-centered .col-md-2, .container-fluid .col-md-2, .xy-grid .col-md-2 {
        width: calc(16.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-3, .container-centered .col-md-3, .container-fluid .col-md-3, .xy-grid .col-md-3 {
        width: calc(25% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-4, .container-centered .col-md-4, .container-fluid .col-md-4, .xy-grid .col-md-4 {
        width: calc(33.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-5, .container-centered .col-md-5, .container-fluid .col-md-5, .xy-grid .col-md-5 {
        width: calc(41.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-6, .container-centered .col-md-6, .container-fluid .col-md-6, .xy-grid .col-md-6 {
        width: calc(50% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-7, .container-centered .col-md-7, .container-fluid .col-md-7, .xy-grid .col-md-7 {
        width: calc(58.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-8, .container-centered .col-md-8, .container-fluid .col-md-8, .xy-grid .col-md-8 {
        width: calc(66.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-9, .container-centered .col-md-9, .container-fluid .col-md-9, .xy-grid .col-md-9 {
        width: calc(75% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-10, .container-centered .col-md-10, .container-fluid .col-md-10, .xy-grid .col-md-10 {
        width: calc(83.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-11, .container-centered .col-md-11, .container-fluid .col-md-11, .xy-grid .col-md-11 {
        width: calc(91.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-md-12, .container-centered .col-md-12, .container-fluid .col-md-12, .xy-grid .col-md-12 {
        width: calc(100% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .offset-md-1, .container-centered .offset-md-1, .container-fluid .offset-md-1, .xy-grid .offset-md-1 {
        margin-left: calc(8.33333% + 0.3125rem); }
      .container .offset-md-2, .container-centered .offset-md-2, .container-fluid .offset-md-2, .xy-grid .offset-md-2 {
        margin-left: calc(16.66667% + 0.3125rem); }
      .container .offset-md-3, .container-centered .offset-md-3, .container-fluid .offset-md-3, .xy-grid .offset-md-3 {
        margin-left: calc(25% + 0.3125rem); }
      .container .offset-md-4, .container-centered .offset-md-4, .container-fluid .offset-md-4, .xy-grid .offset-md-4 {
        margin-left: calc(33.33333% + 0.3125rem); }
      .container .offset-md-5, .container-centered .offset-md-5, .container-fluid .offset-md-5, .xy-grid .offset-md-5 {
        margin-left: calc(41.66667% + 0.3125rem); }
      .container .offset-md-6, .container-centered .offset-md-6, .container-fluid .offset-md-6, .xy-grid .offset-md-6 {
        margin-left: calc(50% + 0.3125rem); }
      .container .offset-md-7, .container-centered .offset-md-7, .container-fluid .offset-md-7, .xy-grid .offset-md-7 {
        margin-left: calc(58.33333% + 0.3125rem); }
      .container .offset-md-8, .container-centered .offset-md-8, .container-fluid .offset-md-8, .xy-grid .offset-md-8 {
        margin-left: calc(66.66667% + 0.3125rem); }
      .container .offset-md-9, .container-centered .offset-md-9, .container-fluid .offset-md-9, .xy-grid .offset-md-9 {
        margin-left: calc(75% + 0.3125rem); }
      .container .offset-md-10, .container-centered .offset-md-10, .container-fluid .offset-md-10, .xy-grid .offset-md-10 {
        margin-left: calc(83.33333% + 0.3125rem); }
      .container .offset-md-11, .container-centered .offset-md-11, .container-fluid .offset-md-11, .xy-grid .offset-md-11 {
        margin-left: calc(91.66667% + 0.3125rem); }
      .container .offset-md-12, .container-centered .offset-md-12, .container-fluid .offset-md-12, .xy-grid .offset-md-12 {
        margin-left: calc(100% + 0.3125rem); }
      .container .push-md-1, .container-centered .push-md-1, .container-fluid .push-md-1, .xy-grid .push-md-1 {
        order: 1; }
      .container .push-md-2, .container-centered .push-md-2, .container-fluid .push-md-2, .xy-grid .push-md-2 {
        order: 2; }
      .container .push-md-3, .container-centered .push-md-3, .container-fluid .push-md-3, .xy-grid .push-md-3 {
        order: 3; }
      .container .push-md-4, .container-centered .push-md-4, .container-fluid .push-md-4, .xy-grid .push-md-4 {
        order: 4; }
      .container .push-md-5, .container-centered .push-md-5, .container-fluid .push-md-5, .xy-grid .push-md-5 {
        order: 5; }
      .container .push-md-6, .container-centered .push-md-6, .container-fluid .push-md-6, .xy-grid .push-md-6 {
        order: 6; }
      .container .push-md-7, .container-centered .push-md-7, .container-fluid .push-md-7, .xy-grid .push-md-7 {
        order: 7; }
      .container .push-md-8, .container-centered .push-md-8, .container-fluid .push-md-8, .xy-grid .push-md-8 {
        order: 8; }
      .container .push-md-9, .container-centered .push-md-9, .container-fluid .push-md-9, .xy-grid .push-md-9 {
        order: 9; }
      .container .push-md-10, .container-centered .push-md-10, .container-fluid .push-md-10, .xy-grid .push-md-10 {
        order: 10; }
      .container .push-md-11, .container-centered .push-md-11, .container-fluid .push-md-11, .xy-grid .push-md-11 {
        order: 11; }
      .container .push-md-12, .container-centered .push-md-12, .container-fluid .push-md-12, .xy-grid .push-md-12 {
        order: 12; }
      .container .pull-md-1, .container-centered .pull-md-1, .container-fluid .pull-md-1, .xy-grid .pull-md-1 {
        order: -1; }
      .container .pull-md-2, .container-centered .pull-md-2, .container-fluid .pull-md-2, .xy-grid .pull-md-2 {
        order: -2; }
      .container .pull-md-3, .container-centered .pull-md-3, .container-fluid .pull-md-3, .xy-grid .pull-md-3 {
        order: -3; }
      .container .pull-md-4, .container-centered .pull-md-4, .container-fluid .pull-md-4, .xy-grid .pull-md-4 {
        order: -4; }
      .container .pull-md-5, .container-centered .pull-md-5, .container-fluid .pull-md-5, .xy-grid .pull-md-5 {
        order: -5; }
      .container .pull-md-6, .container-centered .pull-md-6, .container-fluid .pull-md-6, .xy-grid .pull-md-6 {
        order: -6; }
      .container .pull-md-7, .container-centered .pull-md-7, .container-fluid .pull-md-7, .xy-grid .pull-md-7 {
        order: -7; }
      .container .pull-md-8, .container-centered .pull-md-8, .container-fluid .pull-md-8, .xy-grid .pull-md-8 {
        order: -8; }
      .container .pull-md-9, .container-centered .pull-md-9, .container-fluid .pull-md-9, .xy-grid .pull-md-9 {
        order: -9; }
      .container .pull-md-10, .container-centered .pull-md-10, .container-fluid .pull-md-10, .xy-grid .pull-md-10 {
        order: -10; }
      .container .pull-md-11, .container-centered .pull-md-11, .container-fluid .pull-md-11, .xy-grid .pull-md-11 {
        order: -11; }
      .container .pull-md-12, .container-centered .pull-md-12, .container-fluid .pull-md-12, .xy-grid .pull-md-12 {
        order: -12; } }
  @media screen and (max-width: 639px) {
    .container, .container-centered, .container-fluid, .xy-grid {
      /* Small and down */ }
      .container .hidden-sm, .container-centered .hidden-sm, .container-fluid .hidden-sm, .xy-grid .hidden-sm {
        display: none !important; }
      .container .visible-sm, .container-centered .visible-sm, .container-fluid .visible-sm, .xy-grid .visible-sm {
        display: initial !important; }
      .container .col-sm-auto, .container-centered .col-sm-auto, .container-fluid .col-sm-auto, .xy-grid .col-sm-auto {
        flex: 1 1 0px;
        width: auto;
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-1, .container-centered .col-sm-1, .container-fluid .col-sm-1, .xy-grid .col-sm-1 {
        width: calc(8.33333% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-2, .container-centered .col-sm-2, .container-fluid .col-sm-2, .xy-grid .col-sm-2 {
        width: calc(16.66667% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-3, .container-centered .col-sm-3, .container-fluid .col-sm-3, .xy-grid .col-sm-3 {
        width: calc(25% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-4, .container-centered .col-sm-4, .container-fluid .col-sm-4, .xy-grid .col-sm-4 {
        width: calc(33.33333% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-5, .container-centered .col-sm-5, .container-fluid .col-sm-5, .xy-grid .col-sm-5 {
        width: calc(41.66667% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-6, .container-centered .col-sm-6, .container-fluid .col-sm-6, .xy-grid .col-sm-6 {
        width: calc(50% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-7, .container-centered .col-sm-7, .container-fluid .col-sm-7, .xy-grid .col-sm-7 {
        width: calc(58.33333% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-8, .container-centered .col-sm-8, .container-fluid .col-sm-8, .xy-grid .col-sm-8 {
        width: calc(66.66667% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-9, .container-centered .col-sm-9, .container-fluid .col-sm-9, .xy-grid .col-sm-9 {
        width: calc(75% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-10, .container-centered .col-sm-10, .container-fluid .col-sm-10, .xy-grid .col-sm-10 {
        width: calc(83.33333% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-11, .container-centered .col-sm-11, .container-fluid .col-sm-11, .xy-grid .col-sm-11 {
        width: calc(91.66667% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .col-sm-12, .container-centered .col-sm-12, .container-fluid .col-sm-12, .xy-grid .col-sm-12 {
        width: calc(100% - 0.625rem);
        margin-right: 0.3125rem;
        margin-left: 0.3125rem; }
      .container .offset-sm-1, .container-centered .offset-sm-1, .container-fluid .offset-sm-1, .xy-grid .offset-sm-1 {
        margin-left: calc(8.33333% + 0.3125rem); }
      .container .offset-sm-2, .container-centered .offset-sm-2, .container-fluid .offset-sm-2, .xy-grid .offset-sm-2 {
        margin-left: calc(16.66667% + 0.3125rem); }
      .container .offset-sm-3, .container-centered .offset-sm-3, .container-fluid .offset-sm-3, .xy-grid .offset-sm-3 {
        margin-left: calc(25% + 0.3125rem); }
      .container .offset-sm-4, .container-centered .offset-sm-4, .container-fluid .offset-sm-4, .xy-grid .offset-sm-4 {
        margin-left: calc(33.33333% + 0.3125rem); }
      .container .offset-sm-5, .container-centered .offset-sm-5, .container-fluid .offset-sm-5, .xy-grid .offset-sm-5 {
        margin-left: calc(41.66667% + 0.3125rem); }
      .container .offset-sm-6, .container-centered .offset-sm-6, .container-fluid .offset-sm-6, .xy-grid .offset-sm-6 {
        margin-left: calc(50% + 0.3125rem); }
      .container .offset-sm-7, .container-centered .offset-sm-7, .container-fluid .offset-sm-7, .xy-grid .offset-sm-7 {
        margin-left: calc(58.33333% + 0.3125rem); }
      .container .offset-sm-8, .container-centered .offset-sm-8, .container-fluid .offset-sm-8, .xy-grid .offset-sm-8 {
        margin-left: calc(66.66667% + 0.3125rem); }
      .container .offset-sm-9, .container-centered .offset-sm-9, .container-fluid .offset-sm-9, .xy-grid .offset-sm-9 {
        margin-left: calc(75% + 0.3125rem); }
      .container .offset-sm-10, .container-centered .offset-sm-10, .container-fluid .offset-sm-10, .xy-grid .offset-sm-10 {
        margin-left: calc(83.33333% + 0.3125rem); }
      .container .offset-sm-11, .container-centered .offset-sm-11, .container-fluid .offset-sm-11, .xy-grid .offset-sm-11 {
        margin-left: calc(91.66667% + 0.3125rem); }
      .container .offset-sm-12, .container-centered .offset-sm-12, .container-fluid .offset-sm-12, .xy-grid .offset-sm-12 {
        margin-left: calc(100% + 0.3125rem); }
      .container .push-sm-1, .container-centered .push-sm-1, .container-fluid .push-sm-1, .xy-grid .push-sm-1 {
        order: 1; }
      .container .push-sm-2, .container-centered .push-sm-2, .container-fluid .push-sm-2, .xy-grid .push-sm-2 {
        order: 2; }
      .container .push-sm-3, .container-centered .push-sm-3, .container-fluid .push-sm-3, .xy-grid .push-sm-3 {
        order: 3; }
      .container .push-sm-4, .container-centered .push-sm-4, .container-fluid .push-sm-4, .xy-grid .push-sm-4 {
        order: 4; }
      .container .push-sm-5, .container-centered .push-sm-5, .container-fluid .push-sm-5, .xy-grid .push-sm-5 {
        order: 5; }
      .container .push-sm-6, .container-centered .push-sm-6, .container-fluid .push-sm-6, .xy-grid .push-sm-6 {
        order: 6; }
      .container .push-sm-7, .container-centered .push-sm-7, .container-fluid .push-sm-7, .xy-grid .push-sm-7 {
        order: 7; }
      .container .push-sm-8, .container-centered .push-sm-8, .container-fluid .push-sm-8, .xy-grid .push-sm-8 {
        order: 8; }
      .container .push-sm-9, .container-centered .push-sm-9, .container-fluid .push-sm-9, .xy-grid .push-sm-9 {
        order: 9; }
      .container .push-sm-10, .container-centered .push-sm-10, .container-fluid .push-sm-10, .xy-grid .push-sm-10 {
        order: 10; }
      .container .push-sm-11, .container-centered .push-sm-11, .container-fluid .push-sm-11, .xy-grid .push-sm-11 {
        order: 11; }
      .container .push-sm-12, .container-centered .push-sm-12, .container-fluid .push-sm-12, .xy-grid .push-sm-12 {
        order: 12; }
      .container .pull-sm-1, .container-centered .pull-sm-1, .container-fluid .pull-sm-1, .xy-grid .pull-sm-1 {
        order: -1; }
      .container .pull-sm-2, .container-centered .pull-sm-2, .container-fluid .pull-sm-2, .xy-grid .pull-sm-2 {
        order: -2; }
      .container .pull-sm-3, .container-centered .pull-sm-3, .container-fluid .pull-sm-3, .xy-grid .pull-sm-3 {
        order: -3; }
      .container .pull-sm-4, .container-centered .pull-sm-4, .container-fluid .pull-sm-4, .xy-grid .pull-sm-4 {
        order: -4; }
      .container .pull-sm-5, .container-centered .pull-sm-5, .container-fluid .pull-sm-5, .xy-grid .pull-sm-5 {
        order: -5; }
      .container .pull-sm-6, .container-centered .pull-sm-6, .container-fluid .pull-sm-6, .xy-grid .pull-sm-6 {
        order: -6; }
      .container .pull-sm-7, .container-centered .pull-sm-7, .container-fluid .pull-sm-7, .xy-grid .pull-sm-7 {
        order: -7; }
      .container .pull-sm-8, .container-centered .pull-sm-8, .container-fluid .pull-sm-8, .xy-grid .pull-sm-8 {
        order: -8; }
      .container .pull-sm-9, .container-centered .pull-sm-9, .container-fluid .pull-sm-9, .xy-grid .pull-sm-9 {
        order: -9; }
      .container .pull-sm-10, .container-centered .pull-sm-10, .container-fluid .pull-sm-10, .xy-grid .pull-sm-10 {
        order: -10; }
      .container .pull-sm-11, .container-centered .pull-sm-11, .container-fluid .pull-sm-11, .xy-grid .pull-sm-11 {
        order: -11; }
      .container .pull-sm-12, .container-centered .pull-sm-12, .container-fluid .pull-sm-12, .xy-grid .pull-sm-12 {
        order: -12; } }
  @media screen and (min-width: 1024px) {
    .container, .container-centered, .container-fluid, .xy-grid {
      /* Large and up */ }
      .container .col-lg-auto, .container-centered .col-lg-auto, .container-fluid .col-lg-auto, .xy-grid .col-lg-auto {
        flex: 1 1 0px;
        width: auto;
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-1, .container-centered .col-lg-1, .container-fluid .col-lg-1, .xy-grid .col-lg-1 {
        width: calc(8.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-2, .container-centered .col-lg-2, .container-fluid .col-lg-2, .xy-grid .col-lg-2 {
        width: calc(16.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-3, .container-centered .col-lg-3, .container-fluid .col-lg-3, .xy-grid .col-lg-3 {
        width: calc(25% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-4, .container-centered .col-lg-4, .container-fluid .col-lg-4, .xy-grid .col-lg-4 {
        width: calc(33.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-5, .container-centered .col-lg-5, .container-fluid .col-lg-5, .xy-grid .col-lg-5 {
        width: calc(41.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-6, .container-centered .col-lg-6, .container-fluid .col-lg-6, .xy-grid .col-lg-6 {
        width: calc(50% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-7, .container-centered .col-lg-7, .container-fluid .col-lg-7, .xy-grid .col-lg-7 {
        width: calc(58.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-8, .container-centered .col-lg-8, .container-fluid .col-lg-8, .xy-grid .col-lg-8 {
        width: calc(66.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-9, .container-centered .col-lg-9, .container-fluid .col-lg-9, .xy-grid .col-lg-9 {
        width: calc(75% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-10, .container-centered .col-lg-10, .container-fluid .col-lg-10, .xy-grid .col-lg-10 {
        width: calc(83.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-11, .container-centered .col-lg-11, .container-fluid .col-lg-11, .xy-grid .col-lg-11 {
        width: calc(91.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-lg-12, .container-centered .col-lg-12, .container-fluid .col-lg-12, .xy-grid .col-lg-12 {
        width: calc(100% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .offset-lg-1, .container-centered .offset-lg-1, .container-fluid .offset-lg-1, .xy-grid .offset-lg-1 {
        margin-left: calc(8.33333% + 0.3125rem); }
      .container .offset-lg-2, .container-centered .offset-lg-2, .container-fluid .offset-lg-2, .xy-grid .offset-lg-2 {
        margin-left: calc(16.66667% + 0.3125rem); }
      .container .offset-lg-3, .container-centered .offset-lg-3, .container-fluid .offset-lg-3, .xy-grid .offset-lg-3 {
        margin-left: calc(25% + 0.3125rem); }
      .container .offset-lg-4, .container-centered .offset-lg-4, .container-fluid .offset-lg-4, .xy-grid .offset-lg-4 {
        margin-left: calc(33.33333% + 0.3125rem); }
      .container .offset-lg-5, .container-centered .offset-lg-5, .container-fluid .offset-lg-5, .xy-grid .offset-lg-5 {
        margin-left: calc(41.66667% + 0.3125rem); }
      .container .offset-lg-6, .container-centered .offset-lg-6, .container-fluid .offset-lg-6, .xy-grid .offset-lg-6 {
        margin-left: calc(50% + 0.3125rem); }
      .container .offset-lg-7, .container-centered .offset-lg-7, .container-fluid .offset-lg-7, .xy-grid .offset-lg-7 {
        margin-left: calc(58.33333% + 0.3125rem); }
      .container .offset-lg-8, .container-centered .offset-lg-8, .container-fluid .offset-lg-8, .xy-grid .offset-lg-8 {
        margin-left: calc(66.66667% + 0.3125rem); }
      .container .offset-lg-9, .container-centered .offset-lg-9, .container-fluid .offset-lg-9, .xy-grid .offset-lg-9 {
        margin-left: calc(75% + 0.3125rem); }
      .container .offset-lg-10, .container-centered .offset-lg-10, .container-fluid .offset-lg-10, .xy-grid .offset-lg-10 {
        margin-left: calc(83.33333% + 0.3125rem); }
      .container .offset-lg-11, .container-centered .offset-lg-11, .container-fluid .offset-lg-11, .xy-grid .offset-lg-11 {
        margin-left: calc(91.66667% + 0.3125rem); }
      .container .offset-lg-12, .container-centered .offset-lg-12, .container-fluid .offset-lg-12, .xy-grid .offset-lg-12 {
        margin-left: calc(100% + 0.3125rem); }
      .container .push-lg-1, .container-centered .push-lg-1, .container-fluid .push-lg-1, .xy-grid .push-lg-1 {
        order: 1; }
      .container .push-lg-2, .container-centered .push-lg-2, .container-fluid .push-lg-2, .xy-grid .push-lg-2 {
        order: 2; }
      .container .push-lg-3, .container-centered .push-lg-3, .container-fluid .push-lg-3, .xy-grid .push-lg-3 {
        order: 3; }
      .container .push-lg-4, .container-centered .push-lg-4, .container-fluid .push-lg-4, .xy-grid .push-lg-4 {
        order: 4; }
      .container .push-lg-5, .container-centered .push-lg-5, .container-fluid .push-lg-5, .xy-grid .push-lg-5 {
        order: 5; }
      .container .push-lg-6, .container-centered .push-lg-6, .container-fluid .push-lg-6, .xy-grid .push-lg-6 {
        order: 6; }
      .container .push-lg-7, .container-centered .push-lg-7, .container-fluid .push-lg-7, .xy-grid .push-lg-7 {
        order: 7; }
      .container .push-lg-8, .container-centered .push-lg-8, .container-fluid .push-lg-8, .xy-grid .push-lg-8 {
        order: 8; }
      .container .push-lg-9, .container-centered .push-lg-9, .container-fluid .push-lg-9, .xy-grid .push-lg-9 {
        order: 9; }
      .container .push-lg-10, .container-centered .push-lg-10, .container-fluid .push-lg-10, .xy-grid .push-lg-10 {
        order: 10; }
      .container .push-lg-11, .container-centered .push-lg-11, .container-fluid .push-lg-11, .xy-grid .push-lg-11 {
        order: 11; }
      .container .push-lg-12, .container-centered .push-lg-12, .container-fluid .push-lg-12, .xy-grid .push-lg-12 {
        order: 12; }
      .container .pull-lg-1, .container-centered .pull-lg-1, .container-fluid .pull-lg-1, .xy-grid .pull-lg-1 {
        order: -1; }
      .container .pull-lg-2, .container-centered .pull-lg-2, .container-fluid .pull-lg-2, .xy-grid .pull-lg-2 {
        order: -2; }
      .container .pull-lg-3, .container-centered .pull-lg-3, .container-fluid .pull-lg-3, .xy-grid .pull-lg-3 {
        order: -3; }
      .container .pull-lg-4, .container-centered .pull-lg-4, .container-fluid .pull-lg-4, .xy-grid .pull-lg-4 {
        order: -4; }
      .container .pull-lg-5, .container-centered .pull-lg-5, .container-fluid .pull-lg-5, .xy-grid .pull-lg-5 {
        order: -5; }
      .container .pull-lg-6, .container-centered .pull-lg-6, .container-fluid .pull-lg-6, .xy-grid .pull-lg-6 {
        order: -6; }
      .container .pull-lg-7, .container-centered .pull-lg-7, .container-fluid .pull-lg-7, .xy-grid .pull-lg-7 {
        order: -7; }
      .container .pull-lg-8, .container-centered .pull-lg-8, .container-fluid .pull-lg-8, .xy-grid .pull-lg-8 {
        order: -8; }
      .container .pull-lg-9, .container-centered .pull-lg-9, .container-fluid .pull-lg-9, .xy-grid .pull-lg-9 {
        order: -9; }
      .container .pull-lg-10, .container-centered .pull-lg-10, .container-fluid .pull-lg-10, .xy-grid .pull-lg-10 {
        order: -10; }
      .container .pull-lg-11, .container-centered .pull-lg-11, .container-fluid .pull-lg-11, .xy-grid .pull-lg-11 {
        order: -11; }
      .container .pull-lg-12, .container-centered .pull-lg-12, .container-fluid .pull-lg-12, .xy-grid .pull-lg-12 {
        order: -12; } }
  @media screen and (min-width: 1200px) {
    .container, .container-centered, .container-fluid, .xy-grid {
      /* Extra large and up */ }
      .container .col-xl-auto, .container-centered .col-xl-auto, .container-fluid .col-xl-auto, .xy-grid .col-xl-auto {
        flex: 1 1 0px;
        width: auto;
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-1, .container-centered .col-xl-1, .container-fluid .col-xl-1, .xy-grid .col-xl-1 {
        width: calc(8.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-2, .container-centered .col-xl-2, .container-fluid .col-xl-2, .xy-grid .col-xl-2 {
        width: calc(16.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-3, .container-centered .col-xl-3, .container-fluid .col-xl-3, .xy-grid .col-xl-3 {
        width: calc(25% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-4, .container-centered .col-xl-4, .container-fluid .col-xl-4, .xy-grid .col-xl-4 {
        width: calc(33.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-5, .container-centered .col-xl-5, .container-fluid .col-xl-5, .xy-grid .col-xl-5 {
        width: calc(41.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-6, .container-centered .col-xl-6, .container-fluid .col-xl-6, .xy-grid .col-xl-6 {
        width: calc(50% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-7, .container-centered .col-xl-7, .container-fluid .col-xl-7, .xy-grid .col-xl-7 {
        width: calc(58.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-8, .container-centered .col-xl-8, .container-fluid .col-xl-8, .xy-grid .col-xl-8 {
        width: calc(66.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-9, .container-centered .col-xl-9, .container-fluid .col-xl-9, .xy-grid .col-xl-9 {
        width: calc(75% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-10, .container-centered .col-xl-10, .container-fluid .col-xl-10, .xy-grid .col-xl-10 {
        width: calc(83.33333% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-11, .container-centered .col-xl-11, .container-fluid .col-xl-11, .xy-grid .col-xl-11 {
        width: calc(91.66667% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .col-xl-12, .container-centered .col-xl-12, .container-fluid .col-xl-12, .xy-grid .col-xl-12 {
        width: calc(100% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
      .container .offset-xl-1, .container-centered .offset-xl-1, .container-fluid .offset-xl-1, .xy-grid .offset-xl-1 {
        margin-left: calc(8.33333% + 0.3125rem); }
      .container .offset-xl-2, .container-centered .offset-xl-2, .container-fluid .offset-xl-2, .xy-grid .offset-xl-2 {
        margin-left: calc(16.66667% + 0.3125rem); }
      .container .offset-xl-3, .container-centered .offset-xl-3, .container-fluid .offset-xl-3, .xy-grid .offset-xl-3 {
        margin-left: calc(25% + 0.3125rem); }
      .container .offset-xl-4, .container-centered .offset-xl-4, .container-fluid .offset-xl-4, .xy-grid .offset-xl-4 {
        margin-left: calc(33.33333% + 0.3125rem); }
      .container .offset-xl-5, .container-centered .offset-xl-5, .container-fluid .offset-xl-5, .xy-grid .offset-xl-5 {
        margin-left: calc(41.66667% + 0.3125rem); }
      .container .offset-xl-6, .container-centered .offset-xl-6, .container-fluid .offset-xl-6, .xy-grid .offset-xl-6 {
        margin-left: calc(50% + 0.3125rem); }
      .container .offset-xl-7, .container-centered .offset-xl-7, .container-fluid .offset-xl-7, .xy-grid .offset-xl-7 {
        margin-left: calc(58.33333% + 0.3125rem); }
      .container .offset-xl-8, .container-centered .offset-xl-8, .container-fluid .offset-xl-8, .xy-grid .offset-xl-8 {
        margin-left: calc(66.66667% + 0.3125rem); }
      .container .offset-xl-9, .container-centered .offset-xl-9, .container-fluid .offset-xl-9, .xy-grid .offset-xl-9 {
        margin-left: calc(75% + 0.3125rem); }
      .container .offset-xl-10, .container-centered .offset-xl-10, .container-fluid .offset-xl-10, .xy-grid .offset-xl-10 {
        margin-left: calc(83.33333% + 0.3125rem); }
      .container .offset-xl-11, .container-centered .offset-xl-11, .container-fluid .offset-xl-11, .xy-grid .offset-xl-11 {
        margin-left: calc(91.66667% + 0.3125rem); }
      .container .offset-xl-12, .container-centered .offset-xl-12, .container-fluid .offset-xl-12, .xy-grid .offset-xl-12 {
        margin-left: calc(100% + 0.3125rem); }
      .container .push-xl-1, .container-centered .push-xl-1, .container-fluid .push-xl-1, .xy-grid .push-xl-1 {
        order: 1; }
      .container .push-xl-2, .container-centered .push-xl-2, .container-fluid .push-xl-2, .xy-grid .push-xl-2 {
        order: 2; }
      .container .push-xl-3, .container-centered .push-xl-3, .container-fluid .push-xl-3, .xy-grid .push-xl-3 {
        order: 3; }
      .container .push-xl-4, .container-centered .push-xl-4, .container-fluid .push-xl-4, .xy-grid .push-xl-4 {
        order: 4; }
      .container .push-xl-5, .container-centered .push-xl-5, .container-fluid .push-xl-5, .xy-grid .push-xl-5 {
        order: 5; }
      .container .push-xl-6, .container-centered .push-xl-6, .container-fluid .push-xl-6, .xy-grid .push-xl-6 {
        order: 6; }
      .container .push-xl-7, .container-centered .push-xl-7, .container-fluid .push-xl-7, .xy-grid .push-xl-7 {
        order: 7; }
      .container .push-xl-8, .container-centered .push-xl-8, .container-fluid .push-xl-8, .xy-grid .push-xl-8 {
        order: 8; }
      .container .push-xl-9, .container-centered .push-xl-9, .container-fluid .push-xl-9, .xy-grid .push-xl-9 {
        order: 9; }
      .container .push-xl-10, .container-centered .push-xl-10, .container-fluid .push-xl-10, .xy-grid .push-xl-10 {
        order: 10; }
      .container .push-xl-11, .container-centered .push-xl-11, .container-fluid .push-xl-11, .xy-grid .push-xl-11 {
        order: 11; }
      .container .push-xl-12, .container-centered .push-xl-12, .container-fluid .push-xl-12, .xy-grid .push-xl-12 {
        order: 12; }
      .container .pull-xl-1, .container-centered .pull-xl-1, .container-fluid .pull-xl-1, .xy-grid .pull-xl-1 {
        order: -1; }
      .container .pull-xl-2, .container-centered .pull-xl-2, .container-fluid .pull-xl-2, .xy-grid .pull-xl-2 {
        order: -2; }
      .container .pull-xl-3, .container-centered .pull-xl-3, .container-fluid .pull-xl-3, .xy-grid .pull-xl-3 {
        order: -3; }
      .container .pull-xl-4, .container-centered .pull-xl-4, .container-fluid .pull-xl-4, .xy-grid .pull-xl-4 {
        order: -4; }
      .container .pull-xl-5, .container-centered .pull-xl-5, .container-fluid .pull-xl-5, .xy-grid .pull-xl-5 {
        order: -5; }
      .container .pull-xl-6, .container-centered .pull-xl-6, .container-fluid .pull-xl-6, .xy-grid .pull-xl-6 {
        order: -6; }
      .container .pull-xl-7, .container-centered .pull-xl-7, .container-fluid .pull-xl-7, .xy-grid .pull-xl-7 {
        order: -7; }
      .container .pull-xl-8, .container-centered .pull-xl-8, .container-fluid .pull-xl-8, .xy-grid .pull-xl-8 {
        order: -8; }
      .container .pull-xl-9, .container-centered .pull-xl-9, .container-fluid .pull-xl-9, .xy-grid .pull-xl-9 {
        order: -9; }
      .container .pull-xl-10, .container-centered .pull-xl-10, .container-fluid .pull-xl-10, .xy-grid .pull-xl-10 {
        order: -10; }
      .container .pull-xl-11, .container-centered .pull-xl-11, .container-fluid .pull-xl-11, .xy-grid .pull-xl-11 {
        order: -11; }
      .container .pull-xl-12, .container-centered .pull-xl-12, .container-fluid .pull-xl-12, .xy-grid .pull-xl-12 {
        order: -12; } }

.text-normal {
  font-weight: normal !important; }

.text-bold, label.form-row-label {
  font-weight: bold !important; }

.text-italic, .history-item .history-item-date, .transaction-note .note-date, .transaction-note .note-content {
  font-style: italic !important; }

.text-oblique {
  font-style: oblique !important; }

.text-underline {
  text-decoration: underline !important; }

.text-strikethrough {
  text-decoration: line-through !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-small-caps {
  font-variant: small-caps !important; }

.text-title-case {
  text-transform: lowercase; }
  .text-title-case::first-letter {
    text-transform: uppercase; }

.text-xlarge {
  font-size: 1.4rem; }

.text-large {
  font-size: 1.2rem; }

.text-medium {
  font-size: 1.0rem; }

.text-small, form .form-group.required > label:after, form .input-group.required > label:after, form .form-row.required > label:after {
  font-size: 0.8rem; }

.text-xs {
  font-size: 0.6rem; }

.code-block {
  padding: 18px 12px;
  background-color: #f1f1f1;
  font-family: monospace; }

.h1, .h2, .history-item .history-item-date, .h3, .h4, .h5, .h6 {
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  vertical-align: middle; }
  .h1-block, .h2-block, .h3-block, .h4-block, .h5-block, .h6-block {
    display: block; }
  .h1-inline-block, .h2-inline-block, .h3-inline-block, .h4-inline-block, .h5-inline-block, .h6-inline-block {
    display: inline-block; }
  .h1-inline, .h2-inline, .h3-inline, .h4-inline, .h5-inline, .h6-inline {
    display: inline; }

.h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em; }

.h2, .history-item .history-item-date {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em; }

.h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em; }

.h4 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em; }

.h5 {
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em; }

.h6 {
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em; }

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #212529; }

.text-default {
  color: #D3D3D3 !important; }
  .text-default a {
    color: #D3D3D3 !important; }

.text-primary, .history-item .history-item-date {
  color: #C20005 !important; }
  .text-primary a, .history-item .history-item-date a {
    color: #C20005 !important; }

.text-secondary, .line-item-header-secondary {
  color: #707500 !important; }
  .text-secondary a, .line-item-header-secondary a {
    color: #707500 !important; }

.text-disabled {
  color: #696969 !important; }
  .text-disabled a {
    color: #696969 !important; }

.text-success {
  color: #28a745 !important; }
  .text-success a {
    color: #28a745 !important; }

.text-danger, form .form-group.required > label:before, form .input-group.required > label:before, form .form-row.required > label:before, form .form-group.required > label:after, form .input-group.required > label:after, form .form-row.required > label:after, form .errors span.error-message:before, form ul.errors > li:before, form ul:not(.errors) li.list-item-error:before {
  color: #8B0000 !important; }
  .text-danger a, form .form-group.required > label:before a, form .input-group.required > label:before a, form .form-row.required > label:before a, form .form-group.required > label:after a, form .input-group.required > label:after a, form .form-row.required > label:after a, form .errors span.error-message:before a, form ul.errors > li:before a, form ul:not(.errors) li.list-item-error:before a {
    color: #8B0000 !important; }

.text-warning, .input-changed-tooltip-alert:before {
  color: #ffb509 !important; }
  .text-warning a, .input-changed-tooltip-alert:before a {
    color: #ffb509 !important; }

.text-info, form ul.info > li:before {
  color: #17a2b8 !important; }
  .text-info a, form ul.info > li:before a {
    color: #17a2b8 !important; }

.text-light {
  color: #f2f2f2 !important; }
  .text-light a {
    color: #f2f2f2 !important; }

.text-near-white {
  color: #f1f1f1 !important; }
  .text-near-white a {
    color: #f1f1f1 !important; }

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

.text-black {
  color: #000000 !important; }
  .text-black a {
    color: #000000 !important; }

.text-dark {
  color: #222222 !important; }
  .text-dark a {
    color: #222222 !important; }

.text-dark-gray {
  color: #A9A9A9 !important; }
  .text-dark-gray a {
    color: #A9A9A9 !important; }

.text-internal-only {
  color: #b09e05 !important; }
  .text-internal-only a {
    color: #b09e05 !important; }

.text-default {
  color: #000000 !important; }
  .text-default a, .text-default a.text-default {
    color: #000000 !important; }

.relative {
  position: relative; }

.sticky-top {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0px;
  z-index: 99; }

.inline {
  display: inline; }

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

.block {
  display: block; }

.flex {
  display: flex; }

.hide {
  display: none !important; }

@media screen and (min-width: 1200px) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .hide-for-large {
    display: none !important; } }

.w-100 {
  width: 100%; }

.w-75 {
  width: 75%; }

.w-50 {
  width: 50%; }

.w-25 {
  width: 25%; }

.h-100 {
  height: 100vh; }

.h-75 {
  height: 75vh; }

.h-50 {
  height: 50vh; }

.h-25 {
  height: 25vh; }

.h-15 {
  height: 15vh; }

.float-right {
  float: right; }

.float-left {
  float: left; }

*[class*="float-"]:after::after {
  display: block;
  content: "";
  clear: both; }

.align-left, .input-group, .input-group input[type="radio"], form.form-inline .input-group-inline input[type="radio"], form[class*="form-inline"] .form-group [class*="input-group-inline"] input[type="radio"],
form[class*="form-inline"] .input-group [class*="input-group-inline"] input[type="radio"],
.form-group [class*="input-group-inline"] input[type="radio"], .input-group [class*="input-group-inline"] input[type="radio"] {
  text-align: left; }

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

.align-right, form.form-inline .form-row label.form-row-label, .transaction-note .note-date {
  text-align: right; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.align-baseline {
  vertical-align: baseline; }

.fraction {
  font-feature-settings: frac; }

@supports (font-variant-numeric: diagonal-fractions) {
  .fraction {
    font-feature-settings: frac;
    font-variant-numeric: diagonal-fractions; } }

.bg-default[class] {
  background-color: rgba(211, 211, 211, 0.9) !important; }
  .bg-default[class].auto-color-text {
    color: #000000; }

.dx-selection.bg-default[class] td[class*="dx-cell"] {
  color: #000000;
  background-color: rgba(211, 211, 211, 0.9) !important;
  background-color: #bababa; }
  .dx-selection.bg-default[class] td[class*="dx-cell"]:hover {
    background-color: #e0e0e0; }
  .dx-selection.bg-default[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-default[class] td[class*="dx-cell"].disabled, .dx-selection.bg-default[class] td[class*="dx-cell"][disabled] {
    color: rgba(0, 0, 0, 0.4);
    background-color: #ededed; }

header.sticky-top.scroll-shrink.shrink.bg-default {
  background-color: rgba(211, 211, 211, 0.97); }

.bg-primary[class] {
  background-color: rgba(194, 0, 5, 0.9) !important; }
  .bg-primary[class].auto-color-text {
    color: #FFFFFF; }

.dx-selection.bg-primary[class] td[class*="dx-cell"] {
  color: #FFFFFF;
  background-color: rgba(194, 0, 5, 0.9) !important;
  background-color: #8f0004; }
  .dx-selection.bg-primary[class] td[class*="dx-cell"]:hover {
    background-color: #dc0006; }
  .dx-selection.bg-primary[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-primary[class] td[class*="dx-cell"].disabled, .dx-selection.bg-primary[class] td[class*="dx-cell"][disabled] {
    color: rgba(255, 255, 255, 0.4);
    background-color: #e90c12; }

header.sticky-top.scroll-shrink.shrink.bg-primary {
  background-color: rgba(194, 0, 5, 0.97); }

.bg-secondary[class] {
  background-color: rgba(112, 117, 0, 0.9) !important; }
  .bg-secondary[class].auto-color-text {
    color: #FFFFFF; }

.dx-selection.bg-secondary[class] td[class*="dx-cell"] {
  color: #FFFFFF;
  background-color: rgba(112, 117, 0, 0.9) !important;
  background-color: #3f4200; }
  .dx-selection.bg-secondary[class] td[class*="dx-cell"]:hover {
    background-color: #888f00; }
  .dx-selection.bg-secondary[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-secondary[class] td[class*="dx-cell"].disabled, .dx-selection.bg-secondary[class] td[class*="dx-cell"][disabled] {
    color: rgba(255, 255, 255, 0.4);
    background-color: #99a008; }

header.sticky-top.scroll-shrink.shrink.bg-secondary {
  background-color: rgba(112, 117, 0, 0.97); }

.bg-disabled[class] {
  background-color: rgba(105, 105, 105, 0.9) !important; }
  .bg-disabled[class].auto-color-text {
    color: #FFFFFF; }

.dx-selection.bg-disabled[class] td[class*="dx-cell"] {
  color: #FFFFFF;
  background-color: rgba(105, 105, 105, 0.9) !important;
  background-color: #505050; }
  .dx-selection.bg-disabled[class] td[class*="dx-cell"]:hover {
    background-color: #767676; }
  .dx-selection.bg-disabled[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-disabled[class] td[class*="dx-cell"].disabled, .dx-selection.bg-disabled[class] td[class*="dx-cell"][disabled] {
    color: rgba(255, 255, 255, 0.4);
    background-color: #838383; }

header.sticky-top.scroll-shrink.shrink.bg-disabled {
  background-color: rgba(105, 105, 105, 0.97); }

.bg-success[class] {
  background-color: rgba(40, 167, 69, 0.9) !important; }
  .bg-success[class].auto-color-text {
    color: #FFFFFF; }

.dx-selection.bg-success[class] td[class*="dx-cell"] {
  color: #FFFFFF;
  background-color: rgba(40, 167, 69, 0.9) !important;
  background-color: #1e7e34; }
  .dx-selection.bg-success[class] td[class*="dx-cell"]:hover {
    background-color: #2dbc4e; }
  .dx-selection.bg-success[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-success[class] td[class*="dx-cell"].disabled, .dx-selection.bg-success[class] td[class*="dx-cell"][disabled] {
    color: rgba(255, 255, 255, 0.4);
    background-color: #40c25e; }

header.sticky-top.scroll-shrink.shrink.bg-success {
  background-color: rgba(40, 167, 69, 0.97); }

.bg-danger[class] {
  background-color: rgba(139, 0, 0, 0.9) !important; }
  .bg-danger[class].auto-color-text {
    color: #FFFFFF; }

.dx-selection.bg-danger[class] td[class*="dx-cell"] {
  color: #FFFFFF;
  background-color: rgba(139, 0, 0, 0.9) !important;
  background-color: #580000; }
  .dx-selection.bg-danger[class] td[class*="dx-cell"]:hover {
    background-color: #a50000; }
  .dx-selection.bg-danger[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-danger[class] td[class*="dx-cell"].disabled, .dx-selection.bg-danger[class] td[class*="dx-cell"][disabled] {
    color: rgba(255, 255, 255, 0.4);
    background-color: #b50a0a; }

header.sticky-top.scroll-shrink.shrink.bg-danger {
  background-color: rgba(139, 0, 0, 0.97); }

.bg-warning[class] {
  background-color: rgba(255, 181, 9, 0.9) !important; }
  .bg-warning[class].auto-color-text {
    color: #000000; }

.dx-selection.bg-warning[class] td[class*="dx-cell"] {
  color: #000000;
  background-color: rgba(255, 181, 9, 0.9) !important;
  background-color: #d59500; }
  .dx-selection.bg-warning[class] td[class*="dx-cell"]:hover {
    background-color: #ffbd23; }
  .dx-selection.bg-warning[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-warning[class] td[class*="dx-cell"].disabled, .dx-selection.bg-warning[class] td[class*="dx-cell"][disabled] {
    color: rgba(0, 0, 0, 0.4);
    background-color: #f5c046; }

header.sticky-top.scroll-shrink.shrink.bg-warning {
  background-color: rgba(255, 181, 9, 0.97); }

.bg-info[class] {
  background-color: rgba(23, 162, 184, 0.9) !important; }
  .bg-info[class].auto-color-text {
    color: #FFFFFF; }

.dx-selection.bg-info[class] td[class*="dx-cell"] {
  color: #FFFFFF;
  background-color: rgba(23, 162, 184, 0.9) !important;
  background-color: #117a8b; }
  .dx-selection.bg-info[class] td[class*="dx-cell"]:hover {
    background-color: #1ab6cf; }
  .dx-selection.bg-info[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-info[class] td[class*="dx-cell"].disabled, .dx-selection.bg-info[class] td[class*="dx-cell"][disabled] {
    color: rgba(255, 255, 255, 0.4);
    background-color: #2cbfd6; }

header.sticky-top.scroll-shrink.shrink.bg-info {
  background-color: rgba(23, 162, 184, 0.97); }

.bg-light[class] {
  background-color: rgba(242, 242, 242, 0.9) !important; }
  .bg-light[class].auto-color-text {
    color: #000000; }

.dx-selection.bg-light[class] td[class*="dx-cell"] {
  color: #000000;
  background-color: rgba(242, 242, 242, 0.9) !important;
  background-color: #d8d8d8; }
  .dx-selection.bg-light[class] td[class*="dx-cell"]:hover {
    background-color: #fefefe; }
  .dx-selection.bg-light[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-light[class] td[class*="dx-cell"].disabled, .dx-selection.bg-light[class] td[class*="dx-cell"][disabled] {
    color: rgba(0, 0, 0, 0.4);
    background-color: white; }

header.sticky-top.scroll-shrink.shrink.bg-light {
  background-color: rgba(242, 242, 242, 0.97); }

.bg-near-white[class] {
  background-color: rgba(241, 241, 241, 0.9) !important; }
  .bg-near-white[class].auto-color-text {
    color: #000000; }

.dx-selection.bg-near-white[class] td[class*="dx-cell"] {
  color: #000000;
  background-color: rgba(241, 241, 241, 0.9) !important;
  background-color: #d8d8d8; }
  .dx-selection.bg-near-white[class] td[class*="dx-cell"]:hover {
    background-color: #fefefe; }
  .dx-selection.bg-near-white[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-near-white[class] td[class*="dx-cell"].disabled, .dx-selection.bg-near-white[class] td[class*="dx-cell"][disabled] {
    color: rgba(0, 0, 0, 0.4);
    background-color: white; }

header.sticky-top.scroll-shrink.shrink.bg-near-white {
  background-color: rgba(241, 241, 241, 0.97); }

.bg-white[class] {
  background-color: rgba(255, 255, 255, 0.9) !important; }
  .bg-white[class].auto-color-text {
    color: #000000; }

.dx-selection.bg-white[class] td[class*="dx-cell"] {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.9) !important;
  background-color: #d9d9d9; }
  .dx-selection.bg-white[class] td[class*="dx-cell"]:hover {
    background-color: #f2f2f2; }
  .dx-selection.bg-white[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-white[class] td[class*="dx-cell"].disabled, .dx-selection.bg-white[class] td[class*="dx-cell"][disabled] {
    color: rgba(0, 0, 0, 0.4);
    background-color: #f9f9f9; }

header.sticky-top.scroll-shrink.shrink.bg-white {
  background-color: rgba(255, 255, 255, 0.97); }

.bg-black[class] {
  background-color: rgba(0, 0, 0, 0.9) !important; }
  .bg-black[class].auto-color-text {
    color: #FFFFFF; }

.dx-selection.bg-black[class] td[class*="dx-cell"] {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.9) !important;
  background-color: black; }
  .dx-selection.bg-black[class] td[class*="dx-cell"]:hover {
    background-color: #0d0d0d; }
  .dx-selection.bg-black[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-black[class] td[class*="dx-cell"].disabled, .dx-selection.bg-black[class] td[class*="dx-cell"][disabled] {
    color: rgba(255, 255, 255, 0.4);
    background-color: #1a1a1a; }

header.sticky-top.scroll-shrink.shrink.bg-black {
  background-color: rgba(0, 0, 0, 0.97); }

.bg-dark[class] {
  background-color: rgba(34, 34, 34, 0.9) !important; }
  .bg-dark[class].auto-color-text {
    color: #FFFFFF; }

.dx-selection.bg-dark[class] td[class*="dx-cell"] {
  color: #FFFFFF;
  background-color: rgba(34, 34, 34, 0.9) !important;
  background-color: #090909; }
  .dx-selection.bg-dark[class] td[class*="dx-cell"]:hover {
    background-color: #2f2f2f; }
  .dx-selection.bg-dark[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-dark[class] td[class*="dx-cell"].disabled, .dx-selection.bg-dark[class] td[class*="dx-cell"][disabled] {
    color: rgba(255, 255, 255, 0.4);
    background-color: #3c3c3c; }

header.sticky-top.scroll-shrink.shrink.bg-dark {
  background-color: rgba(34, 34, 34, 0.97); }

.bg-dark-gray[class] {
  background-color: rgba(169, 169, 169, 0.9) !important; }
  .bg-dark-gray[class].auto-color-text {
    color: #000000; }

.dx-selection.bg-dark-gray[class] td[class*="dx-cell"] {
  color: #000000;
  background-color: rgba(169, 169, 169, 0.9) !important;
  background-color: #909090; }
  .dx-selection.bg-dark-gray[class] td[class*="dx-cell"]:hover {
    background-color: #b6b6b6; }
  .dx-selection.bg-dark-gray[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-dark-gray[class] td[class*="dx-cell"].disabled, .dx-selection.bg-dark-gray[class] td[class*="dx-cell"][disabled] {
    color: rgba(0, 0, 0, 0.4);
    background-color: #c3c3c3; }

header.sticky-top.scroll-shrink.shrink.bg-dark-gray {
  background-color: rgba(169, 169, 169, 0.97); }

.bg-internal-only[class] {
  background-color: rgba(176, 158, 5, 0.9) !important; }
  .bg-internal-only[class].auto-color-text {
    color: #FFFFFF; }

.dx-selection.bg-internal-only[class] td[class*="dx-cell"] {
  color: #FFFFFF;
  background-color: rgba(176, 158, 5, 0.9) !important;
  background-color: #7e7104; }
  .dx-selection.bg-internal-only[class] td[class*="dx-cell"]:hover {
    background-color: #c9b406; }
  .dx-selection.bg-internal-only[class] td[class*="dx-cell"]:disabled, .dx-selection.bg-internal-only[class] td[class*="dx-cell"].disabled, .dx-selection.bg-internal-only[class] td[class*="dx-cell"][disabled] {
    color: rgba(255, 255, 255, 0.4);
    background-color: #d6c112; }

header.sticky-top.scroll-shrink.shrink.bg-internal-only {
  background-color: rgba(176, 158, 5, 0.97); }

header.sticky-top.scroll-shrink.shrink.bg-light {
  background-color: rgba(255, 255, 255, 0.97); }
  header.sticky-top.scroll-shrink.shrink.bg-light.auto-color-text {
    color: #000000; }

.text-small, form .form-group.required > label:after, form .input-group.required > label:after, form .form-row.required > label:after {
  font-size: 0.8rem; }

.hero-panel {
  width: 60%;
  margin: 4rem auto; }
  @media screen and (max-width: 9999px) {
    .hero-panel {
      width: 70%; } }
  @media screen and (max-width: 1199px) {
    .hero-panel {
      width: 80%; } }
  @media screen and (max-width: 1023px) {
    .hero-panel {
      width: 90%; } }
  @media screen and (max-width: 639px) {
    .hero-panel {
      width: 100%; } }
  .hero-panel > h1 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    font-weight: bolder; }
  .hero-panel p {
    line-height: 1.8rem;
    letter-spacing: .08rem; }

.border-right, .border-left, .border-x, .border-y {
  border-style: solid;
  border-color: rgba(34, 34, 34, 0.4); }

.border {
  border-style: solid;
  border-color: rgba(34, 34, 34, 0.4);
  border-width: 1px; }

.border-top, .line-item-footer {
  border-top-style: solid;
  border-top-color: rgba(34, 34, 34, 0.4);
  border-top-width: 1px; }

.border-right {
  border-right-width: 1px; }

.border-bottom, .line-item-footer, .internal-link {
  border-bottom-style: solid;
  border-bottom-color: rgba(34, 34, 34, 0.4);
  border-bottom-width: 1px; }

.border-left {
  border-left-width: 1px; }

.border-x {
  border-left-width: 1px;
  border-right-width: 1px; }

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px; }

.border-none {
  border: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px; }

.border-default {
  border-color: rgba(211, 211, 211, 0.4) !important; }

.border-primary, .line-item-footer {
  border-color: rgba(194, 0, 5, 0.4) !important; }

.border-secondary {
  border-color: rgba(112, 117, 0, 0.4) !important; }

.border-disabled {
  border-color: rgba(105, 105, 105, 0.4) !important; }

.border-success {
  border-color: rgba(40, 167, 69, 0.4) !important; }

.border-danger {
  border-color: rgba(139, 0, 0, 0.4) !important; }

.border-warning {
  border-color: rgba(255, 181, 9, 0.4) !important; }

.border-info {
  border-color: rgba(23, 162, 184, 0.4) !important; }

.border-light {
  border-color: rgba(242, 242, 242, 0.4) !important; }

.border-near-white {
  border-color: rgba(241, 241, 241, 0.4) !important; }

.border-white {
  border-color: rgba(255, 255, 255, 0.4) !important; }

.border-black {
  border-color: rgba(0, 0, 0, 0.4) !important; }

.border-dark {
  border-color: rgba(34, 34, 34, 0.4) !important; }

.border-dark-gray {
  border-color: rgba(169, 169, 169, 0.4) !important; }

.border-internal-only, .internal-link {
  border-color: rgba(176, 158, 5, 0.4) !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.mx-4, .transaction-note .note-content {
  margin-left: 32px !important;
  margin-right: 32px !important; }

.mx-5 {
  margin-left: 64px !important;
  margin-right: 64px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.my-5 {
  margin-top: 64px !important;
  margin-bottom: 64px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-1 {
  margin-top: 4px !important; }

.mt-2 {
  margin-top: 8px !important; }

.mt-3 {
  margin-top: 16px !important; }

.mt-4 {
  margin-top: 32px !important; }

.mt-5 {
  margin-top: 64px !important; }

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

.mb-1 {
  margin-bottom: 4px !important; }

.mb-2 {
  margin-bottom: 8px !important; }

.mb-3 {
  margin-bottom: 16px !important; }

.mb-4 {
  margin-bottom: 32px !important; }

.mb-5 {
  margin-bottom: 64px !important; }

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

.ml-1 {
  margin-left: 4px !important; }

.ml-2 {
  margin-left: 8px !important; }

.ml-3 {
  margin-left: 16px !important; }

.ml-4 {
  margin-left: 32px !important; }

.ml-5 {
  margin-left: 64px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-1 {
  margin-right: 4px !important; }

.mr-2 {
  margin-right: 8px !important; }

.mr-3 {
  margin-right: 16px !important; }

.mr-4 {
  margin-right: 32px !important; }

.mr-5 {
  margin-right: 64px !important; }

.m-0 {
  margin: 0px !important; }

.m-1 {
  margin: 4px !important; }

.m-2 {
  margin: 8px !important; }

.m-3 {
  margin: 16px !important; }

.m-4 {
  margin: 32px !important; }

.m-5 {
  margin: 64px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important; }

.px-5 {
  padding-left: 64px !important;
  padding-right: 64px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.py-5 {
  padding-top: 64px !important;
  padding-bottom: 64px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-1 {
  padding-top: 4px !important; }

.pt-2 {
  padding-top: 8px !important; }

.pt-3 {
  padding-top: 16px !important; }

.pt-4 {
  padding-top: 32px !important; }

.pt-5 {
  padding-top: 64px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-1 {
  padding-bottom: 4px !important; }

.pb-2 {
  padding-bottom: 8px !important; }

.pb-3 {
  padding-bottom: 16px !important; }

.pb-4 {
  padding-bottom: 32px !important; }

.pb-5 {
  padding-bottom: 64px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-1 {
  padding-left: 4px !important; }

.pl-2 {
  padding-left: 8px !important; }

.pl-3 {
  padding-left: 16px !important; }

.pl-4 {
  padding-left: 32px !important; }

.pl-5 {
  padding-left: 64px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-1 {
  padding-right: 4px !important; }

.pr-2 {
  padding-right: 8px !important; }

.pr-3 {
  padding-right: 16px !important; }

.pr-4 {
  padding-right: 32px !important; }

.pr-5 {
  padding-right: 64px !important; }

.p-0 {
  padding: 0px !important; }

.p-1 {
  padding: 4px !important; }

.p-2 {
  padding: 8px !important; }

.p-3 {
  padding: 16px !important; }

.p-4 {
  padding: 32px !important; }

.p-5 {
  padding: 64px !important; }

.arrow-down:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 49%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(194, 0, 5, 0.9);
  z-index: 50; }

.arrow-down-white:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 49%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  z-index: 50; }

.print-only-flex, .print-only-block {
  display: none !important; }

@media print {
  .print-only-flex {
    display: flex !important; }
  .print-only-block {
    display: block !important; }
  .no-print, .nav, .navbar, .btn {
    display: none !important; }
  a, .text-underline {
    color: #000000 !important;
    text-decoration-line: none !important; }
  .container-centered {
    width: auto !important;
    max-width: 100% !important; }
  .line-item-detail {
    box-shadow: none !important; }
  .line-item-detail-group-header:before {
    display: none; }
  table.print-tight tr th, table.print-tight tr td {
    padding-top: 1px !important;
    padding-bottom: 1px !important; }
  body, .line-item-header, .line-item-header-secondary, .line-item-footer, .line-item-detail-group-header {
    font-size: 8pt !important; }
  .line-item-detail > .row {
    margin-bottom: 0 !important; }
  form .form-group label, form .input-group label, form .form-row label {
    font-size: 8pt !important; }
  form .form-group, form .input-group, form .form-row {
    margin-bottom: 2px !important; }
  .mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .mx-1 {
    margin-left: 2px !important;
    margin-right: 2px !important; }
  .mx-2 {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .mx-3 {
    margin-left: 6px !important;
    margin-right: 6px !important; }
  .mx-4, .transaction-note .note-content {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .mx-5 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; }
  .my-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-4 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .mt-0 {
    margin-top: 0px !important; }
  .mt-1 {
    margin-top: 2px !important; }
  .mt-2 {
    margin-top: 4px !important; }
  .mt-3 {
    margin-top: 6px !important; }
  .mt-4 {
    margin-top: 8px !important; }
  .mt-5 {
    margin-top: 10px !important; }
  .mb-0 {
    margin-bottom: 0px !important; }
  .mb-1 {
    margin-bottom: 2px !important; }
  .mb-2 {
    margin-bottom: 4px !important; }
  .mb-3 {
    margin-bottom: 6px !important; }
  .mb-4 {
    margin-bottom: 8px !important; }
  .mb-5 {
    margin-bottom: 10px !important; }
  .ml-0 {
    margin-left: 0px !important; }
  .ml-1 {
    margin-left: 2px !important; }
  .ml-2 {
    margin-left: 4px !important; }
  .ml-3 {
    margin-left: 6px !important; }
  .ml-4 {
    margin-left: 8px !important; }
  .ml-5 {
    margin-left: 10px !important; }
  .mr-0 {
    margin-right: 0px !important; }
  .mr-1 {
    margin-right: 2px !important; }
  .mr-2 {
    margin-right: 4px !important; }
  .mr-3 {
    margin-right: 6px !important; }
  .mr-4 {
    margin-right: 8px !important; }
  .mr-5 {
    margin-right: 10px !important; }
  .m-0 {
    margin: 0px !important; }
  .m-1 {
    margin: 2px !important; }
  .m-2 {
    margin: 4px !important; }
  .m-3 {
    margin: 6px !important; }
  .m-4 {
    margin: 8px !important; }
  .m-5 {
    margin: 10px !important; }
  .px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .px-1 {
    padding-left: 2px !important;
    padding-right: 2px !important; }
  .px-2 {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .px-3 {
    padding-left: 6px !important;
    padding-right: 6px !important; }
  .px-4 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .px-5 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; }
  .py-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-4 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .pt-0 {
    padding-top: 0px !important; }
  .pt-1 {
    padding-top: 2px !important; }
  .pt-2 {
    padding-top: 4px !important; }
  .pt-3 {
    padding-top: 6px !important; }
  .pt-4 {
    padding-top: 8px !important; }
  .pt-5 {
    padding-top: 10px !important; }
  .pb-0 {
    padding-bottom: 0px !important; }
  .pb-1 {
    padding-bottom: 2px !important; }
  .pb-2 {
    padding-bottom: 4px !important; }
  .pb-3 {
    padding-bottom: 6px !important; }
  .pb-4 {
    padding-bottom: 8px !important; }
  .pb-5 {
    padding-bottom: 10px !important; }
  .pl-0 {
    padding-left: 0px !important; }
  .pl-1 {
    padding-left: 2px !important; }
  .pl-2 {
    padding-left: 4px !important; }
  .pl-3 {
    padding-left: 6px !important; }
  .pl-4 {
    padding-left: 8px !important; }
  .pl-5 {
    padding-left: 10px !important; }
  .pr-0 {
    padding-right: 0px !important; }
  .pr-1 {
    padding-right: 2px !important; }
  .pr-2 {
    padding-right: 4px !important; }
  .pr-3 {
    padding-right: 6px !important; }
  .pr-4 {
    padding-right: 8px !important; }
  .pr-5 {
    padding-right: 10px !important; }
  .p-0 {
    padding: 0px !important; }
  .p-1 {
    padding: 2px !important; }
  .p-2 {
    padding: 4px !important; }
  .p-3 {
    padding: 6px !important; }
  .p-4 {
    padding: 8px !important; }
  .p-5 {
    padding: 10px !important; } }

/* ==========================================================================
   STANDARD PAGE ELEMENTS
   ========================================================================== */
/* ==========================================================================
   STANDARD PAGE ELEMENTS
   ========================================================================== */
/* Body */
body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: 'Roboto', sans-serif; }
  body a {
    text-decoration: none; }

/* Header */
.login-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33vh;
  min-height: 200px;
  background-color: white; }
  .login-header img {
    height: 33vh;
    min-height: 150px; }
  .login-header .login-link {
    position: absolute;
    width: 120px;
    top: 3px;
    right: 3px; }

/* login */
.login.content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  background-color: #88070a;
  margin-left: 0px; }
  .login.content form {
    text-align: center; }
    .login.content form p {
      font-size: 30px;
      font-weight: bold;
      color: #BBC200; }
    .login.content form a {
      color: #BBC200; }
      .login.content form a[href="/getpass"] {
        color: #FFFFFF !important; }
  .login.content .userBox {
    padding: 30px;
    background-color: #e6e6e6; }
    .login.content .userBox input {
      display: block;
      width: 100%;
      height: 50px;
      margin: 10px; }
    .login.content .userBox button[type=submit] {
      display: block;
      width: 100%;
      height: 50px;
      margin: 10px;
      color: white;
      background-color: #BBC200;
      margin-top: 0.8rem; }
  @media only screen and (min-width: 900px) {
    .login.content {
      min-height: 40vh;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .login.content form > .userBox input {
        display: inline-block;
        width: auto;
        height: 50px;
        margin: 0;
        padding-left: 4px; }
      .login.content form > .userBox button[type=submit] {
        display: inline-block;
        width: auto;
        height: 50px; } }

/* ==========================================================================
  HEADER
  ========================================================================== */
header .navbar-brand {
  max-height: 80px !important;
  max-width: 288px !important; }
  header .navbar-brand img {
    max-width: 325.92px;
    max-height: 114.66px;
    position: relative;
    top: -20px;
    left: -25px; }
  @media screen and (max-width: 1023px) {
    header .navbar-brand {
      /* Medium and below */
      max-height: 60px !important;
      max-width: 216px !important; }
      header .navbar-brand img {
        max-width: calc(2328px * 0.10);
        max-height: calc(819px * 0.10);
        top: -10px;
        left: -10px; } }
  @media screen and (max-width: 639px) {
    header .navbar-brand {
      /* Small and below */
      max-height: 60px !important;
      max-width: 69px !important; }
      header .navbar-brand img {
        max-width: calc(453px * 0.08);
        max-height: calc(521px * 0.08);
        top: 2px;
        left: -2px; } }

@media screen and (max-width: 1023px) {
  header {
    height: 22vh !important;
    min-height: 0px; }
    header img#logo {
      width: 303px;
      height: 106px; }
    header .user-greeting {
      display: none !important; }
    header ul.nav {
      right: 5px;
      font-size: .85rem; }
    header li#navHome {
      width: 20px;
      height: 20px;
      overflow: hidden;
      margin-right: 10px; } }

/* ==========================================================================
  MAIN
  ========================================================================== */
[class*="header"] {
  margin-top: 0px;
  margin-bottom: 0px; }
  div.content [class*="header"] h1, div.content [class*="header"] h2, div.content [class*="header"] h3, div.content [class*="header"] h4, div.content [class*="header"] h5 {
    margin-top: 0px;
    margin-bottom: 0px; }

div.content {
  position: relative;
  display: block;
  min-height: 40vh;
  height: auto;
  background-color: rgba(200, 200, 200, 0.1);
  padding: 4px 6px;
  margin: 0px 2px; }

/* Page Styling */
div.role {
  display: none;
  position: relative;
  padding-bottom: 55px; }

.dealer.panel {
  display: none;
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: solid rgba(112, 117, 0, 0.2) 1px;
  vertical-align: top; }
  .dealer.panel .dealer-detail {
    margin-bottom: 40px; }
  .dealer.panel .dealer-detail-header input#name {
    font-size: 1.4rem;
    color: rgba(25, 25, 25, 0.9);
    border-radius: 6px; }
  .dealer.panel h3 {
    margin-top: 0px;
    text-align: left; }
  .dealer.panel #addressesTabPanel {
    margin-top: 6px;
    box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.1); }
    .dealer.panel #addressesTabPanel .dx-tabpanel-tabs .dx-item.dx-tab {
      width: auto;
      padding: 2px 12px; }
      .dealer.panel #addressesTabPanel .dx-tabpanel-tabs .dx-item.dx-tab h5 {
        margin: 0px; }
    .dealer.panel #addressesTabPanel .dx-tabpanel-container .dx-item-content {
      padding: 6px 0px; }
  .dealer.panel .actions {
    position: relative;
    display: block;
    margin-top: 8px;
    padding-top: 12px; }

.filters button {
  text-align: center;
  vertical-align: middle;
  color: rgba(150, 150, 150, 0.8) !important;
  background-color: transparent !important;
  cursor: pointer; }
  .filters button.active {
    border: solid 2px rgba(194, 0, 5, 0.8) !important; }

#dealerUsersGridHeader .filters {
  line-height: 50px;
  text-align: right; }
  #dealerUsersGridHeader .filters button {
    width: 35px;
    height: 35px;
    margin: 0px;
    padding: 0px; }

#usersGridHeader .filters button {
  min-width: 120px;
  margin: 0px;
  padding: 0.65em 1em; }
  @media screen and (max-width: 1023px) {
    #usersGridHeader .filters button {
      min-width: 0px;
      font-size: 0.8rem; }
      #usersGridHeader .filters button:not(.active) span.label {
        display: none; } }

.filters button {
  color: rgba(150, 150, 150, 0.8);
  background-color: transparent;
  cursor: pointer; }

#userForm .dx-popup-content {
  padding: 0px !important; }

#userForm .input-group {
  display: flex;
  height: 28px; }
  #userForm .input-group input, #userForm .input-group select, #userForm .input-group button, #userForm .input-group .dx-select-box {
    border-radius: 0px !important;
    border-top-left-radius: 0ox !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
  #userForm .input-group input, #userForm .input-group select, #userForm .input-group .dx-select-box {
    flex: 1 0 8em;
    height: 100%;
    margin: 0px;
    float: left; }
    #userForm .input-group input:first-of-type, #userForm .input-group select:first-of-type, #userForm .input-group .dx-select-box:first-of-type {
      border-top-left-radius: 4px !important;
      border-top-right-radius: 0px !important;
      border-bottom-left-radius: 4px !important;
      border-bottom-right-radius: 0px !important; }
    #userForm .input-group input ~ button, #userForm .input-group select ~ button, #userForm .input-group .dx-select-box ~ button {
      flex: 0 0 auto;
      height: 100%;
      margin: 0px;
      padding: 0.45rem;
      background-color: yellow !important; }
    #userForm .input-group input button:last-of-type, #userForm .input-group select button:last-of-type, #userForm .input-group .dx-select-box button:last-of-type {
      background-color: green !important;
      border-top-left-radius: 0px !important;
      border-top-right-radius: 4px !important;
      border-bottom-left-radius: 0px !important;
      border-bottom-right-radius: 4px !important; }

#dealerContactForm .dx-popup-content {
  padding: 0px !important; }

#dealerContactForm .input-group {
  display: flex;
  height: 28px; }
  #dealerContactForm .input-group input, #dealerContactForm .input-group select, #dealerContactForm .input-group button, #dealerContactForm .input-group .dx-select-box {
    border-radius: 0px !important;
    border-top-left-radius: 0ox !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
  #dealerContactForm .input-group input, #dealerContactForm .input-group select, #dealerContactForm .input-group .dx-select-box {
    flex: 1 0 8em;
    height: 100%;
    margin: 0px;
    float: left; }
    #dealerContactForm .input-group input:first-of-type, #dealerContactForm .input-group select:first-of-type, #dealerContactForm .input-group .dx-select-box:first-of-type {
      border-top-left-radius: 4px !important;
      border-top-right-radius: 0px !important;
      border-bottom-left-radius: 4px !important;
      border-bottom-right-radius: 0px !important; }
    #dealerContactForm .input-group input ~ button, #dealerContactForm .input-group select ~ button, #dealerContactForm .input-group .dx-select-box ~ button {
      flex: 0 0 auto;
      height: 100%;
      margin: 0px;
      padding: 0.45rem;
      background-color: yellow !important; }
    #dealerContactForm .input-group input button:last-of-type, #dealerContactForm .input-group select button:last-of-type, #dealerContactForm .input-group .dx-select-box button:last-of-type {
      background-color: green !important;
      border-top-left-radius: 0px !important;
      border-top-right-radius: 4px !important;
      border-bottom-left-radius: 0px !important;
      border-bottom-right-radius: 4px !important; }

/* ==========================================================================
  DEALER
  ========================================================================== */
.dealer table tbody tr {
  border-bottom: 0;
  background-color: #fefefe; }

.dx-popover-wrapper .dx-overlay-content .dx-popup-content .dealer-user-popover {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: .9em; }
  .dx-popover-wrapper .dx-overlay-content .dx-popup-content .dealer-user-popover div {
    margin-bottom: 12px; }
  .dx-popover-wrapper .dx-overlay-content .dx-popup-content .dealer-user-popover label {
    display: inline-block;
    width: 65px;
    font-size: 1.1rem; }
  .dx-popover-wrapper .dx-overlay-content .dx-popup-content .dealer-user-popover .popover-footer {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 8px;
    font-style: italic;
    text-align: right; }

/* ==========================================================================
  USER
  ========================================================================== */
#userDetail .created > label {
  display: block; }

#userDetail .updated label {
  margin-bottom: 2px; }

#userDetail .updated .status-updated-on-by {
  font-size: 0.8rem;
  float: right; }
  #userDetail .updated .status-updated-on-by::after {
    display: block;
    content: "";
    clear: both; }

#userDetail #dealerName, #userDetail #userStatusSelect {
  border: none; }

#userDetail .resend-email {
  display: none; }

/* ==========================================================================
  USER
  ========================================================================== */
#dealerContactDetail .created > label {
  display: block; }

#dealerContactDetail .updated label {
  margin-bottom: 2px; }

#dealerContactDetail .updated .status-updated-on-by {
  font-size: 0.8rem;
  float: right; }
  #dealerContactDetail .updated .status-updated-on-by::after {
    display: block;
    content: "";
    clear: both; }

#dealerContactDetail .resend-email {
  display: none; }

/* ==========================================================================
  PROFILE
  ========================================================================== */
.profile .panel {
  position: relative;
  padding-bottom: 50px; }

.profile .profile-update-password {
  padding-top: 20px;
  border-top: solid rgba(34, 34, 34, 0.4) 2px; }

/* ==========================================================================
  WIDGETS (Dev Extreme)
  ========================================================================== */
.grid-header h1, .grid-header h2, .grid-header h3, .grid-header h4, .grid-header h5, .grid-header h6,
.grid-header .h1, .grid-header .h2, .grid-header .history-item .history-item-date, .history-item .grid-header .history-item-date, .grid-header .h3, .grid-header .h4, .grid-header .h5, .grid-header .h6 {
  margin-top: 5px !important; }
  .grid-header h1.add-new, .grid-header h1 a.add-new, .grid-header h2.add-new, .grid-header h2 a.add-new, .grid-header h3.add-new, .grid-header h3 a.add-new, .grid-header h4.add-new, .grid-header h4 a.add-new, .grid-header h5.add-new, .grid-header h5 a.add-new, .grid-header h6.add-new, .grid-header h6 a.add-new,
  .grid-header .h1.add-new,
  .grid-header .h1 a.add-new, .grid-header .h2.add-new, .grid-header .history-item .add-new.history-item-date, .history-item .grid-header .add-new.history-item-date, .grid-header .h2 a.add-new, .grid-header .history-item .history-item-date a.add-new, .history-item .grid-header .history-item-date a.add-new, .grid-header .h3.add-new, .grid-header .h3 a.add-new, .grid-header .h4.add-new, .grid-header .h4 a.add-new, .grid-header .h5.add-new, .grid-header .h5 a.add-new, .grid-header .h6.add-new, .grid-header .h6 a.add-new {
    font-weight: normal; }

.add-new {
  font-size: 1.2rem; }

div#dealerUsersGridHeader {
  margin-bottom: 0px; }

div#dealersGrid {
  display: block;
  width: 100%; }

.dx-popup-wrapper .dx-popup-title {
  line-height: 100%;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: bold; }
  .dx-popup-wrapper .dx-popup-title .row {
    margin: 0px; }
  .dx-popup-wrapper .dx-popup-title .popup-title-text {
    vertical-align: baseline; }
    .dx-popup-wrapper .dx-popup-title .popup-title-text [class*="fa-"] {
      vertical-align: middle; }

@media screen and (max-width: 1023px) {
  .popup-title-text {
    margin-bottom: 12px; }
  .user-roles-label {
    vertical-align: middle; } }

@media screen and (min-width: 1024px) {
  .user-roles-label {
    text-align: right;
    vertical-align: baseline; } }

#userRolesTagBox {
  font-size: 0.7rem;
  font-weight: normal;
  vertical-align: middle; }

.dx-popup-content.has-scrollview {
  padding: 0px; }

#userDetailPopup, #dealerContactDetailPopup, #roleDetailPopup {
  display: none; }

.dx-popup-title {
  background-color: rgba(225, 225, 225, 0.2);
  padding: 4px 0px; }

#userPopover {
  display: none; }
  #userPopover h3 {
    margin-top: 0px; }
  #userPopover label {
    font-weight: bold; }
  #userPopover span {
    font-style: italic; }

#dealerContactPopover {
  display: none; }
  #dealerContactPopover h3 {
    margin-top: 0px; }
  #dealerContactPopover label {
    font-weight: bold; }
  #dealerContactPopover span {
    font-style: italic; }

.dx-tab {
  cursor: default; }

.grid-tab-header {
  font-size: 1.25rem; }
  .grid-tab-header span.add-new {
    display: inline-block;
    margin-left: 8px;
    font-size: 1rem;
    color: #8f0004;
    cursor: pointer; }

/* ==========================================================================
   IMPORTED FROM ORIGINAL [edo.scss] (UNSORTED)
   ========================================================================== */
/* Show project as inactive */
.inactive {
  background-color: #e4e4e4; }

/* Indicate This Is An Alternate */
form.make-relative {
  position: relative; }

.project-indicator {
  position: absolute;
  padding: 15px 3px;
  background-color: yellow;
  font-weight: bold;
  writing-mode: vertical-lr;
  text-orientation: upright; }

.project-indicator-tl {
  top: 10px;
  left: 0; }

.project-indicator-tr {
  top: 10px;
  right: 0; }

.project-indicator-bl {
  bottom: 30px;
  left: 0; }

.project-indicator-br {
  bottom: 30px;
  right: 0; }

/* Misc */
.numeric {
  padding-right: 20px !important;
  text-align: right !important; }

.rightAlign {
  float: right; }

.leftAlign {
  float: left; }

.numeric {
  padding-right: 3px;
  text-align: right; }

select {
  padding: 5px 10px;
  border-radius: 6px;
  border-color: #999;
  /* setting the border color allows setting font size in chrome */
  font-size: 1.1em; }

.alert {
  padding: 3px 5px;
  border: 1px solid #800;
  border-radius: 20px;
  color: #a00;
  font-weight: bold; }

.formError {
  margin: 5px 5px 15px;
  padding: 3px 5px;
  border: 1px solid #f00;
  color: white;
  background-color: #a00;
  font-weight: bold; }

.updated {
  font-size: 12px;
  line-height: 14px;
  font-style: italic; }

.fieldName {
  float: left;
  width: 150px;
  font-weight: bold; }

.fieldValue {
  float: left;
  width: 250px; }

.searchParams {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 6px;
  background-color: #eee; }

a.external {
  position: relative;
  padding-right: 13px; }

a.external:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f08e";
  font-family: FontAwesome;
  font-size: 60%; }

form .formFieldError {
  color: red; }

form input.formFieldError, form select.formFieldError {
  border-color: red; }

/* ==========================================================================
   FORM ELEMENTS
   ========================================================================== */
.slat-height {
  font-size: 1.2rem;
  margin-right: 5px; }

.text-purple, .text-purple a {
  color: #BBC200; }

.hero-panel {
  min-height: 40vh;
  height: auto; }
  .hero-panel.h-100 {
    min-height: 100vh; }
  .hero-panel.h-75 {
    min-height: 75vh; }
  .hero-panel.h-50 {
    min-height: 50vh; }
  .hero-panel.h-25 {
    min-height: 25vh; }
  .hero-panel.h-15 {
    min-height: 15vh; }

.card-row {
  max-width: 60%;
  margin-top: -8%; }
  @media screen and (max-width: 9999px) {
    .card-row {
      max-width: 80%; } }
  @media screen and (max-width: 1199px) {
    .card-row {
      max-width: 90%; } }
  @media screen and (max-width: 1023px) {
    .card-row {
      max-width: 100%; } }

.para-section {
  min-height: 40vh; }

.company-history:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: -100;
  background-image: url("/img/backgrounds/History-Background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to top, transparent 15%, black 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 15%, black 100%); }

.history-items {
  max-width: 40%;
  line-height: 1.6rem;
  letter-spacing: 0.05rem; }
  @media screen and (max-width: 1199px) {
    .history-items {
      max-width: 60%; } }
  @media screen and (max-width: 1023px) {
    .history-items {
      max-width: 80%; } }
  @media screen and (max-width: 639px) {
    .history-items {
      max-width: 100%; } }

.history-item {
  margin-top: 2rem;
  text-align: left; }
  .history-item .history-item-date {
    margin-bottom: 0px; }
  .history-item > p:first-child {
    margin-top: 0px;
    margin-bottom: 0px; }

.image-grid-wrapper {
  max-width: 50%;
  margin-top: 105px; }
  @media screen and (max-width: 1023px) {
    .image-grid-wrapper {
      max-width: 92%; } }
  .image-grid-wrapper .img-wrapper {
    width: 100%;
    text-align: center;
    font-style: italic; }
  .image-grid-wrapper .img-wrapper img {
    width: 100%;
    height: auto;
    cursor: pointer; }

.image-popup-content div.popup-image-wrapper {
  display: block;
  height: 100%;
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(150, 150, 150, 0.5);
  border-radius: 3px; }
  @media screen and (max-width: 639px) {
    .image-popup-content div.popup-image-wrapper {
      max-width: 100%;
      height: auto; } }

.image-popup-content img {
  width: auto;
  height: 85%;
  border: solid rgba(0, 0, 0, 0.4) 1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 639px) {
    .image-popup-content img {
      max-width: 100%;
      height: auto; } }

.image-popup-content .popup-image-text {
  display: inline-block;
  width: auto;
  margin: 0px auto;
  text-align: center;
  padding-top: 30px;
  font-family: cursive;
  font-size: 1rem;
  font-style: italic;
  text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.4); }
  @media screen and (max-width: 639px) {
    .image-popup-content .popup-image-text {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 1rem; } }

.carousel > .carousel-images-wrapper {
  background-color: rgba(187, 194, 0, 0.8); }

.carousel > .carousel-images-wrapper > .carousel-image-wrapper:not(.carousel-active) > .carousel-image:before {
  background-color: rgba(187, 194, 0, 0.8); }

.carousel > .carousel-button {
  color: #BBC200; }
  .carousel > .carousel-button:hover, .carousel > .carousel-button.hover {
    color: #f8ff43; }
  .carousel > .carousel-button:active, .carousel > .carousel-button.active {
    color: #a2a900; }

.carousel > .carousel-images-wrapper > .carousel-image-wrapper:nth-child(3) > .carousel-image > img {
  margin-top: -30px; }

.carousel > .carousel-images-wrapper > .carousel-image-wrapper:nth-child(4) > .carousel-image > img {
  margin-top: -40px; }

.carousel > .carousel-images-wrapper > .carousel-image-wrapper:nth-child(5) > .carousel-image > img {
  margin-top: -15px; }

.carousel > .carousel-images-wrapper > .carousel-image-wrapper:nth-child(6) > .carousel-image > img {
  margin-top: -10px; }

.carousel .carousel-indicator-nav {
  color: #bbc200; }

.text-blocked {
  color: #A9A9A9;
  font-style: italic; }

.line-item-detail {
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 0px 0px 12px;
  background-color: rgba(255, 194, 196, 0.1);
  box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.2); }
  .line-item-detail:first-of-type {
    margin-top: 0px; }

.line-item-header, .line-item-header-secondary {
  margin-top: 8px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  font-variant: small-caps;
  background-color: rgba(255, 67, 71, 0.1);
  border-bottom: solid rgba(150, 150, 150, 0.4) 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .estimate-summary .line-item-header, .estimate-summary .line-item-header-secondary {
    margin-top: 64px; }

.line-item-header-secondary {
  font-size: 1.1rem;
  font-variant: normal; }

.line-item-group-header {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding-bottom: 4px;
  font-weight: 600; }

.line-item-group {
  margin-top: 8px;
  margin-bottom: 8px; }

.line-item-footer {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(255, 220, 220, 0.1);
  font-size: 1.1rem;
  font-weight: 600; }

.project-grand-total {
  margin-top: 64px;
  padding-top: 12px; }

.project-grand-total-remaining {
  padding-bottom: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  border-width: 6px; }

.transaction-note {
  margin-top: 12px;
  padding: 6px 12px;
  border: solid rgba(34, 34, 34, 0.4) 1px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(34, 34, 34, 0.4); }

.project-adjustments-list > span.no-projects-adjustments-found {
  display: none; }
  .project-adjustments-list > span.no-projects-adjustments-found:first-child:last-child {
    display: block; }

div.project-adjustment-line div.adjustment-amount {
  font-weight: 500;
  font-style: italic;
  color: #090909; }

div.project-adjustment-line.active {
  background-color: rgba(255, 255, 153, 0.4); }

.dx-master-detail-cell.sub-parts-grid-container {
  padding: 0px !important; }

.dx-data-row.dx-column-lines > .parts-category-header-row {
  background-color: rgba(255, 255, 255, 0.4) !important;
  font-weight: bold;
  border-bottom: solid rgba(229, 229, 229, 0.2) 1px; }

/* Medium and down */
@media screen and (max-width: 1023px) {
  .item-description {
    order: 1; }
  .align-left-md {
    text-align: left !important; }
  .align-right-md {
    text-align: right !important; }
  .line-item-header-secondary-md {
    color: #707500;
    margin-top: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: none;
    font-variant: normal; } }

/* Small and down */
@media screen and (max-width: 639px) {
  .align-left-sm {
    text-align: left !important; }
  .align-right-sm {
    text-align: right !important; } }

.unassembled-slats .slat-group {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: solid rgba(150, 150, 150, 0.4) 6px; }
  .unassembled-slats .slat-group:last-of-type {
    margin-bottom: 8rem; }
  .unassembled-slats .slat-group.has-super-saver {
    background-color: rgba(176, 158, 5, 0.1); }
  .unassembled-slats .slat-group > .slat-group-header {
    font-size: 1.1rem;
    margin-bottom: 12px; }
  .unassembled-slats .slat-group .slat-item input[type="number"] {
    min-width: 3rem; }
  .unassembled-slats .slat-group .slat-item input[name*="num_slats"] {
    min-width: 5rem; }
  @media screen and (max-width: 1023px) {
    .unassembled-slats .slat-group .slat-items > .slat-item {
      padding: 24px 12px; }
      .unassembled-slats .slat-group .slat-items > .slat-item:first-child {
        padding-top: 0px; }
      .unassembled-slats .slat-group .slat-items > .slat-item:not(:last-child) {
        border-bottom: solid rgba(50, 50, 50, 0.4) 1px;
        box-shadow: 0px 2px 1px white; } }

ul.nav.about-us-nav li.nav-item {
  margin-left: 24px; }

a.gateway-button {
  display: inline-block; }
  @media screen and (max-width: 1023px) {
    nav.navbar ul.nav li a.gateway-button {
      width: 60%; } }
  @media screen and (max-width: 639px) {
    nav.navbar ul.nav li a.gateway-button {
      width: 80%; } }
  @media screen and (max-width: 320px) {
    nav.navbar ul.nav li a.gateway-button {
      width: 80%; } }

div.img-placeholder {
  display: inline-block;
  width: 90%;
  border: solid black 1px;
  background-color: rgba(200, 200, 200, 0.1); }
