@charset "UTF-8";
:root {
  --blue: #11c0de;
  --indigo: #512875;
  --purple: #4d236b;
  --pink: #e83e8c;
  --red: #a94442;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #81bd41;
  --teal: #11c0de;
  --cyan: #11c0de;
  --white: #fff;
  --gray: #808080;
  --gray-dark: #2f2f2f;
  --blue-80: #62def3;
  --blue-90: #33d4ef;
  --blue-110: #0d97af;
  --blue-120: #0a6e7f;
  --cream: #F9F5EA;
  --green-70: #D0E6B8;
  --purple-10: #ece0f5;
  --primary: #11c0de;
  --secondary: #808080;
  --success: #81bd41;
  --info: #4d236b;
  --warning: #ffc107;
  --danger: #a94442;
  --light: #e8e9e9;
  --dark: #1a1a1a;
  --white: #fff;
  --black: #000;
  --gray100: #e8e9e9;
  --gray200: #cccccc;
  --gray300: #bfbfbf;
  --gray400: #9c9c9c;
  --gray500: #808080;
  --gray600: #666666;
  --gray700: #4f4c4d;
  --gray800: #343a40;
  --gray900: #1a1a1a;
  --gray050: #f5f5f5;
  --gray550: #727272;
  --gray950: #2f2f2f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #11c0de;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0c8397;
  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: #666666;
  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 {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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] {
  -webkit-box-sizing: border-box;
  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: 0.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, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.98rem;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

.display-3, body > section:first-of-type h1.display-4:first-of-type {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}

.display-4 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 3rem;
  font-size: 2rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #666666;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 1.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #666666;
}

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: #1a1a1a;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #1a1a1a;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last, .item-figure-right figure, .item-figure-alternating-right-start .row:nth-child(odd) > figure, .item-figure-alternating .row:nth-child(even) > figure {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 3rem;
  color: #1a1a1a;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #bfbfbf;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #bfbfbf;
}
.table tbody + tbody {
  border-top: 2px solid #bfbfbf;
}

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

.table-bordered {
  border: 1px solid #bfbfbf;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #bfbfbf;
}
.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: #1a1a1a;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bcedf6;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #83deee;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dbdbdb;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #bdbdbd;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dcedca;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #bddd9c;
}

.table-hover .table-success:hover {
  background-color: #cfe7b7;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #cfe7b7;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #cdc1d6;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a28db2;
}

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

.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: #e7cbca;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d29e9d;
}

.table-hover .table-danger:hover {
  background-color: #dfbab8;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #dfbab8;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f9f9f9;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f3f4f4;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bfbfbf;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #888888;
}

.table-hover .table-dark:hover {
  background-color: #b2b2b2;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b2b2b2;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.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: #4f4c4d;
  background-color: #cccccc;
  border-color: #bfbfbf;
}

.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: 575.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: 767.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: 991.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: 1199.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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f4c4d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9c9c9c;
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4f4c4d;
}
.form-control:focus {
  color: #4f4c4d;
  background-color: #fff;
  border-color: #7ae3f5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control::placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #cccccc;
  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;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #4f4c4d;
  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.5;
}

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1a1a;
  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: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 1rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: #666666;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #81bd41;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: rgba(129, 189, 65, 0.9);
  border-radius: 0.5rem;
}

.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: #81bd41;
  padding-right: calc(1.5em + 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='%2381bd41' 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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #81bd41;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #81bd41;
  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") no-repeat right 0.75rem center/8px 10px, 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='%2381bd41' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #81bd41;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #81bd41;
}
.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: #81bd41;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #81bd41;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #9acb66;
  background-color: #9acb66;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 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: #81bd41;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #81bd41;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #81bd41;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(169, 68, 66, 0.9);
  border-radius: 0.5rem;
}

.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: #a94442;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23a94442' 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='%23a94442' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #a94442;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #a94442;
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23a94442' 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='%23a94442' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #a94442;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #a94442;
}
.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: #a94442;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #a94442;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #c0605e;
  background-color: #c0605e;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 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: #a94442;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #a94442;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #a94442;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 11px 22px;
  font-size: 1.6rem;
  line-height: 16px;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #1a1a1a;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 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: #11c0de;
  border-color: #11c0de;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0ea1ba;
  border-color: #0d97af;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0ea1ba;
  border-color: #0d97af;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d97af;
  border-color: #0c8da3;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #676767;
  border-color: #606060;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

.btn-success {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
}
.btn-success:hover {
  color: #fff;
  background-color: #6ea137;
  border-color: #679734;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #6ea137;
  border-color: #679734;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #679734;
  border-color: #618e31;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
}
.btn-info:hover {
  color: #fff;
  background-color: #381a4e;
  border-color: #311645;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #381a4e;
  border-color: #311645;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #311645;
  border-color: #2a133b;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}

.btn-warning {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #1a1a1a;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #1a1a1a;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #1a1a1a;
  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: #1a1a1a;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8d3937;
  border-color: #843534;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #8d3937;
  border-color: #843534;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #843534;
  border-color: #7b3230;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
}

.btn-light {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
.btn-light:hover {
  color: #1a1a1a;
  background-color: #d4d6d6;
  border-color: #ced0d0;
}
.btn-light:focus, .btn-light.focus {
  color: #1a1a1a;
  background-color: #d4d6d6;
  border-color: #ced0d0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #1a1a1a;
  background-color: #ced0d0;
  border-color: #c7caca;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-dark:hover {
  color: #fff;
  background-color: #070707;
  border-color: #010101;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #070707;
  border-color: #010101;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #010101;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}

.btn-white {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #1a1a1a;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #1a1a1a;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-primary {
  color: #11c0de;
  border-color: #11c0de;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #11c0de;
  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: #11c0de;
  border-color: #11c0de;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.5);
}

.btn-outline-secondary {
  color: #808080;
  border-color: #808080;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #808080;
  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: #808080;
  border-color: #808080;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}

.btn-outline-success {
  color: #81bd41;
  border-color: #81bd41;
}
.btn-outline-success:hover {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #81bd41;
  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: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.5);
}

.btn-outline-info {
  color: #4d236b;
  border-color: #4d236b;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 35, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(77, 35, 107, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #4d236b;
  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: #4d236b;
  border-color: #4d236b;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 35, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(77, 35, 107, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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: #1a1a1a;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #a94442;
  border-color: #a94442;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #a94442;
  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: #a94442;
  border-color: #a94442;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
}

.btn-outline-light {
  color: #e8e9e9;
  border-color: #e8e9e9;
}
.btn-outline-light:hover {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e8e9e9;
  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: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
}

.btn-outline-dark {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1a1a1a;
  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: #1a1a1a;
  border-color: #1a1a1a;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #11c0de;
  text-decoration: none;
}
.btn-link:hover {
  color: #0c8397;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #666666;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 25px 50px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.7rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 7px 10px;
  font-size: 1.4rem;
  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%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    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: 1.6rem;
  color: #1a1a1a;
  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.5rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .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: 1.5rem 0;
  overflow: hidden;
  border-top: 1px solid #cccccc;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1a1a1a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #0d0d0d;
  text-decoration: none;
  background-color: #e8e9e9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #11c0de;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #666666;
  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: 1.4rem;
  color: #666666;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1a1a1a;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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: -2px;
}
.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: 16.5px;
  padding-left: 16.5px;
}
.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: 7.5px;
  padding-left: 7.5px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 37.5px;
  padding-left: 37.5px;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -2px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f4c4d;
  text-align: center;
  white-space: nowrap;
  background-color: #cccccc;
  border: 1px solid #9c9c9c;
  border-radius: 0.5rem;
}
.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: 2rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.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: 1.4rem;
  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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.4rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.7rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #11c0de;
  background-color: #11c0de;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #7ae3f5;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a9edf8;
  border-color: #a9edf8;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #666666;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #cccccc;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.7rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #808080 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.7rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.5rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #11c0de;
  background-color: #11c0de;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(17, 192, 222, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(17, 192, 222, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(17, 192, 222, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.7rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #808080;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(17, 192, 222, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f4c4d;
  vertical-align: middle;
  background: #fff 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") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #9c9c9c;
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #7ae3f5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
}
.custom-select:focus::-ms-value {
  color: #4f4c4d;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #666666;
  background-color: #cccccc;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4f4c4d;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.4rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 2rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #7ae3f5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #cccccc;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f4c4d;
  background-color: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 0.5rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4f4c4d;
  content: "Browse";
  background-color: #cccccc;
  border-left: inherit;
  border-radius: 0 0.5rem 0.5rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #11c0de;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #a9edf8;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bfbfbf;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #11c0de;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #a9edf8;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bfbfbf;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #11c0de;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #a9edf8;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #bfbfbf;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #bfbfbf;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #808080;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #808080;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #808080;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #666666;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #bfbfbf;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #cccccc #cccccc #bfbfbf;
}
.nav-tabs .nav-link.disabled {
  color: #666666;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4f4c4d;
  background-color: #fff;
  border-color: #bfbfbf #bfbfbf #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.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #11c0de;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 3rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-right: 3rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #cccccc;
  border-radius: 0.5rem;
}

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #666666;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #666666;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #11c0de;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}
.page-link:hover {
  z-index: 2;
  color: #0c8397;
  text-decoration: none;
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.page-item.disabled .page-link {
  color: #666666;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #bfbfbf;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    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: #11c0de;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0d97af;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(17, 192, 222, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #808080;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #676767;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}

.badge-success {
  color: #1a1a1a;
  background-color: #81bd41;
}
a.badge-success:hover, a.badge-success:focus {
  color: #1a1a1a;
  background-color: #679734;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 65, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #4d236b;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #311645;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 35, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(77, 35, 107, 0.5);
}

.badge-warning {
  color: #1a1a1a;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #1a1a1a;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #a94442;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #843534;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
}

.badge-light {
  color: #1a1a1a;
  background-color: #e8e9e9;
}
a.badge-light:hover, a.badge-light:focus {
  color: #1a1a1a;
  background-color: #ced0d0;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #1a1a1a;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #010101;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5);
}

.badge-white {
  color: #1a1a1a;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #1a1a1a;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #096473;
  background-color: #cff2f8;
  border-color: #bcedf6;
}
.alert-primary hr {
  border-top-color: #a6e7f3;
}
.alert-primary .alert-link {
  color: #053b44;
}

.alert-secondary {
  color: #434343;
  background-color: #e6e6e6;
  border-color: #dbdbdb;
}
.alert-secondary hr {
  border-top-color: #cecece;
}
.alert-secondary .alert-link {
  color: #2a2a2a;
}

.alert-success {
  color: #436222;
  background-color: #e6f2d9;
  border-color: #dcedca;
}
.alert-success hr {
  border-top-color: #cfe7b7;
}
.alert-success .alert-link {
  color: #293c15;
}

.alert-info {
  color: #281238;
  background-color: #dbd3e1;
  border-color: #cdc1d6;
}
.alert-info hr {
  border-top-color: #c1b2cc;
}
.alert-info .alert-link {
  color: #0c0611;
}

.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: #582322;
  background-color: #eedad9;
  border-color: #e7cbca;
}
.alert-danger hr {
  border-top-color: #dfbab8;
}
.alert-danger .alert-link {
  color: #331414;
}

.alert-light {
  color: #797979;
  background-color: #fafbfb;
  border-color: #f9f9f9;
}
.alert-light hr {
  border-top-color: #ececec;
}
.alert-light .alert-link {
  color: #606060;
}

.alert-dark {
  color: #0e0e0e;
  background-color: #d1d1d1;
  border-color: #bfbfbf;
}
.alert-dark hr {
  border-top-color: #b2b2b2;
}
.alert-dark .alert-link {
  color: black;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 1.2rem;
  background-color: #cccccc;
  border-radius: 0.5rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #11c0de;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}

.list-group-item-action {
  width: 100%;
  color: #4f4c4d;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #4f4c4d;
  text-decoration: none;
  background-color: #e8e9e9;
}
.list-group-item-action:active {
  color: #1a1a1a;
  background-color: #cccccc;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #666666;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #096473;
  background-color: #bcedf6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #096473;
  background-color: #a6e7f3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #096473;
  border-color: #096473;
}

.list-group-item-secondary {
  color: #434343;
  background-color: #dbdbdb;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #434343;
  background-color: #cecece;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}

.list-group-item-success {
  color: #436222;
  background-color: #dcedca;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #436222;
  background-color: #cfe7b7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #436222;
  border-color: #436222;
}

.list-group-item-info {
  color: #281238;
  background-color: #cdc1d6;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #281238;
  background-color: #c1b2cc;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #281238;
  border-color: #281238;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #582322;
  background-color: #e7cbca;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #582322;
  background-color: #dfbab8;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #582322;
  border-color: #582322;
}

.list-group-item-light {
  color: #797979;
  background-color: #f9f9f9;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #797979;
  background-color: #ececec;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #797979;
  border-color: #797979;
}

.list-group-item-dark {
  color: #0e0e0e;
  background-color: #bfbfbf;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0e0e0e;
  background-color: #b2b2b2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #666666;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: 1rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #bfbfbf;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #bfbfbf;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .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: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: 1.4rem;
  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.5rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: 1.6rem;
  word-wrap: break-word;
  background-color: #666666;
  background-clip: padding-box;
  border: 1px solid #666666;
  border-radius: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 11px;
  margin: 0 0;
}
.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: 11px;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: -12px;
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 11px 11px 0;
  border-top-color: #666666;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 11px 11px 0;
  border-top-color: #666666;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 11px;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: -12px;
  width: 11px;
  height: 22px;
  margin: 0 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 11px 11px 11px 0;
  border-right-color: #666666;
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 11px 11px 11px 0;
  border-right-color: #666666;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 11px;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: -12px;
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 11px 11px 11px;
  border-bottom-color: #666666;
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 11px 11px 11px;
  border-bottom-color: #666666;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 22px;
  margin-left: -11px;
  content: "";
  border-bottom: 1px solid #666666;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 11px;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: -12px;
  width: 11px;
  height: 22px;
  margin: 0 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 11px 0 11px 11px;
  border-left-color: #666666;
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 11px 0 11px 11px;
  border-left-color: #666666;
}

.popover-header {
  padding: 1rem 1.4rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #fff;
  background-color: #666666;
  border-bottom: 1px solid #595959;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1.4rem;
  color: #fff;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #11c0de !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0d97af !important;
}

.bg-secondary {
  background-color: #808080 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #676767 !important;
}

.bg-success {
  background-color: #81bd41 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #679734 !important;
}

.bg-info {
  background-color: #4d236b !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #311645 !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: #a94442 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #843534 !important;
}

.bg-light {
  background-color: #e8e9e9 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ced0d0 !important;
}

.bg-dark {
  background-color: #1a1a1a !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #010101 !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #bfbfbf !important;
}

.border-top {
  border-top: 1px solid #bfbfbf !important;
}

.border-right {
  border-right: 1px solid #bfbfbf !important;
}

.border-bottom {
  border-bottom: 1px solid #bfbfbf !important;
}

.border-left {
  border-left: 1px solid #bfbfbf !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: #11c0de !important;
}

.border-secondary {
  border-color: #808080 !important;
}

.border-success {
  border-color: #81bd41 !important;
}

.border-info {
  border-color: #4d236b !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #a94442 !important;
}

.border-light {
  border-color: #e8e9e9 !important;
}

.border-dark {
  border-color: #1a1a1a !important;
}

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

.border-black {
  border-color: #000 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-lg {
  border-radius: 1rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  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: 1.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 1.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 1.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1.5rem !important;
}

.m-2 {
  margin: 2rem !important;
}

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

.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}

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

.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3,
.my-3 {
  margin-top: 3rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 4.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4.5rem !important;
}

.m-5 {
  margin: 9rem !important;
}

.mt-5,
.my-5,
.banner-item {
  margin-top: 9rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 9rem !important;
}

.mb-5,
.my-5,
.banner-item {
  margin-bottom: 9rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 9rem !important;
}

.m-6 {
  margin: 15% !important;
}

.mt-6,
.my-6 {
  margin-top: 15% !important;
}

.mr-6,
.mx-6 {
  margin-right: 15% !important;
}

.mb-6,
.my-6 {
  margin-bottom: 15% !important;
}

.ml-6,
.mx-6 {
  margin-left: 15% !important;
}

.m-gutter {
  margin: 1.5rem !important;
}

.mt-gutter,
.my-gutter {
  margin-top: 1.5rem !important;
}

.mr-gutter,
.mx-gutter {
  margin-right: 1.5rem !important;
}

.mb-gutter,
.my-gutter {
  margin-bottom: 1.5rem !important;
}

.ml-gutter,
.mx-gutter {
  margin-left: 1.5rem !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: 1.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 1.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 1.5rem !important;
}

.pb-1, .reseller-card-group .card-footer,
.py-1 {
  padding-bottom: 1.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1.5rem !important;
}

.p-2, .item-figure-padding figure {
  padding: 2rem !important;
}

.pt-2,
.py-2 {
  padding-top: 2rem !important;
}

.pr-2,
.px-2 {
  padding-right: 2rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}

.pl-2,
.px-2 {
  padding-left: 2rem !important;
}

.p-3, .mini-classic-component-wrapper .item-unspaced figure,
.columnar-component-wrapper .item-unspaced figure {
  padding: 3rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 4.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 4.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 4.5rem !important;
}

.p-5 {
  padding: 9rem !important;
}

.pt-5,
.py-5 {
  padding-top: 9rem !important;
}

.pr-5,
.px-5 {
  padding-right: 9rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 9rem !important;
}

.pl-5,
.px-5 {
  padding-left: 9rem !important;
}

.p-6 {
  padding: 15% !important;
}

.pt-6,
.py-6 {
  padding-top: 15% !important;
}

.pr-6,
.px-6 {
  padding-right: 15% !important;
}

.pb-6,
.py-6 {
  padding-bottom: 15% !important;
}

.pl-6,
.px-6 {
  padding-left: 15% !important;
}

.p-gutter {
  padding: 1.5rem !important;
}

.pt-gutter,
.py-gutter {
  padding-top: 1.5rem !important;
}

.pr-gutter,
.px-gutter {
  padding-right: 1.5rem !important;
}

.pb-gutter,
.py-gutter {
  padding-bottom: 1.5rem !important;
}

.pl-gutter,
.px-gutter {
  padding-left: 1.5rem !important;
}

.m-n1 {
  margin: -1.5rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -1.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1.5rem !important;
}

.m-n2 {
  margin: -2rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -2rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -2rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -2rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -2rem !important;
}

.m-n3 {
  margin: -3rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -3rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -3rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -3rem !important;
}

.m-n4 {
  margin: -4.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -4.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -4.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -4.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -4.5rem !important;
}

.m-n5 {
  margin: -9rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -9rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -9rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -9rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -9rem !important;
}

.m-n6 {
  margin: -15% !important;
}

.mt-n6,
.my-n6 {
  margin-top: -15% !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -15% !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -15% !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -15% !important;
}

.m-ngutter {
  margin: -1.5rem !important;
}

.mt-ngutter,
.my-ngutter {
  margin-top: -1.5rem !important;
}

.mr-ngutter,
.mx-ngutter {
  margin-right: -1.5rem !important;
}

.mb-ngutter,
.my-ngutter {
  margin-bottom: -1.5rem !important;
}

.ml-ngutter,
.mx-ngutter {
  margin-left: -1.5rem !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: 576px) {
  .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: 1.5rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4.5rem !important;
  }
  .m-sm-5 {
    margin: 9rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 9rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 9rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 9rem !important;
  }
  .m-sm-6 {
    margin: 15% !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 15% !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 15% !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 15% !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 15% !important;
  }
  .m-sm-gutter {
    margin: 1.5rem !important;
  }
  .mt-sm-gutter,
  .my-sm-gutter {
    margin-top: 1.5rem !important;
  }
  .mr-sm-gutter,
  .mx-sm-gutter {
    margin-right: 1.5rem !important;
  }
  .mb-sm-gutter,
  .my-sm-gutter {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-gutter,
  .mx-sm-gutter {
    margin-left: 1.5rem !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: 1.5rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4.5rem !important;
  }
  .p-sm-5 {
    padding: 9rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 9rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 9rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 9rem !important;
  }
  .p-sm-6 {
    padding: 15% !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 15% !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 15% !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 15% !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 15% !important;
  }
  .p-sm-gutter {
    padding: 1.5rem !important;
  }
  .pt-sm-gutter,
  .py-sm-gutter {
    padding-top: 1.5rem !important;
  }
  .pr-sm-gutter,
  .px-sm-gutter {
    padding-right: 1.5rem !important;
  }
  .pb-sm-gutter,
  .py-sm-gutter {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-gutter,
  .px-sm-gutter {
    padding-left: 1.5rem !important;
  }
  .m-sm-n1 {
    margin: -1.5rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important;
  }
  .m-sm-n4 {
    margin: -4.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n5 {
    margin: -9rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -9rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -9rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -9rem !important;
  }
  .m-sm-n6 {
    margin: -15% !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -15% !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -15% !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -15% !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -15% !important;
  }
  .m-sm-ngutter {
    margin: -1.5rem !important;
  }
  .mt-sm-ngutter,
  .my-sm-ngutter {
    margin-top: -1.5rem !important;
  }
  .mr-sm-ngutter,
  .mx-sm-ngutter {
    margin-right: -1.5rem !important;
  }
  .mb-sm-ngutter,
  .my-sm-ngutter {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-ngutter,
  .mx-sm-ngutter {
    margin-left: -1.5rem !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: 768px) {
  .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: 1.5rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1.5rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1.5rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4.5rem !important;
  }
  .m-md-5 {
    margin: 9rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 9rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 9rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 9rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 9rem !important;
  }
  .m-md-6 {
    margin: 15% !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 15% !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 15% !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 15% !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 15% !important;
  }
  .m-md-gutter {
    margin: 1.5rem !important;
  }
  .mt-md-gutter,
  .my-md-gutter {
    margin-top: 1.5rem !important;
  }
  .mr-md-gutter,
  .mx-md-gutter {
    margin-right: 1.5rem !important;
  }
  .mb-md-gutter,
  .my-md-gutter {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-gutter,
  .mx-md-gutter {
    margin-left: 1.5rem !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: 1.5rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1.5rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1.5rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4.5rem !important;
  }
  .p-md-5 {
    padding: 9rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 9rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 9rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 9rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 9rem !important;
  }
  .p-md-6 {
    padding: 15% !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 15% !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 15% !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 15% !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 15% !important;
  }
  .p-md-gutter {
    padding: 1.5rem !important;
  }
  .pt-md-gutter,
  .py-md-gutter {
    padding-top: 1.5rem !important;
  }
  .pr-md-gutter,
  .px-md-gutter {
    padding-right: 1.5rem !important;
  }
  .pb-md-gutter,
  .py-md-gutter {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-gutter,
  .px-md-gutter {
    padding-left: 1.5rem !important;
  }
  .m-md-n1 {
    margin: -1.5rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1.5rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }
  .m-md-n4 {
    margin: -4.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4.5rem !important;
  }
  .m-md-n5 {
    margin: -9rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -9rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -9rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -9rem !important;
  }
  .m-md-n6 {
    margin: -15% !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -15% !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -15% !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -15% !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -15% !important;
  }
  .m-md-ngutter {
    margin: -1.5rem !important;
  }
  .mt-md-ngutter,
  .my-md-ngutter {
    margin-top: -1.5rem !important;
  }
  .mr-md-ngutter,
  .mx-md-ngutter {
    margin-right: -1.5rem !important;
  }
  .mb-md-ngutter,
  .my-md-ngutter {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-ngutter,
  .mx-md-ngutter {
    margin-left: -1.5rem !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: 992px) {
  .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: 1.5rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4.5rem !important;
  }
  .m-lg-5 {
    margin: 9rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 9rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 9rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 9rem !important;
  }
  .m-lg-6 {
    margin: 15% !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 15% !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 15% !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 15% !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 15% !important;
  }
  .m-lg-gutter {
    margin: 1.5rem !important;
  }
  .mt-lg-gutter,
  .my-lg-gutter {
    margin-top: 1.5rem !important;
  }
  .mr-lg-gutter,
  .mx-lg-gutter {
    margin-right: 1.5rem !important;
  }
  .mb-lg-gutter,
  .my-lg-gutter {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-gutter,
  .mx-lg-gutter {
    margin-left: 1.5rem !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: 1.5rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4.5rem !important;
  }
  .p-lg-5 {
    padding: 9rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 9rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 9rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 9rem !important;
  }
  .p-lg-6 {
    padding: 15% !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 15% !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 15% !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 15% !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 15% !important;
  }
  .p-lg-gutter {
    padding: 1.5rem !important;
  }
  .pt-lg-gutter,
  .py-lg-gutter {
    padding-top: 1.5rem !important;
  }
  .pr-lg-gutter,
  .px-lg-gutter {
    padding-right: 1.5rem !important;
  }
  .pb-lg-gutter,
  .py-lg-gutter {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-gutter,
  .px-lg-gutter {
    padding-left: 1.5rem !important;
  }
  .m-lg-n1 {
    margin: -1.5rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }
  .m-lg-n4 {
    margin: -4.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n5 {
    margin: -9rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -9rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -9rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -9rem !important;
  }
  .m-lg-n6 {
    margin: -15% !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -15% !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -15% !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -15% !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -15% !important;
  }
  .m-lg-ngutter {
    margin: -1.5rem !important;
  }
  .mt-lg-ngutter,
  .my-lg-ngutter {
    margin-top: -1.5rem !important;
  }
  .mr-lg-ngutter,
  .mx-lg-ngutter {
    margin-right: -1.5rem !important;
  }
  .mb-lg-ngutter,
  .my-lg-ngutter {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-ngutter,
  .mx-lg-ngutter {
    margin-left: -1.5rem !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: 1200px) {
  .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: 1.5rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4.5rem !important;
  }
  .m-xl-5 {
    margin: 9rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 9rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 9rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 9rem !important;
  }
  .m-xl-6 {
    margin: 15% !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 15% !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 15% !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 15% !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 15% !important;
  }
  .m-xl-gutter {
    margin: 1.5rem !important;
  }
  .mt-xl-gutter,
  .my-xl-gutter {
    margin-top: 1.5rem !important;
  }
  .mr-xl-gutter,
  .mx-xl-gutter {
    margin-right: 1.5rem !important;
  }
  .mb-xl-gutter,
  .my-xl-gutter {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-gutter,
  .mx-xl-gutter {
    margin-left: 1.5rem !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: 1.5rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4.5rem !important;
  }
  .p-xl-5 {
    padding: 9rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 9rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 9rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 9rem !important;
  }
  .p-xl-6 {
    padding: 15% !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 15% !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 15% !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 15% !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 15% !important;
  }
  .p-xl-gutter {
    padding: 1.5rem !important;
  }
  .pt-xl-gutter,
  .py-xl-gutter {
    padding-top: 1.5rem !important;
  }
  .pr-xl-gutter,
  .px-xl-gutter {
    padding-right: 1.5rem !important;
  }
  .pb-xl-gutter,
  .py-xl-gutter {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-gutter,
  .px-xl-gutter {
    padding-left: 1.5rem !important;
  }
  .m-xl-n1 {
    margin: -1.5rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important;
  }
  .m-xl-n4 {
    margin: -4.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n5 {
    margin: -9rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -9rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -9rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -9rem !important;
  }
  .m-xl-n6 {
    margin: -15% !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -15% !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -15% !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -15% !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -15% !important;
  }
  .m-xl-ngutter {
    margin: -1.5rem !important;
  }
  .mt-xl-ngutter,
  .my-xl-ngutter {
    margin-top: -1.5rem !important;
  }
  .mr-xl-ngutter,
  .mx-xl-ngutter {
    margin-right: -1.5rem !important;
  }
  .mb-xl-ngutter,
  .my-xl-ngutter {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-ngutter,
  .mx-xl-ngutter {
    margin-left: -1.5rem !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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #11c0de !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0c8397 !important;
}

.text-secondary {
  color: #808080 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #5a5a5a !important;
}

.text-success {
  color: #81bd41 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #5a842d !important;
}

.text-info {
  color: #4d236b !important;
}

a.text-info:hover, a.text-info:focus {
  color: #241031 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

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

.text-light {
  color: #e8e9e9 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c1c4c4 !important;
}

.text-dark {
  color: #1a1a1a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-body {
  color: #1a1a1a !important;
}

.text-muted {
  color: #666666 !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, .tier-badge {
  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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    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 #bfbfbf !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #bfbfbf;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #bfbfbf;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.modal {
  position: fixed;
  top: 100px;
  height: 85vh;
}

.btn {
  line-height: 18px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.btn [class*=" icomoon-icon-"], .btn [class^=icomoon-icon-] {
  position: relative;
  top: 0.1em;
}
.btn:only-of-type {
  margin-right: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  padding: 5px 9px;
}
.btn-sm[class*=btn-outline-],
.btn-group-sm > .btn[class*=btn-outline-] {
  border-width: 1px;
  padding: 6px 10px;
}
@media (min-width: 576px) {
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 4px 9px;
  }
  .btn-sm[class*=btn-outline-],
  .btn-group-sm > .btn[class*=btn-outline-] {
    padding: 5px 9px;
  }
}

.btn-min-size {
  min-width: 150px;
}

.btn-tiny {
  color: white;
  padding: 2px 4px;
  border-radius: 50%;
  font-size: x-small;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
  color: #fff;
}
.btn-primary:hover {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0fadc8;
  border-color: #b3eff9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
  color: #fff;
}
.btn-secondary:hover {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #737373;
  border-color: #d9d9d9;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

.btn-success {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
  color: #fff;
}
.btn-success:hover {
  color: #1a1a1a;
  background-color: #f2f8ec;
  border-color: #f2f8ec;
}
.btn-success:focus, .btn-success.focus {
  color: #1a1a1a;
  background-color: #f2f8ec;
  border-color: #f2f8ec;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #74aa3b;
  border-color: #d9ebc6;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
  color: #fff;
}
.btn-info:hover {
  color: #1a1a1a;
  background-color: #ede9f0;
  border-color: #ede9f0;
}
.btn-info:focus, .btn-info.focus {
  color: #1a1a1a;
  background-color: #ede9f0;
  border-color: #ede9f0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #452060;
  border-color: #ccace4;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}

.btn-warning {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
.btn-warning:hover {
  color: #1a1a1a;
  background-color: #fff9e6;
  border-color: #fff9e6;
}
.btn-warning:focus, .btn-warning.focus {
  color: #1a1a1a;
  background-color: #fff9e6;
  border-color: #fff9e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #1a1a1a;
  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: #1a1a1a;
  background-color: #e6ae06;
  border-color: #ffecb5;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
  color: #fff;
}
.btn-danger:hover {
  color: #1a1a1a;
  background-color: #f6ecec;
  border-color: #f6ecec;
}
.btn-danger:focus, .btn-danger.focus {
  color: #1a1a1a;
  background-color: #f6ecec;
  border-color: #f6ecec;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #983d3b;
  border-color: #e8c4c4;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
}

.btn-light {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
  color: #fff;
}
.btn-light:hover {
  color: #1a1a1a;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}
.btn-light:focus, .btn-light.focus {
  color: #1a1a1a;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #1a1a1a;
  background-color: #d1d2d2;
  border-color: #f8f8f8;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.btn-dark:hover {
  color: #1a1a1a;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.btn-dark:focus, .btn-dark.focus {
  color: #1a1a1a;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #171717;
  border-color: #bababa;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}

.btn-white {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.btn-white:hover {
  color: #1a1a1a;
  background-color: white;
  border-color: white;
}
.btn-white:focus, .btn-white.focus {
  color: #1a1a1a;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: white;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-black:hover {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-black:focus, .btn-black.focus {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: #b3b3b3;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-blue, .subtheme-white-bg-dark-text-purple-border article:hover .btn {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
  color: #fff;
}
.btn-blue:hover, .subtheme-white-bg-dark-text-purple-border article:hover .btn:hover {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
}
.btn-blue:focus, .subtheme-white-bg-dark-text-purple-border article:hover .btn:focus, .btn-blue.focus, .subtheme-white-bg-dark-text-purple-border article:hover .focus.btn {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
.btn-blue.disabled, .subtheme-white-bg-dark-text-purple-border article:hover .disabled.btn, .btn-blue:disabled, .subtheme-white-bg-dark-text-purple-border article:hover .btn:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.btn-blue:not(:disabled):not(.disabled):active, .subtheme-white-bg-dark-text-purple-border article:hover .btn:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .subtheme-white-bg-dark-text-purple-border article:hover .btn:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle, .subtheme-white-bg-dark-text-purple-border article:hover .show > .dropdown-toggle.btn {
  color: #fff;
  background-color: #0fadc8;
  border-color: #b3eff9;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .subtheme-white-bg-dark-text-purple-border article:hover .btn:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .subtheme-white-bg-dark-text-purple-border article:hover .btn:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus, .subtheme-white-bg-dark-text-purple-border article:hover .show > .dropdown-toggle.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}

.btn-indigo {
  color: #fff;
  background-color: #512875;
  border-color: #512875;
  color: #fff;
}
.btn-indigo:hover {
  color: #1a1a1a;
  background-color: #eeeaf1;
  border-color: #eeeaf1;
}
.btn-indigo:focus, .btn-indigo.focus {
  color: #1a1a1a;
  background-color: #eeeaf1;
  border-color: #eeeaf1;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 72, 138, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 72, 138, 0.5);
}
.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #512875;
  border-color: #512875;
}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #492469;
  border-color: #ccb0e4;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 72, 138, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 72, 138, 0.5);
}

.btn-purple, .subtheme-white-bg-dark-text-purple-border .btn {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
  color: #fff;
}
.btn-purple:hover, .subtheme-white-bg-dark-text-purple-border .btn:hover {
  color: #1a1a1a;
  background-color: #ede9f0;
  border-color: #ede9f0;
}
.btn-purple:focus, .subtheme-white-bg-dark-text-purple-border .btn:focus, .btn-purple.focus, .subtheme-white-bg-dark-text-purple-border .focus.btn {
  color: #1a1a1a;
  background-color: #ede9f0;
  border-color: #ede9f0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
.btn-purple.disabled, .subtheme-white-bg-dark-text-purple-border .disabled.btn, .btn-purple:disabled, .subtheme-white-bg-dark-text-purple-border .btn:disabled {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
}
.btn-purple:not(:disabled):not(.disabled):active, .subtheme-white-bg-dark-text-purple-border .btn:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .subtheme-white-bg-dark-text-purple-border .btn:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle, .subtheme-white-bg-dark-text-purple-border .show > .dropdown-toggle.btn {
  color: #fff;
  background-color: #452060;
  border-color: #ccace4;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .subtheme-white-bg-dark-text-purple-border .btn:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .subtheme-white-bg-dark-text-purple-border .btn:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus, .subtheme-white-bg-dark-text-purple-border .show > .dropdown-toggle.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
  color: #fff;
}
.btn-pink:hover {
  color: #1a1a1a;
  background-color: #fdecf4;
  border-color: #fdecf4;
}
.btn-pink:focus, .btn-pink.focus {
  color: #1a1a1a;
  background-color: #fdecf4;
  border-color: #fdecf4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d1387e;
  border-color: #f8c5dd;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
  color: #fff;
}
.btn-red:hover {
  color: #1a1a1a;
  background-color: #f6ecec;
  border-color: #f6ecec;
}
.btn-red:focus, .btn-red.focus {
  color: #1a1a1a;
  background-color: #f6ecec;
  border-color: #f6ecec;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #983d3b;
  border-color: #e8c4c4;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
}

.btn-orange {
  color: #1a1a1a;
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: #fff;
}
.btn-orange:hover {
  color: #1a1a1a;
  background-color: #fff2e8;
  border-color: #fff2e8;
}
.btn-orange:focus, .btn-orange.focus {
  color: #1a1a1a;
  background-color: #fff2e8;
  border-color: #fff2e8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #1a1a1a;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #e47112;
  border-color: #fed8b9;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
}

.btn-yellow {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
.btn-yellow:hover {
  color: #1a1a1a;
  background-color: #fff9e6;
  border-color: #fff9e6;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #1a1a1a;
  background-color: #fff9e6;
  border-color: #fff9e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6ae06;
  border-color: #ffecb5;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}

.btn-green {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
  color: #fff;
}
.btn-green:hover {
  color: #1a1a1a;
  background-color: #f2f8ec;
  border-color: #f2f8ec;
}
.btn-green:focus, .btn-green.focus {
  color: #1a1a1a;
  background-color: #f2f8ec;
  border-color: #f2f8ec;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #74aa3b;
  border-color: #d9ebc6;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
}

.btn-teal {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
  color: #fff;
}
.btn-teal:hover {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
}
.btn-teal:focus, .btn-teal.focus {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
.btn-teal.disabled, .btn-teal:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #0fadc8;
  border-color: #b3eff9;
}
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-teal.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}

.btn-cyan {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
  color: #fff;
}
.btn-cyan:hover {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
}
.btn-cyan:focus, .btn-cyan.focus {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
.btn-cyan.disabled, .btn-cyan:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #0fadc8;
  border-color: #b3eff9;
}
.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}

.btn-white {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.btn-white:hover {
  color: #1a1a1a;
  background-color: white;
  border-color: white;
}
.btn-white:focus, .btn-white.focus {
  color: #1a1a1a;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: white;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
  color: #fff;
}
.btn-gray:hover {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-gray:focus, .btn-gray.focus {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #737373;
  border-color: #d9d9d9;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

.btn-gray-dark {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}
.btn-gray-dark:hover {
  color: #1a1a1a;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-gray-dark:focus, .btn-gray-dark.focus {
  color: #1a1a1a;
  background-color: #eaeaea;
  border-color: #eaeaea;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
}
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #c1c1c1;
}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
}

.btn-blue-80 {
  color: #1a1a1a;
  background-color: #62def3;
  border-color: #62def3;
  color: #fff;
}
.btn-blue-80:hover {
  color: #1a1a1a;
  background-color: #effcfe;
  border-color: #effcfe;
}
.btn-blue-80:focus, .btn-blue-80.focus {
  color: #1a1a1a;
  background-color: #effcfe;
  border-color: #effcfe;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 193, 210, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(87, 193, 210, 0.5);
}
.btn-blue-80.disabled, .btn-blue-80:disabled {
  color: #1a1a1a;
  background-color: #62def3;
  border-color: #62def3;
}
.btn-blue-80:not(:disabled):not(.disabled):active, .btn-blue-80:not(:disabled):not(.disabled).active, .show > .btn-blue-80.dropdown-toggle {
  color: #1a1a1a;
  background-color: #58c8db;
  border-color: #d0f5fb;
}
.btn-blue-80:not(:disabled):not(.disabled):active:focus, .btn-blue-80:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-80.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 193, 210, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(87, 193, 210, 0.5);
}

.btn-blue-90 {
  color: #1a1a1a;
  background-color: #33d4ef;
  border-color: #33d4ef;
  color: #fff;
}
.btn-blue-90:hover {
  color: #1a1a1a;
  background-color: #ebfbfd;
  border-color: #ebfbfd;
}
.btn-blue-90:focus, .btn-blue-90.focus {
  color: #1a1a1a;
  background-color: #ebfbfd;
  border-color: #ebfbfd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 184, 207, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(47, 184, 207, 0.5);
}
.btn-blue-90.disabled, .btn-blue-90:disabled {
  color: #1a1a1a;
  background-color: #33d4ef;
  border-color: #33d4ef;
}
.btn-blue-90:not(:disabled):not(.disabled):active, .btn-blue-90:not(:disabled):not(.disabled).active, .show > .btn-blue-90.dropdown-toggle {
  color: #1a1a1a;
  background-color: #2ebfd7;
  border-color: #c2f2fa;
}
.btn-blue-90:not(:disabled):not(.disabled):active:focus, .btn-blue-90:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-90.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 184, 207, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(47, 184, 207, 0.5);
}

.btn-blue-110 {
  color: #fff;
  background-color: #0d97af;
  border-color: #0d97af;
  color: #fff;
}
.btn-blue-110:hover {
  color: #1a1a1a;
  background-color: #e7f5f7;
  border-color: #e7f5f7;
}
.btn-blue-110:focus, .btn-blue-110.focus {
  color: #1a1a1a;
  background-color: #e7f5f7;
  border-color: #e7f5f7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 167, 187, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 167, 187, 0.5);
}
.btn-blue-110.disabled, .btn-blue-110:disabled {
  color: #fff;
  background-color: #0d97af;
  border-color: #0d97af;
}
.btn-blue-110:not(:disabled):not(.disabled):active, .btn-blue-110:not(:disabled):not(.disabled).active, .show > .btn-blue-110.dropdown-toggle {
  color: #fff;
  background-color: #0c889e;
  border-color: #a5ecf8;
}
.btn-blue-110:not(:disabled):not(.disabled):active:focus, .btn-blue-110:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-110.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 167, 187, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 167, 187, 0.5);
}

.btn-blue-120 {
  color: #fff;
  background-color: #0a6e7f;
  border-color: #0a6e7f;
  color: #fff;
}
.btn-blue-120:hover {
  color: #1a1a1a;
  background-color: #e7f1f2;
  border-color: #e7f1f2;
}
.btn-blue-120:focus, .btn-blue-120.focus {
  color: #1a1a1a;
  background-color: #e7f1f2;
  border-color: #e7f1f2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 132, 146, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(47, 132, 146, 0.5);
}
.btn-blue-120.disabled, .btn-blue-120:disabled {
  color: #fff;
  background-color: #0a6e7f;
  border-color: #0a6e7f;
}
.btn-blue-120:not(:disabled):not(.disabled):active, .btn-blue-120:not(:disabled):not(.disabled).active, .show > .btn-blue-120.dropdown-toggle {
  color: #fff;
  background-color: #096372;
  border-color: #97e9f7;
}
.btn-blue-120:not(:disabled):not(.disabled):active:focus, .btn-blue-120:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-120.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 132, 146, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(47, 132, 146, 0.5);
}

.btn-cream {
  color: #1a1a1a;
  background-color: #F9F5EA;
  border-color: #F9F5EA;
  color: #fff;
}
.btn-cream:hover {
  color: #1a1a1a;
  background-color: #fefefd;
  border-color: #fefefd;
}
.btn-cream:focus, .btn-cream.focus {
  color: #1a1a1a;
  background-color: #fefefd;
  border-color: #fefefd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 212, 203, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 212, 203, 0.5);
}
.btn-cream.disabled, .btn-cream:disabled {
  color: #1a1a1a;
  background-color: #F9F5EA;
  border-color: #F9F5EA;
}
.btn-cream:not(:disabled):not(.disabled):active, .btn-cream:not(:disabled):not(.disabled).active, .show > .btn-cream.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e0ddd3;
  border-color: #fdfcf9;
}
.btn-cream:not(:disabled):not(.disabled):active:focus, .btn-cream:not(:disabled):not(.disabled).active:focus, .show > .btn-cream.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 212, 203, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 212, 203, 0.5);
}

.btn-green-70 {
  color: #1a1a1a;
  background-color: #D0E6B8;
  border-color: #D0E6B8;
  color: #fff;
}
.btn-green-70:hover {
  color: #1a1a1a;
  background-color: #fafdf8;
  border-color: #fafdf8;
}
.btn-green-70:focus, .btn-green-70.focus {
  color: #1a1a1a;
  background-color: #fafdf8;
  border-color: #fafdf8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 199, 160, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(181, 199, 160, 0.5);
}
.btn-green-70.disabled, .btn-green-70:disabled {
  color: #1a1a1a;
  background-color: #D0E6B8;
  border-color: #D0E6B8;
}
.btn-green-70:not(:disabled):not(.disabled):active, .btn-green-70:not(:disabled):not(.disabled).active, .show > .btn-green-70.dropdown-toggle {
  color: #1a1a1a;
  background-color: #bbcfa6;
  border-color: #f1f8ea;
}
.btn-green-70:not(:disabled):not(.disabled):active:focus, .btn-green-70:not(:disabled):not(.disabled).active:focus, .show > .btn-green-70.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 199, 160, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(181, 199, 160, 0.5);
}

.btn-purple-10 {
  color: #1a1a1a;
  background-color: #ece0f5;
  border-color: #ece0f5;
  color: #fff;
}
.btn-purple-10:hover {
  color: #1a1a1a;
  background-color: #fdfcfe;
  border-color: #fdfcfe;
}
.btn-purple-10:focus, .btn-purple-10.focus {
  color: #1a1a1a;
  background-color: #fdfcfe;
  border-color: #fdfcfe;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 194, 212, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(205, 194, 212, 0.5);
}
.btn-purple-10.disabled, .btn-purple-10:disabled {
  color: #1a1a1a;
  background-color: #ece0f5;
  border-color: #ece0f5;
}
.btn-purple-10:not(:disabled):not(.disabled):active, .btn-purple-10:not(:disabled):not(.disabled).active, .show > .btn-purple-10.dropdown-toggle {
  color: #1a1a1a;
  background-color: #d4cadd;
  border-color: #f9f6fc;
}
.btn-purple-10:not(:disabled):not(.disabled):active:focus, .btn-purple-10:not(:disabled):not(.disabled).active:focus, .show > .btn-purple-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 194, 212, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(205, 194, 212, 0.5);
}

.btn-white {
  color: #2f2f2f;
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:focus, .btn-white.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: white;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-light {
  color: #2f2f2f;
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
.btn-light:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0);
}
.btn-light:focus, .btn-light.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #f8f8f8;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}

.btn-outline-white {
  color: #fff;
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-light {
  color: #e8e9e9;
  color: #e8e9e9;
  border-color: #e8e9e9;
}
.btn-outline-light:hover {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e8e9e9;
  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: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
}

.btn-non-btn-light {
  background: transparent !important;
  border: transparent !important;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.btn-non-btn-light:focus, .btn-non-btn-light:active {
  border: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-non-btn-light:hover {
  color: rgba(255, 255, 255, 0.6);
}
.btn-non-btn-light.btn-no-text {
  color: transparent !important;
}
.btn-non-btn-light.btn-no-text:after, .btn-non-btn-light.btn-no-text:before {
  color: #fff !important;
}

.btn-non-btn-dark {
  background: transparent !important;
  border: transparent !important;
  color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
}
.btn-non-btn-dark:focus, .btn-non-btn-dark:active {
  border: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-non-btn-dark:hover {
  color: rgba(26, 26, 26, 0.6);
}
.btn-non-btn-dark.btn-no-text {
  color: transparent !important;
}
.btn-non-btn-dark.btn-no-text:after, .btn-non-btn-dark.btn-no-text:before {
  color: #1a1a1a !important;
}

.btn-non-btn-blue {
  background: transparent !important;
  border: transparent !important;
  color: #11c0de;
  padding-left: 0;
  padding-right: 0;
}
.btn-non-btn-blue:focus, .btn-non-btn-blue:active {
  border: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-non-btn-blue:hover {
  color: rgba(17, 192, 222, 0.6);
}
.btn-non-btn-blue.btn-no-text {
  color: transparent !important;
}
.btn-non-btn-blue.btn-no-text:after, .btn-non-btn-blue.btn-no-text:before {
  color: #11c0de !important;
}

.btn-non-btn-purple {
  background: transparent !important;
  border: transparent !important;
  color: #4d236b;
  padding-left: 0;
  padding-right: 0;
}
.btn-non-btn-purple:focus, .btn-non-btn-purple:active {
  border: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-non-btn-purple:hover {
  color: rgba(77, 35, 107, 0.6);
}
.btn-non-btn-purple.btn-no-text {
  color: transparent !important;
}
.btn-non-btn-purple.btn-no-text:after, .btn-non-btn-purple.btn-no-text:before {
  color: #4d236b !important;
}

:root {
  --blue: #11c0de;
  --indigo: #512875;
  --purple: #4d236b;
  --pink: #e83e8c;
  --red: #a94442;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #81bd41;
  --teal: #11c0de;
  --cyan: #11c0de;
  --white: #fff;
  --gray: #808080;
  --gray-dark: #2f2f2f;
  --blue-80: #62def3;
  --blue-90: #33d4ef;
  --blue-110: #0d97af;
  --blue-120: #0a6e7f;
  --cream: #F9F5EA;
  --green-70: #D0E6B8;
  --purple-10: #ece0f5;
  --primary: #11c0de;
  --secondary: #808080;
  --success: #81bd41;
  --info: #4d236b;
  --warning: #ffc107;
  --danger: #a94442;
  --light: #e8e9e9;
  --dark: #1a1a1a;
  --white: #fff;
  --black: #000;
  --gray100: #e8e9e9;
  --gray200: #cccccc;
  --gray300: #bfbfbf;
  --gray400: #9c9c9c;
  --gray500: #808080;
  --gray600: #666666;
  --gray700: #4f4c4d;
  --gray800: #343a40;
  --gray900: #1a1a1a;
  --gray050: #f5f5f5;
  --gray550: #727272;
  --gray950: #2f2f2f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #4d236b;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #cbaae3;
  text-decoration: none;
}
a:focus {
  color: #0a6e7f;
}

/**
 * Utilities & such - maybe break these out into their own?
 */
.img-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg-blue {
  background-color: #11c0de !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0d97af !important;
}

.bg-indigo {
  background-color: #512875 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #371b4f !important;
}

.bg-purple {
  background-color: #4d236b !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #311645 !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #d91a72 !important;
}

.bg-red {
  background-color: #a94442 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #843534 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #dc6502 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important;
}

.bg-green {
  background-color: #81bd41 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #679734 !important;
}

.bg-teal {
  background-color: #11c0de !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #0d97af !important;
}

.bg-cyan {
  background-color: #11c0de !important;
}

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #0d97af !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-gray {
  background-color: #808080 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #676767 !important;
}

.bg-gray-dark {
  background-color: #2f2f2f !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #161616 !important;
}

.bg-blue-80 {
  background-color: #62def3 !important;
}

a.bg-blue-80:hover, a.bg-blue-80:focus,
button.bg-blue-80:hover,
button.bg-blue-80:focus {
  background-color: #33d4ef !important;
}

.bg-blue-90 {
  background-color: #33d4ef !important;
}

a.bg-blue-90:hover, a.bg-blue-90:focus,
button.bg-blue-90:hover,
button.bg-blue-90:focus {
  background-color: #11c0de !important;
}

.bg-blue-110 {
  background-color: #0d97af !important;
}

a.bg-blue-110:hover, a.bg-blue-110:focus,
button.bg-blue-110:hover,
button.bg-blue-110:focus {
  background-color: #0a6e7f !important;
}

.bg-blue-120 {
  background-color: #0a6e7f !important;
}

a.bg-blue-120:hover, a.bg-blue-120:focus,
button.bg-blue-120:hover,
button.bg-blue-120:focus {
  background-color: #064550 !important;
}

.bg-cream {
  background-color: #F9F5EA !important;
}

a.bg-cream:hover, a.bg-cream:focus,
button.bg-cream:hover,
button.bg-cream:focus {
  background-color: #eee2c2 !important;
}

.bg-green-70 {
  background-color: #D0E6B8 !important;
}

a.bg-green-70:hover, a.bg-green-70:focus,
button.bg-green-70:hover,
button.bg-green-70:focus {
  background-color: #b7d992 !important;
}

.bg-purple-10 {
  background-color: #ece0f5 !important;
}

a.bg-purple-10:hover, a.bg-purple-10:focus,
button.bg-purple-10:hover,
button.bg-purple-10:focus {
  background-color: #d5b9e8 !important;
}

.bg-100 {
  background-color: #e8e9e9 !important;
}

a.bg-100:hover, a.bg-100:focus,
button.bg-100:hover,
button.bg-100:focus {
  background-color: #ced0d0 !important;
}

.bg-200 {
  background-color: #cccccc !important;
}

a.bg-200:hover, a.bg-200:focus,
button.bg-200:hover,
button.bg-200:focus {
  background-color: #b3b3b3 !important;
}

.bg-300 {
  background-color: #bfbfbf !important;
}

a.bg-300:hover, a.bg-300:focus,
button.bg-300:hover,
button.bg-300:focus {
  background-color: #a6a6a6 !important;
}

.bg-400 {
  background-color: #9c9c9c !important;
}

a.bg-400:hover, a.bg-400:focus,
button.bg-400:hover,
button.bg-400:focus {
  background-color: #838383 !important;
}

.bg-500 {
  background-color: #808080 !important;
}

a.bg-500:hover, a.bg-500:focus,
button.bg-500:hover,
button.bg-500:focus {
  background-color: #676767 !important;
}

.bg-600 {
  background-color: #666666 !important;
}

a.bg-600:hover, a.bg-600:focus,
button.bg-600:hover,
button.bg-600:focus {
  background-color: #4d4d4d !important;
}

.bg-700 {
  background-color: #4f4c4d !important;
}

a.bg-700:hover, a.bg-700:focus,
button.bg-700:hover,
button.bg-700:focus {
  background-color: #353334 !important;
}

.bg-800 {
  background-color: #343a40 !important;
}

a.bg-800:hover, a.bg-800:focus,
button.bg-800:hover,
button.bg-800:focus {
  background-color: #1d2124 !important;
}

.bg-900 {
  background-color: #1a1a1a !important;
}

a.bg-900:hover, a.bg-900:focus,
button.bg-900:hover,
button.bg-900:focus {
  background-color: #010101 !important;
}

.bg-050 {
  background-color: #f5f5f5 !important;
}

a.bg-050:hover, a.bg-050:focus,
button.bg-050:hover,
button.bg-050:focus {
  background-color: gainsboro !important;
}

.bg-550 {
  background-color: #727272 !important;
}

a.bg-550:hover, a.bg-550:focus,
button.bg-550:hover,
button.bg-550:focus {
  background-color: #595959 !important;
}

.bg-950 {
  background-color: #2f2f2f !important;
}

a.bg-950:hover, a.bg-950:focus,
button.bg-950:hover,
button.bg-950:focus {
  background-color: #161616 !important;
}

.sitecore-bg-img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  max-width: 250px;
}

form#scPageExtendersForm ~ header#header {
  display: none;
}

/* Proxima Nova Thin */
/* Unused
@font-face {
    font-family: "Proxima Nova";
    src: url("/Fonts/proximanova_thin/ProximaNova-Thin-webfont.eot");
    src: url("/Fonts/proximanova_thin/ProximaNova-Thin-webfont.eot?#iefix") format("embedded-opentype"),
         url("/Fonts/proximanova_thin/ProximaNova-Thin-webfont.woff") format("woff"),
         url("/Fonts/proximanova_thin/ProximaNova-Thin-webfont.ttf") format("truetype"),  
         url("/Fonts/proximanova_thin/ProximaNova-Thin-webfont.svg#proxima_nova_ltlight") format("svg");

    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: url("/Fonts/proximanova_thin_italic/ProximaNova-ThinIt-webfont.eot");
    src: url("/Fonts/proximanova_thin_italic/ProximaNova-ThinIt-webfont.eot?#iefix") format("embedded-opentype"),
         url("/Fonts/proximanova_thin_italic/ProximaNova-ThinIt-webfont.woff") format("woff"),
         url("/Fonts/proximanova_thin_italic/ProximaNova-ThinIt-webfont.ttf") format("truetype"),  
         url("/Fonts/proximanova_thin_italic/ProximaNova-ThinIt-webfont.svg#proxima_novalight_italic") format("svg");

    font-weight: 100;
    font-style: italic;
}
*/
/* Proxima Nova Light */
/* Mostly Used in Headlines */
@font-face {
  font-family: "Proxima Nova";
  src: url("/Fonts/proximanova_light/ProximaNova-Light-webfont.eot");
  src: url("/Fonts/proximanova_light/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/proximanova_light/ProximaNova-Light-webfont.woff") format("woff"), url("/Fonts/proximanova_light/ProximaNova-Light-webfont.ttf") format("truetype"), url("/Fonts/proximanova_light/ProximaNova-Light-webfont.svg#proxima_nova_ltlight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/Fonts/proximanova_light_italic/ProximaNova-LightIt-webfont.eot");
  src: url("/Fonts/proximanova_light_italic/ProximaNova-LightIt-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/proximanova_light_italic/ProximaNova-LightIt-webfont.woff") format("woff"), url("/Fonts/proximanova_light_italic/ProximaNova-LightIt-webfont.ttf") format("truetype"), url("/Fonts/proximanova_light_italic/ProximaNova-LightIt-webfont.svg#proxima_novalight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}
/* Proxima Nova Regular */
/* Used for body text */
@font-face {
  font-family: "Proxima Nova";
  src: url("/Fonts/proximanova_regular/ProximaNova-Reg-webfont.eot");
  src: url("/Fonts/proximanova_regular/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/proximanova_regular/ProximaNova-Reg-webfont.woff") format("woff"), url("/Fonts/proximanova_regular/ProximaNova-Reg-webfont.ttf") format("truetype"), url("/Fonts/proximanova_regular/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/Fonts/proximanova_regular_italic/proximanova-regitalic-webfont.eot");
  src: url("/Fonts/proximanova_regular_italic/proximanova-regitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/proximanova_regular_italic/proximanova-regitalic-webfont.woff") format("woff"), url("/Fonts/proximanova_regular_italic/proximanova-regitalic-webfont.ttf") format("truetype"), url("/Fonts/proximanova_regular_italic/proximanova-regitalic-webfont.svg#proxima_novaregular_italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
/* Proxima Nova Semi Bold */
@font-face {
  font-family: "Proxima Nova";
  src: url("/Fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot");
  src: url("/Fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/proximanova_semibold/ProximaNova-Sbold-webfont.woff") format("woff"), url("/Fonts/proximanova_semibold/ProximaNova-Sbold-webfont.ttf") format("truetype"), url("/Fonts/proximanova_semibold/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/Fonts/proximanova_semibold_italic/ProximaNova-SboldIt-webfont.eot");
  src: url("/Fonts/proximanova_semibold_italic/ProximaNova-SboldIt-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/proximanova_semibold_italic/ProximaNova-SboldIt-webfont.woff") format("woff"), url("/Fonts/proximanova_semibold_italic/ProximaNova-SboldIt-webfont.ttf") format("truetype"), url("/Fonts/proximanova_semibold_italic/ProximaNova-SboldIt-webfont.svg#proxima_novasemibold_italic") format("svg");
  font-weight: 600;
  font-style: italic;
}
/* Proxima Nova Bold */
@font-face {
  font-family: "Proxima Nova";
  src: url("/Fonts/proximanova_bold/ProximaNova-Bold-webfont.eot");
  src: url("/Fonts/proximanova_bold/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/proximanova_bold/ProximaNova-Bold-webfont.woff") format("woff"), url("/Fonts/proximanova_bold/ProximaNova-Bold-webfont.ttf") format("truetype"), url("/Fonts/proximanova_bold/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/Fonts/proximanova_bold_italic/ProximaNova-BoldIt-webfont.eot");
  src: url("/Fonts/proximanova_bold_italic/ProximaNova-BoldIt-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/proximanova_bold_italic/ProximaNova-BoldIt-webfont.woff") format("woff"), url("/Fonts/proximanova_bold_italic/ProximaNova-BoldIt-webfont.ttf") format("truetype"), url("/Fonts/proximanova_bold_italic/ProximaNova-BoldIt-webfont.svg#proxima_novabold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}
/* Proxima Nova Extra Bold */
/* Unused
@font-face {
    font-family: "Proxima Nova";
    src: url("/Fonts/proximanova_extrabold/ProximaNova-Xbold-webfont.eot");
    src: url("/Fonts/proximanova_extrabold/ProximaNova-Xbold-webfont.eot?#iefix") format("embedded-opentype"),
         url("/Fonts/proximanova_extrabold/ProximaNova-Xbold-webfont.woff") format("woff"),
         url("/Fonts/proximanova_extrabold/ProximaNova-Xbold-webfont.ttf") format("truetype"),
         url("/Fonts/proximanova_extrabold/ProximaNova-Xbold-webfont.svg#proxima_nova_thextrabold") format("svg");

    font-weight: 800;
    font-style: normal;
}
*/
@font-face {
  font-family: "Smart Icons";
  src: url("/Fonts/icomoon/icomoon.eot");
  src: url("/Fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("/Fonts/icomoon/icomoon.ttf?o2tzfn") format("truetype"), url("/Fonts/icomoon/icomoon.woff?o2tzfn") format("woff"), url("/Fonts/icomoon/icomoon.svg?o2tzfn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* For each key in the map, create an icon class */
.icomoon-icon-amazon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-amazon:before {
  content: "\f270";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-amazon.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-amazon.icomoon-icon-after:after {
  content: "\f270";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-android {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-android:before {
  content: "\f17b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-android.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-android.icomoon-icon-after:after {
  content: "\f17b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-angle-down {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-angle-down:before {
  content: "\f10a";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-angle-down.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-angle-down.icomoon-icon-after:after {
  content: "\f10a";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-angle-left, .datepicker .glyphicon-chevron-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-angle-left:before, .datepicker .glyphicon-chevron-left:before {
  content: "\f104";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-angle-left.icomoon-icon-after:before, .datepicker .icomoon-icon-after.glyphicon-chevron-left:before {
  display: none;
}
.icomoon-icon-angle-left.icomoon-icon-after:after, .datepicker .icomoon-icon-after.glyphicon-chevron-left:after {
  content: "\f104";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-angle-right, .datepicker .glyphicon-chevron-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-angle-right:before, .datepicker .glyphicon-chevron-right:before {
  content: "\f108";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-angle-right.icomoon-icon-after:before, .datepicker .icomoon-icon-after.glyphicon-chevron-right:before {
  display: none;
}
.icomoon-icon-angle-right.icomoon-icon-after:after, .datepicker .icomoon-icon-after.glyphicon-chevron-right:after {
  content: "\f108";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-angle-up {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-angle-up:before {
  content: "\f109";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-angle-up.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-angle-up.icomoon-icon-after:after {
  content: "\f109";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-apple {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-apple:before {
  content: "\f179";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-apple.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-apple.icomoon-icon-after:after {
  content: "\f179";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-arrow-circle-down {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-arrow-circle-down:before {
  content: "\f0ab";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-arrow-circle-down.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-arrow-circle-down.icomoon-icon-after:after {
  content: "\f0ab";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-arrow-circle-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-arrow-circle-left:before {
  content: "\f0a8";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-arrow-circle-left.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-arrow-circle-left.icomoon-icon-after:after {
  content: "\f0a8";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-arrow-circle-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-arrow-circle-right:before {
  content: "\f0a9";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-arrow-circle-right.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-arrow-circle-right.icomoon-icon-after:after {
  content: "\f0a9";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-arrow-circle-up {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-arrow-circle-up:before {
  content: "\f0aa";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-arrow-circle-up.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-arrow-circle-up.icomoon-icon-after:after {
  content: "\f0aa";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-arrow-down {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-arrow-down:before {
  content: "\e606";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-arrow-down.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-arrow-down.icomoon-icon-after:after {
  content: "\e606";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-arrow-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-arrow-left:before {
  content: "\e605";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-arrow-left.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-arrow-left.icomoon-icon-after:after {
  content: "\e605";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-arrow-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-arrow-right:before {
  content: "\e604";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-arrow-right.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-arrow-right.icomoon-icon-after:after {
  content: "\e604";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-arrow-up {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-arrow-up:before {
  content: "\e607";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-arrow-up.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-arrow-up.icomoon-icon-after:after {
  content: "\e607";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-bell {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-bell:before {
  content: "\f0f3";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-bell.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-bell.icomoon-icon-after:after {
  content: "\f0f3";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-book {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-book:before {
  content: "\f02e";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-book.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-book.icomoon-icon-after:after {
  content: "\f02e";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-brand:before {
  content: "\e900";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-brand.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-brand.icomoon-icon-after:after {
  content: "\e900";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-calendar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-calendar:before {
  content: "\f074";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-calendar.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-calendar.icomoon-icon-after:after {
  content: "\f074";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-camera {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-camera:before {
  content: "\f032";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-camera.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-camera.icomoon-icon-after:after {
  content: "\f032";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-caret-down {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-caret-down:before {
  content: "\f0d8";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-caret-down.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-caret-down.icomoon-icon-after:after {
  content: "\f0d8";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-caret-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-caret-left:before {
  content: "\f0db";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-caret-left.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-caret-left.icomoon-icon-after:after {
  content: "\f0db";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-caret-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-caret-right:before {
  content: "\f0dc";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-caret-right.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-caret-right.icomoon-icon-after:after {
  content: "\f0dc";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-caret-up {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-caret-up:before {
  content: "\f0d9";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-caret-up.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-caret-up.icomoon-icon-after:after {
  content: "\f0d9";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cart-arrow-down {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cart-arrow-down:before {
  content: "\f219";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cart-arrow-down.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cart-arrow-down.icomoon-icon-after:after {
  content: "\f219";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cart-plus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cart-plus:before {
  content: "\f217";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cart-plus.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cart-plus.icomoon-icon-after:after {
  content: "\f217";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cc:before {
  content: "\f20a";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cc.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cc.icomoon-icon-after:after {
  content: "\f20a";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cc-amex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cc-amex:before {
  content: "\f1f6";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cc-amex.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cc-amex.icomoon-icon-after:after {
  content: "\f1f6";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cc-diners-club {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cc-diners-club:before {
  content: "\f24e";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cc-diners-club.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cc-diners-club.icomoon-icon-after:after {
  content: "\f24e";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cc-discover {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cc-discover:before {
  content: "\f1f5";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cc-discover.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cc-discover.icomoon-icon-after:after {
  content: "\f1f5";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cc-jcb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cc-jcb:before {
  content: "\f24d";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cc-jcb.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cc-jcb.icomoon-icon-after:after {
  content: "\f24d";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cc-mastercard {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cc-mastercard:before {
  content: "\f1f3";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cc-mastercard.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cc-mastercard.icomoon-icon-after:after {
  content: "\f1f3";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cc-paypal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cc-paypal:before {
  content: "\f1f7";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cc-paypal.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cc-paypal.icomoon-icon-after:after {
  content: "\f1f7";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cc-visa {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cc-visa:before {
  content: "\f1f2";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cc-visa.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cc-visa.icomoon-icon-after:after {
  content: "\f1f2";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-certificate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-certificate:before {
  content: "\f0a4";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-certificate.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-certificate.icomoon-icon-after:after {
  content: "\f0a4";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-chain {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-chain:before {
  content: "\f0c2";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-chain.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-chain.icomoon-icon-after:after {
  content: "\f0c2";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-chain-broken {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-chain-broken:before {
  content: "\f127";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-chain-broken.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-chain-broken.icomoon-icon-after:after {
  content: "\f127";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-check:before {
  content: "\f00f";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-check.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-check.icomoon-icon-after:after {
  content: "\f00f";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-check-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-check-circle:before {
  content: "\f05f";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-check-circle.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-check-circle.icomoon-icon-after:after {
  content: "\f05f";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-chevron-circle-down {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-chevron-circle-down:before {
  content: "\f13a";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-chevron-circle-down.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-chevron-circle-down.icomoon-icon-after:after {
  content: "\f13a";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-chevron-circle-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-chevron-circle-left:before {
  content: "\f137";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-chevron-circle-left.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-chevron-circle-left.icomoon-icon-after:after {
  content: "\f137";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-chevron-circle-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-chevron-circle-right:before {
  content: "\f138";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-chevron-circle-right.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-chevron-circle-right.icomoon-icon-after:after {
  content: "\f138";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-chevron-circle-up {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-chevron-circle-up:before {
  content: "\f139";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-chevron-circle-up.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-chevron-circle-up.icomoon-icon-after:after {
  content: "\f139";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-chrome {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-chrome:before {
  content: "\f268";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-chrome.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-chrome.icomoon-icon-after:after {
  content: "\f268";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-clock-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-clock-o:before {
  content: "\f01d";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-clock-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-clock-o.icomoon-icon-after:after {
  content: "\f01d";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-close:before {
  content: "\f010";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-close.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-close.icomoon-icon-after:after {
  content: "\f010";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cloud-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cloud-download:before {
  content: "\f0ed";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cloud-download.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cloud-download.icomoon-icon-after:after {
  content: "\f0ed";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cloud-upload {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cloud-upload:before {
  content: "\f0ee";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cloud-upload.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cloud-upload.icomoon-icon-after:after {
  content: "\f0ee";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-cog {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-cog:before {
  content: "\f018";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-cog.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-cog.icomoon-icon-after:after {
  content: "\f018";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-coin-dollar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-coin-dollar:before {
  content: "\e904";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-coin-dollar.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-coin-dollar.icomoon-icon-after:after {
  content: "\e904";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-comments-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-comments-o:before {
  content: "\f0e7";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-comments-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-comments-o.icomoon-icon-after:after {
  content: "\f0e7";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-creative-commons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-creative-commons:before {
  content: "\f25e";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-creative-commons.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-creative-commons.icomoon-icon-after:after {
  content: "\f25e";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-credit-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-credit-card:before {
  content: "\f09e";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-credit-card.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-credit-card.icomoon-icon-after:after {
  content: "\f09e";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-desktop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-desktop:before {
  content: "\f10b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-desktop.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-desktop.icomoon-icon-after:after {
  content: "\f10b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-download:before {
  content: "\f01e";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-download.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-download.icomoon-icon-after:after {
  content: "\f01e";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-dropbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-dropbox:before {
  content: "\f16b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-dropbox.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-dropbox.icomoon-icon-after:after {
  content: "\f16b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-earth {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-earth:before {
  content: "\e9ca";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-earth.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-earth.icomoon-icon-after:after {
  content: "\e9ca";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-edit:before {
  content: "\f044";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-edit.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-edit.icomoon-icon-after:after {
  content: "\f044";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-ellipsis-h {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-ellipsis-h:before {
  content: "\f141";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-ellipsis-h.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-ellipsis-h.icomoon-icon-after:after {
  content: "\f141";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-envelope-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-envelope-o:before {
  content: "\f008";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-envelope-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-envelope-o.icomoon-icon-after:after {
  content: "\f008";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-exclamation-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-exclamation-circle:before {
  content: "\f06a";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-exclamation-circle.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-exclamation-circle.icomoon-icon-after:after {
  content: "\f06a";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-exclamation-triangle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-exclamation-triangle:before {
  content: "\f072";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-exclamation-triangle.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-exclamation-triangle.icomoon-icon-after:after {
  content: "\f072";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-external-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-external-link:before {
  content: "\e906";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-external-link.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-external-link.icomoon-icon-after:after {
  content: "\e906";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-external-link-b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-external-link-b:before {
  content: "\f08f";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-external-link-b.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-external-link-b.icomoon-icon-after:after {
  content: "\f08f";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-eye {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-eye:before {
  content: "\f06e";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-eye.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-eye.icomoon-icon-after:after {
  content: "\f06e";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-eye-slash {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-eye-slash:before {
  content: "\f070";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-eye-slash.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-eye-slash.icomoon-icon-after:after {
  content: "\f070";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-facebook-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-facebook-square:before {
  content: "\f085";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-facebook-square.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-facebook-square.icomoon-icon-after:after {
  content: "\f085";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-file:before {
  content: "\e901";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-file.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-file.icomoon-icon-after:after {
  content: "\e901";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-file-archive-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-file-archive-o:before {
  content: "\f1ca";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-file-archive-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-file-archive-o.icomoon-icon-after:after {
  content: "\f1ca";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-file-empty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-file-empty:before {
  content: "\e905";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-file-empty.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-file-empty.icomoon-icon-after:after {
  content: "\e905";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-file-excel-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-file-excel-o:before {
  content: "\f1c8";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-file-excel-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-file-excel-o.icomoon-icon-after:after {
  content: "\f1c8";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-file-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-file-o:before {
  content: "\f01c";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-file-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-file-o.icomoon-icon-after:after {
  content: "\f01c";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-file-pdf-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-file-pdf-o:before {
  content: "\f1c5";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-file-pdf-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-file-pdf-o.icomoon-icon-after:after {
  content: "\f1c5";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-file-picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-file-picture:before {
  content: "\e907";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-file-picture.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-file-picture.icomoon-icon-after:after {
  content: "\e907";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-file-powerpoint-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-file-powerpoint-o:before {
  content: "\f1c9";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-file-powerpoint-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-file-powerpoint-o.icomoon-icon-after:after {
  content: "\f1c9";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-file-text-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-file-text-o:before {
  content: "\f0f6";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-file-text-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-file-text-o.icomoon-icon-after:after {
  content: "\f0f6";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-file-word-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-file-word-o:before {
  content: "\f1c7";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-file-word-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-file-word-o.icomoon-icon-after:after {
  content: "\f1c7";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-filter:before {
  content: "\e90b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-filter.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-filter.icomoon-icon-after:after {
  content: "\e90b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-filter-b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-filter-b:before {
  content: "\e90c";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-filter-b.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-filter-b.icomoon-icon-after:after {
  content: "\e90c";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-firefox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-firefox:before {
  content: "\f269";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-firefox.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-firefox.icomoon-icon-after:after {
  content: "\f269";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-folder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-folder:before {
  content: "\e92f";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-folder.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-folder.icomoon-icon-after:after {
  content: "\e92f";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-folder-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-folder-download:before {
  content: "\e933";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-folder-download.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-folder-download.icomoon-icon-after:after {
  content: "\e933";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-folder-minus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-folder-minus:before {
  content: "\e932";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-folder-minus.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-folder-minus.icomoon-icon-after:after {
  content: "\e932";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-folder-open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-folder-open:before {
  content: "\e930";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-folder-open.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-folder-open.icomoon-icon-after:after {
  content: "\e930";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-folder-plus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-folder-plus:before {
  content: "\e931";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-folder-plus.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-folder-plus.icomoon-icon-after:after {
  content: "\e931";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-folder-upload {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-folder-upload:before {
  content: "\e934";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-folder-upload.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-folder-upload.icomoon-icon-after:after {
  content: "\e934";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-frown-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-frown-o:before {
  content: "\f11c";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-frown-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-frown-o.icomoon-icon-after:after {
  content: "\f11c";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-globe {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-globe:before {
  content: "\f0ac";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-globe.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-globe.icomoon-icon-after:after {
  content: "\f0ac";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-globe-b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-globe-b:before {
  content: "\f0ad";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-globe-b.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-globe-b.icomoon-icon-after:after {
  content: "\f0ad";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-google-plus-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-google-plus-square:before {
  content: "\f0d6";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-google-plus-square.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-google-plus-square.icomoon-icon-after:after {
  content: "\f0d6";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-hdd-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-hdd-o:before {
  content: "\f0a0";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-hdd-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-hdd-o.icomoon-icon-after:after {
  content: "\f0a0";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-heart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-heart:before {
  content: "\f009";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-heart.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-heart.icomoon-icon-after:after {
  content: "\f009";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-heart-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-heart-o:before {
  content: "\f08a";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-heart-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-heart-o.icomoon-icon-after:after {
  content: "\f08a";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-home {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-home:before {
  content: "\f01b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-home.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-home.icomoon-icon-after:after {
  content: "\f01b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-image:before {
  content: "\e90d";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-image.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-image.icomoon-icon-after:after {
  content: "\e90d";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-images {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-images:before {
  content: "\e90e";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-images.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-images.icomoon-icon-after:after {
  content: "\e90e";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-info-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-info-circle:before {
  content: "\f061";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-info-circle.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-info-circle.icomoon-icon-after:after {
  content: "\f061";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-instagram {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-instagram:before {
  content: "\e900";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-instagram.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-instagram.icomoon-icon-after:after {
  content: "\e900";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-internet-explorer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-internet-explorer:before {
  content: "\f26b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-internet-explorer.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-internet-explorer.icomoon-icon-after:after {
  content: "\f26b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-key {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-key:before {
  content: "\e90a";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-key.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-key.icomoon-icon-after:after {
  content: "\e90a";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-keyboard-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-keyboard-o:before {
  content: "\f11e";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-keyboard-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-keyboard-o.icomoon-icon-after:after {
  content: "\f11e";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-laptop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-laptop:before {
  content: "\f10c";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-laptop.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-laptop.icomoon-icon-after:after {
  content: "\f10c";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-lightbulb-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-lightbulb-o:before {
  content: "\f0eb";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-lightbulb-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-lightbulb-o.icomoon-icon-after:after {
  content: "\f0eb";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-linkedin-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-linkedin-square:before {
  content: "\f08d";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-linkedin-square.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-linkedin-square.icomoon-icon-after:after {
  content: "\f08d";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-lock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-lock:before {
  content: "\f024";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-lock.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-lock.icomoon-icon-after:after {
  content: "\f024";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-map-marker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-map-marker:before {
  content: "\f043";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-map-marker.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-map-marker.icomoon-icon-after:after {
  content: "\f043";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-meh-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-meh-o:before {
  content: "\f11d";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-meh-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-meh-o.icomoon-icon-after:after {
  content: "\f11d";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-minus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-minus:before {
  content: "\f068";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-minus.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-minus.icomoon-icon-after:after {
  content: "\f068";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-minus-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-minus-circle:before {
  content: "\f05c";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-minus-circle.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-minus-circle.icomoon-icon-after:after {
  content: "\f05c";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-mobile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-mobile:before {
  content: "\f10e";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-mobile.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-mobile.icomoon-icon-after:after {
  content: "\f10e";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-opera {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-opera:before {
  content: "\f26a";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-opera.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-opera.icomoon-icon-after:after {
  content: "\f26a";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-package {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-package:before {
  content: "\e903";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-package.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-package.icomoon-icon-after:after {
  content: "\e903";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-paperclip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-paperclip:before {
  content: "\f0c7";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-paperclip.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-paperclip.icomoon-icon-after:after {
  content: "\f0c7";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-paypal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-paypal:before {
  content: "\f1ed";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-paypal.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-paypal.icomoon-icon-after:after {
  content: "\f1ed";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-pencil {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-pencil:before {
  content: "\f042";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-pencil.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-pencil.icomoon-icon-after:after {
  content: "\f042";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-phone:before {
  content: "\f096";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-phone.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-phone.icomoon-icon-after:after {
  content: "\f096";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-phone-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-phone-square:before {
  content: "\f099";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-phone-square.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-phone-square.icomoon-icon-after:after {
  content: "\f099";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-pinterest-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-pinterest-square:before {
  content: "\f0d5";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-pinterest-square.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-pinterest-square.icomoon-icon-after:after {
  content: "\f0d5";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-plus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-plus:before {
  content: "\f067";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-plus.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-plus.icomoon-icon-after:after {
  content: "\f067";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-plus-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-plus-circle:before {
  content: "\f05b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-plus-circle.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-plus-circle.icomoon-icon-after:after {
  content: "\f05b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-power-off {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-power-off:before {
  content: "\f017";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-power-off.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-power-off.icomoon-icon-after:after {
  content: "\f017";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-price-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-price-tag:before {
  content: "\e902";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-price-tag.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-price-tag.icomoon-icon-after:after {
  content: "\e902";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-print {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-print:before {
  content: "\f031";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-print.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-print.icomoon-icon-after:after {
  content: "\f031";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-qrcode {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-qrcode:before {
  content: "\e908";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-qrcode.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-qrcode.icomoon-icon-after:after {
  content: "\e908";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-question-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-question-circle:before {
  content: "\f060";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-question-circle.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-question-circle.icomoon-icon-after:after {
  content: "\f060";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-registered {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-registered:before {
  content: "\f25d";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-registered.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-registered.icomoon-icon-after:after {
  content: "\f25d";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-rss-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-rss-square:before {
  content: "\f143";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-rss-square.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-rss-square.icomoon-icon-after:after {
  content: "\f143";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-safari {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-safari:before {
  content: "\f267";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-safari.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-safari.icomoon-icon-after:after {
  content: "\f267";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-search:before {
  content: "\f004";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-search.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-search.icomoon-icon-after:after {
  content: "\f004";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-search-minus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-search-minus:before {
  content: "\f014";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-search-minus.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-search-minus.icomoon-icon-after:after {
  content: "\f014";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-search-plus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-search-plus:before {
  content: "\f012";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-search-plus.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-search-plus.icomoon-icon-after:after {
  content: "\f012";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-share-alt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-share-alt:before {
  content: "\f1e0";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-share-alt.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-share-alt.icomoon-icon-after:after {
  content: "\f1e0";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-share-alt-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-share-alt-square:before {
  content: "\f1e1";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-share-alt-square.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-share-alt-square.icomoon-icon-after:after {
  content: "\f1e1";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-shopping-cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-shopping-cart:before {
  content: "\f07b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-shopping-cart.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-shopping-cart.icomoon-icon-after:after {
  content: "\f07b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-sign-in {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-sign-in:before {
  content: "\f090";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-sign-in.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-sign-in.icomoon-icon-after:after {
  content: "\f090";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-sign-out {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-sign-out:before {
  content: "\f08b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-sign-out.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-sign-out.icomoon-icon-after:after {
  content: "\f08b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-smile-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-smile-o:before {
  content: "\f11b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-smile-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-smile-o.icomoon-icon-after:after {
  content: "\f11b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-social:before {
  content: "\e900";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-social.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-social.icomoon-icon-after:after {
  content: "\e900";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-sphere {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-sphere:before {
  content: "\e9c9";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-sphere.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-sphere.icomoon-icon-after:after {
  content: "\e9c9";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-spinner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-spinner:before {
  content: "\e97a";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-spinner.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-spinner.icomoon-icon-after:after {
  content: "\e97a";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-spinner2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-spinner2:before {
  content: "\e97b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-spinner2.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-spinner2.icomoon-icon-after:after {
  content: "\e97b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-spinner3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-spinner3:before {
  content: "\e97c";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-spinner3.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-spinner3.icomoon-icon-after:after {
  content: "\e97c";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-star:before {
  content: "\f00a";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-star.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-star.icomoon-icon-after:after {
  content: "\f00a";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-starburst {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-starburst:before {
  content: "\e909";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-starburst.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-starburst.icomoon-icon-after:after {
  content: "\e909";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-star-half {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-star-half:before {
  content: "\f089";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-star-half.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-star-half.icomoon-icon-after:after {
  content: "\f089";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-star-half-empty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-star-half-empty:before {
  content: "\f123";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-star-half-empty.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-star-half-empty.icomoon-icon-after:after {
  content: "\f123";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-star-o {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-star-o:before {
  content: "\f00b";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-star-o.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-star-o.icomoon-icon-after:after {
  content: "\f00b";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-tablet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-tablet:before {
  content: "\f10d";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-tablet.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-tablet.icomoon-icon-after:after {
  content: "\f10d";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-times-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-times-circle:before {
  content: "\f05d";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-times-circle.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-times-circle.icomoon-icon-after:after {
  content: "\f05d";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-toggle-off {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-toggle-off:before {
  content: "\f206";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-toggle-off.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-toggle-off.icomoon-icon-after:after {
  content: "\f206";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-toggle-on {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-toggle-on:before {
  content: "\f207";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-toggle-on.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-toggle-on.icomoon-icon-after:after {
  content: "\f207";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-trash {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-trash:before {
  content: "\f1f9";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-trash.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-trash.icomoon-icon-after:after {
  content: "\f1f9";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-twitter-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-twitter-square:before {
  content: "\f083";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-twitter-square.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-twitter-square.icomoon-icon-after:after {
  content: "\f083";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-unlock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-unlock:before {
  content: "\f09c";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-unlock.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-unlock.icomoon-icon-after:after {
  content: "\f09c";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-upload {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-upload:before {
  content: "\f094";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-upload.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-upload.icomoon-icon-after:after {
  content: "\f094";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-user {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-user:before {
  content: "\f00e";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-user.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-user.icomoon-icon-after:after {
  content: "\f00e";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-windows {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-windows:before {
  content: "\f17a";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-windows.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-windows.icomoon-icon-after:after {
  content: "\f17a";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-youtube-play {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icomoon-icon-youtube-play:before {
  content: "\f16c";
  font-family: "Smart Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-icon-youtube-play.icomoon-icon-after:before {
  display: none;
}
.icomoon-icon-youtube-play.icomoon-icon-after:after {
  content: "\f16c";
  font-family: "Smart Icons" !important;
  speak: none;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a > .icomoon-icon, .datepicker a > .glyphicon {
  text-decoration: none;
  display: inline-block;
}

figure > a[class^=icomoon-icon-]:after, figure > a[class^=icomoon-icon-]:before {
  display: none;
  content: "";
}

.icon-padding-left:before, .icon-padding-left:after {
  padding-left: 8px;
}

.icon-padding-right:before, .icon-padding-right:after {
  padding-right: 8px;
}

[class^=icomoon-icon-].icomoon-icon-big:before, [class^=icomoon-icon-].icomoon-icon-big:after, [class*=" icomoon-icon-"].icomoon-icon-big:before, [class*=" icomoon-icon-"].icomoon-icon-big:after {
  font-size: 140%;
  margin-top: -7px;
}
[class^=icomoon-icon-].icomoon-icon-biggest:before, [class^=icomoon-icon-].icomoon-icon-biggest:after, [class*=" icomoon-icon-"].icomoon-icon-biggest:before, [class*=" icomoon-icon-"].icomoon-icon-biggest:after {
  font-size: 190%;
  margin-top: -10px;
}
[class^=icomoon-icon-].spinning, [class*=" icomoon-icon-"].spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 50%;
}
@media (min-width: 576px) {
  html {
    font-size: 58%;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
.text-blue {
  color: #11c0de !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #0c8397 !important;
}

.text-indigo {
  color: #512875 !important;
}

a.text-indigo:hover, a.text-indigo:focus {
  color: #2a153c !important;
}

.text-purple {
  color: #4d236b !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #241031 !important;
}

.text-pink {
  color: #e83e8c !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #c21766 !important;
}

.text-red {
  color: #a94442 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #722e2d !important;
}

.text-orange {
  color: #fd7e14 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #c35a02 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #ba8b00 !important;
}

.text-green {
  color: #81bd41 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #5a842d !important;
}

.text-teal {
  color: #11c0de !important;
}

a.text-teal:hover, a.text-teal:focus {
  color: #0c8397 !important;
}

.text-cyan {
  color: #11c0de !important;
}

a.text-cyan:hover, a.text-cyan:focus {
  color: #0c8397 !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-gray {
  color: #808080 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #5a5a5a !important;
}

.text-gray-dark {
  color: #2f2f2f !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #090909 !important;
}

.text-blue-80 {
  color: #62def3 !important;
}

a.text-blue-80:hover, a.text-blue-80:focus {
  color: #1bcfee !important;
}

.text-blue-90 {
  color: #33d4ef !important;
}

a.text-blue-90:hover, a.text-blue-90:focus {
  color: #0facc6 !important;
}

.text-blue-110 {
  color: #0d97af !important;
}

a.text-blue-110:hover, a.text-blue-110:focus {
  color: #085a68 !important;
}

.text-blue-120 {
  color: #0a6e7f !important;
}

a.text-blue-120:hover, a.text-blue-120:focus {
  color: #043138 !important;
}

.text-cream {
  color: #F9F5EA !important;
}

a.text-cream:hover, a.text-cream:focus {
  color: #e8d9af !important;
}

.text-green-70 {
  color: #D0E6B8 !important;
}

a.text-green-70:hover, a.text-green-70:focus {
  color: #abd27f !important;
}

.text-purple-10 {
  color: #ece0f5 !important;
}

a.text-purple-10:hover, a.text-purple-10:focus {
  color: #c9a6e2 !important;
}

/* Shrink headline size on responsive */
@media (max-width: 1199.98px) {
  .display-3, body > section:first-of-type h1.display-4:first-of-type {
    font-size: 3.2rem;
  }
  .display-4 {
    font-size: 3rem;
  }
  h1, .h1 {
    font-size: 2.6rem;
  }
  h2, .h2 {
    font-size: 2.4rem;
  }
  h3, .h3 {
    font-size: 2.2rem;
  }
  h4, .h4 {
    font-size: 1.76rem;
  }
}
p, li {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  p, li {
    font-size: 1.6rem;
  }
}
li {
  margin-bottom: 5px;
}

.two-column-wrapper section.accordion-component-wrapper h1.display-4, .two-column-wrapper section.accordion-component-wrapper h1.display-4:first-of-type {
  font-size: 2.5rem;
}

/**/
.header-bar {
  padding: 0.5rem 1rem;
}

ul.arrows-list {
  list-style-type: none;
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
}
ul.arrows-list li {
  position: relative;
}
ul.arrows-list li:before {
  font-family: "Smart Icons" !important;
  content: "\e604";
  position: absolute;
  margin-left: -23px;
  font-size: 82.5%;
  top: 4px;
}

ul.check-list {
  list-style-type: none;
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
  margin-bottom: 0;
}
ul.check-list li {
  position: relative;
}
ul.check-list li:before {
  font-family: "Smart Icons" !important;
  content: "\f00f";
  position: absolute;
  margin-left: -23px;
  font-size: 82.5%;
  top: 2px;
}

.underline-blue {
  border-bottom: 1px solid #11c0de;
}

.underline-purple {
  border-bottom: 1px solid #4d236b;
}

.underline-white {
  border-bottom: 1px solid #fff;
}

.overline-blue {
  border-top: 1px solid #11c0de;
}

.overline-purple {
  border-top: 1px solid #4d236b;
}

.overline-white {
  border-top: 1px solid #fff;
}

.tier-badge {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: 4px;
  margin-top: -5px;
}
.tier-badge.tier-badge-platinum {
  background: url("/-/media/19F4BE9E34C94DA2BE021D4530B8AD87.ashx") no-repeat 0 0;
  background-size: cover;
}
.tier-badge.tier-badge-gold {
  background: url("/-/media/58C599DFD28643E99EB681CEF3D9E363.ashx") no-repeat 0 0;
  background-size: cover;
}
.tier-badge.tier-badge-silver {
  background: url("/-/media/914266F423CB4DBCBB56EAC866CE7AA0.ashx") no-repeat 0 0;
  background-size: cover;
}
.tier-badge.tier-badge-elite {
  background: url("/-/media/5796089CA5B541A7A0C46BFD637F94D8.ashx") no-repeat 0 0;
  background-size: cover;
}

/* Fancy Links */
.icon-after-link {
  font-weight: 600;
  margin-right: 30px;
  position: relative;
  text-decoration: none;
}
.icon-after-link em {
  display: block;
  position: absolute;
  right: -20px;
  top: -2px;
}
.icon-after-link em.icomoon-icon-big {
  top: -4px;
}
.icon-after-link em.icomoon-icon-biggest {
  top: -10px;
}
.icon-after-link:hover {
  text-decoration: underline;
}
.icon-after-link:hover em {
  text-decoration: none;
}

/* Bootstrap Carousel overrides */
.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-top: none;
  border-bottom: none;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.6);
  box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.6);
  margin-left: 5px;
  margin-right: 5px;
}

.carousel-control-prev, .carousel-control-next {
  width: 9%;
  font-size: 40px;
  text-decoration: none !important;
  border-bottom: none !important;
}
.carousel-control-prev > span, .carousel-control-next > span {
  text-decoration: none !important;
  border-bottom: none !important;
}

table.table thead th {
  border-width: 1px;
  font-weight: bold;
}
table.table thead td {
  font-weight: bold;
}
table.table.desktop th {
  text-align: left;
}
table.table.mobile tr:nth-child(1) {
  display: none;
}
table.table.mobile th {
  background-color: #e8e9e9;
  font-weight: bold;
  text-align: left;
}
table.table.mobile .st-key {
  padding-left: 20px;
}

.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}

.st-val {
  width: 49%;
  padding-left: 1%;
}

.stacktable.large-only {
  display: none;
}

.stacktable.small-only {
  display: table;
}

@media (min-width: 768px) {
  .stacktable.large-only {
    display: table;
  }
  .stacktable.small-only {
    display: none;
  }
}
.new-table {
  table-layout: fixed;
  text-align: left;
}
.new-table th, .new-table td {
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #cccccc;
  padding: 0.75rem 1.5rem;
}
.new-table td:last-child, .new-table th:last-child() {
  border-right: none;
}

.service-plans-table-wrapper .table thead th, .service-plans-table-wrapper .table thead td, .service-plans-table-wrapper .table tbody th, .service-plans-table-wrapper .table tbody td {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .service-plans-table-wrapper .table thead th, .service-plans-table-wrapper .table thead td, .service-plans-table-wrapper .table tbody th, .service-plans-table-wrapper .table tbody td {
    padding: 20px 40px;
  }
}

table.service-plans-detail-table {
  background-color: #2f2f2f;
}
table.service-plans-detail-table .st-head-row {
  color: #1a1a1a;
}
table.service-plans-detail-table .service-plans-table-icon {
  max-width: 24px;
}
table.service-plans-detail-table thead th, table.service-plans-detail-table thead td, table.service-plans-detail-table tbody th, table.service-plans-detail-table tbody td {
  vertical-align: top;
}
table.service-plans-detail-table tbody td {
  text-align: center;
}

.form-group .btn-outline-black {
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #9c9c9c;
}

.form-valid-feedback, .form-invalid-feedback, .form-has-error {
  padding-top: 5px;
}

.form-valid-feedback, .form-invalid-feedback {
  display: inherit !important;
  font-weight: 700;
  font-size: 1.6rem;
}

.form-valid-feedback {
  color: #4f4c4d;
}

.form-invalid-feedback {
  color: #a94442;
}

.form-has-error {
  padding-left: 5px;
  display: inline;
  font-weight: 500;
  font-size: 1rem;
  font-style: italic;
  color: #a94442;
}

.form-invalid-input {
  border: 1px solid #a94442 !important;
}

.form-check-label {
  margin-left: 1.25rem;
}
@media (max-width: 767.98px) {
  .form-check-label {
    margin-top: 0.6rem;
  }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.footer-header-blue {
  background-color: #88e0e9;
  color: white;
  padding: 5px;
  margin-bottom: 0px;
}

.footer-body-blue {
  background-color: #e7f9fc;
  padding: 5px;
  margin-top: -5px;
}

.footer-header-purple {
  background-color: #542C81;
  color: white;
  padding: 5px;
  margin-bottom: 0px;
}

.footer-body-purple {
  background-color: #F7F6FA;
  text-align: left;
  padding: 5px;
  margin-top: -5px;
}

#announcement .toast {
  -webkit-box-shadow: 2px 5px 10px 2px rgba(128, 125, 125, 0.5);
  box-shadow: 2px 5px 10px 2px rgba(128, 125, 125, 0.5);
  max-width: 100%;
}
@media (min-width: 768px) {
  #announcement .toast {
    z-index: 1000;
    position: absolute;
    top: 25px;
    right: 25px;
    margin-left: 25px;
    max-width: 350px;
  }
}

/* Accordion styles */
.accordion-component-wrapper .accordion-item.card.col-md-6 {
  margin-right: 5px !important;
}
.accordion-component-wrapper .accordion-item .card-header {
  border-bottom: none;
  padding: 0;
  position: relative;
}
.accordion-component-wrapper .accordion-item .card-header h4 {
  padding: 15px 15px 15px 44px;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 400;
}
.accordion-component-wrapper .accordion-item .card-header em.icomoon-icon, .accordion-component-wrapper .accordion-item .card-header .datepicker em.glyphicon, .datepicker .accordion-component-wrapper .accordion-item .card-header em.glyphicon {
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-component-wrapper .accordion-item .card-header h4[aria-expanded=true] em.icomoon-icon-angle-right:before, .accordion-component-wrapper .accordion-item .card-header h4[aria-expanded=true] .datepicker em.glyphicon-chevron-right:before, .datepicker .accordion-component-wrapper .accordion-item .card-header h4[aria-expanded=true] em.glyphicon-chevron-right:before {
  content: "\f10a";
}
.accordion-component-wrapper .accordion-item .card-body {
  font-size: 1.6rem;
  padding: 20px 20px 5px 20px;
}

.two-column-wrapper .accordion-component-wrapper .accordion-item .card-header h4 {
  font-size: 1.8rem;
}

/* Accordion Themes */
.accordion-gray050 {
  border-radius: 0;
}
.accordion-gray050.m-0 {
  border-bottom: none;
  margin-top: -1px;
}
.accordion-gray050.m-0:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-gray050 .card-header {
  background-color: #f5f5f5;
}
.accordion-gray050 .card-header:first-child {
  border-radius: 0;
}
.accordion-gray050 .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
}

.accordion-purple {
  border-radius: 0;
  margin-top: -2px;
}
.accordion-purple .card-header {
  background-color: #4d236b;
  color: #fff;
}
.accordion-purple .card-header:first-child {
  border-radius: 0;
}
.accordion-purple .card-body {
  background-color: #fff;
}

.jumbotron-hero {
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .jumbotron-hero {
    height: 52vw;
    max-height: 80vh;
  }
}

.banner-component-wrapper {
  font-size: 1.8rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner-component-wrapper {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .banner-component-wrapper {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .banner-component-wrapper.py-6 {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
}

.boxes-component-wrapper {
  overflow: hidden;
}
.boxes-component-wrapper article {
  margin-bottom: 3rem;
}
.boxes-component-wrapper article > div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.boxes-component-wrapper .item-figure-contain article > div {
  background-size: contain;
}
.boxes-component-wrapper .small-spacing.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.boxes-component-wrapper .small-spacing article {
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.boxes-component-wrapper .no-gutters article {
  margin-bottom: 0;
}
.boxes-component-wrapper p.cta {
  margin-bottom: 0;
  margin-top: 10px;
}

.breadcrumbs-component-wrapper {
  white-space-collapse: discard;
}
.breadcrumbs-component-wrapper li.list-inline-item {
  margin: 0;
}
.breadcrumbs-component-wrapper a {
  color: #808080;
}
.breadcrumbs-component-wrapper .icomoon-icon-home {
  margin-right: 5px;
}
.breadcrumbs-component-wrapper .icomoon-icon-angle-right, .breadcrumbs-component-wrapper .datepicker .glyphicon-chevron-right, .datepicker .breadcrumbs-component-wrapper .glyphicon-chevron-right {
  margin: 0 5px;
}

.classic-component-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed {
    position: relative;
  }
  .classic-component-wrapper .img-fullbleed:not(.push-height):before {
    content: "";
    position: absolute;
    height: 100%;
    background-size: cover;
  }
  .classic-component-wrapper .img-fullbleed-left-25.push-height {
    width: 25%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-left-25.push-height {
    float: left;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-left-25:not(.push-height):before {
    width: 25%;
  }
  .classic-component-wrapper .img-fullbleed-left-33.push-height {
    width: 33%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-left-33.push-height {
    float: left;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-left-33:not(.push-height):before {
    width: 33%;
  }
  .classic-component-wrapper .img-fullbleed-left-40.push-height {
    width: 40%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-left-40.push-height {
    float: left;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-left-40:not(.push-height):before {
    width: 40%;
  }
  .classic-component-wrapper .img-fullbleed-left-50.push-height {
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-left-50.push-height {
    float: left;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-left-50:not(.push-height):before {
    width: 50%;
  }
  .classic-component-wrapper .img-fullbleed-left-60.push-height {
    width: 60%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-left-60.push-height {
    float: left;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-left-60:not(.push-height):before {
    width: 60%;
  }
  .classic-component-wrapper .img-fullbleed-left-66.push-height {
    width: 66%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-left-66.push-height {
    float: left;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-left-66:not(.push-height):before {
    width: 66%;
  }
  .classic-component-wrapper .img-fullbleed-left-75.push-height {
    width: 75%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-left-75.push-height {
    float: left;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-left-75:not(.push-height):before {
    width: 75%;
  }
  .classic-component-wrapper .img-fullbleed-right-25.push-height {
    width: 25%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-right-25.push-height {
    float: right;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-right-25:not(.push-height):before {
    width: 25%;
    left: 75%;
  }
  .classic-component-wrapper .img-fullbleed-right-33.push-height {
    width: 33%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-right-33.push-height {
    float: right;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-right-33:not(.push-height):before {
    width: 33%;
    left: 67%;
  }
  .classic-component-wrapper .img-fullbleed-right-40.push-height {
    width: 40%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-right-40.push-height {
    float: right;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-right-40:not(.push-height):before {
    width: 40%;
    left: 60%;
  }
  .classic-component-wrapper .img-fullbleed-right-50.push-height {
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-right-50.push-height {
    float: right;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-right-50:not(.push-height):before {
    width: 50%;
    left: 50%;
  }
  .classic-component-wrapper .img-fullbleed-right-60.push-height {
    width: 60%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-right-60.push-height {
    float: right;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-right-60:not(.push-height):before {
    width: 60%;
    left: 40%;
  }
  .classic-component-wrapper .img-fullbleed-right-66.push-height {
    width: 66%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-right-66.push-height {
    float: right;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-right-66:not(.push-height):before {
    width: 66%;
    left: 34%;
  }
  .classic-component-wrapper .img-fullbleed-right-75.push-height {
    width: 75%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .classic-component-wrapper .img-fullbleed-right-75.push-height {
    float: right;
  }
}
@media (min-width: 768px) {
  .classic-component-wrapper .img-fullbleed-right-75:not(.push-height):before {
    width: 75%;
    left: 25%;
  }
}

.columnar-component-wrapper {
  overflow: hidden;
}
.columnar-component-wrapper figure {
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  text-align: center;
}
.columnar-component-wrapper figure a {
  margin: 0 auto;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* stops safari from doing weird stretching */
}
.columnar-component-wrapper figure > img, .columnar-component-wrapper figure > a > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.columnar-component-wrapper article {
  margin: 0;
}
.columnar-component-wrapper article[class*=triangle-] figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 130px 0 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  opacity: 0.9;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.columnar-component-wrapper h2 {
  font-size: 2.3rem;
}
.columnar-component-wrapper .item-no-image figure {
  display: none;
}
.columnar-component-wrapper .item-small-image figure {
  width: auto;
}
.columnar-component-wrapper p.cta {
  margin-bottom: 0;
  margin-top: 10px;
}
.columnar-component-wrapper .content {
  overflow: hidden;
}
.columnar-component-wrapper .triangle-span {
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 50px;
  line-height: 1;
}
.columnar-component-wrapper .triangle-blue figure:before {
  border-top-color: #11c0de;
}
.columnar-component-wrapper .triangle-indigo figure:before {
  border-top-color: #512875;
}
.columnar-component-wrapper .triangle-purple figure:before {
  border-top-color: #4d236b;
}
.columnar-component-wrapper .triangle-pink figure:before {
  border-top-color: #e83e8c;
}
.columnar-component-wrapper .triangle-red figure:before {
  border-top-color: #a94442;
}
.columnar-component-wrapper .triangle-orange figure:before {
  border-top-color: #fd7e14;
}
.columnar-component-wrapper .triangle-yellow figure:before {
  border-top-color: #ffc107;
}
.columnar-component-wrapper .triangle-green figure:before {
  border-top-color: #81bd41;
}
.columnar-component-wrapper .triangle-teal figure:before {
  border-top-color: #11c0de;
}
.columnar-component-wrapper .triangle-cyan figure:before {
  border-top-color: #11c0de;
}
.columnar-component-wrapper .triangle-white figure:before {
  border-top-color: #fff;
}
.columnar-component-wrapper .triangle-gray figure:before {
  border-top-color: #808080;
}
.columnar-component-wrapper .triangle-gray-dark figure:before {
  border-top-color: #2f2f2f;
}
.columnar-component-wrapper .triangle-blue-80 figure:before {
  border-top-color: #62def3;
}
.columnar-component-wrapper .triangle-blue-90 figure:before {
  border-top-color: #33d4ef;
}
.columnar-component-wrapper .triangle-blue-110 figure:before {
  border-top-color: #0d97af;
}
.columnar-component-wrapper .triangle-blue-120 figure:before {
  border-top-color: #0a6e7f;
}
.columnar-component-wrapper .triangle-cream figure:before {
  border-top-color: #F9F5EA;
}
.columnar-component-wrapper .triangle-green-70 figure:before {
  border-top-color: #D0E6B8;
}
.columnar-component-wrapper .triangle-purple-10 figure:before {
  border-top-color: #ece0f5;
}

.bootstrap-datetimepicker-widget {
  padding: 5px;
  border-radius: 0.5rem;
}

.datepicker {
  border-radius: 0.5rem;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #808080;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #e8e9e9;
  cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #808080;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
  border-radius: 0;
}
.datepicker table tr td.highlighted:hover {
  color: #fff;
  background-color: #381a4e;
  border-color: #311645;
}
.datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus {
  color: #fff;
  background-color: #381a4e;
  border-color: #311645;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted:disabled {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
}
.datepicker table tr td.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.highlighted.dropdown-toggle {
  color: #fff;
  background-color: #311645;
  border-color: #2a133b;
}
.datepicker table tr td.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.highlighted.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
.datepicker table tr td.highlighted.focused {
  background: #311645;
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  opacity: 0.65;
}
.datepicker table tr td.today {
  color: #1a1a1a;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.datepicker table tr td.today:hover {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
}
.datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today:disabled {
  color: #1a1a1a;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.datepicker table tr td.today:not(:disabled):not(.disabled):active, .datepicker table tr td.today:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.today.dropdown-toggle {
  color: #fff;
  background-color: #dc6502;
  border-color: #cf5f02;
}
.datepicker table tr td.today:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.today:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.today.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
}
.datepicker table tr td.today.focused {
  background: #feb679;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #773701;
  color: #808080;
}
.datepicker table tr td.range {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
  border-radius: 0;
}
.datepicker table tr td.range:hover {
  color: #1a1a1a;
  background-color: #d4d6d6;
  border-color: #ced0d0;
}
.datepicker table tr td.range:focus, .datepicker table tr td.range.focus {
  color: #1a1a1a;
  background-color: #d4d6d6;
  border-color: #ced0d0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range:disabled {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
.datepicker table tr td.range:not(:disabled):not(.disabled):active, .datepicker table tr td.range:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.range.dropdown-toggle {
  color: #1a1a1a;
  background-color: #ced0d0;
  border-color: #c7caca;
}
.datepicker table tr td.range:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.range.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}
.datepicker table tr td.range.focused {
  background: #ced0d0;
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  opacity: 0.65;
}
.datepicker table tr td.range.highlighted {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
  border-radius: 0;
}
.datepicker table tr td.range.highlighted:hover {
  color: #fff;
  background-color: #381a4e;
  border-color: #311645;
}
.datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus {
  color: #fff;
  background-color: #381a4e;
  border-color: #311645;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted:disabled {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
}
.datepicker table tr td.range.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.range.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.range.highlighted.dropdown-toggle {
  color: #fff;
  background-color: #311645;
  border-color: #2a133b;
}
.datepicker table tr td.range.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.range.highlighted.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  opacity: 0.65;
}
.datepicker table tr td.range.today {
  color: #1a1a1a;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.datepicker table tr td.range.today:hover {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
}
.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:disabled {
  color: #1a1a1a;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.datepicker table tr td.range.today:not(:disabled):not(.disabled):active, .datepicker table tr td.range.today:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.range.today.dropdown-toggle {
  color: #fff;
  background-color: #dc6502;
  border-color: #cf5f02;
}
.datepicker table tr td.range.today:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.today:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.range.today.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #773701;
  color: #808080;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
}
.datepicker table tr td.selected:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected:disabled, .datepicker table tr td.selected.highlighted.disabled, .datepicker table tr td.selected.highlighted:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.datepicker table tr td.selected:not(:disabled):not(.disabled):active, .datepicker table tr td.selected:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.selected.dropdown-toggle, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.selected.highlighted.dropdown-toggle {
  color: #fff;
  background-color: #676767;
  border-color: #606060;
}
.datepicker table tr td.selected:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.selected.dropdown-toggle:focus, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.selected.highlighted.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #0ea1ba;
  border-color: #0d97af;
}
.datepicker table tr td.active:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #0ea1ba;
  border-color: #0d97af;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
.datepicker table tr td.active.disabled, .datepicker table tr td.active:disabled, .datepicker table tr td.active.highlighted.disabled, .datepicker table tr td.active.highlighted:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.datepicker table tr td.active:not(:disabled):not(.disabled):active, .datepicker table tr td.active:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.active.highlighted.dropdown-toggle {
  color: #fff;
  background-color: #0d97af;
  border-color: #0c8da3;
}
.datepicker table tr td.active:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.active.dropdown-toggle:focus, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.active.highlighted.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #e8e9e9;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #808080;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #0ea1ba;
  border-color: #0d97af;
}
.datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #0ea1ba;
  border-color: #0d97af;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
.datepicker table tr td span.active:not(:disabled):not(.disabled):active, .datepicker table tr td span.active:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled):active, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled):active, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
  color: #fff;
  background-color: #0d97af;
  border-color: #0c8da3;
}
.datepicker table tr td span.active:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active.dropdown-toggle:focus, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active:hover.dropdown-toggle:focus, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active.disabled.dropdown-toggle:focus, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active.disabled:hover.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #808080;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #e8e9e9;
}
.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker .glyphicon {
  font-family: "Smart Icons" !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.5;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.features-component-wrapper .media {
  margin-top: 15px;
}
.features-component-wrapper .media:first-child {
  margin-top: 0;
}
.features-component-wrapper .media > img {
  width: 70px;
  max-width: 70px;
  height: auto;
}
.features-component-wrapper .media-body p {
  margin-bottom: 0;
}
.features-component-wrapper .media-body img {
  max-width: 100%;
}

.image-and-text-wrapper figure .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-and-text-wrapper figure img {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  width: auto;
}
.image-and-text-wrapper figure a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.image-and-text-wrapper figure a:hover {
  text-decoration: underline;
  opacity: 0.5;
}
.image-and-text-wrapper figure h2 {
  color: #4d236b;
  font-size: 1.8rem;
  font-weight: 700;
}
.image-and-text-wrapper figure figcaption {
  color: #1a1a1a;
  font-size: 1rem;
  height: 10px;
  font-weight: 400;
  margin-bottom: 6px;
}
.image-and-text-wrapper.small-images img {
  max-width: 100px;
  margin: 0 auto;
}

/*---------------------------------------
 **   LEASING PROGRAM CALCULATOR
-----------------------------------------*/
.leasing-program-calculator {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  padding-top: 0;
  font-weight: 400;
}
.leasing-program-calculator .circle {
  float: left;
  margin-right: 20px;
}
.leasing-program-calculator .circle .circle-text {
  display: table-cell;
  height: 110px;
  width: 110px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #11c0de;
  font-weight: bold;
  font-size: 2.6rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.leasing-program-calculator .card {
  width: 100%;
}
.leasing-program-calculator .flex-column, .leasing-program-calculator .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.leasing-program-calculator .flex-column.flex-column > [class*=col-], .leasing-program-calculator .flex-row.flex-column > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.leasing-program-calculator .flex-column.flex-column > [class*=col-].flex-center, .leasing-program-calculator .flex-row.flex-column > [class*=col-].flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.leasing-program-calculator .flex-column.flex-row > [class*=col-], .leasing-program-calculator .flex-row.flex-row > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.leasing-program-calculator .flex-column.flex-row > [class*=col-].flex-center, .leasing-program-calculator .flex-row.flex-row > [class*=col-].flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.leasing-program-calculator .quote-result-wrapper p {
  font-size: 1.5rem;
}
.leasing-program-calculator form input.has-error,
.leasing-program-calculator form select.has-error {
  border-width: 2px;
}
.leasing-program-calculator form label.has-error {
  font-weight: normal;
  color: #a94442;
}
.leasing-program-calculator .btn-calculate {
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.leasing-program-calculator .quote-label, .leasing-program-calculator .loader-wrapper {
  font-size: 6vw;
  font-weight: bold;
}
.leasing-program-calculator .loader {
  font-size: 2vw;
  font-weight: normal;
  display: none;
  margin: auto;
}
.leasing-program-calculator #please-call {
  display: none;
  font-size: 2rem;
  margin-bottom: 10px;
}
.leasing-program-calculator .rounded-corner-box {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .leasing-program-calculator .quote-label {
    font-size: 2.5vw;
  }
  .leasing-program-calculator .loader {
    font-size: 0.75vw;
  }
  .leasing-program-calculator .rounded-corner-box {
    margin-bottom: unset;
  }
}
@media (max-width: 1199.98px) {
  .leasing-program-calculator .loader {
    font-size: 1rem;
  }
  .leasing-program-calculator .quote-result-wrapper .circle {
    height: 250px;
    width: 250px;
  }
}
.leasing-program-calculator .calculate-btn-wrapper {
  text-align: center;
}
@media (max-width: 767.98px) {
  .leasing-program-calculator .calculate-btn-wrapper {
    text-align: right;
  }
}

.mini-classic-component-wrapper {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .mini-classic-component-wrapper .col-md-3, .mini-classic-component-wrapper .col-md-5, .mini-classic-component-wrapper .col-md-7, .mini-classic-component-wrapper .col-md {
    padding-left: 0;
    padding-right: 0;
  }
  .mini-classic-component-wrapper figure:empty {
    display: none;
  }
  .mini-classic-component-wrapper .item-no-image figure {
    display: none;
  }
}
.mini-classic-component-wrapper figure {
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 0;
}
@media (min-width: 768px) {
  .mini-classic-component-wrapper figure {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .mini-classic-component-wrapper figure > img {
    display: none;
  }
}
.mini-classic-component-wrapper .item-figure-contain figure {
  padding-right: 0;
  padding-left: 0;
  background-size: 0;
}
@media (min-width: 768px) {
  .mini-classic-component-wrapper .item-figure-contain figure > img {
    display: block;
    width: 100%;
  }
}
.mini-classic-component-wrapper article {
  margin: 0 0 4.5rem 0;
}

html {
  scroll-behavior: smooth;
}

.side-nav-container {
  scroll-behavior: smooth;
  position: relative;
}
.side-nav-container > section:not(.sidenav-sticky) {
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .side-nav-container > section:not(.sidenav-sticky) > section > .container > * {
    margin-left: 25%;
  }
}
.side-nav-container .sidenav-sticky {
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .side-nav-container .sidenav-sticky {
    width: calc(50% - 720px / 2 + 720px / 4 - 30px);
  }
}
@media (min-width: 992px) {
  .side-nav-container .sidenav-sticky {
    width: calc(50% - 960px / 2 + 960px / 4 - 30px);
  }
}
@media (min-width: 1200px) {
  .side-nav-container .sidenav-sticky {
    width: calc(50% - 960px / 2 + 960px / 4 - 30px);
  }
}
@media (min-width: 768px) {
  .side-nav-container .desktop-side-nav {
    position: relative;
    left: calc(100% - 720px / 4);
    width: 180px;
  }
}
@media (min-width: 992px) {
  .side-nav-container .desktop-side-nav {
    position: relative;
    left: calc(100% - 960px / 4);
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .side-nav-container .desktop-side-nav {
    position: relative;
    left: calc(100% - 1140px / 4);
    width: 285px;
  }
}
.side-nav-container .side-nav-container .sidenav-sticky {
  display: none;
}
.side-nav-container .hidden-panel {
  border-right: 1px solid #bfbfbf;
  color: #1a1a1a;
  height: 100%;
  position: absolute;
  left: -270px;
  top: 0;
  width: 270px;
  height: 100%;
}
.side-nav-container .hidden-panel-open,
.side-nav-container .hidden-panel-close {
  background: #4d236b;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 50px;
  position: relative;
  width: 50px;
  top: 3px;
}
.side-nav-container .hidden-panel-open em,
.side-nav-container .hidden-panel-close em {
  font-size: 48px;
  margin-right: 17px;
}
.side-nav-container .hidden-panel-open:hover,
.side-nav-container .hidden-panel-close:hover {
  opacity: 0.7;
}
.side-nav-container .hidden-panel-open {
  display: inline-block;
  float: left;
  -webkit-box-shadow: 1px 5px 5px 0px rgba(40, 40, 40, 0.3);
  box-shadow: 1px 5px 5px 0px rgba(40, 40, 40, 0.3);
}
.side-nav-container .hidden-panel-open em {
  margin-left: 17px;
  margin-right: auto;
}
.side-nav-container .list-group {
  background: #f5f5f5;
}
@media (min-width: 992px) {
  .side-nav-container .list-group {
    -webkit-box-shadow: 1px 5px 5px 0px rgba(40, 40, 40, 0.3);
    box-shadow: 1px 5px 5px 0px rgba(40, 40, 40, 0.3);
  }
}
.side-nav-container .list-group-item {
  background: none;
  border: 0;
  border-top: 1px solid #bfbfbf;
  color: #343a40;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 1.6rem 0;
  text-decoration: none;
}
.side-nav-container .list-group-item:first-child {
  border-top: 0;
}
.side-nav-container .list-group-item.sub-item {
  border-top: 0;
  padding: 1.2rem 0 1.2rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.side-nav-container .list-group-item.active {
  color: #7636a5;
}
.side-nav-container .list-group-item:hover {
  color: #ece0f5;
}

body {
  left: 0;
  position: relative;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
body.panel-open {
  left: 270px;
  background: #e8e9e9;
  z-index: 0;
}
body.panel-open .side-nav-container {
  background: #fff;
}
body.panel-open .hidden-panel-open {
  display: none;
}
body.panel-open .hidden-panel-close {
  display: inline-block;
}

.text-container.show-arrow-false .fa-arrow-right {
  display: none !important;
}

.text-container-block {
  border-left: solid 5px transparent;
  -webkit-transition: border-color 0.5s linear;
  transition: border-color 0.5s linear;
}
.text-container-block a {
  text-decoration: none;
}
.text-container-block .far, .text-container-block .fas {
  color: #4d236b;
}
.text-container-block:hover {
  border-color: #11c0de;
}
.text-container-block:hover .far, .text-container-block:hover .fas {
  color: #11c0de;
}

.theme-dark-bg-white-text {
  background-color: #1a1a1a;
  color: #fff;
}
.theme-dark-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.theme-dark-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.theme-white-bg-dark-text {
  background-color: "transparent";
  color: #1a1a1a;
}

.theme-gray050-bg-dark-text {
  background-color: #f5f5f5;
  color: #1a1a1a;
}

.theme-gray100-bg-dark-text {
  background-color: #e8e9e9;
  color: #1a1a1a;
}

.theme-gray700-bg-white-text {
  background-color: #4f4c4d;
  color: #fff;
}
.theme-gray700-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.theme-gray700-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.theme-blue-bg-dark-text {
  background-color: #11c0de;
  color: #1a1a1a;
}

.theme-blue-bg-white-text {
  background-color: #11c0de;
  color: #fff;
}
.theme-blue-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.theme-blue-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.theme-blue10-bg-dark-text {
  background-color: #e2f9fd;
  color: #1a1a1a;
}

.theme-cream-bg-dark-text {
  background-color: #F9F5EA;
  color: #1a1a1a;
}

.theme-green-bg-white-text {
  background-color: #81bd41;
  color: #fff;
}
.theme-green-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.theme-green-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.theme-purple-bg-white-text {
  background-color: #4d236b;
  color: #fff;
}
.theme-purple-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.theme-purple-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.theme-purple10-bg-dark-text {
  background-color: #ece0f5;
  color: #1a1a1a;
}

.theme-blue-purple-fade-bg-white-text {
  background-color: #11c0de;
  color: #fff;
  background: linear-gradient(10deg, #4d236b 0, #4d236b 50%, #11c0de 50.5%, #11c0de 100%);
}
.theme-blue-purple-fade-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.theme-blue-purple-fade-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.theme-gray100-fade-bg-dark-text {
  background-color: #fff;
  color: #1a1a1a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0%, #fff), color-stop(80%, #e8e9e9), to(#e8e9e9));
  background: linear-gradient(180deg, #fff 0, #fff 0%, #e8e9e9 80%, #e8e9e9 100%);
}

.subtheme-dark-gray-alternating-bg-light-text {
  color: #fff;
}
.subtheme-dark-gray-alternating-bg-light-text article:nth-of-type(even) > figure, .subtheme-dark-gray-alternating-bg-light-text article:nth-of-type(even) > .content {
  background-color: #808080;
}
.subtheme-dark-gray-alternating-bg-light-text article:nth-of-type(odd) > figure, .subtheme-dark-gray-alternating-bg-light-text article:nth-of-type(odd) > .content {
  background-color: #2f2f2f;
}
.subtheme-dark-gray-alternating-bg-light-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.subtheme-dark-gray-alternating-bg-light-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.subtheme-dark-gray-bg-white-text {
  color: #fff;
}
.subtheme-dark-gray-bg-white-text article:nth-of-type(even) > figure, .subtheme-dark-gray-bg-white-text article:nth-of-type(even) > .content {
  background-color: #2f2f2f;
}
.subtheme-dark-gray-bg-white-text article:nth-of-type(odd) > figure, .subtheme-dark-gray-bg-white-text article:nth-of-type(odd) > .content {
  background-color: #2f2f2f;
}
.subtheme-dark-gray-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.subtheme-dark-gray-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.subtheme-dark-transparent-bg-white-text {
  color: #fff;
}
.subtheme-dark-transparent-bg-white-text article:nth-of-type(even) > figure, .subtheme-dark-transparent-bg-white-text article:nth-of-type(even) > .content {
  background-color: rgba(0, 0, 0, 0.7);
}
.subtheme-dark-transparent-bg-white-text article:nth-of-type(odd) > figure, .subtheme-dark-transparent-bg-white-text article:nth-of-type(odd) > .content {
  background-color: rgba(0, 0, 0, 0.7);
}
.subtheme-dark-transparent-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.subtheme-dark-transparent-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.subtheme-light-transparent-bg-dark-text {
  color: #1a1a1a;
}
.subtheme-light-transparent-bg-dark-text article:nth-of-type(even) > figure, .subtheme-light-transparent-bg-dark-text article:nth-of-type(even) > .content {
  background-color: rgba(255, 255, 255, 0.9);
}
.subtheme-light-transparent-bg-dark-text article:nth-of-type(odd) > figure, .subtheme-light-transparent-bg-dark-text article:nth-of-type(odd) > .content {
  background-color: rgba(255, 255, 255, 0.9);
}

.subtheme-light-gray-bg-dark-text {
  color: #1a1a1a;
}
.subtheme-light-gray-bg-dark-text article:nth-of-type(even) > figure, .subtheme-light-gray-bg-dark-text article:nth-of-type(even) > .content {
  background-color: #e8e9e9;
}
.subtheme-light-gray-bg-dark-text article:nth-of-type(odd) > figure, .subtheme-light-gray-bg-dark-text article:nth-of-type(odd) > .content {
  background-color: #e8e9e9;
}

.subtheme-mid-gray-bg-dark-text {
  color: #1a1a1a;
}
.subtheme-mid-gray-bg-dark-text article:nth-of-type(even) > figure, .subtheme-mid-gray-bg-dark-text article:nth-of-type(even) > .content {
  background-color: #bfbfbf;
}
.subtheme-mid-gray-bg-dark-text article:nth-of-type(odd) > figure, .subtheme-mid-gray-bg-dark-text article:nth-of-type(odd) > .content {
  background-color: #bfbfbf;
}

.subtheme-mid-gray-alternating-bg-dark-text {
  color: #1a1a1a;
}
.subtheme-mid-gray-alternating-bg-dark-text article:nth-of-type(even) > figure, .subtheme-mid-gray-alternating-bg-dark-text article:nth-of-type(even) > .content {
  background-color: #bfbfbf;
}
.subtheme-mid-gray-alternating-bg-dark-text article:nth-of-type(odd) > figure, .subtheme-mid-gray-alternating-bg-dark-text article:nth-of-type(odd) > .content {
  background-color: #e8e9e9;
}

.subtheme-mid-gray-alternating-bg-dark-text-2 {
  color: #1a1a1a;
}
.subtheme-mid-gray-alternating-bg-dark-text-2 article:nth-of-type(even) > figure, .subtheme-mid-gray-alternating-bg-dark-text-2 article:nth-of-type(even) > .content {
  background-color: #e8e9e9;
}
.subtheme-mid-gray-alternating-bg-dark-text-2 article:nth-of-type(odd) > figure, .subtheme-mid-gray-alternating-bg-dark-text-2 article:nth-of-type(odd) > .content {
  background-color: #bfbfbf;
}

.subtheme-white-bg-dark-text {
  color: #1a1a1a;
}
.subtheme-white-bg-dark-text article:nth-of-type(even) > figure, .subtheme-white-bg-dark-text article:nth-of-type(even) > .content {
  background-color: #fff;
}
.subtheme-white-bg-dark-text article:nth-of-type(odd) > figure, .subtheme-white-bg-dark-text article:nth-of-type(odd) > .content {
  background-color: #fff;
}

.subtheme-blue-bg-white-text {
  color: #fff;
}
.subtheme-blue-bg-white-text article:nth-of-type(even) > figure, .subtheme-blue-bg-white-text article:nth-of-type(even) > .content {
  background-color: #11c0de;
}
.subtheme-blue-bg-white-text article:nth-of-type(odd) > figure, .subtheme-blue-bg-white-text article:nth-of-type(odd) > .content {
  background-color: #11c0de;
}
.subtheme-blue-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.subtheme-blue-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.subtheme-green-bg-white-text {
  color: #fff;
}
.subtheme-green-bg-white-text article:nth-of-type(even) > figure, .subtheme-green-bg-white-text article:nth-of-type(even) > .content {
  background-color: #81bd41;
}
.subtheme-green-bg-white-text article:nth-of-type(odd) > figure, .subtheme-green-bg-white-text article:nth-of-type(odd) > .content {
  background-color: #81bd41;
}
.subtheme-green-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.subtheme-green-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.subtheme-purple-bg-white-text {
  color: #fff;
}
.subtheme-purple-bg-white-text article:nth-of-type(even) > figure, .subtheme-purple-bg-white-text article:nth-of-type(even) > .content {
  background-color: #4d236b;
}
.subtheme-purple-bg-white-text article:nth-of-type(odd) > figure, .subtheme-purple-bg-white-text article:nth-of-type(odd) > .content {
  background-color: #4d236b;
}
.subtheme-purple-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.subtheme-purple-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.subtheme-transparent-bg-white-text {
  color: #fff;
}
.subtheme-transparent-bg-white-text article:nth-of-type(even) > figure, .subtheme-transparent-bg-white-text article:nth-of-type(even) > .content {
  background-color: "transparent";
}
.subtheme-transparent-bg-white-text article:nth-of-type(odd) > figure, .subtheme-transparent-bg-white-text article:nth-of-type(odd) > .content {
  background-color: "transparent";
}
.subtheme-transparent-bg-white-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.subtheme-transparent-bg-white-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}

.subtheme-transparent-bg-dark-text {
  color: #1a1a1a;
}
.subtheme-transparent-bg-dark-text article:nth-of-type(even) > figure, .subtheme-transparent-bg-dark-text article:nth-of-type(even) > .content {
  background-color: "transparent";
}
.subtheme-transparent-bg-dark-text article:nth-of-type(odd) > figure, .subtheme-transparent-bg-dark-text article:nth-of-type(odd) > .content {
  background-color: "transparent";
}

.subtheme-tricolor-bg-light-text {
  color: #fff;
}
.subtheme-tricolor-bg-light-text article:nth-of-type(even) > figure, .subtheme-tricolor-bg-light-text article:nth-of-type(even) > .content {
  background-color: #11c0de;
}
.subtheme-tricolor-bg-light-text article:nth-of-type(odd) > figure, .subtheme-tricolor-bg-light-text article:nth-of-type(odd) > .content {
  background-color: #81bd41;
}
.subtheme-tricolor-bg-light-text a:not(.btn):not([class]) {
  color: #fff;
  text-decoration: underline;
}
.subtheme-tricolor-bg-light-text a:not(.btn):not([class]):hover {
  color: #d8f7fc;
  text-decoration: none;
}
.subtheme-tricolor-bg-light-text article:nth-child(3n+1) > figure, .subtheme-tricolor-bg-light-text article:nth-child(3n+1) > .content {
  background-color: #11c0de;
}
.subtheme-tricolor-bg-light-text article:nth-child(3n+2) > figure, .subtheme-tricolor-bg-light-text article:nth-child(3n+2) > .content {
  background-color: #81bd41;
}
.subtheme-tricolor-bg-light-text article:nth-child(3n) > figure, .subtheme-tricolor-bg-light-text article:nth-child(3n) > .content {
  background-color: #4d236b;
}

.subtheme-white-bg-dark-text-drop-shadow {
  color: #1a1a1a;
}
.subtheme-white-bg-dark-text-drop-shadow article:nth-of-type(even) > figure, .subtheme-white-bg-dark-text-drop-shadow article:nth-of-type(even) > .content {
  background-color: #fff;
}
.subtheme-white-bg-dark-text-drop-shadow article:nth-of-type(odd) > figure, .subtheme-white-bg-dark-text-drop-shadow article:nth-of-type(odd) > .content {
  background-color: #fff;
}
.subtheme-white-bg-dark-text-drop-shadow article > figure {
  -webkit-box-shadow: 0px -7px 8px 0px rgba(0, 0, 0, 0.1607843137), -10px 0px 8px 0px rgba(0, 0, 0, 0.1607843137), 10px 0px 8px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px -7px 8px 0px rgba(0, 0, 0, 0.1607843137), -10px 0px 8px 0px rgba(0, 0, 0, 0.1607843137), 10px 0px 8px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0.5rem 0.5rem 0 0;
}
.subtheme-white-bg-dark-text-drop-shadow article > .content {
  -webkit-box-shadow: -10px 0px 8px 0px rgba(0, 0, 0, 0.1607843137), 10px 0px 8px 0px rgba(0, 0, 0, 0.1607843137), 0px 10px 8px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: -10px 0px 8px 0px rgba(0, 0, 0, 0.1607843137), 10px 0px 8px 0px rgba(0, 0, 0, 0.1607843137), 0px 10px 8px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0 0 0.5rem 0.5rem;
}
.subtheme-white-bg-dark-text-drop-shadow article > .content:first-child {
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0.5rem;
}

.subtheme-white-bg-dark-text-purple-border {
  color: #1a1a1a;
}
.subtheme-white-bg-dark-text-purple-border article:nth-of-type(even) > figure, .subtheme-white-bg-dark-text-purple-border article:nth-of-type(even) > .content {
  background-color: #fff;
}
.subtheme-white-bg-dark-text-purple-border article:nth-of-type(odd) > figure, .subtheme-white-bg-dark-text-purple-border article:nth-of-type(odd) > .content {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .subtheme-white-bg-dark-text-purple-border article {
    margin-bottom: 30px;
  }
}
.subtheme-white-bg-dark-text-purple-border figure, .subtheme-white-bg-dark-text-purple-border div.content {
  border: 1px solid #4d236b;
}
.subtheme-white-bg-dark-text-purple-border figure {
  border-bottom: none;
}
.subtheme-white-bg-dark-text-purple-border div.content {
  border-top: none;
  position: relative;
  text-align: left;
}
.subtheme-white-bg-dark-text-purple-border div.content > .p-2, .subtheme-white-bg-dark-text-purple-border .item-figure-padding div.content > figure, .item-figure-padding .subtheme-white-bg-dark-text-purple-border div.content > figure {
  text-align: center;
}
.subtheme-white-bg-dark-text-purple-border div.content .column-body {
  text-align: left;
}
.subtheme-white-bg-dark-text-purple-border div.content:before {
  border-top: 1px solid #4d236b;
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .subtheme-white-bg-dark-text-purple-border div.content:before {
    top: 35px;
  }
}
@media (min-width: 992px) {
  .subtheme-white-bg-dark-text-purple-border div.content:before {
    top: 45px;
  }
}
.subtheme-white-bg-dark-text-purple-border h3 {
  color: #4d236b;
  padding: 0 30px;
  background: white;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.subtheme-white-bg-dark-text-purple-border .column-body {
  padding: 30px 0;
}
.subtheme-white-bg-dark-text-purple-border .btn:hover {
  background: #11c0de;
  color: white;
  border-color: #11c0de;
}
.subtheme-white-bg-dark-text-purple-border .w-100 {
  display: none !important;
}
.subtheme-white-bg-dark-text-purple-border article:hover figure, .subtheme-white-bg-dark-text-purple-border article:hover div.content {
  border: 1px solid #11c0de;
}
.subtheme-white-bg-dark-text-purple-border article:hover figure {
  border-bottom: none;
}
.subtheme-white-bg-dark-text-purple-border article:hover div.content {
  border-top: none;
  position: relative;
}
.subtheme-white-bg-dark-text-purple-border article:hover div.content:before {
  border-top: 1px solid #11c0de;
}
.subtheme-white-bg-dark-text-purple-border article:hover h3 {
  color: #11c0de;
}
.subtheme-white-bg-dark-text-purple-border article:hover .btn:hover {
  background: #11c0de;
  color: white;
  border-color: #11c0de;
}

.item-content-no-padding .content > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.item-headline-divider .content .column-body:before {
  content: "";
  display: block;
  margin: 25px auto;
  width: 35%;
  border-top: 1px solid #bfbfbf;
}

.mini-classic-component-wrapper .item-unspaced article,
.columnar-component-wrapper .item-unspaced article {
  margin-bottom: 0 !important;
}
.mini-classic-component-wrapper .item-unspaced figure,
.columnar-component-wrapper .item-unspaced figure {
  background-size: contain;
  background-image: none !important;
  background-repeat: no-repeat;
}
.mini-classic-component-wrapper .item-unspaced figure > img,
.columnar-component-wrapper .item-unspaced figure > img {
  display: block;
}

.item-no-image figure {
  background: transparent !important;
}

.item-figure-white figure {
  background-color: #fff !important;
}

.item-hide-cta .cta {
  display: none;
}

#id-74a51324ed034a02815e1547a06209e3,
#id-cd948a42ed91471f9efe114fd171237b,
#id-543ce467c0c643b4a312809ddb416a09,
#id-78bd2d51e97e4afd98bc72d52b5e4a04,
#id-e7e5aa89551f4214a50fcbd1382f9366,
#id-edd2feffd2044dc6ab1ee852560cbb4e,
#id-b6d853276de7441aa6457606817b9f8b,
#id-56407ce0fb86409a97e08fb365be689e,
#id-566b2443f622419a8f68e5fab72e48c0,
#id-8836e57439e04a6fba28cb6a5c86742e,
#id-b01099e5d30e448fa87be4d4be0b2720,
#id-28b9b75df25d4ef7bb017a21945191b7,
#id-d0cfa3741af349f29c614c4f36b809a1,
#id-4d5cf27ee5cc483ab26ac6f93c2d7da7,
#id-63af19fb18014667b9d2e34dd6d21ba8,
#id-20b707d2d8db443ea09169e5adc21ba8,
#id-57deb928a6404773b707e57436e50879,
#id-7c49042d15244b62b04c2748f7d57ca3,
#id-7abba269b2e04be3be7ae38df4188ace,
#id-cc40329a21784961abfb9be12210abf9,
#id-966e157fd09d4022a43a622bb7cfb047,
#id-3fdd1685957641b2b583ea1a2db29ffd,
#id-3ba363fbf3cb47708acf3938d1850276,
#id-7e515f3f0ce645fb975391b38fd95538,
#id-d476b57e2aad45e0b04a161d4425d520 {
  background: url("/~/media/701E373E3FC7436390F8E7AF6E4B444E.ashx") no-repeat top center;
  background-size: 100% auto;
}

.reseller-card-group .card {
  background: transparent;
  border: none;
}
.reseller-card-group .card-footer {
  background: transparent;
  border-top: 0;
  width: 100%;
}
.reseller-card-group figure {
  position: relative;
}
.reseller-card-group .tier-badge {
  position: absolute;
  bottom: -25px;
  right: 10px;
  top: auto;
  width: 50px;
  height: 50px;
}

.reseller-cards-carousel {
  padding: 10px;
  background: #fff;
}
.reseller-cards-carousel .carousel-indicators {
  bottom: 0px;
}
.reseller-cards-carousel .carousel-indicators li {
  background-color: #808080;
}
.reseller-cards-carousel .carousel-control-prev, .reseller-cards-carousel .carousel-control-next {
  color: #808080 !important;
}

#id-af25514c4d2d489cb1f583bde50feb5c figure > a > img,
#id-d5a47c1482224638958f0bd8cdaecfe2 figure > a > img {
  max-height: 100px;
  width: auto;
}
#id-af25514c4d2d489cb1f583bde50feb5c figure,
#id-d5a47c1482224638958f0bd8cdaecfe2 figure {
  padding: 30px;
}

#id-af25514c4d2d489cb1f583bde50feb5c article:nth-child(1) figure {
  background: #D0E6B8;
}
#id-af25514c4d2d489cb1f583bde50feb5c article:nth-child(3) figure {
  background: #bfbfbf;
}

#id-d5a47c1482224638958f0bd8cdaecfe2 article:nth-child(1) figure {
  background: #8CE2F0;
}
#id-d5a47c1482224638958f0bd8cdaecfe2 article:nth-child(3) figure {
  background: #9476AD;
}

.search-input-group .icomoon-icon-map-marker {
  position: absolute;
  color: #666666;
  font-size: 24px;
  position: absolute;
  left: 6px;
  top: 2px;
}
@media (min-width: 576px) {
  .search-input-group .icomoon-icon-map-marker {
    left: 10px;
    top: 8px;
  }
}
.search-input-group .btn-search {
  height: calc(1.5em + 1rem + 2px);
}

.main-filter label {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 30px;
  cursor: pointer;
  margin-bottom: 2px;
  border-bottom: 4px solid transparent;
}
.main-filter label:hover {
  border-bottom: 4px solid #62def3;
  color: #62def3;
}
.main-filter label:active, .main-filter label.active {
  color: #11c0de;
  border-bottom: 4px solid #11c0de;
}
.main-filter label:active:hover, .main-filter label.active:hover {
  cursor: text;
  color: #11c0de;
  border-bottom: 4px solid #11c0de;
}
.main-filter input[type=radio] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.main-filter input:checked + label,
.main-filter input:checked + label:active {
  color: #11c0de;
  border-bottom: 4px solid #11c0de;
  margin-bottom: 2px;
}
.main-filter input:checked + label:hover,
.main-filter input:checked + label:active:hover {
  cursor: text;
  color: #11c0de;
  border-bottom: 4px solid #11c0de;
}

.reseller-search-result {
  margin-bottom: 2px;
  position: relative;
}
.reseller-search-result > .row {
  padding: 20px 80px 5px 50px;
}
.reseller-search-result .reseller-arrow {
  cursor: pointer;
  font-size: 20px;
  left: 22px;
  position: absolute;
  top: 16px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.reseller-search-result .reseller-arrow.rotate {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.reseller-search-result .tier-badge-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
}
.reseller-search-result .tier-badge-wrapper.tier-platinum {
  border-top: 80px solid #c3f5f4;
  border-left: 80px solid transparent;
}
.reseller-search-result .tier-badge-wrapper.tier-gold {
  border-top: 80px solid #f38f0f;
  border-left: 80px solid transparent;
}
.reseller-search-result .tier-badge-wrapper.tier-silver {
  border-top: 80px solid #e8e8e8;
  border-left: 80px solid transparent;
}
.reseller-search-result .tier-badge-wrapper .tier-badge {
  position: absolute;
  right: 10px;
  top: -68px;
}
.reseller-search-result .reseller-search-result-details > .row {
  padding: 20px 40px 5px 50px;
}
.reseller-search-result .reseller-search-result-details h4 {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .reseller-search-result .search-result-proximity {
    text-align: right;
  }
}
.reseller-search-result .detail-panel p {
  margin-bottom: 5px;
}

.tier-badge {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: 4px;
  margin-top: -5px;
}
.tier-badge.tier-badge- {
  display: none;
}
.tier-badge.tier-badge- + .reseller-type {
  padding-left: 0px;
}
.tier-badge.tier-badge-platinum {
  background: url("/-/media/19F4BE9E34C94DA2BE021D4530B8AD87.ashx") no-repeat 0 0;
  background-size: cover;
}
.tier-badge.tier-badge-gold {
  background: url("/-/media/58C599DFD28643E99EB681CEF3D9E363.ashx") no-repeat 0 0;
  background-size: cover;
}
.tier-badge.tier-badge-silver {
  background: url("/-/media/914266F423CB4DBCBB56EAC866CE7AA0.ashx") no-repeat 0 0;
  background-size: cover;
}
.tier-badge.tier-badge-elite {
  background: url("/-/media/5796089CA5B541A7A0C46BFD637F94D8.ashx") no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .filters .checkbox.smart-checkbox {
    padding: 8px 0;
    position: relative;
  }
  .filters .checkbox.smart-checkbox [type=checkbox] {
    display: none;
    opacity: 0;
  }
  .filters .checkbox.smart-checkbox [type=checkbox]:checked + label {
    color: #11c0de;
  }
  .filters .checkbox.smart-checkbox [type=checkbox]:checked + label:before {
    background-color: #11c0de;
  }
  .filters .checkbox.smart-checkbox [type=checkbox]:checked + label:after {
    right: 26px;
  }
  .filters .checkbox.smart-checkbox [type=checkbox] + label {
    padding-right: 60px;
    padding-left: 0px;
  }
  .filters .checkbox.smart-checkbox [type=checkbox] + label:before {
    content: "";
    width: 50px;
    height: 26px;
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 6px;
    border-radius: 13px;
    background-color: #ccc;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  .filters .checkbox.smart-checkbox [type=checkbox] + label:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .filters .checkbox.smart-checkbox [type=checkbox] + label .caption {
    font-weight: 400;
    text-transform: uppercase;
  }
  .filters .checkbox.smart-checkbox [type=checkbox] + label .count {
    font-weight: bold;
    margin-left: 13px;
  }
  .filters .checkbox.smart-checkbox.black [type=checkbox]:checked + label {
    color: #000;
  }
}
@media (min-width: 576px) {
  .filters .checkbox.smart-checkbox {
    position: relative;
  }
  .filters .checkbox.smart-checkbox [type=checkbox] {
    display: none;
    opacity: 0;
  }
  .filters .checkbox.smart-checkbox [type=checkbox] + label {
    padding-left: 31px;
  }
  .filters .checkbox.smart-checkbox [type=checkbox] + label:before {
    text-align: center;
    line-height: 1.2;
    position: absolute;
    display: inline-block;
    left: 0px;
    width: 21px;
    height: 20px;
    border: 2px solid #fff;
    color: #11c0de;
  }
  .filters .checkbox.smart-checkbox [type=checkbox] + label:hover:before {
    border-color: #fff;
    color: #62def3;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .filters .checkbox.smart-checkbox [type=checkbox] + label:hover:before {
    border-color: #62def3;
    color: #62def3;
  }
}
@media (min-width: 576px) {
  .filters .checkbox.smart-checkbox [type=checkbox] + label .caption {
    font-weight: 400;
    text-transform: uppercase;
  }
  .filters .checkbox.smart-checkbox [type=checkbox] + label .count {
    font-weight: bold;
    margin-left: 13px;
  }
  .filters .checkbox.smart-checkbox [type=checkbox]:checked + label {
    font-weight: bold;
    color: #11c0de;
  }
  .filters .checkbox.smart-checkbox [type=checkbox]:checked + label:before {
    content: "✓";
    border: 2px solid #11c0de;
  }
  .filters .checkbox.smart-checkbox [type=checkbox]:not(:checked) + label:before {
    content: "";
  }
  .filters .checkbox.smart-checkbox.black [type=checkbox] + label:before {
    border-color: #000;
    color: #000;
  }
  .filters .checkbox.smart-checkbox.black [type=checkbox] + label:hover:before {
    border-color: #808080;
    color: #808080;
  }
  .filters .checkbox.smart-checkbox.black [type=checkbox]:checked + label {
    color: #000;
  }
  .filters .checkbox.smart-checkbox.black [type=checkbox]:checked + label:before {
    border-color: #000;
  }
}
@media (min-width: 992px) {
  .filters .checkbox.smart-checkbox [type=checkbox] + label:hover:before {
    border-color: #62def3;
    color: #62def3;
  }
}

.details-button {
  margin-bottom: 11px;
}
.details-button:not(.collapsed) {
  background-color: #fff;
  color: #2f2f2f;
}
.details-button:not(.collapsed):hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #000;
}

.about-us-content {
  /*button stuff ends*/
  /* NEWS LIST PAGE */
  /* NEWS ARTICLE PAGE */
  /* LOCATIONS PAGE */
}
.about-us-content .smart-light-grey-button {
  text-transform: none;
  color: #2f2f2f;
  background-color: #e8e9e9;
}
.about-us-content .smart-light-grey-button:hover {
  background-color: #808080;
  color: #e8e9e9;
}
.about-us-content .icon-link {
  text-decoration: none;
}
.about-us-content .icon-link:hover span {
  text-decoration: none;
}
.about-us-content .icon-link .icomoon-icon, .about-us-content .icon-link .datepicker .glyphicon, .datepicker .about-us-content .icon-link .glyphicon {
  text-decoration: none;
}
.about-us-content blockquote {
  background: #e8e9e9;
  border-left: none;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: italic;
  margin: 30px 0;
}
.about-us-content blockquote.background-color-smart-cyan {
  background-color: #11c0de;
  color: #fff;
}
.about-us-content blockquote.background-color-smart-purple {
  background-color: #4d236b;
  color: #fff;
}
.about-us-content blockquote.background-color-smart-green {
  background-color: #81bd41;
  color: #fff;
}
@media (min-width: 576px) {
  .about-us-content blockquote {
    background: #e8e9e9;
    border-left: none;
    font-size: 2.8rem;
    position: relative;
    padding: 20px 40px;
    margin: 40px 0;
  }
}
.about-us-content a:not(.btn, .custom-button) {
  text-decoration: none;
  color: black;
  border-bottom: 1px dotted steelblue;
}
.about-us-content a:not(.btn, .custom-button):visited {
  color: black;
}
.about-us-content a:not(.btn, .custom-button):hover {
  border-bottom-style: solid;
}
.about-us-content .content-block p {
  font-size: 1.8rem;
}
.about-us-content .new-feature-banner {
  padding: 3% 0 2%;
  text-align: left;
  position: relative;
  height: 400px;
}
.about-us-content .new-feature-banner .feature-banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
}
.about-us-content .new-feature-banner.feature-banner-image-only {
  padding: 0;
  height: 60vw;
  max-height: 64vh;
  width: 100%;
}
.about-us-content .new-feature-banner.feature-banner-image-and-text {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
}
.about-us-content .new-feature-banner.feature-banner-image-and-text .video-aspect-frame {
  width: 100%;
}
.about-us-content .new-feature-banner.feature-banner-image-and-text .container {
  padding-top: 0px;
}
.about-us-content .new-feature-banner.feature-banner-image-and-text .row {
  position: absolute;
  top: 40px;
}
@media (max-width: 767.98px) {
  .about-us-content .new-feature-banner.feature-banner-image-and-text {
    background-size: cover;
  }
  .about-us-content .new-feature-banner.feature-banner-image-and-text .container {
    padding-top: 0;
  }
  .about-us-content .new-feature-banner.feature-banner-image-and-text .row {
    background: transparent;
  }
  .about-us-content .new-feature-banner.feature-banner-image-and-text .row > div {
    color: #fff;
  }
}
.about-us-content .narrow-bins {
  padding: 10px;
}
.about-us-content .narrow-bins .row {
  margin: 0 -10px 0 0;
}
.about-us-content .narrow-bins .row > div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}
.about-us-content .news-boxes .news-item {
  margin: 0 10px 10px 0;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.about-us-content .news-boxes .news-item a {
  color: #fff;
  border: none;
}
.about-us-content .news-boxes .news-item .news-meta {
  position: relative;
  padding: 15px;
  z-index: 10;
}
.about-us-content .news-boxes .news-item .news-meta a {
  color: #fff;
}
.about-us-content .news-boxes .news-item .news-meta a:hover {
  color: #11c0de;
}
.about-us-content .news-boxes .news-item .news-meta h1 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 20px;
}
.about-us-content .news-boxes .news-item .news-meta .news-date {
  font-size: 1.4rem;
  display: none;
}
.about-us-content .news-boxes .news-item .image-mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(56%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.6) 76%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#99000000",GradientType=0 );
}
.about-us-content .news-boxes .news-item .image-mask.hover-state {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(56%, rgba(0, 0, 0, 0.2)), color-stop(76%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 56%, rgba(0, 0, 0, 0.6) 76%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#99000000",GradientType=0 );
}
@media (max-width: 767.98px) {
  .about-us-content .news-boxes .news-item .image-mask {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#99000000",GradientType=0 );
  }
  .about-us-content .news-boxes .news-item .image-mask.hover-state {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(35%, rgba(0, 0, 0, 0.2)), color-stop(55%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#99000000",GradientType=0 );
  }
}
.about-us-content .news-boxes .news-item .news-item-category {
  position: relative;
  color: #fff;
  top: 15px;
  left: 15px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.about-us-content .news-boxes .news-item .news-item-category a {
  color: #fff;
}
.about-us-content .news-boxes .news-item .news-item-category a:hover {
  color: #11c0de;
}
.about-us-content .news-boxes .news-item.news-item-primary h1 {
  margin-top: 100px;
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  .about-us-content .news-boxes .news-item.news-item-secondary .image-mask {
    background: #4d236b;
  }
  .about-us-content .news-boxes .news-item.news-item-secondary .image-mask.hover-state {
    background: #4d236b;
  }
}
@media (max-width: 767.98px) {
  .about-us-content .news-boxes .news-item:before {
    content: "";
    display: block;
    padding-top: 55%;
  }
  .about-us-content .news-boxes .news-item > div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .about-us-content .news-boxes .news-item .news-item-category {
    position: absolute;
    top: 45px;
    left: 45px;
  }
  .about-us-content .news-boxes .news-item .news-meta {
    position: absolute;
    bottom: 45px;
    left: 45px;
    right: 45px;
    padding: 0;
  }
  .about-us-content .news-boxes .news-item .news-meta h1 {
    margin-top: 0;
  }
  .about-us-content .news-boxes .news-item .news-meta .news-date {
    font-size: 16px;
    display: block;
  }
  .about-us-content .news-boxes .news-item.news-item-primary:before {
    padding-top: 79%;
  }
  .about-us-content .news-boxes .news-item.news-item-primary h1 {
    font-size: 4.5rem;
  }
  .about-us-content .news-boxes .news-item.news-item-secondary:before {
    padding-top: 54.2%;
  }
  .about-us-content .news-boxes .news-item.news-item-secondary .news-item-category {
    position: absolute;
    top: 22px;
    left: 22px;
  }
  .about-us-content .news-boxes .news-item.news-item-secondary .news-meta {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
    padding: 0;
  }
  .about-us-content .news-boxes .news-item.news-item-secondary .news-meta h1 {
    margin-top: 0;
  }
  .about-us-content .news-boxes .news-item.news-item-secondary .news-meta .news-date {
    font-size: 16px;
    display: block;
  }
}
@media (min-width: 768px) {
  .about-us-content .news-boxes .news-item:before {
    content: "";
    display: block;
    padding-top: 55%;
  }
  .about-us-content .news-boxes .news-item.news-item-primary:before {
    padding-top: 55%;
  }
  .about-us-content .news-boxes .news-item.news-item-secondary:before {
    padding-top: 54.2%;
  }
}
.about-us-content .news-boxes .all-news-link {
  margin: 0 10px 10px 0;
  background: #4f4c4d;
  background-size: cover;
  color: #fff;
  padding: 10px;
}
.about-us-content .news-boxes .all-news-link a {
  color: #fff;
  border: none;
}
.about-us-content .news-boxes .all-news-link a:hover {
  color: #11c0de;
}
@media (min-width: 576px) {
  .about-us-content .news-boxes .all-news-link .all-news-link {
    text-align: right;
  }
}
.about-us-content .snapshot-bin {
  background: 50% 50% no-repeat;
  background-size: cover;
  padding: 15px;
  margin: 0 10px 10px 0;
}
.about-us-content .snapshot-bin p {
  font-size: 1.6rem;
}
.about-us-content .snapshot-bin .snapshot-link {
  color: #fff;
}
.about-us-content .snapshot-bin .snapshot-link.smart-blue-btn:hover {
  color: #11c0de;
  background-color: #fff;
}
@media (min-width: 576px) {
  .about-us-content .snapshot-bin .snapshot-link {
    padding: 5px 15px 4px;
    font-size: 1.6rem;
  }
}
.about-us-content .about-quickfact {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.about-us-content .about-quickfact img {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .about-us-content .about-quickfact img {
    max-width: 180px;
  }
}
.about-us-content .about-award img {
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  height: auto;
}
.about-us-content .about-award h5 {
  line-height: 1.4;
  font-size: 1.6rem;
}
.about-us-content .media {
  margin-bottom: 30px;
}
.about-us-content .media .media-left {
  display: block;
  padding-right: 0px;
}
.about-us-content .media .media-object {
  width: 100%;
}
@media (min-width: 576px) {
  .about-us-content .media .media-object {
    margin-top: 10px;
    width: 13vw;
    max-width: 200px;
  }
}
.about-us-content .media .media-body {
  display: block;
  margin-top: 20px;
  width: 100%;
}
.about-us-content .media .news-category-link {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.about-us-content .media .news-category-link:hover {
  border-bottom-style: solid;
}
.about-us-content .media h3.media-heading {
  font-size: 2.6rem;
}
.about-us-content .media h3.media-heading a, .about-us-content .media h3.media-heading a:visited {
  border-bottom: none;
}
.about-us-content .media h3.media-heading a:hover, .about-us-content .media h3.media-heading a:visited:hover {
  color: #11c0de;
}
.about-us-content .media p {
  font-size: 1.8rem;
  margin-top: 5px;
}
@media (min-width: 576px) {
  .about-us-content .media .media-left {
    display: table-cell;
    padding-right: 10px;
  }
  .about-us-content .media .media-object {
    width: 20vw;
  }
  .about-us-content .media .media-body {
    display: table-cell;
    margin-top: 0px;
  }
}
.about-us-content .news-filter-group {
  margin-bottom: 20px;
}
.about-us-content .news-filter-group h2, .about-us-content .news-filter-group h3, .about-us-content .news-filter-group h4 {
  margin-bottom: 10px;
}
.about-us-content .news-filter-group .list-group-item {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.about-us-content .news-filter-group .list-group-item:first-child {
  border-radius: 0px;
  border-top: 1px solid #ddd;
}
.about-us-content .news-filter-group .list-group-item:last-child {
  border-radius: 0px;
}
.about-us-content .news-article {
  padding-top: 20px;
}
.about-us-content .news-article h2, .about-us-content .news-article h3, .about-us-content .news-article h4, .about-us-content .news-article h5 {
  margin: 30px 0 10px;
}
.about-us-content .news-youtube-video-banner {
  background-color: #4f4f4f;
}
.about-us-content .news-youtube-video-banner .video-image img {
  max-height: 60vh;
  margin: 0 auto;
}
.about-us-content .icon-youtube {
  top: 50%;
  left: 50%;
  height: auto;
  position: absolute;
  width: 15vw;
  max-width: 120px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-us-content .icon-youtube img {
  width: 100%;
  height: auto;
}
.about-us-content .outbound-video {
  padding: 20px;
  border-radius: 10px;
}
.about-us-content .outbound-video h2, .about-us-content .outbound-video h3, .about-us-content .outbound-video h4 {
  margin-top: 0;
}
.about-us-content .outbound-video .outbound-video-thumbnail img {
  margin-bottom: 20px;
}
.about-us-content .outbound-video .row > div.col-xs-4, .about-us-content .outbound-video .row > div.col-xs-8 {
  width: 100%;
}
@media (max-width: 767.98px) {
  .about-us-content .outbound-video .outbound-video-thumbnail {
    padding-right: 0;
  }
  .about-us-content .outbound-video .outbound-video-thumbnail img {
    margin-bottom: 0px;
  }
  .about-us-content .outbound-video .row > div.col-xs-4 {
    width: 33.33333%;
  }
  .about-us-content .outbound-video .row > div.col-xs-8 {
    width: 66.66667%;
  }
}
.about-us-content .article-headline {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .about-us-content .article-headline {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .about-us-content .article-headline {
    font-size: 4rem;
  }
}
.about-us-content .article-subheadline {
  font-size: 2.2rem;
}
@media (min-width: 576px) {
  .about-us-content .article-subheadline {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .about-us-content .article-subheadline {
    font-size: 2.8rem;
  }
}
.about-us-content .inline-image {
  margin: 30px 0;
}
.about-us-content .address-block .row {
  margin-top: 20px;
}
.about-us-content .address-block h3 {
  font-size: 2.4rem;
  margin: 10px 0 0 0;
  padding: 0;
}
.about-us-content .address-block p {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .about-us-content .address-block .row {
    margin-top: 40px;
  }
  .about-us-content .address-block h2 {
    font-size: 3rem;
  }
  .about-us-content .address-block .custom-button {
    margin: 5px 0;
  }
}

.video-aspect-frame {
  overflow: hidden;
  position: relative;
}
.video-aspect-frame:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-aspect-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width-video {
  width: 100%;
}

#customer-stories-featured article:nth-child(3n) .content, #customer-stories-featured article:nth-child(3n) figure {
  background-color: #4d236b;
}
#customer-stories-featured article:nth-child(3n+1) .content, #customer-stories-featured article:nth-child(3n+1) figure {
  background-color: #11c0de;
}
#customer-stories-featured article:nth-child(3n+2) .content, #customer-stories-featured article:nth-child(3n+2) figure {
  background-color: #81bd41;
}

@media (min-width: 992px) {
  .customer-stories-regular .color-enum:nth-child(2n) {
    padding: 0 0 0 15px;
  }
  .customer-stories-regular .color-enum:nth-child(2n+1) {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 767.98px) {
  .customer-stories-regular .color-enum figure {
    background-image: none !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.customer-stories-regular .color-enum:nth-child(3n) article {
  background-color: #11c0de;
}
.customer-stories-regular .color-enum:nth-child(3n+1) article {
  background-color: #4d236b;
}
.customer-stories-regular .color-enum:nth-child(3n+2) article {
  background-color: #81bd41;
}

.executive-tile {
  min-height: 100px;
  background-color: #fff;
  color: inherit;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
  border-right: solid 2px #e8e9e9;
  border-bottom: solid 2px #e8e9e9;
  cursor: pointer;
}
.executive-tile h4 {
  color: #11c0de;
}
.executive-tile:hover {
  background: #11c0de;
  text-decoration: none;
}
.executive-tile:hover,
.executive-tile:hover h4 {
  color: #11c0de;
}

.dropdown-toggle {
  border: 2px solid #4f4c4d;
  padding: 9px 20px 8px;
  color: #4f4c4d;
  background-color: transparent;
  border-color: #4f4c4d;
}

#ifp-features .feature-image {
  position: relative;
}
#ifp-features .feature-toggle {
  background-color: #11c0de;
  border-radius: 50%;
  display: inline-block;
  height: 31px;
  position: absolute;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 31px;
}
#ifp-features .feature-toggle:before, #ifp-features .feature-toggle:after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
#ifp-features .feature-toggle:hover {
  -webkit-box-shadow: 0px 0px 5px #fff;
  box-shadow: 0px 0px 5px #fff;
}
#ifp-features .feature-toggle:before {
  height: 4px;
  left: 4px;
  top: 13.5px;
  width: 23px;
}
#ifp-features .feature-toggle:after {
  height: 23px;
  left: 13.5px;
  top: 4px;
  width: 4px;
}
#ifp-features .feature-toggle.toggle-active {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #e8e9e9;
}
@media (min-width: 768px) {
  #ifp-features .feature-toggle {
    height: 41px;
    width: 41px;
  }
  #ifp-features .feature-toggle:before {
    height: 5px;
    left: 7px;
    top: 18px;
    width: 27px;
  }
  #ifp-features .feature-toggle:after {
    height: 27px;
    left: 18px;
    top: 7px;
    width: 5px;
  }
}
#ifp-features .toggle-0 {
  left: 35%;
  top: 25%;
}
#ifp-features .toggle-1 {
  left: 56%;
  top: 56%;
}
#ifp-features .toggle-2 {
  left: 11%;
  top: 61%;
}
#ifp-features .toggle-3 {
  left: 11%;
  top: 88%;
}
#ifp-features .toggle-4 {
  left: 77%;
  top: 12%;
}
#ifp-features .toggle-5 {
  left: 30%;
  top: 87%;
}
#ifp-features .toggle-6 {
  left: 31%;
  top: 52%;
}
#ifp-features .toggle-7 {
  left: 70%;
  top: 29%;
}
#ifp-features h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
#ifp-features .toggle-content-container-mobile {
  min-height: 80px;
}
#ifp-features .toggle-content-container-mobile div {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #ifp-features ~ .popover {
    display: block;
    visibility: visible;
  }
}
#ifp-features ~ .popover .popover-header {
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0;
}

/*---------------------------------------
 **   SLS QUOTE CALCULATOR
-----------------------------------------*/
#pricing-calculator .quote-result-wrapper {
  position: relative;
}
#pricing-calculator .quote-result-wrapper .blue-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27vw;
  margin-top: -21vw;
  height: 46vw;
  width: 46vw;
  border-radius: 50%;
}
#pricing-calculator .quote-result-wrapper .quote-label, #pricing-calculator .quote-result-wrapper .loader-wrapper {
  position: absolute;
  font-size: 6vw;
  font-weight: bold;
  top: 50%;
  left: 50%;
  width: 88%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pricing-calculator .quote-result-wrapper .loader {
  font-size: 2vw;
  font-weight: normal;
  display: none;
}
#pricing-calculator .quote-result-wrapper.calculating .loader {
  display: block;
}
@media (min-width: 576px) {
  #pricing-calculator .quote-result-wrapper .price-frame {
    border-width: 14px;
  }
  #pricing-calculator .quote-result-wrapper .quote-label {
    font-size: 2.5vw;
  }
  #pricing-calculator .quote-result-wrapper .loader {
    font-size: 0.75vw;
  }
}
@media (min-width: 992px) {
  #pricing-calculator .quote-result-wrapper .quote-label {
    font-size: 4rem;
  }
  #pricing-calculator .quote-result-wrapper .loader {
    font-size: 1rem;
  }
}
#pricing-calculator .price-frame {
  width: 46%;
  height: 46%;
  background-color: #1fc2de;
  border-radius: 50%;
  border: 12px solid #fff;
  -webkit-box-shadow: inset -5px 2px #00a8de;
  box-shadow: inset -5px 2px #00a8de;
  position: absolute;
  top: 52%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pricing-calculator .discount-code-pill {
  border: 8px solid #fff;
  border-radius: 300px;
  background-color: #11c0de;
  display: inline-block;
  margin-bottom: 15px;
  margin-left: -25px;
  padding: 9px 22px;
}
#pricing-calculator #discount-code + div {
  padding-top: 15px;
}
#pricing-calculator #input-optin {
  height: 18px;
  width: 18px;
}
#pricing-calculator .form-valid-feedback label {
  color: #4d236b;
}

/*!
 Material Components for the web
 Copyright (c) 2017 Google Inc.
 License: Apache-2.0
*/
.mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75rem;
  text-decoration: inherit;
  text-transform: inherit;
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
  padding-left: 0;
  padding-right: 24px;
  background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230' fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: calc(100% - 24px);
  height: 32px;
  -webkit-transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.6, 1) 0ms, background-color 0.15s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.6, 1) 0ms, background-color 0.15s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 100%;
  font-family: sans-serif;
  font-size: 0.936rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mdc-select[dir=rtl], [dir=rtl] .mdc-select {
  padding-left: 24px;
  padding-right: 0;
}

.mdc-select::-ms-expand {
  display: none;
}

.mdc-select:focus {
  border-bottom-color: #3f51b5;
  border-bottom-color: var(--mdc-theme-primary, #3f51b5);
  outline: none;
  background-color: rgba(0, 0, 0, 0.06);
}

.mdc-select[dir=rtl], [dir=rtl] .mdc-select {
  background-position: 0;
}

.mdc-select--theme-dark, .mdc-theme--dark .mdc-select {
  color: #fff;
  color: var(--mdc-theme-text-primary-on-dark, #fff);
  background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
}

.mdc-select--theme-dark:focus, .mdc-theme--dark .mdc-select:focus {
  border-bottom-color: #3f51b5;
  border-bottom-color: var(--mdc-theme-primary, #3f51b5);
  background-color: hsla(0, 0%, 100%, 0.09);
}

.mdc-select__menu {
  position: fixed;
  top: 0;
  left: 0;
  max-height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: 4;
}

.mdc-select__selected-text {
  -webkit-transition: opacity 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, -webkit-transform 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  transition: opacity 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, -webkit-transform 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  transition: opacity 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, transform 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  transition: opacity 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, transform 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, -webkit-transform 125ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  white-space: nowrap;
  overflow: hidden;
}

.mdc-select--open .mdc-select__selected-text {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: opacity 125ms cubic-bezier(0, 0, 0.2, 1) 125ms, -webkit-transform 125ms cubic-bezier(0, 0, 0.2, 1) 125ms;
  transition: opacity 125ms cubic-bezier(0, 0, 0.2, 1) 125ms, -webkit-transform 125ms cubic-bezier(0, 0, 0.2, 1) 125ms;
  transition: opacity 125ms cubic-bezier(0, 0, 0.2, 1) 125ms, transform 125ms cubic-bezier(0, 0, 0.2, 1) 125ms;
  transition: opacity 125ms cubic-bezier(0, 0, 0.2, 1) 125ms, transform 125ms cubic-bezier(0, 0, 0.2, 1) 125ms, -webkit-transform 125ms cubic-bezier(0, 0, 0.2, 1) 125ms;
  opacity: 0;
}

.mdc-select--disabled, .mdc-select[disabled] {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
  background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230' fill-rule='evenodd' opacity='.38' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  border-bottom-style: dotted;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mdc-select--theme-dark.mdc-select--disabled, .mdc-select--theme-dark.mdc-select[disabled], .mdc-theme--dark .mdc-select--disabled, .mdc-theme--dark .mdc-select[disabled] {
  color: hsla(0, 0%, 100%, 0.5);
  color: var(--mdc-theme-text-disabled-on-dark, hsla(0, 0%, 100%, 0.5));
  background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-rule='evenodd' opacity='.38' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.38);
}

.mdc-select__menu .mdc-list-item {
  font-family: sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75rem;
  text-decoration: inherit;
  text-transform: inherit;
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54));
}

.mdc-select__menu .mdc-list-item[aria-selected=true] {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
}

.mdc-select--theme-dark .mdc-select__menu .mdc-list-item, .mdc-theme--dark .mdc-select__menu .mdc-list-item {
  color: hsla(0, 0%, 100%, 0.7);
  color: var(--mdc-theme-text-secondary-on-dark, hsla(0, 0%, 100%, 0.7));
}

.mdc-select--theme-dark .mdc-select__menu .mdc-list-item[aria-selected=true], .mdc-theme--dark .mdc-select__menu .mdc-list-item[aria-selected=true] {
  color: #fff;
  color: var(--mdc-theme-text-primary-on-dark, #fff);
}

.mdc-select__menu .mdc-list-group, .mdc-select__menu .mdc-list-group > .mdc-list-item:first-child {
  margin-top: 12px;
}

.mdc-select__menu .mdc-list-group {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38));
  font-weight: 400;
}

.mdc-select__menu .mdc-list-group .mdc-list-item {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
}

.mdc-select--theme-dark .mdc-select__menu .mdc-list-group, .mdc-theme--dark .mdc-select__menu .mdc-list-group {
  color: hsla(0, 0%, 100%, 0.5);
  color: var(--mdc-theme-text-hint-on-dark, hsla(0, 0%, 100%, 0.5));
}

.mdc-select--theme-dark .mdc-select__menu .mdc-list-group .mdc-list-item, .mdc-theme--dark .mdc-select__menu .mdc-list-group .mdc-list-item {
  color: #fff;
  color: var(--mdc-theme-text-primary-on-dark, #fff);
}

.mdc-multi-select {
  border-color: rgba(0, 0, 0, 0.38);
  border: 1px solid var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38));
  width: 250px;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mdc-multi-select--theme-dark, .mdc-theme--dark .mdc-multi-select {
  border-color: hsla(0, 0%, 100%, 0.5);
  border-color: var(--mdc-theme-text-hint-on-dark, hsla(0, 0%, 100%, 0.5));
}

.mdc-multi-select .mdc-list-group {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38));
  margin: 16px 0 0;
  padding: 0 0 0 16px;
  font-weight: 400;
}

.mdc-multi-select .mdc-list-group--theme-dark, .mdc-theme--dark .mdc-multi-select .mdc-list-group {
  color: hsla(0, 0%, 100%, 0.5);
  color: var(--mdc-theme-text-hint-on-dark, hsla(0, 0%, 100%, 0.5));
}

.mdc-multi-select .mdc-list-group:last-child {
  margin-bottom: 16px;
}

.mdc-multi-select .mdc-list-group .mdc-list-divider {
  margin-left: -16px;
}

.mdc-multi-select .mdc-list-item {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
  margin: 0 0 0 -16px;
  padding: 0 16px;
}

.mdc-multi-select .mdc-list-item--theme-dark, .mdc-theme--dark .mdc-multi-select .mdc-list-item {
  color: #fff;
  color: var(--mdc-theme-text-primary-on-dark, #fff);
}

.mdc-multi-select .mdc-list-item:first-child {
  margin-top: 12px;
}

.mdc-multi-select .mdc-list-item:last-child {
  margin-bottom: 8px;
}

.mdc-multi-select .mdc-list-item:checked {
  background-color: #fff;
  background-color: var(--mdc-theme-background, #fff);
}

.mdc-multi-select .mdc-list-item:checked--theme-dark, .mdc-theme--dark .mdc-multi-select .mdc-list-item:checked {
  background-color: #fff;
  background-color: var(--mdc-theme-text-primary-on-dark, #fff);
}

.mdc-multi-select .mdc-list-divider {
  margin-bottom: 8px;
  padding-top: 8px;
  font-size: 0;
}

.mdc-multi-select:focus .mdc-list-item:checked {
  background-color: #3f51b5;
  background-color: var(--mdc-theme-primary, #3f51b5);
}

.mdc-multi-select:focus .mdc-list-item:checked--theme-dark, .mdc-theme--dark .mdc-multi-select:focus .mdc-list-item:checked {
  background-color: #fff;
  background-color: var(--mdc-theme-text-primary-on-dark, #fff);
}

.mdc-list-item {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
// Marco:
// just a copy+paste of CoveoFullSearch.css, with google fonts removed.
// todo: ask Dan for a non-compiled one.
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-content,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-content,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-content {
  padding: 0;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header {
  font-size: 12px;
  display: inline-block;
  padding: 0px 7px 0px 7px;
  height: 22px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.09px;
  vertical-align: middle;
  white-space: normal;
  color: #1d4f76;
  cursor: pointer;
  text-transform: uppercase;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header *,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header *,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header * {
  display: inline-block;
  margin: 0;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header p,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header p,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header p {
  line-height: 16px;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header .coveo-more-tabs,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header .coveo-more-tabs,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header .coveo-more-tabs {
  margin-left: 10px;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header.coveo-hidden,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header.coveo-hidden,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header.coveo-hidden {
  display: none;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-tab-section > a:last-of-type,
.CoveoSearchInterface.coveo-small-facets .coveo-tab-section > a:last-of-type,
.CoveoSearchInterface.coveo-small-recommendation .coveo-tab-section > a:last-of-type {
  margin-right: 20px;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-pack: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper a,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper a,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper a {
  margin-right: 10px;
}

.coveo-dropdown-background {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: rgba(28, 79, 118, 0.9);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
}

.coveo-media-max-width-480 .CoveoSearchInterface .coveo-tab-section {
  background-color: #f7f8f9;
}

.coveo-media-max-width-480 .CoveoSearchInterface .CoveoSearchbox {
  max-width: 800px;
  margin-right: 50px;
}

.coveo-media-max-width-480 .CoveoSearchInterface .CoveoSettings {
  margin-left: 0;
}

.coveo-media-max-width-480 .CoveoSearchInterface .CoveoSettings + .CoveoSearchbox {
  margin-right: 50px;
}

@media (max-width: 480px) {
  .CoveoSearchInterface .coveo-tab-section {
    background-color: #f7f8f9;
  }
  .CoveoSearchInterface .CoveoSearchbox {
    max-width: 800px;
    margin-right: 50px;
  }
  .CoveoSearchInterface .CoveoSettings {
    margin-left: 0;
  }
  .CoveoSearchInterface .CoveoSettings + .CoveoSearchbox {
    margin-right: 50px;
  }
}
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
@-webkit-keyframes placeholderColorChange {
  0% {
    background: #bcc3ca;
  }
  50% {
    background: #e6ecf0;
  }
  100% {
    background: #bcc3ca;
  }
}
@keyframes placeholderColorChange {
  0% {
    background: #bcc3ca;
  }
  50% {
    background: #e6ecf0;
  }
  100% {
    background: #bcc3ca;
  }
}
.coveo-placeholder-icon {
  width: 64px;
  height: 64px;
  margin-left: 2px;
}

.coveo-placeholder-icon-small {
  width: 32px;
  height: 32px;
  margin-left: 2px;
}

.coveo-placeholder-title {
  height: 16px;
  margin-bottom: 20px;
}

.coveo-placeholder-text {
  height: 8px;
  margin-bottom: 12px;
}

.coveo-placeholder-result,
.coveo-result-frame.coveo-placeholder-result {
  margin: 20px 0px 20px 20px;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-result-frame.coveo-placeholder-result {
  margin: 20px 0px 20px 20px;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoBreadcrumb {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoHiddenQuery {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoDidYouMean {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoErrorReport {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
  height: 42px;
  visibility: hidden;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoSimpleFilter {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-recommendation-main-section .coveo-recommendation-column {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-media-max-width-800 .coveo-results-header {
  height: 69px;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-media-max-width-800 .coveo-facet-column {
  display: none;
}

@media (max-width: 800px) {
  .CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
    height: 69px;
  }
  .CoveoSearchInterface.coveo-during-initialization .coveo-facet-column {
    display: none;
  }
}
.CoveoSearchInterface.coveo-during-initialization .coveo-media-max-width-1020 .coveo-recommendation-results-column {
  display: inherit;
  width: inherit;
}

@media (max-width: 1020px) {
  .CoveoSearchInterface.coveo-during-initialization .coveo-recommendation-results-column {
    display: inherit;
    width: inherit;
  }
}
.coveo-placeholder-title,
.coveo-placeholder-text,
.coveo-placeholder-icon,
.coveo-placeholder-icon-small {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.CoveoFacet.coveo-during-initialization,
.CoveoFacetSlider.coveo-during-initialization,
.CoveoFacetRange.coveo-during-initialization,
.CoveoHierarchicalFacet.coveo-during-initialization,
.CoveoTimespanFacet.coveo-during-initialization {
  display: none;
}

.CoveoFacet.coveo-during-initialization.coveo-with-placeholder,
.CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder,
.CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder,
.CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder,
.CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  margin-bottom: 20px;
  display: block;
}

.CoveoFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
.CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
.CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
.CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
.CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480 {
  display: none;
}

@media (max-width: 480px) {
  .CoveoFacet.coveo-during-initialization.coveo-with-placeholder,
  .CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder,
  .CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder,
  .CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder,
  .CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder {
    display: none;
  }
}
.CoveoFacet.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder > * {
  display: none;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder {
  display: block;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title {
  height: 24px;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line {
  padding: 0px 20px 0px 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
  -webkit-animation-name: placeholderColorChange;
  animation-name: placeholderColorChange;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0;
}

.CoveoSearchbox.coveo-during-initialization {
  display: block;
  height: 50px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
}

.CoveoResultList.coveo-during-initialization {
  display: none;
}

.CoveoResultList.coveo-during-initialization.coveo-with-placeholder {
  display: block;
}

.CoveoResultList.coveo-during-initialization.coveo-with-placeholder .CoveoResult {
  display: none;
}

.CoveoResultList.coveo-during-initialization.coveo-with-placeholder .CoveoResult.coveo-placeholder-result {
  display: block;
}

.CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout .coveo-placeholder-title {
  margin-bottom: 0;
}

.CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout.coveo-placeholder-result {
  min-height: 220px;
}

.CoveoRecommendation .CoveoResultList .coveo-placeholder-result {
  margin: 10px 0px 10px 20px;
}

.CoveoRecommendation .CoveoResultList .coveo-placeholder-title {
  margin-bottom: 0;
}

.coveo-media-max-width-480 .CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout.coveo-placeholder-result {
  margin: 0 0 20px 0;
}

@media (max-width: 480px) {
  .CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout.coveo-placeholder-result {
    margin: 0 0 20px 0;
  }
}
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-debug.coveo-modal-container .coveo-modal-content {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.coveo-debug.coveo-modal-container .coveo-modal-content.coveo-debug-loading {
  opacity: 0.5;
}

.coveo-debug.coveo-modal-container .coveo-checkbox-label,
.coveo-debug.coveo-modal-container .coveo-input {
  margin: 8px;
}

.coveo-debug.coveo-modal-container .coveo-modal-header {
  height: auto;
  min-height: 80px;
  padding: 20px;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a:hover,
.coveo-debug.coveo-modal-container .coveo-modal-header a:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a:hover,
.coveo-debug.coveo-modal-container .coveo-modal-header a:hover a {
  text-decoration: underline;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a.coveo-selected * {
  color: #263e55;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a:hover {
  color: #009ddc;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a.coveo-selected * {
  color: #009ddc;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property {
  display: none;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match .coveo-property {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match > .coveo-property-label > .coveo-debug-highlight,
.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match > .coveo-property-value > .coveo-debug-highlight {
  background: yellow;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-submatch {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property .coveo-property-value {
  display: none;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property:after {
  content: "No match";
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-submatch .coveo-property-value,
.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-match .coveo-property-value {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-submatch:after,
.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-match:after {
  content: "";
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching-loading {
  display: none;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations {
  display: table;
  width: 100%;
  height: 32px;
  margin-bottom: 16px;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration {
  display: table-cell;
  height: 32px;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id=indexDuration] {
  background: #b33;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id=proxyDuration] {
  background: #b3b;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id=clientDuration] {
  background: #3b3;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id=duration] {
  background: #33b;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend {
  display: inline-block;
  margin-right: 16px;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id=indexDuration]:before {
  background: #b33;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id=proxyDuration]:before {
  background: #b3b;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id=clientDuration]:before {
  background: #3b3;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id=duration]:before {
  background: #33b;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend .coveo-debug-duration-label {
  vertical-align: middle;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend .coveo-debug-duration-label:after {
  content: ": ";
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend .coveo-debug-duration-value {
  vertical-align: middle;
}

.coveo-debug.coveo-modal-container .coveo-section.coveo-debug-collapsed .coveo-section-header:before {
  content: "▶";
}

.coveo-debug.coveo-modal-container .coveo-section.coveo-debug-collapsed .coveo-section-container {
  display: none;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-header {
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  padding: 8px 16px;
  cursor: pointer;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-header:before {
  content: "▼";
  vertical-align: middle;
  margin-right: 8px;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container {
  padding: 16px 8px;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property {
  line-height: 18px;
  font-family: Consolas, Menlo, Monaco, monospace;
  padding-left: 16px;
  clear: both;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property .coveo-property-label {
  float: left;
  color: #263238;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property .coveo-property-label:after {
  content: ":";
  color: #212121;
  padding-right: 8px;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-label {
  position: relative;
  float: none;
  cursor: pointer;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-label:before {
  content: "▶";
  position: absolute;
  right: 100%;
  top: 0;
  line-height: 18px;
  font-size: 12px;
  padding-right: 2px;
  color: #263238;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-value {
  display: none;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-expanded > .coveo-property-value,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-search-submatch > .coveo-property-value {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-expanded > .coveo-property-label:before,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-search-submatch > .coveo-property-label:before {
  content: "▼";
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value {
  overflow: hidden;
  color: #212121;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string {
  color: #d50000;
  white-space: pre;
  word-wrap: break-word;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string:before {
  content: '"';
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string:after {
  content: '"';
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-null,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-object,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-array {
  color: #9e9e9e;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-number,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-boolean,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-date {
  color: #2196f3;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container > .coveo-property {
  padding-left: 0;
}

.coveo-checkbox-button,
input[type=checkbox].coveo-checkbox + button {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  background: #ffffff;
  border: 2px solid #1d4f76;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer;
}

input[type=checkbox].coveo-checkbox {
  display: none;
}

input[type=checkbox].coveo-checkbox + button:after {
  position: absolute;
  top: 7px;
  left: 7px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  background-color: transparent;
  border-radius: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

input[type=checkbox].coveo-checkbox + button:focus:after {
  top: -6px;
  left: -6px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.08);
}

input[type=checkbox].coveo-checkbox:checked + button {
  background-color: #009830;
  border-color: #009830;
}

input[type=checkbox].coveo-checkbox:checked + button:before {
  position: absolute;
  top: 1px;
  left: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 4px;
  height: 8px;
  content: "";
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

input[type=checkbox].coveo-checkbox:disabled + button {
  background-color: #373737;
  border-color: #373737;
}

input[type=checkbox].coveo-checkbox:indeterminate + button {
  position: relative;
}

input[type=checkbox].coveo-checkbox:indeterminate + button:before {
  position: absolute;
  top: 6px;
  left: 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 0;
  content: "";
  border-bottom: solid 2px #1d4f76;
}

input[type=checkbox].coveo-checkbox:indeterminate:disabled + button:before {
  border-color: #ffffff;
}

input[type=checkbox].coveo-checkbox:disabled + button {
  background-color: #373737;
  cursor: default;
  opacity: 0.2;
}

.coveo-checkbox-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #373737;
  line-height: 16px;
  vertical-align: middle;
}

.coveo-checkbox-label .label {
  cursor: pointer;
}

.coveo-checkbox-label.disabled .label {
  cursor: default;
  opacity: 0.4;
}

.coveo-checkbox-label button + .label,
.coveo-checkbox-label .label + .coveo-checkbox + button {
  margin-left: 18px;
}

label[for].coveo-checkbox-label {
  cursor: pointer;
}

.coveo-checkbox-labels-group .coveo-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coveo-checkbox-labels-group .coveo-checkbox-label + .coveo-checkbox-label {
  margin-top: 10px;
}

.coveo-checkbox-labels-group .coveo-checkbox-group-option + .coveo-checkbox-group-option {
  margin-top: 10px;
}

.coveo-checkbox-label {
  cursor: pointer;
}

.coveo-checkbox-label button + .coveo-checkbox-span-label,
.coveo-checkbox-label .coveo-checkbox-span-label + .coveo-checkbox + button {
  margin-left: 18px;
}

.coveo-checkbox-button,
input[type=checkbox].coveo-checkbox + button,
input[type=checkbox].coveo-checkbox + button {
  min-width: 18px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-emails-excess-collapsed,
.coveo-emails-excess-expanded {
  display: none;
  cursor: pointer;
}

.coveo-emails-excess-collapsed.coveo-active,
.coveo-emails-excess-expanded.coveo-active {
  display: inline;
}

.coveo-emails-excess-collapsed {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.coveo-emails-excess-collapsed:hover,
.coveo-emails-excess-collapsed:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-emails-excess-collapsed:hover,
.coveo-emails-excess-collapsed:hover a {
  text-decoration: underline;
}

.coveo-emails-excess-collapsed.coveo-selected * {
  color: #263e55;
}

.coveo-email-child-from {
  margin: 0 10px 0 5px;
}

.coveo-email-child-excerpt {
  font-size: 13px;
  text-decoration: none !important;
}

.coveo-email-child-excerpt:not(:hover) {
  color: inherit !important;
}

.coveo-modal-container .coveo-email-from,
.coveo-modal-container .coveo-email-to {
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 5px 16px;
  font-size: 13px;
  font-size: 14px;
}

.coveo-modal-container .coveo-email-from a,
.coveo-modal-container .coveo-email-to a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.coveo-modal-container .coveo-email-from a:hover,
.coveo-modal-container .coveo-email-from a:visited,
.coveo-modal-container .coveo-email-to a:hover,
.coveo-modal-container .coveo-email-to a:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-modal-container .coveo-email-from a:hover,
.coveo-modal-container .coveo-email-from a:hover a,
.coveo-modal-container .coveo-email-to a:hover,
.coveo-modal-container .coveo-email-to a:hover a {
  text-decoration: underline;
}

.coveo-modal-container .coveo-email-from a.coveo-selected *,
.coveo-modal-container .coveo-email-to a.coveo-selected * {
  color: #263e55;
}

.CoveoEmailAction {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 5px;
  margin: 5px 16px;
}

.CoveoEmailAction:hover,
.CoveoEmailAction:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoEmailAction:hover,
.CoveoEmailAction:hover a {
  text-decoration: underline;
}

.CoveoEmailAction.coveo-selected * {
  color: #263e55;
}

.CoveoEmailAction > div {
  display: inline-block;
}

.CoveoSearchInterface {
  min-width: 300px;
}

.CoveoSearchInterface > * {
  display: none;
  visibility: hidden;
}

.CoveoSearchInterface.coveo-waiting-for-query .coveo-search-section {
  display: block;
  visibility: visible;
  margin-top: 20%;
}

.CoveoSearchInterface.coveo-waiting-for-query .coveo-search-section .CoveoSettings {
  display: none;
}

.CoveoSearchInterface .coveo-search-section {
  max-width: 800px;
  margin: 54px auto 47px auto;
  padding: 0 10px;
}

.CoveoSearchInterface .coveo-search-section .coveo-media-max-width-480 {
  padding: 20px 10px 20px 10px;
  margin: 0 auto;
  width: 100%;
  max-width: none;
}

@media (max-width: 480px) {
  .CoveoSearchInterface .coveo-search-section {
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }
}
.CoveoSearchInterface .coveo-main-section {
  *zoom: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.CoveoSearchInterface .coveo-main-section:before,
.CoveoSearchInterface .coveo-main-section:after {
  content: " ";
  display: table;
}

.CoveoSearchInterface .coveo-main-section:after {
  clear: both;
}

.CoveoSearchInterface .coveo-facet-column {
  display: block;
  float: left;
  margin-right: 2.84259%;
  width: 28.01019%;
  padding: 5px 15px;
}

.CoveoSearchInterface .coveo-facet-column:last-child {
  margin-right: 0;
}

.CoveoSearchInterface .coveo-facet-column.coveo-no-results {
  display: none;
}

.CoveoSearchInterface .coveo-results-column {
  overflow: hidden;
  padding: 10px 10px 10px 15px;
}

.CoveoSearchInterface .coveo-results-column.coveo-no-results {
  max-width: 75%;
  margin: auto;
  text-align: center;
}

.CoveoSearchInterface .coveo-results-column .coveo-media-max-width-800.coveo-no-results {
  max-width: 100%;
}

@media (max-width: 800px) {
  .CoveoSearchInterface .coveo-results-column.coveo-no-results {
    max-width: 100%;
  }
}
.CoveoSearchInterface .coveo-results-column .coveo-media-max-width-480 {
  padding: 0;
}

@media (max-width: 480px) {
  .CoveoSearchInterface .coveo-results-column {
    padding: 0;
  }
}
.CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
  height: 35px;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header * {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoLogo,
.CoveoSearchInterface.coveo-during-initialization .CoveoResultsPerPage {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
  height: 35px;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header * {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoLogo,
.CoveoSearchInterface.coveo-during-initialization .CoveoResultsPerPage {
  display: none;
}

.coveo-after-initialization > * {
  display: inherit;
  visibility: inherit;
}

.coveo-after-initialization > * {
  display: inherit;
  visibility: inherit;
}

.coveo-after-initialization link,
.coveo-after-initialization script,
.coveo-after-initialization template {
  display: none;
}

.coveo-after-initialization output {
  display: inline;
}

.coveo-after-initialization meter,
.coveo-after-initialization progress,
.coveo-after-initialization input,
.coveo-after-initialization textarea,
.coveo-after-initialization keygen,
.coveo-after-initialization select,
.coveo-after-initialization button {
  display: inline-block;
}

.coveo-after-initialization table {
  display: table;
}

.coveo-results-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  min-height: 35px;
  overflow: hidden;
  -webkit-box-shadow: 0 -1px 0px 0px #bcc3ca inset;
  box-shadow: 0 -1px 0px 0px #bcc3ca inset;
}

.coveo-results-header.coveo-no-results {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.coveo-results-header.coveo-query-error {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.coveo-summary-section {
  display: inline-block;
  font-size: 14px;
  margin-right: auto;
  box-flex: auto;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.coveo-result-layout-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.coveo-result-layout-section.coveo-result-layout-hidden {
  display: none;
}

.coveo-sort-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.coveo-results-header > *:not(:first-child) {
  padding-right: 10px;
  margin-left: 10px;
  border-right: 1px solid #bcc3ca;
}

.coveo-results-header > *:last-child {
  padding-right: 0;
  border-right: none;
}

.coveo-media-max-width-800 .coveo-results-header {
  padding-right: 10px;
}

@media (max-width: 800px) {
  .coveo-results-header {
    padding-right: 10px;
  }
}
.coveo-media-max-width-480 .coveo-results-header {
  padding-left: 10px;
}

.coveo-media-max-width-480 .coveo-sort-section span:first-child {
  padding-left: 0;
}

.coveo-media-max-width-480 .coveo-list-layout .CoveoResult {
  margin: 0;
  padding: 15px 10px 15px 15px;
}

.coveo-media-max-width-480 .CoveoResultList {
  margin-bottom: 15px;
}

.coveo-media-max-width-480 .coveo-summary-section {
  width: 100%;
  margin-bottom: 10px;
}

.coveo-media-max-width-480 .coveo-results-header {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coveo-media-max-width-480 .coveo-results-header > *:not(:first-child) {
  border-right: none;
  margin-left: 0;
  padding: 0;
}

.coveo-media-max-width-480 .coveo-results-header > *:last-child {
  margin-left: 0;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .coveo-results-header {
    padding-left: 10px;
  }
  .coveo-sort-section span:first-child {
    padding-left: 0;
  }
  .coveo-list-layout .CoveoResult {
    margin: 0;
    padding: 15px 10px 15px 15px;
  }
  .CoveoResultList {
    margin-bottom: 15px;
  }
  .coveo-summary-section {
    width: 100%;
    margin-bottom: 10px;
  }
  .coveo-results-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coveo-results-header > *:not(:first-child) {
    border-right: none;
    margin-left: 0;
    padding: 0;
  }
  .coveo-results-header > *:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.CoveoResult.coveo-lithium-result .coveo-lithium-header {
  padding-top: 3px;
}

.coveo-lithium-result .coveo-expanded-child-result + .coveo-expanded-child-result {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

.coveo-lithium-from,
.coveo-lithium-to {
  font-size: 13px;
}

.coveo-lithium-from a,
.coveo-lithium-to a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.coveo-lithium-from a:hover,
.coveo-lithium-from a:visited,
.coveo-lithium-to a:hover,
.coveo-lithium-to a:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-lithium-from a:hover,
.coveo-lithium-from a:hover a,
.coveo-lithium-to a:hover,
.coveo-lithium-to a:hover a {
  text-decoration: underline;
}

.coveo-lithium-from a.coveo-selected *,
.coveo-lithium-to a.coveo-selected * {
  color: #263e55;
}

.coveo-loading-spinner {
  margin: 3em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 0.7em solid rgba(128, 128, 128, 0.2);
  border-left-color: gray;
  -webkit-animation: coveo-loading-spinner-animation 1.1s infinite linear;
  animation: coveo-loading-spinner-animation 1.1s infinite linear;
}

.coveo-loading-spinner-container {
  width: 100%;
}

.coveo-loading-spinner,
.coveo-loading-spinner:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

@-webkit-keyframes coveo-loading-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-loading-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.coveo-first-loading-animation {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding-top: 100px;
  background: #f7f7f7;
}

.coveo-first-loading-animation .coveo-loading-container {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: rotatex(0);
  transform: rotatex(0);
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot {
  background-color: rgba(20, 20, 20, 0.9);
  background: rgba(20, 20, 20, 0.9);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-animation: loadingFade 1s infinite;
  animation: loadingFade 1s infinite;
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.coveo-first-loading-animation .coveo-loading-container {
  margin-top: 15px;
}

.coveo-generic-loading-animation .coveo-loading-container {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: rotatex(0);
  transform: rotatex(0);
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot {
  background-color: rgba(20, 20, 20, 0.9);
  background: rgba(20, 20, 20, 0.9);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-animation: loadingFade 1s infinite;
  animation: loadingFade 1s infinite;
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-filetype-user,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.User,
.coveo-icon.objecttype.user,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner,
.coveo-icon.objecttype.Socialprofile,
.coveo-icon.objecttype.socialprofile,
.coveo-icon.filetype.box-user,
.coveo-icon.sysfiletype.box-user,
.coveo-icon.filetype.box,
.coveo-icon.sysfiletype.box,
.coveo-icon.filetype.exchangeperson,
.coveo-icon.sysfiletype.exchangeperson,
.coveo-icon.filetype.activedirperson,
.coveo-icon.sysfiletype.activedirperson,
.coveo-icon.filetype.exchangegroup,
.coveo-icon.sysfiletype.exchangegroup,
.coveo-icon.filetype.spuserprofile,
.coveo-icon.sysfiletype.spuserprofile,
.coveo-icon.filetype.spcontact,
.coveo-icon.sysfiletype.spcontact,
.coveo-icon.filetype.spcontactlist,
.coveo-icon.sysfiletype.spcontactlist,
.coveo-icon.filetype.spattendee,
.coveo-icon.sysfiletype.spattendee,
.coveo-icon.filetype.spattendeelist,
.coveo-icon.sysfiletype.spattendeelist,
.coveo-icon.filetype.spuserinformation,
.coveo-icon.sysfiletype.spuserinformation,
.coveo-icon.filetype.spuserinformationlist,
.coveo-icon.sysfiletype.spuserinformationlist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/user.svg);
}

.coveo-filetype-mail,
.coveo-icon.objecttype.Message,
.coveo-icon.objecttype.message,
.coveo-icon.objecttype.Email,
.coveo-icon.objecttype.email,
.coveo-icon.filetype.gmailmessage,
.coveo-icon.sysfiletype.gmailmessage,
.coveo-icon.filetype.exchangemessage,
.coveo-icon.sysfiletype.exchangemessage,
.coveo-icon.filetype.exchangedsn,
.coveo-icon.sysfiletype.exchangedsn,
.coveo-icon.filetype.exchangerecallmessage,
.coveo-icon.sysfiletype.exchangerecallmessage,
.coveo-icon.filetype.exchangerecallreport,
.coveo-icon.sysfiletype.exchangerecallreport,
.coveo-icon.filetype.exchangejunkmessage,
.coveo-icon.sysfiletype.exchangejunkmessage {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/mail.svg);
}

.coveo-filetype-salesforce-standard-feed,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-icon.filetype.rssitem,
.coveo-icon.sysfiletype.rssitem {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-feed.svg);
}

.coveo-filetype-salesforce-standard-feedback,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.sysfiletype.lithiummessage,
.coveo-icon.filetype.lithiumthread,
.coveo-icon.sysfiletype.lithiumthread {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-feedback.svg);
}

.coveo-filetype-salesforce-standard-file,
.coveo-icon.objecttype.File,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.annotation {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-file.svg);
}

.coveo-filetype-list,
.coveo-icon.objecttype.Board,
.coveo-icon.objecttype.board,
.coveo-icon.objecttype.Category,
.coveo-icon.objecttype.category,
.coveo-icon.objecttype.Invoice,
.coveo-icon.objecttype.invoice,
.coveo-icon.objecttype.Queueitem,
.coveo-icon.objecttype.queueitem,
.coveo-icon.objecttype.Service,
.coveo-icon.objecttype.service,
.coveo-icon.filetype.exchangenote,
.coveo-icon.sysfiletype.exchangenote,
.coveo-icon.filetype.exchangeactivity,
.coveo-icon.sysfiletype.exchangeactivity,
.coveo-icon.filetype.exchangerssfeed,
.coveo-icon.sysfiletype.exchangerssfeed,
.coveo-icon.filetype.exchangeofficecom,
.coveo-icon.sysfiletype.exchangeofficecom,
.coveo-icon.filetype.spannouncement,
.coveo-icon.sysfiletype.spannouncement,
.coveo-icon.filetype.spannouncementlist,
.coveo-icon.sysfiletype.spannouncementlist,
.coveo-icon.filetype.spdiscussionboard,
.coveo-icon.sysfiletype.spdiscussionboard,
.coveo-icon.filetype.spdiscussionboardlist,
.coveo-icon.sysfiletype.spdiscussionboardlist,
.coveo-icon.filetype.sptextbox,
.coveo-icon.sysfiletype.sptextbox,
.coveo-icon.filetype.sptextboxlist,
.coveo-icon.sysfiletype.sptextboxlist,
.coveo-icon.filetype.spblogcategory,
.coveo-icon.sysfiletype.spblogcategory,
.coveo-icon.filetype.spblogcategorylist,
.coveo-icon.sysfiletype.spblogcategorylist,
.coveo-icon.filetype.spblogcomment,
.coveo-icon.sysfiletype.spblogcomment,
.coveo-icon.filetype.spblogcommentlist,
.coveo-icon.sysfiletype.spblogcommentlist,
.coveo-icon.filetype.spblogpost,
.coveo-icon.sysfiletype.spblogpost,
.coveo-icon.filetype.spblogpostlist,
.coveo-icon.sysfiletype.spblogpostlist,
.coveo-icon.filetype.splanguagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslator,
.coveo-icon.filetype.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.splanguagesandtranslatorlist,
.coveo-icon.filetype.sphealthreport,
.coveo-icon.sysfiletype.sphealthreport,
.coveo-icon.filetype.sphealthreportlist,
.coveo-icon.sysfiletype.sphealthreportlist,
.coveo-icon.filetype.sphealthrule,
.coveo-icon.sysfiletype.sphealthrule,
.coveo-icon.filetype.sphealthrulelist,
.coveo-icon.sysfiletype.sphealthrulelist,
.coveo-icon.filetype.spperformancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontent,
.coveo-icon.filetype.spperformancepointcontentlist,
.coveo-icon.sysfiletype.spperformancepointcontentlist,
.coveo-icon.filetype.spphonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemo,
.coveo-icon.filetype.spphonecallmemolist,
.coveo-icon.sysfiletype.spphonecallmemolist,
.coveo-icon.filetype.spmicrofeedpost,
.coveo-icon.sysfiletype.spmicrofeedpost,
.coveo-icon.filetype.spmicrofeedlist,
.coveo-icon.sysfiletype.spmicrofeedlist {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-size: 52px 52px;
  background-image: url(../image/list.svg);
}

.coveo-filetype-salesforce-standard-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-account.svg);
}

.coveo-filetype-salesforce-standard-campaign,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-campaign.svg);
}

.coveo-filetype-case,
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.coveo-icon.objecttype.Incident,
.coveo-icon.objecttype.incident,
.coveo-icon.filetype.exchangetask,
.coveo-icon.sysfiletype.exchangetask,
.coveo-icon.filetype.spprojecttask,
.coveo-icon.sysfiletype.spprojecttask,
.coveo-icon.filetype.spprojecttasklist,
.coveo-icon.sysfiletype.spprojecttasklist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/case.svg);
}

.coveo-filetype-salesforce-standard-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-contact.svg);
}

.coveo-filetype-salesforce-standard-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-contract.svg);
}

.coveo-filetype-salesforce-standard-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-event.svg);
}

.coveo-filetype-salesforce-standard-goals,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-goals.svg);
}

.coveo-filetype-salesforce-standard-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-lead.svg);
}

.coveo-filetype-salesforce-standard-related-list,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.list,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.sysfiletype.saleforceitem,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.sysfiletype.lithiumcategory,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-icon.sysfiletype.spwikipagelibrarylist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-related-list.svg);
}

.coveo-filetype-salesforce-standard-article,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-icon.filetype.cfpage,
.coveo-icon.sysfiletype.cfpage {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-article.svg);
}

.coveo-filetype-salesforce-standard-report,
.coveo-icon.objecttype.Report,
.coveo-icon.objecttype.report {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-report.svg);
}

.coveo-filetype-salesforce-standard-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-task.svg);
}

.coveo-filetype-attachment,
.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.attachment {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/attachment.svg);
}

.coveo-filetype-salesforce-standard-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-opportunity.svg);
}

.coveo-filetype-salesforce-standard-post,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-post.svg);
}

.coveo-filetype-salesforce-standard-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-note.svg);
}

.coveo-filetype-salesforce-standard-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-product.svg);
}

.coveo-filetype-salesforce-standard-quotes,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-quotes.svg);
}

.coveo-filetype-salesforce-standard-orders,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-orders.svg);
}

.coveo-filetype-salesforce-standard-topic,
.coveo-icon.objecttype.Topic,
.coveo-icon.objecttype.topic {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-topic.svg);
}

.coveo-filetype-salesforce-standard-dashboard,
.coveo-icon.objecttype.Dashboard,
.coveo-icon.objecttype.dashboard {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-dashboard.svg);
}

.coveo-filetype-document,
.coveo-icon.objecttype.Contentversion,
.coveo-icon.objecttype.contentversion {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/document.svg);
}

.coveo-filetype-salesforce-standard-groups,
.coveo-icon.objecttype.Collaborationgroup,
.coveo-icon.objecttype.collaborationgroup,
.coveo-icon.filetype.lithiumboard,
.coveo-icon.sysfiletype.lithiumboard {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-groups.svg);
}

.coveo-filetype-salesforce-standard-call,
.coveo-icon.objecttype.Phonecall,
.coveo-icon.objecttype.phonecall {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-call.svg);
}

.coveo-filetype-salesforce-standard-service-appointment,
.coveo-icon.objecttype.Appointment,
.coveo-icon.objecttype.appointment {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-service-appointment.svg);
}

.coveo-filetype-user-small,
.coveo-icon.objecttype.coveo-small.People,
.coveo-icon.objecttype.coveo-small.people,
.coveo-icon.objecttype.coveo-small.User,
.coveo-icon.objecttype.coveo-small.user,
.coveo-icon.objecttype.coveo-small.Partner,
.coveo-icon.objecttype.coveo-small.partner,
.coveo-icon.objecttype.coveo-small.Socialprofile,
.coveo-icon.objecttype.coveo-small.socialprofile,
.coveo-icon.filetype.coveo-small.box-user,
.coveo-icon.sysfiletype.coveo-small.box-user,
.coveo-icon.filetype.coveo-small.box,
.coveo-icon.sysfiletype.coveo-small.box,
.coveo-icon.filetype.coveo-small.exchangeperson,
.coveo-icon.sysfiletype.coveo-small.exchangeperson,
.coveo-icon.filetype.coveo-small.activedirperson,
.coveo-icon.sysfiletype.coveo-small.activedirperson,
.coveo-icon.filetype.coveo-small.exchangegroup,
.coveo-icon.sysfiletype.coveo-small.exchangegroup,
.coveo-icon.filetype.coveo-small.spuserprofile,
.coveo-icon.sysfiletype.coveo-small.spuserprofile,
.coveo-icon.filetype.coveo-small.spcontact,
.coveo-icon.sysfiletype.coveo-small.spcontact,
.coveo-icon.filetype.coveo-small.spcontactlist,
.coveo-icon.sysfiletype.coveo-small.spcontactlist,
.coveo-icon.filetype.coveo-small.spattendee,
.coveo-icon.sysfiletype.coveo-small.spattendee,
.coveo-icon.filetype.coveo-small.spattendeelist,
.coveo-icon.sysfiletype.coveo-small.spattendeelist,
.coveo-icon.filetype.coveo-small.spuserinformation,
.coveo-icon.sysfiletype.coveo-small.spuserinformation,
.coveo-icon.filetype.coveo-small.spuserinformationlist,
.coveo-icon.sysfiletype.coveo-small.spuserinformationlist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/user.svg);
}

.coveo-filetype-mail-small,
.coveo-icon.objecttype.coveo-small.Message,
.coveo-icon.objecttype.coveo-small.message,
.coveo-icon.objecttype.coveo-small.Email,
.coveo-icon.objecttype.coveo-small.email,
.coveo-icon.filetype.coveo-small.gmailmessage,
.coveo-icon.sysfiletype.coveo-small.gmailmessage,
.coveo-icon.filetype.coveo-small.exchangemessage,
.coveo-icon.sysfiletype.coveo-small.exchangemessage,
.coveo-icon.filetype.coveo-small.exchangedsn,
.coveo-icon.sysfiletype.coveo-small.exchangedsn,
.coveo-icon.filetype.coveo-small.exchangerecallmessage,
.coveo-icon.sysfiletype.coveo-small.exchangerecallmessage,
.coveo-icon.filetype.coveo-small.exchangerecallreport,
.coveo-icon.sysfiletype.coveo-small.exchangerecallreport,
.coveo-icon.filetype.coveo-small.exchangejunkmessage,
.coveo-icon.sysfiletype.coveo-small.exchangejunkmessage {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/mail.svg);
}

.coveo-filetype-salesforce-standard-feed-small,
.coveo-icon.objecttype.coveo-small.Feed,
.coveo-icon.objecttype.coveo-small.feed,
.coveo-icon.filetype.coveo-small.rssitem,
.coveo-icon.sysfiletype.coveo-small.rssitem {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-feed.svg);
}

.coveo-filetype-salesforce-standard-feedback-small,
.coveo-icon.objecttype.coveo-small.Thread,
.coveo-icon.objecttype.coveo-small.thread,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment,
.coveo-icon.objecttype.coveo-small.Kbarticlecomment,
.coveo-icon.objecttype.coveo-small.kbarticlecomment,
.coveo-icon.filetype.coveo-small.lithiummessage,
.coveo-icon.sysfiletype.coveo-small.lithiummessage,
.coveo-icon.filetype.coveo-small.lithiumthread,
.coveo-icon.sysfiletype.coveo-small.lithiumthread {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-feedback.svg);
}

.coveo-filetype-salesforce-standard-file-small,
.coveo-icon.objecttype.coveo-small.File,
.coveo-icon.objecttype.coveo-small.file,
.coveo-icon.objecttype.coveo-small.Annotation,
.coveo-icon.objecttype.coveo-small.annotation {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-file.svg);
}

.coveo-filetype-list-small,
.coveo-icon.objecttype.coveo-small.Board,
.coveo-icon.objecttype.coveo-small.board,
.coveo-icon.objecttype.coveo-small.Category,
.coveo-icon.objecttype.coveo-small.category,
.coveo-icon.objecttype.coveo-small.Invoice,
.coveo-icon.objecttype.coveo-small.invoice,
.coveo-icon.objecttype.coveo-small.Queueitem,
.coveo-icon.objecttype.coveo-small.queueitem,
.coveo-icon.objecttype.coveo-small.Service,
.coveo-icon.objecttype.coveo-small.service,
.coveo-icon.filetype.coveo-small.exchangenote,
.coveo-icon.sysfiletype.coveo-small.exchangenote,
.coveo-icon.filetype.coveo-small.exchangeactivity,
.coveo-icon.sysfiletype.coveo-small.exchangeactivity,
.coveo-icon.filetype.coveo-small.exchangerssfeed,
.coveo-icon.sysfiletype.coveo-small.exchangerssfeed,
.coveo-icon.filetype.coveo-small.exchangeofficecom,
.coveo-icon.sysfiletype.coveo-small.exchangeofficecom,
.coveo-icon.filetype.coveo-small.spannouncement,
.coveo-icon.sysfiletype.coveo-small.spannouncement,
.coveo-icon.filetype.coveo-small.spannouncementlist,
.coveo-icon.sysfiletype.coveo-small.spannouncementlist,
.coveo-icon.filetype.coveo-small.spdiscussionboard,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboard,
.coveo-icon.filetype.coveo-small.spdiscussionboardlist,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboardlist,
.coveo-icon.filetype.coveo-small.sptextbox,
.coveo-icon.sysfiletype.coveo-small.sptextbox,
.coveo-icon.filetype.coveo-small.sptextboxlist,
.coveo-icon.sysfiletype.coveo-small.sptextboxlist,
.coveo-icon.filetype.coveo-small.spblogcategory,
.coveo-icon.sysfiletype.coveo-small.spblogcategory,
.coveo-icon.filetype.coveo-small.spblogcategorylist,
.coveo-icon.sysfiletype.coveo-small.spblogcategorylist,
.coveo-icon.filetype.coveo-small.spblogcomment,
.coveo-icon.sysfiletype.coveo-small.spblogcomment,
.coveo-icon.filetype.coveo-small.spblogcommentlist,
.coveo-icon.sysfiletype.coveo-small.spblogcommentlist,
.coveo-icon.filetype.coveo-small.spblogpost,
.coveo-icon.sysfiletype.coveo-small.spblogpost,
.coveo-icon.filetype.coveo-small.spblogpostlist,
.coveo-icon.sysfiletype.coveo-small.spblogpostlist,
.coveo-icon.filetype.coveo-small.splanguagesandtranslator,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslator,
.coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.filetype.coveo-small.sphealthreport,
.coveo-icon.sysfiletype.coveo-small.sphealthreport,
.coveo-icon.filetype.coveo-small.sphealthreportlist,
.coveo-icon.sysfiletype.coveo-small.sphealthreportlist,
.coveo-icon.filetype.coveo-small.sphealthrule,
.coveo-icon.sysfiletype.coveo-small.sphealthrule,
.coveo-icon.filetype.coveo-small.sphealthrulelist,
.coveo-icon.sysfiletype.coveo-small.sphealthrulelist,
.coveo-icon.filetype.coveo-small.spperformancepointcontent,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontent,
.coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontentlist,
.coveo-icon.filetype.coveo-small.spphonecallmemo,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemo,
.coveo-icon.filetype.coveo-small.spphonecallmemolist,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemolist,
.coveo-icon.filetype.coveo-small.spmicrofeedpost,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedpost,
.coveo-icon.filetype.coveo-small.spmicrofeedlist,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedlist {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  background-image: url(../image/list.svg);
}

.coveo-filetype-salesforce-standard-account-small,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-account.svg);
}

.coveo-filetype-salesforce-standard-campaign-small,
.coveo-icon.objecttype.coveo-small.Campaign,
.coveo-icon.objecttype.coveo-small.campaign {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-campaign.svg);
}

.coveo-filetype-case-small,
.coveo-icon.objecttype.coveo-small.Case,
.coveo-icon.objecttype.coveo-small.case,
.coveo-icon.objecttype.coveo-small.Incident,
.coveo-icon.objecttype.coveo-small.incident,
.coveo-icon.filetype.coveo-small.exchangetask,
.coveo-icon.sysfiletype.coveo-small.exchangetask,
.coveo-icon.filetype.coveo-small.spprojecttask,
.coveo-icon.sysfiletype.coveo-small.spprojecttask,
.coveo-icon.filetype.coveo-small.spprojecttasklist,
.coveo-icon.sysfiletype.coveo-small.spprojecttasklist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/case.svg);
}

.coveo-filetype-salesforce-standard-contact-small,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-contact.svg);
}

.coveo-filetype-salesforce-standard-contract-small,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-contract.svg);
}

.coveo-filetype-salesforce-standard-event-small,
.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-event.svg);
}

.coveo-filetype-salesforce-standard-goals-small,
.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-goals.svg);
}

.coveo-filetype-salesforce-standard-lead-small,
.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-lead.svg);
}

.coveo-filetype-salesforce-standard-related-list-small,
.coveo-icon.objecttype.coveo-small.List,
.coveo-icon.objecttype.coveo-small.list,
.coveo-icon.filetype.coveo-small.saleforceitem,
.coveo-icon.sysfiletype.coveo-small.saleforceitem,
.coveo-icon.filetype.coveo-small.lithiumcategory,
.coveo-icon.sysfiletype.coveo-small.lithiumcategory,
.coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-related-list.svg);
}

.coveo-filetype-salesforce-standard-article-small,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.coveo-small.Salesliterature,
.coveo-icon.objecttype.coveo-small.salesliterature,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.kbattachment,
.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle,
.coveo-icon.filetype.coveo-small.cfpage,
.coveo-icon.sysfiletype.coveo-small.cfpage {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-article.svg);
}

.coveo-filetype-salesforce-standard-report-small,
.coveo-icon.objecttype.coveo-small.Report,
.coveo-icon.objecttype.coveo-small.report {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-report.svg);
}

.coveo-filetype-salesforce-standard-task-small,
.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-task.svg);
}

.coveo-filetype-attachment-small,
.coveo-icon.objecttype.coveo-small.Attachment,
.coveo-icon.objecttype.coveo-small.attachment {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/attachment.svg);
}

.coveo-filetype-salesforce-standard-opportunity-small,
.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-opportunity.svg);
}

.coveo-filetype-salesforce-standard-post-small,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-post.svg);
}

.coveo-filetype-salesforce-standard-note-small,
.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-note.svg);
}

.coveo-filetype-salesforce-standard-product-small,
.coveo-icon.objecttype.coveo-small.Product,
.coveo-icon.objecttype.coveo-small.product {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-product.svg);
}

.coveo-filetype-salesforce-standard-quotes-small,
.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-quotes.svg);
}

.coveo-filetype-salesforce-standard-orders-small,
.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-orders.svg);
}

.coveo-filetype-salesforce-standard-topic-small,
.coveo-icon.objecttype.coveo-small.Topic,
.coveo-icon.objecttype.coveo-small.topic {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-topic.svg);
}

.coveo-filetype-salesforce-standard-dashboard-small,
.coveo-icon.objecttype.coveo-small.Dashboard,
.coveo-icon.objecttype.coveo-small.dashboard {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-dashboard.svg);
}

.coveo-filetype-document-small,
.coveo-icon.objecttype.coveo-small.Contentversion,
.coveo-icon.objecttype.coveo-small.contentversion {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/document.svg);
}

.coveo-filetype-salesforce-standard-groups-small,
.coveo-icon.objecttype.coveo-small.Collaborationgroup,
.coveo-icon.objecttype.coveo-small.collaborationgroup,
.coveo-icon.filetype.coveo-small.lithiumboard,
.coveo-icon.sysfiletype.coveo-small.lithiumboard {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-groups.svg);
}

.coveo-filetype-salesforce-standard-call-small,
.coveo-icon.objecttype.coveo-small.Phonecall,
.coveo-icon.objecttype.coveo-small.phonecall {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-call.svg);
}

.coveo-filetype-salesforce-standard-service-appointment-small,
.coveo-icon.objecttype.coveo-small.Appointment,
.coveo-icon.objecttype.coveo-small.appointment {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-service-appointment.svg);
}

.coveo-filetype-salesforce-doctype-html,
.coveo-icon.filetype.html,
.coveo-icon.sysfiletype.html,
.coveo-icon.filetype.wiki,
.coveo-icon.sysfiletype.wiki,
.coveo-icon.filetype.webscraperwebpage,
.coveo-icon.sysfiletype.webscraperwebpage,
.coveo-icon.filetype.xml,
.coveo-icon.sysfiletype.xml {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(../image/salesforce-doctype-html.svg);
}

.coveo-filetype-salesforce-doctype-image,
.coveo-icon.filetype.image,
.coveo-icon.sysfiletype.image,
.coveo-icon.filetype.svg,
.coveo-icon.sysfiletype.svg {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(../image/salesforce-doctype-image.svg);
}

.coveo-filetype-folder,
.coveo-icon.filetype.folder,
.coveo-icon.sysfiletype.folder,
.coveo-icon.filetype.cfspace,
.coveo-icon.sysfiletype.cfspace,
.coveo-icon.filetype.confluencespace,
.coveo-icon.sysfiletype.confluencespace,
.coveo-icon.filetype.spdocumentlibrarylist,
.coveo-icon.sysfiletype.spdocumentlibrarylist,
.coveo-icon.filetype.spformlibrarylist,
.coveo-icon.sysfiletype.spformlibrarylist,
.coveo-icon.filetype.spsitedirectory,
.coveo-icon.sysfiletype.spsitedirectory,
.coveo-icon.filetype.spsitedirectorylist,
.coveo-icon.sysfiletype.spsitedirectorylist,
.coveo-icon.filetype.splisttemplatecataloglist,
.coveo-icon.sysfiletype.splisttemplatecataloglist,
.coveo-icon.filetype.spwebpartcataloglist,
.coveo-icon.sysfiletype.spwebpartcataloglist,
.coveo-icon.filetype.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.spwebtemplatecataloglist,
.coveo-icon.filetype.spworkspacepagelist,
.coveo-icon.sysfiletype.spworkspacepagelist,
.coveo-icon.filetype.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.spareadocumentlibrarylist,
.coveo-icon.filetype.spmasterpagescataloglist,
.coveo-icon.sysfiletype.spmasterpagescataloglist,
.coveo-icon.filetype.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.sppublishingpageslibrarylist,
.coveo-icon.filetype.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.spreportdocumentlibrarylist,
.coveo-icon.filetype.spreportlibrarylist,
.coveo-icon.sysfiletype.spreportlibrarylist,
.coveo-icon.filetype.spslidelibrarylist,
.coveo-icon.sysfiletype.spslidelibrarylist,
.coveo-icon.filetype.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.sppublishingimageslibrarylist,
.coveo-icon.filetype.spdashboardslibrarylist,
.coveo-icon.sysfiletype.spdashboardslibrarylist,
.coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.spimedictionary,
.coveo-icon.sysfiletype.spimedictionary,
.coveo-icon.filetype.spimedictionarylist,
.coveo-icon.sysfiletype.spimedictionarylist,
.coveo-icon.filetype.sprecordlibrarylist,
.coveo-icon.sysfiletype.sprecordlibrarylist,
.coveo-icon.filetype.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
.coveo-icon.filetype.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.spsitethemeslibrarylist,
.coveo-icon.filetype.spsolutionslibrarylist,
.coveo-icon.sysfiletype.spsolutionslibrarylist,
.coveo-icon.filetype.spwfpublibrarylist,
.coveo-icon.sysfiletype.spwfpublibrarylist,
.coveo-icon.filetype.spdocumentset,
.coveo-icon.sysfiletype.spdocumentset,
.coveo-icon.filetype.splistfolder,
.coveo-icon.sysfiletype.splistfolder {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/folder.svg);
}

.coveo-filetype-salesforce-doctype-gdoc,
.coveo-icon.filetype.txt,
.coveo-icon.sysfiletype.txt {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(../image/salesforce-doctype-gdoc.svg);
}

.coveo-filetype-salesforce-doctype-pack,
.coveo-icon.filetype.zip,
.coveo-icon.sysfiletype.zip {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(../image/salesforce-doctype-pack.svg);
}

.coveo-filetype-file,
.coveo-icon.filetype.olefile,
.coveo-icon.sysfiletype.olefile,
.coveo-icon.filetype.odt,
.coveo-icon.sysfiletype.odt,
.coveo-icon.filetype.exchangedocument,
.coveo-icon.sysfiletype.exchangedocument,
.coveo-icon.filetype.spresource,
.coveo-icon.sysfiletype.spresource,
.coveo-icon.filetype.spresourcelist,
.coveo-icon.sysfiletype.spresourcelist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/file.svg);
}

.coveo-filetype-salesforce-doctype-pdf,
.coveo-icon.filetype.pdf,
.coveo-icon.sysfiletype.pdf {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(../image/salesforce-doctype-pdf.svg);
}

.coveo-filetype-salesforce-doctype-flash,
.coveo-icon.filetype.swf,
.coveo-icon.sysfiletype.swf {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(../image/salesforce-doctype-flash.svg);
}

.coveo-filetype-salesforce-doctype-visio,
.coveo-icon.filetype.vsd,
.coveo-icon.sysfiletype.vsd {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(../image/salesforce-doctype-visio.svg);
}

.coveo-filetype-salesforce-doctype-word,
.coveo-icon.filetype.svm,
.coveo-icon.sysfiletype.svm,
.coveo-icon.filetype.doc,
.coveo-icon.sysfiletype.doc,
.coveo-icon.filetype.docx,
.coveo-icon.sysfiletype.docx {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(../image/salesforce-doctype-word.svg);
}

.coveo-filetype-salesforce-doctype-excel,
.coveo-icon.filetype.xls,
.coveo-icon.sysfiletype.xls {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(../image/salesforce-doctype-excel.svg);
}

.coveo-filetype-salesforce-doctype-ppt,
.coveo-icon.filetype.ppt,
.coveo-icon.sysfiletype.ppt {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(../image/salesforce-doctype-ppt.svg);
}

.coveo-filetype-video,
.coveo-icon.filetype.video,
.coveo-icon.sysfiletype.video,
.coveo-icon.filetype.youtube,
.coveo-icon.sysfiletype.youtube,
.coveo-icon.filetype.youtubevideo,
.coveo-icon.sysfiletype.youtubevideo,
.coveo-icon.filetype.youtubeplaylistitem,
.coveo-icon.sysfiletype.youtubeplaylistitem,
.coveo-icon.filetype.youtubeplaylist,
.coveo-icon.sysfiletype.youtubeplaylist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/video.svg);
}

.coveo-filetype-link,
.coveo-icon.filetype.dynamicscrmitem,
.coveo-icon.sysfiletype.dynamicscrmitem,
.coveo-icon.filetype.spsite,
.coveo-icon.sysfiletype.spsite,
.coveo-icon.filetype.spissue,
.coveo-icon.sysfiletype.spissue,
.coveo-icon.filetype.spissuelist,
.coveo-icon.sysfiletype.spissuelist,
.coveo-icon.filetype.splink,
.coveo-icon.sysfiletype.splink,
.coveo-icon.filetype.splinklist,
.coveo-icon.sysfiletype.splinklist,
.coveo-icon.filetype.spdocumentlink,
.coveo-icon.sysfiletype.spdocumentlink {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/link.svg);
}

.coveo-filetype-salesforce-standard-default,
.coveo-icon.filetype.salesforceitem,
.coveo-icon.sysfiletype.salesforceitem {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-default.svg);
}

.coveo-filetype-salesforce-standard-service-report,
.coveo-icon.filetype.jiraissue,
.coveo-icon.sysfiletype.jiraissue {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-service-report.svg);
}

.coveo-filetype-salesforce-standard-question-feed,
.coveo-icon.filetype.cfcomment,
.coveo-icon.sysfiletype.cfcomment {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-question-feed.svg);
}

.coveo-filetype-salesforce-standard-insights,
.coveo-icon.filetype.cfblogentry,
.coveo-icon.sysfiletype.cfblogentry {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-insights.svg);
}

.coveo-filetype-calendar,
.coveo-icon.filetype.exchangeappointment,
.coveo-icon.sysfiletype.exchangeappointment,
.coveo-icon.filetype.exchangecalendarmessage,
.coveo-icon.sysfiletype.exchangecalendarmessage,
.coveo-icon.filetype.spevent,
.coveo-icon.sysfiletype.spevent,
.coveo-icon.filetype.speventlist,
.coveo-icon.sysfiletype.speventlist,
.coveo-icon.filetype.sptask,
.coveo-icon.sysfiletype.sptask,
.coveo-icon.filetype.sptasklist,
.coveo-icon.sysfiletype.sptasklist,
.coveo-icon.filetype.spagenda,
.coveo-icon.sysfiletype.spagenda,
.coveo-icon.filetype.spagendalist,
.coveo-icon.sysfiletype.spagendalist,
.coveo-icon.filetype.spmeetingserie,
.coveo-icon.sysfiletype.spmeetingserie,
.coveo-icon.filetype.spmeetingserielist,
.coveo-icon.sysfiletype.spmeetingserielist,
.coveo-icon.filetype.spadministratortask,
.coveo-icon.sysfiletype.spadministratortask,
.coveo-icon.filetype.spadministratortasklist,
.coveo-icon.sysfiletype.spadministratortasklist,
.coveo-icon.filetype.spworkflowhistory,
.coveo-icon.sysfiletype.spworkflowhistory,
.coveo-icon.filetype.spworkflowhistorylist,
.coveo-icon.sysfiletype.spworkflowhistorylist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/calendar.svg);
}

.coveo-filetype-custom,
.coveo-icon.objecttype,
.coveo-icon.filetype,
.coveo-icon.sysfiletype,
.coveo-icon.filetype.exchangefreebusy,
.coveo-icon.sysfiletype.exchangefreebusy,
.coveo-icon.filetype.exchangemdn,
.coveo-icon.sysfiletype.exchangemdn,
.coveo-icon.filetype.exchangeobject,
.coveo-icon.sysfiletype.exchangeobject,
.coveo-icon.filetype.sparea,
.coveo-icon.sysfiletype.sparea,
.coveo-icon.filetype.spcustomlist,
.coveo-icon.sysfiletype.spcustomlist,
.coveo-icon.filetype.spsurvey,
.coveo-icon.sysfiletype.spsurvey,
.coveo-icon.filetype.spsurveylist,
.coveo-icon.sysfiletype.spsurveylist,
.coveo-icon.filetype.spcustomgridlist,
.coveo-icon.sysfiletype.spcustomgridlist,
.coveo-icon.filetype.spdecision,
.coveo-icon.sysfiletype.spdecision,
.coveo-icon.filetype.spdecisionlist,
.coveo-icon.sysfiletype.spdecisionlist,
.coveo-icon.filetype.spobjective,
.coveo-icon.sysfiletype.spobjective,
.coveo-icon.filetype.spobjectivelist,
.coveo-icon.sysfiletype.spobjectivelist,
.coveo-icon.filetype.spthingstobring,
.coveo-icon.sysfiletype.spthingstobring,
.coveo-icon.filetype.spthingstobringlist,
.coveo-icon.sysfiletype.spthingstobringlist,
.coveo-icon.filetype.sparealisting,
.coveo-icon.sysfiletype.sparealisting,
.coveo-icon.filetype.spunknownlist,
.coveo-icon.sysfiletype.spunknownlist,
.coveo-icon.filetype.spdistributiongroup,
.coveo-icon.sysfiletype.spdistributiongroup,
.coveo-icon.filetype.spdistributiongrouplist,
.coveo-icon.sysfiletype.spdistributiongrouplist,
.coveo-icon.filetype.spkeyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicator,
.coveo-icon.filetype.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
.coveo-icon.filetype.sptab,
.coveo-icon.sysfiletype.sptab,
.coveo-icon.filetype.sptablist,
.coveo-icon.sysfiletype.sptablist,
.coveo-icon.filetype.spworkflowprocess,
.coveo-icon.sysfiletype.spworkflowprocess,
.coveo-icon.filetype.spworkflowprocesslist,
.coveo-icon.sysfiletype.spworkflowprocesslist,
.coveo-icon.filetype.spcirculation,
.coveo-icon.sysfiletype.spcirculation,
.coveo-icon.filetype.spcirculationlist,
.coveo-icon.sysfiletype.spcirculationlist,
.coveo-icon.filetype.spwhereabout,
.coveo-icon.sysfiletype.spwhereabout,
.coveo-icon.filetype.spwhereaboutlist,
.coveo-icon.sysfiletype.spwhereaboutlist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/custom.svg);
}

.coveo-filetype-salesforce-standard-team-member,
.coveo-icon.filetype.lithiumcommunity,
.coveo-icon.sysfiletype.lithiumcommunity {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/salesforce-standard-team-member.svg);
}

.coveo-filetype-webpage,
.coveo-icon.filetype.spportal,
.coveo-icon.sysfiletype.spportal {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/webpage.svg);
}

.coveo-filetype-images,
.coveo-icon.filetype.sppicturelibrarylist,
.coveo-icon.sysfiletype.sppicturelibrarylist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/images.svg);
}

.coveo-filetype-kb,
.coveo-icon.filetype.spdatasource,
.coveo-icon.sysfiletype.spdatasource,
.coveo-icon.filetype.spdatasourcelist,
.coveo-icon.sysfiletype.spdatasourcelist,
.coveo-icon.filetype.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.spdataconnectionlibrarylist,
.coveo-icon.filetype.spipfslist,
.coveo-icon.sysfiletype.spipfslist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(../image/kb.svg);
}

.coveo-filetype-salesforce-doctype-html-small,
.coveo-icon.filetype.coveo-small.html,
.coveo-icon.sysfiletype.coveo-small.html,
.coveo-icon.filetype.coveo-small.wiki,
.coveo-icon.sysfiletype.coveo-small.wiki,
.coveo-icon.filetype.coveo-small.webscraperwebpage,
.coveo-icon.sysfiletype.coveo-small.webscraperwebpage,
.coveo-icon.filetype.coveo-small.xml,
.coveo-icon.sysfiletype.coveo-small.xml {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(../image/salesforce-doctype-html.svg);
}

.coveo-filetype-salesforce-doctype-image-small,
.coveo-icon.filetype.coveo-small.image,
.coveo-icon.sysfiletype.coveo-small.image,
.coveo-icon.filetype.coveo-small.svg,
.coveo-icon.sysfiletype.coveo-small.svg {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(../image/salesforce-doctype-image.svg);
}

.coveo-filetype-folder-small,
.coveo-icon.filetype.coveo-small.folder,
.coveo-icon.sysfiletype.coveo-small.folder,
.coveo-icon.filetype.coveo-small.cfspace,
.coveo-icon.sysfiletype.coveo-small.cfspace,
.coveo-icon.filetype.coveo-small.confluencespace,
.coveo-icon.sysfiletype.coveo-small.confluencespace,
.coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spformlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spformlibrarylist,
.coveo-icon.filetype.coveo-small.spsitedirectory,
.coveo-icon.sysfiletype.coveo-small.spsitedirectory,
.coveo-icon.filetype.coveo-small.spsitedirectorylist,
.coveo-icon.sysfiletype.coveo-small.spsitedirectorylist,
.coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.splisttemplatecataloglist,
.coveo-icon.filetype.coveo-small.spwebpartcataloglist,
.coveo-icon.sysfiletype.coveo-small.spwebpartcataloglist,
.coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.filetype.coveo-small.spworkspacepagelist,
.coveo-icon.sysfiletype.coveo-small.spworkspacepagelist,
.coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
.coveo-icon.sysfiletype.coveo-small.spmasterpagescataloglist,
.coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spreportlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportlibrarylist,
.coveo-icon.filetype.coveo-small.spslidelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spslidelibrarylist,
.coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdashboardslibrarylist,
.coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.coveo-small.spimedictionary,
.coveo-icon.sysfiletype.coveo-small.spimedictionary,
.coveo-icon.filetype.coveo-small.spimedictionarylist,
.coveo-icon.sysfiletype.coveo-small.spimedictionarylist,
.coveo-icon.filetype.coveo-small.sprecordlibrarylist,
.coveo-icon.sysfiletype.coveo-small.sprecordlibrarylist,
.coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsolutionslibrarylist,
.coveo-icon.filetype.coveo-small.spwfpublibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwfpublibrarylist,
.coveo-icon.filetype.coveo-small.spdocumentset,
.coveo-icon.sysfiletype.coveo-small.spdocumentset,
.coveo-icon.filetype.coveo-small.splistfolder,
.coveo-icon.sysfiletype.coveo-small.splistfolder {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/folder.svg);
}

.coveo-filetype-salesforce-doctype-gdoc-small,
.coveo-icon.filetype.coveo-small.txt,
.coveo-icon.sysfiletype.coveo-small.txt {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(../image/salesforce-doctype-gdoc.svg);
}

.coveo-filetype-salesforce-doctype-pack-small,
.coveo-icon.filetype.coveo-small.zip,
.coveo-icon.sysfiletype.coveo-small.zip {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(../image/salesforce-doctype-pack.svg);
}

.coveo-filetype-file-small,
.coveo-icon.filetype.coveo-small.olefile,
.coveo-icon.sysfiletype.coveo-small.olefile,
.coveo-icon.filetype.coveo-small.odt,
.coveo-icon.sysfiletype.coveo-small.odt,
.coveo-icon.filetype.coveo-small.exchangedocument,
.coveo-icon.sysfiletype.coveo-small.exchangedocument,
.coveo-icon.filetype.coveo-small.spresource,
.coveo-icon.sysfiletype.coveo-small.spresource,
.coveo-icon.filetype.coveo-small.spresourcelist,
.coveo-icon.sysfiletype.coveo-small.spresourcelist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/file.svg);
}

.coveo-filetype-salesforce-doctype-pdf-small,
.coveo-icon.filetype.coveo-small.pdf,
.coveo-icon.sysfiletype.coveo-small.pdf {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(../image/salesforce-doctype-pdf.svg);
}

.coveo-filetype-salesforce-doctype-flash-small,
.coveo-icon.filetype.coveo-small.swf,
.coveo-icon.sysfiletype.coveo-small.swf {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(../image/salesforce-doctype-flash.svg);
}

.coveo-filetype-salesforce-doctype-visio-small,
.coveo-icon.filetype.coveo-small.vsd,
.coveo-icon.sysfiletype.coveo-small.vsd {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(../image/salesforce-doctype-visio.svg);
}

.coveo-filetype-salesforce-doctype-word-small,
.coveo-icon.filetype.coveo-small.svm,
.coveo-icon.sysfiletype.coveo-small.svm,
.coveo-icon.filetype.coveo-small.doc,
.coveo-icon.sysfiletype.coveo-small.doc,
.coveo-icon.filetype.coveo-small.docx,
.coveo-icon.sysfiletype.coveo-small.docx {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(../image/salesforce-doctype-word.svg);
}

.coveo-filetype-salesforce-doctype-excel-small,
.coveo-icon.filetype.coveo-small.xls,
.coveo-icon.sysfiletype.coveo-small.xls {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(../image/salesforce-doctype-excel.svg);
}

.coveo-filetype-salesforce-doctype-ppt-small,
.coveo-icon.filetype.coveo-small.ppt,
.coveo-icon.sysfiletype.coveo-small.ppt {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(../image/salesforce-doctype-ppt.svg);
}

.coveo-filetype-video-small,
.coveo-icon.filetype.coveo-small.video,
.coveo-icon.sysfiletype.coveo-small.video,
.coveo-icon.filetype.coveo-small.youtube,
.coveo-icon.sysfiletype.coveo-small.youtube,
.coveo-icon.filetype.coveo-small.youtubevideo,
.coveo-icon.sysfiletype.coveo-small.youtubevideo,
.coveo-icon.filetype.coveo-small.youtubeplaylistitem,
.coveo-icon.sysfiletype.coveo-small.youtubeplaylistitem,
.coveo-icon.filetype.coveo-small.youtubeplaylist,
.coveo-icon.sysfiletype.coveo-small.youtubeplaylist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/video.svg);
}

.coveo-filetype-link-small,
.coveo-icon.filetype.coveo-small.dynamicscrmitem,
.coveo-icon.sysfiletype.coveo-small.dynamicscrmitem,
.coveo-icon.filetype.coveo-small.spsite,
.coveo-icon.sysfiletype.coveo-small.spsite,
.coveo-icon.filetype.coveo-small.spissue,
.coveo-icon.sysfiletype.coveo-small.spissue,
.coveo-icon.filetype.coveo-small.spissuelist,
.coveo-icon.sysfiletype.coveo-small.spissuelist,
.coveo-icon.filetype.coveo-small.splink,
.coveo-icon.sysfiletype.coveo-small.splink,
.coveo-icon.filetype.coveo-small.splinklist,
.coveo-icon.sysfiletype.coveo-small.splinklist,
.coveo-icon.filetype.coveo-small.spdocumentlink,
.coveo-icon.sysfiletype.coveo-small.spdocumentlink {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/link.svg);
}

.coveo-filetype-salesforce-standard-default-small,
.coveo-icon.filetype.coveo-small.salesforceitem,
.coveo-icon.sysfiletype.coveo-small.salesforceitem {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-default.svg);
}

.coveo-filetype-salesforce-standard-service-report-small,
.coveo-icon.filetype.coveo-small.jiraissue,
.coveo-icon.sysfiletype.coveo-small.jiraissue {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-service-report.svg);
}

.coveo-filetype-salesforce-standard-question-feed-small,
.coveo-icon.filetype.coveo-small.cfcomment,
.coveo-icon.sysfiletype.coveo-small.cfcomment {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-question-feed.svg);
}

.coveo-filetype-salesforce-standard-insights-small,
.coveo-icon.filetype.coveo-small.cfblogentry,
.coveo-icon.sysfiletype.coveo-small.cfblogentry {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-insights.svg);
}

.coveo-filetype-calendar-small,
.coveo-icon.filetype.coveo-small.exchangeappointment,
.coveo-icon.sysfiletype.coveo-small.exchangeappointment,
.coveo-icon.filetype.coveo-small.exchangecalendarmessage,
.coveo-icon.sysfiletype.coveo-small.exchangecalendarmessage,
.coveo-icon.filetype.coveo-small.spevent,
.coveo-icon.sysfiletype.coveo-small.spevent,
.coveo-icon.filetype.coveo-small.speventlist,
.coveo-icon.sysfiletype.coveo-small.speventlist,
.coveo-icon.filetype.coveo-small.sptask,
.coveo-icon.sysfiletype.coveo-small.sptask,
.coveo-icon.filetype.coveo-small.sptasklist,
.coveo-icon.sysfiletype.coveo-small.sptasklist,
.coveo-icon.filetype.coveo-small.spagenda,
.coveo-icon.sysfiletype.coveo-small.spagenda,
.coveo-icon.filetype.coveo-small.spagendalist,
.coveo-icon.sysfiletype.coveo-small.spagendalist,
.coveo-icon.filetype.coveo-small.spmeetingserie,
.coveo-icon.sysfiletype.coveo-small.spmeetingserie,
.coveo-icon.filetype.coveo-small.spmeetingserielist,
.coveo-icon.sysfiletype.coveo-small.spmeetingserielist,
.coveo-icon.filetype.coveo-small.spadministratortask,
.coveo-icon.sysfiletype.coveo-small.spadministratortask,
.coveo-icon.filetype.coveo-small.spadministratortasklist,
.coveo-icon.sysfiletype.coveo-small.spadministratortasklist,
.coveo-icon.filetype.coveo-small.spworkflowhistory,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistory,
.coveo-icon.filetype.coveo-small.spworkflowhistorylist,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistorylist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/calendar.svg);
}

.coveo-filetype-custom-small,
.coveo-icon.objecttype.coveo-small,
.coveo-icon.filetype.coveo-small,
.coveo-icon.sysfiletype.coveo-small,
.coveo-icon.filetype.coveo-small.exchangefreebusy,
.coveo-icon.sysfiletype.coveo-small.exchangefreebusy,
.coveo-icon.filetype.coveo-small.exchangemdn,
.coveo-icon.sysfiletype.coveo-small.exchangemdn,
.coveo-icon.filetype.coveo-small.exchangeobject,
.coveo-icon.sysfiletype.coveo-small.exchangeobject,
.coveo-icon.filetype.coveo-small.sparea,
.coveo-icon.sysfiletype.coveo-small.sparea,
.coveo-icon.filetype.coveo-small.spcustomlist,
.coveo-icon.sysfiletype.coveo-small.spcustomlist,
.coveo-icon.filetype.coveo-small.spsurvey,
.coveo-icon.sysfiletype.coveo-small.spsurvey,
.coveo-icon.filetype.coveo-small.spsurveylist,
.coveo-icon.sysfiletype.coveo-small.spsurveylist,
.coveo-icon.filetype.coveo-small.spcustomgridlist,
.coveo-icon.sysfiletype.coveo-small.spcustomgridlist,
.coveo-icon.filetype.coveo-small.spdecision,
.coveo-icon.sysfiletype.coveo-small.spdecision,
.coveo-icon.filetype.coveo-small.spdecisionlist,
.coveo-icon.sysfiletype.coveo-small.spdecisionlist,
.coveo-icon.filetype.coveo-small.spobjective,
.coveo-icon.sysfiletype.coveo-small.spobjective,
.coveo-icon.filetype.coveo-small.spobjectivelist,
.coveo-icon.sysfiletype.coveo-small.spobjectivelist,
.coveo-icon.filetype.coveo-small.spthingstobring,
.coveo-icon.sysfiletype.coveo-small.spthingstobring,
.coveo-icon.filetype.coveo-small.spthingstobringlist,
.coveo-icon.sysfiletype.coveo-small.spthingstobringlist,
.coveo-icon.filetype.coveo-small.sparealisting,
.coveo-icon.sysfiletype.coveo-small.sparealisting,
.coveo-icon.filetype.coveo-small.spunknownlist,
.coveo-icon.sysfiletype.coveo-small.spunknownlist,
.coveo-icon.filetype.coveo-small.spdistributiongroup,
.coveo-icon.sysfiletype.coveo-small.spdistributiongroup,
.coveo-icon.filetype.coveo-small.spdistributiongrouplist,
.coveo-icon.sysfiletype.coveo-small.spdistributiongrouplist,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicator,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.filetype.coveo-small.sptab,
.coveo-icon.sysfiletype.coveo-small.sptab,
.coveo-icon.filetype.coveo-small.sptablist,
.coveo-icon.sysfiletype.coveo-small.sptablist,
.coveo-icon.filetype.coveo-small.spworkflowprocess,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocess,
.coveo-icon.filetype.coveo-small.spworkflowprocesslist,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocesslist,
.coveo-icon.filetype.coveo-small.spcirculation,
.coveo-icon.sysfiletype.coveo-small.spcirculation,
.coveo-icon.filetype.coveo-small.spcirculationlist,
.coveo-icon.sysfiletype.coveo-small.spcirculationlist,
.coveo-icon.filetype.coveo-small.spwhereabout,
.coveo-icon.sysfiletype.coveo-small.spwhereabout,
.coveo-icon.filetype.coveo-small.spwhereaboutlist,
.coveo-icon.sysfiletype.coveo-small.spwhereaboutlist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/custom.svg);
}

.coveo-filetype-salesforce-standard-team-member-small,
.coveo-icon.filetype.coveo-small.lithiumcommunity,
.coveo-icon.sysfiletype.coveo-small.lithiumcommunity {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/salesforce-standard-team-member.svg);
}

.coveo-filetype-webpage-small,
.coveo-icon.filetype.coveo-small.spportal,
.coveo-icon.sysfiletype.coveo-small.spportal {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/webpage.svg);
}

.coveo-filetype-images-small,
.coveo-icon.filetype.coveo-small.sppicturelibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppicturelibrarylist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/images.svg);
}

.coveo-filetype-kb-small,
.coveo-icon.filetype.coveo-small.spdatasource,
.coveo-icon.sysfiletype.coveo-small.spdatasource,
.coveo-icon.filetype.coveo-small.spdatasourcelist,
.coveo-icon.sysfiletype.coveo-small.spdatasourcelist,
.coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.filetype.coveo-small.spipfslist,
.coveo-icon.sysfiletype.coveo-small.spipfslist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../image/kb.svg);
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-filetype-salesforce-standard-log-a-call,
.coveo-filetype-salesforce-standard-log-a-call-small {
  background-color: #48c3cc;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-document,
.coveo-filetype-salesforce-standard-document-small {
  background-color: #baac93;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-environment-hub,
.coveo-filetype-salesforce-standard-environment-hub-small {
  background-color: #54698d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-flow,
.coveo-filetype-salesforce-standard-flow-small {
  background-color: #54698d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-sossession,
.coveo-filetype-salesforce-standard-sossession-small {
  background-color: #54698d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-process,
.coveo-filetype-salesforce-standard-process-small {
  background-color: #54698d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-news,
.coveo-filetype-salesforce-standard-news-small {
  background-color: #7f8de1;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-home,
.coveo-filetype-salesforce-standard-home-small {
  background-color: #ef7ead;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-filetype-salesforce-standard-account-small,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account {
  background-color: #7f8de1;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-apps-admin,
.coveo-filetype-salesforce-standard-apps-admin-small {
  background-color: #9895ee;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-announcement,
.coveo-filetype-salesforce-standard-announcement-small {
  background-color: #62b7ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-person-account,
.coveo-filetype-salesforce-standard-person-account-small {
  background-color: #7f8de1;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-social,
.coveo-filetype-salesforce-standard-social-small {
  background-color: #ea74a2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-campaign-members,
.coveo-filetype-salesforce-standard-campaign-members-small {
  background-color: #f49756;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-article,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-icon.filetype.cfpage,
.coveo-icon.sysfiletype.cfpage,
.coveo-filetype-salesforce-standard-article-small,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.coveo-small.Salesliterature,
.coveo-icon.objecttype.coveo-small.salesliterature,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.kbattachment,
.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle,
.coveo-icon.filetype.coveo-small.cfpage,
.coveo-icon.sysfiletype.coveo-small.cfpage {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-answer-public,
.coveo-filetype-salesforce-standard-answer-public-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-answer-private,
.coveo-filetype-salesforce-standard-answer-private-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-answer-best,
.coveo-filetype-salesforce-standard-answer-best-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-avatar-loading,
.coveo-filetype-salesforce-standard-avatar-loading-small {
  background-color: #b8c3ce;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-campaign,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign,
.coveo-filetype-salesforce-standard-campaign-small,
.coveo-icon.objecttype.coveo-small.Campaign,
.coveo-icon.objecttype.coveo-small.campaign {
  background-color: #f49756;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-calibration,
.coveo-filetype-salesforce-standard-calibration-small {
  background-color: #47cfd2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-avatar,
.coveo-filetype-salesforce-standard-avatar-small {
  background-color: #62b7ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-approval,
.coveo-filetype-salesforce-standard-approval-small {
  background-color: #50cc7a;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-apps,
.coveo-filetype-salesforce-standard-apps-small {
  background-color: #3c97dd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-user,
.coveo-filetype-salesforce-standard-user-small {
  background-color: #34becd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-evernote,
.coveo-filetype-salesforce-standard-evernote-small {
  background-color: #86c86f;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-coaching,
.coveo-filetype-salesforce-standard-coaching-small {
  background-color: #f67594;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-connected-apps,
.coveo-filetype-salesforce-standard-connected-apps-small {
  background-color: #9895ee;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-drafts,
.coveo-filetype-salesforce-standard-drafts-small {
  background-color: #6ca1e9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-email,
.coveo-filetype-salesforce-standard-email-small {
  background-color: #95aec5;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-email-iq,
.coveo-filetype-salesforce-standard-email-iq-small {
  background-color: #a094ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-endorsement,
.coveo-filetype-salesforce-standard-endorsement-small {
  background-color: #8b9ae3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-filetype-salesforce-standard-event-small,
.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event {
  background-color: #eb7092;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-dropbox,
.coveo-filetype-salesforce-standard-dropbox-small {
  background-color: #52aef9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-concur,
.coveo-filetype-salesforce-standard-concur-small {
  background-color: #4cc3c7;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-email-chatter,
.coveo-filetype-salesforce-standard-email-chatter-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-transcript,
.coveo-filetype-salesforce-standard-case-transcript-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-email,
.coveo-filetype-salesforce-standard-case-email-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-log-a-call,
.coveo-filetype-salesforce-standard-case-log-a-call-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-comment,
.coveo-filetype-salesforce-standard-case-comment-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-change-status,
.coveo-filetype-salesforce-standard-case-change-status-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-work-order,
.coveo-filetype-salesforce-standard-work-order-small {
  background-color: #50e3c2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-work-order-item,
.coveo-filetype-salesforce-standard-work-order-item-small {
  background-color: #33a8dc;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-client,
.coveo-filetype-salesforce-standard-client-small {
  background-color: #00d2be;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-filetype-salesforce-standard-contract-small,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract {
  background-color: #6ec06e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-dashboard,
.coveo-icon.objecttype.Dashboard,
.coveo-icon.objecttype.dashboard,
.coveo-filetype-salesforce-standard-dashboard-small,
.coveo-icon.objecttype.coveo-small.Dashboard,
.coveo-icon.objecttype.coveo-small.dashboard {
  background-color: #ef6e64;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case,
.coveo-filetype-salesforce-standard-case-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-empty,
.coveo-filetype-salesforce-standard-empty-small {
  background-color: #8199af;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-default,
.coveo-icon.filetype.salesforceitem,
.coveo-icon.sysfiletype.salesforceitem,
.coveo-filetype-salesforce-standard-default-small,
.coveo-icon.filetype.coveo-small.salesforceitem,
.coveo-icon.sysfiletype.coveo-small.salesforceitem {
  background-color: #8199af;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-custom,
.coveo-filetype-salesforce-standard-custom-small {
  background-color: #8199af;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-canvas,
.coveo-filetype-salesforce-standard-canvas-small {
  background-color: #8199af;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-filetype-salesforce-standard-contact-small,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact {
  background-color: #a094ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-portal,
.coveo-filetype-salesforce-standard-portal-small {
  background-color: #aec770;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product,
.coveo-filetype-salesforce-standard-product-small,
.coveo-icon.objecttype.coveo-small.Product,
.coveo-icon.objecttype.coveo-small.product {
  background-color: #b781d3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-pricebook,
.coveo-filetype-salesforce-standard-pricebook-small {
  background-color: #b781d3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-feed,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-icon.filetype.rssitem,
.coveo-icon.sysfiletype.rssitem,
.coveo-filetype-salesforce-standard-feed-small,
.coveo-icon.objecttype.coveo-small.Feed,
.coveo-icon.objecttype.coveo-small.feed,
.coveo-icon.filetype.coveo-small.rssitem,
.coveo-icon.sysfiletype.coveo-small.rssitem {
  background-color: #62b7ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-feedback,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.sysfiletype.lithiummessage,
.coveo-icon.filetype.lithiumthread,
.coveo-icon.sysfiletype.lithiumthread,
.coveo-filetype-salesforce-standard-feedback-small,
.coveo-icon.objecttype.coveo-small.Thread,
.coveo-icon.objecttype.coveo-small.thread,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment,
.coveo-icon.objecttype.coveo-small.Kbarticlecomment,
.coveo-icon.objecttype.coveo-small.kbarticlecomment,
.coveo-icon.filetype.coveo-small.lithiummessage,
.coveo-icon.sysfiletype.coveo-small.lithiummessage,
.coveo-icon.filetype.coveo-small.lithiumthread,
.coveo-icon.sysfiletype.coveo-small.lithiumthread {
  background-color: #6da1ea;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-file,
.coveo-icon.objecttype.File,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.annotation,
.coveo-filetype-salesforce-standard-file-small,
.coveo-icon.objecttype.coveo-small.File,
.coveo-icon.objecttype.coveo-small.file,
.coveo-icon.objecttype.coveo-small.Annotation,
.coveo-icon.objecttype.coveo-small.annotation {
  background-color: #baac93;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-goals,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal,
.coveo-filetype-salesforce-standard-goals-small,
.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal {
  background-color: #56aadf;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-groups,
.coveo-icon.objecttype.Collaborationgroup,
.coveo-icon.objecttype.collaborationgroup,
.coveo-icon.filetype.lithiumboard,
.coveo-icon.sysfiletype.lithiumboard,
.coveo-filetype-salesforce-standard-groups-small,
.coveo-icon.objecttype.coveo-small.Collaborationgroup,
.coveo-icon.objecttype.coveo-small.collaborationgroup,
.coveo-icon.filetype.coveo-small.lithiumboard,
.coveo-icon.sysfiletype.coveo-small.lithiumboard {
  background-color: #779ef2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-household,
.coveo-filetype-salesforce-standard-household-small {
  background-color: #00afa0;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-hierarchy,
.coveo-filetype-salesforce-standard-hierarchy-small {
  background-color: #34becd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-insights,
.coveo-icon.filetype.cfblogentry,
.coveo-icon.sysfiletype.cfblogentry,
.coveo-filetype-salesforce-standard-insights-small,
.coveo-icon.filetype.coveo-small.cfblogentry,
.coveo-icon.sysfiletype.coveo-small.cfblogentry {
  background-color: #ec94ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-investment-account,
.coveo-filetype-salesforce-standard-investment-account-small {
  background-color: #4bc076;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-performance,
.coveo-filetype-salesforce-standard-performance-small {
  background-color: #f8b156;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-link,
.coveo-filetype-salesforce-standard-link-small {
  background-color: #7a9ae6;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-metrics,
.coveo-filetype-salesforce-standard-metrics-small {
  background-color: #56aadf;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-filetype-salesforce-standard-note-small,
.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note {
  background-color: #e6d478;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-filetype-salesforce-standard-lead-small,
.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead {
  background-color: #f88962;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct,
.coveo-filetype-salesforce-standard-opportunity-small,
.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct {
  background-color: #fcb95b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-call,
.coveo-icon.objecttype.Phonecall,
.coveo-icon.objecttype.phonecall,
.coveo-filetype-salesforce-standard-call-small,
.coveo-icon.objecttype.coveo-small.Phonecall,
.coveo-icon.objecttype.coveo-small.phonecall {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-call-history,
.coveo-filetype-salesforce-standard-call-history-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-orders,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder,
.coveo-filetype-salesforce-standard-orders-small,
.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder {
  background-color: #769ed9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-post,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment,
.coveo-filetype-salesforce-standard-post-small,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment {
  background-color: #65cae4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-poll,
.coveo-filetype-salesforce-standard-poll-small {
  background-color: #699be1;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-photo,
.coveo-filetype-salesforce-standard-photo-small {
  background-color: #d7d1d1;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-people,
.coveo-filetype-salesforce-standard-people-small {
  background-color: #34becd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-generic-loading,
.coveo-filetype-salesforce-standard-generic-loading-small {
  background-color: #b8c3ce;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-group-loading,
.coveo-filetype-salesforce-standard-group-loading-small {
  background-color: #b8c3ce;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-recent,
.coveo-filetype-salesforce-standard-recent-small {
  background-color: #6ca1e9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-solution,
.coveo-filetype-salesforce-standard-solution-small {
  background-color: #8fc972;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-record,
.coveo-filetype-salesforce-standard-record-small {
  background-color: #7dc37d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-question-best,
.coveo-filetype-salesforce-standard-question-best-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-question-feed,
.coveo-icon.filetype.cfcomment,
.coveo-icon.sysfiletype.cfcomment,
.coveo-filetype-salesforce-standard-question-feed-small,
.coveo-icon.filetype.coveo-small.cfcomment,
.coveo-icon.sysfiletype.coveo-small.cfcomment {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-related-list,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.list,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.sysfiletype.saleforceitem,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.sysfiletype.lithiumcategory,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-icon.sysfiletype.spwikipagelibrarylist,
.coveo-filetype-salesforce-standard-related-list-small,
.coveo-icon.objecttype.coveo-small.List,
.coveo-icon.objecttype.coveo-small.list,
.coveo-icon.filetype.coveo-small.saleforceitem,
.coveo-icon.sysfiletype.coveo-small.saleforceitem,
.coveo-icon.filetype.coveo-small.lithiumcategory,
.coveo-icon.sysfiletype.coveo-small.lithiumcategory,
.coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist {
  background-color: #59bcab;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-skill-entity,
.coveo-filetype-salesforce-standard-skill-entity-small {
  background-color: #8b9ae3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-scan-card,
.coveo-filetype-salesforce-standard-scan-card-small {
  background-color: #f39e58;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-report,
.coveo-icon.objecttype.Report,
.coveo-icon.objecttype.report,
.coveo-filetype-salesforce-standard-report-small,
.coveo-icon.objecttype.coveo-small.Report,
.coveo-icon.objecttype.coveo-small.report {
  background-color: #2ecbbe;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quotes,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote,
.coveo-filetype-salesforce-standard-quotes-small,
.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote {
  background-color: #88c651;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-filetype-salesforce-standard-task-small,
.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task {
  background-color: #4bc076;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-task2,
.coveo-filetype-salesforce-standard-task2-small {
  background-color: #4bc076;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-team-member,
.coveo-icon.filetype.lithiumcommunity,
.coveo-icon.sysfiletype.lithiumcommunity,
.coveo-filetype-salesforce-standard-team-member-small,
.coveo-icon.filetype.coveo-small.lithiumcommunity,
.coveo-icon.sysfiletype.coveo-small.lithiumcommunity {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-thanks,
.coveo-filetype-salesforce-standard-thanks-small {
  background-color: #e9696e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-reward,
.coveo-filetype-salesforce-standard-reward-small {
  background-color: #e9696e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-thanks-loading,
.coveo-filetype-salesforce-standard-thanks-loading-small {
  background-color: #b8c3ce;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-today,
.coveo-filetype-salesforce-standard-today-small {
  background-color: #ef7ead;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-topic,
.coveo-icon.objecttype.Topic,
.coveo-icon.objecttype.topic,
.coveo-filetype-salesforce-standard-topic-small,
.coveo-icon.objecttype.coveo-small.Topic,
.coveo-icon.objecttype.coveo-small.topic {
  background-color: #56aadf;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-unmatched,
.coveo-filetype-salesforce-standard-unmatched-small {
  background-color: #62b7ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-marketing-actions,
.coveo-filetype-salesforce-standard-marketing-actions-small {
  background-color: #6bbd6e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-relationship,
.coveo-filetype-salesforce-standard-relationship-small {
  background-color: #3c97dd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-folder,
.coveo-filetype-salesforce-standard-folder-small {
  background-color: #8b9ae3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-contract,
.coveo-filetype-salesforce-standard-service-contract-small {
  background-color: #8a76f0;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-merge,
.coveo-filetype-salesforce-standard-merge-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-forecasts,
.coveo-filetype-salesforce-standard-forecasts-small {
  background-color: #6bbd6e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlements,
.coveo-filetype-salesforce-standard-entitlements-small {
  background-color: #b781d3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-sales-path,
.coveo-filetype-salesforce-standard-sales-path-small {
  background-color: #2a739e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-custom-notification,
.coveo-filetype-salesforce-standard-custom-notification-small {
  background-color: #6bb7e4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-datadotcom,
.coveo-filetype-salesforce-standard-datadotcom-small {
  background-color: #1589ee;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-rtc-presence,
.coveo-filetype-salesforce-standard-rtc-presence-small {
  background-color: #47cfd2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-consumed,
.coveo-filetype-salesforce-standard-product-consumed-small {
  background-color: #55bc9c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-transfer,
.coveo-filetype-salesforce-standard-product-transfer-small {
  background-color: #f88962;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-item,
.coveo-filetype-salesforce-standard-product-item-small {
  background-color: #769ed9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-item-transaction,
.coveo-filetype-salesforce-standard-product-item-transaction-small {
  background-color: #f88962;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-location,
.coveo-filetype-salesforce-standard-location-small {
  background-color: #4bc076;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-address,
.coveo-filetype-salesforce-standard-address-small {
  background-color: #4bc076;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-carousel,
.coveo-filetype-salesforce-standard-carousel-small {
  background-color: #6bbd6e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-assigned-resource,
.coveo-filetype-salesforce-standard-assigned-resource-small {
  background-color: #45c173;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-operating-hours,
.coveo-filetype-salesforce-standard-operating-hours-small {
  background-color: #6b9ee2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-required,
.coveo-filetype-salesforce-standard-product-required-small {
  background-color: #ef6e64;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-absence,
.coveo-filetype-salesforce-standard-resource-absence-small {
  background-color: #45c173;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-capacity,
.coveo-filetype-salesforce-standard-resource-capacity-small {
  background-color: #45c173;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-preference,
.coveo-filetype-salesforce-standard-resource-preference-small {
  background-color: #45c173;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-skill,
.coveo-filetype-salesforce-standard-resource-skill-small {
  background-color: #45c173;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-territory-member,
.coveo-filetype-salesforce-standard-service-territory-member-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-appointment,
.coveo-icon.objecttype.Appointment,
.coveo-icon.objecttype.appointment,
.coveo-filetype-salesforce-standard-service-appointment-small,
.coveo-icon.objecttype.coveo-small.Appointment,
.coveo-icon.objecttype.coveo-small.appointment {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-report,
.coveo-icon.filetype.jiraissue,
.coveo-icon.sysfiletype.jiraissue,
.coveo-filetype-salesforce-standard-service-report-small,
.coveo-icon.filetype.coveo-small.jiraissue,
.coveo-icon.sysfiletype.coveo-small.jiraissue {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-resource,
.coveo-filetype-salesforce-standard-service-resource-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-territory,
.coveo-filetype-salesforce-standard-service-territory-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-skill,
.coveo-filetype-salesforce-standard-skill-small {
  background-color: #fa975c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-skill-requirement,
.coveo-filetype-salesforce-standard-skill-requirement-small {
  background-color: #fa975c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-timeslot,
.coveo-filetype-salesforce-standard-timeslot-small {
  background-color: #fab24c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-work-type,
.coveo-filetype-salesforce-standard-work-type-small {
  background-color: #54698d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlement,
.coveo-filetype-salesforce-standard-entitlement-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-live-chat,
.coveo-filetype-salesforce-standard-live-chat-small {
  background-color: #f88960;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-shipment,
.coveo-filetype-salesforce-standard-shipment-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-maintenance-plan,
.coveo-filetype-salesforce-standard-maintenance-plan-small {
  background-color: #2a739e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-maintenance-asset,
.coveo-filetype-salesforce-standard-maintenance-asset-small {
  background-color: #2a739e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-territory-location,
.coveo-filetype-salesforce-standard-service-territory-location-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-request,
.coveo-filetype-salesforce-standard-product-request-small {
  background-color: #88c651;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-request-line-item,
.coveo-filetype-salesforce-standard-product-request-line-item-small {
  background-color: #88c651;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entity-milestone,
.coveo-filetype-salesforce-standard-entity-milestone-small {
  background-color: #f49756;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-milestone,
.coveo-filetype-salesforce-standard-case-milestone-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlement-process,
.coveo-filetype-salesforce-standard-entitlement-process-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlement-template,
.coveo-filetype-salesforce-standard-entitlement-template-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-business-hours,
.coveo-filetype-salesforce-standard-business-hours-small {
  background-color: #7dc37d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-timesheet,
.coveo-filetype-salesforce-standard-timesheet-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-timesheet-entry,
.coveo-filetype-salesforce-standard-timesheet-entry-small {
  background-color: #7dc37d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-asset-relationship,
.coveo-filetype-salesforce-standard-asset-relationship-small {
  background-color: #fa975c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-cms,
.coveo-filetype-salesforce-standard-cms-small {
  background-color: #88c651;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-lead-insights,
.coveo-filetype-salesforce-standard-lead-insights-small {
  background-color: #22b0e6;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quip,
.coveo-filetype-salesforce-standard-quip-small {
  background-color: #25b4e9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-topic2,
.coveo-filetype-salesforce-standard-topic2-small {
  background-color: #56aad0;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-macros,
.coveo-filetype-salesforce-standard-macros-small {
  background-color: #47cfd2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-crew-member,
.coveo-filetype-salesforce-standard-service-crew-member-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-crew,
.coveo-filetype-salesforce-standard-service-crew-small {
  background-color: #fa975c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contract-line-item,
.coveo-filetype-salesforce-standard-contract-line-item-small {
  background-color: #6ec06e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quip-sheet,
.coveo-filetype-salesforce-standard-quip-sheet-small {
  background-color: #30c85a;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-omni-supervisor,
.coveo-filetype-salesforce-standard-omni-supervisor-small {
  background-color: #8a76f0;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quick-text,
.coveo-filetype-salesforce-standard-quick-text-small {
  background-color: #62b7e5;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-template,
.coveo-filetype-salesforce-standard-template-small {
  background-color: #3c97dd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-lead-list,
.coveo-filetype-salesforce-standard-lead-list-small {
  background-color: #f88962;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contact-list,
.coveo-filetype-salesforce-standard-contact-list-small {
  background-color: #a094ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-list-email,
.coveo-filetype-salesforce-standard-list-email-small {
  background-color: #8baeb5;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-opportunity-splits,
.coveo-filetype-salesforce-standard-opportunity-splits-small {
  background-color: #fcb95b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entity,
.coveo-filetype-salesforce-standard-entity-small {
  background-color: #f88962;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-bot,
.coveo-filetype-salesforce-standard-bot-small {
  background-color: #54698f;
  border-radius: 2px;
}

.coveo-icon {
  position: relative;
}

.coveo-icon .coveo-icon-caption-overlay {
  display: none;
}

.coveo-icon.objecttype {
  display: inline-block;
}

.coveo-icon.objecttype.Solution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.solution .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Task .coveo-icon-caption-overlay,
.coveo-icon.objecttype.task .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Salesliterature .coveo-icon-caption-overlay,
.coveo-icon.objecttype.salesliterature .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Salesorder .coveo-icon-caption-overlay,
.coveo-icon.objecttype.salesorder .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Service .coveo-icon-caption-overlay,
.coveo-icon.objecttype.service .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Socialprofile .coveo-icon-caption-overlay,
.coveo-icon.objecttype.socialprofile .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Kbdocumentation .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbdocumentation .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Kbtechnicalarticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbtechnicalarticle .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Kbsolution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbsolution .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Kbknowledgearticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbknowledgearticle .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small {
  display: inline-block;
}

.coveo-icon.objecttype.coveo-small.Solution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.solution .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Task .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.task .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Salesliterature .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.salesliterature .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Salesorder .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.salesorder .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Service .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.service .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Socialprofile .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.socialprofile .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Kbdocumentation .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbdocumentation .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Kbsolution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbsolution .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Kbknowledgearticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype,
.coveo-icon.sysfiletype {
  display: inline-block;
}

.coveo-icon.filetype.txt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.txt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.zip .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.zip .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.pdf .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.pdf .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.xml .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.xml .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.rssitem .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.rssitem .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.doc .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.doc .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.docx .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.docx .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.xls .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.xls .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.ppt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.ppt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.odt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.odt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.cfpage .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfpage .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.cfcomment .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfcomment .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.cfspace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfspace .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.cfblogentry .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfblogentry .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.confluencespace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.confluencespace .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small,
.coveo-icon.sysfiletype.coveo-small {
  display: inline-block;
}

.coveo-icon.filetype.coveo-small.txt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.txt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.zip .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.zip .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.pdf .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.pdf .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.xml .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.xml .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.rssitem .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.rssitem .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.doc .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.doc .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.docx .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.docx .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.xls .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.xls .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.ppt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.ppt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.odt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.odt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.cfpage .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfpage .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.cfcomment .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfcomment .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.cfspace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfspace .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.cfblogentry .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfblogentry .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.confluencespace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.confluencespace .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon-caption-overlay {
  background-color: white;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  font-size: 11px;
  position: absolute;
  top: -16px;
  left: -10px;
  text-indent: 0;
  padding: 2px;
  color: #67768b;
  width: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.coveo-icon.coveo-small .coveo-icon-caption-overlay {
  width: 40px;
  top: -18px;
  left: -10px;
}

.coveo-icon[data-with-label=true] .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon[data-with-label=true].coveo-small .coveo-icon-caption-overlay {
  display: none;
}

.CoveoIcon .CoveoQuickview,
.CoveoIcon.coveo-icon .CoveoQuickview,
.CoveoIcon.coveo-icon.filetype .CoveoQuickview,
.CoveoIcon.coveo-icon.objecttype .CoveoQuickview,
.CoveoIcon.coveo-icon.sysfiletype .CoveoQuickview {
  position: absolute;
  text-indent: 0;
  left: 2px;
  right: 2px;
  position: "absolute";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.CoveoIcon:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview {
  background-image: none;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background-color: #f7f8f9;
}

.CoveoIcon:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview .CoveoQuickview {
  display: block;
}

.CoveoIcon:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview .CoveoQuickview:hover {
  text-decoration: none;
}

.coveo-btn {
  display: inline-block;
  height: 34px;
  padding: 8.5px 16px;
  color: #1d4f76;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #bcc3ca;
  border-radius: 2px;
  cursor: pointer;
}

.coveo-btn .coveo-icon {
  fill: #1d4f76;
}

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

.coveo-btn:focus {
  background-color: #e6ecf0;
  outline: thin dotted;
  outline: 5px auto;
  outline-offset: -2px;
}

.coveo-btn:disabled,
.coveo-btn.coveo-state-disabled {
  color: #bcc3ca;
  cursor: default;
}

.coveo-btn.coveo-mod-small {
  height: 24px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 14px;
}

.coveo-btn.coveo-mod-large {
  height: 50px;
}

.coveo-btn.coveo-mod-primary {
  color: #ffffff;
  background-color: #f58020;
  border: 1px solid #f58020;
}

.coveo-btn.coveo-mod-primary:hover,
.coveo-btn.coveo-mod-primary:focus {
  background-color: #f68e38;
  border: 1px solid #f68e38;
}

.coveo-btn.coveo-mod-primary:disabled,
.coveo-btn.coveo-mod-primary.coveo-state-disabled {
  background-color: #f9b882;
  border: 1px solid #f9b882;
}

.coveo-btn.coveo-mod-primary .coveo-icon {
  fill: #ffffff;
}

.coveo-btn.coveo-mod-danger {
  color: #ffffff;
  background-color: #ce3f00;
  border: 1px solid #ce3f00;
}

.coveo-btn.coveo-mod-danger:hover,
.coveo-btn.coveo-mod-danger:focus {
  background-color: #e84700;
  border: 1px solid #e84700;
}

.coveo-btn.coveo-mod-danger:disabled,
.coveo-btn.coveo-mod-danger.coveo-state-disabled {
  background-color: #ff7335;
  border: 1px solid #ff7335;
}

.coveo-btn.coveo-mod-danger .coveo-icon {
  fill: #ffffff;
}

.coveo-btn.coveo-mod-link {
  background-color: transparent;
  border: none;
}

.coveo-btn + .coveo-btn,
.coveo-btn + .coveo-btn-container {
  margin-left: 10px;
}

.coveo-btn .coveo-confirm-icon-error,
.coveo-btn .coveo-confirm-icon-success {
  display: none;
}

.coveo-btn.coveo-mod-confirm-success,
.coveo-btn.coveo-mod-confirm-error {
  position: relative;
  color: transparent;
  outline: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.coveo-btn.coveo-mod-confirm-success:before,
.coveo-btn.coveo-mod-confirm-error:before {
  position: absolute;
  top: 40px;
  font-size: 11px;
  text-transform: initial;
  -webkit-animation: coveo-vp-fadeIn ease-in 1;
  animation: coveo-vp-fadeIn ease-in 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.coveo-btn.coveo-mod-confirm-success.coveo-mod-confirm-right:before,
.coveo-btn.coveo-mod-confirm-error.coveo-mod-confirm-right:before {
  right: 0;
}

.coveo-btn.coveo-mod-confirm-success.coveo-mod-confirm-left:before,
.coveo-btn.coveo-mod-confirm-error.coveo-mod-confirm-left:before {
  left: 0;
}

.coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-error,
.coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-success,
.coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-error,
.coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-success {
  position: absolute;
  top: calc(50% - 7.5px);
  right: calc(50% - 7.5px);
  display: inline-block;
  font-size: 15px;
  fill: #ffffff;
}

.coveo-btn.coveo-mod-confirm {
  margin-bottom: 20px;
}

.coveo-btn.coveo-mod-confirm-success {
  background-color: #009830;
  border: 1px solid #009830;
}

.coveo-btn.coveo-mod-confirm-success:focus,
.coveo-btn.coveo-mod-confirm-success:hover {
  background-color: #009830;
}

.coveo-btn.coveo-mod-confirm-success:before {
  color: #009830;
  content: attr(data-confirm-success);
}

.coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-error {
  display: none;
}

.coveo-btn.coveo-mod-confirm-error {
  background-color: #ce3f00;
  border: 1px solid #ce3f00;
}

.coveo-btn.coveo-mod-confirm-error:focus,
.coveo-btn.coveo-mod-confirm-error:hover {
  background-color: #ce3f00;
}

.coveo-btn.coveo-mod-confirm-error:before {
  color: #ce3f00;
  content: attr(data-confirm-error);
}

.coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-success {
  display: none;
}

.coveo-btn-container {
  display: inline-block;
  margin: 0;
}

.coveo-btn-container .coveo-btn[disabled] {
  pointer-events: none;
}

.coveo-btn-container + .coveo-btn,
.coveo-btn-container + .coveo-btn-container {
  margin-left: 10px;
}

.coveo-modal-backdrop,
.coveo-modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.coveo-modal-backdrop {
  z-index: 1049;
  background: #1d4f76;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.9;
}

.coveo-modal-backdrop.coveo-layer-1 {
  z-index: 1049;
}

.coveo-modal-backdrop.coveo-layer-2 {
  z-index: 1069;
}

.coveo-modal-backdrop.coveo-layer-3 {
  z-index: 1089;
}

.coveo-modal-backdrop.coveo-layer-4 {
  z-index: 1109;
}

.coveo-modal-backdrop.coveo-layer-5 {
  z-index: 1129;
}

.coveo-modal-backdrop.coveo-layer-6 {
  z-index: 1149;
}

.coveo-modal-backdrop.coveo-layer-7 {
  z-index: 1169;
}

.coveo-modal-backdrop.coveo-layer-8 {
  z-index: 1189;
}

.coveo-modal-backdrop.coveo-layer-9 {
  z-index: 1209;
}

.coveo-modal-backdrop.coveo-layer-10 {
  z-index: 1229;
}

.coveo-modal-backdrop.coveo-prompt-backdrop {
  position: absolute;
  opacity: 0.5;
}

.coveo-modal-backdrop.coveo-prompt-backdrop .coveo-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.coveo-modal-backdrop.coveo-clear,
.coveo-modal-backdrop.coveo-closed {
  opacity: 0;
}

.coveo-modal-backdrop.coveo-closed {
  visibility: hidden;
}

.coveo-modal-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  pointer-events: none;
}

.coveo-modal-container.coveo-layer-1 {
  z-index: 1050;
}

.coveo-modal-container.coveo-layer-2 {
  z-index: 1070;
}

.coveo-modal-container.coveo-layer-3 {
  z-index: 1090;
}

.coveo-modal-container.coveo-layer-4 {
  z-index: 1110;
}

.coveo-modal-container.coveo-layer-5 {
  z-index: 1130;
}

.coveo-modal-container.coveo-layer-6 {
  z-index: 1150;
}

.coveo-modal-container.coveo-layer-7 {
  z-index: 1170;
}

.coveo-modal-container.coveo-layer-8 {
  z-index: 1190;
}

.coveo-modal-container.coveo-layer-9 {
  z-index: 1210;
}

.coveo-modal-container.coveo-layer-10 {
  z-index: 1230;
}

.coveo-modal-container.coveo-opening,
.coveo-modal-container.coveo-opened {
  visibility: visible;
}

.coveo-modal-container.coveo-opening > .coveo-modal-content,
.coveo-modal-container.coveo-opened > .coveo-modal-content {
  opacity: 1;
}

.coveo-modal-container .coveo-modal-content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 50%;
  opacity: 0;
  pointer-events: auto;
}

.coveo-modal-container.coveo-mod-medium > .coveo-modal-content {
  width: 65%;
  height: 70%;
}

.coveo-modal-container.coveo-mod-big > .coveo-modal-content {
  width: 85%;
  height: 90%;
}

.coveo-modal-container.coveo-mod-width-small > .coveo-modal-content {
  width: 520px;
}

.coveo-modal-container.coveo-mod-stick-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.coveo-modal-container.coveo-mod-stick-bottom > .coveo-modal-content {
  height: 55%;
}

.coveo-modal-container.coveo-mod-stick-bottom > .coveo-modal-content > .coveo-modal-footer {
  border-radius: 0;
}

.coveo-modal-container.coveo-mod-stick-bottom.coveo-mod-medium > .coveo-modal-content {
  height: 75%;
}

.coveo-modal-container.coveo-mod-stick-bottom.coveo-mod-big > .coveo-modal-content {
  height: 95%;
}

.coveo-modal-container.coveo-mod-fade-in-scale > .coveo-modal-content {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.coveo-modal-container.coveo-opened.coveo-mod-fade-in-scale > .coveo-modal-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.coveo-modal-container.coveo-mod-slide-in-bottom > .coveo-modal-content {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.coveo-modal-container.coveo-opened.coveo-mod-slide-in-bottom > .coveo-modal-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.coveo-modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 0 40px;
  color: #ffffff;
  background-color: #ffffff;
  border-bottom: 1px solid #bcc3ca;
  border-radius: 2px 2px 0 0;
}

.coveo-modal-header.coveo-mod-confirmation {
  background-color: #ecad00;
}

.coveo-modal-header.coveo-mod-warning {
  background-color: #ce3f00;
}

.coveo-modal-header.coveo-mod-info {
  background-color: #1d4f76;
}

.coveo-modal-header h1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  color: #1d4f76;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coveo-modal-header .coveo-small-close {
  position: absolute;
  top: -2.10256em;
  right: 0;
  cursor: pointer;
}

.coveo-modal-header .coveo-small-close,
.coveo-modal-header .coveo-small-close .coveo-icon {
  width: 1.33333em;
  height: 1.33333em;
}

.coveo-modal-body {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  background-color: #ffffff;
}

.coveo-modal-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 40px;
  overflow: hidden;
  background-color: #f1f3f4;
  border-top: 1px solid #bcc3ca;
  border-radius: 0 0 2px 2px;
}

.coveo-modal-footer.coveo-mod-small {
  padding: 12px 20px;
}

.coveo-modal-header .coveo-small-close {
  position: absolute;
  top: -1.7em;
  right: 0;
  cursor: pointer;
}

@media (max-height: 500px) {
  .coveo-modal-header .coveo-small-close {
    right: -1.7em;
    top: 0;
  }
}
.coveo-fill-pure-white {
  fill: #ffffff;
}

.coveo-modal-container {
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coveo-modal-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coveo-modal-container .coveo-modal-content {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.coveo-modal-container .coveo-modal-content .coveo-media-max-width-800 {
  width: 85%;
  height: 90%;
}

@media (max-width: 800px) {
  .coveo-modal-container .coveo-modal-content {
    width: 85%;
    height: 90%;
  }
}
.coveo-modal-container.coveo-mod-fade-in-scale .coveo-modal-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.coveo-modal-transparent {
  opacity: 0;
}

.coveo-modal-header h1 {
  line-height: inherit;
  font-size: 24px;
  font-weight: 400;
}

.coveo-modal-header {
  padding: 0 20px;
  height: 80px;
}

.coveo-modal-header .coveo-media-max-width-480 {
  height: 50px;
}

@media (max-width: 480px) {
  .coveo-modal-header {
    height: 50px;
  }
}
.coveo-modal-body {
  padding: 10px 20px;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title {
  height: 40px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button {
  position: absolute;
  left: 25px;
  display: inline-block;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button .coveo-icon {
  margin-right: 10px;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-pop-up-reminder {
  color: #B4B4B4;
  font-weight: normal;
  display: inline-block;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-logo {
  display: inline-block;
}

.coveo-powered-by-svg {
  width: 100px;
  height: 28px;
}

.CoveoLogo {
  float: right;
  display: inline-block;
  margin: 0px 0 0 20px;
}

.CoveoLogo.coveo-hidden {
  display: none;
}

@media (max-width: 970px) {
  .CoveoLogo {
    position: absolute;
    right: 10px;
    bottom: -30px;
  }
}
@media (max-width: 970px) {
  .coveo-waiting-for-first-query .CoveoLogo {
    display: none;
  }
}
.coveo-facet-column .coveo-logo {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 10px 0px;
}

@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.coveo-youtube-player.coveo-modalBox > .coveo-wrapper {
  height: 90%;
  width: 90%;
  position: relative;
  overflow: hidden;
}

.coveo-youtube-thumbnail-container {
  position: relative;
}

.coveo-youtube-thumbnail-play-button {
  display: none;
}

.coveo-modal-container.coveo-youtube-player .coveo-modal-body {
  height: 90%;
}

.coveo-modal-container.coveo-youtube-player .coveo-modal-body div {
  height: 100%;
  width: 100%;
}

.coveo-modal-container.coveo-youtube-player .coveo-modal-body iframe {
  height: 100%;
  width: 100%;
  border: none;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-input {
  position: relative;
  margin-top: 35px;
}

.coveo-input input {
  width: 100%;
  height: 34px;
  padding: 0;
  font-size: 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(79, 86, 88, 0.4);
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.coveo-input input:focus:not([readonly]),
.coveo-input input:valid,
.coveo-input input:disabled {
  color: #373737;
  border-bottom: 1px solid #296896;
}

.coveo-input input:focus:not([readonly])::-webkit-input-placeholder, .coveo-input input:valid::-webkit-input-placeholder, .coveo-input input:disabled::-webkit-input-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly])::-moz-placeholder, .coveo-input input:valid::-moz-placeholder, .coveo-input input:disabled::-moz-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly]):-ms-input-placeholder, .coveo-input input:valid:-ms-input-placeholder, .coveo-input input:disabled:-ms-input-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly])::-ms-input-placeholder, .coveo-input input:valid::-ms-input-placeholder, .coveo-input input:disabled::-ms-input-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly])::placeholder,
.coveo-input input:valid::placeholder,
.coveo-input input:disabled::placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:disabled,
.coveo-input input[readonly=readonly] {
  color: #4f5658;
  border-bottom-color: #4f5658;
}

.coveo-input input:disabled + label,
.coveo-input input[readonly=readonly] + label {
  color: #4f5658;
}

.coveo-input label {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #373737;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}

.coveo-input label.active,
.coveo-input input:focus:not([readonly]) + label,
.coveo-input input:valid + label,
.coveo-input input:disabled + label {
  top: -20px;
  color: #296896;
  font-size: 13px;
}

.coveo-input input {
  padding: 3px 0;
  color: transparent;
  font-size: 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::-webkit-input-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::-moz-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:-ms-input-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::-ms-input-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-numeric-spinner *,
.coveo-numeric-spinner *:before,
.coveo-numeric-spinner *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coveo-numeric-spinner input[type=text] {
  width: 35px;
  height: 30px;
  border: 1px solid #a0aab3;
  border-radius: 2px 0 0 2px;
  font-size: 15px;
  text-align: center;
}

.coveo-numeric-spinner .coveo-add-on {
  display: inline-block;
  height: 30px;
  padding: 0;
  vertical-align: top;
  border: 1px solid #a0aab3;
  border-radius: 0 2px 2px 0;
  border-left-width: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.coveo-spinner-down,
.coveo-spinner-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding: 0 6px;
  border-radius: 3px;
  cursor: pointer;
}

.coveo-spinner-down:hover,
.coveo-spinner-up:hover {
  background-color: #296896;
}

.coveo-spinner-down-svg,
.coveo-spinner-up-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
  display: block;
  margin: auto;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-input {
  position: relative;
  margin-top: 35px;
}

.coveo-input input {
  width: 100%;
  height: 34px;
  padding: 0;
  font-size: 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(79, 86, 88, 0.4);
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.coveo-input input:focus:not([readonly]),
.coveo-input input:valid,
.coveo-input input:disabled {
  color: #373737;
  border-bottom: 1px solid #296896;
}

.coveo-input input:focus:not([readonly])::-webkit-input-placeholder, .coveo-input input:valid::-webkit-input-placeholder, .coveo-input input:disabled::-webkit-input-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly])::-moz-placeholder, .coveo-input input:valid::-moz-placeholder, .coveo-input input:disabled::-moz-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly]):-ms-input-placeholder, .coveo-input input:valid:-ms-input-placeholder, .coveo-input input:disabled:-ms-input-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly])::-ms-input-placeholder, .coveo-input input:valid::-ms-input-placeholder, .coveo-input input:disabled::-ms-input-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly])::placeholder,
.coveo-input input:valid::placeholder,
.coveo-input input:disabled::placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:disabled,
.coveo-input input[readonly=readonly] {
  color: #4f5658;
  border-bottom-color: #4f5658;
}

.coveo-input input:disabled + label,
.coveo-input input[readonly=readonly] + label {
  color: #4f5658;
}

.coveo-input label {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #373737;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}

.coveo-input label.active,
.coveo-input input:focus:not([readonly]) + label,
.coveo-input input:valid + label,
.coveo-input input:disabled + label {
  top: -20px;
  color: #296896;
  font-size: 13px;
}

.coveo-input input {
  padding: 3px 0;
  color: transparent;
  font-size: 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::-webkit-input-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::-moz-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:-ms-input-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::-ms-input-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-radio {
  position: relative;
}

.coveo-radio input[type=radio] {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.coveo-radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  height: 16px;
  padding-left: 40px;
  color: #373737;
  line-height: 16px;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.coveo-radio input[type=radio] + label:before,
.coveo-radio input[type=radio] + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.coveo-radio input[type=radio]:focus + label:before {
  -webkit-box-shadow: 0 0 0 8px #bcc3ca;
  box-shadow: 0 0 0 8px #bcc3ca;
}

.coveo-radio input[type=radio]:not(:checked) + label:before {
  border: 2px solid #296896;
}

.coveo-radio input[type=radio]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.coveo-radio input[type=radio]:checked + label:before {
  border: 2px solid #4caf50;
}

.coveo-radio input[type=radio]:checked + label:after {
  z-index: 0;
  background-color: #4caf50;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.coveo-radio input[type=radio]:disabled + label {
  color: #4f5658;
}

.coveo-radio input[type=radio]:disabled + label:before {
  border-color: #4f5658;
}

.coveo-radio input[type=radio]:disabled:checked + label:after {
  background-color: #4f5658;
}

.coveo-radio + .coveo-radio {
  margin-top: 10px;
}

.radio-select .radio-option + .radio-option {
  margin-top: 18px;
}

.coveo-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border: 1px solid #a0aab3;
  border-radius: 2px 0 0 2px;
  font-size: 15px;
  background: white;
  margin: 0 10px;
  -ms-flex-preferred-size: 115px;
  flex-basis: 115px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIiB2aWV3Qm94PSIwIDAgNC45NSAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM0NDQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvd3M8L3RpdGxlPjxyZWN0IGNsYXNzPSJjbHMtMSIgd2lkdGg9IjQuOTUiIGhlaWdodD0iMTAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMS40MSA0LjY3IDIuNDggMy4xOCAzLjU0IDQuNjcgMS40MSA0LjY3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMuNTQgNS4zMyAyLjQ4IDYuODIgMS40MSA1LjMzIDMuNTQgNS4zMyIvPjwvc3ZnPg==) no-repeat 95% 50%;
  vertical-align: middle;
  height: 30px;
  min-width: 150px;
  padding: 0px 20px 0px 0px;
  text-indent: 5px;
  color: #4f5658;
}

select.coveo-dropdown::-ms-expand {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .coveo-dropdown {
    background-position-x: 95px;
  }
}
.coveo-button {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 8.5px 16px;
  color: #296896;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #4f5658;
  border-radius: 2px;
  cursor: pointer;
}

.coveo-button .icon {
  fill: #296896;
}

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

.coveo-button:focus {
  background-color: #bcc3ca;
  outline: thin dotted;
  outline: 5px auto;
  outline-offset: -2px;
}

.coveo-button + .coveo-button {
  margin-left: 15px;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
}

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #296896;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #296896;
  -webkit-box-shadow: inset 0 1px 3px #296896;
  box-shadow: inset 0 1px 3px #296896;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff;
  background: #f58020;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #296896;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

.CoveoFollowItem {
  display: inline-block;
  color: #adadad;
  padding-left: 7px;
  cursor: pointer;
}

.CoveoFollowItem span {
  vertical-align: middle;
}

.coveo-follow-item-icon-loading-svg {
  display: none;
  color: #1d4f76;
}

.coveo-follow-item-loading .coveo-follow-item-icon-loading {
  margin: 1px 9px 1px 3px;
}

.coveo-follow-item-loading .coveo-follow-item-icon-svg {
  display: none;
}

.coveo-follow-item-loading .coveo-follow-item-icon-loading-svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  color: #1d4f76;
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.coveo-follow-item-icon {
  vertical-align: middle;
  margin-right: 6px;
}

.coveo-follow-item-icon-svg {
  width: 15px;
  height: 12px;
  color: #1d4f76;
}

.coveo-follow-item-followed .coveo-active-shape-svg {
  color: #ecad00;
}

.CoveoCardActionBar .CoveoFollowItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  color: #fff;
}

.coveo-follow-query-svg {
  width: 15px;
  height: 12px;
  color: #1d4f76;
}

.CoveoSubscriptionsPanel {
  overflow: hidden;
  margin-top: 10px;
  display: none;
}

.coveo-modalBox.coveo-subscriptions-panel > .coveo-wrapper > .coveo-title {
  cursor: inherit;
}

.coveo-subscriptions-panel > .coveo-wrapper {
  overflow: visible;
}

.coveo-subscriptions-panel .coveo-body {
  max-height: 600px;
  min-width: 500px;
}

@media (max-width: 600px) {
  .coveo-subscriptions-panel .coveo-body {
    min-width: inherit;
  }
}
.coveo-subscriptions-panel .coveo-dropdown {
  margin: 0;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-fail {
  padding: 10px 0px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content {
  width: 100%;
  margin: 20px 0;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-spacer td {
  height: 20px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content th,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content td {
  text-align: left;
  padding: 0 10px;
  line-height: 37px;
  height: 37px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-type,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-type {
  padding-left: 30px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-actions,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-actions {
  padding-right: 30px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content th {
  color: #395f84;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #bcc3ca;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-context {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action {
  display: block;
  padding-left: 34px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #006286;
  border: 2px solid #006487;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  left: 8px;
  top: 15px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow {
  height: 0;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow:before {
  background-color: #003a4c;
  border: 2px solid #003a4c;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow:after {
  background-color: #bcc3ca;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-action-follow {
  height: auto;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-action-unfollow {
  height: 0;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-frequency {
  visibility: hidden;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-subscription + .coveo-subscriptions-panel-no-subscriptions {
  display: none;
}

.coveo-subscriptions-panel-svg {
  width: 15px;
  height: 12px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-subscriptions-messages {
  z-index: 1;
}

.coveo-subscriptions-messages-message {
  background-color: #ecad00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  color: #fff;
  white-space: nowrap;
}

.coveo-subscriptions-messages-message.coveo-subscriptions-messages-error {
  background-color: #f44336;
}

.coveo-subscriptions-messages-message.coveo-subscriptions-messages-error:after {
  border-color: transparent transparent #f44336 transparent;
}

.coveo-subscriptions-messages-message:before {
  content: "";
  vertical-align: middle;
  margin: 5px 7px 4px 0;
  float: left;
}

.coveo-subscriptions-messages-message:after {
  position: absolute;
  top: -7px;
  left: 8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ecad00 transparent;
  float: left;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-content {
  padding: 7px 0;
  font-size: 12px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-content span {
  vertical-align: middle;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-content .coveo-media-max-width-800 {
  font-size: 10px;
}

@media (max-width: 800px) {
  .coveo-subscriptions-messages-message .coveo-subscriptions-messages-content {
    font-size: 10px;
  }
}
.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin: 6px 6px;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close svg {
  width: 12px;
  height: 12px;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close:hover {
  color: #cc0d00;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchInterface {
  min-height: 100%;
  position: relative;
  margin: 0;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  color: #373737;
}

.CoveoSearchInterface .coveo-highlight,
.CoveoSearchInterface .highlight {
  font-weight: bold;
}

.CoveoSearchInterface input[type=text]::-ms-clear {
  width: 0;
  height: 0;
}

.CoveoSearchInterface input:focus,
.CoveoSearchInterface textarea:focus,
.CoveoSearchInterface select:focus {
  outline: none;
}

.CoveoSearchInterface input[type=text],
.CoveoSearchInterface textarea {
  color: #67768b;
}

.CoveoSearchInterface .coveo-tab-disabled {
  display: none;
}

.CoveoSearchInterface * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.CoveoSearchInterface .coveo-error {
  color: #dc291e;
}

.CoveoSearchInterface.coveo-hidden {
  display: none;
}

body.coveo-modalBox-opened,
body.coveo-modalBox-opened .CoveoSearchInterface {
  overflow: hidden;
}

.CoveoSearchInterface .coveo-modal-container.coveo-opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title {
  height: 40px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button {
  position: absolute;
  left: 25px;
  display: inline-block;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button .coveo-icon {
  margin-right: 10px;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-pop-up-reminder {
  color: #B4B4B4;
  font-weight: normal;
  display: inline-block;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchButton {
  color: white;
  border: 1px solid #bcc3ca;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  height: 50px;
  width: 60px;
  cursor: pointer;
  line-height: 0;
}

.CoveoSearchButton:before {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

.CoveoSearchButton .coveo-search-button,
.CoveoSearchButton .coveo-search-button-loading {
  vertical-align: middle;
  -webkit-animation: none;
  animation: none;
  display: inline-block;
}

.CoveoSearchButton .coveo-search-button-loading-svg {
  display: none;
}

.CoveoSearchButton:hover .coveo-magnifier-circle-svg {
  fill: #ecad00;
}

.coveo-search-button-svg {
  width: 18px;
  height: 18px;
  color: #1d4f76;
}

.coveo-executing-query .CoveoSearchButton .coveo-search-button-svg {
  display: none;
}

.coveo-executing-query .CoveoSearchButton .coveo-search-button-loading-svg {
  display: inline;
  color: #1d4f76;
  width: 18px;
  height: 18px;
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultLink,
a.CoveoResultLink,
.CoveoResult a.CoveoResultLink {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
  word-wrap: break-word;
}

.CoveoResultLink:hover,
.CoveoResultLink:visited,
a.CoveoResultLink:hover,
a.CoveoResultLink:visited,
.CoveoResult a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResultLink:hover,
.CoveoResultLink:hover a,
a.CoveoResultLink:hover,
a.CoveoResultLink:hover a,
.CoveoResult a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:hover a {
  text-decoration: underline;
}

.CoveoResultLink.coveo-selected *,
a.CoveoResultLink.coveo-selected *,
.CoveoResult a.CoveoResultLink.coveo-selected * {
  color: #263e55;
}

.CoveoResultLink:hover,
a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:hover {
  color: #009ddc;
}

.CoveoResultLink.coveo-selected *,
a.CoveoResultLink.coveo-selected *,
.CoveoResult a.CoveoResultLink.coveo-selected * {
  color: #009ddc;
}

.coveo-card-overlay a.CoveoResultLink {
  color: #296896;
  color: #009ddc;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-card-overlay a.CoveoResultLink:hover,
.coveo-card-overlay a.CoveoResultLink:visited {
  text-decoration: none;
  color: #009ddc;
}

.coveo-card-overlay a.CoveoResultLink:hover,
.coveo-card-overlay a.CoveoResultLink:hover a {
  text-decoration: underline;
}

.coveo-card-overlay a.CoveoResultLink.coveo-selected * {
  color: #009ddc;
}

.coveo-card-overlay a.CoveoResultLink:hover {
  color: #009ddc;
}

.coveo-card-overlay a.CoveoResultLink.coveo-selected * {
  color: #009ddc;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-input {
  position: relative;
  margin-top: 35px;
}

.coveo-input input {
  width: 100%;
  height: 34px;
  padding: 0;
  font-size: 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(79, 86, 88, 0.4);
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.coveo-input input:focus:not([readonly]),
.coveo-input input:valid,
.coveo-input input:disabled {
  color: #373737;
  border-bottom: 1px solid #296896;
}

.coveo-input input:focus:not([readonly])::-webkit-input-placeholder, .coveo-input input:valid::-webkit-input-placeholder, .coveo-input input:disabled::-webkit-input-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly])::-moz-placeholder, .coveo-input input:valid::-moz-placeholder, .coveo-input input:disabled::-moz-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly]):-ms-input-placeholder, .coveo-input input:valid:-ms-input-placeholder, .coveo-input input:disabled:-ms-input-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly])::-ms-input-placeholder, .coveo-input input:valid::-ms-input-placeholder, .coveo-input input:disabled::-ms-input-placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:focus:not([readonly])::placeholder,
.coveo-input input:valid::placeholder,
.coveo-input input:disabled::placeholder {
  color: #4f5658;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:disabled,
.coveo-input input[readonly=readonly] {
  color: #4f5658;
  border-bottom-color: #4f5658;
}

.coveo-input input:disabled + label,
.coveo-input input[readonly=readonly] + label {
  color: #4f5658;
}

.coveo-input label {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #373737;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}

.coveo-input label.active,
.coveo-input input:focus:not([readonly]) + label,
.coveo-input input:valid + label,
.coveo-input input:disabled + label {
  top: -20px;
  color: #296896;
  font-size: 13px;
}

.coveo-input input {
  padding: 3px 0;
  color: transparent;
  font-size: 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::-webkit-input-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::-moz-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input:-ms-input-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::-ms-input-placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-input input::placeholder {
  color: transparent;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.coveo-radio {
  position: relative;
}

.coveo-radio input[type=radio] {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.coveo-radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  height: 16px;
  padding-left: 40px;
  color: #373737;
  line-height: 16px;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.coveo-radio input[type=radio] + label:before,
.coveo-radio input[type=radio] + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.coveo-radio input[type=radio]:focus + label:before {
  -webkit-box-shadow: 0 0 0 8px #bcc3ca;
  box-shadow: 0 0 0 8px #bcc3ca;
}

.coveo-radio input[type=radio]:not(:checked) + label:before {
  border: 2px solid #296896;
}

.coveo-radio input[type=radio]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.coveo-radio input[type=radio]:checked + label:before {
  border: 2px solid #4caf50;
}

.coveo-radio input[type=radio]:checked + label:after {
  z-index: 0;
  background-color: #4caf50;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.coveo-radio input[type=radio]:disabled + label {
  color: #4f5658;
}

.coveo-radio input[type=radio]:disabled + label:before {
  border-color: #4f5658;
}

.coveo-radio input[type=radio]:disabled:checked + label:after {
  background-color: #4f5658;
}

.coveo-radio + .coveo-radio {
  margin-top: 10px;
}

.radio-select .radio-option + .radio-option {
  margin-top: 18px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-advanced-search-section {
  margin: 20px 0;
}

#coveo-advanced-search-in-the-last-select {
  margin-left: 20px;
}

#coveo-advanced-search-in-the-last-select .coveo-button {
  width: auto;
}

.coveo-advanced-search-section-title {
  font-weight: bold;
  border-bottom: thin solid #bcc3ca;
  padding: 5px 0;
}

.coveo-advanced-search-date-input-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 10px 0;
}

.coveo-advanced-search-date-input-section .coveo-radio input[type=radio] + label {
  display: inline;
}

.coveo-advanced-search-date-input-section .coveo-advanced-search-date-input {
  display: inline-block;
  padding: 0;
  border: none;
}

.coveo-advanced-search-date-input-section .coveo-advanced-search-date-input .coveo-button {
  width: 100px;
}

.coveo-advanced-search-date-input-section .coveo-advanced-search-date-input:disabled {
  visibility: hidden;
}

.coveo-advanced-search-document-input-section {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coveo-advanced-search-document-input-section .coveo-input {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  box-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  margin-top: 0;
  display: inline-block;
}

.coveo-advanced-search-date-input .coveo-numeric-spinner,
.coveo-advanced-search-document-input-section .coveo-numeric-spinner {
  display: inline-block;
  vertical-align: middle;
}

.coveo-advanced-search-date-input .coveo-numeric-spinner input[type=text],
.coveo-advanced-search-document-input-section .coveo-numeric-spinner input[type=text] {
  color: #4f5658;
  width: 55px;
}

#coveo-advanced-search-select-day {
  width: 50px;
}

#coveo-advanced-search-select-month {
  width: 50px;
}

#coveo-advanced-search-select-year {
  width: 70px;
}

.coveo-advanced-search-keyword-label {
  display: inline-block;
}

.coveo-advanced-search-label {
  display: inline-block;
  min-width: 7em;
  margin-bottom: 10px;
}

.coveo-advanced-search-select {
  margin: 0 5px 5px 0;
}

.coveo-advanced-search-and {
  display: inline-block;
  margin: 0 5px 5px 0;
  margin-left: 5px;
}

.coveo-number-input {
  max-width: 45px;
}

#coveo-advanced-search-execute-query {
  width: 200px;
  height: 35px;
  display: block;
  margin: 15px 0 15px auto;
}

.coveo-size-input-mode-section {
  display: inline-block;
}

.coveo-advanced-search-modal fieldset {
  display: inline-block;
}

.coveo-advanced-search-modal .coveo-dropdown,
.coveo-advanced-search-modal .coveo-numeric-spinner {
  margin: 0 5px 5px 0;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear {
  position: relative;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear svg {
  width: 12px;
  height: 12px;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear:hover {
  color: #cc0d00;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-advanced-search-breadcrumb-clear-svg {
  position: absolute;
  top: 5px;
  left: 3px;
}

.coveo-advanced-search-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-modal-container.coveo-authentication-popup .coveo-modal-body {
  height: 90%;
}

.coveo-modal-container.coveo-authentication-popup .coveo-modal-body div {
  height: 100%;
  width: 100%;
}

.coveo-modal-container.coveo-authentication-popup .coveo-modal-body iframe {
  height: 100%;
  width: 100%;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 10px 0 0 10px;
}

.coveo-authentication-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.coveo-waiting-for-authentication-popup {
  padding: 50px 150px;
}

.coveo-authentication-provider:hover .coveo-dropdown-authenticate-hover-svg {
  fill: #1d4f76;
}

.coveo-authentication-provider:hover .coveo-dropdown-authenticate-svg {
  fill: none;
}

.coveo-authentication-provider:hover .coveo-authentication-provider-svg {
  width: 12px;
  height: 16px;
}

.coveo-authentication-provider-svg {
  width: 12px;
  height: 14px;
}

.coveo-authentication-provider-svg .coveo-dropdown-authenticate-svg {
  fill: #1d4f76;
}

.CoveoBackdrop {
  background-size: cover;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoBreadcrumb {
  padding: 10px 0px 10px 0px;
  position: relative;
  overflow: hidden;
  border-bottom: thin solid #bcc3ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-align: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.CoveoBreadcrumb.coveo-small-display {
  padding: 0px;
  margin: 0;
  background-color: #ececec;
  border-top: 1px solid #bcc3ca;
  border-bottom: 1px solid #bcc3ca;
  clear: both;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb.coveo-breadcrumb-item {
  display: inline;
  margin: 0;
  white-space: nowrap;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb.coveo-breadcrumb-item:before {
  content: "";
  display: inline;
  white-space: normal;
}

.CoveoBreadcrumb.coveo-small-display .coveo-header .coveo-title {
  display: none;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values {
  display: inline;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value {
  display: inline;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
  display: none;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb .coveo-facet-breadcrumb-title {
  padding: 7px 4px 0px 4px;
  border-right: 1px solid #bcc3ca;
  height: 30px;
  display: inline-block;
  margin-right: 0px;
  color: #2c5986;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value {
  background-color: #f7f7f7;
  color: #666666;
  white-space: normal;
  line-height: 30px;
  padding: 7px 5px 8px 5px;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:before {
  content: "";
  border-top: 1px solid #bcc3ca;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:after {
  content: "";
  border-right: 1px solid #bcc3ca;
  position: absolute;
  height: 30px;
  margin-left: 5px;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:first-child {
  white-space: nowrap;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-caption {
  max-width: 130px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
  display: none;
}

.coveo-no-results .CoveoBreadcrumb {
  text-align: left;
}

.coveo-breadcrumb-clear-all {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 5px;
  margin-left: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-breadcrumb-clear-all:hover,
.coveo-breadcrumb-clear-all:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-breadcrumb-clear-all:hover,
.coveo-breadcrumb-clear-all:hover a {
  text-decoration: underline;
}

.coveo-breadcrumb-clear-all.coveo-selected * {
  color: #263e55;
}

.coveo-breadcrumb-clear-all > div {
  display: inline-block;
}

.coveo-breadcrumb-clear-all .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-breadcrumb-clear-all .coveo-breadcrumb-clear-all-icon svg {
  width: 12px;
  height: 12px;
}

.coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-clear-all-icon {
  color: #cc0d00;
}

.coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-clear-all-icon .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-breadcrumb-clear-all-icon {
  top: 1px;
  margin-right: 5px;
}

.coveo-breadcrumb-items {
  padding-bottom: 10px;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.coveo-breadcrumb-item {
  margin: 5px 0px 5px 0px;
}

.coveo-media-max-width-480 .CoveoBreadcrumb {
  padding: 10px;
}

.coveo-media-max-width-480 .coveo-breadcrumb-items {
  padding-bottom: 0;
}

.coveo-media-max-width-480 .coveo-breadcrumb-item:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .CoveoBreadcrumb {
    padding: 10px;
  }
  .coveo-breadcrumb-items {
    padding-bottom: 0;
  }
  .coveo-breadcrumb-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoCardActionBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 44px;
  background-color: #263e55;
  color: #fff;
  margin: auto -20px -20px -20px;
  padding: 0 0 10px 20px;
  font-size: 11px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.CoveoCardActionBar.coveo-opened {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.CoveoCardActionBar > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 20px;
}

.CoveoCardActionBar .coveo-icon {
  margin-right: 3px;
}

.coveo-card-action-bar-arrow-svg {
  width: 10px;
  height: 9px;
  color: #67768b;
}

.coveo-card-action-bar-arrow-container {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  background-color: #263e55;
  color: #fff;
  left: 0;
}

.CoveoCardActionBar .coveo-icon-for-quickview-svg {
  margin-top: 4px;
  color: #67768b;
}

.CoveoCardActionBar .coveo-follow-item-icon-svg {
  color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoCardOverlay {
  cursor: pointer;
}

.coveo-search-svg {
  color: #67768b;
  width: 18px;
  height: 18px;
}

.coveo-search-svg .coveo-magnifier-circle-svg {
  fill: #ecad00;
}

.coveo-replies-svg {
  color: #67768b;
  width: 20px;
  height: 20px;
}

.coveo-card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  background-color: #263e55;
  color: #fff;
  cursor: default;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: coveo-card-overlay-fade-out 0.5s linear;
  animation: coveo-card-overlay-fade-out 0.5s linear;
}

.coveo-card-overlay.coveo-hidden-for-tab-nav {
  display: none;
}

@-webkit-keyframes coveo-card-overlay-fade-out {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes coveo-card-overlay-fade-out {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.coveo-card-overlay.coveo-opened {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: coveo-card-overlay-fade-in 0.5s linear;
  animation: coveo-card-overlay-fade-in 0.5s linear;
}

@-webkit-keyframes coveo-card-overlay-fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes coveo-card-overlay-fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.coveo-card-overlay-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 0;
  border-bottom: 1px solid #bcc3ca;
  cursor: pointer;
}

.coveo-card-overlay-header .coveo-icon {
  margin-right: 3px;
}

.coveo-card-overlay-body {
  overflow: auto;
  overflow-x: hidden;
}

.coveo-card-overlay-footer {
  text-align: center;
  margin-top: auto;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.CoveoResult.coveo-with-card-overlay {
  -webkit-transition: min-height 0.5s;
  transition: min-height 0.5s;
  min-height: 0;
}

.CoveoResult.coveo-card-overlay-opened {
  min-height: 180px;
}

.coveo-open-card-overlay {
  display: inline-block;
  margin-bottom: 4px;
}

.coveo-open-card-overlay-svg {
  width: 10px;
  height: 6px;
  color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoDidYouMean {
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
}

.CoveoDidYouMean a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

.CoveoDidYouMean a:hover,
.CoveoDidYouMean a:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoDidYouMean a:hover,
.CoveoDidYouMean a:hover a {
  text-decoration: underline;
}

.CoveoDidYouMean a.coveo-selected * {
  color: #263e55;
}

.CoveoDidYouMean a:hover {
  text-decoration: underline;
}

.coveo-did-you-mean-highlight {
  font-weight: normal;
}

.coveo-did-you-mean-word-correction {
  font-weight: bold;
}

.coveo-did-you-mean-no-results-for {
  font-size: 16px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoErrorReport {
  text-align: center;
}

.CoveoErrorReport h1,
.CoveoErrorReport h2,
.CoveoErrorReport h3,
.CoveoErrorReport h4,
.CoveoErrorReport h5,
.CoveoErrorReport h6 {
  font-weight: normal;
  display: block;
  margin: 0 0 20px 0;
}

.coveo-error-report-help-link {
  display: inline-block;
  border: 1px solid #f58020;
  border-radius: 2px;
  text-decoration: none;
  background-color: #f58020;
  padding: 10px;
  font-weight: 700;
  color: white;
}

.coveo-error-report-help-link:hover {
  background-color: #F68E38;
}

.coveo-error-report-title {
  color: #1d4f76;
  margin-bottom: 20px;
  font-size: 12px;
}

.coveo-error-report-message {
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 30px;
}

.coveo-error-report-message pre {
  font-size: 12px;
  text-align: left;
}

.coveo-error-report-container {
  padding: 45px;
  background-color: #F1F3F4;
  border: 1px solid #1d4f76;
}

.coveo-error-report-previous,
.coveo-error-report-clear,
.coveo-error-report-retry,
.coveo-error-report-more-info {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 2px;
}

.coveo-error-report-previous:hover,
.coveo-error-report-previous:visited,
.coveo-error-report-clear:hover,
.coveo-error-report-clear:visited,
.coveo-error-report-retry:hover,
.coveo-error-report-retry:visited,
.coveo-error-report-more-info:hover,
.coveo-error-report-more-info:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-error-report-previous:hover,
.coveo-error-report-previous:hover a,
.coveo-error-report-clear:hover,
.coveo-error-report-clear:hover a,
.coveo-error-report-retry:hover,
.coveo-error-report-retry:hover a,
.coveo-error-report-more-info:hover,
.coveo-error-report-more-info:hover a {
  text-decoration: underline;
}

.coveo-error-report-previous.coveo-selected *,
.coveo-error-report-clear.coveo-selected *,
.coveo-error-report-retry.coveo-selected *,
.coveo-error-report-more-info.coveo-selected * {
  color: #263e55;
}

.coveo-error-info {
  width: 100%;
}

.coveo-error-info textarea {
  width: 100%;
  height: 200px;
}

.CoveoExcerpt {
  word-wrap: break-word;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoExportToExcel {
  overflow: hidden;
  margin-top: 10px;
  display: none;
}

.CoveoExportToExcel.coveo-export-to-excel-opened {
  display: block;
}

.coveo-export-to-excel-svg {
  width: 14px;
  height: 14px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-facet-values {
  list-style: none;
  padding: 5px 0px 0px 0px;
  margin: 0;
}

.coveo-facet-value {
  padding: 0px 20px 0px 20px;
  margin: 0;
  line-height: 22px;
  position: relative;
}

.coveo-facet-value input[type=checkbox] {
  display: none;
}

.coveo-facet-value .coveo-facet-value-checkbox {
  width: 18px;
  height: 18px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  background: white;
  position: relative;
  float: left;
  top: 2px;
}

.coveo-facet-value .coveo-facet-value-checkbox > svg {
  position: relative;
  background: none;
}

.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg {
  width: 14px;
  height: 12px;
  bottom: 3px;
}

.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg .coveo-hook-svg {
  fill: #4f5658;
}

.coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg {
  width: 14px;
  height: 12px;
  bottom: 3px;
}

.coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg .coveo-hook-svg {
  fill: #4f5658;
}

.coveo-facet-value:hover.coveo-excluded .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-value .coveo-facet-value-checkbox:focus {
  outline: none;
}

.coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg {
  width: 14px;
  height: 12px;
  bottom: 3px;
}

.coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-hook-svg {
  fill: #4f5658;
}

.coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-exclusion-svg {
  fill-opacity: 0;
}

.coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg,
.coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg {
  width: 10px;
  height: 10px;
  bottom: 4px;
}

.coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg,
.coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-value.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg,
.coveo-facet-value:hover.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg {
  width: 10px;
  height: 10px;
  bottom: 4px;
}

.coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-value.coveo-facet-value-will-exclude:focus .coveo-facet-value-checkbox .coveo-hook-svg,
.coveo-facet-value.coveo-facet-value-will-exclude:hover .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-value.coveo-excluded .coveo-facet-value-caption,
.coveo-facet-value.coveo-excluded .coveo-facet-value-computed-field,
.coveo-facet-value.coveo-excluded .coveo-facet-value-count {
  text-decoration: line-through;
}

.coveo-facet-value > * {
  vertical-align: middle;
}

.coveo-facet-value:hover,
.coveo-facet-value.coveo-focused {
  background-color: #e6ecf0;
}

.coveo-facet-value.coveo-selected {
  font-weight: bold;
}

.coveo-facet-value.coveo-excluded .coveo-facet-value-exclude {
  visibility: hidden;
}

.coveo-facet-value.coveo-excluded:hover .coveo-facet-value-exclude {
  visibility: hidden;
}

.coveo-facet-value:hover .coveo-facet-value-exclude {
  visibility: visible;
}

.coveo-facet-value-label {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 0px 5px 0px;
}

.coveo-facet-value-caption {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.coveo-facet-value-icon {
  display: inline-block;
  margin: 3px 5px 3px 0;
  vertical-align: top;
  float: left;
}

.coveo-facet-value-count {
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
  float: right;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.coveo-facet-value-count.coveo-waitDelta {
  opacity: 0;
}

.coveo-with-computed-field .coveo-facet-value-count,
.coveo-with-computed-field .coveo-facet-value-computed-field {
  font-size: 12px;
  position: relative;
  top: 1px;
}

.coveo-facet-value-label.coveo-with-computed-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper {
  box-ordinal-group: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox {
  box-ordinal-group: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-caption {
  box-ordinal-group: 2;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-count {
  box-ordinal-group: 3;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-computed-field {
  box-ordinal-group: 2;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.coveo-facet-value-computed-field {
  float: right;
  margin-left: 5px;
}

.coveo-facet-value-exclude {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 5px;
  background: white;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  height: 13px;
  width: 13px;
  opacity: 0;
  z-index: 10;
}

.coveo-facet-value-exclude:hover,
.coveo-facet-value-exclude:focus {
  opacity: 1;
  outline: none;
}

.coveo-facet-value-exclude-svg {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.coveo-facet-value-exclude-svg .coveo-exclusion-svg {
  fill: #bcc3ca;
}

.coveo-facet-search-results {
  position: absolute;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background-color: white;
  list-style: none;
  margin: 0px 0 3px 0;
  padding: 0px 0px 10px 0px;
  z-index: 999;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 12px;
}

.coveo-facet-search-results input[type=checkbox] {
  display: none;
}

.coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-count,
.coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-computed-field {
  top: 0px;
}

.coveo-facet-search-results.coveo-no-results {
  display: none;
  visibility: hidden;
}

.coveo-facet-search-results .coveo-facet-value input[type=checkbox] {
  display: none;
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox {
  width: 13px;
  height: 13px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  background: white;
  position: relative;
  float: left;
  top: 2px;
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox > svg {
  position: relative;
  background: none;
}

.coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg {
  width: 11px;
  height: 9px;
  bottom: 5px;
}

.coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg .coveo-hook-svg {
  fill: black;
}

.coveo-facet-search-results .coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg {
  width: 11px;
  height: 9px;
  bottom: 5px;
}

.coveo-facet-search-results .coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg .coveo-hook-svg {
  fill: black;
}

.coveo-facet-search-results .coveo-facet-value:hover.coveo-excluded .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus {
  outline: none;
}

.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg {
  width: 11px;
  height: 9px;
  bottom: 5px;
}

.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-hook-svg {
  fill: black;
}

.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-exclusion-svg {
  fill-opacity: 0;
}

.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg,
.coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg {
  width: 7px;
  height: 7px;
  bottom: 6px;
}

.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg,
.coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg,
.coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg {
  width: 7px;
  height: 7px;
  bottom: 6px;
}

.coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude:focus .coveo-facet-value-checkbox .coveo-hook-svg,
.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude:hover .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox {
  position: relative;
  top: 5px;
}

.coveo-facet-search-results .coveo-facet-value-exclude {
  right: 10px;
}

.coveo-facet-search-results .coveo-facet-value-label {
  padding-right: 15px;
}

.coveo-facet-search-selectable {
  margin: 0;
  padding: 0px 10px;
}

.coveo-facet-search-selectable.coveo-current {
  background-color: #e6ecf0;
}

.coveo-facet-search-select-all {
  margin: 0;
  padding: 10px;
  font-weight: bold;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.coveo-facet-search-select-all:hover,
.coveo-facet-search-select-all:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-facet-search-select-all:hover,
.coveo-facet-search-select-all:hover a {
  text-decoration: underline;
}

.coveo-facet-search-select-all.coveo-selected * {
  color: #263e55;
}

.coveo-facet-search-clear {
  float: right;
  margin-right: 3px;
  cursor: pointer;
  opacity: 0.5;
  clear: none;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-facet-search-clear .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-facet-search-clear svg {
  width: 8px;
  height: 8px;
}

.coveo-facet-search-clear:hover {
  color: #cc0d00;
}

.coveo-facet-search-clear:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-search-clear:hover {
  opacity: 1;
}

.coveo-facet-search-input {
  border: 0px;
  padding: 1px 0px 0px 0px;
  margin: 0px;
  font-size: 13px;
  width: 100%;
  background-color: inherit;
  line-height: 15px;
}

.coveo-facet-search-input[value=""] {
  color: #bcc3ca;
}

@-webkit-keyframes grow {
  0% {
    margin-right: 200px;
  }
  100% {
    margin-right: 20px;
  }
}

@keyframes grow {
  0% {
    margin-right: 200px;
  }
  100% {
    margin-right: 20px;
  }
}
.coveo-facet-search {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  position: relative;
  background: white;
  display: none;
  margin: 2px 20px 1px 20px;
  padding: 4px;
  -webkit-animation: grow 0.3s linear;
  animation: grow 0.3s linear;
}

.coveo-facet-searching .coveo-facet-search {
  display: block;
}

.coveo-facet-search-no-results {
  background-color: #ffd0d0;
}

.coveo-facet-search-no-results .coveo-facet-search-magnifier {
  visibility: hidden;
}

.coveo-facet-search-magnifier {
  float: left;
}

.coveo-facet-search-magnifier-svg {
  margin: 5px 6px 5px 10px;
  width: 10px;
  height: 10px;
  color: #9cb4cb;
}

.coveo-facet-search-wait-animation {
  float: left;
}

.coveo-facet-search-wait-animation-svg {
  width: 13px;
  height: 13px;
  color: #1d4f76;
  margin: 3px 3px 5px 10px;
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.coveo-facet-search-middle {
  overflow: hidden;
  line-height: 19px;
}

.coveo-facet-value.coveo-facet-search-button {
  color: #009ddc;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox {
  border-style: dashed;
}

.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox,
.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox:focus {
  border-style: solid;
}

.coveo-facet-searching .coveo-facet-value.coveo-facet-search-button {
  display: none;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox {
  bottom: 1px;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg {
  bottom: 4px;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg .coveo-more-svg {
  fill: #bcc3ca;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox > .coveo-facet-value-checkbox-svg,
.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox > .coveo-facet-value-checkbox-svg {
  color: #bcc3ca;
  width: 16px;
  height: 11px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-facet-settings-popup {
  position: absolute;
  overflow: hidden;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  z-index: 11;
  background-color: white;
}

.coveo-facet-settings-section {
  clear: both;
  white-space: nowrap;
}

.coveo-facet-settings-section svg {
  margin: 10px;
}

.coveo-facet-settings-section .coveo-icon-container {
  display: inline-block;
  vertical-align: middle;
}

.coveo-facet-settings-items {
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}

.coveo-facet-settings-item {
  white-space: nowrap;
  padding: 10px;
  cursor: pointer;
  color: #373737;
}

.coveo-facet-settings-item.coveo-selected {
  font-weight: bold;
}

.coveo-facet-settings-disabled .coveo-facet-settings-item {
  cursor: default;
  opacity: 0.5;
}

.coveo-facet-settings-disabled .coveo-facet-settings-item:hover {
  background: white;
}

.coveo-facet-settings-section-sort .coveo-facet-settings-section-sort-svg {
  float: none;
}

.coveo-facet-settings-section-sort:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-sort.coveo-facet-settings-section {
  margin-bottom: 15px;
}

.coveo-facet-settings-section-sort.coveo-facet-settings-section .coveo-icon-container {
  vertical-align: top;
}

.coveo-facet-settings-section-sort-svg {
  width: 15px;
  height: 14px;
  color: #1d4f76;
}

.coveo-facet-settings-section-direction-ascending {
  cursor: pointer;
}

.coveo-facet-settings-section-direction-ascending.coveo-facet-settings-disabled {
  cursor: inherit;
}

.coveo-facet-settings-section-direction-ascending .coveo-facet-settings-section-direction-ascending-svg {
  float: none;
}

.coveo-facet-settings-section-direction-ascending:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-direction-ascending-svg {
  width: 15px;
  height: 12px;
  color: #1d4f76;
}

.coveo-facet-settings-section-direction-descending {
  cursor: pointer;
}

.coveo-facet-settings-section-direction-descending.coveo-facet-settings-disabled {
  cursor: inherit;
}

.coveo-facet-settings-section-direction-descending .coveo-facet-settings-section-direction-descending-svg {
  float: none;
}

.coveo-facet-settings-section-direction-descending:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-direction-descending-svg {
  width: 15px;
  height: 12px;
  color: #1d4f76;
}

.coveo-facet-settings-section-save-state {
  border-top: thin solid #bcc3ca;
  cursor: pointer;
}

.coveo-facet-settings-section-save-state .coveo-facet-settings-section-save-state-svg {
  float: none;
}

.coveo-facet-settings-section-save-state:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-save-state-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

.coveo-facet-settings-section-clear-state {
  border-top: thin solid #bcc3ca;
  cursor: pointer;
}

.coveo-facet-settings-section-clear-state .coveo-facet-settings-section-clear-state-svg {
  float: none;
}

.coveo-facet-settings-section-clear-state:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-clear-state-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

.coveo-facet-settings-section-hide {
  border-top: thin solid #bcc3ca;
  cursor: pointer;
}

.coveo-facet-settings-section-hide .coveo-facet-settings-section-hide-svg {
  float: none;
}

.coveo-facet-settings-section-hide:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-hide-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

.coveo-facet-settings-section-show {
  border-top: thin solid #bcc3ca;
  cursor: pointer;
}

.coveo-facet-settings-section-show .coveo-facet-settings-section-show-svg {
  float: none;
}

.coveo-facet-settings-section-show:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-show-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

.coveo-facet-settings-section-sort-title {
  font-size: 12px;
  font-weight: bold;
  color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-facet-header {
  padding: 10px 20px;
  background: #f7f8f9;
  clear: both;
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.coveo-facet-header svg {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.coveo-facet-header-title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.coveo-facet-header-settings-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.coveo-facet-header-title {
  color: #1d4f76;
  font-size: 15px;
}

.coveo-facet-settings-more:hover,
.coveo-facet-settings-more:focus {
  outline: none;
}

.coveo-facet-settings-more:hover .coveo-more-background-svg,
.coveo-facet-settings-more:focus .coveo-more-background-svg {
  fill-opacity: 1;
  fill: #e6ecf0;
}

.coveo-facet-settings-more-svg {
  color: #1d4f76;
}

.coveo-facet-header-operator {
  color: #1d4f76;
}

.coveo-facet-header-operator .coveo-and .coveo-and-svg {
  fill: #ecad00;
}

.coveo-facet-header-operator .coveo-or .coveo-or-svg {
  fill: #ecad00;
}

.coveo-facet-header-operator,
.coveo-facet-header-eraser,
.coveo-facet-header-settings,
.coveo-facet-header-collapse,
.coveo-facet-header-expand {
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
}

.coveo-facet-header-eraser {
  position: relative;
  top: 0px;
  visibility: hidden;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-facet-header-eraser.coveo-facet-header-eraser-visible {
  visibility: visible;
}

.coveo-facet-header-eraser .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-facet-header-eraser svg {
  width: 15px;
  height: 15px;
}

.coveo-facet-header-eraser:hover {
  color: #cc0d00;
}

.coveo-facet-header-eraser:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-header-wait-animation {
  margin-left: 10px;
  position: relative;
}

.coveo-facet-header-wait-animation .coveo-facet-header-wait-animation-svg {
  color: #1d4f76;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-facet-breadcrumb-title,
.coveo-facet-slider-breadcrumb-title {
  color: #67768b;
  margin-right: 14px;
}

.coveo-facet-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  color: #1d4f76;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-facet-breadcrumb-value.coveo-excluded .coveo-facet-breadcrumb-caption,
.coveo-facet-slider-breadcrumb-value.coveo-excluded .coveo-facet-breadcrumb-caption {
  text-decoration: line-through;
}

.coveo-facet-breadcrumb-value .coveo-exclusion-svg,
.coveo-facet-slider-breadcrumb-value .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear svg,
.coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear svg {
  width: 12px;
  height: 12px;
}

.coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear {
  color: #cc0d00;
}

.coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear .coveo-exclusion-svg,
.coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-breadcrumb-value:hover,
.coveo-facet-breadcrumb-value:visited,
.coveo-facet-slider-breadcrumb-value:hover,
.coveo-facet-slider-breadcrumb-value:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-facet-breadcrumb-value:hover,
.coveo-facet-breadcrumb-value:hover a,
.coveo-facet-slider-breadcrumb-value:hover,
.coveo-facet-slider-breadcrumb-value:hover a {
  text-decoration: underline;
}

.coveo-facet-breadcrumb-value.coveo-selected *,
.coveo-facet-slider-breadcrumb-value.coveo-selected * {
  color: #263e55;
}

.coveo-facet-breadcrumb-value:hover,
.coveo-facet-slider-breadcrumb-value:hover {
  color: #009ddc;
}

.coveo-facet-breadcrumb-value.coveo-selected *,
.coveo-facet-slider-breadcrumb-value.coveo-selected * {
  color: #009ddc;
}

.coveo-facet-breadcrumb-value + .coveo-facet-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value + .coveo-facet-breadcrumb-value,
.coveo-facet-breadcrumb-value + .coveo-facet-slider-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value + .coveo-facet-slider-breadcrumb-value {
  margin-left: 20px;
}

.coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-clear {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.coveo-facet-breadcrumb-clear-svg,
.coveo-facet-slider-clear-svg {
  position: absolute;
}

.coveo-facet-breadcrumb-multi-icon {
  display: inline-block;
  margin: 0;
}

.coveo-facet-breadcrumb-multi-icon.coveo-selected {
  margin-left: 0px;
  margin-right: 5px;
}

.coveo-facet-breadcrumb-multi-icon.coveo-selected .coveo-facet-breadcrumb-multi-icon-svg {
  vertical-align: middle;
  width: 14px;
  height: 12px;
}

.coveo-facet-breadcrumb-multi-icon.coveo-selected .coveo-hook-svg {
  fill: #1d4f76;
}

.coveo-facet-breadcrumb-multi-icon.coveo-excluded {
  margin-left: 0px;
  margin-right: 5px;
}

.coveo-facet-breadcrumb-multi-icon.coveo-excluded .coveo-facet-breadcrumb-multi-icon-svg {
  vertical-align: middle;
  width: 10px;
  height: 10px;
}

.coveo-facet-breadcrumb-multi-icon.coveo-excluded .coveo-exclusion-svg {
  fill: #cc0d00;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-content {
  z-index: 20;
  margin: 0;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
  box-ordinal-group: 2;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background-color: white;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header.coveo-dropdown-header-active {
  z-index: 20;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header.coveo-no-visible-facet {
  display: none;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
  overflow-y: scroll;
  max-height: 600px;
  clear: both;
  white-space: nowrap;
  padding: 0;
  min-width: 280px;
  width: 35%;
  z-index: 20;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 0 2px;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetSlider,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetRange,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoHierarchicalFacet {
  margin: 0;
  border: 0;
  border-radius: 0;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetSlider .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetRange .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoHierarchicalFacet .coveo-facet-header {
  border: 0;
  border-radius: 0;
  border-top: thin solid #bcc3ca;
  white-space: initial;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container {
  background: #f7f8f9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.22px;
  line-height: 22px;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container .coveo-facet-header-filter-by {
  display: block;
  padding: 10px 0 10px 20px;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container {
  background: #f7f8f9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.22px;
  line-height: 22px;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container .coveo-facet-header-filter-by {
  display: block;
  padding: 10px 0 10px 20px;
}

.coveo-facet-header-filter-by {
  display: none;
}

.coveo-facet-settings-popup {
  z-index: 999;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoFacet,
.CoveoFacetRange,
.CoveoFacetSlider,
.CoveoHierarchicalFacet {
  margin: 10px 0px 10px 0px;
  padding: 0;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background: white;
  position: relative;
}

.coveo-facet-column .coveo-topSpace.coveo-with-animation,
.coveo-facet-column .coveo-bottomSpace.coveo-with-animation {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.coveo-facet-column.coveo-no-visible-facet {
  display: none;
}

.coveo-facet-empty {
  display: none;
}

.coveo-facet-empty.coveo-with-placeholder {
  display: block;
}

.coveo-facet-dependent {
  display: none;
}

.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value {
  display: none;
}

.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-selected,
.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-excluded {
  display: inherit;
}

.coveo-facet-collapsed .coveo-facet-footer {
  display: none;
}

.coveo-facet-fade .coveo-facet-value {
  opacity: 0.5;
}

.coveo-facet-fade .coveo-facet-value.coveo-selected,
.coveo-facet-fade .coveo-facet-value.coveo-excluded,
.coveo-facet-fade .coveo-facet-value.coveo-facet-search-selectable {
  opacity: 1;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-facet-more,
.coveo-facet-less {
  width: 100%;
  height: 15px;
  background: #f7f8f9;
  cursor: pointer;
  text-align: center;
}

.coveo-facet-more:hover,
.coveo-facet-more:focus,
.coveo-facet-less:hover,
.coveo-facet-less:focus {
  background: #bcc3ca;
  outline: none;
}

.coveo-facet-more {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: none;
}

.coveo-facet-more.coveo-active {
  display: block;
}

.coveo-facet-more-icon-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

.coveo-facet-more-icon-svg,
.coveo-facet-less-icon-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

.coveo-facet-more-icon,
.coveo-facet-less-icon {
  position: relative;
  top: -4px;
}

.coveo-facet-less {
  display: none;
}

.coveo-facet-less.coveo-active {
  display: block;
}

.coveo-facet-footer.coveo-facet-empty {
  display: block;
  visibility: hidden;
}

.coveo-facet-footer {
  background: #f7f8f9;
  min-height: 15px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-slider-container {
  width: 100%;
  height: 85px;
  position: relative;
  padding: 25px 20px 20px;
}

.coveo-slider-container > div {
  height: 50px;
  position: relative;
}

.coveo-slider-container svg {
  overflow: hidden;
}

.coveo-slider-line {
  background-color: white;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 10px;
  top: 3px;
}

.coveo-slider-line.coveo-active {
  z-index: 1;
  background-color: #67768b;
}

.coveo-slider-button {
  background-color: #296896;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 16px;
  z-index: 2;
  position: absolute;
  margin-left: -7px;
}

.coveo-slider-button:hover {
  background-color: #296896;
}

.coveo-slider-button.coveo-active {
  background-color: #296896;
}

.coveo-slider-button:after {
  content: "";
  height: 10px;
  width: 2px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  position: absolute;
  right: 4px;
  top: 3px;
}

.coveo-slider-button:before {
  content: "";
  height: 10px;
  border-right: 1px solid white;
  position: absolute;
  left: 4px;
  top: 3px;
}

.coveo-slider-caption {
  position: absolute;
  top: 25px;
  left: 0px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coveo-slider-tooltip {
  white-space: nowrap;
  padding: 10px;
  background-color: #e6ecf0;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  z-index: 10;
  position: absolute;
  margin-top: 30px;
}

.coveo-slider-tooltip .coveo-slider-tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #bcc3ca;
  top: 38px;
  position: absolute;
}

.coveo-slider-tooltip .coveo-caption {
  font-size: 12px;
}

.coveo-slider-tooltip .coveo-count {
  font-size: 12px;
  margin-left: 5px;
}

.coveo-slider-container.coveo-with-graph {
  height: 135px;
}

.coveo-slider-container.coveo-with-graph > div {
  height: 100px;
}

.coveo-slider-container.coveo-with-graph svg {
  position: absolute;
  left: 0px;
  top: -5px;
}

.coveo-slider-container.coveo-with-graph svg .coveo-bar {
  fill: #67768b;
  shape-rendering: crispEdges;
}

.coveo-slider-container.coveo-with-graph svg .coveo-bar.coveo-active {
  fill: #296896;
}

.coveo-slider-container.coveo-with-graph svg .coveo-bar:hover {
  fill: #263e55;
  cursor: pointer;
}

.coveo-slider-container.coveo-with-graph .coveo-slider-line {
  top: 60px;
}

.coveo-slider-container.coveo-with-graph .coveo-slider-button {
  top: 57px;
}

.coveo-slider-container.coveo-with-graph .coveo-slider-caption {
  top: 80px;
}

.CoveoFacetSlider.coveo-disabled .coveo-slider-line {
  background-color: #bcc3ca;
}

.CoveoFacetSlider.coveo-disabled .coveo-slider-button {
  background-color: #296896;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.CoveoFacetSlider.coveo-facet-collapsed .coveo-slider-container {
  display: none;
}

.CoveoFacetSlider.coveo-disabled-empty {
  display: none;
}

.coveo-executing-query .coveo-slider-container {
  opacity: 0.5;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-top-field-suggestion-header {
  width: 100%;
  padding: 10px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoFieldTable {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  width: 100%;
  background-color: #f7f8f9;
  padding-bottom: 10px;
  position: relative;
  word-break: break-all;
  margin-top: 1px;
  border-collapse: separate;
  margin-bottom: 20px;
}

.CoveoFieldTable th,
.CoveoFieldTable td {
  font-size: 14px;
}

.CoveoFieldTable td {
  width: 99%;
  padding: 10px 20px 0px 0px;
}

.CoveoFieldTable th {
  color: #67768b;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  padding: 10px 10px 0px 20px;
}

.CoveoFieldTable .coveo-clickable {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoFieldTable .coveo-clickable:hover,
.CoveoFieldTable .coveo-clickable:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoFieldTable .coveo-clickable:hover,
.CoveoFieldTable .coveo-clickable:hover a {
  text-decoration: underline;
}

.CoveoFieldTable .coveo-clickable.coveo-selected * {
  color: #263e55;
}

.CoveoFieldTable .coveo-clickable.coveo-selected {
  font-weight: bold;
}

.coveo-field-table-toggle {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  margin: 0px 5px 5px 0px;
}

.coveo-field-table-toggle:hover,
.coveo-field-table-toggle:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-field-table-toggle:hover,
.coveo-field-table-toggle:hover a {
  text-decoration: underline;
}

.coveo-field-table-toggle.coveo-selected * {
  color: #263e55;
}

.coveo-field-table-toggle .coveo-field-table-toggle-caption {
  margin-right: 5px;
}

.coveo-field-table-toggle-container {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.coveo-field-table-toggle-container.coveo-no-transition {
  -webkit-transition: none;
  transition: none;
}

.coveo-field-table-toggle-down {
  position: relative;
  top: 2px;
}

.coveo-field-table-toggle-down-svg {
  color: #1d4f76;
  width: 10px;
  height: 6px;
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s;
  fill-opacity: 1;
}

.coveo-field-table-toggle-down-svg.coveo-opened {
  fill-opacity: 0;
}

.coveo-field-table-toggle-up {
  position: absolute;
  bottom: 44px;
  right: 10px;
  margin: 0;
  height: 0px;
}

.coveo-field-table-toggle-up-svg {
  color: #1d4f76;
  width: 10px;
  height: 6px;
  -webkit-transition: fill-opacity 0s;
  transition: fill-opacity 0s;
  fill-opacity: 0;
}

.coveo-field-table-toggle-up-svg.coveo-opened {
  fill-opacity: 1;
  height: 13px;
  -webkit-transition: fill-opacity cubic-bezier(1, 0, 1, 0) 0.4s;
  transition: fill-opacity cubic-bezier(1, 0, 1, 0) 0.4s;
}

.CoveoFieldValue .coveo-clickable {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoFieldValue .coveo-clickable:hover,
.CoveoFieldValue .coveo-clickable:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoFieldValue .coveo-clickable:hover,
.CoveoFieldValue .coveo-clickable:hover a {
  text-decoration: underline;
}

.CoveoFieldValue .coveo-clickable.coveo-selected * {
  color: #263e55;
}

.CoveoFieldValue .coveo-clickable.coveo-selected {
  font-weight: bold;
}

.CoveoFieldValue.coveo-with-label {
  display: inline-block;
}

.CoveoFieldValue .coveo-field-caption {
  color: #67768b;
  margin-right: 10px;
}

.coveo-card-overlay .CoveoFieldTable {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 10px 0 0;
}

.coveo-card-overlay .CoveoFieldTable th {
  color: #bcc3ca;
}

.coveo-card-overlay .coveo-clickable {
  color: #296896;
  color: #009ddc;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-card-overlay .coveo-clickable:hover,
.coveo-card-overlay .coveo-clickable:visited {
  text-decoration: none;
  color: #009ddc;
}

.coveo-card-overlay .coveo-clickable:hover,
.coveo-card-overlay .coveo-clickable:hover a {
  text-decoration: underline;
}

.coveo-card-overlay .coveo-clickable.coveo-selected * {
  color: #009ddc;
}

.coveo-card-overlay .coveo-clickable:hover {
  color: #009ddc;
}

.coveo-card-overlay .coveo-clickable.coveo-selected * {
  color: #009ddc;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-hidden-query-breadcrumb-title {
  color: #67768b;
  margin-right: 14px;
}

.coveo-hidden-query-breadcrumb-value {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-hidden-query-breadcrumb-value:hover,
.coveo-hidden-query-breadcrumb-value:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-hidden-query-breadcrumb-value:hover,
.coveo-hidden-query-breadcrumb-value:hover a {
  text-decoration: underline;
}

.coveo-hidden-query-breadcrumb-value.coveo-selected * {
  color: #263e55;
}

.coveo-hidden-query-breadcrumb-value:hover {
  color: #009ddc;
}

.coveo-hidden-query-breadcrumb-value.coveo-selected * {
  color: #009ddc;
}

.coveo-hidden-query-breadcrumb-clear {
  display: inline-block;
  margin: 3px 0px 0px 5px;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-hidden-query-breadcrumb-clear .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-hidden-query-breadcrumb-clear svg {
  width: 12px;
  height: 12px;
}

.coveo-hidden-query-breadcrumb-clear:hover {
  color: #cc0d00;
}

.coveo-hidden-query-breadcrumb-clear:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoHierarchicalFacet ul.coveo-facet-values {
  overflow-x: auto;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value {
  padding-left: 30px;
  position: relative;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected:not(.coveo-selected) .coveo-facet-value-checkbox-svg {
  width: 12px;
  height: 14px;
  visibility: visible;
  position: relative;
  bottom: 2px;
  left: 0px;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected:not(.coveo-selected) .coveo-line-svg {
  fill: rgba(188, 195, 202, 0.74);
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 7px;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg {
  display: none;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle:hover {
  cursor: pointer;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-hierarchical-facet-collapse-svg {
  display: inline-block;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-hierarchical-facet-expand-svg {
  display: none;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-inactive {
  display: none;
}

.coveo-hierarchical-breadcrumb-separator {
  content: "";
  display: inline-block;
  top: 2px;
  left: 3px;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: #b0b3ae;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoMatrix {
  margin: 10px 5px 10px 5px;
}

.coveo-matrix-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  color: #1d4f76;
  font-size: 16px;
}

.coveo-matrix {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

.coveo-matrix-row {
  display: table-row;
}

.coveo-matrix-row .matrix-first-column {
  text-align: left;
}

.matrix-header-row,
.matrix-total-row {
  font-weight: bold;
  color: #1d4f76;
  font-weight: bold;
  height: 45px;
  background-color: #f7f8f9;
}

.matrix-total-row {
  font-weight: bold;
}

.coveo-matrix-cell {
  display: table-cell;
  padding: 5px;
  text-align: right;
  overflow: hidden;
  vertical-align: middle;
  border: thin solid #bcc3ca;
}

.coveo-matrix-cell:hover {
  cursor: pointer;
}

.coveo-matrix-unimportant {
  color: lightgrey;
}

.matrix-results-preview-container {
  position: absolute;
  z-index: 1;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background-color: white;
}

.matrix-results-preview-container .coveo-result-frame {
  border-bottom: thin solid #bcc3ca;
  text-align: left;
  overflow: hidden;
  padding: 5px;
}

.matrix-results-preview-container .coveo-result-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.magic-box {
  position: relative;
  text-align: left;
  color: #212121;
  border: 1px solid #9e9e9e;
}

.magic-box .magic-box-input {
  background: #fff;
  height: 48px;
  overflow: hidden;
  position: relative;
}

.magic-box .magic-box-input .magic-box-underlay,
.magic-box .magic-box-input > input {
  color: #212121;
  text-align: left;
  padding: 12px 0;
  text-indent: 12px;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  white-space: pre;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.magic-box .magic-box-input input {
  background: none;
  border: none;
  resize: none;
  outline: 0;
}

.magic-box .magic-box-input input::-ms-clear {
  width: 0;
  height: 0;
}

.magic-box .magic-box-input .magic-box-underlay {
  color: transparent;
  overflow: hidden;
}

.magic-box .magic-box-input .magic-box-underlay > span {
  text-indent: 0;
}

.magic-box .magic-box-input .magic-box-underlay span {
  display: inline-block;
  vertical-align: top;
}

.magic-box .magic-box-input .magic-box-underlay span[data-value=""] {
  height: 24px;
}

.magic-box .magic-box-input .magic-box-underlay .magic-box-ghost-text {
  visibility: hidden;
  color: #bdbdbd;
}

.magic-box .magic-box-input .magic-box-underlay .magic-box-error {
  border-bottom: solid #f44336 2px;
}

.magic-box .magic-box-input .magic-box-underlay .magic-box-error.magic-box-error-empty {
  position: relative;
}

.magic-box .magic-box-input .magic-box-underlay .magic-box-error.magic-box-error-empty:before {
  content: " ";
  border-bottom: solid #f44336 2px;
  position: absolute;
}

.magic-box .magic-box-input .magic-box-underlay:after {
  content: "";
  display: inline-block;
}

.magic-box .magic-box-clear {
  position: relative;
  float: right;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  cursor: pointer;
  background: #fff;
  width: 0;
  overflow: hidden;
}

.magic-box .magic-box-clear .magic-box-icon:before {
  color: #9e9e9e;
  font-family: arial, sans-serif;
  content: "X";
  font-size: 24px;
}

.magic-box .magic-box-clear:before {
  content: "";
  border-left: #e0e0e0 1px solid;
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
}

.magic-box.magic-box-notEmpty .magic-box-clear {
  width: 48px;
}

.magic-box.magic-box-hasFocus .magic-box-underlay .magic-box-ghost-text {
  visibility: visible;
}

.magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion {
  display: block;
}

.magic-box .magic-box-suggestions {
  clear: both;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  display: none;
  font-family: arial, sans-serif;
  border: 1px solid #9e9e9e;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator,
.magic-box .magic-box-suggestions .magic-box-suggestion {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion-seperator,
.magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion {
  opacity: 0;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator {
  padding: 12px 12px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  overflow: hidden;
  height: 36px;
  border-top: 1px solid #e0e0e0;
  color: #9e9e9e;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator:first-child {
  border-top: none;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator .magic-box-suggestion-seperator-label {
  float: left;
  margin-right: 12px;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator:after {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator + .magic-box-suggestion {
  border-top: none;
}

.magic-box .magic-box-suggestions .magic-box-suggestion {
  cursor: pointer;
  line-height: 24px;
  padding: 12px;
  font-size: 16px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #fafafa;
  color: #212121;
}

.magic-box .magic-box-suggestions .magic-box-suggestion .magic-box-hightlight {
  font-weight: bold;
  color: #000;
}

.magic-box .magic-box-suggestions .magic-box-suggestion:first-child {
  border-top: none;
}

.magic-box .magic-box-suggestions .magic-box-suggestion.magic-box-selected {
  background: #e0f7fa !important;
}

.magic-box .magic-box-suggestions .magic-box-suggestion:hover {
  background: #f5f5f5;
}

.magic-box.magic-box-inline {
  overflow: hidden;
}

.magic-box.magic-box-inline .magic-box-suggestions.magic-box-hasSuggestion {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  border: none;
  border-top: 1px solid #9e9e9e;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-waiting-for-first-query .coveo-omnibox {
  z-index: 0;
}

.CoveoOmnibox.magic-box .coveo-omnibox-hightlight {
  font-weight: bold;
  color: #000;
}

.CoveoOmnibox.magic-box .magic-box-suggestions {
  z-index: 3;
}

.CoveoOmnibox.magic-box .coveo-omnibox-hightlight2 {
  font-weight: bold;
  font-style: italic;
  color: #000;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=true],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=true] {
  position: relative;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=true]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=true]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c8e6c9;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=true]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=true]:before {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: -1px;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=true]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=true]:before {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  right: -1px;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=false] > [data-success=true],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=false] > [data-success=true] {
  position: relative;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=false] > [data-success=true]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=false] > [data-success=true]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffecb3;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=false] > [data-success=true][data-id=FieldQuery_0],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=false] > [data-success=true][data-id=FieldQuery_0] {
  position: relative;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=false] > [data-success=true][data-id=FieldQuery_0]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=false] > [data-success=true][data-id=FieldQuery_0]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffecb3;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldQuery][data-success=false] > [data-success=true][data-id=FieldQuery_0]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id=FieldSimpleQuery][data-success=false] > [data-success=true][data-id=FieldQuery_0]:before {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: -1px;
}

.CoveoOmnibox.magic-box.coveo-search-as-you-type .magic-box-ghost-text {
  display: none;
}

.CoveoOmnibox.magic-box .coveo-omnibox-selectable {
  cursor: pointer;
}

.CoveoOmnibox.magic-box .coveo-omnibox-selectable.coveo-omnibox-selected {
  background-color: #e6ecf0;
}

.CoveoOmnibox.magic-box .coveo-omnibox-facet-value {
  width: 100%;
  display: inline-block;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px;
  margin: 0;
}

.CoveoOmnibox.magic-box .coveo-omnibox-facet-value li.coveo-facet-value {
  list-style-type: none;
}

.CoveoOmnibox.magic-box .coveo-omnibox-facet-value .coveo-facet-value-label-wrapper > * {
  vertical-align: middle;
}

.CoveoOmnibox.magic-box .coveo-omnibox-facet-header {
  float: left;
  width: 100%;
  padding: 5px 5px;
  height: 26px;
  color: #2c5985;
}

.CoveoOmnibox.magic-box .coveo-omnibox-facet-header .coveo-icon {
  margin-right: 6px;
  vertical-align: text-bottom;
}

.CoveoOmnibox.magic-box .coveo-omnibox-section {
  vertical-align: middle;
  margin-bottom: 2px;
}

.CoveoOmnibox.magic-box .coveo-omnibox-header {
  height: 26px;
  color: #0065cb;
  margin-top: 4px;
  margin-bottom: 2px;
}

.CoveoOmnibox.magic-box .coveo-omnibox-header .coveo-text {
  padding: 6px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultList.coveo-faded {
  opacity: 0.5;
}

.CoveoResultList {
  margin-top: 15px;
  margin-bottom: 15px;
}

.CoveoResultList .coveo-fade-out {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.CoveoResultList .coveo-wait-animation {
  display: block;
  margin: 10px auto;
}

.CoveoResultList.coveo-hidden {
  display: none;
}

.CoveoResultList[data-layout=table] {
  overflow-x: auto;
  margin-bottom: 20px;
}

.coveo-card-layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}

.coveo-card-layout-container .coveo-media-max-width-480 {
  margin-right: 0;
}

@media (max-width: 480px) {
  .coveo-card-layout-container {
    margin-right: 0;
  }
}
.coveo-table-layout-container {
  display: table;
  white-space: nowrap;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.coveo-result-list-table-footer {
  border-bottom: none;
}

.coveo-media-max-width-800 .CoveoResultList {
  margin-left: 10px;
  margin-right: 10px;
}

.coveo-media-max-width-800 .coveo-table-layout-container {
  table-layout: auto;
}

.coveo-media-max-width-800 .coveo-table-layout-container td {
  max-width: 300px;
}

@media (max-width: 800px) {
  .CoveoResultList {
    margin-left: 10px;
    margin-right: 10px;
  }
  .coveo-table-layout-container {
    table-layout: auto;
  }
  .coveo-table-layout-container td {
    max-width: 300px;
  }
}
.coveo-result-frame,
.CoveoResult.coveo-result-frame {
  margin-left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay,
.CoveoResult.coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay {
  overflow: visible;
  position: relative;
}

.coveo-result-frame .coveo-result-row,
.CoveoResult.coveo-result-frame .coveo-result-row {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0.25em 0;
}

.coveo-result-frame .coveo-result-cell,
.CoveoResult.coveo-result-frame .coveo-result-cell {
  line-height: 1.25em;
  display: table-cell;
  vertical-align: top;
}

.coveo-result-frame .coveo-result-cell > *,
.CoveoResult.coveo-result-frame .coveo-result-cell > * {
  vertical-align: middle;
}

.coveo-result-frame .coveo-result-cell .CoveoTemplateLoader,
.CoveoResult.coveo-result-frame .coveo-result-cell .CoveoTemplateLoader {
  display: inline-block;
}

.coveo-result-frame .coveo-result-cell.coveo-no-wrap,
.CoveoResult.coveo-result-frame .coveo-result-cell.coveo-no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coveo-result-frame .CoveoThumbnail,
.CoveoResult.coveo-result-frame .CoveoThumbnail {
  max-width: 100%;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResult.coveo-omnibox-selectable {
  padding: 10px 10px 10px 15px;
  margin: 0;
}

.CoveoResult .coveo-no-thumbnail {
  display: none;
}

.CoveoResult .coveo-date {
  float: right;
  font-size: 13px;
  margin-left: 10px;
  padding-top: 3px;
}

.CoveoResult .coveo-title {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
}

.CoveoResult .coveo-title > * {
  vertical-align: middle;
}

.CoveoResult .coveo-title .CoveoResultLink {
  margin-right: 5px;
  display: inline;
  overflow: hidden;
  white-space: normal;
}

.CoveoResult .coveo-title .CoveoResultLink:after {
  content: " ";
  white-space: nowrap;
  visibility: hidden;
}

.CoveoResult .coveo-excerpt {
  max-width: 600px;
  font-size: 14px;
  padding: 5px 0 8px 0;
}

.CoveoResult a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoResult a:hover,
.CoveoResult a:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResult a:hover,
.CoveoResult a:hover a {
  text-decoration: underline;
}

.CoveoResult a.coveo-selected * {
  color: #263e55;
}

.CoveoResult .coveo-badge {
  display: inline-block;
  padding: 4px 6px;
  vertical-align: middle;
  font-size: 12px;
}

.CoveoResult .CoveoBadge .coveo-value {
  display: inline-block;
  vertical-align: middle;
  border-radius: 1em;
  line-height: 1.25em;
  margin-right: 8px;
}

.CoveoResult .CoveoBadge .coveo-value.coveo-clickable {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:hover,
.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:hover,
.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:hover a {
  text-decoration: underline;
}

.CoveoResult .CoveoBadge .coveo-value.coveo-clickable.coveo-selected * {
  color: #263e55;
}

.CoveoResult .CoveoBadge .coveo-value .coveo-badge-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: middle;
}

.CoveoResult .CoveoBadge .coveo-value .coveo-badge-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 3px;
  width: 12px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid;
  border-right: none;
  -webkit-backface-visibility: hidden;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.CoveoResult .CoveoBadge .coveo-value .coveo-badge-icon:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.CoveoResult .CoveoBadge .coveo-value .coveo-badge-label {
  vertical-align: middle;
}

.CoveoResult .coveo-selectable-link {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoResult .coveo-selectable-link:hover,
.CoveoResult .coveo-selectable-link:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResult .coveo-selectable-link:hover,
.CoveoResult .coveo-selectable-link:hover a {
  text-decoration: underline;
}

.CoveoResult .coveo-selectable-link.coveo-selected * {
  color: #263e55;
}

.CoveoResult .coveo-field .coveo-label {
  font-weight: normal;
}

.CoveoResult .CoveoResultFolding .coveo-child-result .CoveoQuickview {
  margin-left: 5px;
}

.CoveoResult.coveo-is-recommendation {
  -webkit-box-shadow: 0 0 1px 1px #263e55;
  box-shadow: 0 0 1px 1px #263e55;
}

.coveo-list-layout.CoveoResult {
  border-bottom: thin solid #bcc3ca;
  padding: 16px 0px 16px 16px;
}

.coveo-card-layout {
  margin-right: -20px;
}

.coveo-card-layout.CoveoResult {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 0.9em;
  width: 300px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 20px 20px 0;
  border: thin solid #bcc3ca;
  border-radius: 2px;
}

.coveo-card-layout.CoveoResult .coveo-media-max-width-480 {
  margin: 0 0 20px 0;
}

@media (max-width: 480px) {
  .coveo-card-layout.CoveoResult {
    margin: 0 0 20px 0;
  }
}
.coveo-card-layout.CoveoResult.coveo-clickable {
  cursor: pointer;
}

.coveo-card-layout.CoveoResult.coveo-clickable:hover {
  -webkit-box-shadow: 0 0 0 2px #009ddc;
  box-shadow: 0 0 0 2px #009ddc;
  border-color: #009ddc;
}

.coveo-card-layout.CoveoResult .coveo-result-row:first-child {
  margin-top: 0;
}

.coveo-card-layout.CoveoResult .coveo-result-frame,
.coveo-card-layout.CoveoResult.coveo-result-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.coveo-card-layout.CoveoResult .CoveoResultLink {
  font-size: 16px;
  line-height: 21px;
}

.coveo-card-layout:empty {
  width: 300px;
  height: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.coveo-card-layout.coveo-with-inline-ranking-info {
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coveo-table-layout {
  display: table-row;
}

.coveo-table-layout td {
  display: table-cell;
  padding: 9px 15px;
  white-space: nowrap;
  border-bottom: thin solid #bcc3ca;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coveo-table-layout th {
  text-align: left;
  font-size: 12px;
  color: #1d4f76;
  font-weight: bold;
  border-bottom: thin solid #bcc3ca;
  padding: 7px 15px;
}

.coveo-table-layout:hover td {
  background-color: #e6ecf0;
}

.coveo-table-layout .coveo-relevance-inspector-inline-ranking {
  display: table-cell;
  overflow: auto;
}

.coveo-card-overlay a {
  color: #296896;
  color: #009ddc;
  text-decoration: none;
  cursor: pointer;
}

.coveo-card-overlay a:hover,
.coveo-card-overlay a:visited {
  text-decoration: none;
  color: #009ddc;
}

.coveo-card-overlay a:hover,
.coveo-card-overlay a:hover a {
  text-decoration: underline;
}

.coveo-card-overlay a.coveo-selected * {
  color: #009ddc;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResult.coveo-omnibox-selectable {
  padding: 10px 10px 10px 36px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.CoveoResult.coveo-omnibox-result-list-element.coveo-omnibox-selectable.coveo-omnibox-selected {
  padding: 7px 7px 8px 33px;
  background-color: white;
  border: thin solid #bcc3ca;
  border-width: 3px;
}

.coveo-omnibox-result-list-header {
  width: 100%;
  padding: 10px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-pager-list {
  padding-left: 0;
  margin: 0;
  display: inline-block;
}

.coveo-pager-list-item {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  margin: 5px 6px;
  padding: 4px 8px;
  list-style: none;
  display: inline-block;
  vertical-align: baseline;
  color: #009ddc;
  font-size: 14px;
  cursor: pointer;
}

.coveo-pager-list-item.coveo-active,
.coveo-pager-list-item:hover {
  color: #cddee9;
  background-color: #1d4f76;
}

.coveo-pager-list-item.coveo-active a,
.coveo-pager-list-item:hover a {
  color: #cddee9;
}

.coveo-pager-previous,
.coveo-pager-next {
  margin: 5px 6px;
  list-style: none;
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  border: none;
  padding: 0;
}

.coveo-pager-previous:hover,
.coveo-pager-next:hover {
  color: #009ddc;
  background-color: white;
}

.CoveoPager {
  margin-top: 0px;
  margin-left: 25px;
  display: inline-block;
}

.coveo-pager-next-icon-svg,
.coveo-pager-previous-icon-svg {
  width: 11px;
  height: 20px;
  color: #1d4f76;
  vertical-align: middle;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoPreferencesPanel {
  display: none;
}

.CoveoResultsPreferences + .CoveoResultsFiltersPreferences {
  margin-top: 20px;
}

.preferences-panel-item-label {
  vertical-align: middle;
}

.preferences-panel-item-label:hover {
  cursor: pointer;
}

.coveo-preferences-panel-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoPrintableUri {
  box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2px 0 5px 0;
  font-size: 12px;
  padding: 0 2px 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.CoveoPrintableUri.CoveoResultLink:hover {
  text-decoration: none;
  color: #296896;
}

.CoveoPrintableUri.CoveoResultLink:hover a {
  text-decoration: none;
}

.CoveoPrintableUri .coveo-printable-uri-separator {
  font-size: 12px;
  margin: 0 3px;
}

.CoveoPrintableUri .coveo-hidden {
  display: none;
}

.CoveoPrintableUri .coveo-printable-uri-part:nth-of-type(1) {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 15px;
}

.CoveoPrintableUri .coveo-printable-uri-part:last-of-type {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 15px;
}

.CoveoPrintableUri .coveo-printable-uri-part {
  color: #009ddc;
  margin: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 15 auto;
  flex: 0 15 auto;
  min-width: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoQueryDuration {
  color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoQuerySummary {
  color: #67768b;
  text-align: left;
}

.CoveoQuerySummary div {
  margin-bottom: 5px;
}

.CoveoQuerySummary ul {
  margin-top: 0px;
}

.CoveoQuerySummary ul li {
  font-size: 14px;
}

.CoveoQuerySummary.coveo-hidden {
  display: none;
}

.coveo-query-summary-no-results-string {
  font-size: 16px;
}

.coveo-query-summary-search-tips-info {
  font-size: 16px;
}

.coveo-query-summary-cancel-last {
  font-size: 14px;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.coveo-query-summary-cancel-last:hover,
.coveo-query-summary-cancel-last:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-query-summary-cancel-last:hover,
.coveo-query-summary-cancel-last:hover a {
  text-decoration: underline;
}

.coveo-query-summary-cancel-last.coveo-selected * {
  color: #263e55;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoQuickview {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoQuickview:hover,
.CoveoQuickview:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoQuickview:hover,
.CoveoQuickview:hover a {
  text-decoration: underline;
}

.CoveoQuickview.coveo-selected * {
  color: #263e55;
}

.CoveoQuickview > div {
  position: relative;
}

.coveo-list-layout .CoveoQuickview:hover .coveo-caption-for-icon {
  display: inline;
  top: 26px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.CoveoQuickview .coveo-caption-for-icon {
  font-size: 12px;
  display: none;
  background: #263e55;
  color: white;
  border-radius: 2px;
  padding: 6px 16px;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}

.CoveoQuickview .coveo-caption-for-icon:before {
  border: solid;
  border-color: #263e55 transparent;
  border-width: 0 6px 7px 6px;
  content: "";
  position: absolute;
  z-index: 99;
  top: -6px;
  left: calc(50% - 6px);
}

.CoveoCardActionBar .CoveoQuickview {
  color: #fff;
  text-decoration: none;
}

.CoveoCardActionBar .CoveoQuickview > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.CoveoCardActionBar .CoveoQuickview .coveo-caption-for-icon {
  position: relative;
  -webkit-transform: none;
  transform: none;
  display: inline;
  padding: 0px 5px;
  font-size: inherit;
}

.CoveoCardActionBar .CoveoQuickview .coveo-caption-for-icon:before {
  display: none;
}

.CoveoCardActionBar .CoveoQuickview .coveo-caption-for-quickview {
  margin-top: 0;
  margin-left: 3px;
  font-size: 11px;
}

.CoveoQuickviewDocument {
  overflow: hidden;
}

.CoveoQuickviewDocument .coveo-quickview-document {
  height: 100%;
  width: 100%;
  display: table;
}

.CoveoQuickviewDocument .coveo-quickview-document > * {
  display: table-row;
}

.CoveoQuickviewDocument .coveo-quickview-document .coveo-iframeWrapper {
  height: 100%;
  width: 100%;
}

.coveo-term-for-quickview * {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coveo-term-for-quickview {
  margin: 0px 10px 10px 0px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid;
}

.coveo-term-for-quickview .coveo-term-for-quickview-down-arrow {
  display: inline-block;
  padding: 5px;
  height: 26px;
  position: relative;
  width: 20px;
  border-right: 2px solid;
}

.coveo-term-for-quickview .coveo-term-for-quickview-down-arrow .coveo-term-for-quickview-down-arrow-icon {
  position: absolute;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.coveo-term-for-quickview .coveo-term-for-quickview-up-arrow {
  display: inline-block;
  padding: 5px;
  height: 26px;
  position: relative;
  width: 20px;
}

.coveo-term-for-quickview .coveo-term-for-quickview-up-arrow .coveo-term-for-quickview-up-arrow-icon {
  position: absolute;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.coveo-term-for-quickview .coveo-term-for-quickview-name {
  font-size: 14px;
  padding: 5px 0;
  margin-left: 5px;
}

.coveo-quickview-left-header {
  overflow: hidden;
  padding-right: 16px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.coveo-quickview-right-header {
  text-align: right;
  float: right;
}

.coveo-quickview-icon {
  margin-right: 10px;
  vertical-align: middle;
}

.coveo-quickview-pop-up-reminder {
  color: #0066cc;
  font-size: 16px;
  text-align: left;
}

.coveo-quickview-time {
  font-size: 12px;
  color: #b4b4b4;
  font-weight: normal;
  vertical-align: middle;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body {
  height: 90%;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body > div,
.coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-list-layout,
.coveo-modal-container.coveo-quick-view .coveo-modal-body .CoveoQuickviewDocument,
.coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-quick-view-full-height {
  height: 100%;
  width: 100%;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-logo {
  height: 64px;
  width: 178px;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-loading-dot {
  height: 8px;
  width: 8px;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-quickview-header {
  height: auto;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body iframe {
  height: 100%;
  width: 100%;
  position: relative;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 10px 0 0 10px;
}

.coveo-icon-for-quickview-svg {
  margin-top: 8px;
  width: 20px;
  height: 12px;
  color: #1d4f76;
}

.coveo-computed-modal-box-content > div {
  height: 100%;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-header {
  box-ordinal-group: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background-color: white;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-header.coveo-dropdown-header-active {
  background-color: #e6ecf0;
  border-color: #009ddc;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  padding: 0;
  margin: 25px 0 15px;
  border-bottom: 0px solid #e6ecf0;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content .coveo-media-max-width-480 {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
}

@media (max-width: 480px) {
  .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
  }
}
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.coveo-recommendation-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.CoveoRecommendation {
  display: block;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.coveo-open-dropdown-content {
  max-height: 1000px;
  width: 100%;
  border-bottom: 5px solid #e6ecf0;
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-facet-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-container {
  padding: 0;
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation {
  border: none;
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoResultlist .CoveoResult:first-child {
  border-top: thin solid #bcc3ca;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-header {
  padding: 5px 0 5px 0;
  background-color: #e6ecf0;
  border-bottom: thin solid #bcc3ca;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-title {
  color: #67768b;
}

.CoveoSearchInterface.coveo-small-recommendation #coveo-recommendation-results-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-results-column,
.CoveoSearchInterface.coveo-small-facets #coveo-recommendation-results-column,
.CoveoSearchInterface.coveo-small-facets .coveo-recommendation-results-column {
  width: auto;
  display: block;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-facet-column,
.CoveoSearchInterface.coveo-small-facets .coveo-recommendation-facet-column {
  width: 30%;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoRecommendation {
  margin: 10px 0;
  padding: 0;
  position: relative;
  border: thin solid #bcc3ca;
  border-radius: 2px;
}

.coveo-recommendation-header {
  padding: 10px 0 10px 0;
  background-color: #f7f8f9;
}

.coveo-recommendation-title {
  color: #1d4f76;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  padding-left: 20px;
}

.coveo-recommendation-body {
  background: white;
  margin-bottom: 1px;
}

.coveo-recommendation-body .CoveoResultList {
  margin: 0;
}

.coveo-recommendation-body .CoveoResultList .CoveoResult:first-child {
  border-top: none;
}

.coveo-recommendation-body .CoveoResultList .CoveoResult {
  margin: 0;
  padding: 5px 15px;
  border-top: thin solid #bcc3ca;
  border-bottom: none;
}

.coveo-recommendation-column {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
}

#coveo-recommendation-results-column,
.coveo-recommendation-results-column,
.CoveoSearchInterface .coveo-recommendation-results-column {
  width: 49%;
  display: inline-block;
}

#coveo-recommendation-results-column.coveo-no-results,
.coveo-recommendation-results-column.coveo-no-results,
.CoveoSearchInterface .coveo-recommendation-results-column.coveo-no-results {
  width: inherit;
  display: block;
}

#coveo-recommendation-facet-column,
.coveo-recommendation-facet-column,
.CoveoSearchInterface .coveo-recommendation-facet-column {
  display: inline-block;
  vertical-align: top;
}

#coveo-recommendation-facet-column.coveo-no-results,
.coveo-recommendation-facet-column.coveo-no-results,
.CoveoSearchInterface .coveo-recommendation-facet-column.coveo-no-results {
  display: none;
}

#coveo-recommendation-main-section,
.coveo-recommendation-main-section,
.CoveoSearchInterface .coveo-recommendation-main-section {
  max-width: 1450px;
}

#coveo-recommendation-main-section.coveo-no-results .coveo-recommendation-column,
.coveo-recommendation-main-section.coveo-no-results .coveo-recommendation-column,
.CoveoSearchInterface .coveo-recommendation-main-section.coveo-no-results .coveo-recommendation-column {
  display: none;
}

.CoveoRecommendationQuery,
script.CoveoRecommendationQuery[type="text/x-query-generic"] {
  display: none;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultAttachments .coveo-attachment-sub-container {
  padding: 6px 0px 6px 20px;
}

.CoveoResultAttachments .coveo-attachment-icon {
  margin-right: 5px;
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  position: relative;
  top: 3px;
}

.coveo-result-attachments-container {
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  position: relative;
}

.coveo-result-attachments-container .coveo-icon {
  margin: 0px 5px 0px 0px;
}

.coveo-result-attachments-container * {
  vertical-align: middle;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultFolding .coveo-folding-results {
  margin-bottom: 6px;
}

.CoveoResultFolding .coveo-folding-results > .coveo-result-frame > .coveo-result-row {
  margin: 0px;
}

.CoveoResultFolding .coveo-loading-animation {
  margin: auto;
  width: 84px;
  margin-bottom: 10px;
}

.coveo-list-layout .coveo-result-folding-child-result {
  border-left: thin solid #bcc3ca;
  padding: 0px 0px 0px 6px;
}

.coveo-list-layout .coveo-result-folding-child-result:hover {
  border-left: 1px solid #296896;
}

.coveo-list-layout .coveo-folding-normal-caption,
.coveo-list-layout .coveo-folding-expanded-caption,
.coveo-list-layout .coveo-folding-oneresult-caption {
  color: #333333;
}

.coveo-folding-footer-section-for-less,
.coveo-folding-footer-section-for-more {
  display: inline-block;
}

.coveo-folding-normal-caption,
.coveo-folding-expanded-caption,
.coveo-folding-oneresult-caption {
  font-size: 11px;
  margin-bottom: 10px;
}

.coveo-folding-normal-caption.coveo-hidden,
.coveo-folding-expanded-caption.coveo-hidden,
.coveo-folding-oneresult-caption.coveo-hidden {
  display: none;
}

.coveo-folding-footer {
  margin-top: 12px;
  margin-bottom: 3px;
}

.coveo-folding-footer-icon {
  margin-left: 5px;
}

.coveo-folding-more {
  display: inline-block;
  vertical-align: middle;
}

.coveo-folding-more:hover {
  cursor: pointer;
}

.coveo-folding-more .coveo-folding-footer-icon {
  position: relative;
  top: -2px;
}

.coveo-folding-more-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

.coveo-folding-less {
  display: inline-block;
}

.coveo-folding-less:hover {
  cursor: pointer;
}

.coveo-folding-less .coveo-folding-footer-icon {
  position: relative;
  top: -1px;
}

.coveo-folding-less-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

a.coveo-folding-show-more,
a.coveo-folding-show-less {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

a.coveo-folding-show-more:hover,
a.coveo-folding-show-more:visited,
a.coveo-folding-show-less:hover,
a.coveo-folding-show-less:visited {
  text-decoration: none;
  color: #263e55;
}

a.coveo-folding-show-more:hover,
a.coveo-folding-show-more:hover a,
a.coveo-folding-show-less:hover,
a.coveo-folding-show-less:hover a {
  text-decoration: underline;
}

a.coveo-folding-show-more.coveo-selected *,
a.coveo-folding-show-less.coveo-selected * {
  color: #263e55;
}

.coveo-card-layout a.coveo-folding-show-more,
.coveo-card-layout a.coveo-folding-show-less {
  color: #296896;
  color: #009ddc;
  text-decoration: none;
  cursor: pointer;
}

.coveo-card-layout a.coveo-folding-show-more:hover,
.coveo-card-layout a.coveo-folding-show-more:visited,
.coveo-card-layout a.coveo-folding-show-less:hover,
.coveo-card-layout a.coveo-folding-show-less:visited {
  text-decoration: none;
  color: #009ddc;
}

.coveo-card-layout a.coveo-folding-show-more:hover,
.coveo-card-layout a.coveo-folding-show-more:hover a,
.coveo-card-layout a.coveo-folding-show-less:hover,
.coveo-card-layout a.coveo-folding-show-less:hover a {
  text-decoration: underline;
}

.coveo-card-layout a.coveo-folding-show-more.coveo-selected *,
.coveo-card-layout a.coveo-folding-show-less.coveo-selected * {
  color: #009ddc;
}

.coveo-child-result {
  margin-bottom: 5px;
}

.coveo-child-result * {
  vertical-align: middle;
}

.coveo-card-overlay .coveo-folding-header,
.coveo-card-overlay .coveo-folding-results,
.coveo-card-overlay .coveo-folding-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.coveo-card-overlay .coveo-folding-header {
  margin-top: 10px;
}

.coveo-card-overlay .coveo-result-folding-child-result:not(:last-child) {
  border-bottom: 1px solid #bcc3ca;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultLayout,
.CoveoResultLayoutSelector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CoveoResultLayout.coveo-result-layout-hidden,
.CoveoResultLayoutSelector.coveo-result-layout-hidden {
  display: none;
}

.coveo-result-layout-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px 10px 5px;
  border-bottom: thin solid #bcc3ca;
  text-transform: uppercase;
  border-bottom: 2px solid #bcc3ca;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.coveo-result-layout-selector.coveo-selected,
.coveo-result-layout-selector.coveo-selected:hover {
  border-bottom: 2px solid #263e55;
}

.coveo-result-layout-selector:focus {
  outline-width: 1px;
  outline-color: #bcc3ca;
}

.coveo-result-layout-selector:hover {
  color: #263e55;
}

.coveo-result-layout-selector .coveo-icon {
  margin-right: 5px;
  min-width: 14px;
}

.coveo-result-layout-selector.coveo-hidden {
  display: none;
}

.coveo-card-layout-icon {
  width: 16px;
  height: 16px;
  fill: black;
}

.coveo-list-layout-icon {
  width: 19px;
  height: 14px;
  fill: black;
}

.coveo-table-layout-icon {
  width: 18px;
  height: 13px;
  fill: black;
}

.coveo-result-rating-star + .coveo-result-rating-star {
  margin-left: 2px;
}

.coveo-result-rating-star-svg {
  width: 16px;
  height: 16px;
  color: #E1E1E1;
}

.coveo-result-rating-star-active .coveo-result-rating-star-svg {
  color: #D9AF00;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultsFiltersPreferences .coveo-title {
  display: inline-block;
}

.CoveoResultsFiltersPreferences .coveo-choice-container {
  margin-bottom: 2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-checkbox-span-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  line-height: 30px;
  height: 30px;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab,
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
  padding-top: 2px;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-input {
  width: 20%;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab {
  width: 20%;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
  width: 45%;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section.coveo-section-input .coveo-input-icon.coveo-selected:before {
  bottom: 7px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 5px 6px 5px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters:hover {
  cursor: pointer;
}

.CoveoResultsFiltersPreferences .coveo-online-help {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  font-weight: bold;
}

.CoveoResultsFiltersPreferences .coveo-online-help:hover,
.CoveoResultsFiltersPreferences .coveo-online-help:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResultsFiltersPreferences .coveo-online-help:hover,
.CoveoResultsFiltersPreferences .coveo-online-help:hover a {
  text-decoration: underline;
}

.CoveoResultsFiltersPreferences .coveo-online-help.coveo-selected * {
  color: #263e55;
}

.CoveoResultsFiltersPreferences .coveo-delete {
  margin-left: 10px;
}

.CoveoResultsFiltersPreferences .coveo-delete:hover {
  cursor: pointer;
}

.CoveoResultsFiltersPreferences .coveo-delete-svg {
  width: 12px;
  height: 12px;
}

.CoveoResultsFiltersPreferences .coveo-delete-svg .coveo-exclusion-svg {
  fill: #cc0d00;
}

.CoveoResultsFiltersPreferences .coveo-edit:hover {
  cursor: pointer;
}

.CoveoResultsFiltersPreferences .coveo-edit-svg {
  width: 13px;
  height: 13px;
  color: #1d4f76;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder {
  display: none;
  position: relative;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder.coveo-active {
  display: block;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder form {
  overflow: hidden;
  padding: 10px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-input {
  width: 100%;
  margin-bottom: 10px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-caption > div,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression > div {
  height: 100%;
  width: 100%;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 30px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:hover,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:hover,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:hover a {
  text-decoration: underline;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save.coveo-selected * {
  color: #263e55;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close {
  cursor: pointer;
  color: #1d4f76;
  position: absolute;
  top: 6px;
  right: 10px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close .coveo-exclusion-svg {
  fill: #1d4f76;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close svg {
  width: 12px;
  height: 12px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover {
  color: #cc0d00;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-save-svg {
  width: 14px;
  height: 12px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-save-svg .coveo-hook-svg {
  fill: #1d4f76;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab {
  min-height: 100px;
  width: 100%;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab optgroup {
  padding-left: 10px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder input[type=submit] {
  display: none;
}

.coveo-results-filter-preferences-breadcrumb .coveo-title {
  color: #67768b;
  margin-right: 14px;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  color: #1d4f76;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear svg {
  width: 12px;
  height: 12px;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear {
  color: #cc0d00;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value:hover,
.coveo-results-filter-preferences-breadcrumb .coveo-value:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value:hover,
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover a {
  text-decoration: underline;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value.coveo-selected * {
  color: #263e55;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value:hover {
  color: #009ddc;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value.coveo-selected * {
  color: #009ddc;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value + .coveo-results-filter-preferences-breadcrumb .coveo-value {
  margin-left: 10px;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear {
  position: relative;
  margin-left: 5px;
}

.coveo-results-filter-preferences-breadcrumb .coveo-clear-svg {
  position: absolute;
  top: 4px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-form-group {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

.coveo-form-group + .coveo-form-group {
  margin-top: 30px;
}

.coveo-form-group-label {
  color: #1d4f76;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoResultsPerPage {
  margin: 0 0 0 15px;
  display: inline-block;
  float: right;
}

.coveo-results-per-page-text {
  padding-left: 0;
  color: #bcc3ca;
}

.coveo-results-per-page-list {
  padding-left: 0;
  margin: 0;
  display: inline-block;
}

.coveo-results-per-page-list-item {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  margin: 5px 6px;
  padding: 4px 8px;
  list-style: none;
  display: inline-block;
  vertical-align: baseline;
  color: #009ddc;
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
}

.coveo-results-per-page-list-item.coveo-active,
.coveo-results-per-page-list-item:hover {
  color: #cddee9;
  background-color: #1d4f76;
}

.coveo-results-per-page-list-item.coveo-active a,
.coveo-results-per-page-list-item:hover a {
  color: #cddee9;
}

.coveo-results-per-page-no-results {
  display: none;
}

.CoveoResultsPreferences .coveo-checkbox-label {
  display: block;
  margin: 5px 0;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-result-tagging-add-tag {
  display: inline-block;
  margin: 1px 2px;
}

.coveo-result-tagging-add-tag-text {
  color: #DDD;
  font-size: 11px;
}

.coveo-result-tagging-auto-complete-zone {
  display: none;
  position: relative;
}

.coveo-result-tagging-coveo-tag {
  display: inline-block;
  margin: 0 2px;
  font-size: 12px;
  background-color: #4f5658;
  border-radius: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
}

.coveo-result-tagging-coveo-tag span {
  line-height: 14px;
  vertical-align: middle;
}

.coveo-result-tagging-coveo-tag a {
  color: white;
}

.coveo-result-tagging-coveo-tag a:hover {
  color: #DDD;
}

.coveo-result-tagging-add-tag-tick-icon {
  display: inline-block;
  background: #B0B3AE;
  padding: 0 5px;
  line-height: 22px;
  height: 22px;
}

.coveo-result-tagging-add-tag-tick-icon span {
  cursor: pointer;
}

.coveo-result-tagging-add-tag-tick-icon-svg {
  width: 9px;
  height: 7px;
  color: rgba(255, 255, 255, 0.5);
}

.coveo-result-tagging-clear-icon {
  display: inline-block;
  background: #B0B3AE;
  padding: 0 6px 0 5px;
  height: 22px;
  line-height: 22px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.coveo-result-tagging-clear-icon span {
  cursor: pointer;
}

.coveo-result-tagging-clear-icon-svg {
  width: 8px;
  height: 8px;
}

.coveo-result-tagging-clear-icon-svg .coveo-exclusion-svg {
  fill: rgba(255, 255, 255, 0.5);
}

.coveo-result-tagging-add-tag-textbox {
  margin: 0;
  border: 1px solid #B0B3AE;
  background: transparent;
  padding: 3px;
  z-index: 10;
  font-size: 10px;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: none;
}

.coveo-result-tagging-add-tag-textbox:focus {
  border-color: #9ecaed;
  -webkit-box-shadow: inset 0 0 3px #9ecaed;
  box-shadow: inset 0 0 3px #9ecaed;
}

.coveo-result-tagging-tag-zone {
  display: inline-block;
}

.coveo-result-tagging-delete-icon {
  cursor: pointer;
  margin-left: 2px;
}

.coveo-result-tagging-delete-icon-svg {
  width: 8px;
  height: 8px;
}

.coveo-result-tagging-delete-icon-svg .coveo-exclusion-svg {
  fill: rgba(255, 255, 255, 0.5);
}

.coveo-result-tagging-auto-complete {
  position: absolute;
  padding-top: 1px;
  top: 18px;
  left: 0;
  background-color: white;
  border-left: 1px solid #B0B3AE;
  border-bottom: 1px solid #B0B3AE;
  border-right: 1px solid #B0B3AE;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 5;
}

.coveo-result-tagging-auto-complete .coveo-selectable {
  padding: 5px 10px 5px 16px;
  background-color: white;
  font-size: 10px;
  cursor: pointer;
}

.coveo-result-tagging-auto-complete .coveo-selected,
.coveo-result-tagging-auto-complete .coveo-selectable:hover {
  background-color: #d7ebff;
}

.CoveoResultTagging {
  margin: 0 3px;
  font-size: 12px;
}

.CoveoResultTagging * {
  vertical-align: middle;
}

.CoveoResultTagging {
  display: inline-block;
}

.CoveoResultTagging.coveo-opened .coveo-result-tagging-add-tag {
  display: none;
}

.CoveoResultTagging.coveo-opened .coveo-result-tagging-auto-complete-zone {
  display: inline-block;
}

.CoveoResultTagging.coveo-opened .coveo-result-tagging-auto-complete-zone .coveo-add-tag-textbox {
  font-size: 11px;
  line-height: 16px;
}

.CoveoResultTagging.coveo-opened .coveo-result-tagging-coveo-tag {
  background-color: #1d4f76;
}

.CoveoResultTagging .CoveoResultTagging.coveo-error input {
  border-color: #c33;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSearchbox.coveo-inline {
  overflow: hidden;
}

.CoveoSearchbox.coveo-inline .magic-box {
  overflow: visible;
}

.CoveoSearchbox .CoveoSearchButton {
  float: right;
  z-index: 2;
  position: relative;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.CoveoSearchbox .magic-box {
  border: thin solid #bcc3ca;
  border-radius: 2px;
}

.CoveoSearchbox .magic-box .magic-box-clear-svg {
  width: 15px;
  height: 15px;
  color: #1d4f76;
}

.CoveoSearchbox .magic-box .magic-box-clear:before {
  border-left: none;
}

.CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
  content: "";
}

.CoveoSearchbox .magic-box .magic-box-input {
  border-radius: 2px;
}

.CoveoSearchbox .magic-box .magic-box-input > input {
  color: #67768b;
}

.CoveoSettings ~ .CoveoSearchbox {
  margin-right: 76px;
}

.CoveoSearchInterface.coveo-waiting-for-query .CoveoSearchbox {
  margin: 0;
}

.CoveoSearchInterface.coveo-waiting-for-query .CoveoSearchbox .coveo-media-max-width-480 {
  margin: 0 20px;
}

@media (max-width: 480px) {
  .CoveoSearchInterface.coveo-waiting-for-query .CoveoSearchbox {
    margin: 0 20px;
  }
}
.magic-box .magic-box-input .magic-box-underlay .magic-box-ghost-text,
.magic-box.magic-box-hasFocus .magic-box-input .magic-box-underlay .magic-box-ghost-text {
  display: none;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoSettings {
  float: right;
  margin: 0 0 0 36px;
  border-radius: 50%;
  border: thin solid #bcc3ca;
  width: 40px;
  height: 40px;
  top: 5px;
  position: relative;
  cursor: pointer;
}

.coveo-settings-squares {
  width: 100%;
  display: inline-block;
  line-height: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.coveo-settings-square {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: top;
  background-color: #67768b;
}

.coveo-settings-square + .coveo-settings-square {
  margin-left: 5px;
  margin-right: 5px;
}

.coveo-settings-square + .coveo-settings-square + .coveo-settings-square {
  margin-left: 0px;
  margin-right: 0px;
}

.coveo-settings-advanced-menu {
  position: absolute;
  background: #e6ecf0;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  min-width: 160px;
  z-index: 11;
}

.coveo-settings-advanced-menu:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 13px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: #bcc3ca;
}

.coveo-settings-item {
  clear: both;
  overflow: hidden;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  cursor: pointer;
}

.coveo-settings-item .coveo-icon {
  min-width: 18px;
  display: inline-block;
  margin: 0px 10px 0px 10px;
  vertical-align: middle;
}

.coveo-settings-item:hover,
.coveo-settings-item:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-settings-item:hover,
.coveo-settings-item:hover a {
  text-decoration: underline;
}

.coveo-settings-item.coveo-selected * {
  color: #263e55;
}

.coveo-settings-item {
  background: white;
}

.coveo-settings-item:hover {
  background: #e6ecf0;
}

.coveo-settings-item .coveo-settings-text {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 8px 8px 8px;
}

.coveo-settings-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.coveo-settings-item:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.coveo-settings-item.coveo-share-query .coveo-share-query-svg {
  float: none;
}

.coveo-settings-item.coveo-share-query:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-advanced-search .coveo-advanced-search-svg {
  float: none;
}

.coveo-settings-item.coveo-advanced-search:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-preferences-panel .coveo-preferences-panel-svg {
  float: none;
}

.coveo-settings-item.coveo-preferences-panel:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-authentication-provider .coveo-icon {
  margin-left: 12px;
  margin-right: 8px;
}

.coveo-settings-item.coveo-authentication-provider .coveo-authentication-provider-svg {
  float: none;
}

.coveo-settings-item.coveo-authentication-provider:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-export-to-excel .coveo-icon {
  margin-left: 12px;
  margin-right: 8px;
}

.coveo-settings-item.coveo-export-to-excel .coveo-export-to-excel-svg {
  float: none;
}

.coveo-settings-item.coveo-export-to-excel:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-subscriptions-panel .coveo-subscription-panel-svg {
  float: none;
}

.coveo-settings-item.coveo-subscriptions-panel:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-follow-query .coveo-follow-query-svg {
  float: none;
}

.coveo-settings-item.coveo-follow-query:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-share-query-summary-info-label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: initial;
}

.coveo-share-query-summary-info-input {
  width: 100%;
  margin-bottom: 5px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 5px;
  height: 35px;
  font-size: 14px;
}

.coveo-share-query-svg {
  width: 18px;
  height: 14px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-sort-section {
  text-align: right;
  font-size: 0;
}

.coveo-sort-icon-descending-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

.coveo-sort-icon-ascending-svg {
  display: none;
}

.CoveoSort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px 10px 5px;
  border-bottom: thin solid #bcc3ca;
  text-transform: uppercase;
  border-bottom: 2px solid #bcc3ca;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.CoveoSort.coveo-selected,
.CoveoSort.coveo-selected:hover {
  border-bottom: 2px solid #263e55;
}

.CoveoSort:focus {
  outline-width: 1px;
  outline-color: #bcc3ca;
}

.CoveoSort:hover {
  color: #263e55;
}

.CoveoSort .coveo-icon {
  margin-left: 5px;
  position: relative;
}

.CoveoSort .coveo-icon.coveo-hidden {
  visibility: hidden;
}

.CoveoSort.coveo-ascending .coveo-sort-icon-ascending-svg {
  display: inline-block;
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

.CoveoSort.coveo-ascending .coveo-sort-icon-descending-svg {
  display: none;
}

.CoveoSort.coveo-sort-hidden {
  display: none;
}

.CoveoSort.coveo-table-header-sort {
  text-transform: inherit;
  padding-top: inherit;
  padding-bottom: inherit;
  display: table-cell;
}

.coveo-result-list-table-header .CoveoSort:not(.coveo-selected) .coveo-icon {
  visibility: hidden;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-small-tabs.coveo-tab-section .coveo-tab-dropdown-header {
  margin-left: auto;
  line-height: 22px;
}

.coveo-small-tabs .CoveoTab {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 12px;
  color: #1d4f76;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.coveo-small-tabs .CoveoTab.coveo-selected,
.coveo-small-tabs .CoveoTab.coveo-selected:hover {
  font-weight: 700;
}

.coveo-small-tabs .CoveoTab.coveo-selected,
.coveo-small-tabs .CoveoTab.coveo-selected:hover {
  border-bottom: 0;
}

.coveo-small-tabs .CoveoTab.coveo-selected p,
.coveo-small-tabs .CoveoTab.coveo-selected:hover p {
  border-bottom: 2px solid #263e55;
}

.coveo-small-tabs .coveo-tab-list {
  list-style: none;
  background-color: white;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 0;
  white-space: nowrap;
}

.coveo-small-tabs .coveo-tab-list * {
  height: 30px;
  line-height: 30px;
  clear: both;
  white-space: nowrap;
}

.coveo-small-tabs .coveo-tab-list li:first-child {
  margin-top: 6px;
}

.coveo-small-tabs .coveo-tab-list li:last-child {
  margin-bottom: 6px;
}

.coveo-small-tabs .coveo-tab-list li:hover {
  background-color: #e6ecf0;
}

.coveo-tab-list-container {
  position: absolute;
  overflow: hidden;
  z-index: 11;
}

.coveo-tab-list-container ol {
  margin: 0;
}

.coveo-more-tabs-svg {
  width: 7px;
  height: 4px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoTab {
  color: #67768b;
  text-decoration: none;
  cursor: pointer;
  height: 52px;
  display: inline-block;
  font-size: 15px;
  padding: 0px 10px 2px 10px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: normal;
}

.CoveoTab * {
  display: inline-block;
  vertical-align: middle;
  line-height: 52px;
  margin: 0;
}

.CoveoTab > .coveo-icon {
  margin-right: 5px;
}

.CoveoTab p {
  height: 100%;
}

.CoveoTab.coveo-selected,
.CoveoTab.coveo-selected:hover {
  border-bottom: 2px solid #263e55;
  padding-bottom: 0px;
}

.CoveoTab:hover {
  color: #263e55;
}

.CoveoTab:active,
.CoveoTab:active:focus,
.CoveoTab.coveo-selected {
  outline: none;
}

.coveo-tab-section {
  width: 100%;
  min-height: 52px;
  background-color: #f7f8f9;
  text-align: center;
  border-bottom: 1px solid #bcc3ca;
  font-size: 0;
  white-space: nowrap;
}

.coveo-media-max-width-480 .coveo-tab-section {
  min-height: 40px;
}

.coveo-media-max-width-480 .CoveoTab {
  height: 40px;
}

.coveo-media-max-width-480 .CoveoTab * {
  line-height: 40px;
}

@media (max-width: 480px) {
  .coveo-tab-section {
    min-height: 40px;
  }
  .CoveoTab {
    height: 40px;
  }
  .CoveoTab * {
    line-height: 40px;
  }
}
.CoveoText {
  word-wrap: break-word;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.CoveoTriggers .coveo-trigger-notify {
  padding: 10px 0px;
}

.CoveoTriggers a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoTriggers a:hover,
.CoveoTriggers a:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoTriggers a:hover,
.CoveoTriggers a:hover a {
  text-decoration: underline;
}

.CoveoTriggers a.coveo-selected * {
  color: #263e55;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
.coveo-simplefilter-header-wrapper {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  position: relative;
  display: block;
  box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 0 15px;
}

.coveo-simplefilter-header-wrapper .coveo-media-max-width-800 {
  padding: 0 0 0 10px;
}

.coveo-simplefilter-header-wrapper .coveo-media-max-width-800.coveo-no-results {
  max-width: 100%;
}

@media (max-width: 800px) {
  .coveo-simplefilter-header-wrapper {
    padding: 0 0 0 10px;
  }
  .coveo-simplefilter-header-wrapper.coveo-no-results {
    max-width: 100%;
  }
}
.coveo-simplefilter-header-wrapper.coveo-no-results {
  max-width: 75%;
  margin: auto;
}

.coveo-results-column .coveo-simplefilter-header-wrapper.coveo-no-results {
  margin: 0;
  padding-left: 0;
  text-align: left;
}

.coveo-dropdown-background {
  display: none;
}

.coveo-dropdown-background-active {
  opacity: 0.9;
  display: block;
}

.CoveoSimpleFilter {
  cursor: pointer;
  padding: 5px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 10px 5px 0;
  display: inline-block;
  position: relative;
  border: thin solid #bcc3ca;
  background-color: white;
  max-width: 250px;
  min-width: 150px;
}

.CoveoSimpleFilter:hover {
  background-color: #e6ecf0;
}

.coveo-simplefilter-selecttext {
  margin-left: 5px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.coveo-simplefilter-select {
  color: #1d4f76;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: inherit;
  pointer-events: none;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  height: 20px;
}

.coveo-simplefilter-toggle-svg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
}

.coveo-simplefilter-circle {
  display: inline-block;
  letter-spacing: 0.4px;
  background-color: white;
  border: 2px solid #1d4f76;
  border-radius: 50%;
  color: #1d4f76;
  font-size: 13px;
  font-weight: bold;
  min-height: 20px;
  min-width: 20px;
  line-height: 16px;
  padding: 0 3px 0 3px;
  text-align: center;
  margin: 0 3px;
  pointer-events: none;
}

.coveo-simplefilter-circle-hidden {
  display: none;
}

.coveo-simplefilter-value-container {
  display: none;
  border: thin solid #bcc3ca;
  position: absolute;
  right: -1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: white;
  top: 28px;
  width: 100%;
  text-align: left;
}

.coveo-simplefilter-value-container .coveo-checkbox-button {
  border: thin solid #bcc3ca;
  border-radius: 2px;
}

.coveo-simplefilter-value-container .coveo-checkbox-span-label {
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  width: 75%;
  margin-left: 6px;
}

.coveo-simplefilter-value-container .coveo-checkbox-button {
  vertical-align: middle;
}

.coveo-simplefilter-value-container .coveo-checkbox-label {
  white-space: nowrap;
  width: 100%;
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.coveo-simplefilter-value-container label {
  display: inline-block;
}

.coveo-simplefilter-value-container-expanded {
  display: inline-block;
  z-index: 20;
}

.coveo-simplefilter-value-container label:hover {
  background-color: #e6ecf0;
}

.coveo-simplefilter-breadcrumb-title {
  color: #67768b;
  margin-right: 14px;
}

.coveo-simplefilter-breadcrumb-value {
  cursor: pointer;
  color: #1d4f76;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}

.coveo-simplefilter-breadcrumb-value .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-simplefilter-breadcrumb-value .coveo-simplefilter-breadcrumb-clear svg {
  width: 12px;
  height: 12px;
}

.coveo-simplefilter-breadcrumb-value:hover .coveo-simplefilter-breadcrumb-clear {
  color: #cc0d00;
}

.coveo-simplefilter-breadcrumb-value:hover .coveo-simplefilter-breadcrumb-clear .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-simplefilter-breadcrumb-value:hover,
.coveo-simplefilter-breadcrumb-value:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-simplefilter-breadcrumb-value:hover,
.coveo-simplefilter-breadcrumb-value:hover a {
  text-decoration: underline;
}

.coveo-simplefilter-breadcrumb-value.coveo-selected * {
  color: #263e55;
}

.coveo-simplefilter-breadcrumb-value:hover {
  color: #009ddc;
}

.coveo-simplefilter-breadcrumb-value.coveo-selected * {
  color: #009ddc;
}

.coveo-simplefilter-breadcrumb-clear {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 5px;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-simplefilter-breadcrumb-clear .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-simplefilter-breadcrumb-clear .coveo-breadcrumb-clear-all-icon svg {
  width: 12px;
  height: 12px;
}

.coveo-simplefilter-breadcrumb-clear:hover .coveo-breadcrumb-clear-all-icon {
  color: #cc0d00;
}

.coveo-simplefilter-breadcrumb-clear:hover .coveo-breadcrumb-clear-all-icon .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-simplefilter-breadcrumb-clear-svg {
  position: absolute;
  top: -15px;
}

.coveo-simplefilter-toggle-down-svg {
  margin: 0 5px;
  box-pack: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #1d4f76;
  width: 10px;
  height: 6px;
}

.coveo-simplefilter-empty {
  display: none;
}


/* todo: hello world? is this really used somewhere? */
.CoveoHelloWorld {
  color: red;
  height: 50px;
  background: green;
  text-align: center;
  font-size: 30px;
}

.coveo-facet-search-results .coveo-facet-search-selectable {
  line-height: 15px;
}
.coveo-facet-search-results .coveo-facet-search-selectable .coveo-facet-value-label {
  margin-bottom: 0px !important;
}
.coveo-facet-search-results .coveo-facet-search-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox {
  top: 1px;
}
.coveo-facet-search-results .coveo-facet-search-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox .coveo-facet-value-checkbox-svg {
  bottom: 3px !important;
}

.os-tab-dropdown.os-search-holder input {
  margin-top: 0px !important;
  color: #1a1a1a !important;
}
.os-tab-dropdown .coveo-search-section {
  background-color: rgba(47, 47, 47, 0.95);
  max-height: 0px;
  overflow: hidden;
}
.os-tab-dropdown.active .coveo-search-section {
  max-height: 350px;
  margin-top: 0px;
}

.os-header-mobile .os-section .coveo-search-section {
  padding: 0px;
}
.os-header-mobile .os-section .coveo-search-section .CoveoSearchbox {
  padding-top: 15px !important;
}

html body .CoveoSearchInterface .coveo-search-section {
  max-width: 100%;
  position: relative;
  width: 100% !important;
  margin: 0 auto;
  padding: 5px;
}
html body .CoveoSearchInterface .coveo-search-section h1, html body .CoveoSearchInterface .coveo-search-section h2 {
  max-width: 1140px;
  color: #fff;
  margin: 0 auto;
}
html body .CoveoSearchInterface .coveo-search-section .CoveoSearchbox {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0px;
}
html body .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton {
  border: none;
  background: #11c0de;
  height: 48px;
  color: #4d236b;
}
html body .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton:hover {
  color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section .coveo-searchbox-container {
  max-width: 1140px;
  margin: 20px auto;
}
html body .CoveoSearchInterface .coveo-search-section .magic-box {
  border: 0px;
}
html body .CoveoSearchInterface .coveo-search-section .magic-box .magic-box-suggestions {
  max-width: 1140px;
  margin: 0 auto;
}
html body .CoveoSearchInterface .coveo-search-section .magic-box .magic-box-hasSuggestion {
  position: relative;
}
html body .CoveoSearchInterface .coveo-search-section .magic-box .magic-box-clear {
  border-bottom: 2px solid #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section .magic-box .magic-box-input {
  border-radius: 0px;
}
html body .CoveoSearchInterface .coveo-search-section .magic-box .magic-box-input input {
  padding: 10px;
  border-bottom: 2px solid #11c0de;
}
html body .CoveoSearchInterface .coveo-tab-section {
  border-bottom: 0px;
  max-width: 1140px;
  margin: 0 auto;
}
html body .CoveoSearchInterface .coveo-tab-section .CoveoTab {
  width: 20%;
  color: #2f2f2f;
  margin-top: 7px;
  height: 45px;
  float: left;
}
html body .CoveoSearchInterface .coveo-tab-section .CoveoTab p {
  line-height: 43px;
  font-size: 1.6rem;
}
html body .CoveoSearchInterface .coveo-tab-section .CoveoTab.coveo-selected {
  background-color: #fff;
  color: #11c0de;
  border-top: 2px solid #11c0de;
  border-bottom: 0px;
}
@media screen and (max-width: 992px) {
  html body .CoveoSearchInterface .coveo-tab-section .CoveoTab.coveo-selected p {
    border-bottom: 0px;
  }
}
html body .CoveoSearchInterface .coveo-main-section {
  max-width: 1140px;
}
@media screen and (min-width: 992px) {
  html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column {
    width: 250px;
  }
}
@media screen and (max-width: 992px) {
  html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column {
    display: none;
  }
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet {
  border: none;
  width: 250px;
}
@media screen and (max-width: 992px) {
  html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet {
    width: 100%;
  }
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-footer {
  margin: 0 8px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-footer .coveo-facet-less, html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-footer .coveo-facet-more {
  height: 20px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-footer .coveo-facet-less .coveo-facet-less-icon, html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-footer .coveo-facet-less .coveo-facet-more-icon, html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-footer .coveo-facet-more .coveo-facet-less-icon, html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-footer .coveo-facet-more .coveo-facet-more-icon {
  top: -4px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-search-button .coveo-facet-value-caption {
  color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value {
  padding: 0px 10px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-label {
  padding: 0px !important;
  font-size: 14px;
  margin-bottom: 3px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-header {
  background-color: transparent;
  padding: 5px 10px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title {
  color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-settings-section .coveo-facet-header-eraser:hover {
  color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-settings-section .coveo-facet-header-settings {
  display: none;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-settings-section .coveo-facet-header-settings .coveo-facet-settings-more-svg {
  color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 992px) {
  html body .CoveoSearchInterface .coveo-main-section .coveo-results-column {
    width: 100%;
  }
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoBreadcrumb {
  padding: 5px 0px;
  margin: 0px 15px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoBreadcrumb .coveo-breadcrumb-items {
  padding-bottom: 0px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoBreadcrumb .coveo-breadcrumb-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-value:hover .coveo-exclusion-svg {
  fill: #4d236b;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoBreadcrumb .coveo-breadcrumb-clear-all {
  border: none !important;
  color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoBreadcrumb .coveo-breadcrumb-clear-all:hover .coveo-exclusion-svg {
  fill: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoBreadcrumb .coveo-facet-breadcrumb-clear-svg {
  color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoBreadcrumb .coveo-facet-breadcrumb-clear-svg:hover {
  color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage {
  display: none;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager {
  padding-left: 15px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item {
  border-color: #4d236b;
  color: #4d236b;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item:hover, html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item.coveo-active {
  background-color: #4d236b;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-next .coveo-pager-next-icon-svg {
  color: #4d236b;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-next:hover, html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-next.coveo-active {
  background-color: transparent;
  color: #4d236b;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-previous .coveo-pager-previous-icon-svg {
  color: #4d236b;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-previous:hover, html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-previous.coveo-active {
  background-color: transparent;
  color: #4d236b;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list-item {
  border-color: #4d236b;
  color: #4d236b;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list-item:hover, html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list-item.coveo-active {
  background-color: #4d236b;
  color: #fff;
}
@media screen and (min-width: 992px) {
  html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header {
    margin: 0px 15px;
  }
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager {
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList {
    padding: 0px;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-list-layout {
  padding: 15px 0px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-list-layout .coveo-result-frame .coveo-result-cell {
  padding-left: 0px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-list-layout .coveo-result-frame .coveo-result-cell .coveo-printable-uri-part {
  display: none;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-list-layout .coveo-result-frame .coveo-result-cell .CoveoExcerpt {
  font-size: 16px;
  line-height: 24px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-list-layout .coveo-result-frame .coveo-result-cell .CoveoResultLink {
  color: #4d236b;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-list-layout .coveo-result-frame .coveo-result-cell .CoveoFieldValue {
  border: 1px solid #11c0de;
  color: #11c0de;
  margin-right: 20px;
  text-transform: capitalize;
  display: inline-block;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-list-layout .coveo-result-frame .coveo-result-cell .CoveoFieldValue .coveo-clickable {
  text-decoration: none;
  color: #11c0de !important;
}

html body .search-header-container {
  max-width: 1000px;
  padding: 15px 5px;
  margin: auto;
}

/* Custom Search Box Component */
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #0fadc8;
  border-color: #b3eff9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .magic-box .magic-box-input input {
  border-bottom-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary .magic-box .magic-box-clear {
  border-bottom-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-primary.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #737373;
  border-color: #d9d9d9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .magic-box .magic-box-input input {
  border-bottom-color: #808080;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary .magic-box .magic-box-clear {
  border-bottom-color: #808080;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-secondary.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #f2f8ec;
  border-color: #f2f8ec;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #f2f8ec;
  border-color: #f2f8ec;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #74aa3b;
  border-color: #d9ebc6;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success .magic-box .magic-box-input input {
  border-bottom-color: #81bd41;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success .magic-box .magic-box-clear {
  border-bottom-color: #81bd41;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-success.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #ede9f0;
  border-color: #ede9f0;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #ede9f0;
  border-color: #ede9f0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #452060;
  border-color: #ccace4;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info .magic-box .magic-box-input input {
  border-bottom-color: #4d236b;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info .magic-box .magic-box-clear {
  border-bottom-color: #4d236b;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-info.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #fff9e6;
  border-color: #fff9e6;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #fff9e6;
  border-color: #fff9e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6ae06;
  border-color: #ffecb5;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .magic-box .magic-box-input input {
  border-bottom-color: #ffc107;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning .magic-box .magic-box-clear {
  border-bottom-color: #ffc107;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-warning.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #f6ecec;
  border-color: #f6ecec;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #f6ecec;
  border-color: #f6ecec;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #983d3b;
  border-color: #e8c4c4;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .magic-box .magic-box-input input {
  border-bottom-color: #a94442;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger .magic-box .magic-box-clear {
  border-bottom-color: #a94442;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-danger.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #d1d2d2;
  border-color: #f8f8f8;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .magic-box .magic-box-input input {
  border-bottom-color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .magic-box .magic-box-clear {
  border-bottom-color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #171717;
  border-color: #bababa;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .magic-box .magic-box-input input {
  border-bottom-color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark .magic-box .magic-box-clear {
  border-bottom-color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-dark.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: white;
  border-color: white;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: white;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .magic-box .magic-box-input input {
  border-bottom-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .magic-box .magic-box-clear {
  border-bottom-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: #b3b3b3;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black .magic-box .magic-box-input input {
  border-bottom-color: #000;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black .magic-box .magic-box-clear {
  border-bottom-color: #000;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-black.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #0fadc8;
  border-color: #b3eff9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .magic-box .magic-box-input input {
  border-bottom-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue .magic-box .magic-box-clear {
  border-bottom-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #512875;
  border-color: #512875;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #eeeaf1;
  border-color: #eeeaf1;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #eeeaf1;
  border-color: #eeeaf1;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 72, 138, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 72, 138, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #512875;
  border-color: #512875;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #492469;
  border-color: #ccb0e4;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 72, 138, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 72, 138, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .magic-box .magic-box-input input {
  border-bottom-color: #512875;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo .magic-box .magic-box-clear {
  border-bottom-color: #512875;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-indigo.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #ede9f0;
  border-color: #ede9f0;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #ede9f0;
  border-color: #ede9f0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #4d236b;
  border-color: #4d236b;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #452060;
  border-color: #ccace4;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(104, 68, 129, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .magic-box .magic-box-input input {
  border-bottom-color: #4d236b;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple .magic-box .magic-box-clear {
  border-bottom-color: #4d236b;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #fdecf4;
  border-color: #fdecf4;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #fdecf4;
  border-color: #fdecf4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #d1387e;
  border-color: #f8c5dd;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .magic-box .magic-box-input input {
  border-bottom-color: #e83e8c;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink .magic-box .magic-box-clear {
  border-bottom-color: #e83e8c;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-pink.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #f6ecec;
  border-color: #f6ecec;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #f6ecec;
  border-color: #f6ecec;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #983d3b;
  border-color: #e8c4c4;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red .magic-box .magic-box-input input {
  border-bottom-color: #a94442;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red .magic-box .magic-box-clear {
  border-bottom-color: #a94442;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-red.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #fff2e8;
  border-color: #fff2e8;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #fff2e8;
  border-color: #fff2e8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #e47112;
  border-color: #fed8b9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .magic-box .magic-box-input input {
  border-bottom-color: #fd7e14;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange .magic-box .magic-box-clear {
  border-bottom-color: #fd7e14;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-orange.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #fff9e6;
  border-color: #fff9e6;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #fff9e6;
  border-color: #fff9e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6ae06;
  border-color: #ffecb5;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .magic-box .magic-box-input input {
  border-bottom-color: #ffc107;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow .magic-box .magic-box-clear {
  border-bottom-color: #ffc107;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-yellow.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #f2f8ec;
  border-color: #f2f8ec;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #f2f8ec;
  border-color: #f2f8ec;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #81bd41;
  border-color: #81bd41;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #74aa3b;
  border-color: #d9ebc6;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(114, 165, 59, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green .magic-box .magic-box-input input {
  border-bottom-color: #81bd41;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green .magic-box .magic-box-clear {
  border-bottom-color: #81bd41;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #0fadc8;
  border-color: #b3eff9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .magic-box .magic-box-input input {
  border-bottom-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal .magic-box .magic-box-clear {
  border-bottom-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-teal.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #e7f9fc;
  border-color: #e7f9fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #11c0de;
  border-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #0fadc8;
  border-color: #b3eff9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 201, 227, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .magic-box .magic-box-input input {
  border-bottom-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan .magic-box .magic-box-clear {
  border-bottom-color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cyan.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: white;
  border-color: white;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: white;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .magic-box .magic-box-input input {
  border-bottom-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .magic-box .magic-box-clear {
  border-bottom-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #737373;
  border-color: #d9d9d9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .magic-box .magic-box-input input {
  border-bottom-color: #808080;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray .magic-box .magic-box-clear {
  border-bottom-color: #808080;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #eaeaea;
  border-color: #eaeaea;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #c1c1c1;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .magic-box .magic-box-input input {
  border-bottom-color: #2f2f2f;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark .magic-box .magic-box-clear {
  border-bottom-color: #2f2f2f;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-gray-dark.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #62def3;
  border-color: #62def3;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #effcfe;
  border-color: #effcfe;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #effcfe;
  border-color: #effcfe;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 193, 210, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(87, 193, 210, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #62def3;
  border-color: #62def3;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #58c8db;
  border-color: #d0f5fb;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 193, 210, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(87, 193, 210, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .magic-box .magic-box-input input {
  border-bottom-color: #62def3;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80 .magic-box .magic-box-clear {
  border-bottom-color: #62def3;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-80.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #33d4ef;
  border-color: #33d4ef;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #ebfbfd;
  border-color: #ebfbfd;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #ebfbfd;
  border-color: #ebfbfd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 184, 207, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(47, 184, 207, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #33d4ef;
  border-color: #33d4ef;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #2ebfd7;
  border-color: #c2f2fa;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 184, 207, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(47, 184, 207, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .magic-box .magic-box-input input {
  border-bottom-color: #33d4ef;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90 .magic-box .magic-box-clear {
  border-bottom-color: #33d4ef;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-90.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #0d97af;
  border-color: #0d97af;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #e7f5f7;
  border-color: #e7f5f7;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #e7f5f7;
  border-color: #e7f5f7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 167, 187, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 167, 187, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #0d97af;
  border-color: #0d97af;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #0c889e;
  border-color: #a5ecf8;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 167, 187, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 167, 187, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .magic-box .magic-box-input input {
  border-bottom-color: #0d97af;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110 .magic-box .magic-box-clear {
  border-bottom-color: #0d97af;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-110.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton {
  color: #fff;
  background-color: #0a6e7f;
  border-color: #0a6e7f;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #e7f1f2;
  border-color: #e7f1f2;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #e7f1f2;
  border-color: #e7f1f2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 132, 146, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(47, 132, 146, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: #0a6e7f;
  border-color: #0a6e7f;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: #096372;
  border-color: #97e9f7;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 132, 146, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(47, 132, 146, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .magic-box .magic-box-input input {
  border-bottom-color: #0a6e7f;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120 .magic-box .magic-box-clear {
  border-bottom-color: #0a6e7f;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-blue-120.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #F9F5EA;
  border-color: #F9F5EA;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #fefefd;
  border-color: #fefefd;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #fefefd;
  border-color: #fefefd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 212, 203, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 212, 203, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #F9F5EA;
  border-color: #F9F5EA;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e0ddd3;
  border-color: #fdfcf9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 212, 203, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 212, 203, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .magic-box .magic-box-input input {
  border-bottom-color: #F9F5EA;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream .magic-box .magic-box-clear {
  border-bottom-color: #F9F5EA;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-cream.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #D0E6B8;
  border-color: #D0E6B8;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #fafdf8;
  border-color: #fafdf8;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #fafdf8;
  border-color: #fafdf8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 199, 160, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(181, 199, 160, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #D0E6B8;
  border-color: #D0E6B8;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #bbcfa6;
  border-color: #f1f8ea;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181, 199, 160, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(181, 199, 160, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .magic-box .magic-box-input input {
  border-bottom-color: #D0E6B8;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70 .magic-box .magic-box-clear {
  border-bottom-color: #D0E6B8;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-green-70.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton {
  color: #1a1a1a;
  background-color: #ece0f5;
  border-color: #ece0f5;
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #fdfcfe;
  border-color: #fdfcfe;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton.focus {
  color: #1a1a1a;
  background-color: #fdfcfe;
  border-color: #fdfcfe;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 194, 212, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(205, 194, 212, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #ece0f5;
  border-color: #ece0f5;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #d4cadd;
  border-color: #f9f6fc;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 194, 212, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(205, 194, 212, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .magic-box .magic-box-input input {
  border-bottom-color: #ece0f5;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10 .magic-box .magic-box-clear {
  border-bottom-color: #ece0f5;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-purple-10.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-light .CoveoSearchbox .CoveoSearchButton {
  background: #fff !important;
  border: transparent !important;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-light .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-light .CoveoSearchbox .CoveoSearchButton:active {
  border: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-light .CoveoSearchbox .CoveoSearchButton:hover {
  color: rgba(255, 255, 255, 0.6);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-light .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-light .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-light .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-light .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-dark .CoveoSearchbox .CoveoSearchButton {
  background: #fff !important;
  border: transparent !important;
  color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-dark .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-dark .CoveoSearchbox .CoveoSearchButton:active {
  border: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-dark .CoveoSearchbox .CoveoSearchButton:hover {
  color: rgba(26, 26, 26, 0.6);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-dark .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-dark .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #1a1a1a;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-dark .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-dark .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-blue .CoveoSearchbox .CoveoSearchButton {
  background: #fff !important;
  border: transparent !important;
  color: #11c0de;
  padding-left: 0;
  padding-right: 0;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-blue .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-blue .CoveoSearchbox .CoveoSearchButton:active {
  border: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-blue .CoveoSearchbox .CoveoSearchButton:hover {
  color: rgba(17, 192, 222, 0.6);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-blue .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-blue .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #11c0de;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-blue .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-blue .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-purple .CoveoSearchbox .CoveoSearchButton {
  background: #fff !important;
  border: transparent !important;
  color: #4d236b;
  padding-left: 0;
  padding-right: 0;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-purple .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-purple .CoveoSearchbox .CoveoSearchButton:active {
  border: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-purple .CoveoSearchbox .CoveoSearchButton:hover {
  color: rgba(77, 35, 107, 0.6);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-purple .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #4d236b;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-purple .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #4d236b;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-purple .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-non-btn-purple .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton {
  color: #2f2f2f;
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: white;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #2f2f2f;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #2f2f2f;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .magic-box .magic-box-input input {
  border-bottom-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white .magic-box .magic-box-clear {
  border-bottom-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-white.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton {
  color: #2f2f2f;
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #f8f8f8;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #2f2f2f;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #2f2f2f;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .magic-box .magic-box-input input {
  border-bottom-color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light .magic-box .magic-box-clear {
  border-bottom-color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light.search-underline-false .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-light.search-underline-false .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton {
  background: transparent !important;
  color: #fff;
  color: #fff;
  border-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #fff;
  background-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #fff;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-white .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton {
  background: transparent !important;
  color: #e8e9e9;
  color: #e8e9e9;
  border-color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton:hover {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton.disabled, html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton:disabled {
  color: #e8e9e9;
  background-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active, html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton.dropdown-toggle {
  color: #1a1a1a;
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled):active:focus, html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton:not(:disabled):not(.disabled).active:focus, .show > html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 233, 233, 0.5);
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .CoveoSearchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
  fill: #e8e9e9;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .magic-box .magic-box-input input {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-outline-light .magic-box .magic-box-clear {
  border-bottom-color: transparent;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-right .CoveoSearchbox .CoveoSearchButton {
  float: right;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-right .magic-box .magic-box-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-left .CoveoSearchbox .CoveoSearchButton {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
html body .CoveoSearchInterface .coveo-search-section.search-btn-left .magic-box .magic-box-input {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* DC Overwrites*/
@media screen and (max-width: 992px) {
  html body .CoveoSearchInterface {
    /* Topaz's mobile search fixes*/
  }
  html body .CoveoSearchInterface .coveo-dropdown-header-wrapper {
    display: none !important;
  }
  html body .CoveoSearchInterface .smart-tabs {
    display: none !important;
  }
  html body .CoveoSearchInterface .result-label {
    margin-left: 0px;
    font-size: 11px;
  }
  html body .CoveoSearchInterface .search-header-container {
    padding: 15px 20px;
  }
  html body .CoveoSearchInterface .coveo-results-column {
    margin: 0px !important;
  }
  html body .CoveoSearchInterface .coveo-results-column .coveo-results-header {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  html body .CoveoSearchInterface .CoveoResultList {
    padding: 0px;
    margin-top: 0px;
    margin-left: 25px;
    margin-right: 25px;
  }
  html body .CoveoSearchInterface .CoveoResultList .CoveoFieldValue {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px 30px;
  }
}
html body .CoveoSearchInterface .coveo-facet-breadcrumb-title {
  font-size: 14px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column {
  max-width: 1000px;
  margin: auto;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column {
  margin-top: 10px;
}
html body .CoveoSearchInterface .result-label {
  background: #11c0de;
  padding: 4px 8px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  display: none;
  margin-left: 5px;
}
html body .CoveoSearchInterface .result-label .result-label-icon {
  margin-right: 3px;
}
html body .CoveoSearchInterface .Web-label .result-label.web,
html body .CoveoSearchInterface .Products-label .result-label.products,
html body .CoveoSearchInterface .Support-label .result-label.support,
html body .CoveoSearchInterface .Videos-label .result-label.videos,
html body .CoveoSearchInterface .Downloads-label .result-label.downloads {
  display: inline-block;
}
html body .CoveoSearchInterface .coveo-result-frame .coveo-result-row.smart-result-row-header {
  margin-top: 10px;
  margin-bottom: 10px;
}
html body .CoveoSearchInterface .coveo-result-frame .coveo-result-row.smart-result-row-excerpt {
  margin-top: 0px;
  margin-bottom: 10px;
}
html body .CoveoSearchInterface .coveo-result-frame .coveo-result-row.smart-result-row-field-value {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  html body .CoveoSearchInterface .coveo-result-frame .coveo-result-row.smart-result-row-field-value .CoveoFieldValue {
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 5px 30px;
  }
}
html body .CoveoSearchInterface .coveo-result-frame .coveo-result-row.smart-result-row-link {
  margin-top: 0px;
  margin-bottom: 10px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-list-layout .coveo-result-frame .coveo-result-cell {
  line-height: 20px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-list-layout .coveo-result-frame .coveo-result-cell .CoveoExcerpt {
  line-height: inherit;
  color: #595657;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-list-layout {
  padding: 20px 0px;
}
html body .CoveoSearchInterface .CoveoPrintableUri {
  margin-bottom: 0px;
}
html body .CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title {
  color: #4d236b;
}
html body .CoveoSearchInterface .coveo-facet-header-eraser {
  color: #4d236b;
}

/* Video Styling */
/*

html body {
    .video-result {
        .left-column {
            padding: 10px;

            img {
                width: 100%;
            }
        }

        .right-column {
            padding: 10px;
        }
    }
}

*/
html body .search-block .large-padding {
  padding: 80px;
}
html body .search-block .medium-padding {
  padding: 50px;
}
html body .search-block .small-padding {
  padding: 20px;
}

html body .video-result .left-column {
  padding: 10px;
}
html body .video-result .left-column a {
  position: relative;
}
html body .video-result .left-column a img {
  width: 100%;
}
html body .video-result .left-column a img + .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -25px;
}
html body .video-result .left-column a img + .icon i.fas {
  font-size: 50px;
  color: #11c0de;
}
html body .video-result .left-column a:hover .icon i.fas {
  color: #11c0de;
}
html body .video-result .right-column p {
  color: #4f4c4d;
  font-size: 16px;
  margin-bottom: 3px;
}

@media print {
  .os-top-nav-content-spacer,
  .os-drop-down-nav,
  .os-site-nav-container,
  .os-menu-items,
  .os-header-mobile,
  .one-site-footer,
  .QSISlider {
    display: none;
  }
  body .one-site .os-top-nav .os-logo-fill {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
    content: url(https://www.smarttech.com/-/media/1AAEAFE5AC1E445E9AB2B39EBEDD4139.ashx);
    width: 150px;
    height: 84px;
    padding: 0 15px;
    position: absolute;
  }
}