/* Minification failed. Returning unminified contents.
(17124,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:300,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,700");
@import url("https://use.fontawesome.com/releases/v5.0.11/css/all.css");
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3,
  table.data-rows th.header-branded {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  table.data-rows th.header-branded {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5625;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2,
h3,
table.data-rows th.header-branded, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #171717;
  text-decoration: underline;
  background-color: transparent;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2,
h3,
table.data-rows th.header-branded, h4, h5, h6,
.h1,
.modal-title, .h2, .modal-subtitle, .h3, .h4, .h5, .info-box-small h1, .info-box-large h1,
.info-box-small h2,
.info-box-large h2,
.info-box-small h3,
.info-box-large h3, .info-box-small table.data-rows th.header-branded, table.data-rows .info-box-small th.header-branded, .info-box-large table.data-rows th.header-branded, table.data-rows .info-box-large th.header-branded,
.info-box-small h4,
.info-box-large h4,
.info-box-small h5,
.info-box-large h5,
.info-box-small h6,
.info-box-large h6, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h1,
.h1,
.modal-title {
  font-size: 2rem;
}

h2, .h2, .modal-subtitle {
  font-size: 1.5rem;
}


h3,
table.data-rows th.header-branded, .h3 {
  font-size: 1.375rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5, .info-box-small h1, .info-box-large h1,
.info-box-small h2,
.info-box-large h2,
.info-box-small h3,
.info-box-large h3, .info-box-small table.data-rows th.header-branded, table.data-rows .info-box-small th.header-branded, .info-box-large table.data-rows th.header-branded, table.data-rows .info-box-large th.header-branded,
.info-box-small h4,
.info-box-large h4,
.info-box-small h5,
.info-box-large h5,
.info-box-small h6,
.info-box-large h6 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 300;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container, .container-sm {
    max-width: 768px;
  }
}

@media (min-width: 1000px) {
  .container, .container-sm, .container-md {
    max-width: 1000px;
  }
}

@media (min-width: 1230px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1230px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1000px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1230px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e7b8c6;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #d37b95;
}

.table-hover .table-primary:hover {
  background-color: #e1a5b7;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #e1a5b7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #e8b8b8;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d47a7a;
}

.table-hover .table-danger:hover {
  background-color: #e2a5a5;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e2a5a5;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 999.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1229.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5625em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5625;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}

.form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fe2d6c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(170, 1, 52, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #333333;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5625;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5625;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group, .form-group-checkbox-switch, .filter-bar {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5625;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5625em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.39063em + 0.1875rem) center;
  background-size: calc(0.78125em + 0.375rem) calc(0.78125em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5625em + 0.75rem);
  background-position: top calc(0.39063em + 0.1875rem) right calc(0.39063em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.78125em + 0.375rem) calc(0.78125em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #AD0000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5625;
  color: #fff;
  background-color: rgba(173, 0, 0, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #AD0000;
  padding-right: calc(1.5625em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23AD0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23AD0000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.39063em + 0.1875rem) center;
  background-size: calc(0.78125em + 0.375rem) calc(0.78125em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #AD0000;
  box-shadow: 0 0 0 0.2rem rgba(173, 0, 0, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5625em + 0.75rem);
  background-position: top calc(0.39063em + 0.1875rem) right calc(0.39063em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #AD0000;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23AD0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23AD0000' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.78125em + 0.375rem) calc(0.78125em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #AD0000;
  box-shadow: 0 0 0 0.2rem rgba(173, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #AD0000;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #AD0000;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #AD0000;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e00000;
  background-color: #e00000;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(173, 0, 0, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #AD0000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #AD0000;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #AD0000;
  box-shadow: 0 0 0 0.2rem rgba(173, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 768px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .form-group-checkbox-switch, .form-inline .filter-bar {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 300;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5625;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(170, 1, 52, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #aa0134;
  border-color: #aa0134;
}

.btn-primary:hover {
  color: #fff;
  background-color: #840128;
  border-color: #770124;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #840128;
  border-color: #770124;
  box-shadow: 0 0 0 0.2rem rgba(183, 39, 82, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #aa0134;
  border-color: #aa0134;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #770124;
  border-color: #6b0121;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 39, 82, 0.5);
}

.btn-secondary, .btn-secondary-light {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover, .btn-secondary-light:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary-light:focus, .btn-secondary.focus, .focus.btn-secondary-light {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .disabled.btn-secondary-light, .btn-secondary:disabled, .btn-secondary-light:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary-light:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.show > .dropdown-toggle.btn-secondary-light {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-secondary-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #AD0000;
  border-color: #AD0000;
}

.btn-danger:hover {
  color: #fff;
  background-color: #870000;
  border-color: #7a0000;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #870000;
  border-color: #7a0000;
  box-shadow: 0 0 0 0.2rem rgba(185, 38, 38, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #AD0000;
  border-color: #AD0000;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #7a0000;
  border-color: #6d0000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 38, 38, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #aa0134;
  border-color: #aa0134;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #aa0134;
  border-color: #aa0134;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 1, 52, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #aa0134;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #aa0134;
  border-color: #aa0134;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 1, 52, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #AD0000;
  border-color: #AD0000;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #AD0000;
  border-color: #AD0000;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 0, 0, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #AD0000;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #AD0000;
  border-color: #AD0000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 300;
  color: #171717;
  text-decoration: underline;
}

.btn-link:hover {
  color: black;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1000px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1230px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #aa0134;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5625;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 10px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #aa0134;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #aa0134;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #770124;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(170, 1, 52, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #AD0000;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #7a0000;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 0, 0, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #58011b;
  background-color: #eeccd6;
  border-color: #e7b8c6;
}

.alert-primary hr {
  border-top-color: #e1a5b7;
}

.alert-primary .alert-link {
  color: #26000c;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #5a0000;
  background-color: #efcccc;
  border-color: #e8b8b8;
}

.alert-danger hr {
  border-top-color: #e2a5a5;
}

.alert-danger .alert-link {
  color: #270000;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #aa0134;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5625;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1230px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  line-height: 1.5625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 280px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  line-height: 1.5625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #aa0134 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #770124 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #AD0000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #7a0000 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #aa0134 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #AD0000 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1000px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1230px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1000px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1230px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 1000px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1230px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1000px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1230px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 1000px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1230px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #aa0134 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #5e011d !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #AD0000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #610000 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * bootstrap-fileinput v5.0.8
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2019, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.file-loading input[type=file], input.file-loading[type=file] {
  width: 0;
  height: 0;
}

.kv-hidden, .hide-content .kv-file-content, .file-caption-icon, .file-zoom-dialog .modal-header:before, .file-zoom-dialog .modal-header:after, .file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .no-browse .input-group-btn, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-ajax-new .no-browse .input-group-btn {
  display: none;
}

.file-no-browse, .btn-file input[type=file], .file-caption-icon, .file-preview .fileinput-remove, .krajee-default .file-thumb-progress, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons {
  position: absolute;
}

.file-input, .file-loading:before, .btn-file, .file-caption, .file-preview, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer, .file-zoom-dialog .modal-dialog {
  position: relative;
}

.file-error-message pre, .file-error-message ul, .krajee-default .file-actions, .krajee-default .file-other-error {
  text-align: left;
}

.file-error-message pre, .file-error-message ul {
  margin: 0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
  float: left;
  margin-top: 10px;
  width: 16px;
  height: 16px;
}

.krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
  height: 11px;
  font-size: 9px;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash {
  height: 100%;
}

.file-zoom-content > .file-object.type-pdf, .file-zoom-content > .file-object.type-html, .file-zoom-content > .file-object.type-text, .file-zoom-content > .file-object.type-default {
  width: 100%;
}

.file-no-browse {
  left: 50%;
  bottom: 20%;
  width: 1px;
  height: 1px;
  font-size: 0;
  opacity: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}

.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url(../img/loading.gif) top left no-repeat;
}

.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}

.btn-file {
  overflow: hidden;
}

.btn-file input[type=file] {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}

.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}

.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}

.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}

.file-caption-icon {
  left: 8px;
}

.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}

.file-error-message pre {
  margin: 5px 0;
}

.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}

.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}

.file-preview .clickable {
  cursor: pointer;
}

.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #28a745;
}

.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 6px;
  float: left;
  text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
  width: 400px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
  width: 240px;
  height: 55px;
}

.krajee-default .file-preview-other-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}

.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}

.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}

.krajee-default .file-other-icon {
  font-size: 6em;
  line-height: 1;
}

.krajee-default .file-footer-buttons {
  float: right;
}

.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 15px;
}

.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}

.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}

.krajee-default .file-thumb-progress .progress {
  color: #ccc;
}

.krajee-default .file-thumb-progress .progress-bar {
  font-family: Verdana, Helvetica, sans-serif;
}

.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}

.file-upload-stats {
  font-size: 9px;
  text-align: center;
  width: 100%;
}

.kv-upload-progress .progress {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  overflow: hidden;
  color: #ccc;
}

.kv-upload-progress .progress-bar {
  height: 20px;
  font-family: Verdana, Helvetica, sans-serif;
}

.kv-upload-progress .file-upload-stats {
  font-size: 11px;
  margin: -10px 0 5px;
}

.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
  width: auto;
}

.file-zoom-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  box-shadow: none;
  opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
  left: 1px;
}

.file-zoom-dialog .btn-next {
  right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;
  color: #999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-caption-main {
  width: 100%;
}

.file-thumb-loading {
  background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
}

.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}

.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}

.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}

.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}

.file-uploading {
  background: url(../img/loading-sm.gif) no-repeat center bottom 10px;
  opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
  min-width: 100%;
  margin: 0;
}

.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
  min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}

.floating-buttons {
  z-index: 3000;
}

.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}

.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}

.file-zoom-content {
  height: 480px;
  text-align: center;
}

.file-zoom-content .file-preview-image {
  max-height: 100%;
}

.file-zoom-content .file-preview-video {
  max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}

@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
    max-width: 800px;
  }
}

@media (max-width: 767px) {
  .file-preview-thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .file-zoom-dialog .modal-header {
    flex-direction: column;
  }
}

@media (max-width: 350px) {
  .krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content {
    width: 160px;
  }
}

@media (max-width: 420px) {
  .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
    width: 100%;
  }
}

.file-loading[dir=rtl]:before {
  background: transparent url(../img/loading.gif) top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}

.file-sortable .file-drag-handle {
  cursor: move;
  opacity: 1;
}

.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}

.clickable .file-drop-zone-title {
  cursor: pointer;
}

.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary-light, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary-light:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary-light:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary-light:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select,
.form-group-checkbox-switch .bootstrap-select,
.filter-bar .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.justify-evenly-like,
.card-grid-row.justify-evenly-like,
.justify-evenly-like.event-card-grid-row,
.justify-evenly-like.streaming-card-grid-row,
.justify-evenly-like.shippable-card-grid-row {
  justify-content: space-around;
}

.justify-evenly-like:before,
.justify-evenly-like:after {
  display: inline-block;
}

.ie11-flex-direction-column-item-fix {
  flex: 1 1 auto;
}

@media (max-width: 1000px) {
  .ie11-flex-direction-column-item-fix-md-down {
    flex: 1 1 auto;
  }
}

@media (min-width: 1000px) {
  .fake-evenly,
  .fake-evenly-parent::before {
    margin: 0 auto 0 0;
    padding: 1em;
  }
}

@media (min-width: 1000px) {
  .fake-evenly-parent::before {
    content: '';
    padding: 0;
  }
}

.ie11-homepage-image-max-height {
  max-height: 553px;
}

@media (min-width: 1000px) {
  .ie11-homepage-image-max-height {
    max-height: 683px;
  }
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (max-width: 1230px) {
  html.menu-open {
    overflow: hidden;
  }
}

body {
  background-color: #eeeeee;
}

@media print {
  body {
    margin-top: 0;
  }
}

.offset:before {
  display: block;
  content: ' ';
  height: 10px;
  margin-top: -10px;
  visibility: hidden;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
}

@media (min-width: 1000px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding: 0 15px;
  max-width: 1230px;
}

@media (min-width: 1000px) {
  
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding: 0 30px;
  }
}

.section-home {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-white {
  background-color: #ffffff;
}

.layout-basic-page, .layout-2-col, .account-layout-2-col {
  margin-top: 30px;
  margin-bottom: 75px;
}

.layout-basic-page {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.layout-basic-page .col-1 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .layout-basic-page .col-1 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
  }
}

.layout-2-col {
  display: flex;
  flex-wrap: wrap;
  margin-right: -22px;
  margin-left: -22px;
}

.layout-2-col.layout-2-col-share-padding-with-next {
  margin-bottom: 0;
}

.layout-2-col.layout-2-col-share-padding-with-next .col-1 {
  margin-bottom: 0;
}

.layout-2-col.layout-2-col-share-padding-with-next + .layout-2-col {
  margin-top: 0;
}

.layout-2-col .col-1,
.layout-2-col .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}

.layout-2-col .col-1 {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .layout-2-col .col-1 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1000px) {
  .layout-2-col .col-1 {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .layout-2-col .col-2 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.account-layout-2-col {
  display: flex;
  flex-wrap: wrap;
  margin-right: -22px;
  margin-left: -22px;
}

@media (max-width: 1000px) {
  .account-layout-2-col > .col-1 {
    display: none;
  }
}

.account-layout-2-col > .col-1 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1000px) {
  .account-layout-2-col > .col-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1000px) {
  .account-layout-2-col > .col-1 {
    padding-right: 0;
  }
}

.account-layout-2-col > .col-1 .nbi-box-region {
  padding: 20px;
}

.account-layout-2-col > .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1000px) {
  .account-layout-2-col > .col-2 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.content {
  padding: 1px 15px 30px;
}

@media screen and (min-width: 1000px) {
  .content {
    padding: 1px 30px 30px;
  }
}

.content img {
  max-width: 100%;
  height: auto;
}

@media print {
  .content:first-child {
    margin-top: 0;
  }
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.content-row .content-col {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .content-row .content-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1000px) {
  .content-row .content-col {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.content-row .content-col + .content-col {
  margin-top: 30px;
}

@media (min-width: 1000px) {
  .content-row .content-col + .content-col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1000px) {
  .content-row .content-col + .content-col {
    margin-top: 0;
  }
}

@media (max-width: 1230px) {
  
  .desktop-only,
  .table-header .nbi-box-header-actions {
    display: none;
  }
}


.mobile-only {
  display: none;
}

@media (max-width: 1230px) {
  
  .mobile-only {
    display: inherit;
  }
}

.max-width-lg {
  max-width: 1230px;
}

@media (max-width: 1000px) {
  .mobile-col-order > .col-1 {
    order: 2;
  }
  .mobile-col-order > .col-2 {
    order: 1;
  }
}

body {
  font-weight: 300;
}

b,
strong,
.strong,
th,
dt {
  font-weight: 700;
}

p {
  margin: 0 0 7.5px;
}

h1,
.h1, .modal-title, h2,
.h2, .modal-subtitle, h3, table.data-rows th.header-branded,
.h3, h4,
.h4, h5,
.h5, .info-box-small h1, .info-box-large h1,
.info-box-small h2,
.info-box-large h2,
.info-box-small h3,
.info-box-large h3,
.info-box-small h4,
.info-box-large h4,
.info-box-small h5,
.info-box-large h5,
.info-box-small h6,
.info-box-large h6, h6,
.h6 {
  margin-top: 30px;
  margin-bottom: 7.5px;
  font-weight: 500;
  font-family: "Poppins";
}

h1 > a,
h2 > a,
h3 > a,
table.data-rows th.header-branded > a,
h4 > a,
h5 > a,
h6 > a {
  color: #333333;
}

h1 > a:hover, h1 > a:active, h1 > a:focus,
h2 > a:hover,
h2 > a:active,
h2 > a:focus,
h3 > a:hover,
table.data-rows th.header-branded > a:hover,
h3 > a:active,
table.data-rows th.header-branded > a:active,
h3 > a:focus,
table.data-rows th.header-branded > a:focus,
h4 > a:hover,
h4 > a:active,
h4 > a:focus,
h5 > a:hover,
h5 > a:active,
h5 > a:focus,
h6 > a:hover,
h6 > a:active,
h6 > a:focus {
  color: black;
}

h1,
.h1,
.modal-title {
  font-weight: 300;
}

h1 small,
.h1 small,
.modal-title small {
  font-size: 1rem;
}

h1 b,
h1 strong,
.h1 b,
.modal-title b,
.h1 strong,
.modal-title strong {
  font-weight: 800;
}

@media (max-width: 768px) {
  h1,
  .h1,
  .modal-title {
    font-size: 1.4375rem;
  }
}

h6,
.h6 {
  color: #171717;
  font-weight: 800;
  font-size: 0.875rem;
}

.lite {
  font-weight: 300;
}

.testimonial-company, .course-category {
  color: #767676;
  font-family: "Poppins";
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.key,
.key-upper, table.stacktable th,
.table-styled th, dl.key-value-list dt, .price, .price-sale, .media-progress .media-progress-label, .card-header h4.card-title > a, .nav-tabs li a, .product-tag-brand, .product-tag-gold, .product-tag-class1, .product-tag-class2, .product-tag-class3, .product-tag-class4, .product-tag-class5, .product-tag-subscription-bronze,
.product-tag-subscription-silver,
.product-tag-subscription-gold, .control-label, .control-label-large, .info-box-small h1, .info-box-large h1,
.info-box-small h2,
.info-box-large h2,
.info-box-small h3,
.info-box-large h3, .info-box-small table.data-rows th.header-branded, table.data-rows .info-box-small th.header-branded, .info-box-large table.data-rows th.header-branded, table.data-rows .info-box-large th.header-branded,
.info-box-small h4,
.info-box-large h4,
.info-box-small h5,
.info-box-large h5,
.info-box-small h6,
.info-box-large h6, table.stacktable .st-key, .course-credits, .course-subheading,
.stoic {
  font-family: "Poppins";
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.value, .key-value-pair-discount-applied .key, .actions-collection-help-text,
.actions-collection-help-text-pull-left, .list-tight, .help-block,
.error-message, .radio-inline,
.checkbox-inline,
.checkbox-switch,
.radio,
.checkbox, .radio-inline label,
.checkbox-inline label,
.checkbox-switch label,
.radio label,
.checkbox label, .file-input-name, .product-summary .product-discounts,
.product-summary-expanded .product-discounts,
.cart-table-item .product-discounts, .course-format-card .detail,
.classification-format-card .detail, .filter-tag,
.stoic-lite {
  font-family: "Poppins";
  font-size: 0.875rem;
  font-weight: 300;
}

.nbi-box-header-small h1,
.nbi-box-header-small h2,
.nbi-box-header-small h3, .nbi-box-header-small table.data-rows th.header-branded, table.data-rows .nbi-box-header-small th.header-branded,
.nbi-box-header-small h4,
.nbi-box-header-small h5,
.nbi-box-header-small h6, .nbi-box-header-small-center h1,
.nbi-box-header-small-center h2,
.nbi-box-header-small-center h3, .nbi-box-header-small-center table.data-rows th.header-branded, table.data-rows .nbi-box-header-small-center th.header-branded,
.nbi-box-header-small-center h4,
.nbi-box-header-small-center h5,
.nbi-box-header-small-center h6,
.stoic-plus {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}


.deemphasized {
  color: #767676;
}

.center {
  text-align: center;
}

.double-bottom-spacing {
  margin-bottom: 30px;
}

.strip-bottom-spacing, .strip-vertical-spacing {
  margin-bottom: 0;
}

.product-summary .product-title,
.product-summary-expanded .product-title,
.cart-table-item .product-title,
.strip-top-spacing,
.strip-vertical-spacing {
  margin-top: 0;
}

small,
.small {
  font-size: 0.875rem;
  margin: 0 0 7.5px;
}

.extra-small {
  font-size: 0.75rem;
}

.top-spacing-light {
  margin-top: 10px;
}

.top-spacing-medium {
  margin-top: 20px;
}

.family-sans-serif {
  font-family: "Poppins";
}

.family-serif {
  font-family: "Poppins";
}

.heading-accent {
  color: #98012e;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-semibold {
  font-weight: 500;
}

.strikeout {
  line-height: 1em;
  position: relative;
}

.strikeout::after {
  border-bottom-color: inherit;
  border-bottom-width: 0.125em;
  border-bottom-style: solid;
  content: '';
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 55%;
}

.strikout-angle::after {
  top: 50%;
  transform: rotate(12deg);
}

.font-size-xl {
  font-size: 2.5rem;
}

.text-whitespace-pl {
  white-space: pre-line;
}

.font-size-1 {
  font-size: 0.75rem !important;
}

@media (min-width: 768px) {
  .font-size-sm-1 {
    font-size: 0.75rem !important;
  }
}

@media (min-width: 1000px) {
  .font-size-md-1 {
    font-size: 0.75rem !important;
  }
}

@media (min-width: 1230px) {
  .font-size-lg-1 {
    font-size: 0.75rem !important;
  }
}

@media (min-width: 1400px) {
  .font-size-xl-1 {
    font-size: 0.75rem !important;
  }
}

.font-size-2 {
  font-size: 0.875rem !important;
}

@media (min-width: 768px) {
  .font-size-sm-2 {
    font-size: 0.875rem !important;
  }
}

@media (min-width: 1000px) {
  .font-size-md-2 {
    font-size: 0.875rem !important;
  }
}

@media (min-width: 1230px) {
  .font-size-lg-2 {
    font-size: 0.875rem !important;
  }
}

@media (min-width: 1400px) {
  .font-size-xl-2 {
    font-size: 0.875rem !important;
  }
}

.font-size-3 {
  font-size: 1rem !important;
}

@media (min-width: 768px) {
  .font-size-sm-3 {
    font-size: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .font-size-md-3 {
    font-size: 1rem !important;
  }
}

@media (min-width: 1230px) {
  .font-size-lg-3 {
    font-size: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .font-size-xl-3 {
    font-size: 1rem !important;
  }
}

.font-size-4 {
  font-size: 1.125rem !important;
}

@media (min-width: 768px) {
  .font-size-sm-4 {
    font-size: 1.125rem !important;
  }
}

@media (min-width: 1000px) {
  .font-size-md-4 {
    font-size: 1.125rem !important;
  }
}

@media (min-width: 1230px) {
  .font-size-lg-4 {
    font-size: 1.125rem !important;
  }
}

@media (min-width: 1400px) {
  .font-size-xl-4 {
    font-size: 1.125rem !important;
  }
}

.font-size-5 {
  font-size: 1.5rem !important;
}

@media (min-width: 768px) {
  .font-size-sm-5 {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .font-size-md-5 {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 1230px) {
  .font-size-lg-5 {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .font-size-xl-5 {
    font-size: 1.5rem !important;
  }
}

.font-size-6 {
  font-size: 2.25rem !important;
}

@media (min-width: 768px) {
  .font-size-sm-6 {
    font-size: 2.25rem !important;
  }
}

@media (min-width: 1000px) {
  .font-size-md-6 {
    font-size: 2.25rem !important;
  }
}

@media (min-width: 1230px) {
  .font-size-lg-6 {
    font-size: 2.25rem !important;
  }
}

@media (min-width: 1400px) {
  .font-size-xl-6 {
    font-size: 2.25rem !important;
  }
}

.text-none {
  text-transform: none !important;
}

.poppins-12, .poppins-14, .poppins-16, .poppins-20, .poppins-40 {
  font-weight: 400;
  font-family: Poppins;
}

.poppins-bold-12, .poppins-bold-14, .poppins-bold-16, .poppins-bold-20, .poppins-bold-40 {
  font-weight: 500;
  font-family: Poppins;
}

.poppins-bolder-12, .poppins-bolder-14, .poppins-bolder-16, .poppins-bolder-20, .poppins-bolder-40 {
  font-weight: 600;
  font-family: Poppins;
}

.poppins-12 {
  font-size: 12px;
  line-height: 15.6px;
}

.poppins-bold-12 {
  font-size: 12px;
  line-height: 15.6px;
}

.poppins-bolder-12 {
  font-size: 12px;
  line-height: 15.6px;
}

.poppins-14 {
  font-size: 14px;
  line-height: 18.2px;
}

.poppins-bold-14 {
  font-size: 14px;
  line-height: 18.2px;
}

.poppins-bolder-14 {
  font-size: 14px;
  line-height: 18.2px;
}

.poppins-16 {
  font-size: 16px;
  line-height: 20.8px;
}

.poppins-bold-16 {
  font-size: 16px;
  line-height: 20.8px;
}

.poppins-bolder-16 {
  font-size: 16px;
  line-height: 20.8px;
}

.poppins-20 {
  font-size: 20px;
  line-height: 26px;
}

.poppins-bold-20 {
  font-size: 20px;
  line-height: 26px;
}

.poppins-bolder-20 {
  font-size: 20px;
  line-height: 26px;
}

.poppins-40 {
  font-size: 40px;
  line-height: 52px;
}

.poppins-bold-40 {
  font-size: 40px;
  line-height: 52px;
}

.poppins-bolder-40 {
  font-size: 40px;
  line-height: 52px;
}

.btn,
.icon-button {
  padding: 8px 22px;
  font-size: 1rem;
  line-height: 1.5625;
  border-radius: 250px;
  font-family: "Poppins";
  font-weight: 500;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  white-space: inherit;
}

.btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active,
.icon-button:hover,
.icon-button:focus,
.focus.icon-button,
.icon-button:active,
.active.icon-button {
  text-decoration: none;
}

.btn.disabled, .btn[disabled],
.disabled.icon-button,
.icon-button[disabled] {
  background-color: #b2b2b2;
  color: #ffffff;
}

.btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active,
.disabled.icon-button:hover,
.disabled.icon-button:focus,
.disabled.focus.icon-button,
.disabled.icon-button:active,
.disabled.active.icon-button,
.icon-button[disabled]:hover,
.icon-button[disabled]:focus,
.icon-button[disabled].focus,
.icon-button[disabled]:active,
.icon-button[disabled].active {
  background-color: #ffffff;
  color: #b2b2b2;
}

.btn-box,
.sd-select-box {
  border: #cccccc solid 1px;
  padding: 10px;
  height: 52px;
  display: flex;
  align-items: center;
  flex-direction: flex-row;
  cursor: pointer;
  text-decoration: none;
}

.btn-box:hover, .btn-box:focus, .btn-box.focus, .btn-box:active, .btn-box.active,
.sd-select-box:hover,
.sd-select-box:focus,
.focus.sd-select-box,
.sd-select-box:active,
.active.sd-select-box {
  border-color: #171717;
  text-decoration: none;
}

.btn-box.small,
.small.sd-select-box {
  height: 40px;
}

.btn-box.results-small,
.results-small.sd-select-box {
  height: 50px;
}

.btn-box-group .btn-box {
  margin-bottom: 10px;
}

.btn-box-center:first-child {
  margin: 0 auto;
}

.btn-primary {
  background-color: #98012e;
  color: #ffffff;
  border-color: #98012e;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary:active:focus {
  background-color: #171717;
  color: #ffffff;
  border-color: #171717;
}

.btn-primary.btn-no-stick:focus, .btn-primary.btn-no-stick.focus, .btn-primary.btn-no-stick:active, .btn-primary.btn-no-stick.active {
  outline: none;
  background-color: #98012e;
  color: #ffffff;
  border-color: #98012e;
}

.btn-primary.btn-no-stick:focus:hover, .btn-primary.btn-no-stick.focus:hover, .btn-primary.btn-no-stick:active:hover, .btn-primary.btn-no-stick.active:hover {
  outline: none;
  background-color: #171717;
  color: #ffffff;
  border-color: #171717;
}

.btn-secondary, .btn-secondary-light {
  background-color: #ffffff;
  color: #171717;
  border-color: #171717;
}

.btn-secondary:hover, .btn-secondary-light:hover, .btn-secondary:focus, .btn-secondary-light:focus, .btn-secondary.focus, .focus.btn-secondary-light, .btn-secondary:active, .btn-secondary-light:active, .btn-secondary.active, .active.btn-secondary-light {
  background-color: #ffffff;
  color: #171717;
  border-color: #171717;
}

.btn-secondary.btn-no-stick:focus, .btn-no-stick.btn-secondary-light:focus, .btn-secondary.btn-no-stick.focus, .btn-no-stick.focus.btn-secondary-light, .btn-secondary.btn-no-stick:active, .btn-no-stick.btn-secondary-light:active, .btn-secondary.btn-no-stick.active, .btn-no-stick.active.btn-secondary-light {
  outline: none;
  background-color: #ffffff;
  color: #171717;
  border-color: #171717;
}

.btn-secondary.btn-no-stick:focus:hover, .btn-no-stick.btn-secondary-light:focus:hover, .btn-secondary.btn-no-stick.focus:hover, .btn-no-stick.focus.btn-secondary-light:hover, .btn-secondary.btn-no-stick:active:hover, .btn-no-stick.btn-secondary-light:active:hover, .btn-secondary.btn-no-stick.active:hover, .btn-no-stick.active.btn-secondary-light:hover {
  outline: none;
  background-color: #ffffff;
  color: #171717;
  border-color: #171717;
}

.btn-secondary-deemphasized {
  background-color: #ffffff;
  color: #98012e;
  border-color: #cccccc;
}

.btn-secondary-deemphasized:hover, .btn-secondary-deemphasized:focus, .btn-secondary-deemphasized.focus, .btn-secondary-deemphasized:active, .btn-secondary-deemphasized.active {
  background-color: #171717;
  color: #ffffff;
  border-color: #171717;
}

.btn-secondary-deemphasized.btn-no-stick:focus, .btn-secondary-deemphasized.btn-no-stick.focus, .btn-secondary-deemphasized.btn-no-stick:active, .btn-secondary-deemphasized.btn-no-stick.active {
  outline: none;
  background-color: #ffffff;
  color: #98012e;
  border-color: #cccccc;
}

.btn-secondary-deemphasized.btn-no-stick:focus:hover, .btn-secondary-deemphasized.btn-no-stick.focus:hover, .btn-secondary-deemphasized.btn-no-stick:active:hover, .btn-secondary-deemphasized.btn-no-stick.active:hover {
  outline: none;
  background-color: #171717;
  color: #ffffff;
  border-color: #171717;
}

.btn-teal {
  background-color: #024f55;
  color: #ffffff;
  border-color: #024f55;
}

.btn-teal:hover, .btn-teal:focus, .btn-teal.focus, .btn-teal:active, .btn-teal.active, .btn-teal:active:hover, .btn-teal:active:focus {
  background-color: #024f55;
  color: #ffffff;
  border-color: #024f55;
}

.btn-full,
.btn-large {
  color: #ffffff;
}

.btn-full.slab-gold-solid:hover, .btn-full.slab-gold-solid:focus, .btn-full.slab-gold-solid.focus, .btn-full.slab-gold-solid:active, .btn-full.slab-gold-solid.active,
.btn-large.slab-gold-solid:hover,
.btn-large.slab-gold-solid:focus,
.btn-large.slab-gold-solid.focus,
.btn-large.slab-gold-solid:active,
.btn-large.slab-gold-solid.active {
  background-color: #6c573c;
  color: #ffffff;
}

.btn-full.slab-silver-solid:hover, .btn-full.slab-silver-solid:focus, .btn-full.slab-silver-solid.focus, .btn-full.slab-silver-solid:active, .btn-full.slab-silver-solid.active,
.btn-large.slab-silver-solid:hover,
.btn-large.slab-silver-solid:focus,
.btn-large.slab-silver-solid.focus,
.btn-large.slab-silver-solid:active,
.btn-large.slab-silver-solid.active {
  background-color: #5d5d5d;
  color: #ffffff;
}

.btn-full.slab-bronze-solid:hover, .btn-full.slab-bronze-solid:focus, .btn-full.slab-bronze-solid.focus, .btn-full.slab-bronze-solid:active, .btn-full.slab-bronze-solid.active,
.btn-large.slab-bronze-solid:hover,
.btn-large.slab-bronze-solid:focus,
.btn-large.slab-bronze-solid.focus,
.btn-large.slab-bronze-solid:active,
.btn-large.slab-bronze-solid.active {
  background-color: #6e3d0d;
  color: #ffffff;
}

.btn-full.btn-gin,
.btn-large.btn-gin {
  background-color: #D5DBC6;
  color: #000000;
  border-color: #ffffff;
}

.btn-full.btn-gin:hover, .btn-full.btn-gin:focus, .btn-full.btn-gin.focus, .btn-full.btn-gin:active, .btn-full.btn-gin.active,
.btn-large.btn-gin:hover,
.btn-large.btn-gin:focus,
.btn-large.btn-gin.focus,
.btn-large.btn-gin:active,
.btn-large.btn-gin.active {
  background-color: #b2bd97;
  color: #000000;
  border-color: #ffffff;
}

.btn-full.upsell-btn-padding,
.btn-large.upsell-btn-padding {
  padding: 8px 20px;
}

.modal .upsell-btn-padding {
  padding: 4px 14px !important;
}

.btn-full {
  width: 100%;
}

.btn-primary {
  background-color: #b90546;
  color: #ffffff;
  border-color: #b90546;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
  background-color: #b90546;
  color: #ffffff;
  border-color: #b90546;
}

.btn-primary.btn-no-stick:focus, .btn-primary.btn-no-stick.focus, .btn-primary.btn-no-stick:active, .btn-primary.btn-no-stick.active {
  outline: none;
  background-color: #b90546;
  color: #ffffff;
  border-color: #b90546;
}

.btn-primary.btn-no-stick:focus:hover, .btn-primary.btn-no-stick.focus:hover, .btn-primary.btn-no-stick:active:hover, .btn-primary.btn-no-stick.active:hover {
  outline: none;
  background-color: #b90546;
  color: #ffffff;
  border-color: #b90546;
}

.my-account-renew-btn {
  display: inline-block;
  background-color: #693323;
  color: #ffffff;
  text-align: center;
  border-radius: 0.25rem;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.125rem 0.375rem;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-account-renew-btn:hover {
  text-decoration: none;
  font-weight: 800;
  color: #ffffff;
}

.my-account-renew-btn:focus {
  color: #ffffff;
}

button.close.non-modal {
  position: relative;
  font-size: 16px;
}

button.close.non-modal: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f057";
}

.btn.disabled,
:disabled {
  pointer-events: none;
}

hr,
.rule {
  color: #cccccc;
}

hr.align-left {
  margin-left: 0;
}

hr.align-right {
  margin-right: 0;
}

hr.short-line {
  width: 158px;
}

@media (min-width: 768px) {
  .box-shadow-desktop-only {
    box-shadow: 0 10px 24px 6px rgba(0, 0, 0, 0.2);
  }
}

.primary-menu-toggle, .primary-menu-cart,
.primary-menu-toggle h1,
.primary-menu-cart h1,
.primary-menu-toggle h2,
.primary-menu-cart h2,
.primary-menu-toggle h3,
.primary-menu-cart h3,
.primary-menu-toggle table.data-rows th.header-branded,
table.data-rows .primary-menu-toggle th.header-branded,
.primary-menu-cart table.data-rows th.header-branded,
table.data-rows .primary-menu-cart th.header-branded,
.primary-menu-toggle h4,
.primary-menu-cart h4,
.primary-menu-toggle h5,
.primary-menu-cart h5,
.primary-menu-toggle h6,
.primary-menu-cart h6,
.slab-inverted,
.slab-inverted h1,
.slab-inverted h2,
.slab-inverted h3,
.slab-inverted table.data-rows th.header-branded,
table.data-rows .slab-inverted th.header-branded,
.slab-inverted h4,
.slab-inverted h5,
.slab-inverted h6 {
  color: #ffffff;
}

.primary-menu-toggle > a, .primary-menu-cart > a,
.primary-menu-toggle h1 > a,
.primary-menu-cart h1 > a,
.primary-menu-toggle h2 > a,
.primary-menu-cart h2 > a,
.primary-menu-toggle h3 > a,
.primary-menu-cart h3 > a,
.primary-menu-toggle table.data-rows th.header-branded > a,
table.data-rows .primary-menu-toggle th.header-branded > a,
.primary-menu-cart table.data-rows th.header-branded > a,
table.data-rows .primary-menu-cart th.header-branded > a,
.primary-menu-toggle h4 > a,
.primary-menu-cart h4 > a,
.primary-menu-toggle h5 > a,
.primary-menu-cart h5 > a,
.primary-menu-toggle h6 > a,
.primary-menu-cart h6 > a,
.slab-inverted > a,
.slab-inverted h1 > a,
.slab-inverted h2 > a,
.slab-inverted h3 > a,
.slab-inverted table.data-rows th.header-branded > a,
table.data-rows .slab-inverted th.header-branded > a,
.slab-inverted h4 > a,
.slab-inverted h5 > a,
.slab-inverted h6 > a {
  color: #ffffff;
  text-decoration: underline;
}

.primary-menu-toggle > a:hover, .primary-menu-cart > a:hover,
.primary-menu-toggle h1 > a:hover,
.primary-menu-cart h1 > a:hover,
.primary-menu-toggle h2 > a:hover,
.primary-menu-cart h2 > a:hover,
.primary-menu-toggle h3 > a:hover,
.primary-menu-cart h3 > a:hover,
.primary-menu-toggle table.data-rows th.header-branded > a:hover,
table.data-rows .primary-menu-toggle th.header-branded > a:hover,
.primary-menu-cart table.data-rows th.header-branded > a:hover,
table.data-rows .primary-menu-cart th.header-branded > a:hover,
.primary-menu-toggle h4 > a:hover,
.primary-menu-cart h4 > a:hover,
.primary-menu-toggle h5 > a:hover,
.primary-menu-cart h5 > a:hover,
.primary-menu-toggle h6 > a:hover,
.primary-menu-cart h6 > a:hover,
.slab-inverted > a:hover,
.slab-inverted h1 > a:hover,
.slab-inverted h2 > a:hover,
.slab-inverted h3 > a:hover,
.slab-inverted table.data-rows th.header-branded > a:hover,
table.data-rows .slab-inverted th.header-branded > a:hover,
.slab-inverted h4 > a:hover,
.slab-inverted h5 > a:hover,
.slab-inverted h6 > a:hover {
  text-decoration: none;
}

.primary-menu-toggle a, .primary-menu-cart a, .primary-menu-toggle a:hover, .primary-menu-cart a:hover, .primary-menu-toggle a:focus, .primary-menu-cart a:focus, .primary-menu-toggle > a, .primary-menu-cart > a, .primary-menu-toggle > a:hover, .primary-menu-cart > a:hover,
.primary-menu-toggle > a:focus,
.primary-menu-cart > a:focus,
.slab-inverted a,
.slab-inverted a:hover,
.slab-inverted a:focus,
.slab-inverted > a,
.slab-inverted > a:hover,
.slab-inverted > a:focus {
  color: #ffffff;
}

.primary-menu-toggle .btn-primary, .primary-menu-cart .btn-primary,
.primary-menu-toggle .btn-secondary,
.primary-menu-cart .btn-secondary,
.primary-menu-toggle .btn-secondary-light,
.primary-menu-cart .btn-secondary-light,
.primary-menu-toggle .btn-default,
.primary-menu-cart .btn-default,
.slab-inverted .btn-primary,
.slab-inverted .btn-secondary,
.slab-inverted .btn-secondary-light,
.slab-inverted .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.primary-menu-toggle .btn-primary:hover, .primary-menu-cart .btn-primary:hover, .primary-menu-toggle .btn-primary:focus, .primary-menu-cart .btn-primary:focus, .primary-menu-toggle .btn-primary.focus, .primary-menu-cart .btn-primary.focus, .primary-menu-toggle .btn-primary:active, .primary-menu-cart .btn-primary:active, .primary-menu-toggle .btn-primary.active, .primary-menu-cart .btn-primary.active,
.primary-menu-toggle .btn-secondary:hover,
.primary-menu-cart .btn-secondary:hover,
.primary-menu-toggle .btn-secondary-light:hover,
.primary-menu-cart .btn-secondary-light:hover,
.primary-menu-toggle .btn-secondary:focus,
.primary-menu-cart .btn-secondary:focus,
.primary-menu-toggle .btn-secondary-light:focus,
.primary-menu-cart .btn-secondary-light:focus,
.primary-menu-toggle .btn-secondary.focus,
.primary-menu-cart .btn-secondary.focus,
.primary-menu-toggle .focus.btn-secondary-light,
.primary-menu-cart .focus.btn-secondary-light,
.primary-menu-toggle .btn-secondary:active,
.primary-menu-cart .btn-secondary:active,
.primary-menu-toggle .btn-secondary-light:active,
.primary-menu-cart .btn-secondary-light:active,
.primary-menu-toggle .btn-secondary.active,
.primary-menu-cart .btn-secondary.active,
.primary-menu-toggle .active.btn-secondary-light,
.primary-menu-cart .active.btn-secondary-light,
.primary-menu-toggle .btn-default:hover,
.primary-menu-cart .btn-default:hover,
.primary-menu-toggle .btn-default:focus,
.primary-menu-cart .btn-default:focus,
.primary-menu-toggle .btn-default.focus,
.primary-menu-cart .btn-default.focus,
.primary-menu-toggle .btn-default:active,
.primary-menu-cart .btn-default:active,
.primary-menu-toggle .btn-default.active,
.primary-menu-cart .btn-default.active,
.slab-inverted .btn-primary:hover,
.slab-inverted .btn-primary:focus,
.slab-inverted .btn-primary.focus,
.slab-inverted .btn-primary:active,
.slab-inverted .btn-primary.active,
.slab-inverted .btn-secondary:hover,
.slab-inverted .btn-secondary-light:hover,
.slab-inverted .btn-secondary:focus,
.slab-inverted .btn-secondary-light:focus,
.slab-inverted .btn-secondary.focus,
.slab-inverted .focus.btn-secondary-light,
.slab-inverted .btn-secondary:active,
.slab-inverted .btn-secondary-light:active,
.slab-inverted .btn-secondary.active,
.slab-inverted .active.btn-secondary-light,
.slab-inverted .btn-default:hover,
.slab-inverted .btn-default:focus,
.slab-inverted .btn-default.focus,
.slab-inverted .btn-default:active,
.slab-inverted .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}

.primary-menu-toggle .badge, .primary-menu-cart .badge,
.slab-inverted .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}

.customer-review-slab, .firm-dashboard-card, .course-card, .course-format-card,
.classification-format-card,
.card, .testimonial, .home-callout-search,
.slab-shadow,
table.data-rows tbody,
.cle-pass .inner-cle-item.item-large {
  box-shadow: 0 10px 24px 6px rgba(0, 0, 0, 0.1);
}

.content,
.slab-white,
table.data-rows td {
  background-color: #ffffff;
}


.slab-brand,
table.stacktable.branded-header tr > th,
.table-styled.branded-header tr > th,
.table-header.expandable {
  background-color: #171717;
}


.slab-brand,
table.stacktable.branded-header tr > th,
.table-styled.branded-header tr > th,
.table-header.expandable,
.slab-brand h1,
table.stacktable.branded-header tr > th h1,
.table-styled.branded-header tr > th h1,
.table-header.expandable h1,
.slab-brand h2,
table.stacktable.branded-header tr > th h2,
.table-styled.branded-header tr > th h2,
.table-header.expandable h2,
.slab-brand h3,
table.stacktable.branded-header tr > th h3,
.table-styled.branded-header tr > th h3,
.table-header.expandable h3,
.slab-brand table.data-rows th.header-branded,
table.data-rows .slab-brand th.header-branded,
table.stacktable.branded-header tr > th table.data-rows th.header-branded,
table.data-rows table.stacktable.branded-header tr > th th.header-branded,
.table-styled.branded-header tr > th table.data-rows th.header-branded,
table.data-rows .table-styled.branded-header tr > th th.header-branded,
.table-header.expandable table.data-rows th.header-branded,
table.data-rows .table-header.expandable th.header-branded,
.slab-brand h4,
table.stacktable.branded-header tr > th h4,
.table-styled.branded-header tr > th h4,
.table-header.expandable h4,
.slab-brand h5,
table.stacktable.branded-header tr > th h5,
.table-styled.branded-header tr > th h5,
.table-header.expandable h5,
.slab-brand h6,
table.stacktable.branded-header tr > th h6,
.table-styled.branded-header tr > th h6,
.table-header.expandable h6 {
  color: #ffffff;
}


.slab-brand > a,
table.stacktable.branded-header tr > th > a,
.table-styled.branded-header tr > th > a,
.table-header.expandable > a,
.slab-brand h1 > a,
table.stacktable.branded-header tr > th h1 > a,
.table-styled.branded-header tr > th h1 > a,
.table-header.expandable h1 > a,
.slab-brand h2 > a,
table.stacktable.branded-header tr > th h2 > a,
.table-styled.branded-header tr > th h2 > a,
.table-header.expandable h2 > a,
.slab-brand h3 > a,
table.stacktable.branded-header tr > th h3 > a,
.table-styled.branded-header tr > th h3 > a,
.table-header.expandable h3 > a,
.slab-brand table.data-rows th.header-branded > a,
table.data-rows .slab-brand th.header-branded > a,
table.stacktable.branded-header tr > th table.data-rows th.header-branded > a,
table.data-rows table.stacktable.branded-header tr > th th.header-branded > a,
.table-styled.branded-header tr > th table.data-rows th.header-branded > a,
table.data-rows .table-styled.branded-header tr > th th.header-branded > a,
.table-header.expandable table.data-rows th.header-branded > a,
table.data-rows .table-header.expandable th.header-branded > a,
.slab-brand h4 > a,
table.stacktable.branded-header tr > th h4 > a,
.table-styled.branded-header tr > th h4 > a,
.table-header.expandable h4 > a,
.slab-brand h5 > a,
table.stacktable.branded-header tr > th h5 > a,
.table-styled.branded-header tr > th h5 > a,
.table-header.expandable h5 > a,
.slab-brand h6 > a,
table.stacktable.branded-header tr > th h6 > a,
.table-styled.branded-header tr > th h6 > a,
.table-header.expandable h6 > a {
  color: #ffffff;
  text-decoration: underline;
}


.slab-brand > a:hover,
table.stacktable.branded-header tr > th > a:hover,
.table-styled.branded-header tr > th > a:hover,
.table-header.expandable > a:hover,
.slab-brand h1 > a:hover,
table.stacktable.branded-header tr > th h1 > a:hover,
.table-styled.branded-header tr > th h1 > a:hover,
.table-header.expandable h1 > a:hover,
.slab-brand h2 > a:hover,
table.stacktable.branded-header tr > th h2 > a:hover,
.table-styled.branded-header tr > th h2 > a:hover,
.table-header.expandable h2 > a:hover,
.slab-brand h3 > a:hover,
table.stacktable.branded-header tr > th h3 > a:hover,
.table-styled.branded-header tr > th h3 > a:hover,
.table-header.expandable h3 > a:hover,
.slab-brand table.data-rows th.header-branded > a:hover,
table.data-rows .slab-brand th.header-branded > a:hover,
table.stacktable.branded-header tr > th table.data-rows th.header-branded > a:hover,
table.data-rows table.stacktable.branded-header tr > th th.header-branded > a:hover,
.table-styled.branded-header tr > th table.data-rows th.header-branded > a:hover,
table.data-rows .table-styled.branded-header tr > th th.header-branded > a:hover,
.table-header.expandable table.data-rows th.header-branded > a:hover,
table.data-rows .table-header.expandable th.header-branded > a:hover,
.slab-brand h4 > a:hover,
table.stacktable.branded-header tr > th h4 > a:hover,
.table-styled.branded-header tr > th h4 > a:hover,
.table-header.expandable h4 > a:hover,
.slab-brand h5 > a:hover,
table.stacktable.branded-header tr > th h5 > a:hover,
.table-styled.branded-header tr > th h5 > a:hover,
.table-header.expandable h5 > a:hover,
.slab-brand h6 > a:hover,
table.stacktable.branded-header tr > th h6 > a:hover,
.table-styled.branded-header tr > th h6 > a:hover,
.table-header.expandable h6 > a:hover {
  text-decoration: none;
}


.slab-brand a,
table.stacktable.branded-header tr > th a,
.table-styled.branded-header tr > th a,
.table-header.expandable a,
.slab-brand a:hover,
table.stacktable.branded-header tr > th a:hover,
.table-styled.branded-header tr > th a:hover,
.table-header.expandable a:hover,
.slab-brand a:focus,
table.stacktable.branded-header tr > th a:focus,
.table-styled.branded-header tr > th a:focus,
.table-header.expandable a:focus,
.slab-brand > a,
table.stacktable.branded-header tr > th > a,
.table-styled.branded-header tr > th > a,
.table-header.expandable > a,
.slab-brand > a:hover,
table.stacktable.branded-header tr > th > a:hover,
.table-styled.branded-header tr > th > a:hover,
.table-header.expandable > a:hover,
.slab-brand > a:focus,
table.stacktable.branded-header tr > th > a:focus,
.table-styled.branded-header tr > th > a:focus,
.table-header.expandable > a:focus {
  color: #ffffff;
}


.slab-brand .btn-primary,
table.stacktable.branded-header tr > th .btn-primary,
.table-styled.branded-header tr > th .btn-primary,
.table-header.expandable .btn-primary,
.slab-brand .btn-secondary,
table.stacktable.branded-header tr > th .btn-secondary,
.table-styled.branded-header tr > th .btn-secondary,
.table-header.expandable .btn-secondary,
.slab-brand .btn-secondary-light,
table.stacktable.branded-header tr > th .btn-secondary-light,
.table-styled.branded-header tr > th .btn-secondary-light,
.table-header.expandable .btn-secondary-light,
.slab-brand .btn-default,
table.stacktable.branded-header tr > th .btn-default,
.table-styled.branded-header tr > th .btn-default,
.table-header.expandable .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}


.slab-brand .btn-primary:hover,
table.stacktable.branded-header tr > th .btn-primary:hover,
.table-styled.branded-header tr > th .btn-primary:hover,
.table-header.expandable .btn-primary:hover,
.slab-brand .btn-primary:focus,
table.stacktable.branded-header tr > th .btn-primary:focus,
.table-styled.branded-header tr > th .btn-primary:focus,
.table-header.expandable .btn-primary:focus,
.slab-brand .btn-primary.focus,
table.stacktable.branded-header tr > th .btn-primary.focus,
.table-styled.branded-header tr > th .btn-primary.focus,
.table-header.expandable .btn-primary.focus,
.slab-brand .btn-primary:active,
table.stacktable.branded-header tr > th .btn-primary:active,
.table-styled.branded-header tr > th .btn-primary:active,
.table-header.expandable .btn-primary:active,
.slab-brand .btn-primary.active,
table.stacktable.branded-header tr > th .btn-primary.active,
.table-styled.branded-header tr > th .btn-primary.active,
.table-header.expandable .btn-primary.active,
.slab-brand .btn-secondary:hover,
table.stacktable.branded-header tr > th .btn-secondary:hover,
.table-styled.branded-header tr > th .btn-secondary:hover,
.table-header.expandable .btn-secondary:hover,
.slab-brand .btn-secondary-light:hover,
table.stacktable.branded-header tr > th .btn-secondary-light:hover,
.table-styled.branded-header tr > th .btn-secondary-light:hover,
.table-header.expandable .btn-secondary-light:hover,
.slab-brand .btn-secondary:focus,
table.stacktable.branded-header tr > th .btn-secondary:focus,
.table-styled.branded-header tr > th .btn-secondary:focus,
.table-header.expandable .btn-secondary:focus,
.slab-brand .btn-secondary-light:focus,
table.stacktable.branded-header tr > th .btn-secondary-light:focus,
.table-styled.branded-header tr > th .btn-secondary-light:focus,
.table-header.expandable .btn-secondary-light:focus,
.slab-brand .btn-secondary.focus,
table.stacktable.branded-header tr > th .btn-secondary.focus,
.table-styled.branded-header tr > th .btn-secondary.focus,
.table-header.expandable .btn-secondary.focus,
.slab-brand .focus.btn-secondary-light,
table.stacktable.branded-header tr > th .focus.btn-secondary-light,
.table-styled.branded-header tr > th .focus.btn-secondary-light,
.table-header.expandable .focus.btn-secondary-light,
.slab-brand .btn-secondary:active,
table.stacktable.branded-header tr > th .btn-secondary:active,
.table-styled.branded-header tr > th .btn-secondary:active,
.table-header.expandable .btn-secondary:active,
.slab-brand .btn-secondary-light:active,
table.stacktable.branded-header tr > th .btn-secondary-light:active,
.table-styled.branded-header tr > th .btn-secondary-light:active,
.table-header.expandable .btn-secondary-light:active,
.slab-brand .btn-secondary.active,
table.stacktable.branded-header tr > th .btn-secondary.active,
.table-styled.branded-header tr > th .btn-secondary.active,
.table-header.expandable .btn-secondary.active,
.slab-brand .active.btn-secondary-light,
table.stacktable.branded-header tr > th .active.btn-secondary-light,
.table-styled.branded-header tr > th .active.btn-secondary-light,
.table-header.expandable .active.btn-secondary-light,
.slab-brand .btn-default:hover,
table.stacktable.branded-header tr > th .btn-default:hover,
.table-styled.branded-header tr > th .btn-default:hover,
.table-header.expandable .btn-default:hover,
.slab-brand .btn-default:focus,
table.stacktable.branded-header tr > th .btn-default:focus,
.table-styled.branded-header tr > th .btn-default:focus,
.table-header.expandable .btn-default:focus,
.slab-brand .btn-default.focus,
table.stacktable.branded-header tr > th .btn-default.focus,
.table-styled.branded-header tr > th .btn-default.focus,
.table-header.expandable .btn-default.focus,
.slab-brand .btn-default:active,
table.stacktable.branded-header tr > th .btn-default:active,
.table-styled.branded-header tr > th .btn-default:active,
.table-header.expandable .btn-default:active,
.slab-brand .btn-default.active,
table.stacktable.branded-header tr > th .btn-default.active,
.table-styled.branded-header tr > th .btn-default.active,
.table-header.expandable .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}


.slab-brand .badge,
table.stacktable.branded-header tr > th .badge,
.table-styled.branded-header tr > th .badge,
.table-header.expandable .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}


.slab-gold {
  background-color: #8d724e;
  background-image: linear-gradient(to left, #8d724e 0%, #a6875e);
}


.slab-gold,
.slab-gold h1,
.slab-gold h2,
.slab-gold h3,
.slab-gold table.data-rows th.header-branded,
table.data-rows .slab-gold th.header-branded,
.slab-gold h4,
.slab-gold h5,
.slab-gold h6 {
  color: #ffffff;
}


.slab-gold > a,
.slab-gold h1 > a,
.slab-gold h2 > a,
.slab-gold h3 > a,
.slab-gold table.data-rows th.header-branded > a,
table.data-rows .slab-gold th.header-branded > a,
.slab-gold h4 > a,
.slab-gold h5 > a,
.slab-gold h6 > a {
  color: #ffffff;
  text-decoration: underline;
}


.slab-gold > a:hover,
.slab-gold h1 > a:hover,
.slab-gold h2 > a:hover,
.slab-gold h3 > a:hover,
.slab-gold table.data-rows th.header-branded > a:hover,
table.data-rows .slab-gold th.header-branded > a:hover,
.slab-gold h4 > a:hover,
.slab-gold h5 > a:hover,
.slab-gold h6 > a:hover {
  text-decoration: none;
}


.slab-gold a,
.slab-gold a:hover,
.slab-gold a:focus,
.slab-gold > a,
.slab-gold > a:hover,
.slab-gold > a:focus {
  color: #ffffff;
}


.slab-gold .btn-primary,
.slab-gold .btn-secondary,
.slab-gold .btn-secondary-light,
.slab-gold .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}


.slab-gold .btn-primary:hover,
.slab-gold .btn-primary:focus,
.slab-gold .btn-primary.focus,
.slab-gold .btn-primary:active,
.slab-gold .btn-primary.active,
.slab-gold .btn-secondary:hover,
.slab-gold .btn-secondary-light:hover,
.slab-gold .btn-secondary:focus,
.slab-gold .btn-secondary-light:focus,
.slab-gold .btn-secondary.focus,
.slab-gold .focus.btn-secondary-light,
.slab-gold .btn-secondary:active,
.slab-gold .btn-secondary-light:active,
.slab-gold .btn-secondary.active,
.slab-gold .active.btn-secondary-light,
.slab-gold .btn-default:hover,
.slab-gold .btn-default:focus,
.slab-gold .btn-default.focus,
.slab-gold .btn-default:active,
.slab-gold .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}


.slab-gold .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}


.slab-gold-solid {
  background: #8d724e;
}


.slab-tinted-gold {
  background-color: #f4f0ea;
}


.slab-gold-dark {
  background-image: linear-gradient(to right, #735d3f 0%, #8d724e 50%, #a6875e);
}


.slab-gold-dark,
.slab-gold-dark h1,
.slab-gold-dark h2,
.slab-gold-dark h3,
.slab-gold-dark table.data-rows th.header-branded,
table.data-rows .slab-gold-dark th.header-branded,
.slab-gold-dark h4,
.slab-gold-dark h5,
.slab-gold-dark h6 {
  color: #ffffff;
}


.slab-gold-dark > a,
.slab-gold-dark h1 > a,
.slab-gold-dark h2 > a,
.slab-gold-dark h3 > a,
.slab-gold-dark table.data-rows th.header-branded > a,
table.data-rows .slab-gold-dark th.header-branded > a,
.slab-gold-dark h4 > a,
.slab-gold-dark h5 > a,
.slab-gold-dark h6 > a {
  color: #ffffff;
  text-decoration: underline;
}


.slab-gold-dark > a:hover,
.slab-gold-dark h1 > a:hover,
.slab-gold-dark h2 > a:hover,
.slab-gold-dark h3 > a:hover,
.slab-gold-dark table.data-rows th.header-branded > a:hover,
table.data-rows .slab-gold-dark th.header-branded > a:hover,
.slab-gold-dark h4 > a:hover,
.slab-gold-dark h5 > a:hover,
.slab-gold-dark h6 > a:hover {
  text-decoration: none;
}


.slab-gold-dark a,
.slab-gold-dark a:hover,
.slab-gold-dark a:focus,
.slab-gold-dark > a,
.slab-gold-dark > a:hover,
.slab-gold-dark > a:focus {
  color: #ffffff;
}


.slab-gold-dark .btn-primary,
.slab-gold-dark .btn-secondary,
.slab-gold-dark .btn-secondary-light,
.slab-gold-dark .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}


.slab-gold-dark .btn-primary:hover,
.slab-gold-dark .btn-primary:focus,
.slab-gold-dark .btn-primary.focus,
.slab-gold-dark .btn-primary:active,
.slab-gold-dark .btn-primary.active,
.slab-gold-dark .btn-secondary:hover,
.slab-gold-dark .btn-secondary-light:hover,
.slab-gold-dark .btn-secondary:focus,
.slab-gold-dark .btn-secondary-light:focus,
.slab-gold-dark .btn-secondary.focus,
.slab-gold-dark .focus.btn-secondary-light,
.slab-gold-dark .btn-secondary:active,
.slab-gold-dark .btn-secondary-light:active,
.slab-gold-dark .btn-secondary.active,
.slab-gold-dark .active.btn-secondary-light,
.slab-gold-dark .btn-default:hover,
.slab-gold-dark .btn-default:focus,
.slab-gold-dark .btn-default.focus,
.slab-gold-dark .btn-default:active,
.slab-gold-dark .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}


.slab-gold-dark .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}


.slab-gold-darkest {
  background-image: linear-gradient(to right, #5b4023 0%, #926738 50%);
}


.slab-gold-darkest,
.slab-gold-darkest h1,
.slab-gold-darkest h2,
.slab-gold-darkest h3,
.slab-gold-darkest table.data-rows th.header-branded,
table.data-rows .slab-gold-darkest th.header-branded,
.slab-gold-darkest h4,
.slab-gold-darkest h5,
.slab-gold-darkest h6 {
  color: #ffffff;
}


.slab-gold-darkest > a,
.slab-gold-darkest h1 > a,
.slab-gold-darkest h2 > a,
.slab-gold-darkest h3 > a,
.slab-gold-darkest table.data-rows th.header-branded > a,
table.data-rows .slab-gold-darkest th.header-branded > a,
.slab-gold-darkest h4 > a,
.slab-gold-darkest h5 > a,
.slab-gold-darkest h6 > a {
  color: #ffffff;
  text-decoration: underline;
}


.slab-gold-darkest > a:hover,
.slab-gold-darkest h1 > a:hover,
.slab-gold-darkest h2 > a:hover,
.slab-gold-darkest h3 > a:hover,
.slab-gold-darkest table.data-rows th.header-branded > a:hover,
table.data-rows .slab-gold-darkest th.header-branded > a:hover,
.slab-gold-darkest h4 > a:hover,
.slab-gold-darkest h5 > a:hover,
.slab-gold-darkest h6 > a:hover {
  text-decoration: none;
}


.slab-gold-darkest a,
.slab-gold-darkest a:hover,
.slab-gold-darkest a:focus,
.slab-gold-darkest > a,
.slab-gold-darkest > a:hover,
.slab-gold-darkest > a:focus {
  color: #ffffff;
}


.slab-gold-darkest .btn-primary,
.slab-gold-darkest .btn-secondary,
.slab-gold-darkest .btn-secondary-light,
.slab-gold-darkest .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}


.slab-gold-darkest .btn-primary:hover,
.slab-gold-darkest .btn-primary:focus,
.slab-gold-darkest .btn-primary.focus,
.slab-gold-darkest .btn-primary:active,
.slab-gold-darkest .btn-primary.active,
.slab-gold-darkest .btn-secondary:hover,
.slab-gold-darkest .btn-secondary-light:hover,
.slab-gold-darkest .btn-secondary:focus,
.slab-gold-darkest .btn-secondary-light:focus,
.slab-gold-darkest .btn-secondary.focus,
.slab-gold-darkest .focus.btn-secondary-light,
.slab-gold-darkest .btn-secondary:active,
.slab-gold-darkest .btn-secondary-light:active,
.slab-gold-darkest .btn-secondary.active,
.slab-gold-darkest .active.btn-secondary-light,
.slab-gold-darkest .btn-default:hover,
.slab-gold-darkest .btn-default:focus,
.slab-gold-darkest .btn-default.focus,
.slab-gold-darkest .btn-default:active,
.slab-gold-darkest .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}


.slab-gold-darkest .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}


.slab-transparent {
  background-color: transparent;
}


.slab-alabaster {
  background: #f7f7f7;
}


.slab-silver {
  background: linear-gradient(to right, #767676 0%, #868686 50%, #a4a3a3 100%);
}


.slab-silver-solid {
  background: #767676;
}


.slab-bronze {
  background: linear-gradient(to right, #9B5613 0%, #bb6f26 50%, #ce7e31 100%);
}


.slab-bronze-solid {
  background: #9B5613;
}


.slab-teal {
  background-color: #024f55;
  background-image: linear-gradient(to bottom, #024f55 0%, #03747d);
}


.slab-teal,
.slab-teal h1,
.slab-teal h2,
.slab-teal h3,
.slab-teal table.data-rows th.header-branded,
table.data-rows .slab-teal th.header-branded,
.slab-teal h4,
.slab-teal h5,
.slab-teal h6 {
  color: #ffffff;
}


.slab-teal > a,
.slab-teal h1 > a,
.slab-teal h2 > a,
.slab-teal h3 > a,
.slab-teal table.data-rows th.header-branded > a,
table.data-rows .slab-teal th.header-branded > a,
.slab-teal h4 > a,
.slab-teal h5 > a,
.slab-teal h6 > a {
  color: #ffffff;
  text-decoration: underline;
}


.slab-teal > a:hover,
.slab-teal h1 > a:hover,
.slab-teal h2 > a:hover,
.slab-teal h3 > a:hover,
.slab-teal table.data-rows th.header-branded > a:hover,
table.data-rows .slab-teal th.header-branded > a:hover,
.slab-teal h4 > a:hover,
.slab-teal h5 > a:hover,
.slab-teal h6 > a:hover {
  text-decoration: none;
}


.slab-teal a,
.slab-teal a:hover,
.slab-teal a:focus,
.slab-teal > a,
.slab-teal > a:hover,
.slab-teal > a:focus {
  color: #ffffff;
}


.slab-teal .btn-primary,
.slab-teal .btn-secondary,
.slab-teal .btn-secondary-light,
.slab-teal .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}


.slab-teal .btn-primary:hover,
.slab-teal .btn-primary:focus,
.slab-teal .btn-primary.focus,
.slab-teal .btn-primary:active,
.slab-teal .btn-primary.active,
.slab-teal .btn-secondary:hover,
.slab-teal .btn-secondary-light:hover,
.slab-teal .btn-secondary:focus,
.slab-teal .btn-secondary-light:focus,
.slab-teal .btn-secondary.focus,
.slab-teal .focus.btn-secondary-light,
.slab-teal .btn-secondary:active,
.slab-teal .btn-secondary-light:active,
.slab-teal .btn-secondary.active,
.slab-teal .active.btn-secondary-light,
.slab-teal .btn-default:hover,
.slab-teal .btn-default:focus,
.slab-teal .btn-default.focus,
.slab-teal .btn-default:active,
.slab-teal .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}


.slab-teal .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}

.my-account-renew-banner {
  background-color: #f6d484;
  text-align: center;
  padding: 0.125rem;
}

.my-account-rebuy-banner {
  background-color: #cc8074;
  text-align: center;
  padding: 0.2rem;
}

a,
.product-summary .product-title a,
.product-summary-expanded .product-title a,
.cart-table-item .product-title a,
.menu-item {
  text-decoration: underline;
}

a:hover, a:focus, a.focus, a:active a.active {
  color: #98012e;
}

.external-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f35d";
  margin-top: 6px;
  padding-left: 1rem;
  font-size: 0.75rem;
  vertical-align: top;
}

h1 a,
h2 a,
h3 a,
table.data-rows th.header-branded a,
h4 a,
h5 a,
h6 a, a.product-format, .utility-nav-phone a,
.inverted-link {
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
table.data-rows th.header-branded a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover, a.product-format:hover, .utility-nav-phone a:hover, h1 a:focus,
h2 a:focus,
h3 a:focus,
table.data-rows th.header-branded a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus, a.product-format:focus, .utility-nav-phone a:focus, h1 a.focus,
h2 a.focus,
h3 a.focus,
table.data-rows th.header-branded a.focus,
h4 a.focus,
h5 a.focus,
h6 a.focus, a.focus.product-format, .utility-nav-phone a.focus, h1 a:active a.active, a.product-format:active h1 a.active,
h2 a:active a.active,
a.product-format:active h2 a.active,
h3 a:active a.active,
a.product-format:active h3 a.active,
table.data-rows th.header-branded a:active a.active,
a.product-format:active table.data-rows th.header-branded a.active,
h4 a:active a.active,
a.product-format:active h4 a.active,
h5 a:active a.active,
a.product-format:active h5 a.active,
h6 a:active a.active,
a.product-format:active h6 a.active, a.product-format:active a.active.product-format, a.product-format:active .utility-nav-phone a.active, .utility-nav-phone a:active a.active,
.inverted-link:hover,
.inverted-link:focus,
.inverted-link.focus,
.inverted-link:active h1 a.active,
h1 .inverted-link:active a.active,
.inverted-link:active h2 a.active,
h2 .inverted-link:active a.active,
.inverted-link:active h3 a.active,
h3 .inverted-link:active a.active,
.inverted-link:active table.data-rows th.header-branded a.active,
table.data-rows th.header-branded .inverted-link:active a.active,
.inverted-link:active h4 a.active,
h4 .inverted-link:active a.active,
.inverted-link:active h5 a.active,
h5 .inverted-link:active a.active,
.inverted-link:active h6 a.active,
h6 .inverted-link:active a.active,
.inverted-link:active a.active.product-format,
.inverted-link:active .utility-nav-phone a.active,
.utility-nav-phone .inverted-link:active a.active, h1 a:active .inverted-link.active, h2 a:active .inverted-link.active, h3 a:active .inverted-link.active, table.data-rows th.header-branded a:active .inverted-link.active, h4 a:active .inverted-link.active, h5 a:active .inverted-link.active, h6 a:active .inverted-link.active, a.product-format:active .inverted-link.active, .utility-nav-phone a:active .inverted-link.active,
.inverted-link:active
.inverted-link.active {
  text-decoration: underline;
}

.menu-item,
.link-text-color {
  color: #333333;
}

.menu-item:hover, .focus.menu-item, .menu-item:focus, .menu-item:active, .active.menu-item,
.link-text-color:hover,
.link-text-color.focus,
.link-text-color:focus,
.link-text-color:active,
.link-text-color.active {
  color: #171717;
}

.link-anchor-wrap {
  position: relative;
}

.link-anchor-wrap .link-anchor {
  position: absolute;
  top: -100px;
}

@media screen and (min-width: 1000px) {
  .link-anchor-wrap .link-anchor {
    top: -160px;
  }
}

a.remove {
  color: initial;
}

ul {
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 999.98px) {
  ul.vertical-columns-4 {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1000px) {
  ul.vertical-columns-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media (min-width: 768px) {
  ul.vertical-columns-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  ul.vertical-columns-2 li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  ul.vertical-columns-2 li:first-child > h2 {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 999.98px) {
  ul.vertical-columns-3 {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1000px) {
  ul.vertical-columns-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
}

.list-lower-roman {
  list-style: lower-roman;
}

.list-upper-roman {
  list-style: upper-roman;
}


.faq-link-list {
  color: #171717;
  font-family: "Poppins";
  font-weight: 400;
  padding-left: 18px;
}

@media screen and (min-width: 768px) {
  
  .faq-link-list {
    padding-left: 15px;
  }
}


.faq-link-list li {
  margin-top: 20px;
}


.faq-link-list li > a {
  text-decoration: none;
}

.checkmark-list {
  list-style: none;
  font-size: 1.3rem;
  line-height: 3rem;
  padding: 0;
}

.checkmark-list li: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f00c";
  color: #008000;
  font-size: 1.6rem;
  padding-right: 10px;
}

.checkmark-list-blue {
  list-style: none;
  font-size: 1.3rem;
  line-height: 3rem;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .checkmark-list-blue {
    line-height: 2rem;
  }
}

.checkmark-list-blue li: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f00c";
  color: #98012e;
  font-size: 1.6rem;
  padding-right: 10px;
}

.list-white-checkmark {
  list-style: none;
  font-size: 1.3rem;
  line-height: 3rem;
  padding: 0;
}

.list-white-checkmark li: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f00c";
  color: #ffffff;
  font-size: 1.6rem;
  padding-right: 10px;
}

.list-color-nums {
  list-style: none;
  counter-reset: my-awesome-counter;
  list-style-position: outside;
}

.list-color-nums li {
  counter-increment: my-awesome-counter;
  display: table;
}

.list-color-nums li::before {
  display: table-cell;
  padding-right: 1rem;
  width: 46px;
  content: counter(my-awesome-counter) ". ";
  color: #171717;
  font-weight: 800;
  font-size: 2rem;
}

.customer-review-slab, .firm-dashboard-card, .course-card, .course-format-card,
.classification-format-card,
.card {
  background-color: #ffffff;
  padding: 20px 20px 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  flex-direction: column;
}

.small-card.customer-review-slab, .small-card.firm-dashboard-card, .small-card.course-card, .small-card.course-format-card,
.small-card.classification-format-card,
.card.small-card {
  margin-bottom: 30px;
  min-height: 370px;
}

@media (max-width: 768px) {
  .small-card.customer-review-slab, .small-card.firm-dashboard-card, .small-card.course-card, .small-card.course-format-card,
  .small-card.classification-format-card,
  .card.small-card {
    min-height: inherit;
  }
}

.card-btn-bottom {
  margin-top: auto;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 768px) {
  .card-btn-bottom {
    position: relative;
    padding: 30px 0 10px;
    bottom: 0;
  }
}

.customer-review-slab {
  padding-bottom: 30px;
  justify-content: center;
}

.customer-review-slab > :first-child {
  margin-top: 0;
}

.customer-review-slab > :last-child {
  margin-bottom: 0;
}

.inline-icon {
  height: 20px;
  vertical-align: bottom;
  margin-right: 5px;
}

.course-book-icon {
  height: 23px;
  margin-bottom: 5px;
  vertical-align: middle;
}

.nbi-icon {
  font-family: "Poppins";
}

.nbi-icon: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  color: inherit;
  margin-right: 0.65ex;
}

.nbi-icon.nbi-icon-phone:before {
  content: "\f095";
  color: #767676;
}

.nbi-icon.nbi-icon-fax:before {
  content: "\f1ac";
  color: #767676;
}

.nbi-icon.nbi-icon-envelope:before {
  content: "\f0e0";
  color: #767676;
}

.nbi-icon.nbi-icon-comment:before {
  content: "\f075";
  color: #767676;
}

.nbi-icon.nbi-icon-globe:before {
  content: "\f0ac";
  color: #767676;
}

.nbi-icon.nbi-icon-user:before {
  content: "\f2bd";
  color: #767676;
}

.nbi-icon.nbi-check-mark-chambray:before {
  content: "\f00c";
  color: #6FA5AD;
}

.share-buttons {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 12px;
}

.share-buttons i {
  font-size: 2rem;
  padding: 2px;
  border: 0;
  box-shadow: 0;
  display: inline;
  color: #291f22;
}

.share-buttons i:hover {
  color: #171717;
}

.share-buttons a {
  text-decoration: none;
}

.icon > span:nth-child(2)::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.collapsed.tab-toggle-icon > span:nth-child(2)::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
}

.tab-toggle-icon {
  display: grid;
  grid-template-columns: 1fr repeat(1, auto) 1fr;
  -ms-grid-columns: 1fr (auto)[1] 1fr;
}

.tab-toggle-icon > span:nth-child(1) {
  grid-column-start: 2;
}

.tab-toggle-icon > span:nth-child(2) {
  -ms-grid-column: 4;
  margin-left: auto;
}

.tab-toggle-icon > span:nth-child(2)::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f106';
}

.product-format.product-format-skill-series:before {
  display: block;
  background-image: url("../Images/icon-skills-bundle.svg");
}

.product-format.product-format-ethics-series:before {
  display: block;
  background-image: url("../Images/icon-ethics-bundle.svg");
}

.product-format.product-format-new-att-series:before {
  display: block;
  background-image: url("../Images/icon-newatt-bundle.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.status {
  font-family: "Poppins";
}

.status: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  color: inherit;
  margin-right: 0.65ex;
}

.status.status-completed:before {
  content: "\f00c";
  color: #50900b;
}

.status.status-pending:before {
  content: "\f017";
  color: #767676;
}

.status.status-failed:before {
  content: "\f00d";
  color: #AD0000;
}

.download-link {
  font-size: 0.875rem;
}

.download-link: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  vertical-align: baseline;
  content: "\f358";
  color: inherit;
  margin-right: 0.65ex;
  font-size: 1rem;
}

.print-link {
  font-size: 0.875rem;
}

.print-link: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f02f";
  color: inherit;
  margin-right: 0.65ex;
  font-size: 1rem;
}

nav.breadcrumb-navigation ol {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: none;
  border-radius: 0;
}

nav.breadcrumb-navigation ol > li {
  display: inline-block;
}

nav.breadcrumb-navigation ol > li + li:before {
  content: "> ";
  padding: 0 4px;
  color: inherit;
}

@media (max-width: 768px) {
  nav.breadcrumb-navigation ol > li {
    display: none;
  }
  nav.breadcrumb-navigation ol > li:nth-last-child(2) {
    display: block;
  }
  nav.breadcrumb-navigation ol > li:nth-last-child(2):before {
    content: "< ";
  }
}

nav.breadcrumb-navigation ol {
  margin: 30px 0;
  font-size: 0.875rem;
}

nav.breadcrumb-navigation ol a {
  color: #171717;
}

.key {
  text-transform: none;
}

.value {
  font-size: 0.875rem;
}

.key-value-pair-side-by-side,
.key-value-pair-side-by-side-large {
  display: flex;
  flex-align: column;
  align-items: center;
  justify-content: space-between;
}

.key-value-pair-side-by-side .key,
.key-value-pair-side-by-side-large .key {
  font-size: 0.875rem;
}

.key-value-pair-side-by-side-large .key,
.key-value-pair-side-by-side-large .value {
  font-size: 1rem;
}

.key-value-pair-side-by-side-large .value {
  font-weight: 800;
}

.key-value-pair-discount-applied .key,
.key-value-pair-discount-applied .value {
  font-weight: 500;
  color: #291f22;
}

dl.key-value-list,
dl.key-value-list dt,
dl.key-value-list dd {
  display: block;
}

dl.key-value-list {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

dl.key-value-list dt {
  color: #7e7c7c;
  margin-bottom: 6px;
}

dl.key-value-list dd {
  margin-bottom: 20px;
}

dl.key-value-list dd > :first-child {
  margin-top: 0;
}

dl.key-value-list dd > :last-child {
  margin-bottom: 0;
}

dl.key-value-list dd:last-child {
  margin-bottom: 0;
}

.list-of-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list-of-items .item {
  margin-bottom: 30px;
}

.list-of-items .item div:first-child {
  margin-bottom: 5px;
}

.nbi-box,
.modal-content {
  margin-bottom: 30px;
  border-radius: 250px;
}

@media (min-width: 768px) {
  .nbi-box,
  .modal-content {
    border-radius: 10px;
  }
}

.nbi-box-breakout-of-container {
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 768px) {
  .nbi-box-breakout-of-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.nbi-box-region,
.nbi-box-region-fix-height,
.nbi-box-region-sub-upsell,
.nbi-box-header,
.nbi-box-header-large,
.nbi-box-header-small,
.nbi-box-header-small-center,
.nbi-box-header-with-actions,
.modal-header,
.modal-body,
.modal-footer,
.modal-addon {
  background-color: #ffffff;
  border-radius: 0;
}

.nbi-box-region > :first-child,
.nbi-box-region-fix-height > :first-child,
.nbi-box-region-sub-upsell > :first-child,
.nbi-box-header > :first-child,
.nbi-box-header-large > :first-child,
.nbi-box-header-small > :first-child,
.nbi-box-header-small-center > :first-child,
.nbi-box-header-with-actions > :first-child,
.modal-header > :first-child,
.modal-body > :first-child,
.modal-footer > :first-child,
.modal-addon > :first-child {
  margin-top: 0;
}

.nbi-box-region > :last-child,
.nbi-box-region-fix-height > :last-child,
.nbi-box-region-sub-upsell > :last-child,
.nbi-box-header > :last-child,
.nbi-box-header-large > :last-child,
.nbi-box-header-small > :last-child,
.nbi-box-header-small-center > :last-child,
.nbi-box-header-with-actions > :last-child,
.modal-header > :last-child,
.modal-body > :last-child,
.modal-footer > :last-child,
.modal-addon > :last-child {
  margin-bottom: 0;
}

.nbi-box-region-fix-height {
  padding: 1.5rem;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.15) inset;
}

@media (min-width: 1000px) {
  .nbi-box-region-fix-height {
    min-height: 224px;
  }
}

.nbi-box-region-border-radius-top, .nbi-box-region:first-child, .nbi-box-region-fix-height:first-child, .nbi-box-region-sub-upsell:first-child,
.nbi-box-header:first-child, .nbi-box-header-large:first-child, .nbi-box-header-small:first-child, .nbi-box-header-small-center:first-child, .nbi-box-header-with-actions:first-child, .modal-header:first-child, .modal-body:first-child, .modal-footer:first-child, .modal-addon:first-child, .accent-stripe,
.content {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (min-width: 768px) {
  .nbi-box-region-border-radius-top, .nbi-box-region:first-child, .nbi-box-region-fix-height:first-child, .nbi-box-region-sub-upsell:first-child,
  .nbi-box-header:first-child, .nbi-box-header-large:first-child, .nbi-box-header-small:first-child, .nbi-box-header-small-center:first-child, .nbi-box-header-with-actions:first-child, .modal-header:first-child, .modal-body:first-child, .modal-footer:first-child, .modal-addon:first-child, .accent-stripe,
  .content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.nbi-box-region-border-radius-bottom, .nbi-box-region:last-child, .nbi-box-region-fix-height:last-child, .nbi-box-region-sub-upsell:last-child,
.nbi-box-header:last-child, .nbi-box-header-large:last-child, .nbi-box-header-small:last-child, .nbi-box-header-small-center:last-child, .nbi-box-header-with-actions:last-child, .modal-header:last-child, .modal-body:last-child, .modal-footer:last-child, .modal-addon:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 768px) {
  .nbi-box-region-border-radius-bottom, .nbi-box-region:last-child, .nbi-box-region-fix-height:last-child, .nbi-box-region-sub-upsell:last-child,
  .nbi-box-header:last-child, .nbi-box-header-large:last-child, .nbi-box-header-small:last-child, .nbi-box-header-small-center:last-child, .nbi-box-header-with-actions:last-child, .modal-header:last-child, .modal-body:last-child, .modal-footer:last-child, .modal-addon:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.nbi-box-region-border-radius-bottom-right {
  border-bottom-right-radius: 10px;
}

@media (min-width: 768px) {
  .nbi-box-region-border-radius-bottom-right {
    border-bottom-right-radius: 10px;
  }
}

.nbi-box-region-border-radius-top-right {
  border-top-right-radius: 10px;
}

@media (min-width: 768px) {
  .nbi-box-region-border-radius-top-right {
    border-top-right-radius: 10px;
  }
}

.nbi-box-region-border-radius-top-only .nbi-box-region:last-child,
.account-layout-2-col > .col-1 .nbi-box-region:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nbi-box-region, .nbi-box-region-fix-height, .nbi-box-region-sub-upsell,
.nbi-box-header, .nbi-box-header-large, .nbi-box-header-small, .nbi-box-header-small-center, .nbi-box-header-with-actions, .modal-header, .modal-body, .modal-footer, .modal-addon, .nbi-box-region-large, .card-header h4.card-title > a, .nav-tabs li a, .card-body, .tab-pane,
.nbi-box-region-horizontal-padding {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px) {
  .nbi-box-region, .nbi-box-region-fix-height, .nbi-box-region-sub-upsell,
  .nbi-box-header, .nbi-box-header-large, .nbi-box-header-small, .nbi-box-header-small-center, .nbi-box-header-with-actions, .modal-header, .modal-body, .modal-footer, .modal-addon, .nbi-box-region-large, .card-header h4.card-title > a, .nav-tabs li a, .card-body, .tab-pane,
  .nbi-box-region-horizontal-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}


.nbi-box-region-star-statement-horizontal-padding {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px) {
  
  .nbi-box-region-star-statement-horizontal-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.nbi-box-region, .nbi-box-region-fix-height, .nbi-box-region-sub-upsell,
.nbi-box-header, .nbi-box-header-large, .nbi-box-header-small, .nbi-box-header-small-center, .nbi-box-header-with-actions, .modal-header, .modal-body, .modal-footer, .modal-addon, .nbi-box-region-large, .card-body, .tab-pane,
.nbi-box-region-full-padding-top {
  padding-top: 22px;
}

@media (min-width: 768px) {
  .nbi-box-region, .nbi-box-region-fix-height, .nbi-box-region-sub-upsell,
  .nbi-box-header, .nbi-box-header-large, .nbi-box-header-small, .nbi-box-header-small-center, .nbi-box-header-with-actions, .modal-header, .modal-body, .modal-footer, .modal-addon, .nbi-box-region-large, .card-body, .tab-pane,
  .nbi-box-region-full-padding-top {
    padding-top: 22px;
  }
}

.nbi-box-region, .nbi-box-region-fix-height, .nbi-box-region-sub-upsell,
.nbi-box-header, .nbi-box-header-large, .nbi-box-header-small, .nbi-box-header-small-center, .nbi-box-header-with-actions, .modal-header, .modal-body, .modal-footer, .modal-addon, .nbi-box-region-large, .card-body, .tab-pane,
.nbi-box-region-full-padding-bottom {
  padding-bottom: 22px;
}

@media (min-width: 768px) {
  .nbi-box-region, .nbi-box-region-fix-height, .nbi-box-region-sub-upsell,
  .nbi-box-header, .nbi-box-header-large, .nbi-box-header-small, .nbi-box-header-small-center, .nbi-box-header-with-actions, .modal-header, .modal-body, .modal-footer, .modal-addon, .nbi-box-region-large, .card-body, .tab-pane,
  .nbi-box-region-full-padding-bottom {
    padding-bottom: 22px;
  }
}

.nbi-box-region-small, .nbi-box-header-small, .nbi-box-header-small-center, .nbi-box-region-share-padding-with-next + .nbi-box-region, .nbi-box-region-share-padding-with-next + .nbi-box-region-fix-height, .nbi-box-region-share-padding-with-next + .nbi-box-region-sub-upsell,
.nbi-box-region-share-padding-with-next + .nbi-box-header, .nbi-box-region-share-padding-with-next + .nbi-box-header-large, .nbi-box-region-share-padding-with-next + .nbi-box-header-small, .nbi-box-region-share-padding-with-next + .nbi-box-header-small-center, .nbi-box-region-share-padding-with-next + .nbi-box-header-with-actions, .nbi-box-region-share-padding-with-next + .modal-header, .nbi-box-region-share-padding-with-next + .modal-body, .nbi-box-region-share-padding-with-next + .modal-footer, .nbi-box-region-share-padding-with-next + .modal-addon,
.nbi-box-header-small-center + .nbi-box-region,
.nbi-box-header-with-actions + .nbi-box-region,
.nbi-box-header-small + .nbi-box-region,
.modal-header + .nbi-box-region,
.modal-body + .nbi-box-region, .nbi-box-header-small-center + .nbi-box-region-fix-height, .nbi-box-header-with-actions + .nbi-box-region-fix-height, .nbi-box-header-small + .nbi-box-region-fix-height, .modal-header + .nbi-box-region-fix-height, .modal-body + .nbi-box-region-fix-height, .nbi-box-header-small-center + .nbi-box-region-sub-upsell, .nbi-box-header-with-actions + .nbi-box-region-sub-upsell, .nbi-box-header-small + .nbi-box-region-sub-upsell, .modal-header + .nbi-box-region-sub-upsell, .modal-body + .nbi-box-region-sub-upsell,
.nbi-box-header-small-center + .nbi-box-header,
.nbi-box-header-with-actions + .nbi-box-header,
.nbi-box-header-small + .nbi-box-header,
.modal-header + .nbi-box-header,
.modal-body + .nbi-box-header, .nbi-box-header-small-center + .nbi-box-header-large, .nbi-box-header-with-actions + .nbi-box-header-large, .nbi-box-header-small + .nbi-box-header-large, .modal-header + .nbi-box-header-large, .modal-body + .nbi-box-header-large, .nbi-box-header-small-center + .nbi-box-header-small, .nbi-box-header-with-actions + .nbi-box-header-small, .nbi-box-header-small + .nbi-box-header-small, .modal-header + .nbi-box-header-small, .modal-body + .nbi-box-header-small, .nbi-box-header-small-center + .nbi-box-header-small-center, .nbi-box-header-with-actions + .nbi-box-header-small-center, .nbi-box-header-small + .nbi-box-header-small-center, .modal-header + .nbi-box-header-small-center, .modal-body + .nbi-box-header-small-center, .nbi-box-header-small-center + .nbi-box-header-with-actions, .nbi-box-header-with-actions + .nbi-box-header-with-actions, .nbi-box-header-small + .nbi-box-header-with-actions, .modal-header + .nbi-box-header-with-actions, .modal-body + .nbi-box-header-with-actions, .nbi-box-header-small-center + .modal-header, .nbi-box-header-with-actions + .modal-header, .nbi-box-header-small + .modal-header, .modal-header + .modal-header, .modal-body + .modal-header, .nbi-box-header-small-center + .modal-body, .nbi-box-header-with-actions + .modal-body, .nbi-box-header-small + .modal-body, .modal-header + .modal-body, .modal-body + .modal-body, .nbi-box-header-small-center + .modal-footer, .nbi-box-header-with-actions + .modal-footer, .nbi-box-header-small + .modal-footer, .modal-header + .modal-footer, .modal-body + .modal-footer, .nbi-box-header-small-center + .modal-addon, .nbi-box-header-with-actions + .modal-addon, .nbi-box-header-small + .modal-addon, .modal-header + .modal-addon, .modal-body + .modal-addon,
.nbi-box-region-half-padding-top {
  padding-top: 11px;
}

@media (min-width: 768px) {
  .nbi-box-region-small, .nbi-box-header-small, .nbi-box-header-small-center, .nbi-box-region-share-padding-with-next + .nbi-box-region, .nbi-box-region-share-padding-with-next + .nbi-box-region-fix-height, .nbi-box-region-share-padding-with-next + .nbi-box-region-sub-upsell,
  .nbi-box-region-share-padding-with-next + .nbi-box-header, .nbi-box-region-share-padding-with-next + .nbi-box-header-large, .nbi-box-region-share-padding-with-next + .nbi-box-header-small, .nbi-box-region-share-padding-with-next + .nbi-box-header-small-center, .nbi-box-region-share-padding-with-next + .nbi-box-header-with-actions, .nbi-box-region-share-padding-with-next + .modal-header, .nbi-box-region-share-padding-with-next + .modal-body, .nbi-box-region-share-padding-with-next + .modal-footer, .nbi-box-region-share-padding-with-next + .modal-addon,
  .nbi-box-header-small-center + .nbi-box-region,
  .nbi-box-header-with-actions + .nbi-box-region,
  .nbi-box-header-small + .nbi-box-region,
  .modal-header + .nbi-box-region,
  .modal-body + .nbi-box-region, .nbi-box-header-small-center + .nbi-box-region-fix-height, .nbi-box-header-with-actions + .nbi-box-region-fix-height, .nbi-box-header-small + .nbi-box-region-fix-height, .modal-header + .nbi-box-region-fix-height, .modal-body + .nbi-box-region-fix-height, .nbi-box-header-small-center + .nbi-box-region-sub-upsell, .nbi-box-header-with-actions + .nbi-box-region-sub-upsell, .nbi-box-header-small + .nbi-box-region-sub-upsell, .modal-header + .nbi-box-region-sub-upsell, .modal-body + .nbi-box-region-sub-upsell,
  .nbi-box-header-small-center + .nbi-box-header,
  .nbi-box-header-with-actions + .nbi-box-header,
  .nbi-box-header-small + .nbi-box-header,
  .modal-header + .nbi-box-header,
  .modal-body + .nbi-box-header, .nbi-box-header-small-center + .nbi-box-header-large, .nbi-box-header-with-actions + .nbi-box-header-large, .nbi-box-header-small + .nbi-box-header-large, .modal-header + .nbi-box-header-large, .modal-body + .nbi-box-header-large, .nbi-box-header-small-center + .nbi-box-header-small, .nbi-box-header-with-actions + .nbi-box-header-small, .nbi-box-header-small + .nbi-box-header-small, .modal-header + .nbi-box-header-small, .modal-body + .nbi-box-header-small, .nbi-box-header-small-center + .nbi-box-header-small-center, .nbi-box-header-with-actions + .nbi-box-header-small-center, .nbi-box-header-small + .nbi-box-header-small-center, .modal-header + .nbi-box-header-small-center, .modal-body + .nbi-box-header-small-center, .nbi-box-header-small-center + .nbi-box-header-with-actions, .nbi-box-header-with-actions + .nbi-box-header-with-actions, .nbi-box-header-small + .nbi-box-header-with-actions, .modal-header + .nbi-box-header-with-actions, .modal-body + .nbi-box-header-with-actions, .nbi-box-header-small-center + .modal-header, .nbi-box-header-with-actions + .modal-header, .nbi-box-header-small + .modal-header, .modal-header + .modal-header, .modal-body + .modal-header, .nbi-box-header-small-center + .modal-body, .nbi-box-header-with-actions + .modal-body, .nbi-box-header-small + .modal-body, .modal-header + .modal-body, .modal-body + .modal-body, .nbi-box-header-small-center + .modal-footer, .nbi-box-header-with-actions + .modal-footer, .nbi-box-header-small + .modal-footer, .modal-header + .modal-footer, .modal-body + .modal-footer, .nbi-box-header-small-center + .modal-addon, .nbi-box-header-with-actions + .modal-addon, .nbi-box-header-small + .modal-addon, .modal-header + .modal-addon, .modal-body + .modal-addon,
  .nbi-box-region-half-padding-top {
    padding-top: 11px;
  }
}

.nbi-box-region-small, .nbi-box-header-small, .nbi-box-header-small-center, .nbi-box-region-share-padding-with-next, .nbi-box-header-with-actions, .modal-header, .modal-body,
.nbi-box-region-half-padding-bottom {
  padding-bottom: 11px;
}

@media (min-width: 768px) {
  .nbi-box-region-small, .nbi-box-header-small, .nbi-box-header-small-center, .nbi-box-region-share-padding-with-next, .nbi-box-header-with-actions, .modal-header, .modal-body,
  .nbi-box-region-half-padding-bottom {
    padding-bottom: 11px;
  }
}


.nbi-box-region-no-vertical-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nbi-box-region-inverted, .nbi-box-header-large, .nbi-box-header-small, .nbi-box-header-small-center,
.nbi-box-region-brand {
  background-color: #171717;
}

.nbi-box-region-inverted, .nbi-box-header-large, .nbi-box-header-small, .nbi-box-header-small-center,
.nbi-box-region-inverted h1,
.nbi-box-header-large h1,
.nbi-box-header-small h1,
.nbi-box-header-small-center h1,
.nbi-box-region-inverted h2,
.nbi-box-header-large h2,
.nbi-box-header-small h2,
.nbi-box-header-small-center h2,
.nbi-box-region-inverted h3,
.nbi-box-header-large h3,
.nbi-box-header-small h3,
.nbi-box-header-small-center h3,
.nbi-box-region-inverted table.data-rows th.header-branded,
table.data-rows .nbi-box-region-inverted th.header-branded,
.nbi-box-header-large table.data-rows th.header-branded,
table.data-rows .nbi-box-header-large th.header-branded,
.nbi-box-header-small table.data-rows th.header-branded,
table.data-rows .nbi-box-header-small th.header-branded,
.nbi-box-header-small-center table.data-rows th.header-branded,
table.data-rows .nbi-box-header-small-center th.header-branded,
.nbi-box-region-inverted h4,
.nbi-box-header-large h4,
.nbi-box-header-small h4,
.nbi-box-header-small-center h4,
.nbi-box-region-inverted h5,
.nbi-box-header-large h5,
.nbi-box-header-small h5,
.nbi-box-header-small-center h5,
.nbi-box-region-inverted h6,
.nbi-box-header-large h6,
.nbi-box-header-small h6,
.nbi-box-header-small-center h6,
.nbi-box-region-brand,
.nbi-box-region-brand h1,
.nbi-box-region-brand h2,
.nbi-box-region-brand h3,
.nbi-box-region-brand table.data-rows th.header-branded,
table.data-rows .nbi-box-region-brand th.header-branded,
.nbi-box-region-brand h4,
.nbi-box-region-brand h5,
.nbi-box-region-brand h6 {
  color: #ffffff;
}

.nbi-box-region-inverted > a, .nbi-box-header-large > a, .nbi-box-header-small > a, .nbi-box-header-small-center > a,
.nbi-box-region-inverted h1 > a,
.nbi-box-header-large h1 > a,
.nbi-box-header-small h1 > a,
.nbi-box-header-small-center h1 > a,
.nbi-box-region-inverted h2 > a,
.nbi-box-header-large h2 > a,
.nbi-box-header-small h2 > a,
.nbi-box-header-small-center h2 > a,
.nbi-box-region-inverted h3 > a,
.nbi-box-header-large h3 > a,
.nbi-box-header-small h3 > a,
.nbi-box-header-small-center h3 > a,
.nbi-box-region-inverted table.data-rows th.header-branded > a,
table.data-rows .nbi-box-region-inverted th.header-branded > a,
.nbi-box-header-large table.data-rows th.header-branded > a,
table.data-rows .nbi-box-header-large th.header-branded > a,
.nbi-box-header-small table.data-rows th.header-branded > a,
table.data-rows .nbi-box-header-small th.header-branded > a,
.nbi-box-header-small-center table.data-rows th.header-branded > a,
table.data-rows .nbi-box-header-small-center th.header-branded > a,
.nbi-box-region-inverted h4 > a,
.nbi-box-header-large h4 > a,
.nbi-box-header-small h4 > a,
.nbi-box-header-small-center h4 > a,
.nbi-box-region-inverted h5 > a,
.nbi-box-header-large h5 > a,
.nbi-box-header-small h5 > a,
.nbi-box-header-small-center h5 > a,
.nbi-box-region-inverted h6 > a,
.nbi-box-header-large h6 > a,
.nbi-box-header-small h6 > a,
.nbi-box-header-small-center h6 > a,
.nbi-box-region-brand > a,
.nbi-box-region-brand h1 > a,
.nbi-box-region-brand h2 > a,
.nbi-box-region-brand h3 > a,
.nbi-box-region-brand table.data-rows th.header-branded > a,
table.data-rows .nbi-box-region-brand th.header-branded > a,
.nbi-box-region-brand h4 > a,
.nbi-box-region-brand h5 > a,
.nbi-box-region-brand h6 > a {
  color: #ffffff;
  text-decoration: underline;
}

.nbi-box-region-inverted > a:hover, .nbi-box-header-large > a:hover, .nbi-box-header-small > a:hover, .nbi-box-header-small-center > a:hover,
.nbi-box-region-inverted h1 > a:hover,
.nbi-box-header-large h1 > a:hover,
.nbi-box-header-small h1 > a:hover,
.nbi-box-header-small-center h1 > a:hover,
.nbi-box-region-inverted h2 > a:hover,
.nbi-box-header-large h2 > a:hover,
.nbi-box-header-small h2 > a:hover,
.nbi-box-header-small-center h2 > a:hover,
.nbi-box-region-inverted h3 > a:hover,
.nbi-box-header-large h3 > a:hover,
.nbi-box-header-small h3 > a:hover,
.nbi-box-header-small-center h3 > a:hover,
.nbi-box-region-inverted table.data-rows th.header-branded > a:hover,
table.data-rows .nbi-box-region-inverted th.header-branded > a:hover,
.nbi-box-header-large table.data-rows th.header-branded > a:hover,
table.data-rows .nbi-box-header-large th.header-branded > a:hover,
.nbi-box-header-small table.data-rows th.header-branded > a:hover,
table.data-rows .nbi-box-header-small th.header-branded > a:hover,
.nbi-box-header-small-center table.data-rows th.header-branded > a:hover,
table.data-rows .nbi-box-header-small-center th.header-branded > a:hover,
.nbi-box-region-inverted h4 > a:hover,
.nbi-box-header-large h4 > a:hover,
.nbi-box-header-small h4 > a:hover,
.nbi-box-header-small-center h4 > a:hover,
.nbi-box-region-inverted h5 > a:hover,
.nbi-box-header-large h5 > a:hover,
.nbi-box-header-small h5 > a:hover,
.nbi-box-header-small-center h5 > a:hover,
.nbi-box-region-inverted h6 > a:hover,
.nbi-box-header-large h6 > a:hover,
.nbi-box-header-small h6 > a:hover,
.nbi-box-header-small-center h6 > a:hover,
.nbi-box-region-brand > a:hover,
.nbi-box-region-brand h1 > a:hover,
.nbi-box-region-brand h2 > a:hover,
.nbi-box-region-brand h3 > a:hover,
.nbi-box-region-brand table.data-rows th.header-branded > a:hover,
table.data-rows .nbi-box-region-brand th.header-branded > a:hover,
.nbi-box-region-brand h4 > a:hover,
.nbi-box-region-brand h5 > a:hover,
.nbi-box-region-brand h6 > a:hover {
  text-decoration: none;
}

.nbi-box-region-inverted a, .nbi-box-header-large a, .nbi-box-header-small a, .nbi-box-header-small-center a, .nbi-box-region-inverted a:hover, .nbi-box-header-large a:hover, .nbi-box-header-small a:hover, .nbi-box-header-small-center a:hover, .nbi-box-region-inverted a:focus, .nbi-box-header-large a:focus, .nbi-box-header-small a:focus, .nbi-box-header-small-center a:focus, .nbi-box-region-inverted > a, .nbi-box-header-large > a, .nbi-box-header-small > a, .nbi-box-header-small-center > a, .nbi-box-region-inverted > a:hover, .nbi-box-header-large > a:hover, .nbi-box-header-small > a:hover, .nbi-box-header-small-center > a:hover,
.nbi-box-region-inverted > a:focus,
.nbi-box-header-large > a:focus,
.nbi-box-header-small > a:focus,
.nbi-box-header-small-center > a:focus,
.nbi-box-region-brand a,
.nbi-box-region-brand a:hover,
.nbi-box-region-brand a:focus,
.nbi-box-region-brand > a,
.nbi-box-region-brand > a:hover,
.nbi-box-region-brand > a:focus {
  color: #ffffff;
}

.nbi-box-region-inverted .btn-primary, .nbi-box-header-large .btn-primary, .nbi-box-header-small .btn-primary, .nbi-box-header-small-center .btn-primary,
.nbi-box-region-inverted .btn-secondary,
.nbi-box-header-large .btn-secondary,
.nbi-box-header-small .btn-secondary,
.nbi-box-header-small-center .btn-secondary,
.nbi-box-region-inverted .btn-secondary-light,
.nbi-box-header-large .btn-secondary-light,
.nbi-box-header-small .btn-secondary-light,
.nbi-box-header-small-center .btn-secondary-light,
.nbi-box-region-inverted .btn-default,
.nbi-box-header-large .btn-default,
.nbi-box-header-small .btn-default,
.nbi-box-header-small-center .btn-default,
.nbi-box-region-brand .btn-primary,
.nbi-box-region-brand .btn-secondary,
.nbi-box-region-brand .btn-secondary-light,
.nbi-box-region-brand .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.nbi-box-region-inverted .btn-primary:hover, .nbi-box-header-large .btn-primary:hover, .nbi-box-header-small .btn-primary:hover, .nbi-box-header-small-center .btn-primary:hover, .nbi-box-region-inverted .btn-primary:focus, .nbi-box-header-large .btn-primary:focus, .nbi-box-header-small .btn-primary:focus, .nbi-box-header-small-center .btn-primary:focus, .nbi-box-region-inverted .btn-primary.focus, .nbi-box-header-large .btn-primary.focus, .nbi-box-header-small .btn-primary.focus, .nbi-box-header-small-center .btn-primary.focus, .nbi-box-region-inverted .btn-primary:active, .nbi-box-header-large .btn-primary:active, .nbi-box-header-small .btn-primary:active, .nbi-box-header-small-center .btn-primary:active, .nbi-box-region-inverted .btn-primary.active, .nbi-box-header-large .btn-primary.active, .nbi-box-header-small .btn-primary.active, .nbi-box-header-small-center .btn-primary.active,
.nbi-box-region-inverted .btn-secondary:hover,
.nbi-box-header-large .btn-secondary:hover,
.nbi-box-header-small .btn-secondary:hover,
.nbi-box-header-small-center .btn-secondary:hover,
.nbi-box-region-inverted .btn-secondary-light:hover,
.nbi-box-header-large .btn-secondary-light:hover,
.nbi-box-header-small .btn-secondary-light:hover,
.nbi-box-header-small-center .btn-secondary-light:hover,
.nbi-box-region-inverted .btn-secondary:focus,
.nbi-box-header-large .btn-secondary:focus,
.nbi-box-header-small .btn-secondary:focus,
.nbi-box-header-small-center .btn-secondary:focus,
.nbi-box-region-inverted .btn-secondary-light:focus,
.nbi-box-header-large .btn-secondary-light:focus,
.nbi-box-header-small .btn-secondary-light:focus,
.nbi-box-header-small-center .btn-secondary-light:focus,
.nbi-box-region-inverted .btn-secondary.focus,
.nbi-box-header-large .btn-secondary.focus,
.nbi-box-header-small .btn-secondary.focus,
.nbi-box-header-small-center .btn-secondary.focus,
.nbi-box-region-inverted .focus.btn-secondary-light,
.nbi-box-header-large .focus.btn-secondary-light,
.nbi-box-header-small .focus.btn-secondary-light,
.nbi-box-header-small-center .focus.btn-secondary-light,
.nbi-box-region-inverted .btn-secondary:active,
.nbi-box-header-large .btn-secondary:active,
.nbi-box-header-small .btn-secondary:active,
.nbi-box-header-small-center .btn-secondary:active,
.nbi-box-region-inverted .btn-secondary-light:active,
.nbi-box-header-large .btn-secondary-light:active,
.nbi-box-header-small .btn-secondary-light:active,
.nbi-box-header-small-center .btn-secondary-light:active,
.nbi-box-region-inverted .btn-secondary.active,
.nbi-box-header-large .btn-secondary.active,
.nbi-box-header-small .btn-secondary.active,
.nbi-box-header-small-center .btn-secondary.active,
.nbi-box-region-inverted .active.btn-secondary-light,
.nbi-box-header-large .active.btn-secondary-light,
.nbi-box-header-small .active.btn-secondary-light,
.nbi-box-header-small-center .active.btn-secondary-light,
.nbi-box-region-inverted .btn-default:hover,
.nbi-box-header-large .btn-default:hover,
.nbi-box-header-small .btn-default:hover,
.nbi-box-header-small-center .btn-default:hover,
.nbi-box-region-inverted .btn-default:focus,
.nbi-box-header-large .btn-default:focus,
.nbi-box-header-small .btn-default:focus,
.nbi-box-header-small-center .btn-default:focus,
.nbi-box-region-inverted .btn-default.focus,
.nbi-box-header-large .btn-default.focus,
.nbi-box-header-small .btn-default.focus,
.nbi-box-header-small-center .btn-default.focus,
.nbi-box-region-inverted .btn-default:active,
.nbi-box-header-large .btn-default:active,
.nbi-box-header-small .btn-default:active,
.nbi-box-header-small-center .btn-default:active,
.nbi-box-region-inverted .btn-default.active,
.nbi-box-header-large .btn-default.active,
.nbi-box-header-small .btn-default.active,
.nbi-box-header-small-center .btn-default.active,
.nbi-box-region-brand .btn-primary:hover,
.nbi-box-region-brand .btn-primary:focus,
.nbi-box-region-brand .btn-primary.focus,
.nbi-box-region-brand .btn-primary:active,
.nbi-box-region-brand .btn-primary.active,
.nbi-box-region-brand .btn-secondary:hover,
.nbi-box-region-brand .btn-secondary-light:hover,
.nbi-box-region-brand .btn-secondary:focus,
.nbi-box-region-brand .btn-secondary-light:focus,
.nbi-box-region-brand .btn-secondary.focus,
.nbi-box-region-brand .focus.btn-secondary-light,
.nbi-box-region-brand .btn-secondary:active,
.nbi-box-region-brand .btn-secondary-light:active,
.nbi-box-region-brand .btn-secondary.active,
.nbi-box-region-brand .active.btn-secondary-light,
.nbi-box-region-brand .btn-default:hover,
.nbi-box-region-brand .btn-default:focus,
.nbi-box-region-brand .btn-default.focus,
.nbi-box-region-brand .btn-default:active,
.nbi-box-region-brand .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}

.nbi-box-region-inverted .badge, .nbi-box-header-large .badge, .nbi-box-header-small .badge, .nbi-box-header-small-center .badge,
.nbi-box-region-brand .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}

.nbi-box-region-addon,
.modal-addon {
  background: #f7f7f7;
}

.nbi-box-region-sub-upsell {
  background: #f7f7f7;
  background-color: #4c4e59;
  color: #ffffff;
}

.nbi-box-account-sub-banner {
  background-color: #133863;
  color: #ffffff;
  padding: 0;
  font-family: sans-serif;
}

.nbi-box-account-sub-banner h2 {
  font-size: 1.85rem;
  font-weight: 400;
  margin: 0.25rem 0 0.5rem 0;
}

.nbi-box-account-sub-banner h2 > span {
  font-size: 2.15rem;
  font-weight: 800;
}

.nbi-box-account-sub-banner h2 > a {
  text-decoration: underline;
  color: inherit;
}

@media (max-width: 768px) {
  .nbi-box-account-sub-banner h2 {
    font-size: 1.35rem;
  }
}

.nbi-box-account-sub-banner .sub-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
}

@media (min-width: 1000px) {
  .nbi-box-account-sub-banner .sub-content {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1000px) {
  .nbi-box-account-sub-banner .sub-content > div:nth-child(1) {
    padding: 0;
    margin-right: 1rem;
    margin-left: 0.5rem;
  }
}

@media (max-width: 768px) {
  .nbi-box-account-sub-banner .sub-content > div:nth-child(1) {
    margin-top: 0.75rem;
  }
  .nbi-box-account-sub-banner .sub-content > div:nth-child(1) img {
    height: 38px;
  }
}

@media (min-width: 1000px) {
  .nbi-box-account-sub-banner .sub-content > div:nth-child(2) {
    padding: 0;
    margin-right: 1.5rem;
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .nbi-box-account-sub-banner .sub-content > div:nth-child(2) img {
    height: 56px;
  }
}

@media (min-width: 1000px) {
  .nbi-box-account-sub-banner .sub-content > div:nth-child(3) {
    padding: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
}

.nbi-box-account-sub-banner .sub-content > div {
  display: flex;
}

.nbi-box-account-sub-banner .sub-content > div h3, .nbi-box-account-sub-banner .sub-content > div table.data-rows th.header-branded, table.data-rows .nbi-box-account-sub-banner .sub-content > div th.header-branded {
  font-size: 0.75rem;
  font-weight: 900;
}

.nbi-box-account-sub-banner .sub-content > div p {
  font-size: 0.7rem;
}

@media (max-width: 768px) {
  .nbi-box-account-sub-banner .sub-content > div {
    margin-bottom: 1rem;
  }
  .nbi-box-account-sub-banner .sub-content > div h3, .nbi-box-account-sub-banner .sub-content > div table.data-rows th.header-branded, table.data-rows .nbi-box-account-sub-banner .sub-content > div th.header-branded {
    font-size: 0.85rem;
    margin-top: 2px;
  }
  .nbi-box-account-sub-banner .sub-content > div > div {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .nbi-box-account-sub-banner .sub-content > div:last-child {
    display: none;
  }
}

.nbi-box-account-sub-banner .nbi-box-account-sub-banner-footer {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  background-color: #efbf15;
}

.nbi-box-account-sub-banner .nbi-box-account-sub-banner-footer > a {
  letter-spacing: 2px;
  color: #000;
  text-decoration: none;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .nbi-box-account-sub-banner .nbi-box-account-sub-banner-footer > a {
    font-size: 1.1rem;
  }
}

.nbi-two-box-background {
  position: relative;
}

.nbi-two-box-background > div:last-child {
  width: 75%;
  position: relative;
  top: 36px;
  left: 44px;
}

@media (max-width: 1000px) {
  .nbi-two-box-background > div:last-child {
    width: 100%;
    top: 0;
    left: 0;
  }
}

.nbi-two-box-background > div:first-child {
  width: 75%;
  height: 100%;
  position: absolute;
}


.nbi-box-header,
.nbi-box-header-large,
.nbi-box-header-small,
.nbi-box-header-small-center,
.nbi-box-header-with-actions {
  font-family: "Poppins";
}

.nbi-box-header-small {
  font-size: 0.875rem;
}

.nbi-box-header-small-center {
  font-size: 0.875rem;
  text-align: center;
}

.nbi-box-borders {
  border-width: 1px 0;
  border-style: solid;
  border-color: #cccccc;
}

.nbi-box-borders:first-child {
  border-width: 0 0 1px;
}

.nbi-box-borders:last-child {
  border-width: 1px 0 0;
}

.nbi-box-borders + .nbi-box-borders {
  margin-top: -1px;
}

@media (min-width: 768px) {
  .nbi-box-header-with-actions, .nbi-box-header-small {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nbi-box-header-with-actions > *, .nbi-box-header-small > * {
    margin-top: 0;
    margin-bottom: 0;
    flex: 1 0 1;
    text-align: center;
  }
  .nbi-box-header-with-actions > *:last-child, .nbi-box-header-small > *:last-child {
    text-align: right;
  }
  .nbi-box-header-with-actions > *:first-child, .nbi-box-header-small > *:first-child {
    text-align: left;
  }
  .nbi-box-header-with-actions > hr, .nbi-box-header-small > hr {
    flex: 0 1 100%;
    text-align: center;
  }
}

.nbi-box-header-with-actions .nbi-box-header-actions .fas + a, .nbi-box-header-small .nbi-box-header-actions .fas + a {
  display: inline-block;
  margin-left: 8px;
}

.buttons-fullwidth-mobile .btn,
.actions-collection-lite .btn,
.actions-collection .btn,
.actions-collection-align-left .btn,
.modal-footer .btn {
  display: block;
  width: 100%;
}

@media (min-width: 480px) {
  .buttons-fullwidth-mobile .btn,
  .actions-collection-lite .btn,
  .actions-collection .btn,
  .actions-collection-align-left .btn,
  .modal-footer .btn {
    display: inline-block;
    width: auto;
  }
}

.actions-collection-lite {
  text-align: center;
}

.actions-collection::after, .actions-collection-align-left::after,
.modal-footer::after {
  display: block;
  clear: both;
  content: "";
}

.actions-collection .btn, .actions-collection-align-left .btn,
.actions-collection .btn + .btn,
.actions-collection-align-left .btn + .btn,
.actions-collection .btn + .actions-collection-help-text,
.actions-collection-align-left .btn + .actions-collection-help-text,
.modal-footer .btn,
.modal-footer .btn + .btn,
.modal-footer .btn + .actions-collection-help-text {
  margin-bottom: 8px;
  margin-left: 0;
}

@media (min-width: 480px) {
  .actions-collection .btn, .actions-collection-align-left .btn,
  .actions-collection .btn + .btn,
  .actions-collection-align-left .btn + .btn,
  .actions-collection .btn + .actions-collection-help-text,
  .actions-collection-align-left .btn + .actions-collection-help-text,
  .modal-footer .btn,
  .modal-footer .btn + .btn,
  .modal-footer .btn + .actions-collection-help-text {
    margin-left: 8px;
  }
}

@media (min-width: 480px) {
  
  .actions-collection .btn + .actions-collection-help-text,
  .actions-collection-align-left .btn + .actions-collection-help-text,
  .modal-footer .btn + .actions-collection-help-text {
    margin-right: 8px;
  }
}

.actions-collection .btn, .actions-collection-align-left .btn,
.modal-footer .btn {
  display: block;
  width: 100%;
}

@media (min-width: 480px) {
  .actions-collection .btn, .actions-collection-align-left .btn,
  .modal-footer .btn {
    float: right;
    width: auto;
  }
}

.actions-collection.back-to-top, .back-to-top.actions-collection-align-left,
.back-to-top.modal-footer {
  text-align: right;
}

@media (min-width: 1000px) {
  .actions-collection-align-left {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 480px) {
  .actions-collection-align-left .btn,
  .actions-collection-align-left .btn + .btn,
  .actions-collection-align-left .btn + .actions-collection-help-text {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (min-width: 480px) {
  .actions-collection-align-left .btn {
    width: auto;
  }
}

.actions-collection-align-left a {
  margin-bottom: 8px;
}

@media (min-width: 480px) {
  .actions-collection-help-text {
    width: auto;
    text-align: right;
  }
}

.actions-collection-help-text-pull-left {
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 480px) {
  .actions-collection-help-text-pull-left {
    text-align: left;
  }
}

.strip-border-radius {
  border-radius: 0;
}

.list-tight {
  margin-bottom: 15px;
  line-height: 1.125rem;
}

.price {
  font-weight: 300;
  display: inline;
}

.price-strikethrough {
  text-decoration: line-through;
  margin-right: 0.1ex;
}

.price-sale {
  font-size: inherit;
  color: #8d724e;
}

.product-pricing {
  font-family: "Poppins";
}

.product-pricing .product-pricing-group {
  margin-bottom: 10px;
  font-size: 1.375rem;
}

.product-pricing .product-pricing-group .price,
.product-pricing .product-pricing-group .price-strikethrough,
.product-pricing .product-pricing-group .price-sale {
  font-weight: 500;
}

.product-pricing .product-pricing-group .price-strikethrough {
  text-decoration: line-through;
}

.product-pricing .product-pricing-group .price-sale {
  color: #8d724e;
}

.product-pricing .product-pricing-extra {
  font-size: 0.875rem;
}

.forms-price {
  font-size: 2.2rem;
}

.forms-price-strikethrough {
  font-size: 2.2rem;
  line-height: 1.5625;
}

.product-format {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.3;
}

.product-format:before {
  content: '';
  display: none;
  background-image: none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 0.625em;
  margin-top: -0.1em;
  height: 1.985em;
  width: 2.5em;
  flex: 0 0 2.5em;
}

.product-format .product-format-text {
  flex: auto;
}

.product-format.product-format-live-online-seminar:before {
  display: block;
  background-image: url("../Images/icon-live-online-seminar.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-course-book:before {
  display: block;
  background-image: url("../Images/icon-course-book.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-course-book-download:before {
  display: block;
  background-image: url("../Images/icon-course-book-download.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-subscription:before {
  display: block;
  background-image: url("../Images/icon-subscription.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-legal-forms:before {
  display: block;
  background-image: url("../Images/icon-legal-forms.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-personal-rep:before {
  display: block;
  background-image: url("../Images/icon-personal-rep.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-fastcase:before {
  display: block;
  background-image: url("../Images/icon-fastcase.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-live-in-person-seminar:before {
  display: block;
  background-image: url("../Images/icon-live-in-person-seminar.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-live-webcasts-webinar:before {
  display: block;
  background-image: url("../Images/icon-live-webcasts-webinar.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-live-teleconference:before {
  display: block;
  background-image: url("../Images/icon-live-teleconference.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-courses-to-stream-online:before {
  display: block;
  background-image: url("../Images/icon-courses-to-stream-online.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-courses-to-download:before {
  display: block;
  background-image: url("../Images/icon-courses-to-download.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-cds-dvds-book:before {
  display: block;
  background-image: url("../Images/icon-cds-dvds-book.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-live-series:before {
  display: block;
  background-image: url("../Images/icon-live-series.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format.product-format-interactive-elearning:before {
  display: block;
  background-image: url("../Images/icon-interactive-elearning.svg");
}

.product-format.product-format-force-no-icon:before {
  display: none;
}

.product-format .product-format-text {
  font-family: "Poppins";
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2px;
}

.product-format .product-format-text > :first-child {
  margin-top: 0;
}

.product-format .product-format-text > :last-child {
  margin-bottom: 0;
}

.product-format .product-format-text > * {
  display: block;
  margin: 0;
}

.product-format .product-format-text h4.account-sub-inclusion {
  max-width: 207px;
}

.product-format-meta {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 300;
  color: #767676;
  margin-bottom: -2px;
}

.product-format-name {
  color: #171717;
  font-size: 1em;
  font-weight: inherit;
}

.product-format-name.small,
.small .product-format-name {
  font-size: 0.75em;
}

.product-format-name.results-addformat {
  margin-top: 15px;
}

.product-format-price {
  font-size: 0.75em;
}

.product-details {
  font-size: 0.875rem;
}

.browse-content .browse-by {
  margin-left: 12px;
}

.browse-content h2 > a {
  text-decoration: underline;
}

.browse-content a.product-format {
  color: #98012e;
}

.progress {
  display: block;
  height: 5px;
  box-shadow: none;
  margin-bottom: 15px;
  border-radius: 2.5px;
  overflow: hidden;
  background-color: #b2b2b2;
}

.progress .progress-bar {
  border-radius: 2.5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #171717;
  height: 100%;
}

.media-progress {
  margin-top: 8px;
  width: 150px;
}

.media-progress > :first-child {
  margin-top: 0;
}

.media-progress > :last-child {
  margin-bottom: 0;
}

.media-progress .media-progress-label {
  font-weight: 300;
  margin-top: -8px;
}

.tab-content > .tab-pane {
  display: none;
  word-break: break-word;
}

.tab-content > .active {
  display: block;
}

.card-header h4.card-title > a, .nav-tabs li a {
  display: block;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.75);
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: left;
}

.card-header h4.card-title > a, .nav-tabs li a,
.card-header h4.card-title > a > a,
.nav-tabs li a > a {
  color: inherit;
  text-decoration: none;
}

.card-header h4.card-title > a:not(.collapsed), .nav-tabs li > a.active {
  background-color: white;
  font-weight: 800;
}

.card-header h4.card-title > a:hover, .card-header h4.card-title > a:focus, .nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: white;
}

.card-body, .tab-pane {
  background-color: white;
}

.card.card-block {
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.card-header h4.card-title {
  margin: 0;
}

.card-header h4.card-title > a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  float: right;
  position: relative;
  font-size: 14px;
}

.card-header h4.card-title > a:not(.collapsed):after {
  content: "\f077";
}

.nav-tabs {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
}

.nav-tabs li {
  flex: 1;
  margin-right: 4px;
}

.nav-tabs li:last-child {
  margin-right: 0;
}

.nav-tabs li a {
  text-align: center;
}

.tab-content {
  background-color: white;
}

.nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
  }
  .card {
    border: none;
    border-radius: 0;
  }
  .card .card-header {
    display: none;
  }
  .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.sd-select-boxes {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 10px;
}

.sd-select-box {
  margin: 0 4px 8px;
}

.sd-select-box {
  height: 76px;
}

.sd-select-box.checked {
  border-color: #171717;
}

.sd-select-box.checked:hover, .sd-select-box.checked:focus, .sd-select-box.checked:active {
  background-color: transparent;
}

.sd-select-box:hover, .sd-select-box:focus, .sd-select-box:active {
  background-color: rgba(23, 23, 23, 0.1);
}

.sd-select-box input[type='radio'],
.sd-select-box input[type='checkbox'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alert-danger {
  color: #AD0000;
}

.color-warning {
  color: #ff7800;
}

.alert-info {
  margin-bottom: 0;
  padding-left: 45px;
  border-radius: 0;
  border-width: 0;
  position: relative;
  background-color: transparent;
  font-family: "Poppins";
  color: #333333;
}

.alert-info: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f071";
  position: absolute;
  left: 15px;
  top: 18px;
  color: #171717;
}

.badge {
  padding: 0;
  height: 18px;
  width: 18px;
  font-size: 10px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 18px;
}

button > .badge {
  margin-top: -2px;
  margin-left: 5px;
}

.new-text-badge {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  color: #AD0000;
  background-color: #ffff00;
  position: absolute;
  left: -77px;
  top: -10px;
  padding: 0 10px;
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.5);
  transform: rotate(-17deg);
}

.new-text-badge:after {
  content: 'new!';
}

.account-banner-new-text-badge {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.85rem;
  color: #000000;
  background-color: #efbf15;
  position: absolute;
  left: 86px;
  top: 20px;
  padding: 0 4px;
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.5);
  transform: rotate(17deg);
}

.account-banner-new-text-badge:after {
  content: 'new!';
}

.test-promo {
  border-color: #ffffff;
  border-width: 6px;
  border-style: solid;
  border-radius: 855px;
  transform: rotate(8deg);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: #f1bd16;
  height: 120px;
  width: 120px;
  color: #000000;
}

.product-tag-brand, .product-tag-gold, .product-tag-class1, .product-tag-class2, .product-tag-class3, .product-tag-class4, .product-tag-class5 {
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 3px 10px;
  display: inline-block;
}

.product-tag-brand, .product-tag-gold, .product-tag-class1, .product-tag-class2, .product-tag-class3, .product-tag-class4, .product-tag-class5,
.product-tag-brand h1,
.product-tag-gold h1,
.product-tag-class1 h1,
.product-tag-class2 h1,
.product-tag-class3 h1,
.product-tag-class4 h1,
.product-tag-class5 h1,
.product-tag-brand h2,
.product-tag-gold h2,
.product-tag-class1 h2,
.product-tag-class2 h2,
.product-tag-class3 h2,
.product-tag-class4 h2,
.product-tag-class5 h2,
.product-tag-brand h3,
.product-tag-gold h3,
.product-tag-class1 h3,
.product-tag-class2 h3,
.product-tag-class3 h3,
.product-tag-class4 h3,
.product-tag-class5 h3,
.product-tag-brand table.data-rows th.header-branded,
table.data-rows .product-tag-brand th.header-branded,
.product-tag-gold table.data-rows th.header-branded,
table.data-rows .product-tag-gold th.header-branded,
.product-tag-class1 table.data-rows th.header-branded,
table.data-rows .product-tag-class1 th.header-branded,
.product-tag-class2 table.data-rows th.header-branded,
table.data-rows .product-tag-class2 th.header-branded,
.product-tag-class3 table.data-rows th.header-branded,
table.data-rows .product-tag-class3 th.header-branded,
.product-tag-class4 table.data-rows th.header-branded,
table.data-rows .product-tag-class4 th.header-branded,
.product-tag-class5 table.data-rows th.header-branded,
table.data-rows .product-tag-class5 th.header-branded,
.product-tag-brand h4,
.product-tag-gold h4,
.product-tag-class1 h4,
.product-tag-class2 h4,
.product-tag-class3 h4,
.product-tag-class4 h4,
.product-tag-class5 h4,
.product-tag-brand h5,
.product-tag-gold h5,
.product-tag-class1 h5,
.product-tag-class2 h5,
.product-tag-class3 h5,
.product-tag-class4 h5,
.product-tag-class5 h5,
.product-tag-brand h6,
.product-tag-gold h6,
.product-tag-class1 h6,
.product-tag-class2 h6,
.product-tag-class3 h6,
.product-tag-class4 h6,
.product-tag-class5 h6 {
  color: #ffffff;
}

.product-tag-brand > a, .product-tag-gold > a, .product-tag-class1 > a, .product-tag-class2 > a, .product-tag-class3 > a, .product-tag-class4 > a, .product-tag-class5 > a,
.product-tag-brand h1 > a,
.product-tag-gold h1 > a,
.product-tag-class1 h1 > a,
.product-tag-class2 h1 > a,
.product-tag-class3 h1 > a,
.product-tag-class4 h1 > a,
.product-tag-class5 h1 > a,
.product-tag-brand h2 > a,
.product-tag-gold h2 > a,
.product-tag-class1 h2 > a,
.product-tag-class2 h2 > a,
.product-tag-class3 h2 > a,
.product-tag-class4 h2 > a,
.product-tag-class5 h2 > a,
.product-tag-brand h3 > a,
.product-tag-gold h3 > a,
.product-tag-class1 h3 > a,
.product-tag-class2 h3 > a,
.product-tag-class3 h3 > a,
.product-tag-class4 h3 > a,
.product-tag-class5 h3 > a,
.product-tag-brand table.data-rows th.header-branded > a,
table.data-rows .product-tag-brand th.header-branded > a,
.product-tag-gold table.data-rows th.header-branded > a,
table.data-rows .product-tag-gold th.header-branded > a,
.product-tag-class1 table.data-rows th.header-branded > a,
table.data-rows .product-tag-class1 th.header-branded > a,
.product-tag-class2 table.data-rows th.header-branded > a,
table.data-rows .product-tag-class2 th.header-branded > a,
.product-tag-class3 table.data-rows th.header-branded > a,
table.data-rows .product-tag-class3 th.header-branded > a,
.product-tag-class4 table.data-rows th.header-branded > a,
table.data-rows .product-tag-class4 th.header-branded > a,
.product-tag-class5 table.data-rows th.header-branded > a,
table.data-rows .product-tag-class5 th.header-branded > a,
.product-tag-brand h4 > a,
.product-tag-gold h4 > a,
.product-tag-class1 h4 > a,
.product-tag-class2 h4 > a,
.product-tag-class3 h4 > a,
.product-tag-class4 h4 > a,
.product-tag-class5 h4 > a,
.product-tag-brand h5 > a,
.product-tag-gold h5 > a,
.product-tag-class1 h5 > a,
.product-tag-class2 h5 > a,
.product-tag-class3 h5 > a,
.product-tag-class4 h5 > a,
.product-tag-class5 h5 > a,
.product-tag-brand h6 > a,
.product-tag-gold h6 > a,
.product-tag-class1 h6 > a,
.product-tag-class2 h6 > a,
.product-tag-class3 h6 > a,
.product-tag-class4 h6 > a,
.product-tag-class5 h6 > a {
  color: #ffffff;
  text-decoration: underline;
}

.product-tag-brand > a:hover, .product-tag-gold > a:hover, .product-tag-class1 > a:hover, .product-tag-class2 > a:hover, .product-tag-class3 > a:hover, .product-tag-class4 > a:hover, .product-tag-class5 > a:hover,
.product-tag-brand h1 > a:hover,
.product-tag-gold h1 > a:hover,
.product-tag-class1 h1 > a:hover,
.product-tag-class2 h1 > a:hover,
.product-tag-class3 h1 > a:hover,
.product-tag-class4 h1 > a:hover,
.product-tag-class5 h1 > a:hover,
.product-tag-brand h2 > a:hover,
.product-tag-gold h2 > a:hover,
.product-tag-class1 h2 > a:hover,
.product-tag-class2 h2 > a:hover,
.product-tag-class3 h2 > a:hover,
.product-tag-class4 h2 > a:hover,
.product-tag-class5 h2 > a:hover,
.product-tag-brand h3 > a:hover,
.product-tag-gold h3 > a:hover,
.product-tag-class1 h3 > a:hover,
.product-tag-class2 h3 > a:hover,
.product-tag-class3 h3 > a:hover,
.product-tag-class4 h3 > a:hover,
.product-tag-class5 h3 > a:hover,
.product-tag-brand table.data-rows th.header-branded > a:hover,
table.data-rows .product-tag-brand th.header-branded > a:hover,
.product-tag-gold table.data-rows th.header-branded > a:hover,
table.data-rows .product-tag-gold th.header-branded > a:hover,
.product-tag-class1 table.data-rows th.header-branded > a:hover,
table.data-rows .product-tag-class1 th.header-branded > a:hover,
.product-tag-class2 table.data-rows th.header-branded > a:hover,
table.data-rows .product-tag-class2 th.header-branded > a:hover,
.product-tag-class3 table.data-rows th.header-branded > a:hover,
table.data-rows .product-tag-class3 th.header-branded > a:hover,
.product-tag-class4 table.data-rows th.header-branded > a:hover,
table.data-rows .product-tag-class4 th.header-branded > a:hover,
.product-tag-class5 table.data-rows th.header-branded > a:hover,
table.data-rows .product-tag-class5 th.header-branded > a:hover,
.product-tag-brand h4 > a:hover,
.product-tag-gold h4 > a:hover,
.product-tag-class1 h4 > a:hover,
.product-tag-class2 h4 > a:hover,
.product-tag-class3 h4 > a:hover,
.product-tag-class4 h4 > a:hover,
.product-tag-class5 h4 > a:hover,
.product-tag-brand h5 > a:hover,
.product-tag-gold h5 > a:hover,
.product-tag-class1 h5 > a:hover,
.product-tag-class2 h5 > a:hover,
.product-tag-class3 h5 > a:hover,
.product-tag-class4 h5 > a:hover,
.product-tag-class5 h5 > a:hover,
.product-tag-brand h6 > a:hover,
.product-tag-gold h6 > a:hover,
.product-tag-class1 h6 > a:hover,
.product-tag-class2 h6 > a:hover,
.product-tag-class3 h6 > a:hover,
.product-tag-class4 h6 > a:hover,
.product-tag-class5 h6 > a:hover {
  text-decoration: none;
}

.product-tag-brand a, .product-tag-gold a, .product-tag-class1 a, .product-tag-class2 a, .product-tag-class3 a, .product-tag-class4 a, .product-tag-class5 a, .product-tag-brand a:hover, .product-tag-gold a:hover, .product-tag-class1 a:hover, .product-tag-class2 a:hover, .product-tag-class3 a:hover, .product-tag-class4 a:hover, .product-tag-class5 a:hover, .product-tag-brand a:focus, .product-tag-gold a:focus, .product-tag-class1 a:focus, .product-tag-class2 a:focus, .product-tag-class3 a:focus, .product-tag-class4 a:focus, .product-tag-class5 a:focus, .product-tag-brand > a, .product-tag-gold > a, .product-tag-class1 > a, .product-tag-class2 > a, .product-tag-class3 > a, .product-tag-class4 > a, .product-tag-class5 > a, .product-tag-brand > a:hover, .product-tag-gold > a:hover, .product-tag-class1 > a:hover, .product-tag-class2 > a:hover, .product-tag-class3 > a:hover, .product-tag-class4 > a:hover, .product-tag-class5 > a:hover,
.product-tag-brand > a:focus,
.product-tag-gold > a:focus,
.product-tag-class1 > a:focus,
.product-tag-class2 > a:focus,
.product-tag-class3 > a:focus,
.product-tag-class4 > a:focus,
.product-tag-class5 > a:focus {
  color: #ffffff;
}

.product-tag-brand .btn-primary, .product-tag-gold .btn-primary, .product-tag-class1 .btn-primary, .product-tag-class2 .btn-primary, .product-tag-class3 .btn-primary, .product-tag-class4 .btn-primary, .product-tag-class5 .btn-primary,
.product-tag-brand .btn-secondary,
.product-tag-gold .btn-secondary,
.product-tag-class1 .btn-secondary,
.product-tag-class2 .btn-secondary,
.product-tag-class3 .btn-secondary,
.product-tag-class4 .btn-secondary,
.product-tag-class5 .btn-secondary,
.product-tag-brand .btn-secondary-light,
.product-tag-gold .btn-secondary-light,
.product-tag-class1 .btn-secondary-light,
.product-tag-class2 .btn-secondary-light,
.product-tag-class3 .btn-secondary-light,
.product-tag-class4 .btn-secondary-light,
.product-tag-class5 .btn-secondary-light,
.product-tag-brand .btn-default,
.product-tag-gold .btn-default,
.product-tag-class1 .btn-default,
.product-tag-class2 .btn-default,
.product-tag-class3 .btn-default,
.product-tag-class4 .btn-default,
.product-tag-class5 .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.product-tag-brand .btn-primary:hover, .product-tag-gold .btn-primary:hover, .product-tag-class1 .btn-primary:hover, .product-tag-class2 .btn-primary:hover, .product-tag-class3 .btn-primary:hover, .product-tag-class4 .btn-primary:hover, .product-tag-class5 .btn-primary:hover, .product-tag-brand .btn-primary:focus, .product-tag-gold .btn-primary:focus, .product-tag-class1 .btn-primary:focus, .product-tag-class2 .btn-primary:focus, .product-tag-class3 .btn-primary:focus, .product-tag-class4 .btn-primary:focus, .product-tag-class5 .btn-primary:focus, .product-tag-brand .btn-primary.focus, .product-tag-gold .btn-primary.focus, .product-tag-class1 .btn-primary.focus, .product-tag-class2 .btn-primary.focus, .product-tag-class3 .btn-primary.focus, .product-tag-class4 .btn-primary.focus, .product-tag-class5 .btn-primary.focus, .product-tag-brand .btn-primary:active, .product-tag-gold .btn-primary:active, .product-tag-class1 .btn-primary:active, .product-tag-class2 .btn-primary:active, .product-tag-class3 .btn-primary:active, .product-tag-class4 .btn-primary:active, .product-tag-class5 .btn-primary:active, .product-tag-brand .btn-primary.active, .product-tag-gold .btn-primary.active, .product-tag-class1 .btn-primary.active, .product-tag-class2 .btn-primary.active, .product-tag-class3 .btn-primary.active, .product-tag-class4 .btn-primary.active, .product-tag-class5 .btn-primary.active,
.product-tag-brand .btn-secondary:hover,
.product-tag-gold .btn-secondary:hover,
.product-tag-class1 .btn-secondary:hover,
.product-tag-class2 .btn-secondary:hover,
.product-tag-class3 .btn-secondary:hover,
.product-tag-class4 .btn-secondary:hover,
.product-tag-class5 .btn-secondary:hover,
.product-tag-brand .btn-secondary-light:hover,
.product-tag-gold .btn-secondary-light:hover,
.product-tag-class1 .btn-secondary-light:hover,
.product-tag-class2 .btn-secondary-light:hover,
.product-tag-class3 .btn-secondary-light:hover,
.product-tag-class4 .btn-secondary-light:hover,
.product-tag-class5 .btn-secondary-light:hover,
.product-tag-brand .btn-secondary:focus,
.product-tag-gold .btn-secondary:focus,
.product-tag-class1 .btn-secondary:focus,
.product-tag-class2 .btn-secondary:focus,
.product-tag-class3 .btn-secondary:focus,
.product-tag-class4 .btn-secondary:focus,
.product-tag-class5 .btn-secondary:focus,
.product-tag-brand .btn-secondary-light:focus,
.product-tag-gold .btn-secondary-light:focus,
.product-tag-class1 .btn-secondary-light:focus,
.product-tag-class2 .btn-secondary-light:focus,
.product-tag-class3 .btn-secondary-light:focus,
.product-tag-class4 .btn-secondary-light:focus,
.product-tag-class5 .btn-secondary-light:focus,
.product-tag-brand .btn-secondary.focus,
.product-tag-gold .btn-secondary.focus,
.product-tag-class1 .btn-secondary.focus,
.product-tag-class2 .btn-secondary.focus,
.product-tag-class3 .btn-secondary.focus,
.product-tag-class4 .btn-secondary.focus,
.product-tag-class5 .btn-secondary.focus,
.product-tag-brand .focus.btn-secondary-light,
.product-tag-gold .focus.btn-secondary-light,
.product-tag-class1 .focus.btn-secondary-light,
.product-tag-class2 .focus.btn-secondary-light,
.product-tag-class3 .focus.btn-secondary-light,
.product-tag-class4 .focus.btn-secondary-light,
.product-tag-class5 .focus.btn-secondary-light,
.product-tag-brand .btn-secondary:active,
.product-tag-gold .btn-secondary:active,
.product-tag-class1 .btn-secondary:active,
.product-tag-class2 .btn-secondary:active,
.product-tag-class3 .btn-secondary:active,
.product-tag-class4 .btn-secondary:active,
.product-tag-class5 .btn-secondary:active,
.product-tag-brand .btn-secondary-light:active,
.product-tag-gold .btn-secondary-light:active,
.product-tag-class1 .btn-secondary-light:active,
.product-tag-class2 .btn-secondary-light:active,
.product-tag-class3 .btn-secondary-light:active,
.product-tag-class4 .btn-secondary-light:active,
.product-tag-class5 .btn-secondary-light:active,
.product-tag-brand .btn-secondary.active,
.product-tag-gold .btn-secondary.active,
.product-tag-class1 .btn-secondary.active,
.product-tag-class2 .btn-secondary.active,
.product-tag-class3 .btn-secondary.active,
.product-tag-class4 .btn-secondary.active,
.product-tag-class5 .btn-secondary.active,
.product-tag-brand .active.btn-secondary-light,
.product-tag-gold .active.btn-secondary-light,
.product-tag-class1 .active.btn-secondary-light,
.product-tag-class2 .active.btn-secondary-light,
.product-tag-class3 .active.btn-secondary-light,
.product-tag-class4 .active.btn-secondary-light,
.product-tag-class5 .active.btn-secondary-light,
.product-tag-brand .btn-default:hover,
.product-tag-gold .btn-default:hover,
.product-tag-class1 .btn-default:hover,
.product-tag-class2 .btn-default:hover,
.product-tag-class3 .btn-default:hover,
.product-tag-class4 .btn-default:hover,
.product-tag-class5 .btn-default:hover,
.product-tag-brand .btn-default:focus,
.product-tag-gold .btn-default:focus,
.product-tag-class1 .btn-default:focus,
.product-tag-class2 .btn-default:focus,
.product-tag-class3 .btn-default:focus,
.product-tag-class4 .btn-default:focus,
.product-tag-class5 .btn-default:focus,
.product-tag-brand .btn-default.focus,
.product-tag-gold .btn-default.focus,
.product-tag-class1 .btn-default.focus,
.product-tag-class2 .btn-default.focus,
.product-tag-class3 .btn-default.focus,
.product-tag-class4 .btn-default.focus,
.product-tag-class5 .btn-default.focus,
.product-tag-brand .btn-default:active,
.product-tag-gold .btn-default:active,
.product-tag-class1 .btn-default:active,
.product-tag-class2 .btn-default:active,
.product-tag-class3 .btn-default:active,
.product-tag-class4 .btn-default:active,
.product-tag-class5 .btn-default:active,
.product-tag-brand .btn-default.active,
.product-tag-gold .btn-default.active,
.product-tag-class1 .btn-default.active,
.product-tag-class2 .btn-default.active,
.product-tag-class3 .btn-default.active,
.product-tag-class4 .btn-default.active,
.product-tag-class5 .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}

.product-tag-brand .badge, .product-tag-gold .badge, .product-tag-class1 .badge, .product-tag-class2 .badge, .product-tag-class3 .badge, .product-tag-class4 .badge, .product-tag-class5 .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}

.product-tag-brand {
  background-color: #171717;
}

.product-tag-gold {
  background-color: #8d724e;
}

.product-tag-class1 {
  background-color: #0d8282;
}

.product-tag-class2 {
  background-color: #603199;
}

.product-tag-class3 {
  background-color: #dd7917;
}

.product-tag-class4 {
  background-color: #0D223F;
  color: #ffffff;
}

.product-tag-class5 {
  background-color: #009345;
  color: #ffffff;
}

.product-tag-subscription-bronze,
.product-tag-subscription-silver,
.product-tag-subscription-gold {
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 3px 10px 3px 28px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}

.product-tag-subscription-bronze:before,
.product-tag-subscription-silver:before,
.product-tag-subscription-gold:before {
  position: absolute;
  left: 0;
  top: 1px;
  height: 20px;
  width: 20px;
}

.product-tag-subscription-bronze:before,
.product-tag-subscription-silver:before,
.product-tag-subscription-gold:before {
  content: url("../Images/unlimited-cle-icon.svg");
}

.text-color-AdMarron {
  color: #ab4e5c;
}

.text-color-GoldenSand {
  color: #f6d484;
}

.text-color-Contessa {
  color: #cc8074;
}

.text-color-RedBerry {
  color: #AD0000;
}

.text-color-Black {
  color: #000000;
}

.text-color-PickledBean {
  color: #693323;
}

.text-color-site-brand {
  color: #98012e;
}

.text-color-other-site:hover {
  color: #003366;
}

.bg-color-PickledBean {
  background-color: #693323;
}

.bg-color-Black {
  background-color: #000000;
}

.bg-color-chocolate-orange {
  background-color: #dd7917;
}

.bg-color-AdMarron {
  background-color: #ab4e5c;
}

.bg-color-AdMarron.hov:hover {
  background-color: #883e49;
}

.bg-color-chambray {
  background-color: #6FA5AD;
}

.bg-color-chambray.hov:hover {
  background-color: #558c94;
}

.bg-color-dusk-gray {
  background-color: #171717;
}

.bg-color-dusk-gray.hov:hover {
  background-color: black;
}

.bg-color-gun-powder {
  background-color: #4C4E59;
}

.bg-color-gun-powder.hov:hover {
  background-color: #35363d;
}

.bg-color-ToryBlue {
  background-color: #171717;
}

.bg-color-ToryBlue.hov:hover {
  background-color: black;
}

.bg-color-cerulean {
  background-color: #BF1539;
}

.bg-color-cerulean.hov:hover {
  background-color: #91102b;
}

.bg-color-gin {
  background-color: #D5DBC6;
}

.bg-color-gin.hov:hover {
  background-color: #bec7a7;
}

.bg-color-shadow {
  background-color: #8d724e;
}

.bg-color-shadow.hov:hover {
  background-color: #6c573c;
}

.bg-color-GoldenSand {
  background-color: #f6d484;
}

.bg-color-GoldenSand.hov:hover {
  background-color: #f3c354;
}

.bg-color-Contessa {
  background-color: #cc8074;
}

.bg-color-Contessa.hov:hover {
  background-color: #be5e4f;
}

.bg-color-RedBerry {
  background-color: #AD0000;
}

.bg-color-RedBerry.hov:hover {
  background-color: #7a0000;
}

.bg-color-sherpa {
  background-color: #024F55;
}

.bg-color-sherpa.hov:hover {
  background-color: #012123;
}

.svg-fill-white {
  fill: #ffffff;
}

.bg-color-chambray-gradiant {
  background-image: linear-gradient(to right, #6FA5AD 50%, #000000 200%);
  background-repeat: repeat-x;
}

.text-color-blue {
  color: #aa0134 !important;
}

.text-color-blue.hov:hover {
  color: #aa0134 !important;
}

.bg-blue {
  background-color: #aa0134 !important;
}

.text-color-indigo {
  color: #6610f2 !important;
}

.text-color-indigo.hov:hover {
  color: #6610f2 !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.text-color-purple {
  color: #6f42c1 !important;
}

.text-color-purple.hov:hover {
  color: #6f42c1 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.text-color-pink {
  color: #e83e8c !important;
}

.text-color-pink.hov:hover {
  color: #e83e8c !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

.text-color-red {
  color: #b90546 !important;
}

.text-color-red.hov:hover {
  color: #b90546 !important;
}

.bg-red {
  background-color: #b90546 !important;
}

.text-color-orange {
  color: #fd7e14 !important;
}

.text-color-orange.hov:hover {
  color: #fd7e14 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.text-color-yellow {
  color: #ffc107 !important;
}

.text-color-yellow.hov:hover {
  color: #ffc107 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

.text-color-green {
  color: #28a745 !important;
}

.text-color-green.hov:hover {
  color: #28a745 !important;
}

.bg-green {
  background-color: #28a745 !important;
}

.text-color-teal {
  color: #20c997 !important;
}

.text-color-teal.hov:hover {
  color: #20c997 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.text-color-cyan {
  color: #17a2b8 !important;
}

.text-color-cyan.hov:hover {
  color: #17a2b8 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

.text-color-white {
  color: #ffffff !important;
}

.text-color-white.hov:hover {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-color-gray {
  color: #6c757d !important;
}

.text-color-gray.hov:hover {
  color: #6c757d !important;
}

.bg-gray {
  background-color: #6c757d !important;
}

.text-color-gray-dark {
  color: #343a40 !important;
}

.text-color-gray-dark.hov:hover {
  color: #343a40 !important;
}

.bg-gray-dark {
  background-color: #343a40 !important;
}

.text-color-ad-marron {
  color: #ab4e5c !important;
}

.text-color-ad-marron.hov:hover {
  color: #ab4e5c !important;
}

.bg-ad-marron {
  background-color: #ab4e5c !important;
}

.text-color-akaroa {
  color: #d8c3a5 !important;
}

.text-color-akaroa.hov:hover {
  color: #d8c3a5 !important;
}

.bg-akaroa {
  background-color: #d8c3a5 !important;
}

.text-color-alabaster {
  color: #f7f7f7 !important;
}

.text-color-alabaster.hov:hover {
  color: #f7f7f7 !important;
}

.bg-alabaster {
  background-color: #f7f7f7 !important;
}

.text-color-amaranth {
  color: #ee2b62 !important;
}

.text-color-amaranth.hov:hover {
  color: #ee2b62 !important;
}

.bg-amaranth {
  background-color: #ee2b62 !important;
}

.text-color-apricot {
  color: #e98074 !important;
}

.text-color-apricot.hov:hover {
  color: #e98074 !important;
}

.bg-apricot {
  background-color: #e98074 !important;
}

.text-color-black {
  color: #000000 !important;
}

.text-color-black.hov:hover {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.text-color-blaze-orange {
  color: #ff6600 !important;
}

.text-color-blaze-orange.hov:hover {
  color: #ff6600 !important;
}

.bg-blaze-orange {
  background-color: #ff6600 !important;
}

.text-color-boulder {
  color: #767676 !important;
}

.text-color-boulder.hov:hover {
  color: #767676 !important;
}

.bg-boulder {
  background-color: #767676 !important;
}

.text-color-bright-grey {
  color: #58595b !important;
}

.text-color-bright-grey.hov:hover {
  color: #58595b !important;
}

.bg-bright-grey {
  background-color: #58595b !important;
}

.text-color-burnt-sienna {
  color: #e85a4f !important;
}

.text-color-burnt-sienna.hov:hover {
  color: #e85a4f !important;
}

.bg-burnt-sienna {
  background-color: #e85a4f !important;
}

.text-color-buttercup {
  color: #f1bd16 !important;
}

.text-color-buttercup.hov:hover {
  color: #f1bd16 !important;
}

.bg-buttercup {
  background-color: #f1bd16 !important;
}

.text-color-cadet-blue {
  color: #5f9ea0 !important;
}

.text-color-cadet-blue.hov:hover {
  color: #5f9ea0 !important;
}

.bg-cadet-blue {
  background-color: #5f9ea0 !important;
}

.text-color-catskill-white {
  color: #e7edf4 !important;
}

.text-color-catskill-white.hov:hover {
  color: #e7edf4 !important;
}

.bg-catskill-white {
  background-color: #e7edf4 !important;
}

.text-color-cerulean {
  color: #BF1539 !important;
}

.text-color-cerulean.hov:hover {
  color: #BF1539 !important;
}

.bg-cerulean {
  background-color: #BF1539 !important;
}

.text-color-chambray {
  color: #6FA5AD !important;
}

.text-color-chambray.hov:hover {
  color: #6FA5AD !important;
}

.bg-chambray {
  background-color: #6FA5AD !important;
}

.text-color-chocolate-orange {
  color: #dd7917 !important;
}

.text-color-chocolate-orange.hov:hover {
  color: #dd7917 !important;
}

.bg-chocolate-orange {
  background-color: #dd7917 !important;
}

.text-color-christi-green {
  color: #50900b !important;
}

.text-color-christi-green.hov:hover {
  color: #50900b !important;
}

.bg-christi-green {
  background-color: #50900b !important;
}

.text-color-congress-blue {
  color: #064a91 !important;
}

.text-color-congress-blue.hov:hover {
  color: #064a91 !important;
}

.bg-congress-blue {
  background-color: #064a91 !important;
}

.text-color-contessa {
  color: #cc8074 !important;
}

.text-color-contessa.hov:hover {
  color: #cc8074 !important;
}

.bg-contessa {
  background-color: #cc8074 !important;
}

.text-color-copper {
  color: #c47930 !important;
}

.text-color-copper.hov:hover {
  color: #c47930 !important;
}

.bg-copper {
  background-color: #c47930 !important;
}

.text-color-curious-blue {
  color: #3482da !important;
}

.text-color-curious-blue.hov:hover {
  color: #3482da !important;
}

.bg-curious-blue {
  background-color: #3482da !important;
}

.text-color-cyprus {
  color: #0a2240 !important;
}

.text-color-cyprus.hov:hover {
  color: #0a2240 !important;
}

.bg-cyprus {
  background-color: #0a2240 !important;
}

.text-color-dark-teal {
  color: #024f55 !important;
}

.text-color-dark-teal.hov:hover {
  color: #024f55 !important;
}

.bg-dark-teal {
  background-color: #024f55 !important;
}

.text-color-dark-turquoise-teal {
  color: #0d8282 !important;
}

.text-color-dark-turquoise-teal.hov:hover {
  color: #0d8282 !important;
}

.bg-dark-turquoise-teal {
  background-color: #0d8282 !important;
}

.text-color-desert {
  color: #B55F26 !important;
}

.text-color-desert.hov:hover {
  color: #B55F26 !important;
}

.bg-desert {
  background-color: #B55F26 !important;
}

.text-color-di-serria {
  color: #dc8f5b !important;
}

.text-color-di-serria.hov:hover {
  color: #dc8f5b !important;
}

.bg-di-serria {
  background-color: #dc8f5b !important;
}

.text-color-dusk-gray {
  color: #171717 !important;
}

.text-color-dusk-gray.hov:hover {
  color: #171717 !important;
}

.bg-dusk-gray {
  background-color: #171717 !important;
}

.text-color-dusty-gray {
  color: #999999 !important;
}

.text-color-dusty-gray.hov:hover {
  color: #999999 !important;
}

.bg-dusty-gray {
  background-color: #999999 !important;
}

.text-color-dove-gray {
  color: #707070 !important;
}

.text-color-dove-gray.hov:hover {
  color: #707070 !important;
}

.bg-dove-gray {
  background-color: #707070 !important;
}

.text-color-flush-orange {
  color: #ff8000 !important;
}

.text-color-flush-orange.hov:hover {
  color: #ff8000 !important;
}

.bg-flush-orange {
  background-color: #ff8000 !important;
}

.text-color-fountain-blue {
  color: #59bbc5 !important;
}

.text-color-fountain-blue.hov:hover {
  color: #59bbc5 !important;
}

.bg-fountain-blue {
  background-color: #59bbc5 !important;
}

.text-color-fpo {
  color: #ff1d8e !important;
}

.text-color-fpo.hov:hover {
  color: #ff1d8e !important;
}

.bg-fpo {
  background-color: #ff1d8e !important;
}

.text-color-gallery {
  color: #eeeeee !important;
}

.text-color-gallery.hov:hover {
  color: #eeeeee !important;
}

.bg-gallery {
  background-color: #eeeeee !important;
}

.text-color-gambogea {
  color: #f29709 !important;
}

.text-color-gambogea.hov:hover {
  color: #f29709 !important;
}

.bg-gambogea {
  background-color: #f29709 !important;
}

.text-color-geyser {
  color: #dee2e6 !important;
}

.text-color-geyser.hov:hover {
  color: #dee2e6 !important;
}

.bg-geyser {
  background-color: #dee2e6 !important;
}

.text-color-gin {
  color: #D5DBC6 !important;
}

.text-color-gin.hov:hover {
  color: #D5DBC6 !important;
}

.bg-gin {
  background-color: #D5DBC6 !important;
}

.text-color-golden-sand {
  color: #f6d484 !important;
}

.text-color-golden-sand.hov:hover {
  color: #f6d484 !important;
}

.bg-golden-sand {
  background-color: #f6d484 !important;
}

.text-color-green-haze {
  color: #009345 !important;
}

.text-color-green-haze.hov:hover {
  color: #009345 !important;
}

.bg-green-haze {
  background-color: #009345 !important;
}

.text-color-gun-powder {
  color: #4C4E59 !important;
}

.text-color-gun-powder.hov:hover {
  color: #4C4E59 !important;
}

.bg-gun-powder {
  background-color: #4C4E59 !important;
}

.text-color-hawaiian-tan {
  color: #9B5613 !important;
}

.text-color-hawaiian-tan.hov:hover {
  color: #9B5613 !important;
}

.bg-hawaiian-tan {
  background-color: #9B5613 !important;
}

.text-color-irish-coffee {
  color: #5b4023 !important;
}

.text-color-irish-coffee.hov:hover {
  color: #5b4023 !important;
}

.bg-irish-coffee {
  background-color: #5b4023 !important;
}

.text-color-iron {
  color: #d9dada !important;
}

.text-color-iron.hov:hover {
  color: #d9dada !important;
}

.bg-iron {
  background-color: #d9dada !important;
}

.text-color-japanese-laurel {
  color: #008000 !important;
}

.text-color-japanese-laurel.hov:hover {
  color: #008000 !important;
}

.bg-japanese-laurel {
  background-color: #008000 !important;
}

.text-color-lochmara {
  color: #0177ba !important;
}

.text-color-lochmara.hov:hover {
  color: #0177ba !important;
}

.bg-lochmara {
  background-color: #0177ba !important;
}

.text-color-mercury {
  color: #e5e5e5 !important;
}

.text-color-mercury.hov:hover {
  color: #e5e5e5 !important;
}

.bg-mercury {
  background-color: #e5e5e5 !important;
}

.text-color-midnight-blue {
  color: #98012e !important;
}

.text-color-midnight-blue.hov:hover {
  color: #98012e !important;
}

.bg-midnight-blue {
  background-color: #98012e !important;
}

.text-color-mine-shaft {
  color: #333333 !important;
}

.text-color-mine-shaft.hov:hover {
  color: #333333 !important;
}

.bg-mine-shaft {
  background-color: #333333 !important;
}

.text-color-mint-cream {
  color: #f5fffa !important;
}

.text-color-mint-cream.hov:hover {
  color: #f5fffa !important;
}

.bg-mint-cream {
  background-color: #f5fffa !important;
}

.text-color-mongoose {
  color: #b39974 !important;
}

.text-color-mongoose.hov:hover {
  color: #b39974 !important;
}

.bg-mongoose {
  background-color: #b39974 !important;
}

.text-color-oslogrey {
  color: #939598 !important;
}

.text-color-oslogrey.hov:hover {
  color: #939598 !important;
}

.bg-oslogrey {
  background-color: #939598 !important;
}

.text-color-other-site {
  color: #0066CC !important;
}

.text-color-other-site.hov:hover {
  color: #0066CC !important;
}

.bg-other-site {
  background-color: #0066CC !important;
}

.text-color-pickled-bean {
  color: #693323 !important;
}

.text-color-pickled-bean.hov:hover {
  color: #693323 !important;
}

.bg-pickled-bean {
  background-color: #693323 !important;
}

.text-color-picton-blue {
  color: #3da8e4 !important;
}

.text-color-picton-blue.hov:hover {
  color: #3da8e4 !important;
}

.bg-picton-blue {
  background-color: #3da8e4 !important;
}

.text-color-prim {
  color: #f4e5ea !important;
}

.text-color-prim.hov:hover {
  color: #f4e5ea !important;
}

.bg-prim {
  background-color: #f4e5ea !important;
}

.text-color-pumpkin-skin {
  color: #b4610e !important;
}

.text-color-pumpkin-skin.hov:hover {
  color: #b4610e !important;
}

.bg-pumpkin-skin {
  background-color: #b4610e !important;
}

.text-color-red-berry {
  color: #AD0000 !important;
}

.text-color-red-berry.hov:hover {
  color: #AD0000 !important;
}

.bg-red-berry {
  background-color: #AD0000 !important;
}

.text-color-royal-purple {
  color: #603199 !important;
}

.text-color-royal-purple.hov:hover {
  color: #603199 !important;
}

.bg-royal-purple {
  background-color: #603199 !important;
}

.text-color-satin-linen {
  color: #eae7dc !important;
}

.text-color-satin-linen.hov:hover {
  color: #eae7dc !important;
}

.bg-satin-linen {
  background-color: #eae7dc !important;
}

.text-color-satin-teal {
  color: #0494a0 !important;
}

.text-color-satin-teal.hov:hover {
  color: #0494a0 !important;
}

.bg-satin-teal {
  background-color: #0494a0 !important;
}

.text-color-seashell {
  color: #f1f1f1 !important;
}

.text-color-seashell.hov:hover {
  color: #f1f1f1 !important;
}

.bg-seashell {
  background-color: #f1f1f1 !important;
}

.text-color-shadow {
  color: #8d724e !important;
}

.text-color-shadow.hov:hover {
  color: #8d724e !important;
}

.bg-shadow {
  background-color: #8d724e !important;
}

.text-color-shark {
  color: #212529 !important;
}

.text-color-shark.hov:hover {
  color: #212529 !important;
}

.bg-shark {
  background-color: #212529 !important;
}

.text-color-sherpa {
  color: #024F55 !important;
}

.text-color-sherpa.hov:hover {
  color: #024F55 !important;
}

.bg-sherpa {
  background-color: #024F55 !important;
}

.text-color-shiraz {
  color: #B90546 !important;
}

.text-color-shiraz.hov:hover {
  color: #B90546 !important;
}

.bg-shiraz {
  background-color: #B90546 !important;
}

.text-color-silver {
  color: #cccccc !important;
}

.text-color-silver.hov:hover {
  color: #cccccc !important;
}

.bg-silver {
  background-color: #cccccc !important;
}

.text-color-silver-chalice {
  color: #b2b2b2 !important;
}

.text-color-silver-chalice.hov:hover {
  color: #b2b2b2 !important;
}

.bg-silver-chalice {
  background-color: #b2b2b2 !important;
}

.text-color-site-accent {
  color: #cb013e !important;
}

.text-color-site-accent.hov:hover {
  color: #cb013e !important;
}

.bg-site-accent {
  background-color: #cb013e !important;
}

.text-color-site-header {
  color: #171717 !important;
}

.text-color-site-header.hov:hover {
  color: #171717 !important;
}

.bg-site-header {
  background-color: #171717 !important;
}

.text-color-spring-wood {
  color: #f4f0ea !important;
}

.text-color-spring-wood.hov:hover {
  color: #f4f0ea !important;
}

.bg-spring-wood {
  background-color: #f4f0ea !important;
}

.text-color-tory-blue {
  color: #98012e !important;
}

.text-color-tory-blue.hov:hover {
  color: #98012e !important;
}

.bg-tory-blue {
  background-color: #98012e !important;
}

.text-color-trout {
  color: #4c4e59 !important;
}

.text-color-trout.hov:hover {
  color: #4c4e59 !important;
}

.bg-trout {
  background-color: #4c4e59 !important;
}

.text-color-why-choose {
  color: #D5DBC6 !important;
}

.text-color-why-choose.hov:hover {
  color: #D5DBC6 !important;
}

.bg-why-choose {
  background-color: #D5DBC6 !important;
}

.text-color-primary {
  color: #171717 !important;
}

.text-color-primary.hov:hover {
  color: #171717 !important;
}

.bg-primary {
  background-color: #171717 !important;
}

.text-color-primary-light {
  color: #291f22 !important;
}

.text-color-primary-light.hov:hover {
  color: #291f22 !important;
}

.bg-primary-light {
  background-color: #291f22 !important;
}

.text-color-secondary {
  color: #7b293d !important;
}

.text-color-secondary.hov:hover {
  color: #7b293d !important;
}

.bg-secondary {
  background-color: #7b293d !important;
}

.text-color-accent {
  color: #b90546 !important;
}

.text-color-accent.hov:hover {
  color: #b90546 !important;
}

.bg-accent {
  background-color: #b90546 !important;
}

.text-color-accent-light {
  color: #e9a4bd !important;
}

.text-color-accent-light.hov:hover {
  color: #e9a4bd !important;
}

.bg-accent-light {
  background-color: #e9a4bd !important;
}

.text-color-grey {
  color: #bdbdbd !important;
}

.text-color-grey.hov:hover {
  color: #bdbdbd !important;
}

.bg-grey {
  background-color: #bdbdbd !important;
}

.text-color-grey-light {
  color: #eeeeee !important;
}

.text-color-grey-light.hov:hover {
  color: #eeeeee !important;
}

.bg-grey-light {
  background-color: #eeeeee !important;
}

.text-color-grey-dark {
  color: #7e7c7c !important;
}

.text-color-grey-dark.hov:hover {
  color: #7e7c7c !important;
}

.bg-grey-dark {
  background-color: #7e7c7c !important;
}

.text-color-warn {
  color: #832020 !important;
}

.text-color-warn.hov:hover {
  color: #832020 !important;
}

.bg-warn {
  background-color: #832020 !important;
}

.text-color-warn-light {
  color: #ffe9dd !important;
}

.text-color-warn-light.hov:hover {
  color: #ffe9dd !important;
}

.bg-warn-light {
  background-color: #ffe9dd !important;
}

.text-color-active {
  color: #0d5559 !important;
}

.text-color-active.hov:hover {
  color: #0d5559 !important;
}

.bg-active {
  background-color: #0d5559 !important;
}

.text-color-active-light {
  color: #cafaf1 !important;
}

.text-color-active-light.hov:hover {
  color: #cafaf1 !important;
}

.bg-active-light {
  background-color: #cafaf1 !important;
}

.text-color-light-purple {
  color: #e8d3fc !important;
}

.text-color-light-purple.hov:hover {
  color: #e8d3fc !important;
}

.bg-light-purple {
  background-color: #e8d3fc !important;
}

.text-color-dark-purple {
  color: #551ab6 !important;
}

.text-color-dark-purple.hov:hover {
  color: #551ab6 !important;
}

.bg-dark-purple {
  background-color: #551ab6 !important;
}

.text-color-error {
  color: #b14304 !important;
}

.text-color-error.hov:hover {
  color: #b14304 !important;
}

.bg-error {
  background-color: #b14304 !important;
}

.text-color-error-light {
  color: #f9d7d4 !important;
}

.text-color-error-light.hov:hover {
  color: #f9d7d4 !important;
}

.bg-error-light {
  background-color: #f9d7d4 !important;
}

.text-color-error-dark {
  color: #7c3208 !important;
}

.text-color-error-dark.hov:hover {
  color: #7c3208 !important;
}

.bg-error-dark {
  background-color: #7c3208 !important;
}

.text-color-dark-red {
  color: #7b293d !important;
}

.text-color-dark-red.hov:hover {
  color: #7b293d !important;
}

.bg-dark-red {
  background-color: #7b293d !important;
}

.text-color-peach {
  color: #ffe9dd !important;
}

.text-color-peach.hov:hover {
  color: #ffe9dd !important;
}

.bg-peach {
  background-color: #ffe9dd !important;
}

.border-solid-1 {
  border-style: solid;
  border-width: 0.0625rem;
}

.border-top-1 {
  border-top: 0.0625rem solid;
}

.border-right-1 {
  border-right: 0.0625rem solid;
}

.border-bottom-1 {
  border-bottom: 0.0625rem solid;
}

.border-left-1 {
  border-left: 0.0625rem solid;
}

@media (min-width: 768px) {
  .border-solid-sm-1 {
    border-style: solid !important;
    border-width: 0.0625rem !important;
  }
}

@media (min-width: 768px) {
  .border-top-sm-1 {
    border-top: 0.0625rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-right-sm-1 {
    border-right: 0.0625rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-bottom-sm-1 {
    border-bottom: 0.0625rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-left-sm-1 {
    border-left: 0.0625rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-solid-md-1 {
    border-style: solid !important;
    border-width: 0.0625rem !important;
  }
}

@media (min-width: 1000px) {
  .border-top-md-1 {
    border-top: 0.0625rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-right-md-1 {
    border-right: 0.0625rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-bottom-md-1 {
    border-bottom: 0.0625rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-left-md-1 {
    border-left: 0.0625rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-solid-lg-1 {
    border-style: solid !important;
    border-width: 0.0625rem !important;
  }
}

@media (min-width: 1230px) {
  .border-top-lg-1 {
    border-top: 0.0625rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-right-lg-1 {
    border-right: 0.0625rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-bottom-lg-1 {
    border-bottom: 0.0625rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-left-lg-1 {
    border-left: 0.0625rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-solid-xl-1 {
    border-style: solid !important;
    border-width: 0.0625rem !important;
  }
}

@media (min-width: 1400px) {
  .border-top-xl-1 {
    border-top: 0.0625rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-right-xl-1 {
    border-right: 0.0625rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-bottom-xl-1 {
    border-bottom: 0.0625rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-left-xl-1 {
    border-left: 0.0625rem solid !important;
  }
}

.border-solid-2 {
  border-style: solid;
  border-width: 0.125rem;
}

.border-top-2 {
  border-top: 0.125rem solid;
}

.border-right-2 {
  border-right: 0.125rem solid;
}

.border-bottom-2 {
  border-bottom: 0.125rem solid;
}

.border-left-2 {
  border-left: 0.125rem solid;
}

@media (min-width: 768px) {
  .border-solid-sm-2 {
    border-style: solid !important;
    border-width: 0.125rem !important;
  }
}

@media (min-width: 768px) {
  .border-top-sm-2 {
    border-top: 0.125rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-right-sm-2 {
    border-right: 0.125rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-bottom-sm-2 {
    border-bottom: 0.125rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-left-sm-2 {
    border-left: 0.125rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-solid-md-2 {
    border-style: solid !important;
    border-width: 0.125rem !important;
  }
}

@media (min-width: 1000px) {
  .border-top-md-2 {
    border-top: 0.125rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-right-md-2 {
    border-right: 0.125rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-bottom-md-2 {
    border-bottom: 0.125rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-left-md-2 {
    border-left: 0.125rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-solid-lg-2 {
    border-style: solid !important;
    border-width: 0.125rem !important;
  }
}

@media (min-width: 1230px) {
  .border-top-lg-2 {
    border-top: 0.125rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-right-lg-2 {
    border-right: 0.125rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-bottom-lg-2 {
    border-bottom: 0.125rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-left-lg-2 {
    border-left: 0.125rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-solid-xl-2 {
    border-style: solid !important;
    border-width: 0.125rem !important;
  }
}

@media (min-width: 1400px) {
  .border-top-xl-2 {
    border-top: 0.125rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-right-xl-2 {
    border-right: 0.125rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-bottom-xl-2 {
    border-bottom: 0.125rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-left-xl-2 {
    border-left: 0.125rem solid !important;
  }
}

.border-solid-3 {
  border-style: solid;
  border-width: 0.1875rem;
}

.border-top-3 {
  border-top: 0.1875rem solid;
}

.border-right-3 {
  border-right: 0.1875rem solid;
}

.border-bottom-3 {
  border-bottom: 0.1875rem solid;
}

.border-left-3 {
  border-left: 0.1875rem solid;
}

@media (min-width: 768px) {
  .border-solid-sm-3 {
    border-style: solid !important;
    border-width: 0.1875rem !important;
  }
}

@media (min-width: 768px) {
  .border-top-sm-3 {
    border-top: 0.1875rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-right-sm-3 {
    border-right: 0.1875rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-bottom-sm-3 {
    border-bottom: 0.1875rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-left-sm-3 {
    border-left: 0.1875rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-solid-md-3 {
    border-style: solid !important;
    border-width: 0.1875rem !important;
  }
}

@media (min-width: 1000px) {
  .border-top-md-3 {
    border-top: 0.1875rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-right-md-3 {
    border-right: 0.1875rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-bottom-md-3 {
    border-bottom: 0.1875rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-left-md-3 {
    border-left: 0.1875rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-solid-lg-3 {
    border-style: solid !important;
    border-width: 0.1875rem !important;
  }
}

@media (min-width: 1230px) {
  .border-top-lg-3 {
    border-top: 0.1875rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-right-lg-3 {
    border-right: 0.1875rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-bottom-lg-3 {
    border-bottom: 0.1875rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-left-lg-3 {
    border-left: 0.1875rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-solid-xl-3 {
    border-style: solid !important;
    border-width: 0.1875rem !important;
  }
}

@media (min-width: 1400px) {
  .border-top-xl-3 {
    border-top: 0.1875rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-right-xl-3 {
    border-right: 0.1875rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-bottom-xl-3 {
    border-bottom: 0.1875rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-left-xl-3 {
    border-left: 0.1875rem solid !important;
  }
}

.border-solid-4 {
  border-style: solid;
  border-width: 0.25rem;
}

.border-top-4 {
  border-top: 0.25rem solid;
}

.border-right-4 {
  border-right: 0.25rem solid;
}

.border-bottom-4 {
  border-bottom: 0.25rem solid;
}

.border-left-4 {
  border-left: 0.25rem solid;
}

@media (min-width: 768px) {
  .border-solid-sm-4 {
    border-style: solid !important;
    border-width: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .border-top-sm-4 {
    border-top: 0.25rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-right-sm-4 {
    border-right: 0.25rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-bottom-sm-4 {
    border-bottom: 0.25rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-left-sm-4 {
    border-left: 0.25rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-solid-md-4 {
    border-style: solid !important;
    border-width: 0.25rem !important;
  }
}

@media (min-width: 1000px) {
  .border-top-md-4 {
    border-top: 0.25rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-right-md-4 {
    border-right: 0.25rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-bottom-md-4 {
    border-bottom: 0.25rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-left-md-4 {
    border-left: 0.25rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-solid-lg-4 {
    border-style: solid !important;
    border-width: 0.25rem !important;
  }
}

@media (min-width: 1230px) {
  .border-top-lg-4 {
    border-top: 0.25rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-right-lg-4 {
    border-right: 0.25rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-bottom-lg-4 {
    border-bottom: 0.25rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-left-lg-4 {
    border-left: 0.25rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-solid-xl-4 {
    border-style: solid !important;
    border-width: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .border-top-xl-4 {
    border-top: 0.25rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-right-xl-4 {
    border-right: 0.25rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-bottom-xl-4 {
    border-bottom: 0.25rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-left-xl-4 {
    border-left: 0.25rem solid !important;
  }
}

.border-solid-5 {
  border-style: solid;
  border-width: 0.3125rem;
}

.border-top-5 {
  border-top: 0.3125rem solid;
}

.border-right-5 {
  border-right: 0.3125rem solid;
}

.border-bottom-5 {
  border-bottom: 0.3125rem solid;
}

.border-left-5 {
  border-left: 0.3125rem solid;
}

@media (min-width: 768px) {
  .border-solid-sm-5 {
    border-style: solid !important;
    border-width: 0.3125rem !important;
  }
}

@media (min-width: 768px) {
  .border-top-sm-5 {
    border-top: 0.3125rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-right-sm-5 {
    border-right: 0.3125rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-bottom-sm-5 {
    border-bottom: 0.3125rem solid !important;
  }
}

@media (min-width: 768px) {
  .border-left-sm-5 {
    border-left: 0.3125rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-solid-md-5 {
    border-style: solid !important;
    border-width: 0.3125rem !important;
  }
}

@media (min-width: 1000px) {
  .border-top-md-5 {
    border-top: 0.3125rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-right-md-5 {
    border-right: 0.3125rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-bottom-md-5 {
    border-bottom: 0.3125rem solid !important;
  }
}

@media (min-width: 1000px) {
  .border-left-md-5 {
    border-left: 0.3125rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-solid-lg-5 {
    border-style: solid !important;
    border-width: 0.3125rem !important;
  }
}

@media (min-width: 1230px) {
  .border-top-lg-5 {
    border-top: 0.3125rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-right-lg-5 {
    border-right: 0.3125rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-bottom-lg-5 {
    border-bottom: 0.3125rem solid !important;
  }
}

@media (min-width: 1230px) {
  .border-left-lg-5 {
    border-left: 0.3125rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-solid-xl-5 {
    border-style: solid !important;
    border-width: 0.3125rem !important;
  }
}

@media (min-width: 1400px) {
  .border-top-xl-5 {
    border-top: 0.3125rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-right-xl-5 {
    border-right: 0.3125rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-bottom-xl-5 {
    border-bottom: 0.3125rem solid !important;
  }
}

@media (min-width: 1400px) {
  .border-left-xl-5 {
    border-left: 0.3125rem solid !important;
  }
}

.border-blue {
  border-color: #aa0134 !important;
}

.border-indigo {
  border-color: #6610f2 !important;
}

.border-purple {
  border-color: #6f42c1 !important;
}

.border-pink {
  border-color: #e83e8c !important;
}

.border-red {
  border-color: #b90546 !important;
}

.border-orange {
  border-color: #fd7e14 !important;
}

.border-yellow {
  border-color: #ffc107 !important;
}

.border-green {
  border-color: #28a745 !important;
}

.border-teal {
  border-color: #20c997 !important;
}

.border-cyan {
  border-color: #17a2b8 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-gray {
  border-color: #6c757d !important;
}

.border-gray-dark {
  border-color: #343a40 !important;
}

.border-ad-marron {
  border-color: #ab4e5c !important;
}

.border-akaroa {
  border-color: #d8c3a5 !important;
}

.border-alabaster {
  border-color: #f7f7f7 !important;
}

.border-amaranth {
  border-color: #ee2b62 !important;
}

.border-apricot {
  border-color: #e98074 !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-blaze-orange {
  border-color: #ff6600 !important;
}

.border-boulder {
  border-color: #767676 !important;
}

.border-bright-grey {
  border-color: #58595b !important;
}

.border-burnt-sienna {
  border-color: #e85a4f !important;
}

.border-buttercup {
  border-color: #f1bd16 !important;
}

.border-cadet-blue {
  border-color: #5f9ea0 !important;
}

.border-catskill-white {
  border-color: #e7edf4 !important;
}

.border-cerulean {
  border-color: #BF1539 !important;
}

.border-chambray {
  border-color: #6FA5AD !important;
}

.border-chocolate-orange {
  border-color: #dd7917 !important;
}

.border-christi-green {
  border-color: #50900b !important;
}

.border-congress-blue {
  border-color: #064a91 !important;
}

.border-contessa {
  border-color: #cc8074 !important;
}

.border-copper {
  border-color: #c47930 !important;
}

.border-curious-blue {
  border-color: #3482da !important;
}

.border-cyprus {
  border-color: #0a2240 !important;
}

.border-dark-teal {
  border-color: #024f55 !important;
}

.border-dark-turquoise-teal {
  border-color: #0d8282 !important;
}

.border-desert {
  border-color: #B55F26 !important;
}

.border-di-serria {
  border-color: #dc8f5b !important;
}

.border-dusk-gray {
  border-color: #171717 !important;
}

.border-dusty-gray {
  border-color: #999999 !important;
}

.border-dove-gray {
  border-color: #707070 !important;
}

.border-flush-orange {
  border-color: #ff8000 !important;
}

.border-fountain-blue {
  border-color: #59bbc5 !important;
}

.border-fpo {
  border-color: #ff1d8e !important;
}

.border-gallery {
  border-color: #eeeeee !important;
}

.border-gambogea {
  border-color: #f29709 !important;
}

.border-geyser {
  border-color: #dee2e6 !important;
}

.border-gin {
  border-color: #D5DBC6 !important;
}

.border-golden-sand {
  border-color: #f6d484 !important;
}

.border-green-haze {
  border-color: #009345 !important;
}

.border-gun-powder {
  border-color: #4C4E59 !important;
}

.border-hawaiian-tan {
  border-color: #9B5613 !important;
}

.border-irish-coffee {
  border-color: #5b4023 !important;
}

.border-iron {
  border-color: #d9dada !important;
}

.border-japanese-laurel {
  border-color: #008000 !important;
}

.border-lochmara {
  border-color: #0177ba !important;
}

.border-mercury {
  border-color: #e5e5e5 !important;
}

.border-midnight-blue {
  border-color: #98012e !important;
}

.border-mine-shaft {
  border-color: #333333 !important;
}

.border-mint-cream {
  border-color: #f5fffa !important;
}

.border-mongoose {
  border-color: #b39974 !important;
}

.border-oslogrey {
  border-color: #939598 !important;
}

.border-other-site {
  border-color: #0066CC !important;
}

.border-pickled-bean {
  border-color: #693323 !important;
}

.border-picton-blue {
  border-color: #3da8e4 !important;
}

.border-prim {
  border-color: #f4e5ea !important;
}

.border-pumpkin-skin {
  border-color: #b4610e !important;
}

.border-red-berry {
  border-color: #AD0000 !important;
}

.border-royal-purple {
  border-color: #603199 !important;
}

.border-satin-linen {
  border-color: #eae7dc !important;
}

.border-satin-teal {
  border-color: #0494a0 !important;
}

.border-seashell {
  border-color: #f1f1f1 !important;
}

.border-shadow {
  border-color: #8d724e !important;
}

.border-shark {
  border-color: #212529 !important;
}

.border-sherpa {
  border-color: #024F55 !important;
}

.border-shiraz {
  border-color: #B90546 !important;
}

.border-silver {
  border-color: #cccccc !important;
}

.border-silver-chalice {
  border-color: #b2b2b2 !important;
}

.border-site-accent {
  border-color: #cb013e !important;
}

.border-site-header {
  border-color: #171717 !important;
}

.border-spring-wood {
  border-color: #f4f0ea !important;
}

.border-tory-blue {
  border-color: #98012e !important;
}

.border-trout {
  border-color: #4c4e59 !important;
}

.border-why-choose {
  border-color: #D5DBC6 !important;
}

.border-primary {
  border-color: #171717 !important;
}

.border-primary-light {
  border-color: #291f22 !important;
}

.border-secondary {
  border-color: #7b293d !important;
}

.border-accent {
  border-color: #b90546 !important;
}

.border-accent-light {
  border-color: #e9a4bd !important;
}

.border-grey {
  border-color: #bdbdbd !important;
}

.border-grey-light {
  border-color: #eeeeee !important;
}

.border-grey-dark {
  border-color: #7e7c7c !important;
}

.border-warn {
  border-color: #832020 !important;
}

.border-warn-light {
  border-color: #ffe9dd !important;
}

.border-active {
  border-color: #0d5559 !important;
}

.border-active-light {
  border-color: #cafaf1 !important;
}

.border-light-purple {
  border-color: #e8d3fc !important;
}

.border-dark-purple {
  border-color: #551ab6 !important;
}

.border-error {
  border-color: #b14304 !important;
}

.border-error-light {
  border-color: #f9d7d4 !important;
}

.border-error-dark {
  border-color: #7c3208 !important;
}

.border-dark-red {
  border-color: #7b293d !important;
}

.border-peach {
  border-color: #ffe9dd !important;
}

.border-half:after {
  content: '';
  background: #999999;
  position: absolute;
  bottom: 30%;
  right: 0;
  height: 40%;
  width: 2px;
}

@media (min-width: 470px) {
  .desktop-only-border-half:after {
    content: '';
    background: #999999;
    position: absolute;
    bottom: 30%;
    right: 0;
    height: 40%;
    width: 2px;
  }
}

@media (max-width: 1000px) {
  .border-bottom-half:after {
    content: '';
    background: #999999;
    position: absolute;
    height: 2px;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
  }
}

@media (min-width: 1000px) {
  .border-bottom-half {
    border-right: 0.125rem solid;
    border-color: #999999;
  }
}

@media (min-width: 768px) {
  .border-sm-0 {
    border: none !important;
  }
}

@media (min-width: 1000px) {
  .border-md-0 {
    border: none !important;
  }
}

@media (min-width: 1230px) {
  .border-lg-0 {
    border: none !important;
  }
}

@media (min-width: 1400px) {
  .border-xl-0 {
    border: none !important;
  }
}

.fast-track-stamp.tooltip .tooltip-inner {
  background-color: #dfebf7;
  color: #000000;
  font-family: "Poppins";
  font-size: 0.75rem;
  font-weight: 500;
  max-width: 280px;
}

.fast-track-stamp.tooltip.bs-tooltip-right .arrow:before, .fast-track-stamp.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.fast-track-stamp.tooltip.bs-tooltip-left .arrow:before,
.fast-track-stamp.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.fast-track-stamp.tooltip.bs-tooltip-bottom .arrow:before,
.fast-track-stamp.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.fast-track-stamp.tooltip.bs-tooltip-top .arrow:before,
.fast-track-stamp.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  display: none;
}

.old-search, .home-callout-search {
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  position: relative;
  margin-bottom: 0;
}

.form-inline .old-search, .form-inline .home-callout-search {
  display: block;
}

@media (min-width: 1000px) {
  .old-search, .home-callout-search {
    display: inline-block;
  }
}

.old-search .search-input, .home-callout-search .search-input {
  width: 100%;
  height: 40px !important;
  display: block;
  padding-right: 40px;
  padding: 0.375rem 0.75rem !important;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
}

.old-search .search-btn, .home-callout-search .search-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f002";
  font-size: 1rem;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.old-search .search-btn:hover, .home-callout-search .search-btn:hover, .old-search .search-btn:focus, .home-callout-search .search-btn:focus, .old-search .search-btn:active, .home-callout-search .search-btn:active {
  outline: none;
}

.icon-button-with-label, .account-button-logged-in, .account-button-anon, .cart-button-anon, .cart-button {
  font-size: 9px;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #333333;
  display: inline-block;
}

.icon-button-with-label .icon, .account-button-logged-in .icon, .account-button-anon .icon, .cart-button-anon .icon, .cart-button .icon,
.icon-button-with-label .fas,
.account-button-logged-in .fas,
.account-button-anon .fas,
.cart-button-anon .fas,
.cart-button .fas {
  display: block;
}


.icon-button-with-label .fas,
.account-button-logged-in .fas,
.account-button-anon .fas,
.cart-button-anon .fas,
.cart-button .fas {
  font-size: 22px;
}

.icon-button-with-label:active, .account-button-logged-in:active, .account-button-anon:active, .cart-button-anon:active, .cart-button:active, .icon-button-with-label:hover, .account-button-logged-in:hover, .account-button-anon:hover, .cart-button-anon:hover, .cart-button:hover, .icon-button-with-label:focus, .account-button-logged-in:focus, .account-button-anon:focus, .cart-button-anon:focus, .cart-button:focus {
  text-decoration: none;
}

.icon-button {
  background-color: transparent;
  border-width: 0;
}

.account-button-logged-in .account-button-initials {
  color: #ffffff;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 500px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(316deg, #171717 0%, #7b293d 100%);
}

.account-button-anon .account-button-anon-icon: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: url("../Images/icon-person-white.svg");
  font-size: 41px;
  background-color: #b90546;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.cart-button-anon {
  font-family: "Poppins";
  font-size: 14px;
  background-image: url("../Images/icon-cart-white.svg");
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 22px 22px;
  color: #ffffff;
  text-transform: none;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 20px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50px;
  font-weight: bold;
  margin-left: 10px;
}

.cart-button {
  position: relative;
}

.cart-button .cart-icon {
  position: relative;
  vertical-align: bottom;
  width: 35px;
  height: 35px;
  line-height: 1;
  display: inline-block;
}

@media (min-width: 1230px) {
  .cart-button .cart-icon {
    width: 28px;
    height: 28px;
  }
}

.cart-button .cart-icon {
  text-decoration: none;
}

.cart-circle.has-item {
  position: relative;
}

.cart-circle.has-item:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f111";
  position: absolute;
  top: -12px;
  right: 0;
  color: #ee2b62;
  font-size: 21px;
}

@media (min-width: 1230px) {
  .cart-circle.has-item:after {
    top: -5px;
    right: -5px;
  }
}

.cart-text {
  position: absolute;
  top: 0;
  left: 17px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 9px;
  min-width: 15px;
  text-align: center;
}

@media (min-width: 1230px) {
  .cart-text {
    left: 15px;
  }
}

.cart-color {
  fill: #000000;
}

@media (min-width: 1230px) {
  .cart-color {
    fill: #ffffff;
  }
}

.email-icon: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  vertical-align: baseline;
  content: "\f0e0";
}

.reviewsio-5-star::before {
  content: '\2606\2606\2606\2606\2606';
  left: 0;
  position: absolute;
}

.testimonial {
  padding: 30px 30px 15px;
  margin-bottom: 30px;
  font-size: 1rem;
  border: none;
  position: relative;
}

@media (min-width: 1000px) {
  .testimonial {
    margin: 0;
    padding: 30px 75px;
  }
}

.testimonial:before {
  margin-bottom: 15px;
  content: url("../Images/quote-symbol.svg");
  width: 30px;
  display: block;
}

@media (min-width: 1000px) {
  .testimonial:before {
    margin-bottom: 0;
    width: 30px;
    position: absolute;
    top: 27px;
    left: 35px;
  }
}

.testimonial-body {
  line-height: 30px;
  margin-bottom: 30px;
}

.testimonial-name {
  font-family: "Poppins";
  font-weight: 700;
  margin-bottom: 5px;
}

@media (min-width: 1000px) {
  .section-home.customers-saying h1 {
    margin-top: 45px;
    margin-bottom: 40px;
  }
}

.card-grid-row, .event-card-grid-row,
.streaming-card-grid-row,
.shippable-card-grid-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-evenly;
}

@media (max-width: 999.98px) {
  .card-grid-row, .event-card-grid-row,
  .streaming-card-grid-row,
  .shippable-card-grid-row {
    margin-right: 0;
    margin-left: 0;
  }
}

.card-grid-row:last-child, .event-card-grid-row:last-child,
.streaming-card-grid-row:last-child,
.shippable-card-grid-row:last-child {
  justify-content: flex-start;
}

.event-card-grid-row .card-grid-double,
.streaming-card-grid-row .card-grid-double,
.shippable-card-grid-row .card-grid-double {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .event-card-grid-row .card-grid-double,
  .streaming-card-grid-row .card-grid-double,
  .shippable-card-grid-row .card-grid-double {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.card-grid-header {
  margin-bottom: 15px;
}

.nbi-box .card-grid-header {
  margin-bottom: 0;
}

.card-grid-header .card-grid-title-extra {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .card-grid-header .card-grid-title,
  .card-grid-header .card-grid-title-extra {
    display: inline-block;
  }
  .card-grid-header .card-grid-title-extra {
    margin-left: 30px;
    margin-bottom: 0;
  }
}

.card-grid {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .card-grid {
    margin-bottom: 60px;
  }
}

.card-grid-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .card-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1000px) {
  .card-grid-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.card-grid-double {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .card-grid-double {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

.course-level-icons {
  margin-right: 10px;
  display: inline-block;
}

.course-level-icons .rating-circles:before {
  content: url("../Images/difficulty-icon.svg");
  display: block;
  height: 12px;
  width: 12px;
  line-height: 12px;
}

.slick-loading .slick-list {
  background: #fff url("../Images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 44px;
  width: 25px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 888;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  font-size: 20px;
  line-height: 1;
  color: #171717;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 888;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\f053";
}

[dir='rtl'] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\f054";
}

[dir='rtl'] .slick-next:before {
  content: "\f053";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #333333;
  opacity: 0.75;
}

.form-group, .form-group-checkbox-switch, .filter-bar {
  margin-bottom: 18px;
}

.form-group select:disabled, .form-group-checkbox-switch select:disabled, .filter-bar select:disabled {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-group select:disabled::-ms-expand, .form-group-checkbox-switch select:disabled::-ms-expand, .filter-bar select:disabled::-ms-expand {
  display: none;
}

.form-group > .form-inline, .form-group-checkbox-switch > .form-inline, .filter-bar > .form-inline {
  justify-content: center;
}

.form-group input[type='checkbox'], .form-group-checkbox-switch input[type='checkbox'], .filter-bar input[type='checkbox'] {
  width: 30px;
  height: 24px;
}

.control-label, .control-label-large {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.1ex;
}

.form-inline .control-label, .form-inline .control-label-large {
  margin-right: 1em;
  display: inline-block;
}

.control-label-large {
  font-size: 1rem;
}

.help-block,
.error-message {
  display: block;
  margin: 4px 0;
}

.help-block {
  color: #767676;
}

.control-label + .help-block, .control-label-large + .help-block {
  margin-top: -4px;
}

.error-message {
  color: #AD0000;
}

.has-error .control-label, .has-error .control-label-large,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .checkbox-switch,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error.checkbox-switch label {
  color: #333333;
}

.form-control {
  border-radius: 10px;
  padding: 1.5rem 1rem;
}

.form-control, .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus {
  box-shadow: none;
}

.form-control::placeholder {
  color: #767676;
}

.radio-inline label,
.checkbox-inline label,
.checkbox-switch label,
.radio label,
.checkbox label {
  display: block;
}

.radio-inline label input,
.checkbox-inline label input,
.checkbox-switch label input,
.radio label input,
.checkbox label input {
  font-size: 14px;
}

.radio-inline label .price,
.checkbox-inline label .price,
.checkbox-switch label .price,
.radio label .price,
.checkbox label .price {
  display: block;
}

@media (min-width: 768px) {
  .radio-inline label .price,
  .checkbox-inline label .price,
  .checkbox-switch label .price,
  .radio label .price,
  .checkbox label .price {
    float: right;
    padding-left: 8px;
  }
}

.checkbox label {
  padding-left: 20px;
}

.checkbox label input {
  position: absolute;
  margin: 4px 0 0 -20px;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #171717;
  width: 25px !important;
  height: 25px !important;
  border: 1px solid #171717;
  border-radius: 5px;
  transform: translateY(0);
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../Images/Check.svg");
  transform: scale(0);
  transform-origin: center center;
  transition: 120ms transform ease-in-out;
  /* Windows High Contrast Mode */
  background-color: #171717;
  border-radius: 4px;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:disabled {
  --form-control-color: #959495;
  color: #959495;
  cursor: not-allowed;
}

input[type='radio'] {
  margin: 2px 0 0;
}

.cc-logos {
  height: 24px;
  display: inline-block;
  overflow: visible;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.form-row > .col-1 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-row > .col-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .form-row > .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.form-row > [class*='col-'] {
  padding-left: 15px;
  padding-right: 15px;
}

.form-group-checkbox-switch + .form-group-checkbox-switch {
  margin-top: -10px;
}

.checkbox-switch {
  display: inline-block;
}

.switch {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.switch::after {
  display: block;
  clear: both;
  content: "";
}

.switch input {
  height: 0;
  width: 0;
  opacity: 0;
}

.switch-text {
  margin-top: 1px;
  margin-left: 54px;
  display: inline-block;
  float: left;
  line-height: 1.2;
}

.switch-slider {
  width: 44px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b2b2b2;
  transition: 0.4s;
  border-radius: 20px;
}

.switch-slider:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .switch-slider {
  background-color: #171717;
}

input:focus + .switch-slider {
  box-shadow: 0 0 5px #171717;
}

input:checked + .switch-slider:before {
  transform: translateX(22px);
}

select.form-control {
  padding: 0.375rem 0.75rem;
}

.form-inline select.form-control {
  min-width: 60px;
}

.completion-date {
  width: 100%;
}

.completion-date .input-group-addon {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 18px;
  right: 3px;
  width: 40px;
  height: 42px;
  padding-top: 13px;
}

.completion-date .form-control {
  position: initial;
}

.completion-date i {
  color: #171717;
}

.account-edit-info .form-row [class*='col-'] {
  margin-right: 0;
  margin-left: 0;
}

.form-control[type='date'] {
  padding-right: 40px;
}

.form-input-bg-color .form-control {
  background-color: #f4e5ea;
}

.form-input-bg-color .form-control:disabled, .form-input-bg-color .form-control.form-control[readonly] {
  background-color: #d9dada;
}

.dark-form-input-bg-color .form-control {
  background-color: #4C4E59;
  border: solid 2px #ffffff;
  color: #ffffff;
}

.dark-form-input-bg-color .form-control:disabled, .dark-form-input-bg-color .form-control.form-control[readonly] {
  background-color: #d9dada;
}

.verification-codes-box {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 15px;
  margin-right: 15px;
}

.verification-codes-box > div {
  width: 65px;
  padding-right: 20px;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: '';
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-autocomplete {
  z-index: 1000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #171717;
  font-weight: 300;
  color: #ffffff;
}

.ui-autocomplete {
  box-shadow: 0 10px 24px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  cursor: default;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  color: #212529;
  text-align: left;
}

.ui-autocomplete:before, .ui-autocomplete:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #cccccc;
  top: -36px;
  left: 80%;
}

.ui-autocomplete:after {
  border-bottom-color: #ffffff;
  top: -34px;
}

.manage-user-registration-search > .search-input ~ .ui-autocomplete:before, .manage-user-registration-search > .search-input ~ .ui-autocomplete:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #cccccc;
  top: -36px;
  left: 8%;
}

.manage-user-registration-search > .search-input ~ .ui-autocomplete:after {
  border-bottom-color: #ffffff;
  top: -34px;
}

.header-search > .search-input ~ .ui-autocomplete {
  width: 200%;
}

@media (max-width: 1229.98px) {
  .header-search > .search-input ~ .ui-autocomplete {
    width: 100%;
  }
}

.manage-user-registration-search > .search-input ~ .ui-autocomplete {
  width: 200%;
}

@media (max-width: 999.98px) {
  .manage-user-registration-search > .search-input ~ .ui-autocomplete {
    width: 100%;
  }
}

.ui-menu {
  list-style: none;
  padding: 10px;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  width: 70%;
  display: inline-block;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-autocomplete-category,
.autocomplete {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.autocomplete-category.ui-menu-item {
  display: inline-block;
  width: 100%;
  padding-left: 30%;
}

@media (min-width: 768px) {
  .form-horizontal .control-label, .form-horizontal .control-label-large {
    text-align: right;
  }
}

.place-order-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media (max-width: 999.98px) {
  .place-order-container {
    flex-direction: column;
  }
  .place-order-container > p,
  .place-order-container > button {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .place-order-container > p {
    order: 2;
  }
  .place-order-container > button {
    order: 1;
  }
}

.kv-fileinput-caption {
  margin-right: 1rem;
}

.input-group > .input-group-append > .btn.btn-file {
  border-radius: 4px;
  padding: 6px 22px;
}

.dropdown-toggle.user-pswrd-reset-select {
  box-shadow: none;
  border: 1px solid #ced4da;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
}

.dropdown-toggle.user-pswrd-reset-select.bs-placeholder, .dropdown-toggle.user-pswrd-reset-select.bs-placeholder:hover, .dropdown-toggle.user-pswrd-reset-select.bs-placeholder:focus, .dropdown-toggle.user-pswrd-reset-select.bs-placeholder:active {
  color: #333333;
}

.user-pswrd-reset-select[aria-expanded='false']::after {
  content: '\f107';
  border: none;
}

.user-pswrd-reset-select[aria-expanded='true']::after {
  content: '\f106';
  border: none;
}

input[type='radio'].with-font {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type='radio'].with-font ~ label:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: '\f111';
  letter-spacing: 10px;
  font-size: 1.125rem;
  color: #cb013e;
  width: 1.4em;
}

input[type='radio'].with-font:checked ~ label:before {
  content: '\f192';
  font-size: 1.125rem;
  color: #cb013e;
  letter-spacing: 5px;
  font-weight: 900;
}

input[type='radio'].with-font:focus ~ label:before {
  color: #cb013e;
}

input[type='radio'].with-font:disabled ~ label:before {
  content: '\f111';
  font-size: 1.125rem;
  color: #d9dada;
  letter-spacing: 5px;
  cursor: not-allowed;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

i.fa-eye-slash.togglePassword,
i.fa-eye.togglePassword {
  cursor: pointer;
  z-index: 99;
  right: 15px;
  top: 35px;
}


.checkout-steps {
  margin-bottom: 30px;
}

@media print {
  
  .checkout-steps {
    display: none;
  }
}


.checkout-steps ul,
.checkout-steps ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}


.checkout-steps button {
  padding: 0;
  margin: 0;
  font-size: inherit;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}


.checkout-steps {
  counter-reset: checkout-steps;
  font-family: "Poppins";
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  
  .checkout-steps {
    font-size: 1rem;
  }
}


.checkout-steps ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


.checkout-steps ul li {
  display: block;
  flex-grow: 0;
}


.checkout-steps ul li.active {
  flex-grow: 1;
}

@media (min-width: 768px) {
  
  .checkout-steps ul li {
    flex-grow: 1;
  }
}


.checkout-steps ul li:first-child > a,
.checkout-steps ul li:first-child > span,
.checkout-steps ul li:first-child > button {
  padding-left: 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}


.checkout-steps ul li:first-child > a:before,
.checkout-steps ul li:first-child > span:before,
.checkout-steps ul li:first-child > button:before {
  border: none;
}


.checkout-steps ul li:last-child > a,
.checkout-steps ul li:last-child > span,
.checkout-steps ul li:last-child > button {
  padding-right: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-right: 0;
}


.checkout-steps ul li:last-child > a:after,
.checkout-steps ul li:last-child > span:after,
.checkout-steps ul li:last-child > button:after {
  border: none;
}


.checkout-steps ul li > a,
.checkout-steps ul li > button,
.checkout-steps ul li > span {
  display: block;
  position: relative;
  height: 44px;
  line-height: 44px;
  padding: 0;
  padding-left: 5px;
  padding-right: 3.33333px;
  text-align: center;
  margin-right: 17px;
}

@media (min-width: 768px) {
  
  .checkout-steps ul li > a,
  .checkout-steps ul li > button,
  .checkout-steps ul li > span {
    text-align: left;
  }
}


.checkout-steps ul li > a:before,
.checkout-steps ul li > a:after,
.checkout-steps ul li > button:before,
.checkout-steps ul li > button:after,
.checkout-steps ul li > span:before,
.checkout-steps ul li > span:after {
  content: '';
  position: absolute;
  top: 0;
  border-style: solid;
  border-width: 22px 7px;
  width: 0;
  height: 0;
}


.checkout-steps ul li > a:before,
.checkout-steps ul li > button:before,
.checkout-steps ul li > span:before {
  left: -14px;
  border-left-color: transparent;
}


.checkout-steps ul li > a:after,
.checkout-steps ul li > button:after,
.checkout-steps ul li > span:after {
  left: 100%;
  border-color: transparent;
}


.checkout-steps ul li > a,
.checkout-steps ul li > button,
.checkout-steps ul li > span {
  text-decoration: none;
  color: #767676;
  background: #fff;
}


.checkout-steps ul li > a .counter,
.checkout-steps ul li > button .counter,
.checkout-steps ul li > span .counter {
  font-weight: 800;
}

@media (min-width: 768px) {
  
  .checkout-steps ul li > a .counter,
  .checkout-steps ul li > button .counter,
  .checkout-steps ul li > span .counter {
    margin-left: 10px;
  }
}


.checkout-steps ul li > a .counter:before,
.checkout-steps ul li > button .counter:before,
.checkout-steps ul li > span .counter:before {
  counter-increment: checkout-steps;
  content: counter(checkout-steps) ". ";
}


.checkout-steps ul li > a .text,
.checkout-steps ul li > button .text,
.checkout-steps ul li > span .text {
  font-weight: 500;
  display: none;
}

@media (min-width: 768px) {
  
  .checkout-steps ul li > a .text,
  .checkout-steps ul li > button .text,
  .checkout-steps ul li > span .text {
    display: inline;
  }
}


.checkout-steps ul li > a:before,
.checkout-steps ul li > a:after,
.checkout-steps ul li > button:before,
.checkout-steps ul li > button:after,
.checkout-steps ul li > span:before,
.checkout-steps ul li > span:after {
  border-color: #fff;
}


.checkout-steps ul li > a:before,
.checkout-steps ul li > button:before,
.checkout-steps ul li > span:before {
  border-left-color: transparent;
}


.checkout-steps ul li > a:after,
.checkout-steps ul li > button:after,
.checkout-steps ul li > span:after {
  border-color: transparent;
  border-left-color: #fff;
}


.checkout-steps ul li.complete > a,
.checkout-steps ul li.complete > button,
.checkout-steps ul li.complete > span {
  text-decoration: none;
  color: #a21a42;
  background: #eaccd5;
}


.checkout-steps ul li.complete > a:before,
.checkout-steps ul li.complete > a:after,
.checkout-steps ul li.complete > button:before,
.checkout-steps ul li.complete > button:after,
.checkout-steps ul li.complete > span:before,
.checkout-steps ul li.complete > span:after {
  border-color: #eaccd5;
}


.checkout-steps ul li.complete > a:before,
.checkout-steps ul li.complete > button:before,
.checkout-steps ul li.complete > span:before {
  border-left-color: transparent;
}


.checkout-steps ul li.complete > a:after,
.checkout-steps ul li.complete > button:after,
.checkout-steps ul li.complete > span:after {
  border-color: transparent;
  border-left-color: #eaccd5;
}


.checkout-steps ul li.complete a:hover .text {
  text-decoration: underline;
}


.checkout-steps ul li.active > a,
.checkout-steps ul li.active > button,
.checkout-steps ul li.active > span {
  text-decoration: none;
  color: #fff;
  background: #98012e;
}


.checkout-steps ul li.active > a .text,
.checkout-steps ul li.active > button .text,
.checkout-steps ul li.active > span .text {
  display: inline;
}

@media (min-width: 768px) {
  
  .checkout-steps ul li.active > a .text,
  .checkout-steps ul li.active > button .text,
  .checkout-steps ul li.active > span .text {
    display: inline;
  }
}


.checkout-steps ul li.active > a:before,
.checkout-steps ul li.active > a:after,
.checkout-steps ul li.active > button:before,
.checkout-steps ul li.active > button:after,
.checkout-steps ul li.active > span:before,
.checkout-steps ul li.active > span:after {
  border-color: #98012e;
}


.checkout-steps ul li.active > a:before,
.checkout-steps ul li.active > button:before,
.checkout-steps ul li.active > span:before {
  border-left-color: transparent;
}


.checkout-steps ul li.active > a:after,
.checkout-steps ul li.active > button:after,
.checkout-steps ul li.active > span:after {
  border-color: transparent;
  border-left-color: #98012e;
}

.checkout-continue .btn {
  font-weight: 300;
}

.checkout-continue i {
  margin-left: 5px;
  font-size: inherit;
}

.product-summary,
.product-summary-expanded,
.cart-table-item {
  margin: 15px 0 25px;
}

.product-summary::after,
.product-summary-expanded::after,
.cart-table-item::after {
  display: block;
  clear: both;
  content: "";
}

.product-summary + .product-summary,
.product-summary + .product-summary-expanded,
.product-summary + .cart-table-item,
.product-summary-expanded + .product-summary,
.cart-table-item + .product-summary,
.product-summary-expanded + .product-summary-expanded,
.cart-table-item + .product-summary-expanded,
.product-summary-expanded + .cart-table-item,
.cart-table-item + .cart-table-item {
  border-top: 1px solid #cccccc;
  padding-top: 25px;
}

.product-summary .product-format,
.product-summary-expanded .product-format,
.cart-table-item .product-format {
  font-size: 0.875rem;
}

.product-summary .product-info,
.product-summary-expanded .product-info,
.cart-table-item .product-info {
  margin-bottom: 15px;
}

.product-summary .product-details,
.product-summary .product-purchase-extras,
.product-summary .product-discounts,
.product-summary-expanded .product-details,
.cart-table-item .product-details,
.product-summary-expanded .product-purchase-extras,
.cart-table-item .product-purchase-extras,
.product-summary-expanded .product-discounts,
.cart-table-item .product-discounts {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0.875rem;
}

.product-summary .product-discounts,
.product-summary-expanded .product-discounts,
.cart-table-item .product-discounts {
  font-weight: 800;
  color: #291f22;
}

.product-summary .product-purchase-extras,
.product-summary-expanded .product-purchase-extras,
.cart-table-item .product-purchase-extras {
  font-family: "Poppins";
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase;
}

.product-summary .product-purchase-extras .fa-cart-plus,
.product-summary-expanded .product-purchase-extras .fa-cart-plus,
.cart-table-item .product-purchase-extras .fa-cart-plus {
  color: #171717;
  font-size: 1rem;
  margin-right: 5px;
}

.product-summary .product-link,
.product-summary-expanded .product-link,
.cart-table-item .product-link {
  margin: 15px 0;
  display: inline-block;
  font-size: 0.875rem;
}

.quantity-pricing-group {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  font-size: 0.875rem;
}

.quantity-pricing-group:last-child {
  float: right;
  text-align: right;
}

.quantity-pricing-group:last-child .value {
  font-weight: 700;
}

.quantity-pricing-group .qty-lock {
  font-size: 16px;
  line-height: 1.5625;
  margin-left: 17px;
  text-align: left;
}

.quantity-pricing-group.discount-applied .value {
  font-weight: 700;
}

.quantity-pricing-group.discount-applied .value:nth-of-type(2) {
  text-decoration: line-through;
}

.quantity-pricing-group.discount-applied .value:last-child {
  color: #291f22;
}

.product-summary-expanded,
.cart-table-item {
  position: relative;
}

@media (min-width: 1000px) {
  .product-summary-expanded,
  .cart-table-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .product-summary-expanded .product-info,
  .cart-table-item .product-info {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) and (min-width: 1000px) {
  .product-summary-expanded .product-info,
  .cart-table-item .product-info {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1000px) and (min-width: 1000px) {
  .product-summary-expanded .quantity-pricing-group,
  .cart-table-item .quantity-pricing-group {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1000px) {
  .product-summary-expanded .quantity-pricing-group .key-upper, .product-summary-expanded .quantity-pricing-group table.stacktable th, table.stacktable .product-summary-expanded .quantity-pricing-group th,
  .product-summary-expanded .quantity-pricing-group .table-styled th, .table-styled .product-summary-expanded .quantity-pricing-group th,
  .cart-table-item .quantity-pricing-group .key-upper,
  .cart-table-item .quantity-pricing-group table.stacktable th,
  table.stacktable .cart-table-item .quantity-pricing-group th,
  .cart-table-item .quantity-pricing-group .table-styled th,
  .table-styled .cart-table-item .quantity-pricing-group th {
    display: none;
  }
}

.product-summary-expanded-heading,
.cart-table-heading {
  display: none;
}

@media (min-width: 1000px) {
  .product-summary-expanded-heading,
  .cart-table-heading {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 8px;
  }
}

@media (min-width: 1000px) and (min-width: 1000px) {
  .product-summary-expanded-heading .key-upper, .product-summary-expanded-heading table.stacktable th, table.stacktable .product-summary-expanded-heading th,
  .product-summary-expanded-heading .table-styled th, .table-styled .product-summary-expanded-heading th,
  .cart-table-heading .key-upper,
  .cart-table-heading table.stacktable th,
  table.stacktable .cart-table-heading th,
  .cart-table-heading .table-styled th,
  .table-styled .cart-table-heading th {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1000px) and (min-width: 1000px) {
  .product-summary-expanded-heading .key-upper:first-child, .product-summary-expanded-heading table.stacktable th:first-child, table.stacktable .product-summary-expanded-heading th:first-child,
  .product-summary-expanded-heading .table-styled th:first-child, .table-styled .product-summary-expanded-heading th:first-child,
  .cart-table-heading .key-upper:first-child,
  .cart-table-heading table.stacktable th:first-child,
  table.stacktable .cart-table-heading th:first-child,
  .cart-table-heading .table-styled th:first-child,
  .table-styled .cart-table-heading th:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1000px) {
  .product-summary-expanded-heading .key-upper:last-child, .product-summary-expanded-heading table.stacktable th:last-child, table.stacktable .product-summary-expanded-heading th:last-child,
  .product-summary-expanded-heading .table-styled th:last-child, .table-styled .product-summary-expanded-heading th:last-child,
  .cart-table-heading .key-upper:last-child,
  .cart-table-heading table.stacktable th:last-child,
  table.stacktable .cart-table-heading th:last-child,
  .cart-table-heading .table-styled th:last-child,
  .table-styled .cart-table-heading th:last-child {
    text-align: right;
  }
}

@media (max-width: 1229px) {
  .modal {
    overflow-y: scroll;
  }
}

.modal-dialog,
.modal-small-dialog {
  margin: 0;
}

@media (min-width: 768px) {
  .modal-dialog,
  .modal-small-dialog {
    margin: 30px auto;
    width: 100%;
    max-width: 780px;
  }
}

@media (min-width: 768px) {
  .modal-small-dialog {
    max-width: 520px;
  }
}

.modal-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .modal-sidebar {
    width: 320px;
  }
}

.modal-sidebar .modal-header, .modal-sidebar .modal-body, .modal-sidebar .modal-footer, .modal-sidebar .modal-addon {
  border-radius: 0;
}

.modal-sidebar .modal-body {
  padding-right: 25px;
  padding-left: 25px;
  overflow-y: scroll;
}

.modal-sidebar .modal-body + .modal-footer {
  border-top: solid 1px #cccccc;
  padding-top: 8px;
  padding-bottom: 0;
}

.modal-content {
  margin-bottom: 0;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.modal-content > .modal-best-seller > div.row > div:first-child {
  border-right: 1px solid #dee2e6;
}

@media (max-width: 767px) {
  .modal-content > .modal-best-seller > div.row > div:first-child {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.modal button.close {
  position: absolute;
  top: 4px;
  right: 22px;
  font-size: 16px;
  padding: 8px;
}

.modal button.close: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f057";
}

.modal-title {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.modal-title .fab,
.modal-title .fas {
  color: #b39974;
}

.modal-subtitle {
  font-weight: 300;
}

.modal-header, .modal-body, .modal-footer, .modal-addon {
  border: none;
}

@media (max-width: 767px) {
  .modal-header, .modal-body, .modal-footer, .modal-addon {
    border-radius: 0 !important;
  }
}

.modal-section-extra-vertical-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.modal-header {
  justify-content: flex-start;
}

.modal-body + .modal-footer {
  padding-top: 0;
}

.modal-footer {
  justify-content: flex-start;
}

.modal-footer .actions-collection-help-text-pull-left {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .modal-footer a {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-footer a:first-child {
    width: 56%;
    margin-right: 12px;
  }
  .modal-footer a:last-child {
    width: 46%;
  }
}

.modal-upsell-section {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  background-color: #4c4e59;
  font-size: 0.975rem;
  color: #ffffff;
  padding: 1rem;
}

.modal-background-highlight {
  position: relative;
  padding: 8px;
  background: #ffffff;
  z-index: 1050;
}

.cart-table-item + .cart-table-item .cart-table-item-controls {
  top: 16px;
}

@media (min-width: 1000px) {
  .cart-table-item + .cart-table-item .cart-table-item-controls {
    top: 26px;
  }
}

.cart-table-item .product-format {
  margin-bottom: 6px;
}

.cart-table-item .form-group, .cart-table-item .form-group-checkbox-switch, .cart-table-item .filter-bar {
  padding-right: 30px;
}

@media (min-width: 1000px) {
  .cart-table-item .product-info {
    margin-top: 13px;
  }
}

@media (min-width: 1000px) and (min-width: 1000px) {
  .cart-table-item .product-info {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 1000px) {
  .cart-table-item .quantity-pricing-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1000px) and (min-width: 1000px) {
  .cart-table-item .quantity-pricing-group {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1000px) {
  .cart-table-item .quantity-pricing-group:nth-child(4) {
    text-align: right;
  }
  .cart-table-item .quantity-pricing-group .form-group, .cart-table-item .quantity-pricing-group .form-group-checkbox-switch, .cart-table-item .quantity-pricing-group .filter-bar {
    padding-right: 0;
  }
}

.cart-table-item-controls {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #767676;
}

@media (min-width: 1000px) {
  .cart-table-item-controls {
    right: 0;
    top: 0;
  }
}

@media (min-width: 1000px) and (min-width: 1000px) {
  .cart-table-heading .key-upper:first-child, .cart-table-heading table.stacktable th:first-child, table.stacktable .cart-table-heading th:first-child,
  .cart-table-heading .table-styled th:first-child, .table-styled .cart-table-heading th:first-child {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

.info-box-small, .info-box-large {
  padding: 20px;
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Poppins";
  background-color: rgba(6, 74, 145, 0.1);
}

.info-box-small > :first-child, .info-box-large > :first-child {
  margin-top: 0;
}

.info-box-small > :last-child, .info-box-large > :last-child {
  margin-bottom: 0;
}

.info-box-large {
  font-size: 1rem;
}

.popover {
  top: calc(6 * 4px);
  left: 64px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow, .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  left: 150px;
  top: -9px;
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  top: 0;
  border-width: 0 5px 5px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  top: 1px;
  border-width: 0 5px 5px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.popover > h3.popover-header, table.data-rows .popover > th.popover-header.header-branded {
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
  margin-top: 0;
}

.popover > h3.popover-header::after, table.data-rows .popover > th.popover-header.header-branded::after {
  display: block;
  clear: both;
  content: "";
}

.popover-title {
  border-bottom: none;
}

.popover-close {
  display: inline-block;
}

.popover-content {
  font-weight: 300;
}

a.collapse-toggle {
  color: #333333;
  text-decoration: none;
}

a.collapse-toggle:after, a.collapse-toggle.collapsed:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  font-size: 1rem;
  margin-top: 5px;
  float: right;
}

a.collapse-toggle.collapsed-inline-toggle:after {
  float: none;
  padding-left: 5px;
}

a.collapse-toggle:after {
  content: "\f106";
}

a.collapse-toggle.collapsed:after {
  content: "\f107";
}

.panel-body {
  padding-top: 6px;
}

.panel-body > :first-child {
  margin-top: 0;
}

.panel-body > :last-child {
  margin-bottom: 0;
}

.mcle-state-question > i:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  content: "\f106";
}

.mcle-state-question > i.collapsed:after {
  content: "\f107";
}

table {
  font-family: "Poppins";
}

table.stacktable,
.table-styled {
  padding-top: 15px;
}

table.stacktable.border,
.table-styled.border {
  border: 1px solid #cccccc;
}

table.stacktable.branded-header thead > tr,
.table-styled.branded-header thead > tr {
  border: 1px solid #171717;
}

table.stacktable.branded-header tr > th,
.table-styled.branded-header tr > th {
  padding: 10px 20px;
}

@media (max-width: 1000px) {
  .stacktable-small td {
    padding: 12px 20px;
  }
  .stacktable-small tr:first-child,
  .stacktable-small th:first-child,
  .stacktable-small td:first-child {
    padding-left: 0;
  }
  .stacktable-small tr:last-child,
  .stacktable-small th:last-child,
  .stacktable-small td:last-child {
    padding-right: 0;
  }
  .stacktable-small tr:last-child,
  .stacktable-small th:last-child,
  .stacktable-small td:last-child {
    border-bottom: none;
  }
}

table.stacktable {
  border-top: 1px solid #cccccc;
}

@media (min-width: 1000px) {
  table.stacktable {
    border: none;
  }
}

table.stacktable th {
  padding: 5px 20px;
}

table.stacktable td {
  font-size: 0.875rem;
  padding: 0 15px;
}

@media (min-width: 1000px) {
  table.stacktable td {
    padding: 12px 20px 13px;
    vertical-align: top;
  }
}

@media (min-width: 1000px) {
  table.stacktable thead > tr,
  table.stacktable tbody > tr {
    border-bottom: 1px solid #cccccc;
  }
}

table.stacktable tbody > tr > td > :first-child {
  margin-top: 0;
}

table.stacktable tbody > tr > td > :last-child {
  margin-bottom: 0;
}

table.stacktable .st-key {
  color: #7e7c7c;
}

table.stacktable .st-val {
  padding-bottom: 15px;
}

table.stacktable.stacktable-no-header tbody > tr {
  border-top: 1px solid #cccccc;
}

table.stacktable.hide-bottom-border > tbody > tr {
  border-bottom: none;
}

.table-styled {
  width: 100%;
  margin: 20px 0;
}

@media (min-width: 1000px) {
  .table-styled {
    margin: 0;
  }
}

.table-styled th {
  padding: 5px 0;
}

.table-styled thead > tr {
  border-bottom: 1px solid #cccccc;
}

.table-styled td {
  font-size: 0.875rem;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .table-styled .product-summary,
  .table-styled .key-value-list {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .table-styled dd {
    margin: 0 0 10px;
  }
}

.table-styled + .table-styled {
  margin-top: 20px;
}

.stacktable {
  width: 100%;
}

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 1000px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: block;
  }
  .stacktable.small-only .st-key,
  .stacktable.small-only .st-val {
    display: block;
  }
}

.table-header {
  padding: 10px 20px;
}

.table-header .nbi-box-header-actions {
  float: right;
}

.table-header.expandable {
  width: 100%;
  display: flex;
  flex-align: column;
  align-items: center;
  -webkit-box-pack: justify;
}

.table-header.expandable .badge {
  position: absolute;
  right: 70px;
}

@media (min-width: 768px) {
  .table-header.expandable .badge {
    right: 95px;
  }
}

.table-header.expandable:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f106";
  position: absolute;
  margin-top: 9px;
  position: absolute;
  transform: translateY(-50%);
  right: 50px;
}

@media (min-width: 768px) {
  .table-header.expandable:after {
    right: 75px;
  }
}

.table-header.expandable.collapsed:after {
  content: "\f107";
}

.table-header.expandable.collapse-in:after {
  content: "\f106";
}

table.data-rows {
  font-family: "Poppins";
  display: none;
}

@media (min-width: 1000px) {
  table.data-rows {
    display: table;
  }
}

table.data-rows thead > tr {
  border: none;
}

table.data-rows tr:last-child > td {
  border: none;
}

table.data-rows tr > td:last-child {
  border-right: none;
}

table.data-rows th.header-branded {
  padding: 17px 15px 0;
  text-transform: none;
}

table.data-rows th.header-branded .accent-stripe {
  margin-left: -15px;
  margin-right: -15px;
}

table.data-rows th.header-branded .star-burst-container {
  width: 100%;
  position: relative;
}

table.data-rows th.header-branded .star-burst-container .star-burst {
  position: absolute;
  top: -27px;
  right: -40px;
  height: 56px;
  width: 56px;
}

table.data-rows tfoot tr:last-child > td {
  padding: 6px 30px;
  font-size: 1.2rem;
  border: none;
  color: #ffffff;
  background-color: #98012e;
  text-transform: uppercase;
  letter-spacing: 0.75rem;
}

table.data-rows td {
  padding: 17px 30px;
  border-right: 1px solid #e5e5e5;
}

table.data-rows td .section-accent {
  position: relative;
  margin-bottom: 1rem;
}

table.data-rows td .section-accent .accent-triangle {
  position: absolute;
  left: -43px;
  top: 12px;
  border-top: 18px solid #676767;
  border-left: 12px solid transparent;
  width: 0;
  height: 0;
}

table.data-rows td .section-accent > p {
  position: absolute;
  top: -12px;
  left: -13px;
  width: 108%;
  padding-left: 30px;
  margin-left: -30px;
  background-color: #98012e;
  color: #ffffff;
  font-size: 0.975rem;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

table.data-rows .gold {
  color: #8d724e;
}

table.data-rows .silver {
  color: #767676;
}

table.data-rows .bronze {
  color: #9B5613;
}

table.data-rows .teal {
  color: #0d8282;
}

table.data-rows .purple {
  color: #603199;
}

.account-tbl-last-width {
  width: 230px;
}

.account-tbl-head {
  display: none;
}

.firm-table-header {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .firm-table-header {
    display: none;
  }
}

@media (min-width: 768px) {
  .firm-table-header > span:nth-child(1) {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .firm-table-header > span:nth-child(2) {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 1rem;
  }
  .firm-table-header > span:nth-child(3) {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .remove-icon-container {
    display: flex;
  }
}

.remove-icon-container > button {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .remove-icon-container > button {
    font-size: 1.3rem;
  }
}

.firm-table-menu {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1.5rem;
  padding-left: 15px;
  justify-content: start;
}

@media (max-width: 1000px) {
  .firm-table-menu {
    flex-direction: row;
    justify-content: space-between;
  }
  .firm-table-menu > a:first-child {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1000px) {
  .firm-search {
    width: 100%;
  }
}

.company-item-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom-color: #eeeeee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.company-item-row > div.company-product-container {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1000px) {
  .company-item-row > div.company-product-container {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.company-item-row > div.details-link {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: flex-end;
}

.company-item-info-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.company-item-info-row > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (max-width: 768px) {
  .company-item-info-row > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

table.sub-table > tbody > tr > td:nth-child(3) {
  background-color: rgba(97, 50, 154, 0.1);
}

table.sub-table > tbody > tr > td:nth-child(2) {
  background-color: rgba(13, 130, 130, 0.1);
}

table.sub-table > tbody > tr > td:nth-child(4) {
  background-color: rgba(141, 114, 78, 0.1);
}

table.sub-table > tbody > tr:last-child > td:nth-child(2),
table.sub-table > tbody > tr:nth-last-child(2) > td:nth-child(2) {
  background-color: #ffffff;
  border-right: none;
  border-left: none;
}

table.sub-table > tbody > tr:last-child > td:nth-child(3),
table.sub-table > tbody > tr:nth-last-child(2) > td:nth-child(3) {
  background-color: #ffffff;
  border-right: none;
  border-left: none;
}

table.sub-table > tbody > tr:last-child > td:nth-child(4),
table.sub-table > tbody > tr:nth-last-child(2) > td:nth-child(4) {
  background-color: #ffffff;
  border-right: none;
  border-left: none;
}

table.sub-table tr th.header-branded:nth-child(2) .accent-stripe, table.sub-table tr th.header-branded:nth-child(3) .accent-stripe {
  margin-bottom: -27.5px;
}

table.sub-table th.header-branded .accent-stripe {
  padding: 8px;
  color: #ffffff;
  height: inherit;
}

table.sub-table tbody td {
  padding: 12px 30px;
}

.callout-banner {
  position: absolute;
  color: #ffffff;
  background-color: #D9042B;
  margin: -6px 0 0 43px;
  padding: 2px 30px;
  font-stretch: expanded;
  font-size: small;
  letter-spacing: 0.15em;
  font-weight: bolder;
}

.callout-banner-flag {
  position: absolute;
  width: 0;
  height: 0;
  background-color: transparent;
  border-color: transparent transparent transparent #58585A;
  border-style: solid;
  margin: 5px 0 0 172px;
  border-width: 10px;
}

.pager {
  font-family: "Poppins";
  margin-top: 30px;
  margin-bottom: 30px;
}

.pager .pagination {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pager .pagination > li:first-child span,
.pager .pagination > li:first-child a {
  border-bottom-left-radius: 250px;
  border-top-left-radius: 250px;
}

.pager .pagination > li:last-child span,
.pager .pagination > li:last-child a {
  border-bottom-right-radius: 250px;
  border-top-right-radius: 250px;
}

.pager .pagination > li.pager-item {
  display: none;
  font-weight: 800;
}

@media screen and (min-width: 1000px) {
  .pager .pagination > li.pager-item {
    display: inline-block;
  }
}

.pager .pagination > li.pager-item.active {
  display: inline-block;
}

.pager .pagination > li.pager-item-previous,
.pager .pagination > li.pager-item-next,
.pager .pagination > li.pager-item-first,
.pager .pagination > li.pager-item-last {
  font-weight: 700;
  display: inline;
}

.pager .pagination > li.pager-item-next,
.pager .pagination > li.pager-item-last {
  color: #171717;
}

.pager .pagination > li.pager-item-next > a {
  border-left: none;
}

.pager .pagination > li > span,
.pager .pagination > li > a,
.pager .pagination > li > i {
  padding: 7px 13px 7px 12px;
  font-size: 0.875rem;
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #291f22;
}

@media screen and (min-width: 768px) {
  .pager .pagination > li > span,
  .pager .pagination > li > a,
  .pager .pagination > li > i {
    padding: 7px 14px 7px 12px;
  }
}

.pager .pagination > .active > a,
.pager .pagination > .active > span {
  color: #ffffff;
  background-color: #291f22;
  border: 1px solid #291f22;
}

.pager .pagination > .disabled {
  color: #767676;
  background-color: #ffffff;
  cursor: not-allowed;
}

.pager-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

@media (min-width: 1000px) {
  .pager-group {
    justify-content: flex-start;
  }
}

.pager-group .pager-meta {
  text-align: center;
}

@media (min-width: 1230px) {
  .pager-group .pager-meta {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1230px) {
  .pager-group .pager-wrap {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 1000px) {
  .pager-group .pager-meta,
  .pager-group .pager-wrap {
    margin-top: 7.5px;
    margin-bottom: 30px;
  }
  .pager-group .pager-meta {
    text-align: left;
  }
  .pager-group .pager {
    margin-top: 0;
    margin-bottom: 0;
  }
  .pager-group .pagination {
    text-align: right;
  }
}

.callout-block-full {
  position: relative;
}

@media print {
  .callout-block-full {
    display: none;
  }
}

@media (max-width: 768px) {
  .callout-block-full {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.callout-block-full:after {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0.9;
}

.callout-block-full .btn {
  position: relative;
  z-index: 1;
}

.callout-block-columns {
  position: relative;
  padding: 20px;
}

@media print {
  .callout-block-columns {
    display: none;
  }
}

.callout-block-columns:after {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: url("../Images/unlimited-white-shape.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 130%;
  opacity: 0.15;
}

@media (min-width: 768px) {
  .callout-block-columns:after {
    background-position: 50% 20%;
    background-size: 130%;
  }
}

@media (min-width: 768px) {
  .callout-block-columns:after {
    background-position: -40px -170px;
    background-size: 80%;
  }
}

@media (max-width: 768px) {
  .callout-block-columns {
    padding: 25px 15px;
  }
}

.callout-block-columns .group-left {
  font-size: 24px;
  float: left;
}

@media (max-width: 768px) {
  .callout-block-columns .group-left {
    float: none;
  }
}

.callout-block-columns .group-right {
  font-size: 20px;
  text-align: right;
}

@media (max-width: 768px) {
  .callout-block-columns .group-right {
    font-size: 1.125rem;
    text-align: left;
    padding-top: 25px;
  }
}

.callout-block-columns .btn {
  position: relative;
  z-index: 1;
}

.interactive-elearn-callout-block {
  padding-bottom: 30px;
  text-align: center;
  background-image: url("../Images/on24-dot-background.png");
  background-size: cover;
  background-position: bottom left;
  margin-top: 30px;
}

.interactive-elearn-callout-block,
.interactive-elearn-callout-block h1,
.interactive-elearn-callout-block h2,
.interactive-elearn-callout-block h3,
.interactive-elearn-callout-block table.data-rows th.header-branded,
table.data-rows .interactive-elearn-callout-block th.header-branded,
.interactive-elearn-callout-block h4,
.interactive-elearn-callout-block h5,
.interactive-elearn-callout-block h6 {
  color: #ffffff;
}

.interactive-elearn-callout-block > a,
.interactive-elearn-callout-block h1 > a,
.interactive-elearn-callout-block h2 > a,
.interactive-elearn-callout-block h3 > a,
.interactive-elearn-callout-block table.data-rows th.header-branded > a,
table.data-rows .interactive-elearn-callout-block th.header-branded > a,
.interactive-elearn-callout-block h4 > a,
.interactive-elearn-callout-block h5 > a,
.interactive-elearn-callout-block h6 > a {
  color: #ffffff;
  text-decoration: underline;
}

.interactive-elearn-callout-block > a:hover,
.interactive-elearn-callout-block h1 > a:hover,
.interactive-elearn-callout-block h2 > a:hover,
.interactive-elearn-callout-block h3 > a:hover,
.interactive-elearn-callout-block table.data-rows th.header-branded > a:hover,
table.data-rows .interactive-elearn-callout-block th.header-branded > a:hover,
.interactive-elearn-callout-block h4 > a:hover,
.interactive-elearn-callout-block h5 > a:hover,
.interactive-elearn-callout-block h6 > a:hover {
  text-decoration: none;
}

.interactive-elearn-callout-block a, .interactive-elearn-callout-block a:hover, .interactive-elearn-callout-block a:focus,
.interactive-elearn-callout-block > a,
.interactive-elearn-callout-block > a:hover,
.interactive-elearn-callout-block > a:focus {
  color: #ffffff;
}

.interactive-elearn-callout-block .btn-primary,
.interactive-elearn-callout-block .btn-secondary,
.interactive-elearn-callout-block .btn-secondary-light,
.interactive-elearn-callout-block .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.interactive-elearn-callout-block .btn-primary:hover, .interactive-elearn-callout-block .btn-primary:focus, .interactive-elearn-callout-block .btn-primary.focus, .interactive-elearn-callout-block .btn-primary:active, .interactive-elearn-callout-block .btn-primary.active,
.interactive-elearn-callout-block .btn-secondary:hover,
.interactive-elearn-callout-block .btn-secondary-light:hover,
.interactive-elearn-callout-block .btn-secondary:focus,
.interactive-elearn-callout-block .btn-secondary-light:focus,
.interactive-elearn-callout-block .btn-secondary.focus,
.interactive-elearn-callout-block .focus.btn-secondary-light,
.interactive-elearn-callout-block .btn-secondary:active,
.interactive-elearn-callout-block .btn-secondary-light:active,
.interactive-elearn-callout-block .btn-secondary.active,
.interactive-elearn-callout-block .active.btn-secondary-light,
.interactive-elearn-callout-block .btn-default:hover,
.interactive-elearn-callout-block .btn-default:focus,
.interactive-elearn-callout-block .btn-default.focus,
.interactive-elearn-callout-block .btn-default:active,
.interactive-elearn-callout-block .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}

.interactive-elearn-callout-block .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}

@media (min-width: 768px) {
  .interactive-elearn-callout-block {
    margin-top: 60px;
    padding: 20px 0 50px;
  }
}

.interactive-elearn-callout-block h2 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
}

.player-check-test label {
  display: inline-block;
}

.testing {
  background: url("/Images/arrow-load.gif") no-repeat center center;
}

.result-icon {
  display: inline-block;
  width: 1.11rem;
  height: 1.11rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
}

.test-pass {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA1ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0iMzJDQTM5QTU0OERCOEU1NjM2QUJBNUNBN0QwRkJCRkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEM5QTM5OTZCOTcyMTFFMkJGRjk5QkNFNkJBQTlCOEMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEM5QTM5OTVCOTcyMTFFMkJGRjk5QkNFNkJBQTlCOEMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRDdGQzUxRTk2QTZFMjExOTA0OURFRkJBMDgyQTU0MCIgc3RSZWY6ZG9jdW1lbnRJRD0iMzJDQTM5QTU0OERCOEU1NjM2QUJBNUNBN0QwRkJCRkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7yWqXZAAABnklEQVR42mIM7pFkQAMaQOwFxHZAbADEMkD8BIgvAPEhIN4GxDeQNbCgGZABxGlAbIgmLg/F/kAcA8SzgHgGNkNqgbgBiJkY8AOQBVOBWBSImxmQNGQQaQAMMEHVZ8A4GlAvEGsAskEgfRpM0EA0JEYXIxBys/Ohe82LCRoLBAErCzuDjWYgQ1fsTgYhHglkKTsWaDTiBQLcYgzGSs4MmW69DBO35TB8+v4WWdqACZoOwMBMxYMh13MSAycbL1yFgpg2g6WaN9iA/i0ZDEeur2f48/c3siEyLNCEJA/yr5aMBYOunA2DnVYww53n5xlE+KQYxPnlGWLtahh6N6cxHL+1BZtDn7BAU6L8f4b/DAsONDDceHqaocB7GliWmZkFbGsP0ICTt7fh8u0FJmhShoMTt7cy1K0KYvj68yPDt5+fGZrXROAzAAQOMQLzDiidLEOPZlE+GQYOVm6Gx29v4jPgPBBHMUEzEygv/EOWff3pCSED/kH13YCl0hnQZPyPyNT6D6p+BnoGBGWm1zhyMboXcOZimIsOkFqeAAQYAM6ebyPmIcfSAAAAAElFTkSuQmCC");
}

.test-fail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAACXBIWXMAAAsTAAALEwEAmpwYAAA7amlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDEyLTAzLTA4VDEzOjQ2OjMyLTA2OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTYtMTEtMDFUMTA6MDQ6MTAtMDU6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE2LTExLTAxVDEwOjA0OjEwLTA1OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmUxMzA3NjdkLTE3MjItMTY0OS04YjRiLTNjNTgxYzJlN2IxMjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjY5MzJjODAzLWEwNDQtMTFlNi04NTQ5LThkNzgyYTJmNGRmMTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRlcml2ZWRGcm9tIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgPHN0UmVmOmluc3RhbmNlSUQ+eG1wLmlpZDowQjE4RjNBODYyMUYxMUUxOTNEOUEwM0UyNjgxNTlEOTwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDowQjE4RjNBOTYyMUYxMUUxOTNEOUEwM0UyNjgxNTlEOTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjBCMThGM0FCNjIxRjExRTE5M0Q5QTAzRTI2ODE1OUQ5PC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpjNTJlM2Q3Ny0wMGQwLTQ4NGMtOTRhYi0wZDFhMjg2ZDE2NTk8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMTEtMDFUMTA6MDQ6MTAtMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6ZTEzMDc2N2QtMTcyMi0xNjQ5LThiNGItM2M1ODFjMmU3YjEyPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE2LTExLTAxVDEwOjA0OjEwLTA1OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE3PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE3PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz5lxNBlAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAPCSURBVHjaLJRtTNQFAMZ/////7s95eOiBngckJy8qiojmS5HozM2YhX6ppWVz09zccqvc3AprLpv1wWmk6CRfUJMySS0zTAW1UsNQC5qbJ4EoKoKCJpzIy3lPH7yPz/bs+fI8vwfAAcQCcYB7TPa4vM82Fq19oPBvkm5KapfUcKc7dLxw7ZpCf1JiTtQ/GBgAWABuIB5I/eTztZ/2S/+po1s1q9arYuZrOpw7V2dmL1GwaJck6ZF0Y/HSt5cCCcAQwEU0Mans8MFSSar9YINKSFQxbm3C1iZitBmXinGrbGiWWssqJKnv3RXvrwC8wCAA98qPCldJUvXc5foCVMwAbcenXY50lVppKrXStR2/vgStB9Wu2SpJfc9Ny30VGGgMD6RMDjY1HWtdtyfh4IdL8JFEYPosbtQH6Wmrx2X56H3Sge1JJjlnPDfPnuQBbSw7W0t3TuqV0c+kvMzKNasLFZa+icnUZjzaaaco9HejWi5dVok9XBtBW/CpuapaXfW3tNNOUzEOHRg1S5KUP2/umzS0t/1Uv61cm3Cr1BihEobqu1Ezpc5e3a6u1bakLF3/4ZQkqXxKgUoYop0EtIU49QVvqHjPrg3m8ARfoOv3v7AAGQa25eFe/Xm+HZuH2+Nh0eUaBmePZN/oF2m7cALb8oABBg6aztSQn/9SmmmCy/G4DxMAYRgGNi5ab9XxsLmFGK+bzvb7tNVfxImNYVhRZ4TuBw9xx8bGmH1wP5wyjAgWCMLhR0RMN/NPnsE3MYtfFrxDwuB4FtReBPcQ+sOdGAIA/7hMgsHgXfNo1bG61NfnEOYJEfURsQzmVBwgedZUfp63iH/2b+VIwRv4s0dTcLoCOZyECWETh3/2NA6Ul181i9etP+19PpuMyfn0044Dm5aqXzmcN5/WC8fxmancbbjAoQmv8PhQJW4G8JAOJr23DBw8rj556pxhGmbypcbg/glm/LRtI0bSSzcWMThwYVuxCAOA/ichDHroJYTXP4mFt2vYvW/vjsVvLVppAJ7MzMypNVeu7HWeuJj447wFtPQ2EocfkxhACAjziBAd+FNzWVhzimZHqG5cIH1+V2fnHaLbH5Q9fnzB3e5Qo1q7dH75x9phpeorhmorPu1gmL6Pn6S61RulHqnu36vnMseOmRElfyCAHaXRmxII5JUfPfK1pA5J0rVbulP5h9TyVPZKt4tKthQ5bWdGNMALOA3AjH6KCxDgzHl2YtaUGdMnp2dkJOa+kOutrKy613y96ebZE1V/NjVea3haMBGgB4j8PwDty9LkYCWCTgAAAABJRU5ErkJggg==");
}

.firm-dashboard-background {
  position: relative;
  height: 100%;
  width: 100%;
}

@media (max-width: 1229.98px) {
  .firm-dashboard-background {
    display: none;
  }
}

.firm-dashboard-background > div:first-child {
  position: absolute;
  height: 280px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  opacity: 0.1;
}

.firm-dashboard-background div[class^='square'] {
  box-shadow: 0 0 50px 13px #000000 inset, 0 0 14px 3px #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.firm-dashboard-background .square-1 {
  width: 245px;
  height: 245px;
}

.firm-dashboard-background .square-2 {
  width: 364px;
  height: 364px;
}

.firm-dashboard-background .square-3 {
  width: 522px;
  height: 522px;
}

.firm-dashboard-background .square-4 {
  width: 656px;
  height: 656px;
}

.firm-dashboard-background .square-5 {
  width: 800px;
  height: 800px;
  transform: rotate(45deg);
  position: relative;
  top: -252px;
}

.firm-dashboard-card-container {
  margin: 0.5rem 0;
  padding: 2.5rem 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  background-color: transparent;
}

@media (max-width: 999.98px) {
  .firm-dashboard-card-container {
    background: none;
  }
}

.firm-dashboard-card {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  margin-bottom: 12px;
  background-color: #ffffff;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 5px 10px !important;
  z-index: 0;
}

@media (max-width: 1229.98px) {
  .firm-dashboard-card {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (max-width: 999.98px) {
  .firm-dashboard-card {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

.firm-dashboard-card > h1 {
  color: #171717;
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 1.25rem;
}

.firm-dashboard-card > p {
  font-size: 0.875rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
}

.primary-menu .menu .menu-item .menu-item-text, .primary-menu .menu-item-has-children > .menu-item, .primary-menu .primary-menu-utility-item a {
  margin: 0 20px;
  border-bottom: 1px solid #171717;
  padding: 15px 0;
  display: block;
  cursor: pointer;
}

.header-wrap {
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 20px 24px 6px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1000px) {
  .header-wrap {
    padding-bottom: 30px;
  }
}

@media print {
  .header-wrap {
    position: relative;
    box-shadow: none;
    padding: none;
  }
}

header {
  background-color: #171717;
  color: #ffffff;
}

header::after {
  display: block;
  clear: both;
  content: "";
}

header.h-simple {
  background-color: transparent;
}

.utility-nav {
  font-family: "Poppins";
}

@media print {
  .utility-nav {
    display: none;
  }
}

@media screen and (max-width: 1230px) {
  .utility-nav .dropdown.show .dropdown-toggle:after,
  .utility-nav .dropdown-toggle:after {
    display: none;
  }
}

.utility-nav-account-mobile {
  display: inline-block;
}

@media (min-width: 1230px) {
  .utility-nav-account-mobile {
    display: none;
  }
}

.cart-button {
  background-color: #b90546;
  height: 50px;
  width: 146px;
}

.cart-button .cart {
  display: block;
}

.utility-nav-phone,
.utility-nav-account-desktop {
  display: none;
}

@media (min-width: 1230px) {
  .utility-nav-phone,
  .utility-nav-account-desktop {
    display: inline-block;
  }
}

.utility-nav-phone {
  padding-right: 25px;
}

.utility-nav-phone a {
  font-weight: 800;
  color: #171717;
}

.utility-nav-account-name {
  font-weight: 800;
  /*margin-right: 40px;*/
}

.utility-nav-manage-account a {
  padding-right: 15px;
  color: #333333;
}

.utility-nav-manage-account a:hover, .utility-nav-manage-account a:focus, .utility-nav-manage-account a:active {
  color: #171717;
}

@media all and (min-width: 1000px) {
  .logo-mobile {
    display: none;
  }
}

@media print {
  .logo-mobile {
    display: none;
  }
}

.logo-desktop {
  display: none;
}

@media (min-width: 1000px) {
  .logo-desktop {
    display: inline-block;
  }
}

@media print {
  .logo-desktop {
    display: inline-block;
  }
}

@media print {
  .header-menu-wrap {
    display: none;
  }
}

@media (max-width: 1230px) {
  .header-menu-wrap {
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    background-color: #171717;
  }
  .header-menu-wrap.open {
    margin: 0;
    padding: 15px 22px !important;
    overflow-x: auto;
  }
}

@media (min-width: 1230px) {
  .header-menu-wrap {
    margin: 0;
    max-height: 70px;
  }
  .header-menu-wrap .primary-menu,
  .header-menu-wrap .header-or-seperator {
    display: none;
  }
  .header-menu-wrap.open .primary-menu {
    display: block;
  }
}

@media (max-width: 1230px) {
  .header-menu-wrap {
    padding: 0;
  }
  .header-menu-wrap .header-search-form,
  .header-menu-wrap .header-btn-callout,
  .header-menu-wrap .primary-menu,
  .header-menu-wrap .header-or-seperator {
    display: none;
  }
  .header-menu-wrap .menu-item-divider {
    margin: 12px 0;
  }
  .header-menu-wrap.open {
    min-height: 1px;
    height: 100%;
  }
  .header-menu-wrap.open .header-search-form,
  .header-menu-wrap.open .header-btn-callout,
  .header-menu-wrap.open .primary-menu,
  .header-menu-wrap.open .header-or-seperator {
    display: block;
  }
  .header-menu-wrap.open > * {
    width: 100%;
  }
  .header-menu-wrap > button.primary-menu-toggle.open {
    width: 50px;
  }
}

.primary-menu-toggle {
  -webkit-appearance: none;
  appearance: none;
  background-color: #b90546;
  border: none;
  border-radius: 250px;
  padding: 2px 10px;
  text-align: center;
  height: 40px;
  width: 40px;
}

.primary-menu-toggle:hover, .primary-menu-toggle:active, .primary-menu-toggle:focus {
  outline: none;
  background-color: #b90546;
}

.primary-menu-toggle .text,
.primary-menu-toggle .icon {
  display: block;
}

.primary-menu-toggle .text {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
}

.primary-menu-toggle .icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  line-height: 1;
  font-size: 28px;
  color: #171717;
  vertical-align: middle;
}

.primary-menu-toggle .icon:before {
  content: url("../Images/icon-menu-lines-white.svg");
}

.open .primary-menu-toggle .icon:before {
  content: "\f00d";
}

.primary-menu-cart {
  -webkit-appearance: none;
  appearance: none;
  background-color: #b90546;
  border: none;
  border-radius: 250px;
  /*padding: 2px 10px;*/
  text-align: center;
  height: 40px;
  width: 40px;
}

.primary-menu-cart:hover, .primary-menu-cart:active, .primary-menu-cart:focus {
  outline: none;
  background-color: #b90546;
}

.primary-menu-cart .text,
.primary-menu-cart .icon {
  display: block;
}

.primary-menu-cart .text {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
}

.primary-menu-cart .icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  line-height: 1;
  font-size: 18px;
  color: #171717;
  vertical-align: middle;
}

.primary-menu-cart .icon:before {
  content: url("../Images/icon-cart-white.svg");
}

.open .primary-menu-cart .icon:before {
  content: "\f00d";
}

@media (min-width: 1230px) {
  .header-search-form {
    padding: 0 20px;
  }
}

.header-search {
  border-width: 0;
  margin-bottom: 25px;
}

.header-search .search-input {
  color: #7e7c7c;
  font-size: 1rem;
  font-family: "Poppins";
  font-weight: 500;
  width: 100%;
  height: 42px;
  display: block;
  padding-right: 40px;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
}

@media (min-width: 1230px) {
  .header-search {
    width: 100%;
    display: inline-block;
  }
}

.header-search .search-btn {
  font-size: 1rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #b90546;
  border: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 48px;
  text-align: center;
}

.header-search .search-btn:hover, .header-search .search-btn:focus, .header-search .search-btn:active {
  outline: none;
}

@media (max-width: 1229.98px) {
  .header-search .search-btn {
    right: 38px;
  }
}

.primary-menu {
  font-weight: 500;
  font-size: 1.125rem;
  background-color: #171717;
}

.primary-menu .menu li {
  margin-top: -1px;
}

.primary-menu.open {
  padding: 15px;
}

.primary-menu .menu .menu-item {
  color: #ffffff;
  text-decoration: none;
}

.primary-menu .menu .menu {
  background-color: rgba(255, 255, 255, 0.1);
}

.primary-menu .menu .menu.open {
  margin-top: 1px;
}

.primary-menu .menu .menu li:last-child .menu-item-text {
  border-bottom-width: 0;
}

.primary-menu .menu .menu .menu-item .menu-item-text {
  padding: 15px 10px;
  margin: 0 30px;
}

.primary-menu .menu-item-has-children.open, .primary-menu .menu-item-has-children:hover, .primary-menu .menu-item-has-children:focus {
  background-color: #171717;
}

.primary-menu .primary-menu-utility-item {
  font-size: 1rem;
  padding-top: 15px;
}

.primary-menu .primary-menu-utility-item a {
  border-bottom: none;
  color: #ffffff;
}

.primary-menu .primary-menu-utility-item a:hover,
.primary-menu .primary-menu-utility-item a:focus,
.primary-menu .primary-menu-utility-item a:active {
  background-color: #171717;
  text-decoration: none;
}

.header-color {
  color: #171717 !important;
  background-color: #171717 !important;
}

.header-bg-color {
  background-color: #171717 !important;
  color: white !important;
}

@media (min-width: 1230px) {
  .header-bg-color {
    background-color: #ffffff !important;
  }
}

.link-b-accent {
  border-bottom: 3px solid #b90546;
  padding: 12px 4px;
}

.header-color .dropdown.main-nav .dropdown-menu {
  border-radius: 20px;
  padding: 25px 0px 25px 0px;
  left: 70px !important;
  top: 18px !important;
}

.header-color .dropdown.main-nav .dropdown-menu.show {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.header-color .dropdown.main-nav .dropdown-menu > a.dropdown-item {
  padding: 5px 30px 5px 30px;
  gap: 10px;
  display: flex;
}

.header-color .dropdown.main-nav .dropdown-menu > a.dropdown-item:hover {
  color: #b90546;
}

footer {
  padding: 45px 0;
  background-color: #171717;
  color: #ffffff;
  font-family: "Poppins";
}

@media print {
  footer {
    display: none;
  }
}

footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer ul > li {
  padding-bottom: 5px;
  text-align: center;
}

footer a {
  color: #ffffff !important;
  text-decoration: none !important;
  text-align: left;
}

footer a:hover, footer a:focus, footer a.focus,
footer a:active footer a.active {
  color: #b2d1f0;
}

footer.ipe-logo {
  margin-left: 35px;
}

footer #footer-other-site-logo {
  height: 25px;
  width: 64px;
}

@media (min-width: 1000px) {
  footer #footer-other-site-logo {
    height: 35px;
    width: 89px;
  }
}

.course-card {
  border-top: 10px solid #291f22;
  /*&.live-events-border {
    border-color: $colorname-dark-turquoise-teal;
  }
  // this is to override the default color of the top boarder of the card to match the product icon
  &.ondemand-events-border {
    border-color: $colorname-royal-purple;
  }
  // this is to override the default color of the top boarder of the card to match the product icon
  &.shippable-products-border {
    border-color: $colorname-chocolate-orange;
  }
  // this is to override the default color of the top boarder of the card to match the product icon
  &.elearning-products-border {
    border-color: $colorname-green-haze;
  }*/
}

.course-card .course-heading-wrapper {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
  font-family: "Poppins";
  display: inline-block;
  width: 100%;
}

.course-card .course-heading-left {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .course-card .course-heading-left {
    float: left;
    width: 60%;
    min-width: 175px;
  }
}

.course-card .course-heading-right {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .course-card .course-heading-right {
    margin-top: 0;
    float: left;
    width: 40%;
  }
}

.course-card .course-main-wrapper {
  font-size: 0.875rem;
}

.course-card .meta-data-row {
  margin-bottom: 10px;
}

.course-card .meta-data-row i {
  margin-right: 10px;
  color: #999999;
}

.course-card .course-link {
  margin: 15px 0 30px;
}

.course-card h2 {
  margin: 10px 0 5px;
}

.course-card .circle-rating {
  width: 10px;
  height: 10px;
  background: #b39974;
  border-radius: 50px;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}

.course-level-icons {
  display: inline-block;
}

.course-level {
  display: inline-block;
  margin-bottom: 10px;
}

.course-level,
.course-category {
  font-size: 0.75rem;
  font-weight: 500;
}

.course-card-empty {
  border: 1px dashed #b2b2b2;
  height: 375px;
  width: 100%;
  padding: 19px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media (min-width: 1000px) {
  .course-card-empty {
    max-width: 370px;
  }
}

.course-card-empty .course-heading-wrapper {
  margin: 0 -19px;
  height: 80px;
  border-bottom: 1px dashed #b2b2b2;
}

.course-certification {
  line-height: 18px;
  font-family: "Poppins";
  font-size: 0.875rem;
}

.course-level,
.course-category {
  font-size: 0.75rem;
  font-weight: 500;
}

.course-level {
  display: flex;
  align-items: center;
  font-family: "Poppins";
}

.course-header-full .course-title {
  margin: 0;
}

.course-header-full .course-subtitle {
  margin: 0;
  font-size: 1rem;
}

.course-header-full .course-title + .course-subtitle {
  margin-top: 7px;
}

.course-subheading {
  color: #7e7c7c;
}

.home-course-card-slider-title,
.course-card-slider-title {
  margin-top: 15px;
  margin-bottom: 5px;
  display: inline-block;
}

@media (min-width: 1000px) {
  .home-course-card-slider-title,
  .course-card-slider-title {
    margin: 28px 0 10px 24px;
  }
}

@media (min-width: 1260px) {
  .home-course-card-slider-title,
  .course-card-slider-title {
    margin: 28px 0 10px;
  }
}

@media (min-width: 1000px) {
  .home-course-card-slider,
  .course-card-slider {
    margin: 0 20px;
  }
}

@media (min-width: 1260px) {
  .home-course-card-slider,
  .course-card-slider {
    margin: 0 -5px;
  }
}

.home-course-card-slider .slick-list,
.course-card-slider .slick-list {
  margin: 0 -22px;
}

@media (min-width: 1000px) {
  .home-course-card-slider .slick-list,
  .course-card-slider .slick-list {
    margin: 0 -15px;
  }
}

.home-course-card-slider .course-card,
.home-course-card-slider .course-card-empty,
.course-card-slider .course-card,
.course-card-slider .course-card-empty {
  margin: 10px 22px 30px;
}

@media (max-width: 1000px) {
  .home-course-card-slider .slick-prev,
  .course-card-slider .slick-prev {
    left: -20px;
  }
}

@media (max-width: 1000px) {
  .home-course-card-slider .slick-next,
  .course-card-slider .slick-next {
    right: -20px;
  }
}

.view-dashboard {
  display: none;
}

@media (min-width: 1000px) {
  .view-dashboard {
    display: block;
    font-family: "Poppins";
    margin-top: 30px;
    float: right;
    margin-top: 40px;
  }
}

.view-dashboard a {
  color: #333333;
}

.home-callout-hero-course-card-slider .slick-prev:before {
  color: #59bbc5;
}

.home-callout-hero-course-card-slider .slick-next:before {
  color: #59bbc5;
}

.product-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .product-group .product-summary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.product-group .product-summary + .product-summary {
  border-top: none;
  padding-top: 0;
}

@media (min-width: 768px) {
  .product-group .product-summary {
    border-bottom-width: 0;
  }
  .product-group .product-summary:nth-child(1n+1) {
    padding-left: 60px;
  }
  .product-group .product-summary:nth-child(2n+1) {
    padding-right: 60px;
    padding-left: 15px;
    border-right: solid #b3b3b3 1px;
    clear: left;
  }
}

.product-group-slider .product-summary {
  padding-left: 15px;
  padding-right: 15px;
}

.course-format-card,
.classification-format-card {
  padding-bottom: 30px;
  justify-content: center;
}

.course-format-card > :first-child,
.classification-format-card > :first-child {
  margin-top: 0;
}

.course-format-card > :last-child,
.classification-format-card > :last-child {
  margin-bottom: 0;
}

.course-format-card .product-format,
.classification-format-card .product-format {
  font-size: 1.375rem;
  font-weight: 500;
}

.course-format-card p,
.classification-format-card p {
  margin-top: 15px;
  font-size: 0.875rem;
}

.course-format-card .detail,
.classification-format-card .detail {
  font-weight: 700;
}

.course-format-card.seminar:hover,
.classification-format-card.seminar:hover {
  cursor: pointer;
}

.classification-format-card .product-format {
  font-size: 1.25rem;
}

.state-reqirements-cards div.product-format > div.product-format-text > h4 {
  color: #58595b;
}

.stats-interrupter {
  margin-top: 30px;
  padding-bottom: 65px;
  text-align: center;
}

.stats-interrupter.strip-section-space {
  padding-bottom: 0;
}

.stats-interrupter .stats-callout {
  font-family: "Poppins";
  margin: 0 auto 20px;
}

@media (min-width: 1000px) {
  .stats-interrupter .stats-callout {
    width: 50%;
  }
}

.stats-interrupter .stats-description {
  font-size: 18px;
}

@media (min-width: 1000px) {
  .stats-interrupter .stats-description {
    font-size: 24px;
  }
}

.stats-interrupter h2 {
  font-size: 2rem;
}

.stats-interrupter .stats-icon-wrapper::after {
  display: block;
  clear: both;
  content: "";
}

.stats-interrupter .stats-main {
  font-family: "Poppins";
  color: #dc8f5b;
  font-size: 60px;
}

@media (min-width: 1000px) {
  .stats-interrupter .stats-main {
    font-size: 60px;
  }
}

@media (min-width: 1230px) {
  .stats-interrupter .stats-main {
    font-size: 74px;
  }
}

@media (min-width: 1230px) {
  .stats-interrupter .stats-main.stats-smalltext {
    font-size: 75px;
  }
}

.stats-interrupter .stats-main.stats-white-bg-text-color {
  color: #B55F26;
}

.stats-interrupter .stats-main span {
  font-size: 40px;
  vertical-align: middle;
  margin-top: -15px;
  display: inline-block;
}

.stats-interrupter .stats-subtext {
  font-size: 1rem;
  margin-top: -10px;
}

.home-callout-hero, .home-callout-cle {
  padding-bottom: 90px;
  padding-top: 50px;
  text-align: center;
}

.home-callout-hero, .home-callout-cle,
.home-callout-hero h1,
.home-callout-cle h1,
.home-callout-hero h2,
.home-callout-cle h2,
.home-callout-hero h3,
.home-callout-cle h3,
.home-callout-hero table.data-rows th.header-branded,
table.data-rows .home-callout-hero th.header-branded,
.home-callout-cle table.data-rows th.header-branded,
table.data-rows .home-callout-cle th.header-branded,
.home-callout-hero h4,
.home-callout-cle h4,
.home-callout-hero h5,
.home-callout-cle h5,
.home-callout-hero h6,
.home-callout-cle h6 {
  color: #ffffff;
}

.home-callout-hero > a, .home-callout-cle > a,
.home-callout-hero h1 > a,
.home-callout-cle h1 > a,
.home-callout-hero h2 > a,
.home-callout-cle h2 > a,
.home-callout-hero h3 > a,
.home-callout-cle h3 > a,
.home-callout-hero table.data-rows th.header-branded > a,
table.data-rows .home-callout-hero th.header-branded > a,
.home-callout-cle table.data-rows th.header-branded > a,
table.data-rows .home-callout-cle th.header-branded > a,
.home-callout-hero h4 > a,
.home-callout-cle h4 > a,
.home-callout-hero h5 > a,
.home-callout-cle h5 > a,
.home-callout-hero h6 > a,
.home-callout-cle h6 > a {
  color: #ffffff;
  text-decoration: underline;
}

.home-callout-hero > a:hover, .home-callout-cle > a:hover,
.home-callout-hero h1 > a:hover,
.home-callout-cle h1 > a:hover,
.home-callout-hero h2 > a:hover,
.home-callout-cle h2 > a:hover,
.home-callout-hero h3 > a:hover,
.home-callout-cle h3 > a:hover,
.home-callout-hero table.data-rows th.header-branded > a:hover,
table.data-rows .home-callout-hero th.header-branded > a:hover,
.home-callout-cle table.data-rows th.header-branded > a:hover,
table.data-rows .home-callout-cle th.header-branded > a:hover,
.home-callout-hero h4 > a:hover,
.home-callout-cle h4 > a:hover,
.home-callout-hero h5 > a:hover,
.home-callout-cle h5 > a:hover,
.home-callout-hero h6 > a:hover,
.home-callout-cle h6 > a:hover {
  text-decoration: none;
}

.home-callout-hero a, .home-callout-cle a, .home-callout-hero a:hover, .home-callout-cle a:hover, .home-callout-hero a:focus, .home-callout-cle a:focus, .home-callout-hero > a, .home-callout-cle > a, .home-callout-hero > a:hover, .home-callout-cle > a:hover,
.home-callout-hero > a:focus,
.home-callout-cle > a:focus {
  color: #ffffff;
}

.home-callout-hero .btn-primary, .home-callout-cle .btn-primary,
.home-callout-hero .btn-secondary,
.home-callout-cle .btn-secondary,
.home-callout-hero .btn-secondary-light,
.home-callout-cle .btn-secondary-light,
.home-callout-hero .btn-default,
.home-callout-cle .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.home-callout-hero .btn-primary:hover, .home-callout-cle .btn-primary:hover, .home-callout-hero .btn-primary:focus, .home-callout-cle .btn-primary:focus, .home-callout-hero .btn-primary.focus, .home-callout-cle .btn-primary.focus, .home-callout-hero .btn-primary:active, .home-callout-cle .btn-primary:active, .home-callout-hero .btn-primary.active, .home-callout-cle .btn-primary.active,
.home-callout-hero .btn-secondary:hover,
.home-callout-cle .btn-secondary:hover,
.home-callout-hero .btn-secondary-light:hover,
.home-callout-cle .btn-secondary-light:hover,
.home-callout-hero .btn-secondary:focus,
.home-callout-cle .btn-secondary:focus,
.home-callout-hero .btn-secondary-light:focus,
.home-callout-cle .btn-secondary-light:focus,
.home-callout-hero .btn-secondary.focus,
.home-callout-cle .btn-secondary.focus,
.home-callout-hero .focus.btn-secondary-light,
.home-callout-cle .focus.btn-secondary-light,
.home-callout-hero .btn-secondary:active,
.home-callout-cle .btn-secondary:active,
.home-callout-hero .btn-secondary-light:active,
.home-callout-cle .btn-secondary-light:active,
.home-callout-hero .btn-secondary.active,
.home-callout-cle .btn-secondary.active,
.home-callout-hero .active.btn-secondary-light,
.home-callout-cle .active.btn-secondary-light,
.home-callout-hero .btn-default:hover,
.home-callout-cle .btn-default:hover,
.home-callout-hero .btn-default:focus,
.home-callout-cle .btn-default:focus,
.home-callout-hero .btn-default.focus,
.home-callout-cle .btn-default.focus,
.home-callout-hero .btn-default:active,
.home-callout-cle .btn-default:active,
.home-callout-hero .btn-default.active,
.home-callout-cle .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}

.home-callout-hero .badge, .home-callout-cle .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}

.home-callout-hero .callout-title, .home-callout-cle .callout-title {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  .home-callout-hero .callout-title, .home-callout-cle .callout-title {
    font-size: 60px;
  }
}

.home-callout-hero .callout-subheading, .home-callout-cle .callout-subheading {
  font-family: "Poppins";
  font-weight: 300;
  margin-bottom: 45px;
  padding: 10px 30px 0;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (min-width: 1000px) {
  .home-callout-hero .callout-subheading, .home-callout-cle .callout-subheading {
    font-size: 24px;
  }
}

.home-callout-hero {
  padding-bottom: 70px;
  padding-top: 90px;
  background: #002d20;
  background-image: url("../Images/home-hero-lg-ipe.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 700px) {
  .home-callout-hero {
    background-size: 100% 100%;
  }
}

.home-callout-search-form {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .home-callout-search-form {
    padding: 0;
  }
}

.home-callout-search-form {
  margin-top: -28px;
}

@media screen and (min-width: 768px) {
  .home-callout-search-form {
    margin-top: -37px;
  }
}

.home-callout-search {
  border-width: 0;
  width: 100%;
}

.home-callout-search .search-input {
  font-family: "Poppins";
  font-weight: 500;
  padding-left: 18.66667px;
  padding-right: 56px;
  height: 56px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .home-callout-search .search-input {
    padding-left: 18.5px;
    padding-right: 74px;
    height: 74px;
    font-size: 1.5rem;
  }
}

.home-callout-search .search-input::placeholder {
  color: #333333;
  font-weight: 700;
}

.home-callout-search .search-btn {
  height: 56px;
  width: 56px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .home-callout-search .search-btn {
    height: 74px;
    width: 74px;
    font-size: 1.5rem;
  }
}

.home-callout-cle {
  background: #002d20;
  background: linear-gradient(to right, #002d20 0%, #01986b 100%);
  position: relative;
}

@media screen and (min-width: 768px) {
  .home-callout-cle {
    margin-top: 50px;
  }
}

.home-callout-cle .container-fluid, .home-callout-cle .container-sm, .home-callout-cle .container-md, .home-callout-cle .container-lg, .home-callout-cle .container-xl {
  position: relative;
  z-index: 99;
}

.home-callout-cle:after {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: url("../Images/home-hero-lg-ipe.jpg");
  background-position: center -42px;
  background-repeat: repeat-x;
  background-size: cover;
  opacity: 0.3;
}

.home-customer-service {
  font-size: 1.5rem;
}

@media (min-width: 1000px) {
  .home-customer-service {
    font-size: 2rem;
  }
}

@media (max-width: 1000px) {
  .home-customer-service::after {
    content: '';
    background: #171717;
    position: absolute;
    height: 2px;
    width: 55%;
    left: 50%;
    margin-left: -27.5%;
    bottom: 0;
  }
}

.home-customer-service-quote {
  font-size: 1.125rem;
}

@media (min-width: 1000px) {
  .home-customer-service-quote {
    font-size: 1rem;
  }
  .home-customer-service-quote.home-customer-service-quote-border-right {
    border-right: 0.125rem solid;
  }
}

@media (min-width: 1230px) {
  .home-customer-service-quote {
    font-size: 1.125rem;
  }
}

.home-service-quote {
  display: none;
}

.home-service-quote.active {
  display: block;
}

@media (min-width: 1000px) {
  .home-service-quote {
    display: block;
  }
}

.home-callout-cle-star .callout-title {
  font-size: 2.25rem;
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  .home-callout-cle-star .callout-title {
    font-size: 3rem;
  }
}

.hero-font {
  font-size: 6vw;
}

@media (min-width: 768px) {
  .hero-font {
    font-size: 45px;
  }
}

.order-toggle > .dropdown-toggle {
  padding: 8px 22px;
  border-color: #98012e;
  border-width: 2px;
  border-style: solid;
  background-color: #98012e;
}

.order-toggle .dropdown-menu {
  padding: 0;
}

.order-toggle .dropdown-item {
  border-bottom-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.order-toggle .dropdown-item:first-child {
  padding-bottom: 0.5rem;
}

.order-toggle .dropdown-item:last-child {
  padding-top: 0.5rem;
  border: none;
}

.dropdown-toggle {
  width: 100%;
  text-align: left;
  border: none;
  background-color: #ffffff;
}

.dropdown-toggle:after {
  display: none;
}

.dropdown.show {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f106";
}

.col-2 > .nbi-box > .nbi-box-region .dropdown-menu {
  left: calc(((100%) - 208px) / 2);
}

.dropdown-toggle-header:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f107";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  color: #cb013e;
  font-size: 1.125rem;
}

.menu-item {
  background: transparent;
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: "Poppins";
}

.menu .menu {
  display: none;
}

.menu .menu.open {
  display: block;
}

.menu-item-has-children > .menu-item {
  padding-right: 15px;
  position: relative;
}

.menu-item-has-children > .menu-item::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu-item-has-children > .menu-item.open::after {
  content: "\f106";
}

@media (min-width: 1000px) {
  .menu-item-has-children > .menu-item.no-after::after {
    content: none;
  }
}

.menu-item-divider {
  margin: 12px -16px;
  height: 1px;
  overflow: hidden;
  background-color: #bdbdbd;
}

.vert-menu-item-divider {
  margin: -15px 0;
  width: 1px;
  overflow: hidden;
  background-color: #bdbdbd;
  display: inline-block;
  padding: 1.2rem 0;
}

@media (max-width: 1090px) {
  .vert-menu-item-divider {
    display: none;
  }
}

.secondary-menu .menu-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.secondary-menu .menu-item .new-picks {
  display: flex;
  align-items: center;
  width: 51px;
  height: 25px;
  border-radius: 5px;
  padding: 10px;
  background-color: #fde0e0;
  color: #891616;
}

.secondary-menu .menu .menu {
  padding-left: 10px;
}

.header-menu {
  width: 260px;
  border-radius: 20px;
  left: auto;
  right: 1rem;
}

.btn-filter-dropdown-inline::after,
.btn-filter-dropdown::after, .filter-dropdown button[data-toggle='collapse']::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f107";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-filter-dropdown-inline[aria-expanded='true']::after,
.btn-filter-dropdown[aria-expanded='true']::after, .filter-dropdown button[data-toggle='collapse'][aria-expanded='true']::after {
  content: "\f106";
}

.filter-bar-extras :last-child {
  margin-top: 7.5px;
}

@media screen and (min-width: 768px) {
  .filter-bar-extras {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .filter-bar-extras :last-child {
    margin: 0;
    width: 230px;
  }
}

.filter-bar-label,
.filter-bar-filters {
  vertical-align: middle;
  display: inline-block;
}

.filter-bar-label {
  margin-right: 15px;
}

.filter-bar-filters {
  margin-right: 12px;
  padding-right: 12px;
  border-right: solid #b2b2b2 1px;
}

.btn-filter-dropdown-inline,
.btn-filter-dropdown,
.btn-filter {
  border-radius: 250px;
  border-width: 2px;
  border-color: #171717;
  padding: 8px 15px;
  position: relative;
  font-weight: 700;
  background-color: #f4e5ea;
}

.btn-filter-dropdown-inline:hover,
.btn-filter-dropdown:hover, .btn-filter-dropdown-inline:active,
.btn-filter-dropdown:active, .active.btn-filter-dropdown-inline,
.active.btn-filter-dropdown, .btn-filter-dropdown-inline:focus,
.btn-filter-dropdown:focus,
.btn-filter:hover,
.btn-filter:active,
.btn-filter.active,
.btn-filter:focus {
  background-color: rgba(23, 23, 23, 0.1);
  outline: 0;
}

.btn-filter-dropdown-inline,
.btn-filter-dropdown {
  padding: 8px 27px 8px 10px;
  width: 100%;
  display: flex;
  flex-align: column;
  align-items: center;
  justify-content: space-between;
}

.btn-filter-dropdown-inline {
  width: auto;
}

.filter-bar-filters .filter-dropdown {
  display: inline-block;
}

.filter-bar-filters .filter-dropdown + .filter-dropdown {
  margin-left: 6px;
}

.filter-bar-filters .dropdown-menu {
  max-height: 300px;
  overflow-y: scroll;
}

.modal.filter-sidebar.show {
  overflow: hidden;
}

.filter-sidebar-filters .filter-dropdown + .filter-dropdown {
  margin-top: 10px;
}

.filter-sidebar-filters .filter-dropdown .dropdown-menu {
  margin-top: 0;
  border-top: none;
  box-shadow: none;
  position: static;
  float: none;
  width: 100%;
}

.filter-sidebar-filters .btn-filter-dropdown-inline,
.filter-sidebar-filters .btn-filter-dropdown {
  border-radius: 0;
  width: 100%;
}

.filter-dropdown .dropdown-backdrop {
  display: none;
  height: 0;
  width: 0;
}

.filter-dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  width: 270px;
}

.filter-dropdown .dropdown-menu > .form-group, .filter-dropdown .dropdown-menu > .form-group-checkbox-switch, .filter-dropdown .dropdown-menu > .filter-bar {
  padding-top: 8px;
}

.filter-dropdown .dropdown-menu .checkbox label {
  color: #000000;
}

.filter-dropdown .dropdown-menu.home-search-filter {
  max-height: 400px;
  overflow: auto;
}

@media (max-width: 1000px) {
  .filter-dropdown .dropdown-menu.home-search-filter {
    width: 100%;
    position: relative;
    max-height: 200px;
  }
}

.filter-dropdown .dropdown-menu .checkbox label input {
  font-size: 1rem;
}

.filter-dropdown .dropdown-menu .checkbox-disabled {
  font-weight: 300;
}

.filter-dropdown .dropdown-menu .checkbox-disabled label {
  color: #999999;
  font-weight: 700;
}

.filter-dropdown .dropdown-menu .checkbox-bold label {
  font-weight: 700;
}

.filter-dropdown .dropdown-menu .panel-heading {
  font-weight: 700;
}

.filter-dropdown button[data-toggle='collapse'] {
  width: 100%;
  padding: 8px 30px 8px 15px;
  position: relative;
  text-align: left;
  background-color: transparent;
  border: none;
}

.filter-dropdown button[data-toggle='collapse']:hover, .filter-dropdown button[data-toggle='collapse']:active, .filter-dropdown button[data-toggle='collapse'].active, .filter-dropdown button[data-toggle='collapse']:focus {
  background-color: rgba(23, 23, 23, 0.1);
  outline: 0;
}

.filter-dropdown .panel {
  border-bottom: solid 1px #b2b2b2;
}

.filter-dropdown .panel-body {
  padding: 0;
}

.filter-dropdown .panel-body > .form-group, .filter-dropdown .panel-body > .form-group-checkbox-switch, .filter-dropdown .panel-body > .filter-bar {
  margin-top: 6px;
}

.filter-dropdown .form-group, .filter-dropdown .form-group-checkbox-switch, .filter-dropdown .filter-bar {
  margin-bottom: 15px;
  padding: 0 15px;
}

.filter-dropdown .checkbox label {
  font-size: 1rem;
}

.filter-dropdown .checkbox-group-has-view-all .checkbox:first-child {
  margin-top: 0;
}

.filter-dropdown .checkbox-group-has-view-all .checkbox:first-child label {
  font-weight: 700;
}

.filter-dropdown .checkbox-group-has-view-all .checkbox:not(:first-child) label {
  margin-left: 20px;
}

.search-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.search-row > :first-child {
  margin-top: 0;
}

.search-row > :last-child {
  margin-bottom: 0;
}

.search-row .btn-format,
.search-row .btn-format-lead {
  border: #cccccc solid 1px;
  padding: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  flex-direction: flex-row;
  cursor: pointer;
}

.search-row .btn-format:hover, .search-row .btn-format:focus, .search-row .btn-format.focus,
.search-row .btn-format-lead:hover,
.search-row .btn-format-lead:focus,
.search-row .focus.btn-format-lead {
  border-color: #171717;
}

.filter-tag-group {
  display: flex;
}

.filter-tag-group-label {
  margin-top: 9px;
  margin-bottom: 10px;
  display: flex;
  margin-right: 0.5rem;
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

@media screen and (min-width: 768px) {
  .filter-tag-group-label {
    width: 104px;
    margin-right: 0;
  }
  .filter-tags {
    width: calc(100% - 104px);
  }
}

.filter-tag {
  padding: 8px 22px;
  font-size: 1rem;
  line-height: 1.5625;
  border-radius: 250px;
  padding: 5px 14px 5px 20px;
  margin-right: 6px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #000000;
  word-break: break-all;
}

.filter-tag:hover, .filter-tag:active, .filter-tag:focus {
  background-color: #ffffff;
}

.filter-tag: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;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: baseline;
  content: "\f00d";
  position: relative;
  left: -7px;
}

.filter-label {
  display: inline-flex;
  align-items: center;
}

.filter-label .fas {
  margin-right: 15px;
  font-size: 20px;
}

@media screen and (max-width: 1129px) {
  .hidden-at-filter-bar-breakpoint {
    display: none;
  }
}

@media screen and (min-width: 1130px) {
  .visible-at-filter-bar-breakpoint {
    display: none;
  }
}

.justify-content-center {
  justify-content: center;
}

.no-results-terms {
  word-break: break-word;
  margin-left: 15px;
  margin-right: 15px;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

.nbi-daterangepicker.daterangepicker {
  border-radius: 0;
}

.nbi-daterangepicker.daterangepicker:before, .nbi-daterangepicker.daterangepicker:after {
  display: none;
}

.nbi-daterangepicker.daterangepicker.show-ranges .drp-calendar.left {
  border: 0;
}

.nbi-daterangepicker.daterangepicker .cancelBtn {
  display: none;
}

.nbi-daterangepicker.daterangepicker .ranges li {
  margin-bottom: 10px;
  border: #cccccc solid 1px;
  padding: 12px;
  cursor: pointer;
  color: #171717;
  font-weight: 800;
  font-family: "Poppins";
  font-size: 1rem;
  text-align: center;
}

.nbi-daterangepicker.daterangepicker .ranges li.active, .nbi-daterangepicker.daterangepicker .ranges li:hover, .nbi-daterangepicker.daterangepicker .ranges li:focus, .nbi-daterangepicker.daterangepicker .ranges li.focus {
  border-color: #171717;
  background-color: #e7edf4;
  color: #171717;
}

@media screen and (min-width: 1000px) {
  .nbi-daterangepicker.daterangepicker .ranges {
    padding-right: 8px;
  }
}

.filter-sidebar .nbi-daterangepicker.daterangepicker {
  margin-top: 0;
  width: 100%;
  position: static;
}

.filter-sidebar .nbi-daterangepicker.daterangepicker .ranges {
  border-top: solid #b2b2b2 1px;
  padding: 18px 10px 10px;
  width: 100%;
}

.filter-sidebar .nbi-daterangepicker.daterangepicker .ranges ul {
  width: 100%;
}

.unlimited-cle-hero .non-icon-title {
  font-size: 36px;
}

@media (min-width: 1000px) {
  .unlimited-cle-hero .non-icon-title {
    font-size: 60px;
  }
}

.unlimited-cle-hero .callout-title {
  margin-top: 5px;
  margin-bottom: 12px;
  display: inline-block;
}

.unlimited-cle-hero .callout-title h2 {
  margin-top: 0;
  float: left;
  font-weight: 300;
  text-align: left;
}

.unlimited-cle-hero .callout-title h2 span {
  display: block;
}

.unlimited-cle-hero .callout-title h2 span:first-child {
  font-size: 36px;
  color: #0a2240;
  line-height: 1;
}

@media (min-width: 1000px) {
  .unlimited-cle-hero .callout-title h2 span:first-child {
    font-size: 2.25rem;
  }
}

.unlimited-cle-hero .callout-title h2 span:last-child {
  font-size: 15px;
  color: #58595b;
  letter-spacing: 1px;
}

@media (min-width: 1000px) {
  .unlimited-cle-hero .callout-title h2 span:last-child {
    letter-spacing: 2px;
    font-size: 0.9rem;
  }
}

.unlimited-cle-hero .callout-subheading {
  margin: 10px auto 30px;
}

@media (min-width: 1000px) {
  .unlimited-cle-hero .callout-subheading {
    width: 80%;
    margin: 0 auto;
  }
}

.unlimited-cle-hero .cle-icon {
  margin-top: -40px;
  margin-left: -12px;
  height: 120px;
  width: 120px;
}

@media (min-width: 1000px) {
  .unlimited-cle-hero .cle-icon {
    margin-top: -19px;
    margin-left: -8px;
    height: 100px;
    width: 100px;
  }
}

.display-options .btn {
  padding: 4px 20px;
  box-shadow: none;
}

@media (min-width: 768px) {
  .display-options .btn {
    padding: 4px 55px;
  }
}

.display-options .btn-group {
  margin: 0 3px;
}

.display-options button {
  text-transform: initial;
  background: #e1e1e1;
  color: #767676;
  font-weight: 300;
}

.display-options button:last-child {
  border-radius: 10px;
}

.display-options button.active {
  background: #171717;
  color: #ffffff;
}

.unlimited-cle-callout {
  padding-bottom: 30px;
  text-align: center;
  background: linear-gradient(to right, #98012e 0%, #a20131 50%, #b10136 100%);
  margin-top: 30px;
}

.unlimited-cle-callout,
.unlimited-cle-callout h1,
.unlimited-cle-callout h2,
.unlimited-cle-callout h3,
.unlimited-cle-callout table.data-rows th.header-branded,
table.data-rows .unlimited-cle-callout th.header-branded,
.unlimited-cle-callout h4,
.unlimited-cle-callout h5,
.unlimited-cle-callout h6 {
  color: #ffffff;
}

.unlimited-cle-callout > a,
.unlimited-cle-callout h1 > a,
.unlimited-cle-callout h2 > a,
.unlimited-cle-callout h3 > a,
.unlimited-cle-callout table.data-rows th.header-branded > a,
table.data-rows .unlimited-cle-callout th.header-branded > a,
.unlimited-cle-callout h4 > a,
.unlimited-cle-callout h5 > a,
.unlimited-cle-callout h6 > a {
  color: #ffffff;
  text-decoration: underline;
}

.unlimited-cle-callout > a:hover,
.unlimited-cle-callout h1 > a:hover,
.unlimited-cle-callout h2 > a:hover,
.unlimited-cle-callout h3 > a:hover,
.unlimited-cle-callout table.data-rows th.header-branded > a:hover,
table.data-rows .unlimited-cle-callout th.header-branded > a:hover,
.unlimited-cle-callout h4 > a:hover,
.unlimited-cle-callout h5 > a:hover,
.unlimited-cle-callout h6 > a:hover {
  text-decoration: none;
}

.unlimited-cle-callout a, .unlimited-cle-callout a:hover, .unlimited-cle-callout a:focus,
.unlimited-cle-callout > a,
.unlimited-cle-callout > a:hover,
.unlimited-cle-callout > a:focus {
  color: #ffffff;
}

.unlimited-cle-callout .btn-primary,
.unlimited-cle-callout .btn-secondary,
.unlimited-cle-callout .btn-secondary-light,
.unlimited-cle-callout .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.unlimited-cle-callout .btn-primary:hover, .unlimited-cle-callout .btn-primary:focus, .unlimited-cle-callout .btn-primary.focus, .unlimited-cle-callout .btn-primary:active, .unlimited-cle-callout .btn-primary.active,
.unlimited-cle-callout .btn-secondary:hover,
.unlimited-cle-callout .btn-secondary-light:hover,
.unlimited-cle-callout .btn-secondary:focus,
.unlimited-cle-callout .btn-secondary-light:focus,
.unlimited-cle-callout .btn-secondary.focus,
.unlimited-cle-callout .focus.btn-secondary-light,
.unlimited-cle-callout .btn-secondary:active,
.unlimited-cle-callout .btn-secondary-light:active,
.unlimited-cle-callout .btn-secondary.active,
.unlimited-cle-callout .active.btn-secondary-light,
.unlimited-cle-callout .btn-default:hover,
.unlimited-cle-callout .btn-default:focus,
.unlimited-cle-callout .btn-default.focus,
.unlimited-cle-callout .btn-default:active,
.unlimited-cle-callout .btn-default.active {
  background-color: #ffffff;
  color: #171717;
  border-color: transparent;
}

.unlimited-cle-callout .badge {
  color: #3482da;
  background-color: #ffffff;
  font-weight: 800;
}

@media (min-width: 768px) {
  .unlimited-cle-callout {
    margin-top: 60px;
    padding: 20px 0 50px;
  }
}

.unlimited-cle-callout .callout-title {
  color: #ffffff;
}

.unlimited-cle-callout .stats-main {
  font-weight: 600;
}

.unlimited-cle-callout .stats-subtext {
  font-size: 1.15rem;
}

.cle-pass {
  display: none;
}

.cle-pass.active {
  display: block;
}

@media (min-width: 1090px) {
  .cle-pass.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cle-pass .cle-item {
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 1000px) {
  .cle-pass .cle-item {
    width: 32%;
    padding: 0 20px;
  }
}

.cle-pass .inner-cle-item {
  position: relative;
  padding-bottom: 100px;
  box-shadow: none;
}

.cle-pass .inner-cle-item .product-format-meta {
  min-height: 1.5rem;
}

.cle-pass .inner-cle-item.item-large {
  display: block;
}

@media (min-width: 768px) {
  .cle-pass .inner-cle-item.small-card {
    min-height: 378px;
    margin-bottom: 0;
  }
}

.cle-pass .inner-cle-item.large-card {
  padding: 20px 18px 10px;
}

@media (min-width: 1200px) {
  .cle-pass .inner-cle-item.large-card {
    min-height: 560px;
  }
}

.cle-pass h3 > img, .cle-pass table.data-rows th.header-branded > img, table.data-rows .cle-pass th.header-branded > img {
  margin-right: 0.5em;
}

.cle-pass .callout-cta {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.cle-pass .callout-cta .btn {
  width: calc((100%) - 40px);
}

.card-callout {
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .card-callout {
    margin-bottom: 110px;
  }
}

.card-callout h1 {
  padding: 0 30px;
}

@media (min-width: 1000px) {
  .card-callout h1 {
    padding: 0;
  }
}

.accent-stripe {
  height: 10px;
}

.color-gold {
  color: #8d724e;
}

.color-silver {
  color: #767676;
}

.color-bronze {
  color: #9B5613;
}

.color-teal {
  color: #0d8282;
}

.color-purple {
  color: #603199;
}

.gold-rounded-border {
  border: 1.5px solid #8d724e;
  border-radius: 20px;
  min-height: 312px;
}

.cle-pass.slick-slider .slick-prev {
  left: -20px;
}

.cle-pass.slick-slider .slick-next {
  right: -20px;
}

.cle-pass.slick-slider .card {
  box-shadow: none;
}

.cle-pass.slick-slider .product-format-meta {
  margin-bottom: 15px;
}

.cle-pass.slick-slider .icon {
  display: inline-block;
  margin-bottom: 5px;
}

.cle-pass.slick-slider .inner-cle-item {
  padding-bottom: 0;
}

.cle-pass.slick-slider .callout-cta {
  position: relative;
  padding: 30px 0 10px;
}

.privacy-message {
  z-index: 999;
  background-color: #98012e;
  opacity: 0.8;
  display: none;
}

.close-privacy-message:hover {
  font-weight: 800;
}

